/*  */
.top-header {
    background: #000;
    padding: 5px 0;
    color: #fff;
}
.top-header .widget {
    margin: 0;
    color: #f0f0f0;
}
.top-header .widget .custom-html-widget {
    font-size: 13px;
}
.top-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-header form {
    position: relative;
}
.top-header form input {
    outline: none;
    min-width: 300px;
    border: none;
    background: rgb(255 255 255 / 80%);
}
.top-header form button {
    position: absolute;
    top: 0;
    right: 0;
    color: #000;
    border: none;
    cursor: pointer;
    background: none;
    height: 34px;
    padding: 0 10px;
}
.form-control:focus {
    color: #000;
    background-color: #fff;
}


.top-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.custom-menu {
    display: flex;
    align-items: center;
    gap: 20px;
}
.custom-menu .menu-login a {
    color: #fff;
    font-weight: 500;
    width: max-content;
}
.header-main {
    /* box-shadow: 0 2px 4px #ddd; */
}
/* .header-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #f7f7f7;
    z-index: 999;
    box-shadow: 0 2px 4px #ddd;
} */


/* Mega menu */
.top-menu .mega-menu.menu-item {
    position: static;
}
.top-menu .mega-menu.menu-item ul.sub-menu {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    padding-bottom: 15px;
    right: 0;
    justify-content: center;
}
.top-menu .mega-menu.menu-item ul.sub-menu li {
    width: 20%;
    float: left;
}
.top-menu .mega-menu.menu-item ul.sub-menu li a {
    text-align: center;
    font-size: 16px;
    border: none;
}
.top-menu .mega-menu.menu-item ul.sub-menu li img {
    display: block;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.menu-login {
    position: relative;
}
.dropdownMenu {
    display: none;
}
a#userDropdown {
    text-decoration: underline;
}
.dropdownMenu.show {
    display: block;
    position: absolute;
    top: 52px;
    min-width: 200px;
    background: #fff;
    box-shadow: 0px 2px 4px #ddd;
    padding: 10px 15px;
    z-index: 88;
}
.dropdownMenu.show li {
    list-style: none;
    position: relative;
    padding: 0 0 8px 15px;
}
.dropdownMenu.show li::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 4px;
    height: 4px;
    background-color: #555;
}
.dropdownMenu.show li a {
    color: #333;
}
.dropdownMenu.show li:hover a {
    color: #3a7eb6;
    text-decoration: underline;
}
.menu-login button.btn-login {
    border: none;
    background: no-repeat;
    color: #3a7eb6;
    font-weight: 500;
    padding: 0;
}

/* Login modal */
.menu-login .modal-header {
    border: none;
    padding: 0;
}
.menu-login ul#authTabs {
    padding: 0 15px;
    border: none;
    gap: 10px;
}
.menu-login ul#authTabs li {

}
.menu-login ul#authTabs li a {
    color: #000;
    padding: 0 15px;
    border-radius: 0;
    box-shadow: 0 2px 4px #ddd;
    height: 40px;
    line-height: 40px;
}
.menu-login ul#authTabs li a.active {
    border: none;
    background: #3a7eb6;
    color: #fff;
    box-shadow: none;
}
.menu-login .tab-content {
    padding: 10px 15px;
}
.menu-login .woocommerce-form label {
    display: block;
    font-weight: 500;
    font-size: 14px;
}
.menu-login .woocommerce-form .woocommerce-Input {
    width: 100%;
    margin: 5px 0;
    height: 36px;
    border: 1px solid #ddd;
    padding: 0 10px;
    outline: unset;
}
.menu-login .woocommerce-form .woocommerce-Input:focus-visible {
    box-shadow: 0 2px 4px #ddd;
}
.menu-login .woocommerce-form .woocommerce-form-login__submit,
.menu-login .woocommerce-form .woocommerce-form-register__submit {
    margin: 10px 0 0;
    border: none;
    background: rgb(0 0 0 / 80%);
    color: #fff;
    padding: 8px 20px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 500;
}
.menu-login .woocommerce-form .woocommerce-LostPassword {
    text-decoration: underline;
}

.menu-login .social-login-buttons {
    position: absolute;
    bottom: 22px;
    right: 20px;
}
.menu-login .social-login-buttons a {
    background: #4285f4;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0px 15px 0 0;
    border-radius: 4px;
    gap: 3px;
}
.nsl-button-svg-container {
    background: #fff;
    padding: 5px;
    margin: 2px;
    border-radius: 3px;
}

