/*
Theme Name: Shopnet
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/*
* Element Name: UX BUilder Marquee
* Discover More: https://flelements.com/
* Author: Obelix Media
*/
    /* Container chính */
@font-face {
    font-family: 'SF Pro Display';
    src: url('fonts/SFProDisplay-LightItalic.woff2') format('woff2'),
    url('fonts/SFProDisplay-LightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('fonts/SFProDisplay-BlackItalic.woff2') format('woff2'),
    url('fonts/SFProDisplay-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('fonts/SFProDisplay-Bold.woff2') format('woff2'),
    url('fonts/SFProDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('fonts/SFProDisplay-Medium.woff2') format('woff2'),
    url('fonts/SFProDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('fonts/SFProDisplay-Thin.woff2') format('woff2'),
    url('fonts/SFProDisplay-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('fonts/SFProDisplay-HeavyItalic.woff2') format('woff2'),
    url('fonts/SFProDisplay-HeavyItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('fonts/SFProDisplay-Regular.woff2') format('woff2'),
    url('fonts/SFProDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap; 
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('fonts/SFProDisplay-ThinItalic.woff2') format('woff2'),
    url('fonts/SFProDisplay-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('fonts/SFProDisplay-SemiboldItalic.woff2') format('woff2'),
    url('fonts/SFProDisplay-SemiboldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

  

body{  font-family: "SF Pro Display", sans-serif  !important}
.nav > li > a, .mobile-sidebar-levels-2 .nav > li > ul > li > a {font-family: "SF Pro Display", sans-serif  !important}
h1,h2,h3,h4,h5,h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a{font-family: "SF Pro Display", sans-serif  !important}
.alt-font{font-family: "SF Pro Display", sans-serif  !important}


    
#dabiluxQuickBuyPopup .dabilux-form-radio {

    margin-bottom: 0px;
}
   #dabiluxQuickBuyPopup .dabilux-option-label{
        font-size: 12px !important;
    font-weight: normal !important;
}
#dabiluxQuickBuyPopup .dabilux-option-cost{
      font-size: 12px !important;
    font-weight: normal !important;
} 
        .cards-swiper {
            width: 450px;
            height: 600px;
            margin: 40px auto;
            position: relative;
            perspective: 1000px;
        }

        /* Swiper wrapper */
        .cards-swiper .swiper-wrapper {
            width: 100%;
            height: 100%;
            position: relative;
        }

        /* Mỗi slide - chỉ là container trong suốt */
        .cards-swiper .swiper-slide {
            background: transparent;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 20px 40px rgba(0,0,0,0.2);
            transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
            transform-origin: center bottom;
        }

        /* Card content - chỉ chứa ảnh */
        .card-content {
            width: 100%;
            height: 100%;
            position: relative;
            border-radius: 20px;
            overflow: hidden;
        }

        /* Image styling - ảnh full size */
        .card-content img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            border-radius: 20px;
            transition: transform 0.4s ease;
        }

        /* Hiệu ứng khi hover */
        .cards-swiper .swiper-slide:hover {
            transform: translateY(-10px) rotateX(5deg);
            box-shadow: 0 30px 60px rgba(0,0,0,0.3);
        }

        .cards-swiper .swiper-slide:hover .card-content img {
            transform: scale(1.05);
        }

        /* Navigation buttons */
        .cards-swiper .swiper-button-next,
        .cards-swiper .swiper-button-prev {
            color: #fff;
            background: rgba(0,0,0,0.3);
            backdrop-filter: blur(10px);
            width: 50px;
            height: 50px;
            border-radius: 50%;
            margin-top: -25px;
            box-shadow: 0 4px 20px rgba(0,0,0,0.2);
            transition: all 0.3s ease;
            border: 1px solid rgba(255,255,255,0.1);
        }

        .cards-swiper .swiper-button-next:after,
        .cards-swiper .swiper-button-prev:after {
            font-size: 20px;
            font-weight: bold;
        }

        .cards-swiper .swiper-button-next:hover,
        .cards-swiper .swiper-button-prev:hover {
            background: rgba(0,0,0,0.5);
            transform: scale(1.1);
        }

        /* Pagination */
        .cards-swiper .swiper-pagination {
            bottom: -60px !important;
        }

        .cards-swiper .swiper-pagination-bullet {
            background: #333;
            opacity: 0.4;
            margin: 0 8px;
            width: 14px;
            height: 14px;
            transition: all 0.3s ease;
        }

        .cards-swiper .swiper-pagination-bullet-active {
            background: #fff;
            opacity: 1;
            transform: scale(1.3);
            box-shadow: 0 0 20px rgba(255,255,255,0.5);
        }

        /* Responsive design */
        @media (max-width: 768px) {
            .cards-swiper {
                width: 350px;
                height: 450px;
                margin: 20px auto;
            }

            .cards-swiper .swiper-button-next,
            .cards-swiper .swiper-button-prev {
                width: 40px;
                height: 40px;
                margin-top: -20px;
            }

            .cards-swiper .swiper-button-next:after,
            .cards-swiper .swiper-button-prev:after {
                font-size: 16px;
            }

            .cards-swiper .swiper-pagination {
                bottom: -40px !important;
            }
        }

        @media (max-width: 480px) {
            .cards-swiper {
                width: 300px;
                height: 380px;
            }

            .card-content,
            .card-content img {
                border-radius: 15px;
            }

            .cards-swiper .swiper-slide {
                border-radius: 15px;
            }

            .cards-swiper .swiper-button-next,
            .cards-swiper .swiper-button-prev {
                display: none;
            }
        }

        /* Loading effect */
        .card-content img {
            opacity: 0;
            animation: fadeIn 0.6s ease forwards;
        }

        @keyframes fadeIn {
            to {
                opacity: 1;
            }
        }

        /* Subtle glow effect */
        .cards-swiper .swiper-slide-active {
            box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 0 30px rgba(255,255,255,0.1);
        }

        /* Custom scrollbar nếu cần */
        .cards-swiper::-webkit-scrollbar {
            display: none;
        }
.dark .nav-vertical li li.menu-item-has-children>a, .dark .nav-vertical-fly-out>li>a, .dark .nav-vertical>li>ul li a, .dark .nav>li.html, .dark .nav>li>a, .nav-dark .is-outline, .nav-dark .nav>li>a, .nav-dark .nav>li>button, .nav-dropdown.dark .nav-column>li>a, .nav-dropdown.dark>li>a {
    color: #F5F5F5 !important;
}

.product-small.col{
    background: white !important;
}
.div-sp-1{
    background: white !important;
}
        /* Body styling để test */
 .product-small .image-tools.grid-tools{
        transform: unset !important;
            margin-top: 10px;
                margin-bottom: -3px;
 }

.product-small .added_to_cart{
        display: block;
    height: 10px;
        margin-top: -12px !important;
    text-align: left;
    background: transparent;
    color: #317D33 !important;
    transform: unset !important;
}    
.share-icons .button{
        min-height: 30px !important;
    line-height: 30px !important;
}
.blog-archive .more-link{
        border-radius: 15px !important;
    }
span.amount{
    color: var(--primary-color);
}
.woocommerce-cart .large-12 .col-inner > .woocommerce {
    box-shadow: unset !important;}

.product-gallery .product-images{
        border: 1px solid #d9d9d9;
}
.form-row .fl-is-active input, .form-row .fl-is-active textarea {
    padding-bottom: .5em;
    padding-top: .5em;
}
.woocommerce-billing-fields__field-wrapper input, .woocommerce-billing-fields__field-wrapper .select2-selection, .woocommerce-additional-fields__field-wrapper textarea{border-radius:5px;box-shadow:none; font-size:15px}
#billing_address_1_field {
    width: 100%;
}
.fl-labels .form-row input:not([type=checkbox]), .fl-labels .form-row textarea, .fl-labels .form-row select {
    box-shadow: 0 0 0 1px #d9d9d9;
    transition: all 0.2s ease-out;
    background-color: white;
    color: #333333;
    border-radius: 9px;
    display: block;
    min-height: 55px;
    box-sizing: border-box;
    width: 100%;
    /* padding: 0.94em 2.8em 0.94em 0.8em; */
    word-break: normal;
    border: none;
    font-size: 15px;
}
#main .ux-quantity__button {
    border-width: 2px;
      min-height: 41px !important;
          line-height: 41px !important;
}
.has-border {
    border-radius: 10px;}
button#place_order{
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}
.fl-labels .form-row textarea{
        min-height: 95px;
}
.fl-label {
    display: none;
}
.fl-labels span.select2-selection {
    box-shadow: 0 0 0 1px #d9d9d9;
    transition: all 0.2s ease-out;
    background-color: white;
    color: #333333;
       border-radius: 9px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    /* padding: 0.94em 2.8em 0.94em 0.8em; */
    word-break: normal;
    border: none;
    font-size: 15px;
    min-height: 55px;
}
.fl-labels span.select2-selection .select2-selection__rendered {
    line-height: 55px !important;
}
.section-tin-tuc .post-item:not(:last-child) {
    border-right: 1px solid #ddd;
}

#billing_address_2_field {
    width: 31% !important;
    margin-right: 0px !important;
}
.header-main ul.header-nav-main{
        justify-content: center;
}
.header-nav-main li.menu-item a{
    padding: 10px 20px;
    border-radius: 15px;
    border: 2px solid transparent;
}
.header-nav-main li.active a,.header-nav-main li.menu-item a:hover{
        border: 2px solid var(--primary-color);
}
.section-thuong-hieu .gallery-col{
        border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
}
.title-sale{
    font-size: 40px;
}
.section-form .form-flat{
    text-align: center;
    max-width: 400px;
    margin: auto;
}
.section-form .wpcf7-email{
    border-radius: 15px !important;
    border: 1px solid white !important;
    min-height: 42px;
    text-align: center;
}
.section-form .wpcf7-submit{
    border-radius: 15px !important;
}
.wpcf7-spinner{
    display: none;
}
.div-anh-lat > .col-inner{
    position: absolute;
}
.product-small.box-push .box-text{
    margin-top: -20%;
}
.header-nav-main li.cart-item{
    border: 2px solid   var(--primary-color);    
    padding: 0px 23px;
    border-radius: 8px;
}
.header-nav-main li.cart-item a.header-cart-link{
    padding-top: 2px;
    padding-bottom: 2px;

}
.product-small .wishlist-button .icon-heart:before{

    content: "\f004";

}
.product-small .box-text{
    min-height: 110px;
}
.product-small .cart-icon strong{
        border-radius: 8px;
            width: 40px;
    height: 40px;
    line-height: 31px;
    font-size: 21px;
    font-weight: 400;
}
.image-tools .wishlist-button:hover{
    background-color: transparent;
    border-color: transparent;
}
.image-tools .wishlist-button:hover .icon-heart:before{

    content: "\f004";
    font-weight: 900;

}
.cart-icon strong:after, .current-dropdown .cart-icon strong:after{
    display: none;
}
.product-small .image-tools.grid-tools{
        opacity: 1 !important;
}
.product-small .image-tools .cart-icon{
    opacity: 1 !important;

    right: 0px;
    left: unset;
    bottom: 0px !important;
    top: unset;
}
.wishlist-title-container h2{
    display: none;
}
.product-small .wishlist-button .icon-heart{
        font-family: 'Font Awesome 6 Pro' !important;
    font-weight: 300 !important;
    display: block;
    height: 24px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    color: black;
    margin-bottom: 5px;
    padding: 0px 8px;
}
.dabilux-after-add-to-cart-wrapper .dabilux-quick-buy-button{
    padding: 3px 32px !important;
    border-radius: 16px !important;
    padding-right: 0px;
    margin-right: 0px;
      min-height: 57px !important;
    width: calc(100% - 400px);
    float: right;
}


.dabilux-after-add-to-cart-wrapper{
 
    right: 0px;
    margin-top: -80px;  
}
.product-type-variable .dabilux-after-add-to-cart-wrapper{

    margin-top: -86px;  
}
.div-sp-1 .product-small .box-image .img-inner{
padding-top: 59% !important;

}
.div-sp-1 .product-small .box-text{
     position: absolute;
    bottom: -48px;
}
.div-sp-1 .product-small .image-tools .cart-icon{
        bottom: 10px !important;
}
.product-small  .wishlist-button{
    border: unset;
}
.product-small .top.right.show-on-hover{
    opacity: 1;
        padding-right: 0px;
}
.product-small  .wishlist-popup{
    display: none;
}
.product-small  .flickity-prev-next-button svg path{
       fill: black !important;
    opacity: 1 !important;
}

.product-small  .flickity-prev-next-button{
    color: black;
    opacity: 1 !important;
}
.product-small .flickity-prev-next-button{
    width: 25px;
}
.product-small .flickity-prev-next-button.next{
    right: 0%;
}
.product-small .flickity-prev-next-button.previous{
    left: 0%;
}
.product-small  .flickity-prev-next-button svg{
    fill: black !important;
}
.product-small .product-title a{
    text-transform: uppercase;
    color: black;
}
.section-ban-chay .panel .large-columns-4{
        border-left: 1px solid #d9d9d9;
        border-top: 1px solid #d9d9d9;
            margin-left: 0px;
    margin-right: 0px;
}
.section-ban-chay .panel .large-columns-4 .product-small.col{
    border-right:1px solid #d9d9d9;
  

    border-bottom: 1px solid #d9d9d9;
}

.category-page-row .products.row .product-small.col{
       border-right:1px solid #d9d9d9;
  

    border-bottom: 1px solid #d9d9d9;
}
.category-page-row .products.row{
     border-left: 1px solid #d9d9d9;
        border-top: 1px solid #d9d9d9;
}
.obelix-marquee-wrapper .obelix-marquee {
    --obelix-text-dark-gray: #555353;
    --marquee-gap: 0px;
    --obelix-duration: 30s;
    --obelix-scroll-distance: calc(100% + var(--marquee-gap));
    --obelix-color-white: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap: var(--marquee-gap);
    position: relative;
}

.obelix-marquee-wrapper .obelix-marquee.is-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: var(--box-height, 400px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.obelix-marquee-wrapper .obelix-marquee .obelix-scroll-text {
    line-height: 1.65;
    text-align: center;
}

.obelix-marquee-wrapper .obelix-marquee .obelix-scroll-text, .obelix-marquee-wrapper .obelix-marquee .obelix-marquee-group i {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.obelix-marquee-wrapper .obelix-marquee .obelix-marquee-group svg {
    height: auto;
    width: 2rem;
    fill: currentColor;
}

.obelix-marquee-wrapper .obelix-marquee .obelix-text-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: var(--marquee-gap);
}

.obelix-marquee-wrapper .obelix-marquee.is-vertical.icon-right .obelix-text-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.obelix-marquee-wrapper .obelix-marquee.is-vertical.icon-bottom .obelix-text-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.obelix-marquee-wrapper .marquee-icon {
    --icon-width: 1.5rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* Image icon */
.obelix-marquee-wrapper .marquee-icon.is-image {
    width: calc(var(--icon-width) * 2);
}

.obelix-marquee-wrapper .marquee-icon img {
    /* height: var(--icon-width, 3rem); */
    width: 100%;
    max-width: unset;
}

/* Svg inline icon */
.obelix-marquee-wrapper .marquee-icon.is-image svg {
    width: var(--icon-width);
}

.obelix-marquee-wrapper .marquee-icon.is-image svg > * {
    fill: currentColor!important;
}

/* Library icon */
.obelix-marquee-wrapper i.marquee-icon {
    font-size: var(--icon-width);
}

.obelix-marquee .obelix-scroll-image img {
    height: var(--image-ratio);
    width: auto;
    max-width: unset;
}

.obelix-marquee-wrapper .is-vertical .obelix-scroll-image img {
    width: var(--image-ratio);
    height: auto;
}

@-webkit-keyframes obelix-scroll-x {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(calc(-1 * var(--obelix-scroll-distance)));
        transform: translateX(calc(-1 * var(--obelix-scroll-distance)));
    }
}

@keyframes obelix-scroll-x {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(calc(-1 * var(--obelix-scroll-distance)));
        transform: translateX(calc(-1 * var(--obelix-scroll-distance)));
    }
}

@-webkit-keyframes obelix-scroll-y {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(calc(-1 * var(--obelix-scroll-distance)));
        transform: translateY(calc(-1 * var(--obelix-scroll-distance)));
    }
}

@keyframes obelix-scroll-y {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(calc(-1 * var(--obelix-scroll-distance)));
        transform: translateY(calc(-1 * var(--obelix-scroll-distance)));
    }
}

