.container {
    max-width: 1430px;
}

.row::after {
    content: '';
    display: table;
    clear: both;
}

.center-1 .page-title h1 {
    font-size: 36px;
}

.registration-page .button-1,
.registration-result-page .button-1,
.login-page .button-1,
.password-recovery-page .button-1,
.email-revalidation-page .button-1,
.account-activation-page .button-1,
.account-page .button-1,
.return-request-page .button-1,
.contact-page .button-1,
.email-a-friend-page .button-1,
.apply-vendor-page .button-1 {
    border-radius: 6px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.html-home-page .master-wrapper-page {
    overflow: hidden;
}

.html-home-page .master-wrapper-content {
    overflow: visible;
}

.page-title {
    padding-top: 20px;
    text-align: center;
    border: none;
}

.html-home-page .center-1 {
    margin-bottom: 0;
}

.header-upper,
.header-lower {
    background-color: var(--color-text);
    color: #fff;
}

/* HEADER UPPER */
.header-upper {
    font-size: 12px;
    padding-bottom: 15px;
    border-bottom: 1px solid #282e35;
}

    .header-upper > .container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        flex-wrap: wrap;
    }

    .header-upper .header-upper-nav {
        grid-column: 1/2;
    }

.header-upper-nav .topic-block {
    margin: 0;
}

.header-upper-nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-upper-nav li {
    margin: 0;
    font-size: 14px;
}

    .header-upper-nav li a {
        text-decoration: none;
    }

        .header-upper-nav li a:hover,
        .header-upper-nav li a:focus {
            color: var(--color-primary);
        }

.header-selectors-wrapper {
    display: flex;
    grid-column: 2/-1;
    justify-content: flex-end;
}

    .header-selectors-wrapper select {
        border: 0;
        min-width: auto;
        height: auto;
        padding: 0;
        background: none;
        color: #fff;
        font-size: 12px;
        cursor: pointer;
        background-color: var(--color-text);
        font-family: var(--font-body);
    }

.header-offer-section {
    grid-column: 1/-1;
    text-align: center;
    background-color: var(--color-primary);
    color: var(--color-text);
    padding: 10px;
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
}

    .header-offer-section .topic-block {
        margin: 0;
    }

.header-offer-ticker .offer-item {
    font-weight: 500;
    line-height: 1;
    font-size: 14px;
    display: none;
}

    .header-offer-ticker .offer-item:first-child {
        display: block;
    }

    .header-offer-ticker .offer-item [class^="icon-"] {
        font-size: 0;
        margin-right: 8px;
    }

        .header-offer-ticker .offer-item [class^="icon-"]::before {
            font-size: 14px;
        }

/* HEADER LOWER */
.header-lower {
    padding-top: 20px;
    padding-bottom: 15px;
}

    .header-lower > .container {
        display: grid;
        align-items: center;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 10px 15px;
    }

    .header-lower .header-logo {
        grid-row: 1/2;
        grid-column: 1/2;
        margin-left: 45px;
    }

    .header-lower .header-links-wrapper {
        grid-column: 2 / -1;
    }

    .header-lower .search-box.store-search-box {
        grid-column: 1/-1;
        grid-row: 2/-1;
    }

        .header-lower .search-box.store-search-box .ui-autocomplete {
            width: 100% !important;
            max-width: 740px;
        }

.header-links-wrapper .account-label:hover,
.header-links-wrapper .account-label:focus {
    color: var(--color-primary)
}

.header-links-wrapper .account-label .label {
    display: none;
}

.header-links-wrapper .icon-user {
    font-size: 0;
}

    .header-links-wrapper .icon-user:before {
        font-size: 22px;
        font-family: var(--font-icon);
    }

.header-links-wrapper .account-link {
    position: relative;
    cursor: pointer;
}

    .header-links-wrapper .account-link .menu {
        position: absolute;
        top: 100%;
        right: 0;
        background-color: var(--color-primary);
        border-radius: 6px;
        width: 120px;
        font-size: 16px;
        overflow: hidden;
        display: none;
    }

    .header-links-wrapper .account-link li a {
        font-size: 14px;
        display: block;
        padding: 10px 20px;
        color: var(--color-text);
    }

    .header-links-wrapper .account-link:hover > .menu {
        display: block;
    }

    .header-links-wrapper .account-link li:hover a {
        color: var(--color-text);
        background-color: #f5f5f5;
    }

.header-links-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

    .header-links-wrapper .header-links {
        display: flex;
        gap: 20px;
        font-weight: 600;
    }

.header-links .ico-wishlist {
    position: relative;
}

    .header-links .ico-wishlist .wishlist-label {
        font-size: 0;
        width: 20px;
        height: 20px;
    }

        .header-links .ico-wishlist .wishlist-label::before {
            content: "\e911";
            font-family: var(--font-icon);
            font-size: 25px;
        }

.header-links .wishlist-qty {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--color-primary);
    color: var(--color-text);
    line-height: 1.7;
    text-align: center;
}

#topcartlink .ico-cart {
    position: relative;
    padding: 0;
    background: none;
}

#topcartlink .cart-label {
    font-size: 0;
}

    #topcartlink .cart-label::before {
        content: "\e915";
        font-family: var(--font-icon);
        font-size: 25px;
    }

#topcartlink .cart-qty {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--color-primary);
    color: var(--color-text);
    line-height: 1.7;
    text-align: center;
}

.header-logo a img {
    max-width: 120px;
    width: 100%;
}

.search-box form {
    border-radius: 6px;
    overflow: hidden;
}

.search-box input.search-box-text {
    background-color: #fff;
    margin: 0;
    border: none;
    width: calc(100% - 50px);
}

.search-box .search-box-button {
    position: relative;
    background-color: #fff;
    width: 50px;
    height: 36px;
    font-size: 0;
    min-width: auto;
    padding: 0;
}

    .search-box .search-box-button::before {
        content: "\e916";
        font-family: var(--font-icon);
        color: var(--color-text);
        font-size: 16px;
    }

    .search-box .search-box-button:hover {
        background-color: var(--color-primary);
        color: var(--color-text);
    }

.header-cta-box {
    display: none;
}

    .header-cta-box [class^="icon-"] {
        font-size: 0;
    }

        .header-cta-box [class^="icon-"]::before {
            font-size: 16px;
        }

    .header-cta-box .contact-info {
        font-size: 15px;
        line-height: 1.4;
    }

        .header-cta-box .contact-info .header-call-label {
            display: block;
            font-size: 12px;
        }

        .header-cta-box .contact-info .header-call-num {
            font-size: 14px;
        }

    .header-cta-box a {
        font-weight: 700;
    }

        .header-cta-box a:hover {
            color: var(--color-primary);
        }

/* FLYOUT CART */
.flyout-cart .mini-shopping-cart {
    color: var(--color-text);
}

    .flyout-cart .mini-shopping-cart .name {
        color: var(--color-text);
        font-weight: 600;
    }

        .flyout-cart .mini-shopping-cart .name:hover {
            color: var(--color-primary);
        }

        .flyout-cart .mini-shopping-cart .name a {
            color: inherit;
            font-weight: inherit;
        }

/* PRIMARY MENU */
.header-menu {
    background-color: #232f3e;
    margin-bottom: 30px;
}

    .header-menu > ul > li > a {
        color: #fff;
    }

/* HOMEPAGE */
.home-page .page-body {
    padding-bottom: 100px;
}

/* HOMEPAGE SLIDER */
.slider-wrapper.theme-custom {
    margin: 0 auto;
    max-width: none;
}

    .slider-wrapper.theme-custom .nivo-controlNav a {
        border-radius: 50%;
    }

        .slider-wrapper.theme-custom .nivo-controlNav a.active {
            background-color: var(--color-primary);
        }

/* SWIFT SLIDER */
.primary-hero-section .slider-container {
    margin-bottom: 0 !important;
    max-height: 600px;
    overflow: hidden;
}

    .primary-hero-section .slider-container .slick-slide {
        border-radius: 0;
    }

.primary-hero-section .slide-img img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    object-position: center;
}

.primary-hero-section .slider-container .slide-description {
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100% !important;
    padding: 20px 30px;
    background-color: rgb(255 255 255 / 60%);
    text-align: center;
    max-width: 300;
}

.primary-hero-section .swift-slider-container .slide-description .content > * {
    color: #fff;
}

@media screen and (max-width: 1099px) {
    .primary-hero-section .swift-slider-container .slide-description .content > * {
        color: var(--color-text);
    }
}

.primary-hero-section .slide-description h1,
.primary-hero-section .slide-description h2 {
    font-size: 28px;
    margin-bottom: 20px;
}

.primary-hero-section .slider-container .slide-description p {
    font-weight: 500;
    margin-bottom: 15px;
}

    .primary-hero-section .slider-container .slide-description p:last-child {
        margin-bottom: 0;
    }

    .primary-hero-section .slider-container .slide-description p strong {
        color: var(--color-text);
        font-size: 24px;
    }

.primary-hero-section .slider-container .slide-description .btn {
    margin-right: 5px;
    margin-top: 10px;
    background-color: var(--color-primary);
    color: var(--color-text);
    border: none;
}

    .primary-hero-section .slider-container .slide-description .btn.btn-dashed {
        border: 1px dashed var(--color-text);
        background-color: transparent;
        color: var(--color-text);
    }

    .primary-hero-section .slider-container .slide-description .btn:hover {
        background-color: #fff;
        color: var(--color-text);
        border: none;
    }

.primary-hero-section .slider-container .slick-arrow {
    background-color: var(--color-primary);
    color: var(--color-text);
}

    .primary-hero-section .slider-container .slick-arrow::before,
    .primary-hero-section .slider-container .slick-arrow::before {
        color: var(--color-text);
    }

    .primary-hero-section .slider-container .slick-arrow.slick-prev::before {
        content: '\e92f' !important;
    }

    .primary-hero-section .slider-container .slick-arrow.slick-next::before {
        content: "\e930" !important;
    }

    .primary-hero-section .slider-container .slick-arrow::before {
        font-family: var(--font-icon) !important;
    }

    .primary-hero-section .slider-container .slick-arrow:hover,
    .primary-hero-section .slider-container .slick-arrow:focus {
        background-color: #fff;
    }

        .primary-hero-section .slider-container .slick-arrow:hover::before,
        .primary-hero-section .slider-container .slick-arrow:focus::before {
            color: var(--color-text);
        }

.primary-hero-section .slider-container .slick-dots {
    bottom: 25px;
}

    .primary-hero-section .slider-container .slick-dots > li button {
        background-color: #fff;
        border-color: var(--color-text);
        width: 15px;
        height: 15px;
    }

    .primary-hero-section .slider-container .slick-dots > li:hover button {
        background-color: var(--color-primary);
    }

    .primary-hero-section .slider-container .slick-dots > li.slick-active button {
        background-color: var(--color-primary);
    }

    .primary-hero-section .slider-container .slick-dots > li button::before {
        display: none;
    }

/* HOMEPAGE SECTIONS */

.home-page-product-grid,
.home-page .topic-block,
.product-grid.top-deals-section,
.home-page .news-list-homepage,
.home-page .testimonial-section,
.product-grid.home-page-product-grid.new-arrival-grid,
.product-grid.bestsellers,
.homepage-brands-section {
    padding-top: 50px;
}

.product-grid.top-deals-section {
    margin-top: 50px;
    padding-bottom: 50px;
}

.home-page-product-grid {
    margin: 0;
}

.home-page-category-grid {
    padding: 50px 0;
}

/* HOMEPAGE TOPIC */
.topic-block-title h2 {
    font-size: 22px;
}

.home-page .topic-block {
    margin: 0;
}

/* HOMEPAGE PRODUCT GRID */
.item-box .picture img {
    mix-blend-mode: multiply;
}

.product-grid .item-box .picture img {
    width: 180px;
    height: 180px;
    object-fit: contain;
    margin: auto;
}