.menu-login .woocommerce-form-register .social-login-buttons {
    bottom: 30px;
}


/* Homepage */
div#homepagePopup .modal-content {
    position: relative;
}
div#homepagePopup .modal-content .modal-header {
    display: block;
    text-align: center;
    border: none;
    background: #000;
    color: #fff;
}
div#homepagePopup .modal-content .modal-header button.btn-close {
    position: absolute;
    background: #ed2024;
    color: #fff !important;
    padding: 3px 8px 12px !important;
    top: -5px;
    right: -5px;
    border-radius: 50%;
}
div#homepagePopup .modal-content .modal-header .modal-title {
    font-size: 20px;
    font-weight: 600;
}
div#homepagePopup .modal-content .modal-header .modal-title p {
    margin-bottom: 0;
}
div#homepagePopup .modal-content .modal-body {
    text-align: center;
    padding: 15px 5%;
}
div#homepagePopup .modal-content .modal-body .wpcf7-form label {
    text-align: left;
}
div#homepagePopup .modal-content .modal-body .wpcf7-form input {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    padding-left: 10px;
    border: 1px solid #ddd;
    outline: unset;
    margin-top: 5px;
}
div#homepagePopup .modal-content .modal-body .wpcf7-form .wpcf7-submit {
    width: fit-content;
    background: #ed2024;
    color: #fff;
    padding: 0 25px;
    font-size: 18px;
    font-weight: 600;
}

/* Slider */

.media-wrapper {
  position: relative;
  width: 100%;
  /* height: 80vw; 
  max-height: 700px; */
  overflow: hidden;
  background: #f9f4e8;
}

.media-wrapper img,
.media-wrapper video {
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.media-wrapper video {
    margin-bottom: -8px;
}
.home-best-seller .bg-wrapper {
    position: relative;
    width: 100%;
    height: 360px;
    overflow: hidden;
}

.home-best-seller .bg-video {
    /* position: absolute; */
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.home-best-seller .bg-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.home-best-seller .overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2); 
    z-index: 1;
}
.home-best-seller .bg-content {
    position: absolute;
    z-index: 9;
    text-align: center;
    color: white;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.home-best-seller .bg-content .title {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: bold;
}
.home-best-seller .bg-content .selectCat-item {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-top: 50px;
}
.home-best-seller .bg-content .selectCat-item a {
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.home-best-seller .bg-content .selectCat-item a:nth-child(2n+1) {
    background-color: #000;
    color: #fff;
}

@media (min-width: 800px) {
    .homepage-banner .slick-slider .slick-next {
        right: 60px;
    }
    .homepage-banner .slick-slider .slick-prev {
        left: 60px;
    }
}
/* Responsive mobile */
@media (max-width: 768px) {
    .media-wrapper {
        /* height: 70vw;  */
        /* min-height: 520px; */
    }
}

.home-product-cat {
    margin: 30px 0;
}
.home-intro {
    margin: 40px 0 60px;
}
.home-intro .row {
    align-items: center;
    justify-content: space-between;
}
.home-intro .row .col-image {
    padding-right: 60px;
}
.home-intro .image img {
    width: 100%;
}
.home-intro .content {
    font-size: 16px;
    line-height: 28px;
} 
.homepage-ds .viewmore {
    margin: 30px 0 0;
}
.homepage-ds .viewmore a {
    background-color: rgb(0 0 0 / 80%);
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
}
.homepage-ds .viewmore a:hover {
    background-color: #000;
}
.homepage-ds .description {
    font-size: 16px;
    margin-bottom: 20px;
}

/* .home-product-cat {
    background: #f5f5f5;
    padding: 50px 0;
} */
.home-product-cat .cat-item {
    overflow: hidden;
	display: block;
}
.home-product-cat .cat-item a {
    transition: all 1s;
    border: 1px solid #ddd;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    position: relative;
}
.home-product-cat .cat-item a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #00000065;
}
.home-product-cat .cat-item a:hover {
    box-shadow: 0 3px 15px rgba(0,0,0,.4);
    transform: scale(0.98);
}
.home-product-cat .cat-item a:hover::after {
    height: 100%;
}
.home-product-cat .cat-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.home-product-cat .cat-item .title {
    font-size: 24px;
    color: #fff;
    z-index: 9;
    font-weight: 600;
    margin-bottom: 0;
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    opacity: 1;
    transition: all 0.4s;
    text-transform: capitalize;
}
.home-product-cat .cat-item .title::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: -8px;
    width: 80px;
    height: 2px;
    background-color: #ed2024;
    margin: 0 auto;
}
.home-product-cat .cat-item a:hover .title {
    opacity: 1;
}

