:root {
    --user-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2'%3E%3Ccircle cx='12' cy='8' r='5'%3E%3C/circle%3E%3Cpath d='M20 21a8 8 0 0 0-16 0'%3E%3C/path%3E%3C/svg%3E");
    --search-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2'%3E%3Cpath d='m21 21-4.34-4.34'%3E%3C/path%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3C/svg%3E");
    --menu-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2'%3E%3Cpath d='M4 12h16'%3E%3C/path%3E%3Cpath d='M4 18h16'%3E%3C/path%3E%3Cpath d='M4 6h16'%3E%3C/path%3E%3C/svg%3E");
    --cart-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2'%3E%3Cpath d='M2.048 18.566A2 2 0 0 0 4 21h16a2 2 0 0 0 1.952-2.434l-2-9A2 2 0 0 0 18 8H6a2 2 0 0 0-1.952 1.566z'%3E%3C/path%3E%3Cpath d='M8 11V6a4 4 0 0 1 8 0v5'%3E%3C/path%3E%3C/svg%3E");
}
.zkfhoi > a[href^="tel:"] {
    display: contents !important;
    pointer-events: none !important;
}
.mx-0 { margin:0 auto; }
.m-0 { margin:0!important; }
.p-0 { padding:0!important; }
.py-12 { padding:12px 0!important; }
.pa12 { padding:12px!important; }
.d-block { display: block; }
.d-inline { display: inline; }
.d-inline-block { display: inline-block; }
.d-flex { display: flex; }
.d-grid { display: grid; }
.d-none { display: none; }
.flex-col { flex-direction: column; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.items-center { align-items: center; }
.items-start { align-items: flex-start; }
.flex-wrap { flex-wrap: wrap; }
.flex-1 { flex: 1; }
.sw-full { width: 100%important; max-width:100%important; }
.p-5 { padding: 5px; }
.p-10 { padding: 10px; }
.p-15 { padding: 15px; }
.p-20 { padding: 20px; }
.p-550 { padding: 5px 5px 0; }
.pt-5 { padding-top: 5px; }
.pr-5 { padding-right: 5px; }
.pb-5 { padding-bottom: 5px; }
.pl-5 { padding-left: 5px; }
.px-10 { padding-left: 10px; padding-right: 10px; }
.py-10 { padding-top: 10px; padding-bottom: 10px; }
.m-auto { margin: auto; }
.mt-10 { margin-top: 10px; }
.mb-6 { margin-bottom: 6px; }
.mb-20 { margin-bottom: 20px; }
.mx-auto { margin-left: auto; margin-right: auto; }
.my-15 { margin-top: 15px; margin-bottom: 15px; }
.wf-title {
    font-weight: 400;
    font-size: 1.15rem;
}
.wf-tst {
    font-size: 1.45rem;
}
.contact-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid #f5f5f5;
}
.wbox-p {
    color: #228de0;
    font-weight: 400;
    font-size: 0.9rem;
}
.wbox-icon svg, .wbox-icon path {
    width: 33px!important;
    stroke: #228de0;
    fill: none !important;
}
.contact-content {
    flex: 1;
}
.contact-label {
    font-size: 13px;
    color: #666;
    font-weight: 500;
    margin-bottom: 2px;
}
.contact-number {
    font-size: 15px;
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 500;
}

.list-ship {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.ship-list-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #f5f5f5;
}
.ship-icon-check {
    color: #22c55e;
}
.ship-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-top: 2px;
}
.ship-text {
    font-size: 14px;
    color: #4a4a4a;
    flex: 1;
}
.text-highlight {
    color: #dc2626;
    font-weight: 500;
}


.product .custom-product-page {
    background-color: #f2f4f7;
}
.bg-white {
    background-color: white!important;
}
.f-r8{
    border-radius: 8px;
}
.pd-main .ux-quantity {
    display: none!important;
}
.pd-main .variations tr {
    display: flex;
    flex-direction: column;
}
.shop-page-title .woocommerce-breadcrumb, .shop-page-title .category-filtering {
    font-size: 0.9rem !important;
}
.product-tabs {
    flex-wrap: nowrap;
}
.row-product .accordion .toggle {
right: 0;
left:unset!important;
}
.row-product .accordion-item {
    background-color: white;
    border-radius: 8px;
    margin-bottom: 10px;
}
.row-product .accordion-title {
    border-radius: 8px 8px 0 0;
    padding: 8px 10px !important;
    border-top: none;
}
.row-product a.accordion-title {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}
.row-product .accordion .toggle {
    width: 15px;
    height: 15px;
    position: relative;
    right: 0;
    top: unset;
    left: unset !important;
    margin: 0 5px 0 0;
}
.row-product .toggle i {
    font-size: 1.5rem;
}
.row-product .large-4 , .row-product .large-8 {
    flex-basis: unset!important;
    max-width:100%;
}
.row-product .large-4 {
    margin-left:10px;
    width: 30%;
}
.row-product .large-8 {
    width: 68%;
}
.xpd-detail-left {
    display: flex;
    align-items: center;
}
.xpd-detail-left svg {
width: 24px;
stroke: #333;
}
.row-product .accordion-title.active svg {
stroke: #fff!important;
}
.row-product .accordion-title.active {
    background-color: var(--fs-color-primary);
    color: white;
}
.row-product .accordion-inner {
    padding: 0;
}
.row-product .danh-sach, .row-product .danh-sach-1 {
   border: none;
    padding: 0;
    margin-bottom: 0;
     border-radius: 0;
}
.title-tskt {
    display: none;
}
.wpd-title {
    margin: 11px;
    width: fit-content;
    border-bottom: 3px solid var(--fs-color-primary);
    padding: 4px 0 0;
    color: #111;
    font-size: 1.05rem;
}
.w-content { padding:12px; }
.xpd-detail-title {
    font-weight: 500;
    font-size: 1rem;
    margin-left: 4px;
}
.danh-sach-1 .icon-list-text {
    font-weight: 500;
    font-size: 1.15rem;
}
.col-xpd .variations tr {
    display: flex;
    flex-direction: column;
}
.ux-swatches--x-large .ux-swatch--image {
    width: 23%!important;
}
.header-bottom, .header-main, #menu-cta-mobile {
    transition: transform 0.3s ease-in-out;
}
.cta-mobile-item, .cta-mobile-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cta-mobile-item {
    flex-basis: 23%;
}
.cta-mobile-icon {
    position: relative;
    margin-bottom: -3px;
}
.cart-icon-handle {
    display: flex;
    border-radius: 50%;
    width: 15px;
    background-color: var(--fs-color-secondary);
    right: -8px;
    height: 15px;
    top: -1px;
    position: absolute;
    justify-content: center;
    align-items: center;
}
.cart-count {
    z-index: 1;
    color: #fff;
    font-size: 0.65rem;
    font-weight: 400;
}