/* HOMEPAGE CATEGORY GRID */
.home-page-category-grid {
    position: relative;
    margin: 30px 0 0;
}

    .home-page-category-grid::before {
        content: '';
        position: absolute;
        top: 0;
        left: -150%;
        width: 300%;
        height: 100%;
        background-color: #f5f5f5;
    }

    .home-page-category-grid .category-item__header {
        display: flex;
        gap: 10px;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 15px;
    }

    .home-page-category-grid .title {
        font-size: 18px;
        margin-bottom: 0;
    }

    .home-page-category-grid .category-item__header .view-all-wrap {
        font-size: 14px;
    }

        .home-page-category-grid .category-item__header .view-all-wrap a {
            text-decoration: underline;
            font-weight: 500;
        }

        .home-page-category-grid .category-item__header .view-all-wrap:hover {
            color: var(--color-primary)
        }

    .home-page-category-grid .sub-cats .picture img {
        width: 172px;
        height: 100px;
        object-fit: cover;
    }

    .home-page-category-grid .item-box {
        background-color: #fff;
        padding: 20px;
    }

    .home-page-category-grid .sub-cats-wrap {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 25px;
    }

    .home-page-category-grid .sub-cats {
        position: relative;
    }

    .home-page-category-grid .sub-cats-wrap .picture {
        margin-bottom: 15px;
    }

    .home-page-category-grid .sub-cats .picture a {
        position: static;
    }

        .home-page-category-grid .sub-cats .picture a::before {
            content: '';
            position: absolute;
            inset: 0;
        }

    .home-page-category-grid .sub-cats-wrap .sub-cat-title {
        font-size: 14px;
        font-weight: 600;
    }

    .home-page-category-grid .sub-cats:hover .sub-cat-title {
        color: var(--color-primary);
    }

.home-page-product-grid,
.bestsellers {
    margin-bottom: 0;
}

    .home-page-product-grid .product-grid {
        margin-bottom: 0;
    }

/* SUB CATEGORY PAGE */

.sub-category-grid .sub-category-item {
    text-align: center;
}

    .sub-category-grid .sub-category-item .picture {
        margin-bottom: 20px;
    }

        .sub-category-grid .sub-category-item .picture img {
            width: 110px;
            height: 110px;
            object-fit: contain;
            margin: auto;
        }

/* PRODUCT GRID */
.home-page .testimonial-section .section-title,
.product-grid.top-deals-section .section-title,
.product-grid .title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
}

/* ITEM BOX */

.item-box .product-item {
    position: relative;
    padding: 15px;
    border: 1px solid var(--color-border);
    overflow: hidden;
}

.item-box .product-title {
    /* font-size: 14px;
    font-weight: 400; */
   /* min-height: auto;*/
}

.item-box .old-price {
    font-size: 14px;
    color: #666;
}

.item-box .overlay-meta-wrap {
    position: absolute;
    top: 15px;
    left: -60px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    transition: all 0.3s ease-in-out;
    z-index: 2;
}

    .item-box .overlay-meta-wrap .meta-box {
        padding: 5px;
        text-align: center;
        background-color: var(--color-text);
        color: #fff;
        font-size: 12px;
    }

.item-box .product-box-add-to-cart-button {
    width: 100%;
    background: none;
    border: 1px solid var(--color-text);
    color: var(--color-text);
    border-radius: 6px;
    font-weight: 500;
    text-transform: none;
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: 1px;
}

.item-box .add-to-compare-list-button,
.item-box .add-to-wishlist-button {
    position: absolute;
    top: 15px;
    right: -45px;
    width: 35px;
    height: 35px;
    background-color: var(--color-text);
    background-size: 35px;
    border: none;
    background-image: none;
    transition: all 0.3s ease-in-out;
    z-index: 9;
}

.item-box .add-to-wishlist-button {
    top: 60px;
}

    .item-box .add-to-compare-list-button::before,
    .item-box .add-to-wishlist-button::before {
        font-family: var(--font-icon);
        color: #ffffff;
        font-size: 16px;
    }

    .item-box .add-to-compare-list-button:hover,
    .item-box .add-to-wishlist-button:hover,
    .item-box .add-to-compare-list-button:focus,
    .item-box .add-to-wishlist-button:focus {
        background-color: var(--color-primary);
    }

        .item-box .add-to-compare-list-button:hover::before,
        .item-box .add-to-wishlist-button:hover::before,
        .item-box .add-to-compare-list-button:focus::before,
        .item-box .add-to-wishlist-button:focus::before {
            color: var(--color-text);
        }

.item-box .add-to-compare-list-button::before {
    content: "\e903";
}

.item-box .add-to-wishlist-button::before {
    content: "\e911";
}

.item-box .product-box-add-to-cart-button:hover,
.item-box .product-box-add-to-cart-button:focus {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-text);
}

.item-box .product-item:hover .add-to-compare-list-button,
.item-box .product-item:hover .add-to-wishlist-button {
    right: 15px;
}

.item-box .product-item:hover .overlay-meta-wrap {
    left: 15px;
}

.item-box .picture img {
    transition: all 0.3s ease-in-out;
}

.item-box .product-item:hover .picture img {
    transform: scale(1.1);
}

.item-box .prices {
    letter-spacing: 0.1px;
}

.slick-slider .item-box .product-item {
    margin: 0 10px;
}

.product-grid .slick-slider {
    margin-left: -10px;
    margin-right: -10px;
}

    .product-grid .slick-slider .slick-arrow {
        width: 30px;
        height: 30px;
        background-color: var(--color-text);
        border-radius: 50%;
        z-index: 1;
    }

        .product-grid .slick-slider .slick-arrow::before {
            font-size: 16px;
        }

        .product-grid .slick-slider .slick-arrow:hover {
            background-color: var(--color-primary);
            color: var(--color-text);
        }

            .product-grid .slick-slider .slick-arrow:hover::before {
                color: var(--color-text);
            }

        .product-grid .slick-slider .slick-arrow.slick-prev,
        .product-grid .slick-slider .slick-arrow.slick-next {
            left: auto;
            top: -45px;
        }

            .product-grid .slick-slider .slick-arrow.slick-prev::before,
            .product-grid .slick-slider .slick-arrow.slick-next::before {
                color: #fff;
                font-family: var(--font-icon);
                opacity: 1;
            }

        .product-grid .slick-slider .slick-arrow.slick-prev {
            right: 60px;
        }

        .product-grid .slick-slider .slick-arrow.slick-next {
            right: 15px;
        }

        .product-grid .slick-slider .slick-arrow.slick-prev::before {
            content: '\e92f';
        }

        .product-grid .slick-slider .slick-arrow.slick-next::before {
            content: "\e930";
        }

/* HOMEPAGE NEWS SECTION */
.news-list-homepage {
    position: relative;
    margin-bottom: 0;
}

    .news-list-homepage .title,
    .home-page .testimonial-section .section-title {
        font-size: 22px;
        margin-bottom: 25px;
        text-align: left;
    }

    .news-list-homepage .news-items {
        display: grid;
        gap: 15px;
    }

    .news-list-homepage .news-item {
        padding: 15px;
        margin: 0;
        border: 1px solid var(--color-border);
        background-color: #fff;
    }

        .news-list-homepage .news-item .news-title {
            display: block;
            padding: 0 0 15px;
        }

        .news-list-homepage .news-item .news-date {
            background: none;
            padding-left: 0;
            padding-right: 0;
        }

    .news-list-homepage .news-body,
    .news-list-homepage .buttons {
        padding-left: 0;
        padding-right: 0;
        text-align: left;
    }

    .news-list-homepage .news-head {
        text-align: left;
    }

    .news-list-homepage .view-all {
        margin-top: 30px;
    }

        .news-list-homepage .view-all a {
            text-decoration: none;
            display: inline-block;
            padding: 15px 30px;
            background-color: var(--color-text);
            color: #fff;
            text-transform: uppercase;
            font-size: 14px;
            font-weight: 500;
            letter-spacing: 0.5px;
            border-radius: 6px;
        }

            .news-list-homepage .view-all a:hover,
            .news-list-homepage .view-all a:focus {
                background-color: var(--color-primary);
                color: var(--color-text);
                text-decoration: none;
            }

/* HOMEPAGE BRANDS */

.homepage-brands-section .title {
    font-size: 22px;
    margin-bottom: 25px;
    color: var(--color-text);
}

.homepage-brands-section .item-grid {
    gap: 40px 20px;
    grid-template-columns: repeat(2, 1fr);
}

    .homepage-brands-section .item-grid.slick-slider {
        display: block;
    }

.homepage-brands-section .item-box {
    text-align: center;
}

    .homepage-brands-section .item-box .picture {
        margin-bottom: 20px;
    }

    .homepage-brands-section .item-box .title {
        font-size: 16px;
        line-height: 1.3;
        font-weight: 600;
        margin-bottom: 0;
        transition: all 0.3s ease-in-out;
    }

    .homepage-brands-section .item-box .picture img {
        width: 100px;
        height: 40px;
        object-fit: contain;
        margin: auto;
        mix-blend-mode: multiply;
        filter: grayscale(1);
    }

    .homepage-brands-section .item-box:hover .title {
        color: var(--color-primary)
    }

    .homepage-brands-section .item-box:hover .picture img {
        filter: none;
    }

/* HOMEPAGE POLLS */
.home-page-polls {
    padding: 40px 0;
    text-align: center;
}

    .home-page-polls .title {
        margin-bottom: 15px;
    }

/* FOOTER SECTION */
footer.footer {
    /*max-width: 1430px;*/
    margin: 0 auto;
}

.footer {
    background-color: transparent;
}

.footer-upper {
    font-size: inherit;
}

.footer-feat-section .topic-block {
    margin: 0;
}

.footer-feat-item-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 30px;
    padding-top: 45px;
    padding-bottom: 45px;
    border-bottom: 1px solid var(--color-border);
}

.footer-feat-item {
    text-align: center;
}

    .footer-feat-item .feat-item__img img {
        width: 30px;
        transition: all .5s ease;
    }

.footer-feat-item-wrap .feat-item__desc h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
}

.footer-feat-item-wrap .feat-item__desc p {
    font-size: 14px;
    line-height: 1.3;
    color: var(--color-text);
}

.footer-feat-item:hover .feat-item__img img {
    transform: rotateY(180deg);
}

.newsletter-social-section {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #232f3e;
    color: #fff;
}

    .newsletter-social-section .container {
        display: grid;
        gap: 30px;
    }

    .newsletter-social-section .title {
        text-align: center;
        margin-bottom: 10px;
        color: #fff;
    }

    .newsletter-social-section .newsletter-subscribe {
        text-align: center;
    }

    .newsletter-social-section .newsletter-email {
        width: 100%;
        max-width: 500px;
    }

.newsletter-email input[type="email"] {
    width: calc(100% - 110px);
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    height: 45px;
    padding: 10px 15px;
    margin: 0;
    border: none;
}

.newsletter-email .newsletter-subscribe-button {
    width: 110px;
    height: 45px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    color: var(--color-text);
    font-weight: 600;
    border: none;
}

    .newsletter-email .newsletter-subscribe-button:hover,
    .newsletter-email .newsletter-subscribe-button:focus {
        background-color: var(--color-text);
        color: #fff;
    }

.newsletter-validation,
.newsletter-result {
    text-align: center;
    color: var(--color-primary);
    font-size: 14px;
}

.follow-us .social ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

.footer .topic-block {
    margin-bottom: 0;
}

.footer-upper > .container {
    display: grid;
    gap: 30px;
}

.footer-upper .footer-block {
    margin-bottom: 0;
}

.footer-block p {
    font-size: 14px;
    color: var(--color-text);
}

.footer-block .title {
    margin-bottom: 15px;
}

.footer-block .list {
    display: grid;
    gap: 20px;
}

    .footer-block .list li {
        padding: 0;
        color: var(--color-text);
    }

    .footer-block .list a {
        padding-top: 0;
        padding-bottom: 0;
    }

        .footer-block .list a:hover,
        .footer-block .list a:focus {
            color: var(--color-primary)
        }

.footer-contact a {
    text-decoration: none;
    font-weight: 600;
}

    .footer-contact a:hover,
    .footer-contact a:focus {
        color: var(--color-text);
    }

.footer-contact ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact li {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.3;
    color: var(--color-text);
}

    .footer-contact li:last-child {
        margin-bottom: 0;
    }

    .footer-contact li.footer-phone-text {
        position: relative;
        padding-left: 50px;
        line-height: 2;
    }

        .footer-contact li.footer-phone-text::before {
            content: "\e91c";
            font-family: var(--font-icon);
            position: absolute;
            top: 12px;
            left: 0;
            font-size: 37px;
            line-height: 1;
            color: var(--color-text);
        }

.footer-block.footer-app img {
    max-width: 120px;
}

.footer-lower {
    color: var(--color-text);
}

    .footer-lower > .container {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        justify-content: space-between;
    }