@-webkit-keyframes fade {
    to {
        opacity: 0;
        visibility: hidden;
    }
}

@keyframes fade {
    to {
        opacity: 0;
        visibility: hidden;
    }
}

/* Wrapper Styles */
.obelix-marquee-wrapper .obelix-marquee-group {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: var(--marquee-gap);
    white-space: nowrap;
    -webkit-animation: obelix-scroll-x var(--obelix-duration) linear infinite;
    animation: obelix-scroll-x var(--obelix-duration) linear infinite;
}

.obelix-marquee.is-vertical .obelix-marquee-group {
    -webkit-animation-name: obelix-scroll-y;
    animation-name: obelix-scroll-y;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.obelix-marquee-wrapper .is-vertical.v-align-left .obelix-marquee-group {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
}

.obelix-marquee-wrapper .is-vertical.v-align-right .obelix-marquee-group {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: right;
}

.obelix-marquee-wrapper .obelix-marquee.reverse .obelix-marquee-group {
    animation-direction: reverse;
    -webkit-animation-delay: -3s;
    animation-delay: -3s;
}

/* Text effect */
.obelix-marquee-wrapper .stroke .obelix-scroll-text.odd {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px;
}

.obelix-marquee-wrapper .gold .obelix-scroll-text {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(18%, #dec58d), color-stop(24%, #d8c08c), color-stop(26%, #cfc09f), color-stop(27%, #cfc09f), color-stop(40%, #ffecb3), color-stop(78%, #af8734));
    background: -o-linear-gradient(top, #dec58d 18%, #d8c08c 24%, #cfc09f 26%, #cfc09f 27%, #ffecb3 40%, #af8734 78%);
    background: linear-gradient(to bottom, #dec58d 18%, #d8c08c 24%, #cfc09f 26%, #cfc09f 27%, #ffecb3 40%, #af8734 78%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff;
    position: relative;
}

.obelix-marquee-wrapper .is-vertical.v-align-left {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.obelix-marquee-wrapper .is-vertical.v-align-right {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.obelix-marquee-wrapper .is-vertical.v-align-left .obelix-scroll-text {
    text-align: left;
}

.obelix-marquee-wrapper .is-vertical.v-align-right .obelix-scroll-text {
    text-align: right;
}

/* Shadow */
.obelix-marquee-wrapper .obelix-marquee.has-shadow::before, .obelix-marquee-wrapper .obelix-marquee.has-shadow::after {
    position: absolute;
    content: "";
    z-index: 1;
    pointer-events: none;
}

.obelix-marquee-wrapper .has-shadow.is-vertical::before, .obelix-marquee-wrapper .has-shadow.is-vertical::after {
    width: 100%;
    height: var(--shadow-width, 20%);
}

.obelix-marquee-wrapper .has-shadow.is-horizontal::before, .obelix-marquee-wrapper .has-shadow.is-horizontal::after {
    height: 100%;
    width: var(--shadow-width, 20%);
}

.obelix-marquee-wrapper .has-shadow.is-vertical::before {
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(var(--shadow-color, #fff)), to(rgba(255, 255, 255, 0)));
    background-image: -o-linear-gradient(bottom, var(--shadow-color, #fff), rgba(255, 255, 255, 0));
    background-image: linear-gradient(to top, var(--shadow-color, #fff), rgba(255, 255, 255, 0));
}

.obelix-marquee-wrapper .has-shadow.is-vertical::after {
    top: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--shadow-color, #fff)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(top, var(--shadow-color, #fff), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, var(--shadow-color, #fff), rgba(0, 0, 0, 0));
}

.obelix-marquee-wrapper .has-shadow.is-horizontal::before {
    left: 0;
    top: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(var(--shadow-color, #fff)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(left, var(--shadow-color, #fff), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, var(--shadow-color, #fff), rgba(0, 0, 0, 0));
}

.obelix-marquee-wrapper .has-shadow.is-horizontal::after {
    right: 0;
    top: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear, right top, left top, from(var(--shadow-color, #fff)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(right, var(--shadow-color, #fff), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, var(--shadow-color, #fff), rgba(0, 0, 0, 0));
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
    .obelix-marquee-wrapper .obelix-marquee-group {
        -webkit-animation-play-state: paused;
        animation-play-state: paused;
    }
}
.woocommerce-message:focus-visible {
    outline: none;
}
.woocommerce-message:focus-visible {
    outline: none !important;
}

.section-ban-chay .tabbed-content h4{
    font-size: 32px;
}
.section-ban-chay ul.nav-simple li{
    margin-right: 15px;
}
.section-ban-chay ul.nav-simple li{
     border: 1px solid transparent;
     border-radius: 15px;
}
.section-ban-chay ul.nav-simple li.active{
    padding-right: 10px;
    padding-left: 10px;
    border: 1px solid var(--primary-color);
}
.section-ban-chay ul.nav-simple{
        position: absolute;
    right: 0px;
    left: unset;
    justify-content: flex-end;
}
/* End UX BUilder Marquee */
b, strong {

    font-weight: bold;
}
.product-main .yith-wcwl-add-button a span:before {
    content: '\f004';
    font-family: 'Font Awesome 6 Pro';
    padding-right: 5px;
}
.widget-title {
    border-bottom: 2px solid var(--primary-color);
    padding-bottom: 10px;
    margin-bottom: 0px;
    display: inline-block;
    letter-spacing: 0;
}
span.widget-title {
    display: block;
    font-weight: bold;
    color: black;
    font-size: 16px;
}
ul.menu>li+li, .widget>ul>li+li {
    border-top: none;
}
.row-icon-chi-tiet .icon-box{
    border-bottom: 1px solid #EEE;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#footer li a{
    font-size: 90%;
}
#footer .footer-section{
        border-top: 1px solid #eee;
}
.div-menu-home > .col-inner{
        border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px;
}
.section-tin-tuc .post-item .box-text{
    padding-bottom: 0px;
}
.section-tin-tuc .post-item{
    padding-bottom: 0px;
}
.section-tin-tuc .post-item .box-image{
    border-radius: 3%;
}
.badge.post-date .badge-inner {
    border: none;
    border-radius: 4px;
    color: #333;
}
.section-tin-tuc .post-item h5.post-title{
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: initial;
    overflow: hidden;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
    min-height: 40px;
}
.div-khach-hang .icon img{
    border-radius: 5px;
}
.div-khach-hang .col-inner{
    border-radius: 5px;
}
.section-title-normal span {
    border-color: var(--primary-color);
}
.div-logo > .col-inner{
    border: 1px solid #eee;
    border-radius: 2px;
    padding: 20px 0;
}
.div-logo > .col-inner .gallery-col{
    padding-bottom: 0px !important;
}
li.html_topbar_left a {
 
    font-size: 14px;
    color: #333;
    font-weight: 700;
}
li.html_topbar_left a i{
         display: block;
    height: 28px;
    font-size: 28px;
    line-height: 28px;
    font-weight: 300;
    color: #333;
    margin-bottom: 5px;
    padding-right: 5px;
}
.header-vertical-menu {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
.header-main .nav-right > li > a {
    display: block;
    text-align: center;

}
.header-nav-main .header-block {
    display: inline-block;
    width: auto;
}
.header-nav-main.nav-left li a{
    font-weight: 700;
    font-size: 13px;
} 
.nav-dropdown-has-border .nav-dropdown{
    font-size: 13px;
    padding: 5px;
}
.nav-right li a span {
        margin-top: 26px;
    display: block;
    font-weight: 500;
    color: white;
    font-size: 11px;
}
.icon-shopping-basket:before{
        content: "\f290";
}
i.icon-search:before{
        content:"\f002";
}
i.icon-user:before{
        content: "\f007";
}
i.wishlist-icon:before{
        content: "\f004";
}
.header-main .nav-right li a i {
        font-family: 'Font Awesome 6 Pro' !important;
    font-weight: 300 !important;
    display: block;
    height: 24px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
  
    margin-bottom: 5px;
    padding: 0px 8px;
}
.button, button, input[type=button], input[type=reset], input[type=submit]{
      min-height: 50px !important;
    line-height: 50px !important;;
}
.section-icon-chinh-hang .row .col{
    padding-bottom: 0px  !important;
}
.section-icon-chinh-hang .icon-box-text p{
    margin-bottom: 5px;
}
.section-icon-chinh-hang .icon-box-text h3{
    font-size: 90%;
}
.shop_table .order-total td, .shop_table .order-total th, .shop_table thead th {
    border-width: 1px;
        padding-bottom: 20px;

}
.woocommerce-cart-form__cart-item img{
        border: 1px solid #d9d9d9;
}
td, th {
    border-bottom: 1px solid #d9d9d9 !important;}
.sticky-icon-links {
    position: fixed;
    right: 10px;
    top: 200px;
    z-index: 32;
}
.div-khach-hang .box h4{
    color: #00aae7;
    font-size: 90%;
    font-style: italic;
}
.sticky-icon-links ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    list-style: none;
    padding: 0.5rem;
    border-radius: 3rem;
    margin: 0;
    background:  var(--primary-color);
}
.sticky-icon-links li {
    position: relative;
}
.sticky-icon-links li:not(:last-child) {
    margin-bottom: 5px;
}
.sticky-icon-links a.zalo {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sticky-icon-links li a {
    display: flex;
    align-items: center;
    transition: color 0.3s,background 0.3s;
    border-radius: 50%;
    color: #fff;
    perspective: 200px;
}
.sticky-icon-links li a img {
    width: 25px;
}
.shop_table tfoot th {
 
    padding-bottom: 15px;
    padding-top: 15px;
}
#place_order:hover,.wc-proceed-to-checkout a.checkout-button:hover,.single_add_to_cart_button:hover,.ux-cart-coupon .button:hover{
    background: var(--primary-color) !important;
    color: white !important;
    box-shadow: unset;
}
#place_order,.wc-proceed-to-checkout a.checkout-button ,.ux-cart-coupon .button, .single_add_to_cart_button{
    border-radius: 19px;
    background: white !important;
    color: black !important;
    border-color: var(--primary-color) !important;
    border-width: 2px !important;
    font-weight: bold !important;
    text-shadow: unset !important;
}
.continue-shopping a:hover{
    color: white !important;
}
.continue-shopping a{
        border-color: var(--primary-color) !important;

       color: black !important;  
}
.copyright-footer p{
        margin-bottom: 7px;
    color: #9E9E9E;
    padding-top: 10px;
}
#coupon_code{
        min-height: 50px;
    border-radius: 15px;
    box-shadow: unset;
    font-weight: bold;
    color: black;
}
.form-minimal.quantity .qty {
      height: 57px;
    border-width: 2px;
    width: 70px;
    min-width: 70px;
}
a.icon-remove, a.remove {
color: #000 !important;
    height: 30px;
    line-height: 30px !important;

    width: 30px;
    border: unset !important;
 
    font-size: 24px !important;
    font-weight: normal !important;
}
.woocommerce-cart-form__cart-item .form-minimal.quantity .qty {
    height: 45px !important;}
.quantity .button.plus {
    border-radius: 0 15px 15px 0;
}
.quantity .button.minus {
    border-radius: 15px 0 0 15px;
}
.quantity .button.minus {
    border-right: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.quantity .button.plus {
    border-left: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

form.cart input.is-form {
    padding: 0 15px;
}
.expanded-label {
    position: absolute;
    display: block;
    padding: 10px 20px;
    right: 140%;
    top: 50%;
    transform: translate(0%,-50%) rotateY(-60deg);
    transform-origin: right;
    border-radius: 7px;
    background-color: #333;
    color: #fff;
    perspective: 300px;
    transform-style: preserve-3d;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s,visibility 0.3s,transform 0.3s cubic-bezier(.22,.61,.36,1);
    visibility: hidden;
    backface-visibility: hidden;
    white-space: nowrap;
}
.single_add_to_cart_button i{
    display: none;
}

form.cart .single_add_to_cart_button:before {
    content: "\f290";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 500;
    font-size: 20px;
    margin-right: 10px;
}
form.cart {
    display: flex;
}
.sticky-icon-links li i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    font-size: 20px;
}
a:hover>.expanded-label {
    transform: translate(0,-50%);
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s,transform 0.3s cubic-bezier(.22,.61,.36,1);
}
.sticky-icon-links li a:focus, .sticky-icon-links li a:hover {
    text-decoration: none;
    background: linear-gradient(104deg,#1c72dd,#5349ff);
}
.expanded-label:after {
    content: "";
    position: absolute;
    border: 10px solid transparent;
    border-left-color: #333;
    top: 50%;
    margin-top: -10px;
    right: -20px;
}
.row-icon > .col > .col-inner {
    border: 1px solid #EEE;
    border-radius: 3px;
    padding: 20px 10px;
}
.row-icon .col{
    padding-bottom: 0px;
}
.row-icon .icon-box-text h4{
font-size: 14px
}
.row-icon .icon-box-text p{
    font-size: 12px;
}
.header-nav .header-search-form-wrapper form input {
    height: 44px;
    box-shadow: none;
    border: none;
    background-color: transparent;
    font-size: 12px;
    border-radius: 0;
}
.header-nav.header-bottom-nav:hover .header-vertical-menu__opener {
    color: #FFF;
    background-color: #08a4c2;
    cursor: pointer;
}
.header-bottom {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}

.header-bottom .flex-col.flex-center {
    max-width: 60%;
    width: 60%;
}
.header-bottom .flex-row {
    gap: 30px;
}
.price_slider_wrapper{
    padding-top: 20px;
}
.wcva_filter-widget-title span.wcva_layered_widget_attribute_name{
    display: none;
}
.wcva_filter-widget-title{
    text-transform: uppercase;
    font-size: 16px;
}
.div-no-padding{
    padding-bottom: 0px !important;
}
.product-small.col .badge-inner {
    font-weight: normal;
    font-size: 12px;
    background-color: transparent;
    background-color: transparent;
}
.product-small.col .badge-container {
    margin: 0;
}
.product-small .product-title{
       font-size: 16px;
    font-weight: bold;
}
.product-small span.price{
        font-size: 17px;
}
.product-small.col .badge-container .badge {
    position: absolute;
    top: 15px;
    padding: 8px 10px;
    background: #ff5e19;
    box-shadow: -1px 2px 3px rgb(0 0 0 / 30%);
    height: unset;
    margin-left: 0;
}
.product-small.col .badge-container .badge:before {
    width: 7px;
    height: 120%;
    top: 0;
    left: -6.5px;
    padding: 0 0 7px;
    background: inherit;
    border-radius: 5px 0 0 5px;
    position: absolute;
    content: '';
}
.product-small.col .badge-container .badge:after {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    bottom: -5px;
    left: -4.5px;
    background: #ff5e19;
    border-radius: 5px 0 0 5px;
}
.banner h2{
    line-height: 60px;
}
.section-sp-duoi .row-collapse .row{
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.section-sp-duoi .row-collapse .div-sp-2-tren .product-small.col{
      border-right: 1px solid #d9d9d9;
      border-bottom: 1px solid #d9d9d9;
} 
.section-sp-duoi .row-collapse .div-sp-2-duoi .product-small.col{
      border-left: 1px solid #d9d9d9;
      border-top: 1px solid #d9d9d9;
}     
.section-sp-duoi .row-collapse{
    border: 1px solid #d9d9d9;
}
.section-banner #text-4075795377 {
        font-size: 1.8rem !important    ;
}
.section-banner .text h2{
        font-size: 2.9em;
}
h3.title-home{
        font-size: 40px;
}
h2.title-banner{
    font-size: 450%;
}
.banner-1{
        background-image: linear-gradient(
247deg
,#ff986b 0%,#ff5454 100%);
    border-radius: 15px;
}
.banner-2{
    background-color: #000 !important;
    border-radius: 15px;
}
.banner-3{
    background-image: linear-gradient(
247deg
,#bfc3ce 0%,#8d949e 100%);
    border-radius: 15px;
}
#text-1595765057 {
    font-size: 2rem;
}
.header-bottom-nav ul.nav-dropdown{
    background: #3365C1
}
.header-bottom-nav ul.nav-dropdown li a{
    color: white;
}
.header-bottom-nav ul.nav-dropdown li:hover{
    background: black;
}
.nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a{
    border-bottom: none;
}

.shop-page-title .page-title-inner{
    padding-top: 0px;
}
.div-breadcrumb p{
    margin-bottom: 0px;
}
.div-breadcrumb{
    padding-top: 10px;
}

.post-sidebar{
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.related-products-wrapper{
    padding-top: 10px;
}
.div-khuyen-mai p{
    margin-bottom: 4px
}
table.variations{
        margin-top: 14px;
    margin-bottom: 0px;
}
.product-footer .right span.widget-title{
      border:none;
      background: #3365C1 !important;
    padding: 13px 20px 8px 20px;
    font-size: 17px !important;
    color: white !important;
    position: relative;
    display: inline-block;
    margin: 0;
    border-top: none;
}
.product-footer .right  span.widget-title:after{
        content: "";
    width: 0;
    height: 0;
    border-top: 38px solid transparent;
    border-left: 27px solid #333333;
    border-bottom: 0px solid transparent;
    border-right: 0 solid transparent;
    position: absolute;
    top: 0px;
    right: -27px;
}

.div-khuyen-mai  p:before {
    content: '';
    margin-left: 5px;
    background: url(images/check.png) no-repeat;
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
    margin-right: 10px;
    float: left;
    margin-top: 2px;
}
.div-khuyen-mai .km {
    display: inline-block;
    width: 100%;
    border-bottom: 1px dotted #e2e2e2;
    margin-bottom: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.div-khuyen-mai{
    display: inline-block;
    width: 100%;
    font-size: 14px;
    background: #f3f3f3;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    margin-top: 5px;
    line-height: 22px;
}



.footer-section .widget_nav_menu{
padding: 0px !important;
}



label.selectedswatch.wcva_single_textblock {
    /* min-height: 104px !important; */
    /* background: #333; */
    color: black;
    /* border: solid 0px white !important; */
    /* outline: solid 0px #9C9999 !important; */
    line-height: 22px;
    padding: 7px 10px;
    font-size: 13px !important;
    font-weight: 500 !important;
    border-radius: 20%;
    border: 1px solid #f9a519 !important;
    background: #fffaf1;
}

.single-product #product-sidebar{padding-bottom:0; padding-left:15px}.product-main {
    padding: 20px 0 10px 0;
}.product-info .breadcrumbs {
    text-transform: none;
    font-size: 14px;
}
.widget .is-divider{display:none}

.nut-dang-ky:hover{color:white}
.nut-dang-ky{
    background: #FFA000;
    padding: 8px 15px;
    text-align: center;
    color: white;
    border-radius: 22px;
    font-size: 15px;font-weight:500}
#breadcrumbs {
    margin-bottom: 10px;
    font-size: 15px;
}.blog-single .entry-header .entry-meta {
    font-size: 14px !important;
    letter-spacing: 0;
    text-transform: none;
    color: gray !important;
    background: none;
    border-top: none !important;
    padding-top: 0 !important;
    padding-left: 0 !important;
}.is-divider {
    display: none;
}
.xem-them .tieu-de-xem-them {
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    font-size: 19px;
    color: black;
}.xem-them ul li {
    margin-bottom: 3px;
}.xem-them ul li a {
    font-weight: 700;
    font-size: 16px;
    color: #D81B60;
}.blog-single .blog-share {
    text-align: left;
}.blog-single .entry-meta {
    text-transform: none;
    font-size: 14px;
    letter-spacing: 0;
    color: gray;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    padding: 10px;
    background: #f9f9f9;
}.danh-muc {
    margin-bottom: 15px;
}.danh-muc span.title, .the-tim-kiem span.title {
    border-radius: 4px;
    background: #E91E63;
    padding: 4px 10px;
    color: white;
    margin-right: 5px;
}.danh-muc a, .the-tim-kiem a {
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 4px 10px;
    background: #dedede;
    color: #464646;
}.danh-muc a:hover, .the-tim-kiem a:hover {
    background: #FF9800;
    color: white;
}
.shop-page-title{
    padding-top: 10px;
}

.blog-archive .archive-page-header .large-12 {
    text-align: left;
    padding-bottom: 0px;
}
.blog-archive {
    background: #f7f7f7;
}.blog-archive .post-item .box-text {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 10px 10px 20px 10px;
    background: white;
}.box-blog-post .is-divider {
    display: none;
}
.blog-archive .post-item .from_the_blog_excerpt {height:40px; overflow:hidden
}

.archive .product-small.box .box-text{    padding: 15px 10px;
  }
a.back-to-top{background:#333333 !important; border:none !important; color:white}
.woocommerce-ordering select{font-size:14px}
.blog-archive .post-item a:hover{color:black}.page-wrapper {
    padding-top: 30px;
    padding-bottom: 0;
}
.blog-archive .post-item .box-image{border-top-left-radius:5px; border-top-right-radius:5px}
.san-pham-lien-quan h2{font-size:20px}h1.entry-title.mb {
    margin-bottom: 15px;
    text-transform: none;
    letter-spacing: 0;
}
#payment button{border-radius:5px; text-transform:none}
.woocommerce-cart .large-12 .col-inner > .woocommerce{box-shadow: 2px 2px 20px #0000001a;
    padding: 20px;
    border-radius: 5px;
}
.cart_totals .button {
    border-radius: 5px;
    text-transform: none;
}

.button-continue-shopping, .button.primary.mt-0.pull-left{border-radius:5px; text-transform:none;}
.woocommerce-input-wrapper input{font-size: 14px;
    border-radius: 5px;
    box-shadow: none;}
.widget_shopping_cart_content .woocommerce-mini-cart{border:none; box-shadow:none; padding:0}
.widget_shopping_cart_content{padding:15px}
.widget_shopping_cart_content a.button{text-transform:none; border-radius:5px; color:white}
.devvn_prod_cmt{max-width:100%}

@media(max-width: 855px){
    .product-small .box-text {
    min-height: 80px;
}
.product-small .product-title {
    font-size: 11px;
}
.product-small span.price {
    font-size: 14px;
}
    .product-footer .woocommerce-tabs{
        padding-top: 10px !important;
    }
    .product-template-default .page-title .page-title-inner{
        min-height: unset;
    }
   .woocommerce-cart .large-12 .col-inner > .woocommerce{
    padding: 0px;
   }
    .shop_table .product-remove a{
        position: relative;
    }
    #main .ux-quantity__button {

    height: 45px;
}
    .form-minimal.quantity .qty {
    height: 45px;
    border-width: 2px;
    width: 70px;
    min-width: 70px;
}

    .dabilux-after-add-to-cart-wrapper {
    position: relative;
    right: 0px;
    margin-top: -80px;
    margin-top: -15px !important;
}
.dabilux-after-add-to-cart-wrapper .dabilux-quick-buy-button{
        width: 100%;
        min-height: 45px !important;
}
    .product-small .box-text{
        padding-bottom: 0px;
    }
    .fl-labels .form-row input:not([type=checkbox]), .fl-labels .form-row select{
            min-height: 45px;
    }
     .fl-labels .form-row textarea{
        min-height: 90px;
     }
    .fl-labels span.select2-selection{
              min-height: 45px;
    }
    .fl-labels span.select2-selection .select2-selection__rendered {
    line-height: 45px !important;
}
    .button, button, input[type=button], input[type=reset], input[type=submit]{
      min-height: 40px !important
      ;
    line-height: 40px !important;;
}
    #footer .icon-box{
        padding-bottom: 15px;
    }
    .section-banner-duoi .banner{
        padding-top: 500px !important;
    }
   .section-banner-duoi .product-small.box-push .box-text {
    margin-top: -23%;
            background: transparent;
}
      .section-banner-duoi .text-box{
         width: 88% !important;
      }
    .section-slide .text-box{
            width: 88% !important;
    }
    .div-sp-1 .product-small .box-image .img-inner {
    padding-top: 72% !important;
}
    .div-sp-1 .product-small .box-text {
    position: relative;
    bottom: -47px;
}
    .section-ban-chay ul.nav-simple {
    position: relative;
    left: unset;
    /* left: unset; */
    justify-content: flex-start;
}
    .section-ban-chay .tabbed-content h4 {
    font-size: 22px;
}
    .sticky-icon-links {
    top: auto;
    bottom: 90px;
}
    .div-menu-home{
        padding-bottom: 10px !important;
    }
        .section-slide{
            padding-bottom: 0px !important;
        }
    .section-slide .banner{
            padding-top: 400px !important;
    }
    .title-banner{
font-size: 3em !important;
    }
     .section-slide .banner .img{
    
    width: 45% !important;
     }

     .section-banner .banner .text-box {
        right: 0% !important;
     }
    .section-banner .banner{
        padding-top: 300px !important
    }
    .section-banner .text h2 {
    font-size: 1.5em !important;
}
.title-big{
    font-size: 1.0em !important;
}
    h3.title-home {
    font-size: 224% !important;
}
    .category-page-row{
        padding-top:0px !important;
    }
    .product-tabs li {
        width:auto !important;
    }
    .single-product .product-main,.single-product .product-info{
        padding-bottom:0px !important;
    }
    .product-info .single_add_to_cart_button{
          width: calc(100% - 167px);
        margin-bottom: 10px;
        font-size: 13px;
}
.woocommerce-tabs .tab-panels{
    padding: 15px !important
}

.fa-cart-plus{padding-right:0}
.row2 .row-info .cot1, .row2 .row-info .cot2, .row2 .row-info .cot3{width:100%; padding:10px 0}
.row-info .left, .row-info .right{width:100%; padding:10px 0}.related .product-small.box .box-text {
    padding: 10px 5px;
}.tdk-product-loop-custom-product-meta .version, .tdk-product-loop-custom-product-meta .last-updated-date{font-size:12px}
.related .product-small.col{padding:5px}
.archive .product-small.col{padding:5px}.archive .product-small.box .box-text {
    padding: 10px 5px;}
}


@media(min-width: 1023px){
     #billing_state_field, {
    width:calc(51% - 15px);
    margin-right: 10px;
}
 #billing_city_field{
    width:calc(51% - 15px);
    margin-right: 0px;
 }

        .form-row-first {
        margin-right: 15px;
    }
    .form-row-first, .form-row-last {
        float: left;
        width:calc(51% - 15px);;
    }
    .header-main #logo{
        margin-left: 70px;
    }
.header-nav-main li.nav-icon {
       position: absolute;
    left: -250px; 
}
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}