.wishlist-count {
    position: absolute;
    top: -8px;
    right: -10px;
    background: red;
    color: white;
    font-size: 11px;
    font-weight: 600;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
}

.deal-of-the-month {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 30px;
    text-align: center;
}
.deal-of-the-month .container {
    padding: 5% 15px;
}
.deal-of-the-month h3.title {
    font-size: 40px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    margin-bottom: 40px;
}
.deal-of-the-month a.link {
    background-color: #ed2024;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 30px;
    border-radius: 8px;
}
.deal-of-the-month .list-products {
    margin-bottom: 30px;
    padding: 0 0 10px !important;
}
.deal-of-the-month .list-products li.product {
    margin-bottom: 0;
}
.deal-of-the-month .list-products li:hover .wrap-product {
    box-shadow: unset;
}
.deal-of-the-month .list-products:hover {
    -moz-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.35);
}
.deal-of-the-month .list-products li .wrap-product {
    padding-bottom: 0;
}
.deal-of-the-month .countdown {
    position: relative;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    padding-left: 20px;
    color: #ed2024;
    font-weight: bold;
    font-size: 16px;
}
.deal-of-the-month .countdown::before {
    content: '\f017';
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Font Awesome 5 Free';
    font-weight: 100;
}

.home-feedback .slick-list {
    background: #f7f7f7;  
}
.home-feedback .feedback-items {
    background: #f7f7f7;
    padding: 40px 0 60px;
    text-align: center;
}
.home-feedback .feedback-items .star {
    color: rgb(255, 192, 0);;
}
.home-feedback .feedback-items .feedback-description {
    max-width: 90%;
    margin: 10px auto 25px;
    font-size: 16px;
    /* height: 100px;
    overflow-y: auto; */
}
.home-feedback .feedback-items .feedback-image img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto;
}
.home-feedback .feedback-items .feedback-name {
    margin: 10px 0 5px;
    font-size: 18px;
    font-weight: 600;
}
.home-feedback .feedback-items .feedback-address {
    color: #666;
}
.home-feedback .slick-slider .slick-dots {
    bottom: 60px;
}

/* Grid gallery */
.custom-grid-slider .grid-slide {
    display: flex;
    gap: 10px;
    height: 500px; 
}
.custom-grid-slider .left-big {
    width: 50%;
    height: 100%;
}

.custom-grid-slider .left-big img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 8px;
    height: 500px;
}

.custom-grid-slider .right-small {
    width: 50%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
    height: 100%;
}

.custom-grid-slider .right-small img {
    width: 100%;
    aspect-ratio: 1 / 1; 
    object-fit: cover;
    background-color: #f5f5f5;
    display: block;
    height: 245px;
    border-radius: 8px;
}

.custom-grid-slider .slick-slide {
    display: flex !important;
    align-items: stretch;
}


/* Ajax search */
.autocomplete-results {
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    z-index: 999;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.autocomplete-results ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.autocomplete-results li {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #eee;
}
.autocomplete-results li a {
    display: flex;
    align-items: center;
    gap: 20px;
}
.autocomplete-results li img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    margin-right: 10px;
}

.autocomplete-results .info {
    display: flex;
    flex-direction: column;
}

.autocomplete-results .title {
    font-weight: bold;
    color: #333;
}

.autocomplete-results .price {
    color: #c00;
    font-size: 14px;
}

.banner__media.media a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}