.footer-lower-menu {
    display: flex;
    align-items: center;
}

    .footer-lower-menu li a:hover,
    .footer-lower-menu li a:focus,
    .footer-powered-by a:hover,
    .footer-powered-by a:focus {
        color: var(--color-text);
        text-decoration: none;
    }

/* BAR NOTIFICATION */
.bar-notification-container {
    max-width: 350px;
    top: 20px;
    left: auto;
    right: 20px;
    z-index: 1100;
}

.bar-notification {
    padding: 15px 25px 15px 15px;
    line-height: 1.3;
    border-radius: 6px;
    background-color: var(--color-primary);
    color: var(--color-text);
}

    .bar-notification .content a {
        color: var(--color-text);
    }

    .bar-notification.success {
        background-color: var(--color-primary);
        color: var(--color-text);
    }

    .bar-notification .close {
        background: none;
        margin: 0;
        font-size: 22px;
        top: 5px;
    }

        .bar-notification .close::before {
            content: "\e936";
            font-family: var(--font-icon);
            color: var(--color-text)
        }

/* HOMEPAGE CARDS SECTION */
.card-item-wrap {
    display: grid;
    gap: 15px;
}

    .card-item-wrap .card-item {
        position: relative;
        overflow: hidden;
    }

        .card-item-wrap .card-item img {
            display: block;
            width: 100%;
            height: 230px;
            object-fit: cover;
            transition: all 0.3s ease-in-out;
        }

        .card-item-wrap .card-item:hover img {
            transform: scale(1.1);
        }

        .card-item-wrap .card-item .desc {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 15px;
            padding: 0 15px;
            max-width: 320px;
            color: var(--color-text);
        }

            .card-item-wrap .card-item .desc h2,
            .card-item-wrap .card-item .desc p {
                line-height: 1.3;
            }

                .card-item-wrap .card-item .desc h2,
                .card-item-wrap .card-item .desc p strong {
                    font-size: 22px;
                }

            .card-item-wrap .card-item .desc p {
                font-size: 16px;
                font-weight: 500;
            }


/* DEALS SECTION */
.product-grid.top-deals-section {
    position: relative;
    max-width: none;
    margin: 0;
}

    .product-grid.top-deals-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: -150%;
        width: 300%;
        height: 100%;
        background-color: #f5f5f5;
        z-index: -1;
    }

    .product-grid.top-deals-section .title-section {
        display: grid;
        text-align: center;
        justify-content: center;
        gap: 15px;
        padding-bottom: 0;
        margin-bottom: 40px;
        border-bottom: none;
    }

    .product-grid.top-deals-section .section-title {
        margin-bottom: 0;
        font-weight: 700;
        color: var(--color-text);
    }

    .product-grid.top-deals-section .item-grid {
        grid-template-columns: repeat(2, 1fr);
        padding: 0;
    }

    .product-grid.top-deals-section .remaining-time .time-display {
        display: flex;
        justify-content: center;
    }

    .product-grid.top-deals-section .remaining-time .time-display-item {
        display: flex;
        padding: 5px;
        border-radius: 6px;
        background-color: var(--color-primary);
        color: var(--color-text);
        text-align: center;
        padding: 10px;
        font-size: 14px;
        gap: 5px;
        line-height: 1;
        min-width: 65px;
        justify-content: center;
        font-weight: 600;
    }

        .product-grid.top-deals-section .remaining-time .time-display-item span {
            color: var(--color-text);
            display: block;
        }

    .product-grid.top-deals-section .item-box .product-item {
        display: grid;
        align-items: center;
        gap: 15px;
        background-color: #fff;
        padding: 15px;
    }

    .product-grid.top-deals-section .item-box .picture {
        margin-bottom: 0;
    }

    .product-grid.top-deals-section .brand-title {
        position: static;
        font-weight: 600;
        margin-bottom: 10px;
        font-size: 12px;
    }

    .product-grid.top-deals-section .item-box .product-title {
        height: auto;
        font-size: 16px;
    }

    .product-grid.top-deals-section .item-box .details {
        padding-top: 0;
    }

    .product-grid.top-deals-section .item-box .product-item .buttons {
        grid-column: 2/-1;
    }

    .product-grid.top-deals-section .item-box .add-to-compare-list-button,
    .product-grid.top-deals-section .item-box .add-to-wishlist-button {
        background-color: var(--color-text);
        border-radius: 0;
    }

    .product-grid.top-deals-section .item-box .add-to-wishlist-button {
        top: 15px;
    }

    .product-grid.top-deals-section .item-box .add-to-compare-list-button {
        top: 60px;
    }

    .product-grid.top-deals-section .item-box:hover .add-to-compare-list-button,
    .product-grid.top-deals-section .item-box:hover .add-to-wishlist-button {
        right: 15px;
    }

    .product-grid.top-deals-section .item-box .add-to-compare-list-button::before {
        font-family: var(--font-icon);
    }

    .product-grid.top-deals-section .item-box .prices {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 10px 5px;
    }

    .product-grid.top-deals-section .item-box .old-price {
        font-size: 12px;
    }

    .product-grid.top-deals-section .item-box .prices .percentage-off {
        background-color: var(--color-primary);
        color: var(--color-text);
        font-size: 10px;
        padding: 5px 8px;
        line-height: 1;
    }

    .product-grid.top-deals-section .item-box .product-box-add-to-cart-button {
        position: static;
        opacity: 1;
        visibility: visible;
        pointer-events: initial;
        top: 190px;
        margin: 0;
        width: 100%;
    }

        .product-grid.top-deals-section .item-box .product-box-add-to-cart-button:hover {
            background-color: var(--color-primary);
            color: var(--color-text);
        }

    .product-grid.top-deals-section .item-box .add-to-compare-list-button:hover,
    .product-grid.top-deals-section .item-box .add-to-wishlist-button:hover,
    .product-grid.top-deals-section .item-box .add-to-compare-list-button:focus,
    .product-grid.top-deals-section .item-box .add-to-wishlist-button:focus {
        background-color: var(--color-primary);
    }

    .product-grid.top-deals-section .view-all-btn-wrap {
        display: none;
    }

        .product-grid.top-deals-section .view-all-btn-wrap a::after {
            transition: none;
        }

        .product-grid.top-deals-section .view-all-btn-wrap:hover a {
            color: var(--color-primary);
        }

            .product-grid.top-deals-section .view-all-btn-wrap:hover a::after {
                background-color: var(--color-primary);
                transition: none;
            }

    .product-grid.top-deals-section .sold-bar-wrap .sold-bar__sold-bg {
        background-color: var(--color-primary);
    }

/* DEALS LIST PAGE */
.deals-page {
    padding-top: 20px;
}

    .deals-page .center-2,
    .deals-page .center-2 .product-grid {
        margin-bottom: 0;
    }

/* BEST SELLERS SECTION */
.product-grid.bestsellers {
    position: relative;
    max-width: none;
    margin: 0;
}

    .product-grid.bestsellers .item-box .product-item {
        background-color: #fff;
    }

/* TESTIMONIAL SECTION */
.home-page .testimonial-section {
    padding-bottom: 0;
}

    .home-page .testimonial-section .section-title {
        font-size: 22px;
        line-height: 1.2;
        font-weight: 700;
        margin-bottom: 25px;
        padding-bottom: 0;
        color: var(--color-text);
        border: none;
    }

    .home-page .testimonial-section .testimonial-slider {
        margin-top: 0;
    }