.cta-mobile-icon svg{
	width:24px!important;
}
.cta-mobile-item.now-active svg {
fill:#ec0b43;
}
.menu-cta-tabs {
	font-family: Inter, sans-serif;
    height: 55px;
    display: none;
    position: fixed;
    bottom: -1px;
    left: 0;
    right: 0;
    background-color: #fff;
    justify-content: space-between;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1005;
}
.cta-mobile-title, .cta-mobile-title a {
	font-size:11px;
	color:#222;
}
@media screen and (max-width: 850px) {
.menu-cta-tabs {
        adding: 8px 0 10px;
        display: flex;
        align-items: center;
        justify-content: center;
}
}
li.header-block {
    text-align: left;
    display: block;
    padding: 15px;
}
.p12 {
padding: 0 12px!important;
}
.danh-sach-1 a {
    font-weight: 300;
    font-size: 0.8rem;
    padding-left: 0 !important;
}
.off-canvas .nav-vertical>li>a {
    text-decoration: none;
    font-weight: 400 !important;
    font-size: 0.95rem !important;
}
.nav-slide-header .toggle {
    font-weight: 500!important;
    font-size: 0.85rem !important;
}
.ft-title {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1rem;
    margin-bottom:10px;
}
.ft-row .text p {
    margin: 0 0 12px;
    padding: 0;
    font-size: 0.85rem;
}
.quantity{
    align-items: center;
}
.single_add_to_cart_button,.ux-buy-now-button,.w-hotline,.button.wc-forward,.button#place_order,.wc-block-cart__submit-button {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400!important;
    font-size: 0.9rem!important;
    height: 50px!important;
    max-width: 100%;
    width: 100%;
}
.single_add_to_cart_button,.button.wc-forward {
    border: 1px solid #27ae60;
    color: #27ae60;
    background: transparent !important;!important;!important;
    background-color: transparent !important;
}
.single_add_to_cart_button:hover {
    color: white;
    background: #27ae60 !important;
    background-color: #27ae60 !important;
}
.wc-block-cart__submit-container a:hover {
    color: white;
    background: #228de0 !important;
    background-color: #228de0 !important;
}
.ux-buy-now-button,.button.checkout.wc-forward,.button#place_order,.wc-block-cart__submit-button{
    border: 1px solid #228de0;
    color: white;
    background: #228de0 !important;
    background-color: #228de0 !important;
}
.w-logo img, .w-logo video {
    height: auto;
    max-width: 100%;
    display: block;
    vertical-align: middle;
}
.w-logo {
    display: flex;
    gap: .25rem;
    flex-wrap: wrap;
}
.woocommerce-loop-product__title a {
    display: -webkit-box;
    max-height: 3.2rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    color: #111;
    font-size: 0.9rem;
}
.pd-main ins span.amount, .pd-main .price span.amount {
    font-size: 1.2rem;
    font-weight: 500 !important;
    color: #228de0;
}
ins span.amount,.price span.amount {
    font-size: 0.975rem;
    font-weight: 500!important;
    color: #228de0;
}
.price del>span.amount,.pd-main .price del>span.amount{
    font-size: 0.85rem;
    color: #666;
}
.icon-shopping-cart:before, 
.icon-user:before, 
.icon-search:before,
.icon-menu:before {
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    content: "" !important;
}
.icon-user:before {
    background-image: var(--user-icon);

}
.icon-shopping-cart:before {
    background-image: var(--cart-icon);
}
.icon-search:before {
    background-image: var(--search-icon);
}
.icon-menu:before {
    background-image: var(--menu-icon);
}

.header-bottom .header-vertical-menu__title {
font-weight: 400;
}
@media only screen and (max-width: 900px) {
    li.header-search-form.search-form.html.relative.has-icon {
        width: 100% !important;
    }

}

.xpd-img .row-small:not(.row-collapse) {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.flickity-prev-next-button { 
   opacity: 0.7 !important;
}
.xpd-img .product-thumbnails .flickity-prev-next-button {
    display: none;
}
.flickity-prev-next-button svg {
    border-radius: 99px;
    background-color: #11111133;
    padding: 10px !important;
    width: 55px !important;
}
.xpd-img .flickity-enabled.is-draggable .flickity-viewport {
    border-radius: 5px;
    overflow: hidden;
}
.xpd-img .product-gallery-slider img {
    border-radius: 5px;
}
.slider-nav-circle .flickity-prev-next-button .arrow, .slider-nav-circle .flickity-prev-next-button svg {
    border: 0px solid;
}
.xpd-wrapper .xpd-wrapper .box-shadow-1, .xpd-wrapper .box-shadow-1-hover:hover, .row-box-shadow-1 .col-inner, .row-box-shadow-1-hover .col-inner:hover,
.xpd-wrapper .box-shadow, .xpd-wrapper .box-shadow-2, .xpd-wrapper .box-shadow-2-hover:hover, .row-box-shadow-2 .col-inner, .row-box-shadow-2-hover .col-inner:hover {
    box-shadow: none;
}
.product-small.box {
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #e9e9e9;
}
.xpd-wrapper .add_to_cart_button, .add-to-cart-button a {
    line-height: 24px;
    border: 1px solid;
    font-size: 0.65rem;
    font-weight: 400;
}
.title-xpd span, .title-xpd .section-title-normal {
    border-bottom: none;
}
.title-xpd .section-title a {
    color: #999;
    font-size: 0.7em;
    font-weight: 300;
}
.btn-banner span {
    font-weight: 300;
    font-size: 1rem;
}
.form-flat input:not([type=submit]), .form-flat select, .form-flat textarea {
    height: 36px;
}
.off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
    background-color: white!important;
}
section.product-section-main .row-small>.col, .row-small>.flickity-viewport>.flickity-slider>.col, section.loadmore .row-small>.col, .row-small>.flickity-viewport>.flickity-slider>.col {
    padding: 0 3.8px 10px;
}
.spd-gallery-thumbnail .product-thumbnails a, .product-thumbnails a {
    border: none !important;
}
.spd-gallery-thumbnail .col a::before, .product-thumbnails .col a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 1;
    transition: opacity 0.3s ease;
    z-index: 1;
}
.product-thumbnails a img {
    border-bottom: 3px solid #C1304F00;
    transform: translateY(0) !important;
}
.product-thumbnails .is-nav-selected a img, .product-thumbnails a:hover img {
    border-bottom: 3px solid #4285f4;
    transform: translateY(0) !important;
}
.product-thumbnails img, .product-gallery-stacked-thumbnails .product-thumbnails a img {
    object-fit: cover;
    cursor: pointer;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 3px;
    margin-bottom: 0;
    opacity: 0.6;
}

.zkfhoi {
  position: fixed;
  bottom: 5px;
  right: 0;
  z-index: 9999;
}
.lchzoiu {
  display: none!important;
}
.qpmvnw {
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-name: zoom;
    -webkit-animation-name: zoom;
}
@keyframes zoom {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(78, 93, 70, 0.7);
  }
  
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(78, 93, 70, 0);
  }
  
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(78, 93, 70, 0);
  }
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    box-shadow: 0 0 0 0 rgba(78, 93, 70, 0.7);
  }
  
  70% {
    -webkit-transform: scale(1);
    box-shadow: 0 0 0 10px rgba(78, 93, 70, 0);
  }
  
  100% {
    -webkit-transform: scale(1);
    box-shadow: 0 0 0 0 rgba(78, 93, 70, 0);
  }
}

.qpmvnw {
    width: 55px;
    height: 55px;
    display: flex!important;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #228de0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    position: absolute;
    right: 50px;
    bottom: 80px;
    z-index: 1000;
    cursor: pointer;
    transition: all 0.3s ease;
}

.qpmvnw img {
    width: 35px;
    height: 35px;
}

.qpmvnw .jdahbr {
  display: none;
}
.lchzoiu {
    cursor: pointer;
}
.lchzoiu:checked ~ .qpmvnw .etrspx {
  display: none;
}