@media screen and (min-width: 750px) {
    .home-banner {
        flex-direction: row;
        height: auto;
        display: flex;
        position: relative;
    }
    .home-banner::before {
        padding-bottom: 36.78402522333158%;
        content: '';
        display: block;
    }
    .banner__media {
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        display: block;
        overflow: hidden;
    }
    .banner__media::before {
        padding-bottom: 36.78402522333158%;
        content: '';
        display: block;
    }
    .banner__media::after {
        content: "";
        position: absolute;
        top: 0;
        background: #000;
        opacity: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
    }
    .banner__media img {
        display: block;
        max-width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center center;
        transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }
    .home-banner .content {
        align-items: center;
        justify-content: flex-start;
        display: flex;
        height: 100%;
        color: #fff;
    }
    .home-banner .content .banner__box {
        max-width: 70rem;
        background: transparent;
        --color-foreground: 255, 255, 255;
        --color-button: 255, 255, 255;
        --color-button-text: 0, 0, 0;
        border: none;
        border-radius: 0;
        box-shadow: none;
        width: auto;
        min-width: max-content;
        padding: 0;
        position: relative;
        height: fit-content;
        align-items: center;
        word-wrap: break-word;
        z-index: 1;
    }
    .home-banner .content .banner__box .banner__text {
        font-size: 24px;
    }
    .home-banner .content .banner__box .banner__heading {
        font-size: 42px;
        font-weight: 600;
        text-transform: uppercase;
    }
    .banner__buttons {
        margin-top: 2rem;
        display: inline-flex;
        flex-wrap: wrap;
        gap: 1rem;
        max-width: 45rem;
        word-break: break-word;
    }
    .banner__buttons a {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border: 0;
        padding: 1.5rem 3rem;
        cursor: pointer;
        font: inherit;
        font-size: 1.4rem;
        text-decoration: none;
        color: #000;
        transition: box-shadow 100ms ease;
        -webkit-appearance: none;
        appearance: none;
        background-color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        transition: all 0.3s ease-in-out;
        letter-spacing: 0.5px;
    }
    .banner__buttons a:hover {
        color: #fff;
        background-color: #ce0306;
    }

}

.sales-policy {
    margin: 50px 0;
}
.services-wrapper {
    padding: 0 0 25px 0;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}
.services-wrapper .services {
    text-align: center;
}
.services-wrapper .services.stickyscroll {
    padding-bottom: 10px;
    overflow-x: auto;
    scrollbar-width: thin;
    flex-wrap: nowrap;
    display: flex;
    overflow-y: hidden;
    scroll-behavior: smooth;    
    justify-content: space-between;
}
.services-wrapper .services.stickyscroll .scroll-item {
    min-height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    text-decoration: none;
    position: relative;
    flex-direction: column;
    text-align: center;
    cursor: pointer;
    align-self: baseline;
}
.services-wrapper .service-icon {
    display: inline-block !important;
    position: relative;
    width: 69px;
    height: 70px;
    background-repeat: no-repeat;
    background-position: center 10px;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease-in;
}
.services-wrapper .service:hover .service-icon {
    background-position: center -70px;
}
.services-wrapper .service-description {
    margin: 10px auto;
    max-width: 335px;
}
.services-wrapper .service-title {
    font-size: 17px;
    font-weight: 600;
    color: #111;
    padding-bottom: 8px;
    line-height: 26px;
    letter-spacing: .5px;
}
.services-wrapper .service-subtitle {
    color: #666;
    line-height: 23px;
    letter-spacing: .05rem;
}
@media (min-width: 1024px) {
    .sales-policy .services-wrapper .slick-slider .slick-dots {
        display: none;
    }
}
  
.cta-footer {
    padding: 5% 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    color: #fff;
}
.cta-footer .cta-content {
    font-size: 18px;
    font-weight: 500;
}
.cta-footer .cta-content h2 {
    font-size: 22px;
}
.cta-footer .cta-form .wpcf7-form {
    width: 50%;
    margin: 15px auto 0;
    position: relative;
}
.cta-footer .cta-form .wpcf7-form input {
    width: 100%;
    height: 40px;
    border: none;
    background-color: #fff;
    border-radius: 3px;
    padding-left: 10px;
    outline: unset;
}
.cta-footer .cta-form .wpcf7-form .wpcf7-submit {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    background-color: #ce0306;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    width: fit-content;
    padding: 0 15px;
}

/* Footer */
.footer-widgets-area {
    /* padding: 0 3%; */
}
.footer-widgets-area:nth-child(1) .widget.widget_media_image {
    /* text-align: center; */
}
.footer-widgets-area:nth-child(1) .widget {
    margin-bottom: 10px;
}
.footer-widgets-area:nth-child(1) .widget_text {
    /* text-transform: uppercase;
    font-style: italic; */
}
.footer-widgets-area:nth-child(1) .widget_media_image img {
    /* height: 100px !important;
    object-fit: contain; */
}
@media (min-width: 768px) {
    .footer-widgets-area {
        padding: 0 20px;
    }
    .footer-widgets-area:nth-child(1) {
        width: 35%;
    }
    .footer-widgets-area:nth-child(2) {
        width: 18%;
    }
    .footer-widgets-area:nth-child(3) {
        width: 22%;
    }
    .footer-widgets-area:not(:first-child) {
        padding-top: 60px;
    }

}