.testimonial-section .testimonial-item > .content {
    position: relative;
    margin: 0;
    padding: 80px 30px 30px;
    border: 1px solid var(--color-border);
    background-color: #f5f5f5;
    text-align: left;
    box-shadow: none;
    border-radius: 0;
}

    .testimonial-section .testimonial-item > .content::before {
        content: "";
        position: absolute;
        top: 30px;
        left: 50px;
        width: 40px;
        height: 35px;
        background-image: url('../images/quote-icon.webp');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

.testimonial-section .testimonial-item__title {
    font-size: 22px;
}

.testimonial-section .testimonial-item__desc-wrap {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

    .testimonial-section .testimonial-item__desc-wrap p {
        font-size: 16px;
        color: var(--color-text);
    }

.testimonial-section .testimonial-item .details {
    display: grid;
    gap: 15px;
}

.testimonial-section .testimonial-item .testimonial-item__img {
    margin-left: 0;
    margin-bottom: 20px;
}

.testimonial-section .testimonial-item .testimonial-item__meta-details {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px 10px;
}

    .testimonial-section .testimonial-item .testimonial-item__meta-details .author {
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 0;
        order: 2;
    }

    .testimonial-section .testimonial-item .testimonial-item__meta-details .designation {
        position: relative;
        font-size: 18px;
        padding-left: 18px;
        order: 3;
    }

        .testimonial-section .testimonial-item .testimonial-item__meta-details .designation::before {
            content: '-';
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
        }

.testimonial-section .testimonial-item .product-rating-box {
    order: 1;
    width: 100%;
}

.testimonial-section .testimonial-item .rating {
    width: 95px;
    height: 14px;
    background-image: url('../images/rating1.png');
    margin: 0;
}

    .testimonial-section .testimonial-item .rating div {
        height: 16px;
    }

    .testimonial-section .testimonial-item .rating .rate {
        background-image: url('../images/rating2.png');
    }

.testimonial-section .testimonial-item .rating-score {
    display: none;
}

    .testimonial-section .testimonial-item .rating-score .value,
    .testimonial-section .testimonial-slider .slick-dots li button:before {
        background-color: var(--color-primary);
    }

.testimonial-section .slick-slider {
    margin-left: -20px;
    margin-right: -20px;
}

.testimonial-section .slick-slide > div {
    margin: 0 20px;
}

.home-page .testimonial-section .slick-dots {
    bottom: -60px;
}

.home-page .testimonial-section .add-btn-wrap a {
    text-decoration: none;
    display: inline-block;
    padding: 15px 30px;
    background-color: var(--color-text);
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .5px;
    border-radius: 6px;
}

    .home-page .testimonial-section .add-btn-wrap a:hover,
    .home-page .testimonial-section .add-btn-wrap a:focus {
        background-color: var(--color-primary);
        color: var(--color-text);
    }

/* PRODUCT DETAIL PAGE */

.product-details-page .product-grid:last-child {
    margin-bottom: 0;
}

.product-collateral::after {
    content: '';
    display: table;
    clear: both;
}

.product-details-page .overview {
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0 3px 15px 0 rgb(4 30 66 / 10%);
}

.product-details-page .overview-top-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px
}

.product-details-page .manufacturers,
.product-details-page .additional-details,
.product-details-page .product-no-reviews,
.product-details-page .product-review-box,
.product-details-page .product-reviews-overview {
    margin: 0;
}

.product-details-page .product-reviews-overview {
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .product-details-page .product-reviews-overview a {
        text-decoration: none;
    }

        .product-details-page .product-reviews-overview a:hover {
            color: var(--color-primary);
        }

.product-details-page .manufacturers .label {
    display: none;
}

.product-details-page .manufacturers .value,
.product-details-page .additional-details {
    color: #626974;
    font-weight: 600;
    text-transform: uppercase;
    border-right: 1px solid #eaeaea;
    padding-right: 15px;
}

    .product-details-page .manufacturers .value a {
        color: inherit;
        text-decoration: none;
    }

    .product-details-page .manufacturers .value:hover {
        color: var(--color-primary);
    }

    .product-details-page .additional-details,
    .product-details-page .additional-details div {
        margin-bottom: 0;
    }

.product-details-page .overview .product-name {
    padding-bottom: 20px;
}

.product-details-page .product-name h1 {
    font-weight: 600;
}

.product-details-page .overview .prices,
.product-details-page .variant-overview .prices {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 20px;
}

.product-details-page .prices .product-price {
    order: 1;
    font-size: 26px;
}

.product-details-page .prices .old-product-price {
    order: 2;
    color: #626974;
}

.product-details-page .prices > div {
    margin: 0;
}

.product-details-page .prices .label,
.product-details-page .prices label {
    display: none;
}

.product-details-page .add-to-cart .qty-input,
.product-details-page .add-to-cart .add-to-cart-button {
    border-radius: 6px;
}

.product-details-page .add-to-cart .qty-input {
    margin-right: 15px;
}

.product-details-page .add-to-cart .add-to-cart-button {
    font-weight: 600;
}

.product-details-page .section-title,
.faqs-section .faq-nop-title {
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 26px;
}

.product-details-page .full-description .section-title {
    font-size: 26px;
}

.product-details-page .full-description .desc p {
    line-height: 1.7;
}

.product-details-page .full-description .desc :where(h2, h3, h4, h5, h6, p) {
    margin: 15px 0;
}

.product-details-page .full-description .desc h2 + :where(p, h3, h4, h5, h6) {
    margin-top: 20px;
}

.product-details-page .full-description .desc p + :where(h2, h3, h4, h5, h6),
.product-details-page .full-description .desc ul + :where(h2, h3, h4, h5, h6),
.product-details-page .full-description .desc ol + :where(h2, h3, h4, h5, h6) {
    margin-top: 30px;
}

.product-details-page .full-description .desc h2 {
    font-size: 22px;
}

.product-details-page .full-description .desc :where(h3, h4) {
    font-size: 20px;
}

.product-details-page .full-description .desc :where(h5, h6) {
    font-size: 18px;
}

.product-details-page .full-description .desc :where(ul, ol) {
    margin-bottom: 20px;
}

.product-details-page .product-specs-box .data-table tr.hidden-row {
    height: auto;
}

    .product-details-page .product-specs-box .data-table tr.hidden-row th > span {
        position: static;
        height: auto;
        width: auto;
    }

    .product-details-page .product-specs-box th,
    .product-details-page .product-specs-box .data-table tr.hidden-row th,
    .product-details-page .product-specs-box td {
        padding: 22px;
        border: none;
    }

.product-details-page .product-specs-box thead th,
.product-details-page .product-specs-box tr.spec-header td {
    background-color: #eaeaea;
    font-weight: 600;
    color: var(--color-text);
}

.product-details-page .product-specs-box tr.odd td {
    background-color: #f3f5f6;
}

.product-details-page .video-gallery {
    margin: 0 0 40px;
    padding: 0 0 40px;
    border-bottom: 1px solid #ddd;
}

    .product-details-page .video-gallery .video-thumbs {
        display: grid;
        gap: 15px;
    }

        .product-details-page .video-gallery .video-thumbs .thumb-item {
            margin: 0;
            width: 100%;
            height: 250px;
        }

.picture-gallery .picture-thumbs {
    padding-left: 40px;
    padding-right: 40px;
}

    .picture-gallery .picture-thumbs .thumb-item {
        margin: 0;
    }

        .picture-gallery .picture-thumbs .thumb-item > img {
            position: static;
            width: 100px;
            height: 100px;
            object-fit: contain;
            padding: 10px;
            border: 1px solid var(--color-border);
            border-radius: 6px;
        }

    .picture-gallery .picture-thumbs .slick-arrow {
        width: 25px;
        height: 25px;
        background-color: var(--color-text);
        color: #fff;
        border-radius: 50%;
        z-index: 2;
    }

        .picture-gallery .picture-thumbs .slick-arrow::before {
            font-size: 18px;
            font-family: var(--font-icon);
        }

    .picture-gallery .picture-thumbs .slick-prev {
        left: 0;
    }

    .picture-gallery .picture-thumbs .slick-next {
        right: 0;
    }


    .picture-gallery .picture-thumbs .slick-prev::before {
        content: '\e92f';
    }

    .picture-gallery .picture-thumbs .slick-next::before {
        content: '\e930';
    }

.product-details-page .product-collateral {
    margin-bottom: 0;
}

.product-details-page .overview-buttons {
    margin-top: 30px;
}

    .product-details-page .overview-buttons > div {
        border-right: 1px solid #ddd;
    }

        .product-details-page .overview-buttons > div:last-child {
            border: none;
        }

.product-details-page .overview .button-2,
.product-details-page .variant-overview .button-2 {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
}

/* RELATED PRODUCTS */
.related-products-grid {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid var(--color-border);
}

.also-purchased-products-grid {
    padding: 0;
    margin: 0;
}

    .product-grid.bestsellers .slick-track,
    .related-products-grid .slick-track,
    .also-purchased-products-grid .slick-track {
        margin-left: 0;
    }

/* SIDEBAR */
.side-2 .block {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    min-height: 50px;
    margin-bottom: 15px;
    text-align: left;
    border: 1px solid var(--color-border);
    border-radius: 6px;
    overflow: hidden;
}

    .side-2 .block .title,
    .side-2 .product-filter .filter-title {
        padding: 15px 20px;
        margin: 0;
        background-color: #f6f6f6;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 16px;
        border: none;
    }

    .side-2 .block .listbox {
        padding: 15px 20px;
    }

.side-2 .product-filter .filter-content {
    padding: 15px 20px;
    margin: 0;
}

.side-2 .block-recently-viewed-products .list li {
    padding: 0;
    display: flex;
    gap: 10px;
    align-items: center;
}

.side-2 .block-recently-viewed-products .product-picture {
    margin: 0;
}

    .side-2 .block-recently-viewed-products .product-picture img {
        width: 100%;
    }

.side-2 .block-recently-viewed-products .product-name {
    font-size: 14px;
}

.side-2 .block .view-all a {
    background-color: var(--color-text);
    color: #fff;
    font-size: 12px;
    line-height: 1;
}

    .side-2 .block .view-all a:hover,
    .side-2 .block .view-all a:focus {
        background-color: var(--color-primary);
        color: var(--color-text);
        text-decoration: none;
    }

#price-range-slider {
    height: 2px;
    margin: 10px 8px 20px;
}

    #price-range-slider .ui-slider-handle {
        width: 14px;
        height: 14px;
        top: -7px;
        height: 14px;
        border-radius: 50%;
        border: 2px solid var(--color-text);
        background-color: var(--color-text)
    }

/* LOGIN PAGE */
.page.login-page {
    padding-top: 40px;
}

.login-page .page-title {
    text-align: center;
    border: none;
}

.login-page .title {
    text-align: center;
    margin-bottom: 0;
    font-weight: 600;
}

.login-page .customer-blocks {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.login-page .new-wrapper {
    width: 100%;
    float: none;
}

.login-page .checkout-as-guest-or-register-block {
    margin-top: 20px;
}

.login-page .returning-wrapper {
    width: 100%;
    float: none;
    margin: 0;
    padding: 50px;
    background-color: #f9f9f9;
}

    .login-page .returning-wrapper .form-fields {
        border: none;
    }

    .login-page .returning-wrapper .inputs {
        margin-bottom: 25px;
    }

        .login-page .returning-wrapper .inputs label {
            width: 100%;
            display: block;
            margin: 0 0 15px;
            float: none;
            text-align: left;
        }

        .login-page .returning-wrapper .inputs input {
            width: 100%;
            margin: 0;
            float: none;
        }

    .login-page .returning-wrapper .buttons {
        margin: 0;
        padding: 0;
        background: none;
    }

.login-page .new-wrapper .button-1 {
    margin: 0;
}

.login-page .register-guest-btn-wrap {
    margin-top: 80px;
    text-align: center;
}

    .login-page .register-guest-btn-wrap p {
        font-size: 14px;
        color: var(--color-text);
    }

    .login-page .register-guest-btn-wrap .register-block {
        margin-top: 25px;
    }

.login-page .topic-block {
    text-align: center;
}

/* REGISTER PAGE */
.registration-page {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
}

    .registration-page .page-title {
        border: none;
        padding-top: 0;
        padding-bottom: 40px;
        margin: 0;
        text-align: center;
    }

    .registration-page .fieldset .title {
        padding: 20px 15px;
        margin: 0;
        text-align: center;
        background-color: #eee;
        font-size: 18px;
        line-height: 1;
    }

    .registration-page form .form-fields {
        border: 0;
        padding: 25px;
    }

    .registration-page form .inputs label {
        display: block;
        text-align: left;
        margin: 0 0 5px;
        width: 100%;
        font-weight: 500
    }

    .registration-page .fieldset {
        margin-bottom: 30px;
    }

        .registration-page .fieldset input {
            width: 100%
        }

        .registration-page .fieldset label[for="Newsletter"] {
            width: auto;
            display: inline-block;
            margin: 0
        }

        .registration-page .fieldset input#Newsletter {
            width: auto;
            float: left;
            margin-right: 10px
        }

        .registration-page .fieldset input[type="radio"] {
            width: auto
        }

    .registration-page form .buttons {
        text-align: center
    }

/* AJAXCART CSS */
.productAddedToCartWindow .productAddedToCartWindowTitle {
    font-size: 25px;
}

.productAddedToCartWindow .product-name {
    font-weight: 500;
}