.lchzoiu:checked ~ .qpmvnw .jdahbr {
    width: 26px;
    display: block;
}
.xyvtbm {
    position: absolute;
    bottom: 80px; 
    right: 50px; 
    z-index: 12;
}
.asdrtu {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  text-decoration: none;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(0);
}
.lchzoiu:checked ~ .xyvtbm .asdrtu {
  opacity: 1;
}
.asdrtu:hover {
  transform: scale(1.1);
}
.lchzoiu:checked ~ .xyvtbm .asdrtu:nth-child(2) {
  transform: translateY(-136px);
}
.lchzoiu:checked ~ .xyvtbm .asdrtu:nth-child(1) {
  transform: translateY(-68px);
}
.lchzoiu:checked ~ .xyvtbm .asdrtu:nth-child(2):hover {
  transform: translateY(-136px) scale(1.1);
}
.lchzoiu:checked ~ .xyvtbm .asdrtu:nth-child(1):hover {
  transform: translateY(-68px) scale(1.1);
}
.asdrtu div {
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}
.asdrtu img {
    width: 35px; 
    height: 35px;
}
.nmopqw { background: #0068FF; }
.ghjkpl { background: #e74c3c; }
@media screen and (min-width: 850px) {
    .row.content-single-product .product-gallery-slider img, .product-thumbnails img {
        object-fit: cover;
        max-height: 85vh;
        width: 100%;
    }
    .icon-search:before {
    width: 21px;
    height: 21px;
}
}
@media screen and (max-width: 500px) {
.zkfhoi {
   right: -15px;
   bottom: 35px;
}
.qpmvnw {
    width: 45px;
    height: 45px;
    right: 30px;
    bottom: 30px;
}
.asdrtu div {
    width: 45px;
    height: 45px;
}
.etrspx {
    width: 26px; 
    height: 26px; 
}
.xyvtbm {
    bottom: 30px;
    right: 30px;
}
.jdahbr {
    width: 23px; 
    height: 23px; 
}
.lchzoiu:checked ~ .xyvtbm .asdrtu:nth-child(2) {
  transform: translateY(-110px);
}
.lchzoiu:checked ~ .xyvtbm .asdrtu:nth-child(1) {
  transform: translateY(-55px);
}

.lchzoiu:checked ~ .xyvtbm .asdrtu:nth-child(2):hover {
  transform: translateY(-110px) scale(1.1);
}
.lchzoiu:checked ~ .xyvtbm .asdrtu:nth-child(1):hover {
  transform: translateY(-55px) scale(1.1);
}
.py-12 { padding:0!important; }
.row-product .large-4 , .row-product .large-8 {
    width:100%;
}
.row-product .large-4 {
        order: -1;
        margin: 0px 8px 20px;
}
.xpd-img .woocommerce-product-gallery {
    margin-left: -15px;
    margin-right: -15px;
}
.xpd-img .product-gallery-slider img {
    border-radius: 0 !important;
}
}
















.latest {background: linear-gradient(135deg, #fe2b54 0%, #ff6b6b 100%);}
.change-list {list-style: none;padding-left: 0;}
.change-list li {
    background: #f8f9fa;
    margin-bottom: 10px;
    padding: 8px;
    border-radius: 5px;
    border-left: 3px solid #667eea;
    transition: all 0.3s ease;
}
.change-list li:hover {
background: #e3f2fd;
transform: translateX(5px);
}
.wletter-place {
padding-left: 15px!important;
}
.wletter-email, .frm-fluent-form {
position: relative!important;
}
.wletter-btn, .w-newsletter {
right: 2px;
top: 2px;
position: absolute !important;
}
.wletter-btn {
font-weight: 300 !important;
font-size: 0.8rem !important;
padding: 11px !important;
}
.ff-message-success {
border: none!important;
box-shadow: none!important;
margin-top: 0!important;
}
.demo-svg .ct-icon {
	stroke:#092c4a;
}
[data-transparent-row="yes"] .demo-svg .ct-icon {stroke:#fff;}
[data-sticky*="yes"] .demo-svg .ct-icon  {stroke:#092c4a;}
.ct-header [data-id="JV01kk"]:hover
.demo-svg .ct-icon {
	stroke:#fdb016;
}
.contact-price {
    color: var(--theme-palette-color-4);
    font-size: 0.975rem;
    font-weight: 600;
}
.contact-btnOw {
    gap: 6px;
    display: flex;
    background: transparent;
    color: #d70018;
    border: none;
    height: 60px;
    line-height: 1;
    margin-bottom: 10px;
    outline: none;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

nav[data-menu="type-1"] > ul > li:first-child > a {
    padding-inline-start: 0;
}

nav[data-menu="type-1"] > ul > li:last-child > a {
    padding-inline-end: 0;
}
.added_to_cart.wc-forward {
    display:none;
}
.buynow-btn-show {
    width:40%;
    border-radius:8px;
}
.no-scroll {
overflow: hidden !important;
height: 100% !important;
position: fixed !important;
width: 100% !important;
}
/*Checkout*/
.post-1070 {    
background-color: #e0e5ec;
color: #2d3748;
}
.ct-order-review, .ct-customer-details,.order-again .button{
width:100%;
}
td.download-file .button {
    background: none;
    padding: 0;
    font-size: 14px;
    width: 100%;
    color: var(--theme-palette-color-17);
    text-decoration: underline;
}
.ct-customer-details .col2-set, .ct-order-review, .woocommerce-thankyou-order-details, .woocommerce-order-downloads, .woocommerce-sepay-bank-details, .woocommerce-customer-details, .woocommerce-order-details {
border-radius: 10px;
padding: 1rem;
background-color: white;
color: #2d3748;
}
.woocommerce-order p {
color: #2d3748;
}
.woocommerce-order {
padding: 20px 0;
margin: 0 auto;
max-width: 750px;
}
.woocommerce-thankyou-order-details, .woocommerce-sepay-bank-details, .woocommerce-customer-details, .woocommerce-order-details,.woocommerce-thankyou-order-received {
margin-bottom: 1em !important;
}

.woocommerce.ct-woo-unauthorized,.woocommerce.ct-woo-account {
padding: 3rem 0;
}
.woocommerce button.button:hover .w-key-info {
    color: var(--theme-button-text-hover-color);
}
.woocommerce-checkout-payment .place-order button[type=submit] {
    min-height: 55px;
    padding: 5px 15px;
}
.ct-woocommerce-checkout {
    padding-bottom: 2rem;
    margin: 0 auto;
    max-width: 650px;
    display: flex !important;
    flex-direction: column;
    gap:15px!important;
}
#customer_details .col-2 {
    display: none;
}
.checkout .woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.checkout .form-row {
    width: 100%;
    margin-bottom: 15px;
}
.form-row.row-f50 {
    width: calc(50% - 7.5px);
}
.form-row.form-row-last-name {
    margin-right: 15px;
}
@media screen and (max-width: 500px) {
.form-row.form-row-last-name {
    margin-right: 0;
}
.form-row.row-f50 {
    width: 100%;
}
}

/*Slide Swiper*/
.prdcate-slideSow .product>* {
    margin-bottom: 10px;
}
.SldeSow-wrp .swiper-button-next.swiper-button-disabled, .SldeSow-wrp .swiper-button-prev.swiper-button-disabled {
opacity: 0.1;
}
.SldeSow-wrp .woocommerce-loop-product__title {
font-size: 0.95rem;
margin: 10px 0;
font-weight:500;
}
.SldeSow-wrp .woocommerce-loop-product__title a, .SldeSow-wrp .woocommerce-loop-product__title a:hover {
color:var(--theme-palette-color-4);
}
.swiper-button-next:after, .swiper-button-prev:after {
display: none;
}
.nzt-next, .nzt-prv {
background: rgba(18, 21, 25, 0.6);
opacity: .8;
padding: 3px;
width: 30px;
height: 60px;
}
.nzt-next {
right:0;
border-radius: 100px 0 0 100px;
}
.nzt-prv {
left:0;
border-radius: 0 100px 100px 0;
}
@media screen and (max-width: 900px) {
.SldeSow-wrp .woocommerce-loop-product__title {
font-size: 0.8rem;
}
}

/*Shop-Category */
.prdcate-show, .row-mw100 {
    margin: 0 auto !important;
}
.woocommerce-loop-product__title  {
    padding: 0rem 1.8rem 0.25rem 0.35rem;
}
.woocommerce-loop-product__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.prdcate-show .price,.SldeSow-wrp .price, .related.products .price {
    padding: 0rem 1.8rem 2rem 0.35rem;
}

.sale-price {
    line-height: 1.2rem;
    flex-direction: column-reverse;
    align-items: flex-start;
}
.xpdsInfo {
    margin:  0rem 1.8rem 2rem 0.3rem;
    background: var(--theme-palette-color-16);
    border-radius: 4px;
    color: #6D6E72;
    font-size: 0.75rem;
    padding: 3px 6px;
    display: flex;
    flex-wrap: wrap;
}
.xpdsInfo .xpdshow {
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
}
.xpdsInfo .mixicon svg {
    margin-right: 5px;
}
@media screen and (max-width: 900px) {
.xslide-wrp,.prdcate-show, .row-mw100 {
width: 100%;
max-width: 100%;
}
.prdcate-show .woocommerce-loop-product__title, .related.products .woocommerce-loop-product__title, .SldeSow-wrp .product-title {
    padding: 0rem 1.3rem 0.25rem 0.2rem;
}
.prdcate-show .price, .related.products .price, .SldeSow-wrp .price {
    padding: 0rem 1.3rem 1.5rem 0.2rem;
}
.price span.amount {
    font-size:0.85rem;
}
.price del>span.amount  {
    font-size:0.75rem;
}
.xpdsInfo {
    margin: 0rem 0rem 2rem 0.2rem;
    font-size: 0.65rem;
}
}


/*Mini cart*/
#woo-cart-panel .ct-panel-actions {
    padding: 25px 15px 0;
}
#woo-cart-panel .ct-panel-content-inner {
    padding: 15px;
}
#woo-cart-panel .cart_list, #woo-cart-panel .woocommerce-mini-cart__empty-message {
    padding: 15px;
    background-color: #fff;
    margin: 0;
    border-radius: 6px;
}



/* CSS modal */
@media screen and (min-width: 768px) {
    

[class*=ct-dynamic-count] {
    top: -2px;
        inset-inline-end: -2px;
}
.sub-menu .ct-menu-link {
padding:0 0 0 30px; 
margin:10px 0;
}
.sub-menu li a:not(:empty):before {
    position: absolute;
    content: "";
    top: calc(50% - 2px);
    inset-inline-start: 15px;
    width: 3px;
    height: calc(2px* var(--has-indentation, 1));
    opacity: .3;
    border-radius: 5px;
    background: currentColor;
    transition: opacity .12s cubic-bezier(0.455, 0.03, 0.515, 0.955), 
    background .12s cubic-bezier(0.455, 0.03, 0.515, 0.955), 
     width .12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.sub-menu li a:hover:before {
    opacity: 1;
    width: 12px;
}
.ct-icon-container{
    padding:8px;
}
.ct-icon-container:hover {
    padding:8px;
    border-radius:99px;
    background-color:#e5e5e5;
}
.ct-header-search.ct-toggle {
background-color: #f5f5f5 !important;
width: 180px;
height:35px;
display: flex;
justify-content: flex-start;
border-radius:99px!important;
}
.ct-header-search.ct-toggle:hover {
background-color: #e5e5e5!important;
}
.ct-toggle svg {
background-color:#f5f5f5;
height:35px;
width:35px;
border-radius:99px;
padding:7px;
}
}


@media screen and (max-width: 767px) {
.page-title {
font-size:20px!important;   
}
[data-header*="type-1"] [data-id="cart"] {
margin: 0px 5px 0px 0px !important;
}
.ct-header-search {
    margin: 0 15px 0 0 !important;
}
.ct-toggle svg, .ct-icon-container svg {
height:22px;
width:22px;
padding:0px;
}
.ct-panel-xcontent {
width: 85%;
}
.ct-panel-xcontent {
transform: translateX(0)!important;
left: 15px!important;
position: absolute;
top: 0;
}
.ct-toggle-close {
top: 28px!important;
right: 15px!important;
}
.ct-popular-search-terms {
margin: 35px auto 0!important;
}
.ct-label, .ct-modal-xlogo {
display:none;
}
#search-modal .ct-search-results {
grid-column-gap: 12px!important;
grid-row-gap: 12px!important;
}
.button.wc-forward {
padding: 10px 0;
}
#woo-cart-panel .woocommerce-mini-cart__buttons {
grid-template-columns: repeat(2, 1fr)!important;
}
}

/*Menu*/
#menu-main-menu .sub-menu {
    padding: 10px 0!important;
}
#offcanvas .ct-panel-content-inner .ct-header-wishlist, #offcanvas .ct-panel-content-inner .ct-header-compare {
position:absolute;
z-index: 90;
}
#offcanvas .ct-panel-content-inner .ct-header-wishlist {
right:55px;
}
#offcanvas .ct-panel-content-inner .ct-header-compare {
right:70px;
}
.ct-toggle-dropdown-mobile .toggle-icon-2 {
width:13px!important;
}
.ct-panel-content-inner {
    padding: 0 15px 0 ;
}
.ct-panel-content .mobile-menu, .ct-contact-info {
    background-color:#fff;
    border-radius:9px;
  padding: 20px;
}
.ct-toggle-close .ct-icon {
width:15px;
height:15px;
}
.ct-contact-info {
width:100%;
}
.ct-button-ghost,.ct-button-ghost:hover {
border:none;
background-color:transparent;
}
@media screen and (max-width: 767px) {
#offcanvas .ct-panel-content-inner .ct-header-wishlist {
position:absolute;
top:25px;
right:45px;
}
#offcanvas .ct-panel-content-inner .ct-header-compare {
position:absolute;
top:25px;
right:60px;
}
}