/* Woo page */
.thumbnail-term {
    text-align: center;
}
.product-line {
    text-transform: uppercase;
    font-size: 24px;
    color: rgb(0 0 0 / 50%);
    margin-bottom: 10px;
}
.term-description {
    font-size: 16px;
    color: rgb(0 0 0 / 80%);
    line-height: 28px;
    margin-bottom: 30px;
}
.term-description h1,
.term-description h2,
.term-description h3,
.term-description h4 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
}
.wrap-detail-term {
    background: #e2e2e2;
    width: fit-content;
    padding: 3px 4px 2px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #e2e2e2;
    margin: 0 auto 10px;
}
.wrap-detail-term a {
    color: #666;
}
.archive.tax-product_brand .thumbnail-term img.thumb-term {
    border: 3px solid #e2e2e2;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
}
.custom-content-summary {
    background: #f5f5f5;
    padding: 50px 0 20px;
}
.custom-content-summary .custom-heading {
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    margin-bottom: 35px;
    position: relative;
}
.custom-content-summary .custom-heading::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #337ab7;
}
.contenitore-icone a.item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.contenitore-icone a.item img {
    width: 35px;
}
.contenitore-icone a.item h3 {
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
    text-transform: none;
}
.custom-content-summary .custom-content img {
    text-align: center;
    margin: 20px auto;
    display: block;
}
.contenitore-icone a.item:hover {
    color: #4285f4;
}
.contact-page-form input,
.contact-page-form textarea {
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding-left: 10px;
    outline: unset;
    margin-top: 5px;
}
.contact-page-form textarea {
    height: 100px;
    padding-top: 5px;
}
.contact-page-form .wpcf7-submit {
    width: fit-content;
    border: none;
    color: #fff;
    background-color: rgb(0 0 0 / 80%);
    padding: 0 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}
.contact-page-form .input-form {
    margin-bottom: 15px;
}

.about-infomation .row {
    margin: 40px 0;
    justify-content: space-between;
    align-items: center;
}
.about-infomation .row p img {
    display: unset;
}
.about-infomation .row.order-1 {
    flex-direction: row-reverse;
}
.about-infomation .row.order-2 {
    background: #f7f7f7;
}
.about-infomation .image img {
    width: 100%;
}
.about-infomation .content {

}

.agencyPage .agency-form .heading {
    text-align: center;
    margin-bottom: 30px;
}
.agencyPage .agency-form input  {
    width: 100%;
    height: 45px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding-left: 8px;
    outline: unset;
    margin-bottom: 15px;
}
.agencyPage .select2-container .select2-selection--single {
    height: 45px;
    border: 1px solid #ddd;
    outline: unset;
}
.agencyPage .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
}
.agencyPage .agency-form .label-partner p,
.agencyPage .agency-form .label-unit p {
    font-weight: 600;
}
sup {
    color: red;
    margin: 0 3px;
}
.agencyPage .wpcf7 span.wpcf7-not-valid-tip {
    margin: -10px 0 5px 0;
    font-size: 13px;
}
.agencyPage .wpcf7-list-item {
    display: inline-block;
    margin: 10px 20px 0 0;
}
.agencyPage .agency-form .label-partner label {
    cursor: pointer;
    display: flex;
    align-items: flex-end;
    gap: 3px;
}
.agencyPage .agency-form .label-partner input[type="checkbox"] {
    width: 20px !important;
    height: 15px !important;
    margin: 0 !important;
}
span.wpcf7-list-item-label {
    font-weight: 500;
}
.agencyPage .agency-form .label-unit {
    margin-top: 20px;
}
.agencyPage .agency-form .label-unit input {
    width: 49%;
    margin-top: 15px;
}
.agencyPage .agency-form .submit {
    text-align: center;
}
.agencyPage .agency-form .submit .wpcf7-submit {
    width: fit-content;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    background-color: rgb(0 0 0 / 80%);
    padding: 0 50px;
}
span.wpcf7-spinner {
    position: absolute;
}
.clinical-efficacy {
    display: flex;
    gap: 10px;
}

body.woocommerce-checkout .checkout.woocommerce-checkout .select2 input,
body.woocommerce-checkout .checkout.woocommerce-checkout .select2-selection--single {
    height: 40px !important;
}



/* --- Responsive --- */
@media (max-width: 1024px) {
    
}