.productAddedToCartWindow .popupCartItems-wrap .quantity-product-wrapper .quantity-number .button-minus {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.productAddedToCartWindow .popupCartItems-wrap .quantity-product-wrapper .quantity-number .button-plus {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.nopAjaxCartSidebar .productAddedToCartWindow .progress {
    background: #ddd;
}

    .nopAjaxCartSidebar .productAddedToCartWindow .progress > .progress-bar,
    .nopAjaxCartSidebar .productAddedToCartWindow .progress > .progress-bar.full-bar {
        background: repeating-linear-gradient(to right, #fad201 0%, #fad201 50%, #fad201 100%);
    }

.nopAjaxCartSidebar .productAddedToCartWindow .full-bar-text p.text {
    color: var(--color-text);
}

.nopAjaxCartSidebar .productAddedToCartWindow .full-bar-text .truck-c {
    fill: var(--color-text);
}

.popup-bottom-content-wrap .productAddedToCartWindowSummary {
    display: grid;
    justify-content: stretch;
}

.productAddedToCartWindowSummary button.checkout-button,
.productAddedToCartWindowSummary button.cart-button,
.productAddedToCartWindowSummary button.productAddedToCartWindowCheckout,
.productAddedToCartWindowSummary button.continueShoppingLink {
    border-radius: 6px;
}

.productAddedToCartWindowSummary button.continueShoppingLink {
    background-color: var(--color-primary);
    color: var(--color-text);
}

.productAddedToCartWindowSummary button.cart-button,
.productAddedToCartWindowSummary button.productAddedToCartWindowCheckout {
    background-color: var(--color-text);
}

    .productAddedToCartWindowSummary button.cart-button:hover,
    .productAddedToCartWindowSummary button.productAddedToCartWindowCheckout:hover {
        background-color: var(--color-text);
    }

.productAddedToCartWindowSummary button.continueShoppingLink:hover {
    background-color: var(--color-text);
    color: #fff;
}

.productAddedToCartWindow .remove-button-wrap .remove-button {
    background: none;
}

    .productAddedToCartWindow .remove-button-wrap .remove-button::before {
        content: "\e904";
        font-family: var(--font-icon);
    }

    .productAddedToCartWindow .remove-button-wrap .remove-button:hover {
        color: #f00;
    }

/* CART PAGE */

.cart td.quantity input {
    border-radius: 6px;
}

.shopping-cart-page {
    padding-top: 20px;
}

    .shopping-cart-page .page-title {
        padding-top: 0;
        text-align: center;
        border: none;
    }

        .shopping-cart-page .page-title::after {
            display: none;
        }

    .shopping-cart-page .cart-footer {
        border: none;
    }

        .shopping-cart-page .cart-footer .cart-collaterals .deals {
            width: 100%;
            float: none;
        }

    .shopping-cart-page .cart-collaterals .title {
        font-weight: 600;
    }

    .shopping-cart-page .common-buttons button,
    .shopping-cart-page .common-buttons .estimate-shipping-button,
    .cart-footer .checkout-button {
        font-weight: 500;
        letter-spacing: 0.5px;
        border-radius: 6px;
    }

.cart-footer .checkout-button {
    background-color: var(--color-text);
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

    .cart-footer .checkout-button:hover,
    .cart-footer .checkout-button:focus {
        background-color: var(--color-primary);
        color: var(--color-text);
    }

.shopping-cart-page .common-buttons {
    background-color: transparent;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-right: 0;
    padding-left: 0;
}

    .shopping-cart-page .common-buttons button,
    .shopping-cart-page .common-buttons .estimate-shipping-button {
        margin: 0 0 0 15px;
    }

.shopping-cart-page .table-wrapper,
.order-summary-content .table-wrapper {
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #ddd;
    border-bottom: 0;
}

.shopping-cart-page .cart th,
.shopping-cart-page .cart td,
.order-summary-content .cart th,
.order-summary-content .cart td {
    border: none;
}

.shopping-cart-page .cart th,
.order-summary-content .cart th {
    padding: 20px 30px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
}

.shopping-cart-page .cart td,
.order-summary-content .cart td {
    border-bottom: 1px solid #ddd;
    background: none;
    min-width: 160px;
    padding: 20px 10px;
}

    .shopping-cart-page .cart td.product label,
    .order-summary-content .cart td.product label {
        display: inline-block;
        font-weight: 600;
    }

    .shopping-cart-page .cart td.product,
    .order-summary-content .cart td.product {
        font-size: 14px;
    }

        .shopping-cart-page .cart td.product .attributes,
        .order-summary-content .cart td.product .attributes {
            margin: 0;
        }

.cart .remove-from-cart .remove-btn,
.order-summary-content .cart .remove-from-cart .remove-btn {
    position: relative;
    border: 0;
    background: none
}

    .cart .remove-from-cart .remove-btn::before,
    .order-summary-content .cart .remove-from-cart .remove-btn::before {
        content: "\e904";
        font-family: var(--font-icon);
        font-size: 20px
    }

    .cart .remove-from-cart .remove-btn:hover::before,
    .order-summary-content .cart .remove-from-cart .remove-btn:hover::before {
        color: #f00
    }

.shopping-cart-page .cart td.quantity .button-2 {
    width: 36px;
    height: 36px;
    border: 1px solid var(--color-border);
    border-radius: 6px;
    float: left;
    background-color: transparent;
}

    .shopping-cart-page .cart td.quantity .button-2:hover {
        background-color: var(--color-border);
    }

    .shopping-cart-page .cart td.quantity .button-2.button-minus {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-right: 0;
    }

    .shopping-cart-page .cart td.quantity .button-2.button-plus {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-left: 0;
    }

.shopping-cart-page .cart td.quantity .qty-input {
    float: left;
    border-radius: 0;
}

.cart-total .order-total {
    font-weight: 700;
    color: var(--color-text);
}

.cart-collaterals .coupon-code {
    display: flex;
    gap: 10px;
}

    .cart-collaterals .coupon-code input[type="text"],
    .cart-collaterals .coupon-code button[type="submit"] {
        border-radius: 6px;
    }

    .cart-collaterals .coupon-code button[type="submit"] {
        font-weight: 500;
        letter-spacing: .5px;
        padding: 5px;
        font-size: 14px;
        text-transform: capitalize;
        line-height: 1;
    }

.terms-of-service a {
    font-weight: 700;
    color: var(--color-text);
}

    .terms-of-service a:hover,
    .terms-of-service a:focus {
        color: var(--color-primary);
    }

.checkout-attributes input[type="text"],
.checkout-attributes select {
    border-radius: 6px;
}

.shopping-cart-page .checkout-attributes-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

    .shopping-cart-page .checkout-attributes-wrap .checkout-attributes,
    .shopping-cart-page .checkout-attributes-wrap .selected-checkout-attributes {
        margin: 0;
        float: none;
        max-width: none;
    }

        .shopping-cart-page .checkout-attributes-wrap .checkout-attributes,
        .shopping-cart-page .checkout-attributes-wrap .checkout-attributes dl {
            display: flex;
            flex-wrap: wrap;
        }

            .shopping-cart-page .checkout-attributes-wrap .checkout-attributes dt {
                display: flex;
                align-items: center;
                gap: 5px;
                margin: 0 10px 0 0;
            }

                .shopping-cart-page .checkout-attributes-wrap .checkout-attributes dt .required {
                    margin: 0;
                }

            .shopping-cart-page .checkout-attributes-wrap .checkout-attributes dd {
                margin: 0;
            }

/* CHECKOUT PAGE */
.payment-method .payment-details .payment-description {
    margin-top: 10px;
}

.opc .buttons .please-wait {
    width: 100%;
}

.opc #shipping-buttons-container,
.opc #shipping-method-buttons-container,
.opc #payment-method-buttons-container,
.opc #payment-info-buttons-container,
.opc #confirm-order-buttons-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

    .opc #shipping-buttons-container .back-link,
    .opc #shipping-method-buttons-container .back-link,
    .opc #payment-method-buttons-container .back-link,
    .opc #payment-info-buttons-container .back-link,
    .opc #confirm-order-buttons-container .back-link {
        margin: 0;
    }

        .opc #shipping-buttons-container .back-link a,
        .opc #shipping-method-buttons-container .back-link a,
        .opc #payment-method-buttons-container .back-link a,
        .opc #payment-info-buttons-container .back-link a,
        .opc #confirm-order-buttons-container .back-link a {
            display: inline-block;
            background-image: none;
            padding: 10px 20px;
            margin: 0;
            background-color: var(--color-primary);
            color: var(--color-text);
            text-transform: uppercase;
            font-size: 15px;
            font-weight: 500;
            border-radius: 6px;
        }

            .opc #shipping-buttons-container .back-link a:hover,
            .opc #shipping-method-buttons-container .back-link a:hover,
            .opc #payment-method-buttons-container .back-link a:hover,
            .opc #payment-info-buttons-container .back-link a:hover,
            .opc #confirm-order-buttons-container .back-link a:hover {
                background-color: var(--color-text);
                color: #fff;
            }

.opc #confirm-order-buttons-container {
    justify-content: space-between;
    margin-top: 30px;
}


.order-completed .title,
.order-completed .buttons {
    text-align: center;
}

/* WISHLIST PAGE */
.wishlist-page {
    margin-bottom: 0;
}

.wishlist-content .buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.wishlist-content .button-2 {
    border-radius: 6px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
}

/* EMAIL A FRIEND PAGE */
.email-a-friend-page .page-title {
    margin-bottom: 20px;
}