/* CSS show */
@media (max-width: 999.98px) {
.ct-drawer-canvas #offcanvas {
background-color: rgba(18, 21, 25, 0.6);
}
}
.ct-search-form-controls .wp-element-button svg {
width:19px;
height:19px;
}

.ct-panel-xactions {
    padding: 15px 20px;
}
.ct-modal-xlogo img {
    max-height: 38px;
    width: auto;
}
.ct-panel-xcontent {
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    top: 0;
}
.ct-toggle-close {
    z-index: 999;
    position: absolute;
    top: 33px;
    right: 20px;
}
.ct-panel-xcontent {
      padding: 15px 0;
}
.ct-panel-xcontent .ct-search-form .wp-element-button {
    min-height: 39px;
    height: 39px;
    width: 39px;
}
.ct-panel-xcontent input:hover, .ct-panel-xcontent input:is([type=url],[type=tel],[type=text],[type=time],[type=date],[type=datetime],[type=datetime-local],[type=email],[type=number],[type=search],[type=password]):focus  {
    background-color: #E5E5E5!important;
}
.ct-panel-xcontent input {
    border: 0;
    cursor: text;
    margin: 0;
    padding: 9px 0px 11px 45px;
    box-sizing: border-box;
    font-size:15px;
    font-weight:500;
    background-color: #F5F5F5;
    height: 39px;
    border-radius: 24px;
    -moz-appearance: textfield;
}
#search-modal form {
   max-width: 100%;
}
#search-modal form .ct-search-form-controls {
    left: 0;
    width: fit-content;
    top: 0 !important;
}
.ct-popular-search-terms {
  position: relative;
    margin:30px auto;
}
.ct-popular-search-terms h4 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #707072;
}
.ct-terms-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}
.ct-term-button {
    background-color: #f5f5f5;
    border-radius: 20px;
    padding: 6px 15px;
    font-size: 14px;
    color: #111;
    text-decoration: none;
    transition: background-color 0.3s ease;
}
.ct-term-button:hover {
    background-color: #e5e5e5;
    color: #111;
}
.ct-dynamic-count-cart {
        font-size:10px;
}
.w-cr {
border-top: 1px solid var(--theme-palette-color-5);
}
@media (max-width: 767px) {
.ct-terms-container {
gap: 8px;
} 
.ct-term-button {
padding: 5px 12px;
font-size: 13px;
}
}
/*Home*/
.wfaq-quest, .wfaq-item, .faq-icon {
    transition: all 0.3s ease;
}
.wfaq-quest.active {
    background: #f8f9fa;
    border-bottom: 1px solid #e2e8f0;
}
.wfaq-quest.active .faq-icon {
    transform: rotate(45deg);
}
.wfaq-asw {
    max-height: 0;
    transition: max-height 0.15s ease, padding 0.15s ease;
}
.wfaq-asw.active {
    max-height: 500px;
    padding: 1.2rem 1rem;
}
.wfaq-show a {
    color: #3182ce;
    text-decoration: none;
    border-bottom: 1px solid #fff0;
    transition: border-color 0.2s ease;
}
.wfaq-show a:hover {
    border-bottom-color: #3182ce;
}
.pricing-card {
    background: rgb(255 255 255 / 0.1);
    backdrop-filter: blur(20px);
    border: 1px solid rgb(255 255 255 / 0.2);
    transition: all 0.3s ease;
    transform: scale(0.98);
}
.pricing-card:hover {
    transform: translateY(-10px);
    background: rgb(255 255 255 / 0.15);
    border-color: rgb(255 255 255 / 0.3);
    box-shadow: 0 20px 40px rgb(0 0 0 / 0.1);
}
.pricing-card.featured::before {
    background: linear-gradient(135deg, #fe2b54 0%, #ff6b6b 100%);
    height: 3px;
    animation: shimmer 3s linear infinite;
}
@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}
.pricing-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(255 255 255 / 0.8), transparent);
}
.pricing-card.featured {
    transform: scale(1.05);
    background: rgb(255 255 255 / 0.15);
    border-color: rgb(255 255 255 / 0.3);
}
.original-price {
    opacity: 0.7;
}
.card-discount {
    background: linear-gradient(135deg, #fe2b54 0%, #ff6b6b 100%);
    padding: 0 5px;
    top: -20px;
    right: 10px;
}
.card-features {
    list-style: none;
}
.pricing-card ul {
padding-inline-start: 0;
}
.pricing-card a:hover {
    color: #fff;
}
.card-button {
    background: rgb(255 255 255 / 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgb(255 255 255 / 0.3);
    transition: all 0.3s ease;
    text-decoration: none;
}
.card-button:hover {
    border: 1px solid transparent;
    background: linear-gradient(135deg, #fe2b54 0%, #ff6b6b 100%);
}
.featured-badge {
    background: linear-gradient(135deg, #fe2b54 0%, #ff6b6b 100%);
    transform: translateX(-50%);
    top: 0;
    left: 50%;
    border-radius: 0 0 10px 10px;
}
.particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: rgb(255 255 255 / 0.6);
    border-radius: 50%;
    animation: float 6s ease-in-out infinite;
}
@keyframes float {
    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(180deg);
    }
}
.particle:nth-child(1) {
    top: 20%;
    left: 20%;
    animation-delay: 0s;
}
.particle:nth-child(2) {
    top: 80%;
    left: 80%;
    animation-delay: 2s;
}
.particle:nth-child(3) {
    top: 40%;
    left: 40%;
    animation-delay: 4s;
}
.w-bf-aft {
    cursor: grab;
}
.w-bf-aft:active {
    cursor: grabbing;
}
.w-bef-img,
.w-aft-img {
    position: absolute;
    object-fit: cover;
    user-select: none;
    pointer-events: none;
}
.w-aft-img {
    position: relative;
    display: block;
}
.w-bef-img {
    clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
    z-index: 2;
}
.w-sli-hand {
    top: 0;
    left: 50%;
    width: 4px;
    height: 100%;
    z-index: 3;
    cursor: ew-resize;
    transform: translateX(-50%);
}
.sli-btn {
    width: 40px;
    height: 40px;
    border: 2px solid #092c4b;
    transform: translate(-50%, -50%);
    cursor: ew-resize;
    box-shadow: 0 4px 10px rgb(0 0 0 / 0.2);
    transition: all 0.3s ease;
}
.sli-btn:hover {
    background: #092c4b;
    transform: translate(-50%, -50%) scale(1.1);
}
.sli-btn::before,
.sli-btn::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
}
.sli-btn::before {
    border-width: 6px 8px 6px 0;
    border-color: #fff0 #092c4b #fff0 #fff0;
    left: 8px;
}
.sli-btn::after {
    border-width: 6px 0 6px 8px;
    border-color: #fff0 #fff0 #fff0 #092c4b;
    right: 8px;
}
.sli-btn:hover::before {
    border-right-color: #fff;
}
.sli-btn:hover::after {
    border-left-color: #fff;
}
.before-label,
.after-label {
    top: 20px;
    padding: 8px 16px;
    background: rgb(0 0 0 / 0.7);
    z-index: 4;
    backdrop-filter: blur(10px);
}
.before-label {
    left: 20px;
}
.after-label {
    right: 20px;
}
.w-gradient {
    background: linear-gradient(334deg, #6b97f7, #7525e2, #f7137e);
    background-size: 180% 180%;
    animation: gradient-animation 6s ease infinite;
}
@keyframes gradient-animation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.wbg-c2 {
    color: #2c3e50;
}
.wdraw-line,
.wave-line,
.mi-accent {
    position: relative;
    display: inline-block;
}
.wdraw-line::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 3px;
    background: linear-gradient(334deg, #6b97f7, #7525e2, #f7137e);
    border-radius: 2px;
    animation: drawLineRepeat 4s ease-in-out infinite;
}
@keyframes drawLineRepeat {
    0% {
        width: 0;
    }
    25% {
        width: 100%;
    }
    75% {
        width: 100%;
    }
    100% {
        width: 0;
    }
}
.wave-line::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 8px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 10'%3E%3Cpath d='M0,5 Q25,0 50,5 T100,5' stroke='%23ffffff' stroke-width='2' fill='none'/%3E%3C/svg%3E") repeat-x;
    background-size: 65px 8px;
    animation: waveMove 3s ease-in-out infinite;
}
@keyframes waveMove {
    0%,
    100% {
        background-position: 0 0;
    }
    50% {
        background-position: 25px 0;
    }
}
.mi-accent::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 60%;
    background: linear-gradient(to bottom, #667eea, #764ba2);
    border-radius: 2px;
}
.nxpqw a:hover {
    color: #fff;
}
.wvr-btn {
    transition: all 0.3s ease;
    color: #fff;
}
.wvr-btn:hover {
    transform: translateY(-2px);
}
.btn-primary {
    background: linear-gradient(135deg, #fe2b54 0%, #ff6b6b 100%);
}
.btn-secondary {
    background: rgb(255 255 255 / 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgb(255 255 255 / 0.3) !important;
}
.btn-secondary:hover {
    background: rgb(255 255 255 / 0.3);
}
.stat-card {
    background: rgb(255 255 255 / 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgb(255 255 255 / 0.2);
}
.img-shadow {
    box-shadow: 0 20px 40px rgb(0 0 0 / 0.1);
}
.fvwxs {
    font-size: 3rem;
}
.nxpqw {
    padding: 10vh 0;
}
.w-msite {
    max-width: var(--theme-normal-container-max-width);
    width: var(--theme-container-width);
}
.w-site-mini {
    max-width: 1200px;
    width: var(--theme-container-width);
}
.mzqkf {
    display: flex;
}
.w-pr-5r {
    padding-right: 5rem;
}
.w-pl-5r {
    padding-left: 5rem;
}
.w-rcol-rv {
    flex-direction: row;
}
.w-flex-mobile {
    flex-direction: row;
}
.w-txt-c {
    text-align: center;
}
.w-item-mbr {
    align-items: end;
    text-align: right;
}
.w-item-mbl {
    align-items: start;
    text-align: left;
}
.w-ileft {
    text-align: left;
}
.wtx-b5 {
    font-size: 1.5rem;
}
.wsvg {
    width: 1.2rem;
    min-width: 1.2rem;
}
.ul-show {
    padding-inline-start: 0;
    margin-block-end: 0;
}
.zform {
    transition: all 0.15s ease-out;
    will-change: transform;
}
.zform:hover {
    transform: scale(1.03);
}
@media (min-width: 768px) {
    .zform:hover {
        transform: scale(1.05);
    }
}
@media (max-width: 900px) {
ul.product-features li strong {
    width: 33%!important;
}
    .w-f33 {
        width: 100% !important;
    }
    .nxpqw,
    .mzqkf {
        flex-direction: column;
    }
    .w-flex-mobile {
        flex-direction: column !important;
    }
    .w-f50 {
        width: 100% !important;
    }
    .wsvg {
        width: 0.875rem !important;
    }
    .wtx-desm {
        font-size: 0.9rem !important;
        line-height: 1.5rem !important;
    }
    .fvwxs {
        font-size: 1.8rem;
    }
    .wtx-b3r {
        font-size: 1.8rem !important;
    }
    .w-pr-5r {
        padding-right: 0 !important;
    }
    .w-pl-5r {
        padding-left: 0 !important;
    }
    .bktvv {
        padding-top: 2rem !important;
    }
    .w-rcol-rv {
        flex-direction: column-reverse;
    }
    .w-item-mbr,
    .w-item-mbl {
        align-items: flex-start;
        text-align: left;
    }
    .wtx-b5 {
        font-size: 1.2rem !important;
    }
    .wmt-20 {
        margin-top: 20px;
    }
    .w-bf-aft {
        border-radius: 10px;
    }
    .sli-btn {
        width: 35px;
        height: 35px;
    }
    .before-label,
    .after-label {
        padding: 6px 12px;
        top: 15px;
    }
    .sli-btn::after {
        border-width: 5px 0 5px 7px;
        border-color: #fff0 #fff0 #fff0 #092c4b;
        right: 6px;
    }
    .sli-btn::before {
        border-width: 5px 7px 5px 0;
        border-color: #fff0 #092c4b #fff0 #fff0;
        left: 6px;
    }
    .before-label {
        left: 15px;
    }
    .after-label {
        right: 15px;
    }
}
.w-divi {
    background-color: rgba(22, 24, 35, .03);
    width: 100%;
}
.wvr-flex {
    display: flex;
}
.wvr-col {
    display: flex;
    flex-direction: column;
}
.wvr-flin {
    display: inline-flex;
    align-items: center;
}
.wvr-spbtn {
    display: flex;
    justify-content: space-between;
}
.whidden {
    display: none;
}
.wvr-block {
    display: block;
}
.w-just-item-ct {
    justify-content: center;
    align-items: center;
}
.w-just-ctc {
    justify-content: center;
}
.wvr-item-ctr {
    align-items: center;
}
.wvr-itmstart {
    align-items: flex-start;
}
.wvr-ali-ctr {
    align-content: center;
}
.wvr-item-end {
    display: flex;
    align-items: flex-end;
}
.wvr-item-start {
    display: flex;
    align-items: flex-start;
}
.wvr-just-ctr {
    display: flex;
    justify-content: center;
}
.wvr-just-st {
    display: flex;
    justify-content: flex-start;
}
.wvr-just-btw {
    justify-content: space-between;
}
.wvr-flex-1 {
    flex: 1 1;
}
.wvr-flex-shrink-0 {
    flex-shrink: 0;
}
.wvr-fixed {
    position: fixed;
}
.wvr-abs {
    position: absolute;
}
.wvr-rlt {
    position: relative;
}
.wvr-stky {
    position: sticky;
}
.wvr-in0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.wvr-tl0 {
    top: 0;
    left: 0;
}
.wvr-tl50 {
    top: 50%;
    left: 50%;
}
.wvr-left-0 {
    left: 0;
}
.wvr-right-0 {
    right: 0;
}
.wvr-top-50 {
    top: 50%;
}
.w-full {
    width: 100%;
}
.wwh-full {
    width: 100%;
    height: 100%;
}
.w-mfull {
    max-width: 100%;
    width: 100%;
}
.w-f25 {
    width: 25%;
}
.w-f50 {
    width: 50%;
}
.w-f33 {
    width: 33.3%;
}
.w-f35 {
    width: 35%;
}
.w-12 {
    width: 12px;
}
.w-18 {
    width: 18px;
}
.w-24 {
    width: 24px;
}
.w-25 {
    width: 25px;
}
.w-30 {
    width: 30px;
}
.wh-ato {
    height: auto;
}
.wh-24 {
    height: 24px;
}
.wh-25 {
    height: 25px;
}
.wh-36 {
    height: 36px;
}
.wh-44 {
    height: 44px;
}
.w-h-50 {
    width: 50px;
    height: 50px;
}
.wmh-25 {
    min-height: 25px;
}
.wmh-90vh {
    min-height: 90vh;
}
.wmh-65vh {
    min-height: 65vh;
}
.mw-40 {
    width: 40%;
}
.mw-55 {
    width: 55%;
}
.mw-65 {
    width: 65%;
}
.wmax-90 {
    max-width: 90%;
}
.wmax-h-90 {
    max-height: 90%;
}
.wmax-h-80vh {
    max-height: 80vh;
}
.w-block-end {
    margin-block-end: 0;
}
.wmt-3 {
    margin-top: 3px;
}
.wmt-5 {
    margin-top: 5px;
}
.wmt-8 {
    margin-top: 8px;
}
.wmt-15 {
    margin-top: 15px;
}
.wmt-20 {
    margin-top: 20px;
}
.wmt-2r {
    margin-top: 2rem;
}
.wmt-3r {
    margin-top: 3rem;
}
.wmtb-2r {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.wm-auto {
    margin: auto;
}
.wm-0a {
    margin: 0 auto;
}
.wm-0 {
    margin: 0;
}
.wm-l-8 {
    margin-left: 8px;
}
.wm-l-10 {
    margin-left: 10px;
}
.wm-r-10 {
    margin-right: 10px;
}
.wm-r-1 {
    margin-right: 0.25rem;
}
.wm-r-2 {
    margin-right: 0.5rem;
}
.wm-l-1 {
    margin-left: 0.25rem;
}
.wm-bt-02r {
    margin-bottom: 0.2rem;
}
.wm-bt-10 {
    margin-bottom: 10px;
}
.wm-bt-15 {
    margin-bottom: 15px;
}
.wm-bt-1r {
    margin-bottom: 1rem;
}
.wm-bt-2r {
    margin-bottom: 2rem;
}
.wvr-p-0 {
    padding: 0;
}
.wp-lr-0 {
    padding-left: 0;
    padding-right: 0;
}
.wp-lr-1r {
    padding-left: 1rem;
    padding-right: 1rem;
}
.wp-lr-6 {
    padding-left: 6px;
    padding-right: 6px;
}
.wp-lr-05 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.wp-lr-125 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.wp-t10vh {
    padding-top: 10vh;
}
.wp-t-5vw {
    padding-top: 5vw;
}
.wp-t-3vw {
    padding-top: 3vw;
}
.wp-t-1r {
    padding-top: 1rem;
}
.w-g-0 {
    gap: 0;
}
.w-g-025 {
    gap: 0.25rem;
}
.w-g-9 {
    gap: 9px;
}
.w-g-15 {
    gap: 15px;
}
.w-g-25 {
    gap: 25px;
}
.w-g-30 {
    gap: 30px;
}
.w-g10vh {
    gap: 10vh;
}
.wp-02 {
    padding: 0.2rem;
}
.wp-5 {
    padding: 0.5rem;
}
.wp-1 {
    padding: 1rem;
}
.wp-2 {
    padding: 2rem;
}
.wp-23 {
    padding: 2rem 3rem;
}
.wp-3r {
    padding: 3rem 0;
}
.wp-tb-05 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.wp-tb-08 {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}
.wp-tb-5r {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.wp-tb-3r {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.wp-tb-125 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
}
.wp-b-2 {
    padding-bottom: 2rem;
}
.wp-r-50 {
    padding-right: 5rem;
}
.wb-white {
    background: #fff;
}
.wbg-white {
    background-color: #fff;
}
.wbg-f456 {
    background-color: #f4f5f6;
}
.wbg-f5 {
    background-color: #f5f5f5;
}
.wbg-s2 {
    background-color: #e0e5ec;
    color: #2d3748;
}
.wbg-s2-c {
    color: #2d3748;
}
.wbg-black {
    background-color: #111;
}
.wbg-black-50 {
    background-color: rgb(0 0 0 / 0.5);
}
.wbg-black-90 {
    background-color: rgb(0 0 0 / 0.9);
}
.wbg-red-500 {
    background-color: #ef4444;
}
.wbg-green-100 {
    background-color: #dcfce7;
}
.wbg-red-100 {
    background-color: #fff3f3;
}
.wbg-red-555 {
    background-color: #fe2b54;
}
.wtx-red-500 {
    color: #fe2b54;
}
.w-fill-red-500 {
    fill: #fe2b54;
}
.wtx-red-700 {
    color: #fe3b5d;
}
.wtx-green-700 {
    color: #15803d;
}
.wtx-gray-500 {
    color: #6b7280;
}
.wtx-gray-800 {
    color: #1f2937;
}
.wtx-black {
    color: #000;
}
.wtx-white {
    color: #fff;
}
.wft-14 {
    font-size: 14px;
}
.wft-15 {
    font-size: 15px;
}
.wft-5r {
    font-size: 5rem;
}
.wft-normal {
    font-weight: 400;
}
.w-lsp-03r {
    letter-spacing: 0.03rem;
}
.wtx-b202r {
    font-size: 2.2rem;
}
.wtx-b3r {
    font-size: 3rem;
}
.wtx-b1r {
    font-size: 1rem;
}
.wtx-lh2 {
    line-height: 2rem;
}
.wtx-base {
    font-size: 1rem;
    line-height: 1.5rem;
}
.wtx-desm {
    font-size: 1.15rem;
    line-height: 1.8rem;
}
.wtx-b05 {
    font-size: 1.1rem;
    line-height: 2rem;
}
.wtx-b06 {
    font-size: 1.1rem;
    line-height: 1.6rem;
}
.wtx-b35 {
    font-size: 1.35rem;
    line-height: 2rem;
}
.wtx-b15 {
    font-size: 1.5rem;
    line-height: 2rem;
}
.wtx-b2 {
    font-size: 0.9rem;
    line-height: 1.5rem;
}
.wtx-b3 {
    font-size: 0.7rem;
    line-height: 1.5rem;
}
.wtx-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}
.wtx-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.wft-b3 {
    font-weight: 300;
}
.wft-b4 {
    font-weight: 400;
}
.wft-b5 {
    font-weight: 500;
}
.wft-semibold,
.wft-b6 {
    font-weight: 600;
}
.wft-b7 {
    font-weight: 700;
}
.wft-lth {
    text-decoration: line-through;
}
.wft-under {
    text-decoration: underline;
}
.wft-lh-18 {
    line-height: 18px;
}
.wvr-shadow {
    text-shadow: 1px 1px 3px rgb(0 0 0 / 0.3);
}
.wvr-bd-none {
    border: none;
}
.wvr-bd-b {
    border-bottom-width: 1px;
}
.wvr-bd {
    border-width: 1px;
}
.wvr-bd-g200 {
    border-color: #e5e7eb;
}
.wvr-bd-g300 {
    border-color: #d1d5db;
}
.wvr-bd-c500 {
    border-color: #06b6d4;
}
.wvr-rd5 {
    border-radius: 5px;
}
.wvr-rd8 {
    border-radius: 8px;
}
.wvr-rd10 {
    border-radius: 10px;
}
.wvr-rd15 {
    border-radius: 15px;
}
.wvr-rd25 {
    border-radius: 25px;
}
.wvr-rdf {
    border-radius: 9999px;
}
.wvr-tran-x50 {
    transform: translateX(50%);
}
.wvr-tran-y-n50 {
    transform: translateY(-50%);
}
.wvr-stk-white {
    stroke: #fff;
}
.wvr-fill-white {
    fill: #fff;
}
.fil-svg {
    fill: #fe2b54;
}
.wvr-point {
    cursor: pointer;
}
.wvr-events-none {
    pointer-events: none;
}
.wvr-events-auto {
    pointer-events: auto;
}
.wvr-obj-contain {
    object-fit: contain;
}
.wvr-obj-cover {
    object-fit: cover;
}
.wvr-obj-cover-11 {
    object-fit: cover;
    aspect-ratio: 1 / 1;
    height: auto;
}
.wz-1 {
    z-index: 1;
}
.wz-9 {
    z-index: 9;
}
.wz-9999 {
    z-index: 9999;
}
.w-hidden {
    overflow: hidden;
}
.w-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.wrap-0 {
    flex-wrap: wrap;
    row-gap: 0px !important;
}
.woocommerce-variation-availability .stock.out-of-stock,
.stock.out-of-stock,
.woocommerce-variation-availability .stock.available-on-backorder,
.stock.available-on-backorder {
    display: none !important;
}
.ux-swatch--color .ux-swatch__text,
.ux-swatch--image .ux-swatch__text {
    font-size: 13px;
    display: flex;
    width: 100%;
    height: 25px;
    justify-content: center;
    align-items: center;
}
.ux-swatch--image {
    display: flex;
    flex-direction: column;
}
.ux-swatches--x-large .ux-swatch--image {
    height: auto;
    width: 20%;
}
.ux-swatch--image img {
    height: auto;
    width: 100%;
    aspect-ratio: 3 / 3;
    object-fit: cover;
}
.wrapper-dylO2h {
    padding: 16px 0;
}
.Prdifo-wrapper h2 {
    color: #333;
    font-size: 20px;
    margin: 10px 0;
    line-height: 26px;
    letter-spacing: -0.015rem;
    font-weight: 600;
}
.Prdifo-wrapper h3 {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0;
    line-height: 18px;
    text-align: center;
    background-color: #f4f5f6;
    padding: 15px 0;
}
.show-Prdifo-TtVcp {
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 15px;
}
.banner-swiper {
    width: 100%;
    height: 65px;
}
.banner-swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.swiper-wrapper p {
    padding: 0;
    margin: 0;
}
.a2vXfohO {
    margin-bottom: 5px;
}
.xds71f .swiper-slide {
    pointer-events: none;
    z-index: 1;
}
.swiper-slide.active {
    pointer-events: auto;
    z-index: 2;
}
.gkp39r {
    height: 800px;
    max-height: 800px;
}
.rty66p {
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    gap: 10px;
    z-index: 5;
}
.pas11b,
.uio88m {
    text-transform: capitalize;
}
.mnb55c,
.uio88m,
.pas11b {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
}
.swiper-slide.active .pas11b {
    visibility: visible;
    animation: fadeInTop 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    animation-delay: 0ms;
}
.swiper-slide.active .uio88m {
    visibility: visible;
    animation: fadeInTop 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    animation-delay: 50ms;
}
.swiper-slide.active .mnb55c {
    visibility: visible;
    animation: fadeInTop 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    animation-delay: 150ms;
}
@keyframes fadeInTop {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.qwe22d img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 6s ease;
}
.jkl99n {
    border: 2px solid #fff;
    padding: 3px 3px 3px 30px;
    text-transform: uppercase;
    transition: all.3s ease-in-out;
}
.ytr44w {
    padding: 8px;
    width: 39px;
    height: 39px;
    background-color: #c1304f;
    transition: all.3s ease-in-out;
}
.ytr44w path {
    fill: #fff;
    transition: all.3s ease-in-out;
}
.fgh77h:hover {
    background-color: #c1304f;
    border: 2px solid #c1304f;
}
.fgh77h:hover .ytr44w {
    background-color: #0e0805;
}
.xds71f .slider-xbul {
    width: auto !important;
    top: 50%;
    right: 30px;
    gap: 25px;
    position: absolute;
    display: flex;
    flex-direction: column;
    z-index: 6;
    left: unset !important;
}
.swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: rgb(255 255 255 / 0.5);
    transition: all 0.3s ease;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background-color: #fff;
    transform: scale(1.05);
    cursor: pointer;
    box-sizing: content-box;
    outline: 1px solid #fff;
    outline-offset: 4px;
}
.swiper-slide-active img {
    transform: scale(1.03);
}
@media screen and (max-width: 1024px) {
    .xds71f {
        padding: 1rem;
    }
    .gkp39r {
        height: 500px;
    }
    .pas11b {
        font-size: 3rem;
    }
    .uio88m {
        font-size: 1.2rem;
    }
    .jkl99n {
        font-size: 0.675rem;
        padding: 3px 3px 3px 20px;
    }
    .ytr44w {
        width: 35px;
        height: 35px;
        padding: 6px;
    }
    .xds71f .slider-xbul {
        top: 45%;
        right: 15px;
        gap: 20px;
    }
    .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
    }
    .swiper-pagination-bullet-active {
        outline-offset: 3px;
    }
}
@media screen and (max-width: 500px) {
    .xds71f {
        padding: 0;
    }
    .qwe22d {
        border-radius: 0;
    }
    .gkp39r {
        height: 350px;
    }
    .pas11b {
        font-size: 1.6rem;
    }
    .uio88m {
        font-size: 0.85rem;
    }
    .jkl99n {
        font-size: 0.55rem;
        padding: 2px 2px 2px 15px;
    }
    .ytr44w {
        width: 25px;
        height: 25px;
        padding: 5px;
    }
    .rty66p {
        gap: 0;
    }
}


/*Style*/
#billing_first_name {
	display: none;
}
.components-button{
	background: #c91919 !important;
	color: #fff !important;
}
.product-name_information span.amount{
    font-size: 22px;
    color: var(--wp--preset--color--vivid-red)
  }

.woocommerce-variation-price {
	font-size: 1.5em;
}






/*************************List product)****************/
p.name.product-title.woocommerce-loop-product__title {
    height: 45px;
}
ul.product-features {
    margin-top: -3px;
    text-wrap: nowrap;
    display: flex;
    list-style: none;
    justify-content: center;
    background: #e1e8ed99;
    border-radius: 5px;
    flex-direction: column;
}
ul.product-features li {
    display: flex;
    margin: 0 !important;
    padding: 2px 0;
    width: 100%;
    position: relative;
    align-items: center;
}
ul.product-features li:last-child {
    border-bottom: none;
}
ul.product-features li {
    border-bottom: 1px solid #ddd;
}
ul.product-features li strong {
    text-align: left;
    font-size: 10.5px;
    font-weight: 400;
    color: #9C9D9E;
    width: 20%;
    margin-left: 3px;
}
ul.product-features li span {
    padding-right: 3px;
    text-align: left;
    font-size: 0.7rem;
    font-weight: 400;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 66%;
}

/***********/
.box-text-products .title-wrapper {
    margin-bottom: 8px;
}
.section-title a {
	font-size: .8em;
}
/*************** ADD CUSTOM CSS HERE.   ***************/
#billing_first_name {
	display: none;
}
.nav-tabs > li.active > a:first-child {
	display: none;
}
.header-bottom {
    -webkit-box-shadow: 0 2px 3px rgba(33,37,41,.07);
    box-shadow: 0 2px 3px rgba(33,37,41,.07);
}
.header-top{
    border-bottom:1px solid #E9ECEF ;
}
.form-flat input:not([type=submit]), .form-flat select, .form-flat textarea {
    border-radius: 5px;
}
/********header*************/
.notice-button .notice-link {
    color: #fff;
}
.notice-button .notice-link .notice-icon {
    margin-right: .5rem;
}
.notice-button .notice-link .notice-text {
    font-size: 12px;
    font-weight: 500;
}
.header-vertical-menu__opener {

}
.header-vertical-menu img.ux-menu-icon {
    width: 30px;
    height: 30px;
}
.header-vertical-menu .header-vertical-menu__fly-out .nav-vertical-fly-out>li.menu-item>a {
    padding: 7px 10px 7px !important;
    font-size: 13px;
}

.stuck .header-main {
	display: none
}
/***********title with category***********/
.section-title a {
    font-size: 0.8em;
    font-weight: 100;
}
/**************/
.border-radius_10, .border-radius_10 .banner-bg{
    border-radius: 10px;
}
.cta {
    font-size: 18px;
    line-height: 2em;
}
.cta span {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}
.home-tab .tabbed-content ul li.tab{
    margin-right: 20px  ;
}
.home-tab .tabbed-content ul li.tab a::before{
    background: #43C6AC;
    background: #1DA1F2;
}

/*************/
.klbth-coupon-banner a.coupon-wrapper {
    display: inline-flex;
    align-items: baseline;
}
.klbth-coupon-banner .coupon-title {
    font-size: 1.25rem;
    line-height: normal;
}
.klbth-coupon-banner .coupon-code {
    margin: 0 0.9375rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.125rem;
    font-weight: 600;
    height: 2.3125rem;
    padding: 0 0.9375rem;
    color: #fff;
    background-color: var(--wp--preset--color--vivid-red);
    border-radius: 2.5rem;
}
.klbth-coupon-banner .coupon-description {
    font-size: 1rem;
    line-height: normal;
    color: #9E9E9E;
}

/****************product single******************/
.danh-sach,.danh-sach-1 {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 0 0 10px 10px;
  }
.csbh-title {
    border-color: #ddd;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    color: #393939;
    font-size: 1rem;
    font-weight: 500 !important;
    line-height: 24px;
    padding: 10px 15px;
    margin: 0;
    border-radius: 10px 10px 0 0;
    text-transform: uppercase;
    text-align: center;
}
  
  .danh-sach ul,.danh-sach-1 ul{
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .danh-sach ul li,.danh-sach-1 ul li {
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
    position: relative;
    margin: 0;
    font-size: 13px;
  }
  
  .danh-sach ul li i,.danh-sach-1 ul li i {
    color: #4caf50;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding-right: 5px;
  }
  
  .danh-sach ul li:last-child,.danh-sach-1 ul li:last-child {
    border-bottom: none;
  }


  .woocommerce-Price-currencySymbol { position: relative; top: -0.5em; font-size: 70%; }

/**************************/
.home-title{
    color: #4285f4;
    font-size: 23px;
    font-weight: 500;
    line-height: 25px;
}
.row-p0 .col{
    padding: 5px !important;
}
/* .widget-data .col{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
} */
  /******************/
  .widget{
    border: 1px solid #ececec;
    padding: 15px;
    border-radius: 10px;
    position: relative;
  }
  .widget>ul>li>a{
    font-size: .9em;
  }
  span.widget-title {
    font-size: 1em;
    font-weight: 600;
    background: #43C6AC;
    background: #1DA1F2;
    width: 100%;
    height: auto;
    padding: 10px;
    text-align: center;
    margin: 0;
    left: 0;
    position: absolute;
    top: 0;
    border-radius: 5px 5px 0 0;
    color: #fff;
}
.widget_contact .company-phone {
    font-size: 1.5rem;
  }
  .widget_contact .company-works {
	display: block;
	font-size: .875rem;
	margin-bottom: .9375rem;
}
.widget_contact .company-mail {
	font-size: .875rem;
	font-weight: 600;
	color: red;
}
.widget_contact .company-works {
	display: block;
	font-size: .875rem;
	margin-bottom: .9375rem;
}
.widget_contact .company-works p {
	margin-bottom: 0;
	opacity: .6;
}
.absolute-footer{display: none;}
input[type=search]{
    border-radius: 5px 0 0 5px;
    height: 2.4em;
}
.searchform-wrapper:not(.form-flat) .submit-button{
    border-radius: 0 5px 5px 0;
    height: 2.4em;
}
.image-tools.bottom.left {
    top: 10px;
}


/*Thong so ky thuat*/
.tskt-main {
    border: 1px solid #ffffff;
    display: inline-block;
    border-radius: 9px;
    margin-bottom: 20px;
}

.title-tskt h3 {
    display: none;
}

.tskt-main .row-info {
    border-bottom: 1px solid #1DA1F119;
    padding: 10px 7px;
    display: inline-flex;
    clear: both;
    width: 100%;
}

.tskt-main .row-info .left {
    font-size: 15px;
    font-family: "Arial", sans-serif;
    font-weight: 400;
    width: 40% !important;
    color: #888888;
    display: inline-block;
    float: left;
    padding-right: 10px;
}

.tskt-main .row-info .right {
    font-size: 15px;
    font-family: "Arial", sans-serif;
    font-weight: 500;
    width: 60% !important;
    color: #111111
}

.tskt-main .row-info .right:hover {
    color: #1DA1F2;
}
 .tskt-main .row-info {
    border: none;
    align-items: center;
    padding: 10px 3px 12px 6px;
    width: 100%;
}
.tskt-main .row-info:nth-child(odd) {
    background-color: #4285f410;
}
/*********csbh***********/
.csbh{
    list-style: none;
}
.csbh li.icon-list-item{
    display: flex;
    margin: 0;
}
.csbh li.icon-list-item i{
    color: #4285F4;
    width: 20px;
    margin-right: 10px;
}
.csbh li.icon-list-item .icon-list-text{
    font-size: .9em;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.klbth-coupon-banner a.coupon-wrapper {
    display: flow;

}
.klbth-coupon-banner .coupon-code {
    margin: 15px 0;
}
	.stuck .header-main {
	display: block
}
li.header-search-form.search-form.html.relative.has-icon {
    width: 175px !important;
}

.logo-left .logo {
    margin-right: 10px;
}

span.widget-title {
    font-size: .8em;;
}
.section-title-normal span {
    font-size: .95em;
}
.nav>li>a {
    font-size: 0.75em;
    text-transform: capitalize;
    color: #000;
    font-weight: 500 !important;
}
.woocommerce-Price-amount.amount {
	font-size: 13px;
}
}

/*Readmore*/
            .term-description {
                overflow: hidden;
                position: relative;
                margin-bottom: 20px;
                padding-bottom: 25px;
            }
.devvn_readmore_flatsome a {
    border-bottom: 2px solid #1DA1F2;
    color: #1DA1F2;
    cursor: pointer;
}
.devvn_readmore_flatsome {
    padding: 8px;
    text-align: center;
    position: absolute;
    z-index: 10;
    bottom: 0;
    width: 100%;
    background: #fff;
}
            .devvn_readmore_taxonomy_flatsome:before {
                height: 55px;
                margin-top: -45px;
                content: "";
                background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
                background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
                background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff00', endColorstr='#ffffff',GradientType=0 );
                display: block;
            }

            .devvn_readmore_taxonomy_flatsome a:after {
                content: '';
                width: 0;
                right: 0;
                border-top: 6px solid #318A00;
                border-left: 6px solid transparent;
                border-right: 6px solid transparent;
                display: inline-block;
                vertical-align: middle;
                margin: -2px 0 0 5px;
            }
            .devvn_readmore_taxonomy_flatsome_less:before {
                display: none;
            }
            .devvn_readmore_taxonomy_flatsome_less a:after {
                border-top: 0;
                border-left: 6px solid transparent;
                border-right: 6px solid transparent;
                border-bottom: 6px solid #318A00;
            }
        .single-product div#tab-description {
            overflow: hidden;
            position: relative;
            padding-bottom: 25px;
        }
        .fix_height{
            max-height: 900px;
            overflow: hidden;
            position: relative;
        }
        .single-product .tab-panels div#tab-description.panel:not(.active) {
            height: 0 !important;
        }
        .devvn_readmore_flatsome {
            text-align: center;
            cursor: pointer;
            position: absolute;
            z-index: 10;
            bottom: 0;
            width: 100%;
            background: #fff;
        }
        .devvn_readmore_flatsome:before {
            height: 55px;
            margin-top: -45px;
            content: "";
            background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
            background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
            background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff00', endColorstr='#ffffff',GradientType=0 );
            display: block;
        }
        .devvn_readmore_flatsome a:after {
            content: '';
            width: 0;
            right: 0;
            border-top: 6px solid #1DA1F2;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            display: inline-block;
            vertical-align: middle;
            margin: -2px 0 0 5px;
        }
        .devvn_readmore_flatsome_less a:after {
            border-top: 0;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-bottom: 6px solid #1DA1F2;
        }
        .devvn_readmore_flatsome_less:before {
            display: none;
        }