:root {
    --swiper-theme-color: rgba(0,0,0,0.9);
    --swiper-navigation-size: 20px;
    --ai-theme-color: #3e5962;
}
body {
    max-width: 1920px;
}
.ai-img, .ai-img img {
    max-width: 100%;
}
.ai-link-mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    opacity: 0;
}
.ai-link-hide-text {
    visibility: hidden;
    font-size: 0;
    display: none;
}
.swiper-button-next, .swiper-button-prev {
    width: 45px;
    height: 45px;
    color: #000;
    background: rgba(255,255,255,1);
    border-radius: 100px;
    border: 1px solid rgba(0,0,0,1);
    transition: all .3s;
    top: 35%;
    z-index: 10;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
    background: rgba(0,0,0,1);
    color: #fff;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}
.et-global-campaign {
    font-size: 13px;
}
.footer-payment {
    height: 30px;
}
.nf-form-cont .nf-form-content input[type="submit"] {
    height: 40px;
    padding: 0.3rem 2rem!important;
}
.ai-st .product-title a {
    font-size: 13px;
}
.ai-st .product_after_title .price>.amount {
    color: #000;
}


.header-border-1 .headerAA:after {
    border-bottom: 2px solid var(--ai-theme-color);
}
.header .search-button-group {
    border: 1px solid var(--ai-theme-color);
}
[class^='ai-productsajax_'] .ai-head {
    justify-content: flex-start !important;
    text-align: left !important;
    padding-bottom: .5rem !important;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
[class^='ai-productsajax_'] .ai-head .ai-heading {
    color: var(--ai-theme-color)!important;
    font-size: 2.2rem !important;
    font-family: "Times New Roman";
    font-weight: 500 !important;
    font-style: italic;
}
.products .product .product-title h3 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: unset;
}

.et-header-menu > li > a {
    font-weight: 700;
}


@keyframes marquee { 
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translate(-50%)
    }
}

@media screen and (min-width: 750px) {
    .container, .ai-st .container {
        max-width: 1420px;
    }
    .ai-mb {
        display: none;
    }
    .header .search-button-group {
        min-width: 600px;
    }
}

@media screen and (max-width: 749px) {
    .ai-pc {
        display: none;
    }
    .ai-mb {
        display: block;
    }
}