@media (max-width: 767px) {
    body {
        overflow-x: hidden;
    }
    .custom-menu {
        gap: 12px;
    }

    .top-header .container {
        display: block;
    }
    .top-header {
        display: none;
    }
    .top-menu {
        justify-content: end;
    }
    .home-intro, .home-become-agent {
        margin: 30px 0;
    }
    .home-intro .row .col-image {
        padding-right: 0;
        margin-top: 30px;
    }
    .heading {
        font-size: 26px !important;
        line-height: normal !important;
        text-align: center;
        margin-bottom: 5px !important;
    }
    .homepage-ds .viewmore {
        text-align: center;
    }
    .home-become-agent .agent-content {
        margin-bottom: 30px;
    }
    .home-intro .row {
        flex-direction: column-reverse;
    }
    .home-become-agent .row {
        flex-direction: column-reverse;
    }
    .home-become-agent .agent-image {
        margin-bottom: 20px;
    }
    .custom-content-summary .row {
        flex-direction: column-reverse;
    }
    .custom-content-summary .custom-heading {
        font-size: 16px;
        margin-bottom: 25px;
    }
    .list-products li .woocommerce-loop-product__title {
        min-height: unset !important;
    }
    .list-products li .image-product a.img img {
        height: 250px !important;
    }

    .agencyPage .agency-form .label-unit input {
        width: 100%;
    }

    .custom-menu .menu-search .modal-body form {
        width: 100% !important;
    }
    .custom-menu .menu-search .modal-body h3.head {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .menu-login {
        display: none;
    }
    .toplg .menu-login {
        display: block;
    }

    /* Homepage */
    .home-product-cat .cat-item a {
        margin: 0 0 15px;
    }
    .home-banner {
        position: relative;
    }
    .home-banner .banner__box {
        position: absolute;
        top: 10%;
        color: #fff;
        padding-left: 10px;
    }
    .home-banner .banner__box p {
        margin-bottom: 0;
    }
    .banner__buttons a {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border: 0;
        padding: 3px 10px;
        cursor: pointer;
        font: inherit;
        font-size: 14px;
        text-decoration: none;
        color: #000;
        transition: box-shadow 100ms ease;
        -webkit-appearance: none;
        appearance: none;
        background-color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        transition: all 0.3s ease-in-out;
        letter-spacing: 0.5px;
    }
    .home-feedback .feedback-items .feedback-description {
        max-width: 90%;
        font-size: 14px;
    }
    .custom-grid-slider .right-small img,
    .custom-grid-slider .left-big img {
        height: auto;
    }
    /* .custom-grid-slider .left-big {
        width: 100%;
    } */
    
    .cta-footer .cta-content {
        font-size: 15px;
    }
    .cta-footer .cta-content h2 {
        font-size: 18px;
    }
    .cta-footer .cta-form .wpcf7-form {
        width: 100%;
    }

    .archiveProduct-custom .row {
        flex-flow: wrap-reverse;
    }
    .archiveProduct-custom aside.sidebar.sidebar-primary {
        padding-right: 0;
        border-right: none;
        margin-right: 0;
    }
    #dev3b-gallery .slick-slide img {
        height: auto !important;
    }

    .sales-policy .slick-dotted.slick-slider {
        margin-bottom: 0 !important;
    }
    .services-wrapper .service-description {
        max-width: 90%;
    }
    .footer-widgets {
        padding: 40px 10px 20px 10px !important;
    }

	
    .footer-widgets-area:nth-child(1) {
        /* padding: 0 5%;
        max-width: 80%;
        margin: 0 auto; */
    }
    .footer-widgets-area:nth-child(1) .widget_media_image img {
        /* width: 80%; */
    }

    .deal-of-the-month .container {
        padding: 10% 15px;
    }
    .deal-of-the-month h3.title {
        font-size: 32px;
        margin-bottom: 30px;
    }
    .deal-of-the-month a.link {
        font-size: 16px;
        padding: 10px 20px 12px;
        border-radius: 5px;
    }
    .home-best-seller .bg-content .title {
        font-size: 22px;
        line-height: inherit;
    }
    .home-best-seller .bg-wrapper {
        height: auto;
    }
    .home-store-about .content {
        font-size: 14px;
        margin-bottom: 25px;
    }
    .home-store-about .content h2, .home-store-about .content h3, .home-store-about .content h4 {
        font-size: 22px;
    }
    .custom-grid-slider .left-big img {
        min-height: 190px;
    }


}

@media (max-width: 380px) {
    
}