.email-a-friend-page .page-body form {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

    .email-a-friend-page .page-body form .form-fields {
        border: none;
    }

    .email-a-friend-page .page-body form .inputs label {
        width: 165px;
    }

    .email-a-friend-page .page-body form .buttons {
        text-align: center;
        margin-bottom: 0;
        border-radius: 6px;
    }

.email-a-friend-page .page-body .result {
    text-align: center;
}


/* CONTACT US PAGE */
.contact-map-wrap {
    margin-top: 40px;
}

.contact-form-content-wrap {
    display: grid;
    gap: 15px;
    margin-top: 50px;
}

.contact-page .topic-block {
    margin-top: 0;
    margin-bottom: 0;
}

.contact-page form .form-fields {
    border: 0;
    padding: 30px
}

.contact-page form .inputs label {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    text-align: left
}

.contact-page form .inputs input,
.contact-page form .inputs textarea {
    width: 100%;
    float: none
}

.html-contact-page .contact-page .buttons button {
    border-radius: 6px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

/* SEARCH PAGE */
.search-page .page-title {
    margin: 0;
    padding-top: 0;
    padding-bottom: 30px;
}

.search-input .fieldset {
    margin: 0 0 30px
}

.search-input .form-fields {
    padding: 30px 15px 10px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    border: 0
}

    .search-input .form-fields .inputs {
        display: grid;
        justify-content: center;
    }

        .search-input .form-fields .inputs.reversed {
            display: block;
        }

    .search-input .form-fields label {
        width: 100%;
        margin-right: 0;
        text-align: center;
        margin-bottom: 10px;
    }

.search-input input + label {
    display: inline;
    margin: 0 0 0 5px
}

/* PROUDCT REVIEWS PAGE */
.product-reviews-page h1 a {
    color: var(--color-text);
}

    .product-reviews-page h1 a:hover,
    .product-reviews-page h1 a:focus {
        color: var(--color-text);
    }

.product-reviews-page .write-review {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.product-reviews-page .title {
    text-align: center;
}

.product-reviews-page .form-fields {
    padding: 30px;
    border: none;
}

    .product-reviews-page .form-fields .inputs label {
        width: 100%;
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
        text-align: left;
    }

    .product-reviews-page .form-fields .inputs input,
    .product-reviews-page .form-fields .inputs textarea {
        width: 100%;
        border-radius: 6px;
    }

.product-reviews-page .write-review .review-rating div.name-description {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    text-align: left;
}

.product-reviews-page .write-review .rating-wrapper {
    margin-left: 0;
}

.product-reviews-page .write-review .button-1 {
    background-color: var(--color-text);
    color: #fff;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

    .product-reviews-page .write-review .button-1:hover {
        background-color: var(--color-primary);
        color: var(--color-text);
    }

/* FAQ SECTION */
.product-details-page .faqs-section {
    padding: 0;
    margin-bottom: 60px;
    background: none;
}

.faqs-section .faq-nop-title {
    text-align: left;
    border-bottom: none;
}

.faqs-section .container {
    padding-left: 0;
    padding-right: 0;
}

.faqs-section .faq-item-wrap {
    display: block;
}

    .faqs-section .faq-item-wrap .faq-item {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 30px;
        border-bottom: 1px solid var(--color-border);
    }

    .faqs-section .faq-item-wrap .faq-title {
        background: none;
        line-height: 1.4;
        padding: 0 40px 0 0;
    }

        .faqs-section .faq-item-wrap .faq-title::before {
            right: 10px;
        }

        .faqs-section .faq-item-wrap .faq-title::before {
            top: 0;
        }

    .faqs-section .faq-item-wrap .faq-item .answer {
        padding: 20px 0 10px;
        box-shadow: none;
    }

    .faqs-section .faq-item-wrap .faq-item.expand .faq-title,
    .faqs-section .faq-item-wrap .faq-title:hover {
        background: none;
        color: var(--color-text);
    }

    .faqs-section .faq-item-wrap .faq-item:hover .faq-title,
    .faqs-section .faq-item-wrap .faq-item.expand .faq-title {
        font-weight: 700;
    }

    .faqs-section .faq-item-wrap .faq-item .answer ul,
    .faqs-section .faq-item-wrap .faq-item .answer ol {
        list-style-position: inside;
        margin-top: 15px;
        margin-left: 20px;
    }

    .faqs-section .faq-item-wrap .faq-item .answer ul {
        list-style-type: disc;
    }

    .faqs-section .faq-item-wrap .faq-item .answer ol {
        list-style-type: decimal;
    }

/* BLOG/NEWS PAGE */
.html-blog-page .master-column-wrapper,
.html-news-list-page .master-column-wrapper {
    padding-top: 20px;
}

.blog-page .page-title,
.news-list-page .page-title {
    padding-top: 0;
    padding-bottom: 30px;
}

.blog-page .post,
.news-items .news-item {
    border: 1px solid var(--color-border);
    padding: 20px;
}

.blog-page .post-title,
.news-list-page .news-title {
    padding: 0 0 15px;
    width: 100%;
}

.blog-page .post-body,
.news-list-page .news-body {
    padding-left: 0;
    padding-right: 0;
}

.blog-page .tags a,
.blogpost-page .tags a {
    color: var(--color-text);
    font-weight: 500;
}

.blog-posts .buttons .read-more,
.news-items .buttons .read-more,
.new-comment .button-1 {
    font-weight: 500;
    letter-spacing: 0.5px;
    border-radius: 6px;
}

/* MY ACCOUNT PAGE */
.account-page .fieldset input,
.account-page .fieldset select,
.account-page .fieldset textarea {
    border-radius: 6px;
}

/* APPLY VENDOR PAGE */
.apply-vendor-page .page-body {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

    .apply-vendor-page .page-body .topic-block-body p {
        text-align: center;
    }

.apply-vendor-page .form-fields {
    padding: 30px;
    border: none;
}

    .apply-vendor-page .form-fields .inputs {
        display: grid;
        gap: 10px;
        padding-right: 10px;
    }

        .apply-vendor-page .form-fields .inputs .required {
            position: absolute;
            top: 25px;
            right: 0;
        }

    .apply-vendor-page .form-fields label,
    .apply-vendor-page .form-fields textarea,
    .apply-vendor-page .form-fields input {
        width: 100%;
        text-align: left;
        margin-right: 20px;
    }

/* DEFAULT TOPIC PAGE */
.html-topic-page .topic-page .page-body h2,
.html-topic-page .topic-page .page-body h3,
.html-topic-page .topic-page .page-body h4,
.html-topic-page .topic-page .page-body h5,
.html-topic-page .topic-page .page-body h6,
.html-topic-page .topic-page .page-body p {
    margin-bottom: 1rem;
}

.html-topic-page .topic-page .page-body p {
    margin-bottom: 1.5rem;
    line-height: 2;
}

.html-topic-page .topic-page .page-body ul,
.html-topic-page .topic-page .page-body ol {
    margin-bottom: 1.5rem;
}

.html-topic-page .topic-page .page-body li {
    margin: 1rem 0;
}

/* MANUFACTURE PAGE */
.manufacturer-grid .item-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
}

.manufacturer-grid .item-box {
    position: relative;
    padding: 25px;
}

.manufacturer-grid .picture {
    border: none;
}

    .manufacturer-grid .picture img {
        width: 80px;
        height: 30px;
        object-fit: contain;
        margin: auto;
    }

.manufacturer-grid .item-box .title {
    margin-bottom: 0;
}

    .manufacturer-grid .item-box .title a::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/* RESPONSIVE CSS */
@media screen and (min-width: 481px) {

    .manufacturer-grid .item-grid,
    .homepage-brands-section .item-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (min-width: 641px) {

    /* HOMEPAGE SECTIONS */
    .home-page-product-grid {
        margin: 0;
    }

    .home-page-category-grid {
        padding: 30px 0;
        margin: 30px 0 0;
    }

    .homepage-brands-section .item-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .newsletter-social-section .container {
        grid-template-columns: repeat(2, 1fr);
    }

    .newsletter-social-section .title {
        margin-bottom: 15px;
        font-size: 20px;
    }

    .footer-upper > .container {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-block .title {
        font-size: 20px;
        margin-bottom: 25px;
    }

    /* SWIFT SLIDER */
    .primary-hero-section .slider-container .slide-description {
        padding: 30px;
        max-width: 400px;
    }

    .primary-hero-section .slide-description h1,
    .primary-hero-section .slide-description h2 {
        font-size: 32px;
    }

    /* HOMEPAGE PRODUCT GRID */
    .product-grid .item-box .picture img,
    .home-page-product-grid .item-box .picture img,
    .top-deals-section .item-box .picture img {
        width: 220px;
        height: 220px;
    }

    /* HOMEPAGE CARDS SECTION */
    .card-item-wrap {
        grid-template-columns: repeat(2, 1fr);
    }

    /* VIDEOS SECTION */
    .product-details-page .video-gallery .video-thumbs {
        grid-template-columns: repeat(2, 1fr);
    }

    /* DEALS SECTION */
    .product-grid.top-deals-section .item-box .product-item {
        grid-template-columns: repeat(2, 1fr);
    }

    .product-grid.top-deals-section .title-section {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

@media screen and (min-width: 769px) {
    .header-upper {
        padding-top: 15px;
        padding-bottom: 15px;
    }

        .header-upper > .container {
            display: grid;
            grid-template-columns: repeat(12, 1fr);
            align-items: center;
        }

        .header-upper .header-upper-nav {
            grid-column: 1/4;
            grid-row: 1/-1;
            font-size: 14px;
            font-weight: 500;
        }

            .header-upper .header-upper-nav li {
                line-height: 1;
            }

                .header-upper .header-upper-nav li > a {
                    padding-right: 10px;
                    border-right: 1px solid #282e35;
                }

                .header-upper .header-upper-nav li:last-child > a {
                    padding-right: 0;
                    border: none;
                }

        .header-upper .header-offer-section {
            grid-column: 5/10;
            margin: 0;
            padding: 0;
            background: none;
            color: #fff;
        }

        .header-upper .header-selectors-wrapper {
            grid-column: 11/-1;
        }

    .header-logo a img {
        max-width: 150px;
    }

    .header-lower {
        padding-top: 25px;
        padding-bottom: 25px;
    }

        .header-lower > .container {
            grid-template-columns: repeat(9, 1fr);
            grid-template-rows: 1fr;
        }

        .header-lower .header-logo {
            grid-column: 1/3;
        }

        .header-lower .search-box.store-search-box {
            grid-column: 3 / 8;
            grid-row: 1 / -1;
        }

        .header-lower .header-links-wrapper {
            grid-column: 8 / -1;
            grid-row: 1 / -1;
        }

    /* HOMEPAGE SECTIONS */

    .home-page-product-grid,
    .home-page .topic-block,
    .product-grid.top-deals-section,
    .home-page .news-list-homepage,
    .home-page .testimonial-section,
    .product-grid.home-page-product-grid.new-arrival-grid,
    .product-grid.bestsellers {
        padding-top: 60px;
    }

    .homepage-brands-section {
        padding-top: 100px;
        padding-bottom: 50px;
    }

    .product-grid.top-deals-section {
        margin-top: 60px;
        padding-bottom: 60px;
    }

    .home-page-product-grid {
        margin: 0;
    }

    .home-page-category-grid {
        padding: 60px 0;
    }

        .home-page-category-grid .item-grid {
            grid-template-columns: repeat(3, 1fr);
            gap: 15px;
        }

    .product-grid.top-deals-section .section-title,
    .product-grid .title {
        font-size: 24px;
    }

    .homepage-brands-section .title {
        font-size: 26px;
    }

    .homepage-brands-section .item-grid {
        grid-template-columns: repeat(5, 1fr);
    }

    .footer-upper > .container {
        grid-template-columns: repeat(3, 1fr);
    }

    .footer-lower > .container {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-lower .footer-lower__mid {
        display: flex;
        justify-content: space-between;
        gap: 20px;
    }

        .footer-lower .footer-lower__mid .footer-lower-menu ul {
            display: flex;
            align-items: center;
            gap: 20px;
        }

    .footer-lower .footer-info {
        line-height: 1.5;
    }

    .footer-powered-by {
        text-align: right;
        line-height: 1.5;
    }

    .newsletter-social-section .title {
        font-size: 24px;
    }

    .footer-feat-item .feat-item__img img {
        width: 50px;
    }

    .footer-feat-item-wrap .feat-item__desc h2 {
        font-size: 20px;
    }

    .news-list-homepage .title,
    .home-page .testimonial-section .section-title {
        font-size: 24px;
    }

    .news-list-homepage .news-items {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .news-list-homepage .news-item {
        padding: 20px;
    }

    /* SWIFT SLIDER */
    .primary-hero-section .slide-img img {
        height: 400px;
    }

    .primary-hero-section .slider-container .slide-description {
        max-width: 700px;
        padding: 50px 30px;
    }

    .primary-hero-section .slide-description h1,
    .primary-hero-section .slide-description h2 {
        font-size: 36px;
    }

    .primary-hero-section .slider-container .slide-description p {
        font-size: 16px;
    }

        .primary-hero-section .slider-container .slide-description p strong {
            font-size: 28px;
        }

    .primary-hero-section .slider-container .slide-description .btn {
        margin-top: 20px;
    }

    /* HOMEPAGE PRODUCT GRID */
    .product-grid .item-box .picture img {
        width: 250px;
        height: 250px;
    }

    /* CONTACT US PAGE */
    .contact-form-content-wrap {
        grid-template-columns: repeat(2, 1fr);
    }

    /* MANUFACTURER PAGE */
    .manufacturer-grid .item-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media screen and (min-width: 1001px) {
    .header {
        z-index: 4;
    }

    .header-upper,
    .header-selectors-wrapper select {
        font-size: 14px;
    }

    .header-selectors-wrapper select {
        letter-spacing: 0.6px;
    }

    .header-lower .header-logo {
        margin-left: 0;
    }

    .header-logo a img {
        max-width: 180px;
    }

    .search-box input.search-box-text,
    .search-box .search-box-button {
        height: 50px;
        outline: none;
        border: none;
    }

    .search-box input.search-box-text {
        font-size: 16px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .search-box .search-box-button::before {
        font-size: 20px;
    }

    .header-links-wrapper .header-links {
        gap: 30px;
    }

    .header-links-wrapper .account-label {
        text-align: center;
    }

        .header-links-wrapper .account-label .label {
            display: block;
            font-size: 12px;
            margin-top: 5px;
        }

    .header-links .wishlist-link .ico-wishlist {
        width: 50px;
    }

    .header-links .wishlist-qty {
        right: 3px;
    }

    .header-links .ico-wishlist .wishlist-label,
    #topcartlink .cart-label {
        font-size: 12px;
        padding-top: 30px;
    }

        .header-links .ico-wishlist .wishlist-label::before,
        #topcartlink .cart-label::before {
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
        }

        #topcartlink .cart-label::before {
            margin-top: -2px;
        }

    .header-menu .sublist-toggle {
        display: inline-block;
    }

    .header-menu ul > li {
        position: relative;
    }

        .header-menu ul > li > .sublist-toggle {
            position: absolute;
            top: 0;
            right: 0;
        }

    .header-menu .sublist {
        list-style: none;
        background-color: #232f3e;
        color: #fff;
    }

        .header-menu .sublist li a {
            color: #fff;
            font-weight: 600;
            padding: 10px 20px;
        }

            .header-menu .sublist li a:before {
                display: none;
            }

        .header-menu .sublist li:hover > a,
        .header-menu .sublist li:focus > a {
            background-color: var(--color-primary);
            color: var(--color-text);
        }

    .topic-block-title h2 {
        font-size: 26px;
    }

    .home-page-category-grid .item-grid {
        gap: 15px;
    }

    .home-page-category-grid .item-box {
        padding: 25px 15px 15px;
    }

    .home-page-category-grid .title {
        font-size: 24px;
    }

    .home-page-category-grid .sub-cats-wrap {
        gap: 25px;
    }

    .homepage-brands-section .item-grid {
        grid-template-columns: repeat(7, 1fr);
    }

    .newsletter-social-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

        .newsletter-social-section .title {
            margin-bottom: 20px;
            font-size: 26px;
        }

    .footer-feat-item-wrap {
        grid-template-columns: repeat(4, 1fr);
    }



    /* SWIFT SLIDER */
    .primary-hero-section .slide-img img {
        height: 500px;
    }

    .primary-hero-section .slide-description h1,
    .primary-hero-section .slide-description h2 {
        font-size: 42px;
    }

    .primary-hero-section .slider-container .slide-description p strong {
        font-size: 35px;
    }

    /* HOMEPAGE SECTIONS */
    .home-page-category-grid {
        margin: 40px 0 0;
    }

    /* HOMEPAGE PRODUCT GRID */
    .product-grid .slick-slider .slick-arrow {
        width: 40px;
        height: 40px;
    }

        .product-grid .slick-slider .slick-arrow.slick-prev {
            right: 70px;
        }

        .product-grid .slick-slider .slick-arrow::before {
            font-size: 20px;
        }

    .product-grid .item-box .picture img {
        width: 300px;
        height: 300px;
    }

    /* HOMEPAGE CARDS SECTION */
    .card-item-wrap {
        grid-template-columns: repeat(3, 1fr);
    }

        .card-item-wrap .card-item img {
            height: 260px;
        }

        .card-item-wrap .card-item .desc h2,
        .card-item-wrap .card-item .desc p strong {
            font-size: 28px;
        }

        .card-item-wrap.big-card {
            grid-template-columns: repeat(2, 1fr);
        }

            .card-item-wrap.big-card .card-item img {
                height: 300px;
            }

    /* PRODUCT DETAILS PAGE */
    .product-details-page .picture-gallery {
        display: flex;
    }

        .product-details-page .picture-gallery .picture-thumbs {
            order: 1;
            width: 25%;
            text-align: center;
            padding: 40px 0;
        }

        .product-details-page .picture-gallery .picture {
            order: 2;
            width: 75%;
            margin-bottom: 0;
        }

            .product-details-page .picture-gallery .picture::before {
                display: none;
            }

            .product-details-page .picture-gallery .picture img {
                position: static;
            }

    .picture-gallery .picture-thumbs .thumb-item {
        margin: 5px 0;
    }

    .picture-gallery .picture-thumbs .slick-arrow {
        left: 50%;
        transform: translate(-50%, 0);
    }

    .picture-gallery .picture-thumbs .slick-prev {
        top: 0;
        bottom: auto;
        right: auto;
    }

    .picture-gallery .picture-thumbs .slick-next {
        top: auto;
        bottom: 0;
    }

    .picture-gallery .picture-thumbs .slick-prev::before {
        content: '\e931';
    }

    .picture-gallery .picture-thumbs .slick-next::before {
        content: '\e92e';
    }

    /* VIDEOS SECTION */
    .product-details-page .video-gallery .video-thumbs {
        grid-template-columns: repeat(3, 1fr);
    }

    /* RELATED PRODUCTS */
    .related-products-grid .item-grid {
        grid-template-columns: repeat(5, 1fr);
    }

    /* CART PAGE */
    #shopping-cart-form {
        padding-left: 15px;
        padding-right: 15px
    }

        #shopping-cart-form::after {
            content: '';
            display: table;
            clear: both
        }

        #shopping-cart-form .cart-left {
            width: 75%;
            padding-right: 30px;
            float: left
        }

        #shopping-cart-form .cart-right {
            width: 25%;
            float: right
        }

    .cart-right .cart-footer .cart-collaterals,
    .cart-right .cart-footer .totals {
        width: 100%;
        float: none;
        margin-left: 0;
        margin-right: 0
    }

    .cart-right .cart-footer .cart-collaterals {
        padding: 0
    }

    .shopping-cart-page .checkout-attributes-wrap {
        justify-content: flex-end;
    }

    /* DEALS SECTION */
    .product-grid.top-deals-section .remaining-time .time-display-item {
        min-width: 125px;
    }

    /* FOOTER SECTION */
    .footer-lower > .container {
        grid-template-columns: 1fr 2fr 1fr;
    }

    /* MANUFACTURER PAGE */
    .manufacturer-grid .item-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media screen and (min-width: 1100px) {
    .primary-hero-section .slider-container .slide-description {
        max-width: none;
        text-align: left;
        padding: 0;
        left: 0;
        top: 50%;
        transform: translate(0, -50%);
        background: none;
    }

        .primary-hero-section .slider-container .slide-description .content {
            max-width: 500px;
            margin-left: 5%;
        }

            .primary-hero-section .slider-container .slide-description .content.text-right {
                margin: 0 7% 0 auto;
            }

        .primary-hero-section .slider-container .slide-description p strong {
            font-size: 40px;
        }

    /* MANUFACTURER PAGE */
    .manufacturer-grid .item-grid {
        grid-template-columns: repeat(6, 1fr);
    }
}

@media screen and (min-width: 1240px) {
    .category-page .sub-category-grid .item-grid {
        grid-template-columns: repeat(5, 1fr);
    }

    .footer-upper > .container {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media screen and (min-width: 1367px) {

    .header-upper .header-upper-nav {
        grid-column: 1/4;
    }

    .header-upper .header-offer-section {
        grid-column: 4/10;
    }

    .header-upper .header-selectors-wrapper {
        justify-content: flex-end;
        gap: 20px;
    }

    .header-lower > .container {
        grid-template-columns: repeat(12, 1fr);
    }

    .header-lower .search-box.store-search-box {
        grid-column: 3 / 10;
        margin-right: 70px;
    }

    .header-lower .header-links-wrapper {
        grid-column: 10/-1;
        gap: 15px;
        align-items: flex-end;
    }

    .header-cta-box {
        display: flex;
        align-items: center;
        gap: 10px;
        min-width: 180px;
    }

        .header-cta-box [class^="icon-"]::before {
            font-size: 24px;
        }

    .home-page-category-grid .category-item__header {
        margin-bottom: 25px;
    }

    .home-page-category-grid .item-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .homepage-brands-section .title {
        font-size: 28px;
    }

    .homepage-brands-section .item-grid {
        grid-template-columns: repeat(8, 1fr);
    }

    .footer-feat-item-wrap {
        padding-top: 60px;
        padding-bottom: 60px;
    }

        .footer-feat-item-wrap .feat-item__img {
            margin-bottom: 10px;
        }

    .news-list-homepage .news-items {
        grid-template-columns: repeat(3, 1fr);
    }

    .news-list-homepage .news-item .news-title {
        font-size: 18px;
    }

    /* SWIFT SLIDER */
    .primary-hero-section .slide-img img {
        height: 600px;
    }

    .primary-hero-section .slide-description h1,
    .primary-hero-section .slide-description h2 {
        font-size: 46px;
    }

    .primary-hero-section .slider-container .slide-description .content {
        max-width: 600px;
    }

    .primary-hero-section .slider-container .slide-description p strong {
        font-size: 46px;
    }

    /* MANUFACTURER PAGE */
    .manufacturer-grid .item-grid {
        grid-template-columns: repeat(7, 1fr);
    }

    /* CHECKOUT FORM */
    .opc .checkout-data .inputs label {
        width: 470px;
    }
}

@media screen and (min-width: 1401px) {

    /* HERO SECTION */
    .primary-hero-section .swift-slider-container .slide-description h1,
    .primary-hero-section .swift-slider-container .slide-description h2 {
        font-size: 68px;
    }

    .primary-hero-section .swift-slider-container .slide-description p {
        font-size: 28px;
        line-height: 1.3;
    }

    .primary-hero-section .slider-container .slide-description .btn {
        font-size: 20px;
        margin-top: 40px;
    }

    /* VIDEOS SECTION */
    .product-details-page .video-gallery .video-thumbs {
        grid-template-columns: repeat(4, 1fr);
    }

    .footer-upper {
        padding-top: 60px;
        padding-bottom: 60px;
    }

        .footer-upper > .container {
            grid-template-columns: repeat(5, 1fr);
        }

    /* MANUFACTURER PAGE */
    .manufacturer-grid .item-grid {
        grid-template-columns: repeat(8, 1fr);
    }
}

@media screen and (min-width: 1800px) {

    .master-wrapper-content,
    .container,
    .header-menu .top-menu {
        max-width: 1710px;
    }

    .header-lower .header-links-wrapper {
        gap: 30px;
    }



    /* SWIFT SLIDER */
    .primary-hero-section .slider-container .slide-description .content {
        max-width: 500px;
        margin-left: 8%;
    }

    .category-page .sub-category-grid .item-grid {
        grid-template-columns: repeat(6, 1fr);
    }

    /* HOMEPAGE CATEGORIES */
    .home-page-category-grid .sub-cats .picture img {
        height: 125px;
    }

    /* FOOTER SECTION */
    .footer-lower {
        font-size: 14px;
    }

    /*.footer-block.footer-contact {
        min-width: 350px;
    }*/

    .footer-block.footer-app img {
        max-width: 140px;
    }

    /* CHECKOUT FORM */
    .opc .checkout-data .inputs label {
        width: 600px;
    }
}

/* MOBILE MENU */
@media screen and (max-width: 1000px) {
    .header-menu.mega-menu {
        position: relative;
        z-index: 3;
    }

    .mega-menu .menu-toggle,
    .menu-toggle {
        position: absolute;
        top: -60px;
        left: 10px;
        font-size: 0;
        width: 35px;
        height: 35px;
        background: none;
        padding: 0;
        text-align: center;
    }

    .admin-header-links + .header + .header-menu.mega-menu .menu-toggle {
        top: -60px;
    }

    .mega-menu .menu-toggle::before,
    .menu-toggle::before {
        content: "\e949";
        font-family: var(--font-icon);
        font-size: 25px;
        line-height: 1.5;
    }

    .top-menu {
        background-color: #232f3e;
        position: absolute;
        top: 0;
        left: 0;
    }

        .top-menu > li {
            background: none;
            margin: 0;
            border-bottom: 1px solid hsl(0deg 0% 96% / 15%);
        }

            .top-menu > li > a {
                padding-left: 0;
                padding-right: 0;
            }

    .mega-menu .top-menu > li > a:hover,
    .mega-menu .desktop-has-nav-subnav .nav__sublist__link:hover {
        color: var(--color-primary)
    }

    .top-menu .sublist {
        background: none;
        padding: 0 0 15px;
    }

        .top-menu .sublist li {
            margin: 0;
        }

            .top-menu .sublist li a {
                color: #fff;
            }

    .sublist-toggle {
        background: none;
        text-align: right;
        border: 0;
        padding: 18px 5px 15px;
    }

        .sublist-toggle::after {
            content: "\e92e";
            font-family: var(--font-icon);
            color: #fff;
        }

    .mega-menu .top-menu .category__list__item--has-sublist:hover .category__list__item__link,
    .mega-menu .top-menu .category__list__item--has-sublist:hover .category__list__item__link:after {
        color: var(--color-primary);
    }

    .top-menu .category__list {
        width: 100%;
    }

    /* CART PAGE  */
    .shopping-cart-page .table-wrapper,
    .order-summary-content .table-wrapper {
        border: none;
    }

        .shopping-cart-page .table-wrapper .cart tr,
        .order-summary-content .table-wrapper .cart tr {
            margin-top: 15px;
        }

    .shopping-cart-page .cart td,
    .order-summary-content .cart td {
        border: none;
        text-align: center;
        width: 100%;
        padding: 10px;
    }

        .shopping-cart-page .cart td.product-picture img,
        .order-summary-content .cart td.product-picture img {
            margin: auto;
        }

    .shopping-cart-page .common-buttons {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }

        .shopping-cart-page .common-buttons button,
        .shopping-cart-page .common-buttons .estimate-shipping-button {
            width: 210px;
            font-size: 14px;
            margin: 0;
        }

    .shopping-cart-page .cart-collaterals {
        width: 100%;
        max-width: none;
        margin-bottom: 0;
    }

    .shopping-cart-page .checkout-attributes,
    .shopping-cart-page .selected-checkout-attributes {
        text-align: center;
    }

    .shopping-cart-page .cart-footer {
        margin-bottom: 0;
    }

        .shopping-cart-page .cart-footer .cart-collaterals .deals {
            margin-left: 0;
            margin-right: auto;
        }

        .shopping-cart-page .cart-footer .totals {
            width: 100%;
            margin-bottom: 0;
            padding: 20px;
        }

        .shopping-cart-page .cart-footer .total-info,
        .shopping-cart-page .cart-footer .terms-of-service {
            padding: 0;
        }

    .cart-footer .checkout-buttons .checkout-button {
        width: 200px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .shopping-cart-page .cart td.product .unit-price,
    .shopping-cart-page .cart td.product .sku {
        margin-bottom: 5px;
    }

    .shopping-cart-page .cart td.product .attributes {
        line-height: 1.7;
    }

    .shopping-cart-page .cart td.quantity {
        display: flex;
        justify-content: center;
    }

        .shopping-cart-page .cart td.quantity .td-title {
            display: none;
        }

    .shopping-cart-page .cart td.subtotal {
        font-weight: 700;
    }

    /* WISHLIST PAGE */
    .wishlist-content .cart {
        text-align: center;
    }

        .wishlist-content .cart .product-picture img {
            margin: auto;
        }

        .wishlist-content .cart td.remove-from-cart {
            background: none;
            border: none;
            margin-bottom: 20px;
        }

        .wishlist-content .cart td.sku {
            font-weight: 600;
            font-size: 14px;
        }

        .wishlist-content .cart td.subtotal {
            font-weight: 700;
        }
}

@media screen and (max-width: 768px) {
    .menu-toggle {
        top: -97px;
    }

    .mega-menu .menu-toggle,
    .admin-header-links + .header + .header-menu.mega-menu .menu-toggle {
        top: -95px;
    }

    .home-page-product-grid .slick-list,
    .bestsellers .slick-list,
    .also-purchased-products-grid .slick-list,
    .related-products-grid .slick-list,
    .top-deals-section .slick-list {
        padding: 0 15% 0 0;
    }

    .product-grid .slick-slider .slick-arrow {
        display: none !important;
    }
}

@media screen and (max-width: 480px) {

    .home-page-product-grid .slick-list,
    .bestsellers .slick-list,
    .also-purchased-products-grid .slick-list,
    .related-products-grid .slick-list,
    .top-deals-section .slick-list {
        padding: 0 25% 0 0;
    }
}

/* PRODUCT REVIEWS SECTION - 4.7 VERSION*/
.page.product-reviews {
    margin: 0 0 40px;
    padding: 0 0 40px;
    border-bottom: 1px solid var(--color-border);
}

.product-details-page .product-review-item-wrap {
    display: grid;
    gap: 15px;
}

    .product-details-page .product-review-item-wrap .product-review-item {
        margin: 0;
        border: 1px solid #eaeaea;
    }

        .product-details-page .product-review-item-wrap .product-review-item .review-item-head {
            border: none;
        }

.product-details-page .product-review-list .section-sub-title {
    font-size: 20px;
    margin-bottom: 20px;
}

.product-details-page .product-review-box .rating {
    font-size: 0;
}

.product-details-page .product-review-item .review-info {
    margin: 0 0 5px;
    font-size: 14px;
}

    .product-details-page .product-review-item .review-info label {
        font-weight: 700;
    }

.product-details-page .product-review-item .product-review-helpfulness {
    font-size: 14px;
    margin-top: 10px;
}

.product-details-page .product-review-item .vote-options .vote {
    font-weight: 700;
    color: var(--color-text);
}

    .product-details-page .product-review-item .vote-options .vote:hover,
    .product-details-page .product-review-item .vote-options .vote:focus {
        color: var(--color-text);
    }

.product-review-helpfulness .result {
    color: #f00;
}

.product-details-page .write-review {
    margin: 40px 0 0;
}

    .product-details-page .write-review .title {
        font-size: 24px;
        margin-bottom: 20px;
        text-align: center;
    }

    .product-details-page .write-review form {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

        .product-details-page .write-review form .form-fields {
            padding: 30px;
            border: none;
        }

            .product-details-page .write-review form .form-fields .inputs {
                display: grid;
                gap: 10px;
                padding-right: 10px;
            }

                .product-details-page .write-review form .form-fields .inputs::after {
                    display: none;
                }

                .product-details-page .write-review form .form-fields .inputs label {
                    width: 100%;
                    margin-right: 0;
                    text-align: left;
                }

                .product-details-page .write-review form .form-fields .inputs input,
                .product-details-page .write-review form .form-fields .inputs textarea {
                    width: 100%;
                    margin-right: 0;
                    margin-bottom: 0;
                }

                .product-details-page .write-review form .form-fields .inputs .required {
                    position: absolute;
                    top: 0;
                    right: 10px;
                    margin: 0;
                }

    .product-details-page .write-review .form-fields .review-rating {
        padding: 0;
    }

        .product-details-page .write-review .form-fields .review-rating div {
            margin-left: 0;
            margin-right: 5px;
        }

            .product-details-page .write-review .form-fields .review-rating div.name-description,
            .product-details-page .write-review .form-fields .review-rating .rating-wrapper {
                width: 100%;
                text-align: left;
            }

    .product-details-page .write-review form .buttons {
        text-align: center;
        margin: 0;
    }

    .product-details-page .write-review form .button-1 {
        border-radius: 6px;
        font-weight: 500;
        letter-spacing: 0.5px;
    }



@media screen and (min-width: 641px) {
    .product-review-item-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* ONE PAGE CHECKOUT - 4.7 VERSION */
.payment-method .payment-details .payment-description {
    margin-top: 10px;
}

.opc .step-title .number,
.opc .step-title .title {
    font-weight: 500;
}

.opc .buttons .please-wait {
    width: 100%;
}

.order-completed .title,
.order-completed .buttons {
    text-align: center;
}

.checkout-page .button-1 {
    font-weight: 500;
    letter-spacing: 0.5px;
}

.opc-select-address-container {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}

    .opc-select-address-container .address-select {
        width: 100%;
        margin-bottom: 15px;
    }

.opc .buttons .please-wait {
    width: 100%;
}

.opc :where(#shipping-buttons-container, #shipping-method-buttons-container, #payment-method-buttons-container, #payment-info-buttons-container, #confirm-order-buttons-container) {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

    .opc :where(#shipping-buttons-container, #shipping-method-buttons-container, #payment-method-buttons-container, #payment-info-buttons-container, #confirm-order-buttons-container) .back-link {
        margin: 0;
    }

        .opc :where(#shipping-buttons-container, #shipping-method-buttons-container, #payment-method-buttons-container, #payment-info-buttons-container, #confirm-order-buttons-container) .back-link a {
            display: inline-block;
            background-image: none;
            padding: 10px 20px;
            margin: 0;
            background-color: var(--color-primary);
            text-transform: uppercase;
            font-size: 15px;
            font-weight: 500;
            border-radius: 6px;
            letter-spacing: 0.5px;
        }

            .opc :where(#shipping-buttons-container, #shipping-method-buttons-container, #payment-method-buttons-container, #payment-info-buttons-container, #confirm-order-buttons-container) .back-link a:hover {
                background-color: var(--color-text);
                color: #fff;
            }

.opc #confirm-order-buttons-container {
    justify-content: space-between;
    margin-top: 30px;
}

.order-completed .title,
.order-completed .buttons {
    text-align: center;
}

.inline-p-element p {
    display: inline-block;
    margin: 0;
    padding: 0;
}


/* MEGA MENU */
.header-menu.mega-menu .menu-layout {
    max-width: none;
}

.mega-menu .menu-layout .left-menu {
    margin-right: 20px;
}

.mega-menu .menu-layout .browse-categories {
    cursor: pointer;
    background-color: var(--color-primary);
}

.mega-menu .browse-categories h2,
.mega-menu .browse-categories .menu-icon {
    font-weight: 600;
    color: var(--color-text);
}

.mega-menu .deals-menu .menu-title:hover,
.mega-menu .menu-layout .top-nav a:hover {
    color: var(--color-accent);
}

.mega-menu .deals-menu .menu-title::before {
    content: '\e910';
    font-family: var(--font-icon);
    color: var(--color-accent);
    position: absolute;
    top: 5px;
    right: 20px;
}

.mega-menu .menu-layout .categories-list .category-link:hover,
.mega-menu .menu-layout .categories-list .category-link:hover .category-name {
    color: var(--color-accent);
}

.mega-menu .deals-menu .view-all-btn-wrap a {
    background-color: var(--color-text);
}

    .mega-menu .deals-menu .view-all-btn-wrap a:hover,
    .mega-menu .deals-menu ul.category__list > li.view-all-btn-wrap > a:hover {
        background-color: var(--color-primary);
        color: var(--color-text);
    }

.mega-menu .menu-layout-toggle {
    position: absolute;
    background: none;
    top: 120px;
    left: 15px;
    width: 35px;
}

.admin-header-links + .header + .mega-menu .menu-layout-toggle {
    top: 150px;
}

@media screen and (min-width: 769px) {
    .mega-menu .menu-layout .categories-list {
        left: 15px;
    }

    .mega-menu .menu-layout .top-nav > ul > li > a,
    .mega-menu .deals-menu .menu-title {
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        border: 0;
        line-height: 1.3;
    }

    .mega-menu .menu-layout .top-nav > ul > li > a {
        display: block;
        padding: 20px 15px;
    }

        .mega-menu .menu-layout .top-nav > ul > li > a:hover {
            color: var(--color-accent);
        }

    .mega-menu .menu-layout .categories-list .category-link {
        font-size: 14px;
        font-weight: 600;
        color: var(--color-text);
        border: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        height: auto;
        line-height: 1.7;
        width: 100%;
    }
}

@media screen and (min-width: 1800px) {
    .mega-menu .menu-layout .categories-list > .category-item > .category-submenu {
        width: calc(1680px - 240px);
    }
}


@media screen and (max-width: 768px) {

    .header-menu.mega-menu,
    .header-menu.mega-menu > .container {
        position: static;
    }

    .mega-menu .menu-layout-close {
        color: var(--color-text);
    }

    .mega-menu .deals-menu .menu-title::before {
        display: none;
    }
}


@media screen and (min-width: 769px) {
    .footer-upper.no-app-col > .container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (min-width: 992px) {
    .footer-upper.no-app-col > .container {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media screen and (min-width: 1240px) {
    .footer-upper.no-app-col > .container {
        grid-template-columns: repeat(4, 1fr);
    }
}


.item-grid:not(.slick-slider),
.product-grid .item-grid:not(.slick-slider) {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

    .item-grid:not(.slick-slider) .item-box,
    .product-grid .item-grid:not(.slick-slider) .item-box,
    .item-grid:not(.slick-slider) .item-box *,
    .product-grid .item-grid:not(.slick-slider) .item-box * {
        max-width: 100%;
    }

@media (min-width: 481px) {
    .item-grid:not(.slick-slider) .item-box,
    .product-grid .item-grid:not(.slick-slider) .item-box {
        flex: 0 0 50%;
        max-width: calc(50% - 7.5px);
    }
}

@media (min-width: 769px) {
    .item-grid:not(.slick-slider) .item-box,
    .product-grid .item-grid:not(.slick-slider) .item-box {
        flex: 0 0 33.33%;
        max-width: calc(33.33% - 10px);
    }
}

@media (min-width: 1001px) {
    .item-grid:not(.slick-slider) .item-box,
    .product-grid .item-grid:not(.slick-slider) .item-box {
        flex: 0 0 25%;
        max-width: calc(25% - 11.25px);
    }
}

/* new footer v4.9 */
.footer-upper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.footer-block.footer-contact {
    flex: 0 0 20%;
    max-width: calc(20% - 30px);
}

.no-app-column .footer-block.footer-contact {
    flex: 0 0 25%;
    max-width: calc(25% - 30px);
}

.no-app-column nav.footer-navigation {
    flex: 0 0 75%;
    max-width: 75%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}

nav.footer-navigation {
    flex: 0 0 60%;
    max-width: 60%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}

.footer-block.footer-app {
    flex: 0 0 20%;
    max-width: calc(20% - 30px);
}

nav.footer-navigation > .footer-menu {
    flex: 0 0 33.33%;
    max-width: calc(33.33% - 20px);
}

h2.footer-menu__title {
    font-size: 16px;
    margin-bottom: 15px;
}

@media screen and (min-width: 641px) {
    h2.footer-menu__title {
        font-size: 20px;
        margin-bottom: 25px;
    }
}

.footer-menu__list {
    display: grid;
    gap: 20px;
}

a.footer-menu__link {
    font-size: 14px;
    margin-bottom: 20px;
}

@media(max-width: 1400px) {
    .footer-block.footer-app,
    .footer-block.footer-contact {
        flex: 0 0 25%;
        max-width: calc(25% - 30px);
    }

    nav.footer-navigation {
        flex: 0 0 75%;
        max-width: 75%;
    }
}

@media(max-width: 1239px) {
    .footer-block.footer-app,
    .footer-block.footer-contact {
        flex: 0 0 50%;
        max-width: calc(50% - 15px);
    }

    .no-app-column .footer-block.footer-contact {
        flex: 0 0 100%;
        max-width: 100%
    }

    .footer-block.footer-app {
        order: 2;
    }

    nav.footer-navigation, .no-app-column nav.footer-navigation {
        order: 3;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media(max-width: 767px) {
    nav.footer-navigation > .footer-menu {
        flex: 0 0 50%;
        max-width: calc(50% - 15px);
    }
}

@media(max-width: 639px) {
    .footer-block.footer-app,
    .footer-block.footer-contact,
    nav.footer-navigation,
    nav.footer-navigation > .footer-menu {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.mega-menu .browse-categories .menu-icon::before {
    content: '';
    font-family: var(--font-icon);
    font-weight: 500;
}

.html-real-opc-page .panel-group-left .inputs.button-inside input {
    width: 100%;
    display: block;
}
.html-real-opc-page .panel-group-left .inputs.button-inside button.button-1.reg-ico-button {
    width: 100%;
    margin-top: 5px;
}
.html-real-opc-page .panel-group-left  .choose-address {
    text-align: center;
}
.html-real-opc-page textarea#checkout_attribute_2 {
    width: 100%;
    margin: 5px 0 0;
}

.html-real-opc-page .payment-method-panel .method-list li.ng-scope .method-name {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.html-real-opc-page .payment-method-panel .method-list li.ng-scope .method-name .payment-logo {
    width: 50px;
    margin: 0;
}

.html-real-opc-page .payment-method-panel .method-list li.ng-scope .method-name .payment-details {
    width: calc(100% - 80px);
}

.html-real-opc-page .payment-method-panel .method-list li.ng-scope .method-name .payment-logo img {
    width: 100%;
    height: auto;
}
@media(min-width: 1001px) {
    .html-real-opc-page .order-summary-content .section-body {
        overflow: auto;
    }
}
.html-real-opc-page .order-summary-content .cart td.remove-from-cart {
    min-width: 125px;
}

.html-real-opc-page .coupon-box-panel .coupon-code, 
.html-real-opc-page .giftcard-box-panel .coupon-code {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.html-real-opc-page .coupon-box-panel input[type="text"], 
.html-real-opc-page .giftcard-box-panel input[type="text"], 
.html-real-opc-page .coupon-box-panel .coupon-code button, 
.html-real-opc-page .giftcard-box-panel .coupon-code button {
    width: auto;
    flex: 1 1 auto;
}

#checkoutForm>.panel-loader-effect {z-index: 10!important;}
@media(min-width: 768px) {
    .html-real-opc-page .panel-group-left .choose-address {text-align: left!important;}
}

/*custom css*/
.html-product-details-page.html-customize-product-page
.product-details-page .picture-gallery {
    flex-wrap: wrap;
}

    .html-product-details-page.html-customize-product-page
    .product-details-page .picture-gallery .picture {
        width: 100%;
        order: 1;
        aspect-ratio: 1 / 1;
    }

    .html-product-details-page.html-customize-product-page
    .product-details-page .picture-gallery .picture-thumbs {
        width: 100%;
        order: 2;
    }

.overview .add-to-cart-panel {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
}

.product-details-page .add-to-cart .qty-input {
    margin: 0;
}

.customize-product-button {
    top: 0 !important;
}

.delivery-box {
    order: 10;
}