@font-face {
    font-family: 'Dana';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url('../fonts/Shabnam-FD.woff') format("woff"), url('../fonts/Shabnam-FD.eot') format("embedded-opentype");
}


@font-face {
    font-family: 'Gibson';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Gibson/gibson.woff2') format("woff2"), url('../fonts/Gibson/gibson.woff') format("woff"), url('../fonts/Gibson/gibson.ttf') format("truetype"), url('../fonts/Gibson/gibson.eot') format("embedded-opentype");
}

body {
    font-family: Dana;
    font-size: 13px;
    direction: rtl;
    text-align: right;
    line-height: 25px;
    padding: 0;
    background: white;
    margin: 0;
    padding-top: 130px;
}

    body.print {
        padding: 0;
        margin: 0;
        background-color: white;
    }

.print-layout {
    max-width: 1200px;
    border: 1px dashed gray;
    margin: 0 auto;
    padding: 20px 15px;
    line-height: 30px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

ul {
    list-style: none;
    margin: 0;
}

.bold {
    font-weight: bold;
}

.img-responsive {
    max-width: 100%;
}

.fit-width {
    width: 100%;
}

.fit-height {
    height: 100%;
}

.flex-vertical-center {
    align-items: center;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    display: flex;
}

.flex-vertical-end {
    align-items: end;
    justify-content: center;
    flex-direction: column;
    display: flex;
}

.flex-vertical-start {
    align-items: start;
    justify-content: center;
    flex-direction: column;
    display: flex;
}

a {
    color: black;
}

    a:hover {
        text-decoration: none;
        color: black;
    }

.container {
    max-width: 1350px;
}

.clear {
    clear: both;
}

.devider-5 {
    height: 5px;
    clear: both;
}

.devider-10 {
    height: 10px;
    clear: both;
}

.devider-15 {
    height: 15px;
    clear: both;
}

.devider-30 {
    height: 30px;
    clear: both;
}

.devider-50 {
    height: 50px;
    clear: both;
}

.devider-60 {
    height: 60px;
    clear: both;
}

.relative {
    position: relative;
}

.no-margin {
    margin: 0;
}

.no-margin-right {
    margin-right: 0;
}

.no-padding {
    padding: 0;
}

.display-none {
    display: none !important;
}

.fit-width {
    width: 100%;
}

.float-right {
    float: right;
}

.underline {
    text-decoration: underline;
}

.visible-xs {
    display: none;
}

.no-border {
    border: none;
}

.no-shadow {
    box-shadow: none;
}

.padding {
    padding-right: 15px;
    padding-left: 15px;
}

.col-sm-2-5 {
    flex: 0 0 20%;
    max-width: 20%;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
}

.col-sm-7-5 {
    flex: 0 0 80%;
    max-width: 80%;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
}

.no-padding-left {
    padding-left: 0;
}

.no-padding-right {
    padding-right: 0;
}

.box-shadow {
    /*box-shadow: 0 0 10px #e2e2e2;*/
}

.border-radius {
    border-radius: 5px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

.row-mini {
    margin-left: -5px;
    margin-right: -5px;
}

.col-mini {
    padding-right: 5px;
    padding-left: 5px;
}

.row-middle {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.col-middle {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

header .header-main-part {
    padding: 15px 0;
    height: 80px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding-top: 13.5px;
}

header.fixed-header .header-main-part {
    padding-top: 6px;
    padding-bottom: 5px;
    height: 65px;
}

header .logo {
    height: 50px;
}

header hr {
    margin: 0;
    border-width: 2px;
}

header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 11;
    background-color: white;
    /*overflow: hidden;*/
    transition: all 0.2s;
    height: 130px;
}

    header.fixed-header {
        height: 65px;
    }

        header.fixed-header.with-nav {
            height: 115px;
        }

.top-banner-container {
    height: 40px;
    transition: all 0.2s;
}

header.fixed-header .top-banner-container {
    height: 0;
}

.top-banner-container img {
    height: 100%;
}

.search-container-part {
    height: 50px;
    padding-bottom: 5px;
    padding-right: 50px;
    padding-left: 50px;
}

.search-container {
    border: 1px solid #ebebeb;
    border-radius: 20px;
    height: 50px;
    width: 100%;
    position: relative;
    background-color: #fcfcfc;
}

    .search-container button {
        position: absolute;
        left: 0;
        top: 0;
        left: 0;
        bottom: 0;
        border: none;
        background-color: #ed3237;
        color: white;
        width: 50px;
        font-size: 20px;
        padding-top: 5px;
        outline: none;
        border-radius: 5px 0 0 5px;
    }

    .search-container input {
        width: 100%;
        padding: 11px 15px 10px;
        height: 46px;
        border: none;
        outline: none;
        border-radius: 25px;
        background-color: transparent;
    }

.search-order-title {
    margin: 0;
}

.header-basket-container {
    padding-top: 0;
}

.basket-icon {
    width: 50px;
    color: #787878;
    border-radius: 5px;
    display: inline-block;
    height: 50px;
    text-align: center;
    padding-top: 14px;
    font-size: 20px;
    margin-right: 5px;
    float: left;
    position: relative;
}

.basket-icon-count {
    position: absolute;
    top: -10px;
    left: -10px;
    background-color: #ed3237;
    color: white;
    border-radius: 50%;
    display: inline-block;
    font-size: 9px;
    width: 25px;
    height: 25px;
    text-align: center;
    border: 1px solid #ebebeb;
    line-height: 0;
    padding-top: 12.5px;
}

.user-icon {
    color: #787878;
    border-radius: 5px;
    display: inline-block;
    height: 50px;
    text-align: center;
    padding-top: 12px;
    font-size: 13px;
    font-weight: bold;
    margin-right: 5px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

.user-icon.show-modal-login {
    align-items: center;
    background: #ed3237;
    border: 1px solid #ed3237;
    border-radius: 10px;
    box-shadow: 0 7px 16px rgba(223, 102, 97, .18);
    color: #fff !important;
    display: inline-flex;
    justify-content: center;
    min-width: 116px;
    padding: 0 16px;
}

.user-icon.show-modal-login:hover {
    background: #c9524e;
    border-color: #c9524e;
    transform: translateY(-1px);
}

.site-slogan {
    font-size: 20px;
    font-weight: bold;
    margin-right: 10px;
}

.header-menu-part {
    border-bottom: 2px solid rgba(0,0,0,.1);
    transition: all 0.2s;
}

.fixed-header .header-menu-part {
    /*display: none;*/
    visibility: hidden;
    opacity: 0;
}

.fixed-header.with-nav .header-menu-part {
    /*display: flex;*/
    visibility: visible;
    opacity: 1;
}

.main-menu {
    padding: 0;
    margin: 0;
}

    .main-menu li {
        display: inline-block;
        position: relative;
    }

        .main-menu li a {
            display: inline-block;
            padding: 13px;
            height: 50px;
            font-weight: bold;
            width: 100%;
        }

        .main-menu li i.bt-down {
            margin-right: 10px;
            display: inline-block;
        }

        .main-menu li i.bt-left {
            float: left;
        }

.menu-icon {
    font-weight: bold;
    color: #ed3237;
    padding-top: 13px;
    display: inline-block;
}

    .menu-icon > i {
        margin-left: 10px;
        font-size: 17px;
        float: right;
        margin-top: 4px;
    }

.menu-side {
    position: absolute;
    background-color: white;
    z-index: 5;
    left: 0;
    right: 15px;
    top: 40px;
    padding: 15px;
    border: 2px solid rgba(0,0,0,.1);
    border-top: 0;
    line-height: 30px;
    border-radius: 0 0 10px 10px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
}

.menu-icon-container {
    position: unset;
}

    .menu-icon-container:hover .menu-side {
        opacity: 1;
        visibility: visible;
        top: 50px;
    }

    .menu-icon-container .menu-side ul {
        padding-right: 20px;
    }

        .menu-icon-container .menu-side ul li {
            list-style: disc;
            transition: all 0.2s;
        }

            .menu-icon-container .menu-side ul li:hover {
                padding-right: 10px;
            }

.menu-side ul {
    padding-right: 10px;
}

.sub-menu {
    position: fixed;
    left: 0;
    right: 0;
    background-color: white;
    z-index: 11;
    top: 180px;
    padding: 20px 0;
    border-radius: 0 0 10px 10px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
}

.sidebar ul li a {
}

.sidebar ul {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

    .sidebar ul li {
        width: 100%;
        text-align: right;
    }

        .sidebar ul li a {
            display: inline-block;
            width: 100%;
            padding: 5px 0;
        }

.sidebar li {
    border-left: 1px solid #cd9b47
}

    .sidebar li:hover {
        border-left: 3px solid #cd9b47;
    }

        .sidebar li:hover a {
            color: #cd9b47 !important;
        }

.product-menu-link {
    transition: all 0.2s;
    font-size: 11px;
}

    .product-menu-link:hover {
        padding-right: 5px;
    }

.product-menu-title {
    margin-bottom: 10px;
}

.menu-icon-container:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 170px;
}

header.fixed-header.with-nav .menu-icon-container:hover .sub-menu {
    top: 115px;
}

[mega-menu] {
    display: none;
    max-height: 400px;
    overflow-y: scroll;
}

    [mega-menu].active {
        display: flex;
    }

.product-menu-title img {
    width: 30px;
}

.banner-container {
    background-color: #f1f5f6;
    padding: 30px;
}

    .banner-container img {
        width: 100%;
    }

.main-slider-container {
    border-radius: 5px;
    height: 100%;
}

    .main-slider-container img {
        height: 100%;
    }

.slider-item {
    width: 100%;
    border-radius: 5px;
}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #ADADAD !important;
    border: 3px solid #ADADAD;
    box-shadow: 0 0 5px #0000007a;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    background-image: linear-gradient(to right, #1e8688, #1db7be) !important;
}

.banner {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ebebeb;
}

h3.title-page a {
    font-size: 12px;
    position: absolute;
    left: 15px;
    margin-top: 10px;
    color: #CD9B47;
    display: inline-block;
    background: #edece9;
    padding-right: 10px;
}

h3.title-page {
    text-align: right;
    padding-right: 15px;
    position: relative;
    height: 30px;
}

    h3.title-page span {
        font-size: 16px;
        position: absolute;
        right: 15px;
        top: 10px;
        z-index: 2;
        padding-left: 10px;
        padding-right: 25px;
        background-color: white;
    }

        h3.title-page span::before, h3.title-page span::after {
            display: none;
        }

    h3.title-page .back-line {
        position: absolute;
        display: inline-block;
        left: 15px;
        right: 15px;
        border-color: #cd9b47;
        border-width: 2px;
        height: 3px;
        top: 5px;
        content: "";
        z-index: 0;
    }

.special-part-container {
    padding: 0;
}

.special-part h3.title-page {
    text-align: right;
    width: 100%;
    position: relative;
}

.special-part {
    background-color: #ed3237;
    padding: 15px 30px 30px;
    border-radius: 5px;
}

    .special-part h3.title-page {
        text-align: right;
    }

        .special-part h3.title-page span::before, .special-part h3.title-page span::after {
            display: none !important;
        }

        .special-part h3.title-page span, .special-part h3.title-page a {
            background-color: #ed3237;
            color: white !important;
        }

    .special-part .h4-title {
        color: white;
        margin: 0;
        margin-top: 10px;
        width: 100%;
    }

        .special-part .h4-title .h4-title-link {
            float: left;
            font-size: 10px;
            color: white;
            display: inline-block;
        }

.icon-benefit {
    width: 100%;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 0 5px #d2d2d2;
}

.product-slider-container .swiper-wrapper {
    padding: 10px 0;
}

.product {
    position: relative;
    padding: 5px;
}

.product-item {
    border: 1px solid #ebebeb;
    background-color: white;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    border-radius: 30px;
    transition: all 0.2s;
    padding-bottom: 15px;
}

    .product-item .item-color {
        float: right;
        width: 20px;
        height: 20px;
        margin-bottom: 15px;
        border-radius: 50%;
        display: inline-block;
        border: 1px solid #EAEAEA;
        margin-left: 5px;
    }

.product-item-color-container {
    overflow: hidden;
    height: 50px;
    padding: 15px;
}

.compare-product-item .product-item, .product-item:hover {
    box-shadow: 0 0 10px #e2e2e2;
}

.remove-compare {
    color: #1db8bf !important;
    box-shadow: 0 0 5px #AAA;
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    right: -15px;
    top: -15px;
    background-color: white;
    z-index: 1;
    font-size: 18px;
    padding-top: 2px;
}

.product-item-content {
    height: 100%;
    width: 100%;
    border-radius: 5px;
}

.product-item .img-product-container {
    padding: 40px;
    padding-bottom: 10px;
}

    .product-item .img-product-container .img-product {
        width: 100%;
        margin: 0 auto 0;
        border-radius: 5px !important;
    }

.product-item .product-item-color-container {
    display: none;
}

.product-title {
    width: 100%;
    display: inline-block;
    padding: 0 15px;
    height: 50px;
    overflow: hidden;
}

.product-brand {
    width: 100%;
    display: inline-block;
    font-size: 12px;
}

.product-count {
    margin: 10px 0;
    width: 100px;
    border: 1px solid #d5d5d4;
}

.product-price {
    color: #ed3237;
    text-align: right;
    font-size: 18px;
}

    .product-price.unavailable {
        color: red;
        font-weight: bold;
    }

        .product-price.unavailable[product-status='PRODUCT_STATUS_SOON'] {
            color: #ed3237;
        }

.product .discount-tag {
    border: 1px solid #ed3237;
    left: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    padding-top: 5px;
    font-weight: bold;
    color: #ed3237 !important;
    border-radius: 50%;
    background-color: white;
    text-align: center;
    font-size: 11px;
    margin-left: 10px;
}

.product .add-to-cart {
    border: 2px solid #ed3237;
    width: 35px;
    height: 35px;
    padding-top: 5px;
    font-weight: bold;
    color: #ed3237 !important;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
}

.product .product-price-content {
    line-height: 20px;
}

.product .product-price {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-right: 15px;
    padding-left: 15px;
    height: 38px;
}

.product-price-timer {
    font-size: 12px;
    color: #979899;
    cursor: pointer;
    display: none;
}

.product-price-timer-icon {
    color: #979899;
    font-size: 11px;
    cursor: pointer;
}

.item-old-price {
    text-decoration: line-through;
    font-size: 15px;
    color: #979899;
}

.discount-row-part {
    padding: 30px 0;
}

.discount-row {
    background-color: #ed3237;
    padding: 30px 0 30px;
    border-radius: 5px;
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
}

    .discount-row h4 {
        margin-bottom: 30px;
        color: white;
    }

.discount-product-slider {
}

.discount-row .swiper-button-next:after, .discount-row .swiper-button-prev:after {
    color: white;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 30px;
}

.new-row-part .swiper-button-next {
    right: -40px !important;
}

.new-row-part .swiper-button-prev {
    left: -40px !important;
}

.blog-item {
    border-radius: 5px;
    border: 1px solid #ebebeb;
    background-color: white;
    box-shadow: 0 0 10px #ebebeb;
}

    .blog-item .blog-image {
        border-radius: 5px;
        max-height: 240px;
    }

    .blog-item .blog-title {
        font-weight: bold;
        margin: 10px 0;
        display: inline-block;
        font-size: 13px;
    }

    .blog-item time {
        font-size: 18px;
        display: inline-block;
        margin-bottom: 5px;
    }

    .blog-item .blog-more {
        background-color: #ed3237;
        color: white;
        display: inline-block;
        border-radius: 5px;
        height: 40px;
        width: 40px;
        text-align: center;
        font-size: 18px;
        padding-top: 10px;
        transition: all 0.2s;
    }

    .blog-item .blog-content {
        padding: 15px;
    }

        .blog-item .blog-content > p {
            padding: 15px;
            height: 70px;
        }

    .blog-item:hover {
        background-color: #ed3237;
        transition: all 0.2s;
        color: white;
    }

        .blog-item:hover .blog-title {
            color: white !important;
        }

        .blog-item:hover .blog-more {
            background-color: white;
            color: #ed3237;
        }

.h4-title {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
}

main {
    border-bottom: 1px solid #ebebeb;
    background-color: #fcfcfc;
    padding-top: 15px;
}

footer {
    background-color: #f1f5f6;
    padding: 50px 0 50px;
}

    footer .benefit-part {
        height: 130px;
        background-color: white;
        border-radius: 5px;
        box-shadow: 0 0 10px #ebebeb;
        border: 1px solid #ebebeb;
        margin-top: -115px;
        padding: 12.5px 15px 15px;
        font-weight: bold;
        font-size: 17px;
    }

        footer .benefit-part img {
            height: 100px;
            margin-left: 10px;
        }

    footer .enamad-container {
        text-align: right;
        height: 100%;
    }

        footer .enamad-container img {
            background-color: white;
            padding: 20px 10px;
            border-radius: 5px;
            box-shadow: 0 0 10px #ebebeb;
            border: 1px solid #ebebeb;
            width: 100% !important;
            height: 100% !important;
            max-height: 200px;
        }

    footer h3 {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    footer ul {
        padding-right: 0px;
    }

    footer .social-icon-container {
        margin-top: 20px;
        text-align: left;
    }

        footer .social-icon-container > a {
            display: inline-block;
            background-color: white;
            border-radius: 5px;
            margin-right: 5px;
        }

            footer .social-icon-container > a img {
                width: 40px;
                height: 40px;
                border-radius: 5px;
                box-shadow: 0 0 10px #ebebeb;
                border: 1px solid #ebebeb;
            }

    footer .newsletter-container {
        margin-top: 30px;
    }

    footer .newsletter-text-container {
        background-color: white;
        padding: 5px;
        position: relative;
        border-radius: 5px;
        height: 50px;
        box-shadow: 0 0 10px #ebebeb;
        border: 1px solid #ebebeb;
    }

        footer .newsletter-text-container form {
            height: 100%;
        }

        footer .newsletter-text-container input[type='text'] {
            width: 100%;
            height: 100%;
            padding-right: 15px;
            outline: none;
            border: none;
        }

        footer .newsletter-text-container input[type='button'] {
            background-color: #ed3237;
            color: white;
            position: absolute;
            border: none;
            outline: none;
            left: 5px;
            top: 5px;
            bottom: 5px;
            border-radius: 5px;
            padding: 6px 15px 10px;
        }

    footer .logo-footer {
        max-height: 70px;
        margin-top: 20px;
        margin-bottom: 10px;
        max-width: 100%;
    }

    footer hr {
        border-width: 2px;
    }

    footer .copyright {
        padding-bottom: 15px;
        display: inline-block;
        margin: 0 auto;
    }

.banner-border {
    border: 1px solid #ebebeb;
}

.part-new {
    background-color: #f4f4f4;
    padding-bottom: 15px;
}

.product-new {
    padding-top: 0;
}

hr {
    border-width: 2px;
}

.product-new .img-product {
    width: 100%;
}

.product-new .product-item {
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.product-new:hover .product-item, .product-new.active .product-item {
    border-color: #ed3237;
}

.product-new .product-item hr {
    border-width: 2px;
}

.product.product-new .add-to-cart {
    width: 100%;
}

    .product.product-new .add-to-cart span {
        font-size: 11px;
        float: right;
        margin-right: 10px;
        margin-top: -1px;
    }

.product.product-new .product-title {
    padding: 0;
}

.product.product-new .add-to-cart i {
    float: left;
    display: inline-block;
    margin: 5px;
    margin-left: 10px;
}

.col-product-new {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.product-new-big {
    border: 1px solid #ebebeb;
    background-color: white;
    text-align: center;
    border-radius: 5px;
    transition: all 0.2s;
    padding: 50px;
    padding-top: 20px;
    height: 427px;
}

    .product-new-big img {
        max-height: calc(100% - 25px);
    }

.filter-part {
    background-color: white;
    padding: 15px;
    padding-bottom: 0;
    border-radius: 5px;
    border: 1px solid #ebebeb;
}

    .filter-part .filter-header h4 {
        font-size: 14px;
        margin: 0;
        cursor: pointer;
    }

    .filter-part .filter-content-container {
        display: none;
    }

    .filter-part.expanded .filter-content-container {
        display: block;
    }

    .filter-part.expanded .filter-header {
        border-bottom: 1px solid #cd9b47;
    }

        .filter-part.expanded .filter-header h4 {
            padding-bottom: 10px;
        }

    .filter-part .filter-header {
        position: relative;
    }

    .filter-part .bt-up {
        display: none;
    }

    .filter-part.expanded .bt-up {
        display: block;
    }

    .filter-part.expanded .bt-down {
        display: none;
    }

    .filter-part .filter-header a.remove-filters {
        position: absolute;
        left: 0;
        top: 2px;
        font-size: 10px;
        color: #cd9b47;
        font-weight: bold;
    }

.filter-tag-container a {
    display: inline-block;
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
    box-shadow: 0 0 5px #5f5f5f;
    padding: 5px 10px 5px 5px;
    border-radius: 5px;
    background-color: white;
    font-size: 11px;
}

    .filter-tag-container a i {
        margin-right: 10px;
    }

.filter-part .filter-up {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 10px;
    color: #cd9b47;
    font-weight: bold;
}

    .filter-part .filter-up i {
        cursor: pointer;
    }

.filter-checkbox-container {
    font-size: 12px;
    line-height: 25px;
    max-height: 200px;
    direction: rtl;
    overflow-y: scroll;
}

.noUi-horizontal .noUi-handle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.noUi-target {
    box-shadow: none;
    border-color: #edece9;
    background: #edece9;
}

.noUi-horizontal .noUi-handle {
    top: -14px;
    outline: none !important;
    box-shadow: 0 0 5px #D9D9D9;
}

.noUi-handle:after {
    left: 5px;
}

.noUi-handle:after, .noUi-handle:before {
    background: none;
    top: 2px;
    font-size: 18px;
    cursor: pointer;
}

.noUi-handle:after {
    font-family: "bt-font";
    content: '\e80e';
}

.noUi-origin {
}

    .noUi-origin:nth-child(odd) .noUi-handle:after {
        font-family: "bt-font";
        content: '\e810';
    }

.noUi-horizontal {
    height: 5px;
}

.price-range-values {
    font-size: 11px;
}

    .price-range-values span {
        color: #ed3237;
        font-weight: bold;
    }

.pretty .state label:after, .pretty .state label:before {
    left: unset;
    right: 0;
}

.pretty.p-svg .state .svg {
    left: unset;
    right: 0;
}

.pretty input:checked ~ .state.p-success label:after, .pretty.p-toggle .state.p-success label:after {
    background-color: #1ea1a6 !important;
}

.pretty .state label:before {
    background-color: white;
}

.filter-part-container {
    position: sticky;
    top: 130px;
}

.search-order-container {
    background-color: white;
    padding: 15px 15px 10px;
    border: 1px solid #ebebeb;
}

    .search-order-container ul {
        padding: 0;
    }

        .search-order-container ul li {
            display: inline-block;
        }

            .search-order-container ul li a {
                background-color: #f5f5f5;
                position: inline-block;
                padding: 7.5px 10px;
                border-radius: 5px;
                margin-left: 7px;
                transition: all 0.2s;
            }

    .search-order-container select {
        display: none;
        width: 100%;
        padding: 2.5px 10px;
    }

    .search-order-container ul li:hover a, .search-order-container ul li.active a {
        background-color: #ed3237;
        color: white;
    }

.search-result-container {
    margin-top: 15px;
    border-radius: 5px;
    margin-right: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0px;
}

    .search-result-container .product {
        padding: 0;
    }

        .search-result-container .product .product-item {
            box-shadow: none;
            border-width: 1px;
            border-radius: 0;
        }

.search-brands {
    background-color: white;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    width: 100%;
    padding: 2px 5px;
}

    .search-brands input {
        padding: 5px 10px 2.5px;
        border: none;
        width: 80%;
        outline: none;
        font-size: 12px;
    }

    .search-brands i {
        margin-right: 10px;
    }

.pretty .state label:after, .pretty .state label:before {
    border-width: 2px;
}

.filter-checkbox-container {
    padding-right: 15px;
}

.pretty .state label:before {
    border: 1px solid #ebebeb;
}

.product-details {
    padding: 0 15px;
    background-color: white;
    border-radius: 5px;
}

    .product-details .main-picture {
        cursor: pointer;
        margin-top: 15px;
        border-radius: 5px;
        border: 2px solid #dee2e6;
        margin-bottom: 15px;
    }

.related-container {
    padding-top: 15px;
}

.related-item, .related-item-more {
    border: 2px solid #dee2e6;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 5px;
    transition: all 0.2s;
    font-size: 13px;
}

    .related-item:hover {
        border-color: black;
    }

    .related-item img {
        border-radius: 5px;
    }

.related-item-more {
    background-color: #f5f5f5;
    color: #b4b4b4;
    font-weight: bold;
    text-align: center;
    width: 100%;
    font-size: 15px;
    aspect-ratio: 1 / 1;
    padding-top: 18%;
    margin-bottom: 15px;
}

.available-items {
    background-color: #fdeeea;
    border-radius: 15px;
    color: #ef623c;
    padding: 4px 10px 5px;
    position: absolute;
    right: 0;
    top: 15px;
    font-weight: bold;
    font-size: 11px;
    z-index: 5;
}

.brand-logo {
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 5;
    display: inline-block;
    height: 35px;
}

    .brand-logo img {
        width: 100%;
        height: 100%;
    }

.details-icons {
    bottom: 15px;
    left: 0;
    right: 0;
}

    .details-icons div {
        display: inline-block;
        margin: 10px;
        line-height: 15px;
    }

        .details-icons div span {
            display: inline-block;
            width: 100%;
            text-align: center;
            font-size: 10px;
            font-weight: bold;
        }

    .details-icons .fa-star {
        color: #ffc11e;
        font-size: 20px;
    }

    .details-icons .fa-heart {
        color: #ee5931;
        font-size: 20px;
    }

    .details-icons .fa-comment {
        color: #7f7f7f;
        font-size: 20px;
    }

    .details-icons img {
        width: 20px;
        cursor: pointer;
    }

.product-details h1 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 15px;
    max-width: 600px;
}

.product-details h2 {
    font-size: 15px;
    color: #696667;
    font-weight: normal;
    font-family: calibri;
}

.product-abilities {
    position: absolute;
    left: 15px;
    top: 15px;
    direction: ltr;
    z-index: 5;
}

    .product-abilities a {
        margin-right: 20px;
        display: inline-block;
    }

    .product-abilities i {
        font-size: 25px;
        margin-top: 10px;
    }

    .product-abilities img {
        height: 25px;
        margin-top: -15px;
    }

    .product-abilities .grayscale {
        filter: grayscale(100%);
    }

.product-details hr {
    border-width: 2px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.product-details label {
    font-weight: bold;
}

.product-details .select-color {
    width: 40px;
    height: 40px;
    border: 2px solid #dee2e6;
    border-radius: 5px;
    display: inline-block;
    margin-left: 5px;
    transition: all 0.2s;
    cursor: pointer;
    position: relative;
    text-align: center;
    line-height: 0;
}

    .product-details .select-color.unavailable {
        cursor: not-allowed;
    }

.color-swiper .select-color {
    width: 100%;
    height: unset !important;
}

.product-details .select-color img {
    border-radius: 5px;
}

.product-details .select-color.active, .product-details .select-color:hover {
    border-color: #ed3237;
}

.product-details .select-color .fa-ban {
    display: none;
}

.product-details .select-color.unavailable .fa-ban {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: 8px;
    bottom: 0;
    color: white;
    text-shadow: 0 0 5px black;
    font-size: 20px;
    pointer-events: none;
}

.product-details .select-size {
    background-color: #f5f5f5;
    border-radius: 3px;
    display: inline-block;
    margin-left: 5px;
    transition: all 0.2s;
    padding: 5px 15px;
    cursor: pointer;
}

    .product-details .select-size.active, .product-details .select-size:hover {
        background-color: #ed3237;
        color: white;
    }

.guide-size {
    color: #3a74bd;
    border-bottom: 2px dashed #3a74bd;
    margin-right: 15px;
    padding-bottom: 5px;
}

    .guide-size img {
        width: 12px;
    }

.button {
    display: inline-block;
    border-radius: 5px;
    padding: 10px 0px;
    outline: none;
    border-width: 2px;
    border-style: solid;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
}

.button-green, .button-green:hover, .button-green:active {
    background-color: #ed3237;
    border-color: #ed3237;
    color: white !important;
}

.button-padding {
    padding-left: 20px;
    padding-right: 20px;
}

.button-brown {
    background-color: #CD9B47;
    border-color: #CD9B47;
    color: white;
}

.button-blue,
.button-blue:active,
.button-blue:focus {
    align-items: center;
    background: #ed3237;
    border: 1px solid #ed3237;
    border-radius: 10px;
    box-shadow: 0 7px 16px rgba(223, 102, 97, .22);
    color: #fff !important;
    cursor: pointer;
    display: inline-flex;
    font-weight: bold;
    justify-content: center;
    min-height: 48px;
    padding: 13px 16px;
    text-align: center;
    transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.button-blue:hover {
    background: #c9524e;
    border-color: #c9524e;
    color: #fff !important;
    transform: translateY(-1px);
}

.button-blue-inverse,
.button-blue-inverse:active,
.button-blue-inverse:focus {
    align-items: center;
    background: #fff;
    border: 1px solid #ed3237;
    border-radius: 10px;
    color: #d45854 !important;
    cursor: pointer;
    display: inline-flex;
    font-weight: bold;
    justify-content: center;
    min-height: 48px;
    padding: 13px 16px;
    text-align: center;
}

.button-blue-inverse:hover {
    border-color: #c9524e;
    color: #c9524e !important;
}

.select-basket-count {
    padding: 14px 0px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    border-radius: 5px;
    width: 100%;
}

.tab-container {
    background-color: #1c1c23;
    border-radius: 5px;
}

    .tab-container ul {
        margin: 0;
        padding: 0;
        font-size: 12px;
        font-weight: bold;
    }

        .tab-container ul li {
            display: inline-block;
            padding: 15px 10px;
            border-bottom: 5px solid #1c1c23;
            transition: all 0.2s;
        }

    .tab-container a {
        color: #98989b !important;
    }

    .tab-container ul li.active, .tab-container ul li:hover {
        border-color: #ed3237;
    }

        .tab-container ul li.active a, .tab-container ul li:hover a {
            color: white !important;
        }

.fixed-sticky .tab-container ul li {
    padding-top: 10px;
    padding-bottom: 10px;
}

.tab-page {
    background-color: white;
    padding: 30px 30px 0;
    border-radius: 5px;
    margin-top: 15px;
}

    .tab-page.no-padding-tab {
        padding: 0;
    }

    .tab-page h2, .tab-page .h2 {
        font-size: 16px;
        margin-bottom: 20px;
        display: block;
    }

    .tab-page ul {
        list-style: disc;
    }

.product-defenition {
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    margin-left: -30px;
    margin-right: -30px;
}

    .product-defenition .with-border {
        border-top: 1px solid #f0f0f0;
        border-bottom: 1px solid #f0f0f0;
        padding: 10px 20px;
    }

.modal-input {
    background-color: #f0f0f0;
    border-radius: 5px;
    padding: 5px 15px;
    margin-bottom: 5px;
    position: relative;
}

    .modal-input.no-margin {
        margin: 0 !important;
    }

    .modal-input input[type="file"] {
        display: none;
    }

    .modal-input span, .modal-input label {
        font-size: 12px;
        margin: 0;
    }

    .modal-input input, .modal-input select, .modal-input textarea {
        width: 100%;
        background-color: transparent;
        outline: none;
        border: none;
    }

        .modal-input input.multiline {
            height: 100%;
        }

    .modal-input a {
        position: absolute;
        left: 20px;
        font-size: 12px;
        color: #1e6ab4;
        font-weight: bold;
    }

    .modal-input.input-recover {
        padding-left: 0;
        padding-right: 0;
    }

    .modal-input.more-height input {
        height: 50px;
    }

    .modal-input .select-file {
        position: absolute;
        left: 8px;
        top: 8px;
        height: 45px;
        padding-top: 7px;
        cursor: pointer;
    }

    .modal-input .user-score {
        position: absolute;
        right: -10px;
        top: -10px;
        width: 20px;
        height: 20px;
        cursor: pointer;
    }

        .modal-input .user-score img {
            width: 100%;
            height: 100%;
            border-radius: 50%;
        }

        .modal-input .user-score .with-tooltip {
            position: absolute;
            right: 0;
            top: 0;
        }

            .modal-input .user-score .with-tooltip span {
                position: absolute;
                width: 300px;
                right: -25px;
                top: -60px;
                background-color: #6b727b;
                color: white;
                padding: 10px;
                border-radius: 5px;
                visibility: hidden;
                opacity: 0;
                transition: all 0.2s;
            }

        .modal-input .user-score:hover .with-tooltip span {
            visibility: visible;
            opacity: 1;
            top: -50px;
        }

        .modal-input .user-score .with-tooltip span:before {
            content: "";
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid #6b727b;
            position: absolute;
            bottom: -10px;
            right: 25px;
        }

        .modal-input .user-score .with-tooltip span:after {
            content: "";
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid #6b727b;
            position: absolute;
            bottom: -10px;
            right: 25px;
        }

.tab-page .modal-input {
    margin-bottom: 15px;
}

.buy-box {
    background-color: white;
    border-radius: 5px;
    padding: 0 15px;
    position: sticky;
    top: 95px;
    margin-bottom: 15px;
}

    .buy-box .border-left, .buy-box .border-bottom {
        border-width: 2px !important;
    }

    .buy-box .details-icons {
        position: relative;
        bottom: unset;
        left: unset;
        right: unset;
        height: 100%;
    }

        .buy-box .details-icons div {
            width: 100%;
            margin: 0;
            height: 33.333%;
            display: flex;
        }

            .buy-box .details-icons div i {
                color: #1c1c23;
                font-size: 18px;
            }

.tab-page h2, .tab-page .h2 {
    font-size: 16px;
    margin-bottom: 20px;
    display: block;
    font-weight: bold;
}

.fixed-sticky {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9;
    top: -100px;
    transition: all 0.2s;
}

    .fixed-sticky.show-up {
        top: 65px;
    }

    .fixed-sticky:hover {
        z-index: 12;
    }

.related-slider, .related-slider * {
    direction: ltr !important;
}

.basket-item {
    position: relative;
    padding: 10px;
    font-size: 11px;
    margin-bottom: 15px;
}

    .basket-item .remove-basket {
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
        color: #979899;
        z-index: 1;
        height: 15px;
    }

.remove-filip-basket {
    position: absolute;
    top: 10px;
    left: 10px;
    cursor: pointer;
    fill: #979899;
    height: 15px;
    z-index: 1;
    font-size: 15px;
}

.basket-item input[type='text'] {
    width: 100%;
    margin: 5px 0;
}

.confirm-basket {
    background-image: linear-gradient(to right, #1e8688, #1db7be);
    width: 100%;
    padding: 10px 15px;
    color: white !important;
    border-radius: 5px;
    cursor: pointer;
    border: none;
    font-size: 16px;
    box-shadow: 0 0 10px #1e8688;
    max-width: 80%;
    margin-top: 15px;
}

.basket-total {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 18px;
    padding-bottom: 30px;
    background-color: white;
}

.basket-total-price {
}

.basket-brand-name {
    font-size: 10px !important;
}

.basket-item .line-devider {
    border-bottom: 2px solid #dee2e6;
    display: inline-block;
    width: 100%;
}

.basket-item .basket-base-price {
    font-size: 10px;
}

.basket-item .basket-count {
    font-size: 13px;
    margin-top: 2px;
    display: inline-block;
}

.side-basket {
    position: fixed;
    left: -400px;
    width: 400px;
    top: 0;
    bottom: 0;
    z-index: 12;
    transition: all 0.2s;
    box-shadow: 0 0 10px #e2e2e2;
    background-color: white;
}

.basket-header .fr-close {
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 25px;
    color: #979899;
}

.side-basket-content {
}

.basket-add-icon {
    width: 20px;
    margin: 0 3px;
    cursor: pointer;
}

    .basket-add-icon.disabled {
        cursor: unset;
    }

.side-basket h2 {
    font-size: 17px;
    text-align: center;
    padding-top: 15px;
}

.side-basket ul {
    margin: 0;
    padding: 5px 15px 150px 15px;
    list-style: none;
    max-height: 85%;
    overflow-y: scroll;
}

    .side-basket ul li {
        width: 100%;
        box-shadow: 0 0 10px #e2e2e2;
        border-radius: 5px;
    }

.basket-icon img {
    height: 100%;
}

.basket-part.show-up .side-basket {
    left: 0;
}

.item-filip {
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    background-color: white;
    border-radius: 10px;
    padding-top: 30px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
}

.basket-item.show-filip .item-filip {
    visibility: visible;
    opacity: 1;
}

.item-filip p {
    font-weight: bold;
}

.basket-replace-button, .basket-filip-remove-button {
    display: inline-block;
    padding: 5px 25px;
    margin-top: 10px;
    border-radius: 5px;
    font-size: 10px;
    font-weight: bold;
}

.basket-replace-button {
    background-color: #ed3237;
    border-color: #ed3237;
    padding-top: 6px;
    padding-bottom: 8px;
    color: white !important;
}

.basket-filip-remove-button {
    border: 2px solid #0f7c9b;
    color: #262a2f;
}

.basket-plus, .basket-minus {
    font-size: 15px;
    margin: 0 5px;
    display: inline-block;
    border: 2px solid #dee2e6;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    line-height: 0;
    padding-top: 11px;
    cursor: pointer;
}

.basket-close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
}

.basket-item .basket-close {
    position: absolute;
    right: 3px;
    top: 3px;
    z-index: 1;
    background: white;
    display: inline-block;
    width: 24px;
    border-radius: 50%;
    height: 24px;
    text-align: center;
    font-weight: bold;
    border: 2px solid #dee2e6;
}

.basket-item .img-responsive {
    border-radius: 5px;
    border: 2px solid #dee2e6;
}

.overlay {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 12;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
    background-color: rgba(0, 0, 0, 0.5);
}

    .overlay.show-up {
        opacity: 1;
        visibility: visible;
    }

.product-details .product-price-old, .buy-box .product-price-old, .product-price-old {
    text-decoration: line-through;
    font-size: 12px;
    color: #c0c0c0;
}

.product-details .product-percent, .buy-box .product-percent, .basket-item .product-percent, .order-item .product-percent, .product-percent {
    background-color: #ed3237;
    color: white;
    margin-left: 5px;
    border-radius: 15px;
    padding: 3px 10px;
    font-size: 12px;
}

.post-container {
    background-color: white;
    border-radius: 5px;
    line-height: 30px;
    text-align: justify;
    padding: 15px 30px;
}

    .post-container h1 {
        font-size: 25px;
        margin-bottom: 20px;
        margin-top: 15px;
    }

    .post-container h2 {
        font-size: 22px;
    }

    .post-container h3 {
        font-size: 18px;
    }

    .post-container h4 {
        font-size: 15px;
    }

    .post-container h5 {
        font-size: 12px;
    }

    .post-container h6 {
        font-size: 10px;
    }

    .post-container img {
        max-width: 100%;
    }

    .post-container .post-picture {
        border: 1px solid #ebebeb;
        padding: 5px;
        border-radius: 5px;
    }

    .post-container ul {
        list-style: disc;
    }

.post-item {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 15px;
    padding-top: 15px;
}

    .post-item img {
        border: 1px solid #ebebeb;
        border-radius: 5px;
        padding: 5px;
    }

    .post-item h2 {
        font-size: 20px;
        margin-bottom: 30px;
        line-height: 35px;
    }

    .post-item p {
        margin-bottom: 70px;
        text-align: justify;
        line-height: 30px;
    }


.side-blog-post {
    background: white;
    border-radius: 5px;
    padding: 15px;
}

    .side-blog-post .side-blog img {
        width: 100%;
        padding: 2px;
        border: 1px solid #c1c1c1;
        float: right;
    }

    .side-blog-post .side-blog a {
        display: inline-block;
        float: right;
    }

.category-container {
    border: 1px solid #ebebeb;
    background-color: white;
    border-radius: 5px;
    padding: 30px 30px 15px;
    position: sticky;
    top: 130px;
}

    .category-container li {
        transition: all 0.2s;
    }

        .category-container li.active, .category-container li:hover {
            margin-right: 10px;
        }

            .category-container .active a, .category-container li:hover a {
                color: #ed3237;
            }

    .category-container h2 {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .category-container ul {
        list-style: disc;
        line-height: 30px;
    }

.post-calendar {
    position: absolute;
    bottom: 0;
    right: 15px;
    font-size: 11px;
}

.post-index .post-calendar {
    bottom: 15px;
    left: 30px;
}

.post-read-more {
    position: absolute;
    bottom: 0;
    left: 15px;
    background-color: #ed3237;
    border-color: #ed3237;
    color: white;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 5px;
    padding-bottom: 4px;
}

/*Alerts Part*/
.alert-holder {
    position: fixed /*absolute*/;
    right: 0;
    left: 0;
    top: -400px;
    width: 100%;
    text-align: center;
    z-index: 99999999999999;
    transition: all 0.2s;
}

    .alert-holder.show-up {
        top: 0;
    }


.alert-box {
    background: #fff;
    color: #545e71;
    width: 400px;
    max-width: 100%;
    padding: 20px 30px;
    margin: 0 auto;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.12);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    margin-top: 30px;
    border-radius: 5px;
}

    .alert-box .alert-text {
        font-size: 14px;
        margin-top: 10px;
    }

    .alert-box .alert-ic {
        font-size: 40px;
    }

    .alert-box.successful .alert-ic {
        color: #1e6ab4;
    }

    .alert-box.failed .alert-ic {
        color: #bc2031;
    }

    .alert-box.info .alert-ic {
        color: #999;
    }

.loading-container {
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
    display: none;
}

    .loading-container.show-up {
        display: flex;
    }

    .loading-container .loading {
        width: 200px;
        height: 160px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        background-color: white;
        text-align: center;
        flex-direction: column;
        padding-top: 0;
    }

.loadingImg {
    width: 200px;
    height: 160px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    background-color: white;
    text-align: center;
    flex-direction: column;
    padding-top: 40px;
}

.loading-container .loading img {
    margin: 0 0 0 0;
    width: 150px;
}

.quick-search {
    position: absolute;
    left: -1px;
    right: -1px;
    padding-top: 10px;
    background: #f5f5f5;
    border-radius: 5px;
    padding-right: 15px;
    line-height: 30px;
    font-size: 12px;
    border: 2px solid #dedddd;
    top: 46px;
    padding-bottom: 5px;
    max-height: 200px;
    overflow-y: scroll;
    z-index: 1;
}

.profile-page {
    border: 1px solid #ebebeb;
    box-shadow: 0 0 5px #ebebeb;
    border-radius: 5px;
    background-color: white;
    padding: 25px;
}

.login-desk-part {
    background-size: cover;
    box-shadow: 0 0 5px #ebebeb;
    border-right: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 30px 50px;
    text-align: center;
}

.regiser-desk-part {
    padding-left: 30px;
}

.profile-page h4 {
    color: black;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.login-desk-part h5 {
    color: #1F303C;
    font-size: 18px;
    line-height: 30px;
    position: relative;
}

    .login-desk-part h5:before, .login-desk-part h5:after {
        content: "";
        position: absolute;
        right: -30px;
        width: 30px;
        height: 30px;
        /*background-image: url(../image/icons/star.svg);*/
        background-size: contain;
        top: 0;
    }

    .login-desk-part h5:after {
        right: unset;
        left: -30px;
    }

.regiser-desk-part h5:after {
    display: none !important;
}

.revert-button {
    display: inline-block;
    padding: 10px 40px;
    /*background-image: linear-gradient(45deg, #CD9B47, #CD9B47, #CD9B47, #F1D5A4, #CD9B47);*/
    border-radius: 5px;
    color: white !important;
    box-shadow: 0 0 5px #AAA;
}

.login-form-part .revert-button {
    border: none;
}

.login-form-part .link-gray {
    color: #CD9B47;
}

.textbox, .selectbox {
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 5px 20px;
    width: 100%;
}

.cart-page {
    padding: 30px 60px 60px;
}

    .cart-page .basket-row .product-picture img {
        border: 1px solid #ebebeb;
        border-radius: 5px;
        width: 100px;
    }

    .cart-page .basket-total-devider {
        height: 5px;
        background-color: #CEAD74;
        display: inline-block;
        width: 100%;
    }

    .cart-page .basket-total-row span {
        font-weight: bold;
        font-size: 15px;
    }

    .cart-page th {
        text-align: center;
        padding-bottom: 30px;
    }

    .cart-page .cart-product-count {
        display: inline-block;
        margin: 0 10px;
    }

    .cart-page .add-minus-button img {
        display: inline-block;
        width: 25px;
    }

    .cart-page td .fr-close {
        font-size: 20px;
        color: #979899;
    }

    .cart-page td {
        padding: 5px;
    }

        .cart-page td input[type='text'] {
            border: 1px solid #979899;
            margin: 5px 0;
            width: 100px;
        }

    .cart-page .brand-name {
        color: #979899;
    }

    .cart-page .add-address-button {
        margin: 0;
        width: unset;
        padding: 0 20px 0 0;
        float: left;
        border-radius: 20px 10px 10px 20px;
        outline: none;
        cursor: pointer;
        display: inline-block;
        border: 2px solid #1e8688;
        line-height: 0;
        margin-left: 10px;
    }

        .cart-page .add-address-button img {
            height: 35px;
            margin: -2px;
            float: left;
            margin-right: 15px;
        }

        .cart-page .add-address-button label {
            margin-top: 15px;
            font-weight: bold;
            font-size: 12px;
            cursor: pointer;
        }

    .cart-page .basket-old-price {
        text-decoration: line-through;
        display: inline-block;
        width: 100%;
        font-size: 11px;
    }

.basket-deactivate {
    color: red;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.next-level-part {
    text-align: left;
}

    .next-level-part .button {
        padding-right: 50px;
        padding-left: 50px;
        font-weight: bold;
        outline: none;
    }

.swiper-button-disabled {
    display: none;
}

.address-item {
    padding-right: 40px;
    color: #979899;
    line-height: 25px;
    cursor: pointer;
    position: relative;
    margin-bottom: 15px;
}

.address-item-container {
    border: 2px solid #e0e0e0;
    width: 100%;
    border-radius: 5px;
    color: #979899;
    padding: 15px;
    transition: all 0.2s;
}

.address-item img {
    height: 20px;
    margin-top: -5px;
}

.address-item label {
    margin: 3px;
    margin-right: 10px;
}

.address-item .edit-part {
    padding-top: 35px;
    vertical-align: middle;
    text-align: left:
}

    .address-item .edit-part a {
        display: inline-block;
        margin-left: 15px;
    }

    .address-item .edit-part img {
        height: 25px;
    }

.address-item .address-title {
    height: 50px;
    display: inline-block;
}

.address-check-container {
    position: absolute;
    right: 10px;
    top: 55px;
}

.send-type-item.disabled {
    filter: blur(8px);
    -webkit-filter: blur(8px);
    pointer-events: none;
}

.send-check-container {
    top: 40px;
}

.delivery-part {
    display: none;
}

.address-check-container .simple-checkbox {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #e0e0e0;
    box-shadow: 0px 1px 1px 1px #e0e0e0 inset;
    padding: 2px;
    position: relative;
}

.address-check-container .simple-checkbox-selected {
    position: absolute;
    right: 2px;
    left: 2px;
    top: 2px;
    bottom: 2px;
    display: inline-block;
    background-image: linear-gradient(to right, #1e8688, #1db7be);
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
}

.address-item.selected .address-item-container, .address-item:hover .address-item-container {
    border-color: #ed3237;
}

.address-item.selected .simple-checkbox-selected, .address-item:hover .simple-checkbox-selected {
    opacity: 1;
    visibility: visible;
}

.send-type .send-type-container {
    padding-right: 40px;
    color: #979899;
    line-height: 25px;
    cursor: pointer;
    position: relative;
    margin-bottom: 15px;
}

.send-type-price {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.circle-inactive {
    width: 30px;
    height: 30px;
    background-color: #CACACA;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}

.cart-progress-line, .cart-progress-line-gray {
    background-color: #CACACA;
    position: absolute;
    right: 12.5%;
    left: 12.5%;
    top: 12.5px;
    height: 5px;
}

.cart-progress-line-gray {
    background-color: #DCBC86;
    z-index: 1;
    left: unset;
}

    .cart-progress-line-gray.completed {
        left: 0;
        right: 0;
        width: unset;
    }

.progress-title {
    position: absolute;
    width: 100px;
    right: -30px;
    text-align: center;
    top: -25px;
    display: inline-block;
    font-size: 12px;
}

.oval {
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    background-color: #CEAD74;
    width: 30px;
    border-radius: 50%;
}

.payment-part {
    background-size: contain;
    border-radius: 5px;
    padding: 0;
}

.payment-part-container {
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 30px;
}

.coupon-part {
    display: inline-block;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    margin: 0 auto;
}

    .coupon-part [type='button'] {
        border: 2px solid #ed3237;
        border-radius: 5px;
        padding: 10px 20px;
        margin: -1px;
        font-size: 12px;
        outline: none;
        background: white;
        font-weight: bold;
    }

    .coupon-part [type='text'] {
        border: 1px solid white;
        border-radius: 5px;
        outline: none;
        width: 300px;
        padding: 8px 20px;
    }

.coupon-container {
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
}

    .coupon-container.show-up {
        height: 80px;
        opacity: 1;
        visibility: visible;
    }

.coupon-remove {
    color: red;
    font-weight: bold;
}

.successful-icon {
    width: 150px;
}

.callback-page {
    line-height: 30px;
}

.payment-callback-page {
    background: #f4f6f7;
    padding: 46px 0 70px;
}

.payment-callback-card {
    max-width: 760px;
    margin: 0 auto;
    padding: 34px;
    border: 1px solid #e5e9eb;
    border-radius: 10px;
    background: #fff;
    text-align: center;
}

.payment-callback-icon {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    width: 82px;
    height: 82px;
    margin-bottom: 18px;
    border-radius: 50%;
    font-size: 46px;
}

.payment-callback-card.is-success .payment-callback-icon {
    background: #e8f8df;
    color: #329344;
}

.payment-callback-card.is-failed .payment-callback-icon {
    background: #fff0f0;
    color: #d6525b;
}

.payment-callback-card h1 {
    margin: 0 0 10px;
    color: #111820;
    font-size: 24px;
    line-height: 40px;
}

.payment-callback-card p {
    margin: 0 0 22px;
    color: #5f6870;
    font-size: 14px;
    line-height: 28px;
}

.payment-callback-details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 24px 0;
    text-align: right;
}

.payment-callback-detail {
    padding: 14px 16px;
    border: 1px solid #edf0f2;
    border-radius: 8px;
    background: #fafbfc;
}

.payment-callback-detail span {
    display: block;
    color: #7a838a;
    font-size: 12px;
}

.payment-callback-detail strong {
    display: block;
    margin-top: 6px;
    color: #111820;
    font-size: 16px;
}

.payment-callback-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 28px;
}

.payment-callback-actions a {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    min-height: 46px;
    min-width: 150px;
    padding: 10px 18px;
    border-radius: 8px;
    font-weight: 700;
}

.payment-callback-actions .primary {
    background: #d6525b;
    color: #fff;
}

.payment-callback-actions .secondary {
    border: 1px solid #e6c9cb;
    color: #d6525b;
}

.merchant-image {
    border-radius: 15px;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    border: 1px solid #CACACA;
}

.brands-container {
}

    .brands-container .brand-item {
        text-align: center;
        margin-bottom: 30px;
    }

        .brands-container .brand-item img {
            border: 1px solid #ebebeb;
            border-radius: 5px;
            margin-bottom: 10px;
            background-color: white;
            max-width: 100px;
        }

.socials img {
    height: 40px;
    margin: 5px;
}

.your-credit-part-content {
    padding: 30px;
    border-radius: 5px;
    border: 1px solid #ebebeb;
    font-size: 15px;
    font-weight: bold;
}

.credit-amount {
    width: 100%;
    display: inline-block;
    padding: 30px 0;
    text-align: center;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    transition: all 0.2s;
}

    .credit-amount.active, .credit-amount:hover {
        border-color: #ed3237;
        box-shadow: 0 0 10px #e2e2e2;
    }

.profile-order-item {
    border: 1px solid #ebebeb;
    background-color: white;
    padding: 20px 30px 15px;
    border-radius: 5px;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.profile-empty-row {
    border: 1px solid #ebebeb;
    background-color: white;
    padding: 30px 15px;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    margin-bottom: 15px;
}

.profile-favorites-container .product {
    margin-bottom: 10px;
}

.order-status-icon {
    float: right;
}

    .order-status-icon i {
        font-size: 20px;
        color: #ed3237;
        margin-right: 10px;
    }

.order-id {
    display: inline-block;
    height: 20px;
    padding-top: 11px;
    float: right;
}

.order-arrow {
    color: #1db7be !important;
    font-size: 15px;
    display: inline-block;
    float: right;
    font-size: 20px;
    margin-left: 10px;
}

    .order-arrow .bt-up {
        display: none;
    }

.order-name {
    color: #cd9b47 !important;
    float: left;
    display: inline-block;
    padding-top: 10px;
    font-size: 12px;
}

.credit-pane {
    padding: 60px;
}

.profile-order-item .line-devider {
    clear: both;
    padding: 15px 0;
}

.order-head-item {
    cursor: pointer;
    line-height: 0;
}

.profile-order-item .line-devider hr {
    margin: 0;
    border-color: #ed3237;
}

.order-body {
    padding: 0 0 0;
    line-height: 35px;
}

.order-products-container {
    height: 0;
    transition: all 0.2s;
    overflow: hidden;
}

.profile-order-item.expanded .order-products-container {
    height: unset;
}

.profile-order-item.expanded .bt-up {
    display: inline-block;
}

.profile-order-item.expanded .bt-down {
    display: none;
}

.order-product-item {
    margin-top: 5px;
    margin-bottom: 10px;
}

    .order-product-item .border-right {
        border-color: #cd9b47 !important;
    }

.order-product-image img {
    box-shadow: 0 0 2px #c5c5c5;
    height: 80px;
    border-radius: 5px;
    background-color: white;
    float: right;
    margin-left: 10px;
}

.order-product-brand {
    font-size: 12px;
}

/*Modal Part*/
.md-perspective, .md-perspective body {
    height: 100%;
    overflow: hidden;
}

    .md-perspective body {
        background: #222;
        -webkit-perspective: 600px;
        -moz-perspective: 600px;
        perspective: 600px;
    }

.md-modal {
    position: fixed;
    top: 45%;
    left: 50%;
    width: 50%;
    max-width: 630px;
    min-width: 320px;
    height: auto;
    z-index: 200000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

    .md-modal.md-small {
        max-width: 350px;
    }

    .md-modal.md-large {
        max-width: 1000px;
    }

.md-show {
    visibility: visible;
}

.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    z-index: 99997;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: rgba(0, 0, 0, 0.5);
}

    .md-overlay.login-reg {
        background: rgba(255, 255, 255, 1);
        opacity: 0.98 !important;
    }

    .md-overlay.story-ov {
        background: none;
    }

        .md-overlay.story-ov:after {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background: #a58f79;
            /* fallback for old browsers */
            background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1));
            /* Chrome 10-25, Safari 5.1-6 */
            background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1));
            /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
            z-index: 998;
        }

    .md-overlay.login-reg:after {
        opacity: 0;
    }

.md-show ~ .md-overlay {
    opacity: 0.95;
    visibility: visible;
}

.md-effect-1 .md-content {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background-color: white;
    position: relative;
    box-shadow: 0 0 5px #AAA;
    border-radius: 5px;
}

.md-content .modal-head {
    text-align: right;
    width: 100%;
    z-index: 1;
    padding: 5px 50px 0;
}

    .md-content .modal-head h3 {
        font-size: 15px;
        background-color: white;
        padding: 12px 0;
        display: inline-block;
        color: #262a2f !important;
        width: 100%;
        border-bottom: 1px solid #ebebeb;
    }

.modal-close {
    position: absolute;
    display: inline-block;
    left: 15px;
    top: 15px;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #ebebeb;
    text-align: center;
    padding-top: 4px;
    z-index: 10;
    cursor: pointer;
}

    .modal-close i {
        color: #1e9a9e;
        font-weight: bold;
        font-size: 15px;
    }

.modal-foot {
    width: 100%;
    text-align: center;
    line-height: 0;
    padding-bottom: 15px;
}

    .modal-foot a {
        display: inline-block;
        width: unset;
        padding: 20px 25px;
        margin: 0;
    }

.modal-body {
    padding: 10px 50px 0;
}

.md-show.md-effect-1 .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.md-close {
    position: fixed;
    left: 20px;
    top: 20px;
    background: none;
    color: #fff;
    border: 0;
    font-size: 20px;
    z-index: 999;
}

.md-overlay.login-reg .md-close {
    color: #333;
}

.md-trigger {
    position: relative;
    z-index: 888;
    cursor: pointer;
}

.comment-part {
    max-height: 1200px;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}

    .comment-part.expanded {
        max-height: unset !important;
    }

.comment-container {
    position: relative;
    margin-bottom: 35px;
    padding-bottom: 1px;
}

.comment-user {
    line-height: 13px;
    margin-bottom: 10px;
}

.comment-info {
    font-size: 11px;
}

.comment-body {
    margin-bottom: 35px;
    position: relative;
}

.comment-container .button {
    position: absolute;
    bottom: -18px;
    right: 30px;
    padding: 5px 20px;
}

.comment-answer-container {
    padding-right: 100px;
}

.comment-answer {
    background-color: #1c1c23;
    border-radius: 5px;
    padding: 30px;
    margin-top: 15px;
}

    .comment-answer .comment-user {
        color: white;
    }

    .comment-answer .comment-body {
        color: #c9c9cb;
    }

    .comment-answer .comment-body {
        margin-bottom: 0;
    }

#ulProductDetails {
    max-height: 130px;
    overflow: hidden;
}

.span-more {
    display: block;
}

.span-less {
    display: none;
}

.products-tag-container.showup #ulProductDetails {
    max-height: unset;
}

.products-tag-container.showup .span-more {
    display: none;
}

.products-tag-container.showup .span-less {
    display: block;
}

.sub-main-menu {
    display: inline-block;
    background-color: white;
    position: absolute;
    right: 0;
    top: 50px;
    border: 2px solid rgba(0,0,0,.1);
    border-radius: 0 0 5px 5px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
}

.main-menu > li:hover .sub-main-menu {
    opacity: 1;
    visibility: visible;
}

.sub-main-menu > ul {
    padding: 0;
    width: 200px;
}

    .sub-main-menu > ul > li {
        display: inline-block;
        width: 100%;
        transition: all 0.2s;
    }

        .sub-main-menu > ul > li:hover {
            padding-right: 10px;
            background-color: rgba(0,0,0,.1);
        }

        .sub-main-menu > ul > li .very-sub-main-menu {
            display: inline-block;
            width: 200px;
            background-color: white;
            position: absolute;
            right: 150px;
            top: -1px;
            border: 2px solid rgba(0,0,0,.1);
            border-right: 0;
            border-radius: 5px 0 5px 5px;
            opacity: 0;
            visibility: hidden;
            transition: all 0.2s;
        }

        .sub-main-menu > ul > li:hover .very-sub-main-menu {
            opacity: 1;
            visibility: visible;
            right: 200px;
        }

            .sub-main-menu > ul > li:hover .very-sub-main-menu ul {
                padding: 0;
            }

                .sub-main-menu > ul > li:hover .very-sub-main-menu ul li {
                    width: 100%;
                }

                    .sub-main-menu > ul > li:hover .very-sub-main-menu ul li:hover {
                        background-color: rgba(0,0,0,.1);
                    }

.home-category-item {
    text-align: center;
}

    .home-category-item span {
        width: 100%;
        display: inline-block;
        padding: 10px 0;
    }

    .home-category-item img {
        width: 100%;
        border-radius: 10px;
        border: 1px solid #ebebeb;
        padding: 5px;
    }

.grid {
    padding: 0;
    border-radius: 10px;
}

    .grid figure {
        width: 100%;
        min-width: unset;
        max-width: unset;
        min-height: unset;
        max-height: unset;
        float: unset;
        margin: 0;
    }

        .grid figure p {
            letter-spacing: unset;
            font-size: unset;
        }

figure {
    border-radius: 10px;
}

    figure.effect-apollo h2 {
        text-align: right;
        text-shadow: 0 0 5px black;
        font-size: 16px;
    }

.product-row {
    background-color: white;
    border-radius: 15px;
}

    .product-row .product-row-title {
        padding: 30px;
        border-bottom: 2px dashed #eaeaea;
        height: 80px;
    }

        .product-row .product-row-title.double-title {
            height: 110px;
        }

        .product-row .product-row-title h2 {
            font-weight: bold;
            font-size: 16px;
            float: right;
        }

.side-product-banner {
    padding: 10px;
}

.hotel-item .figcaption-link {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.special-part-background .product-row {
    background-color: #ed3237;
    padding-bottom: 15px;
}

.special-part-background h2 {
    color: white !important;
}

.product-details .related-container > :nth-child(n+6) {
    display: none;
}

.merchant-item .pretty .state label:after, .merchant-item .pretty .state label:before {
    top: 15px;
}

.merchant-item .pretty.p-svg .state .svg {
    top: 15px;
}

.merchant-item .pretty .state label {
    padding-right: 20px !important;
    text-indent: 0 !important;
    line-height: 25px;
}

.merchant-item .merchant-image {
    margin-top: -25px;
}

.index-circles {
    padding: 20px 0 10px;
    text-align: center;
    width: 100%;
}

.index-circle-one {
    text-align: center;
    float: right;
    font-weight: 500;
    padding: 0 5px;
    margin-bottom: 10px;
    font-weight: 600;
    transition: all 0.2s;
    width: 100%;
    display: inline-block;
}

    .index-circle-one:hover {
        filter: grayscale(0);
    }

.circle-pic {
    padding: 5px;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
    display: inline-block;
}

    .circle-pic:hover::before {
        content: '';
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        border-radius: 100%;
        -webkit-animation: ripples 0.8s ease-in-out;
        animation: ripples 0.8s ease-in-out;
    }

    .circle-pic img {
        width: 100%;
        border-radius: 50%;
    }

.cart-section {
    padding-top: 15px;
}

.product-buy-box__media img {
    width: 100%;
}

@media only screen and (max-width: 1000px) {
    .container-fluid {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 768px) {
    .xs-center {
        text-align: center !important;
    }

    .hidden-xs {
        display: none;
    }

    .visible-xs {
        display: block;
    }

    .flex-xs {
        display: flex;
    }

    .fit-xs {
        width: 100%;
    }

    .padding-xs {
        padding-right: 15px;
        padding-left: 15px;
    }

    .mini-padding-xs-left {
        padding-left: 7.5px;
    }

    .mini-padding-xs-right {
        padding-right: 7.5px;
    }

    .navigation {
        margin-bottom: 15px;
    }

    .row {
        margin: 0;
    }

    .col-sm-2-5 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .col-sm-7-5 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .top-banner-container {
        display: none;
    }

    .left-navigation-part, .right-navigation-part {
        display: none;
    }

    .related-slider .left-navigation-part, .related-slider .right-navigation-part {
        background-image: none !important;
        border-radius: 5px !important;
        display: block;
    }

    .product-abilities {
        position: initial;
        text-align: center;
    }

        .product-abilities a {
            margin-left: 10px;
            margin-right: 10px;
        }

    .label-fit-xs {
        display: inline-block;
        width: 100%;
    }

    body {
        padding-top: 120px;
    }

    header, header.fixed-header {
        /*height: 60px;*/
        height: 120px;
    }

        header.fixed-header.with-nav {
            height: 120px;
        }

        header .logo {
            margin-top: 5px;
        }

    .search-container {
        margin-top: 10px;
        /*opacity: 0;
        visibility: hidden;*/
        transition: all 0.2s;
    }

    header.fixed-header.with-nav .search-container {
        opacity: 1;
        visibility: visible;
    }

    .row-xs {
        margin-left: -7.5px;
        margin-right: -7.5px;
    }

    .col-xs {
        padding-right: 7.5px;
        padding-left: 7.5px;
    }

    .no-padding-xs {
        padding-left: 0;
        padding-right: 0;
    }

    .mobile-menu {
        padding: 10px 15px;
        display: flex;
    }

    .basket-icon, .user-icon {
        height: 48px;
        width: 48px;
        font-size: 22px;
        padding-top: 10px;
        padding-right: 0;
        padding-left: 0;
    }

    .toggle-menu {
        font-size: 22px;
        padding-top: 11px;
        width: 48px;
        color: #787878;
        border-radius: 5px;
        display: inline-block;
        height: 48px;
        text-align: center;
    }

    header .logo {
        height: 30px;
    }

    .special-part {
        padding-right: 0px;
        padding-left: 0px;
    }

        .special-part .swiper-button-next, .special-part .swiper-button-prev {
            display: none;
        }

        .special-part .h4-title {
            padding-right: 15px;
            margin-bottom: 10px;
        }

    .col-product-new {
        padding: 0;
    }

    .product-new {
        padding: 0;
    }

    .product.product-new .product-title {
        height: unset;
    }

    .part-new {
        padding-bottom: 0;
    }

    .product {
        padding: 0;
    }

    .h4-title {
        margin-bottom: 25px;
    }

    footer .benefit-part {
        height: 80px;
        margin-top: -80px;
    }

        footer .benefit-part img {
            height: 50px;
            margin: 0;
        }

    footer .social-icon-container {
        text-align: center;
    }

    .overlay {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        z-index: 12;
        opacity: 0;
        visibility: hidden;
        transition: all 0.2s;
        background-color: rgba(0, 0, 0, 0.1)
    }

        .overlay.show-up {
            opacity: 1;
            visibility: visible;
        }

    .menu-mobile {
        right: -60%;
        width: 75%;
        position: fixed;
        top: 0;
        bottom: 0;
        background-color: white;
        z-index: 13;
        visibility: hidden;
        transition: all 0.2s;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        box-shadow: 0 0 5px #AAA;
    }

        .menu-mobile.show-up {
            right: 0;
            visibility: visible;
            opacity: 1;
        }

    .side-logo {
        height: 60px;
    }

    .menu-mobile-header {
        align-items: center;
        border-bottom: 1px solid #eceff3;
        display: flex;
        justify-content: space-between;
        padding: 12px 15px;
    }

    .menu-mobile-header .close-mobile-menu {
        align-items: center;
        color: #263039;
        display: inline-flex;
        font-size: 20px;
        height: 36px;
        justify-content: center;
        width: 36px;
    }

    .menu-mobile-header .side-logo {
        align-items: center;
        display: inline-flex;
        height: 44px;
    }

    .menu-mobile-header .side-logo img {
        max-height: 44px;
    }

    .mobile-menu-body {
        padding: 15px;
        overflow-y: scroll;
        max-height: 100%;
    }

    .mob-menu-list {
        padding: 0;
        margin: 0;
    }

        .mob-menu-list > li > a {
            padding: 5px 12px 5px 35px;
            position: relative;
            display: block;
            font-size: 14px;
            cursor: pointer;
            border-bottom: 1px solid #CD9B47;
            text-align: right;
            color: #262a2f !important;
        }

            .mob-menu-list > li > a > i {
                position: absolute;
                left: 0;
                top: 7px;
                transition: all ease 0.3s;
                -o-transition: all ease 0.3s;
                -webkit-transition: all ease 0.3s;
                -moz-transition: all ease 0.3s;
                font-size: 12px;
            }

        .mob-menu-list.lv-a {
            padding: 0 0 0 20px;
            /*
            background: rgba(0, 0, 0, 0.03);
            box-shadow: inset 0 1px 3px rgba(0,0,0,0.06), inset 0 1px 2px rgba(0,0,0,0.12);
			*/
        }

            .mob-menu-list.lv-a > li > a {
                font-size: 13px;
                padding: 5px 10px 5px 30px;
            }

            .mob-menu-list.lv-a > li a > i {
                left: 8px;
                top: 8px;
            }

        .mob-menu-list.lv-b {
            padding-right: 30px;
        }

            .mob-menu-list.lv-b > li > a {
                padding: 5px 15px 5px 15px;
                font-size: 13px;
                font-weight: 300;
                color: #666;
            }

    .has-sub.lv-show i {
        transform: rotate(180deg);
    }

    .mob-menu-list.lv-a, .mob-menu-list.lv-b {
        max-height: 0;
        overflow: hidden;
        padding-top: 0;
        padding-bottom: 0;
        opacity: 0;
        visibility: hidden;
        transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
    }

    .lv-show + .mob-menu-list.lv-a {
        max-height: 800px;
        padding-top: 10px;
        padding-bottom: 10px;
        opacity: 1;
        visibility: visible;
        display: block;
    }

    .lv-show + .mob-menu-list.lv-b {
        max-height: 800px;
        opacity: 1;
        visibility: visible;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .side-basket {
    }

        .side-basket ul {
            padding: 15px;
            padding-bottom: 70px;
        }

        .side-basket h2 {
            padding-top: 17px;
        }

    .basket-part.show-up .side-basket {
        width: 85%;
    }

    .side-basket.basket-page {
        position: relative;
        bottom: unset !important;
        height: unset !important;
        box-shadow: none;
    }

        .side-basket.basket-page ul {
            max-height: unset !important;
            padding: 0;
            overflow-y: unset !important
        }

    .basket-total {
        padding-bottom: 15px;
        padding-top: 10px;
    }

        .basket-total a {
            margin-top: 7.5px;
        }

    .side-basket hr {
        margin-bottom: 0px;
    }

    .basket-item {
        margin-bottom: 15px;
        padding-right: 0;
    }

    .basket-part.show-up .basket-icon {
        bottom: 60%;
        box-shadow: none;
        left: 0;
    }

    .basket-part .basket-icon-count {
        position: absolute;
        right: unset !important;
        top: unset !important;
        color: white;
        display: inline-block;
        font-size: 12px;
        left: 36px;
        bottom: 14px;
    }

    .next-level-part .button {
        position: relative;
        display: inline-block;
        width: 100%;
    }

    .side-basket ul {
        overflow-y: scroll;
    }

    .menu-mobile-header .bt-left, .basket-header .bt-left, .filter-header-bar .bt-left {
        display: inline-block;
        left: 8px;
        top: 17px;
        position: absolute;
        font-size: 20px;
    }

    .search-result-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .search-order-container {
        padding-top: 10px;
    }

        .search-order-container select {
            display: block;
            border: 1px solid #ebebeb;
            border-radius: 5px;
        }

        .search-order-container h4 {
            margin: 0;
        }

    .product-box-footer {
        display: block;
        background-color: white;
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        height: 70px;
        z-index: 10;
        box-shadow: 0 0 10px #e2e2e2;
        border-radius: 10px 10px 0 0;
        padding: 10px 15px;
    }

        .product-box-footer .button-orange {
            height: 40px;
            border-radius: 10px;
            width: 100%;
        }

        .product-box-footer .price-off {
            font-size: 10px;
            text-decoration: line-through;
        }

        .product-box-footer .low-height {
            line-height: 20px;
        }

        .product-box-footer .button {
            padding-top: 6.5px;
            padding-bottom: 5px;
        }

        .product-box-footer strong {
            display: inline-block;
            width: 100%;
            font-size: 20px;
        }

            .product-box-footer strong span {
                color: #ed3237;
            }

    .post-container {
        padding-left: 15px;
        padding-right: 15px;
    }

        .post-container img {
            height: unset !important;
        }

    .cart-page {
        padding-left: 0;
        padding-right: 0;
    }

    .basket-page > ul {
        padding: 0 !important;
    }

    .profile-order-item {
        padding-left: 15px;
        padding-right: 15px;
    }

    .progress-title {
        font-size: 10px;
    }

    .modal-body {
        padding-left: 0;
        padding-right: 0;
    }

    .md-content .modal-head {
        padding: 0 15px;
    }

    .next-level-part {
        padding: 0 15px;
    }

    .modal-body label {
        font-size: 10px;
    }

    .modal-close {
        top: 7.5px;
    }

    .address-item label {
        font-size: 8px;
    }

    .address-item .address-title {
        height: unset;
    }

    .address-item .edit-part {
        padding-top: 0;
    }

    .send-type-item {
        padding-left: 0 !important;
    }

        .send-type-item [data-bind='text: name'], .delivery-type-item [data-bind='text: name'] {
            font-size: 10px !important;
        }

        .send-type-item .send-type-price, .delivery-type-item .send-type-price {
            font-size: 15px !important;
        }

    .no-padding-left-xs {
        padding-left: 0;
    }

    .delivery-type-item {
        padding-left: 0 !important;
    }

    .coupon-part {
        width: 100%;
    }

        .coupon-part [type='text'] {
            width: 50%;
        }

        .coupon-part [type='button'] {
            width: 40%;
            float: left;
        }

    footer .enamad-container img {
        max-height: 170px;
    }

    .blog-item .blog-image {
        max-height: 135px;
    }
}

/* Product page */
.product-details {
    border: 1px solid #f0ece7;
    border-radius: 18px;
    overflow: hidden;
    padding: 0;
}

    .product-details .product-image-container {
        align-items: center;
        background: #FFFFFF;
        display: flex;
        min-height: 430px;
        padding: 28px;
    }

    .product-details .related-slider {
        border-radius: 12px;
        overflow: hidden;
        width: 100%;
    }

        .product-details .related-slider .swiper-slide {
            align-items: center;
            display: flex;
            justify-content: center;
        }

    .product-details .img-single-product,
    .product-details .main-picture {
        border: 0;
        border-radius: 0;
        margin: 0;
        max-height: 360px;
        object-fit: contain;
        width: 100%;
    }

    .product-details .swiper-button-next,
    .product-details .swiper-button-prev {
        background: rgba(255, 255, 255, .94);
        border-radius: 50%;
        box-shadow: 0 3px 12px rgba(42, 35, 34, .15);
        height: 36px;
        transition: all .2s ease;
        width: 36px;
    }

        .product-details .swiper-button-next:after,
        .product-details .swiper-button-prev:after {
            color: #ed3237;
            font-size: 14px;
            font-weight: bold;
        }

        .product-details .swiper-button-next:hover,
        .product-details .swiper-button-prev:hover {
            background: #ed3237;
        }

            .product-details .swiper-button-next:hover:after,
            .product-details .swiper-button-prev:hover:after {
                color: white;
            }

    .product-details .product-details-content {
        min-height: 430px;
        padding: 40px 38px 32px;
        position: relative;
    }

    .product-details .brand-icon {
        align-items: center;
        background: #fff9f7;
        border: 1px solid #f3e4df;
        border-radius: 10px;
        display: inline-flex;
        height: 48px;
        justify-content: center;
        margin-bottom: 18px;
        min-width: 88px;
        padding: 6px 12px;
    }

        .product-details .brand-icon img {
            max-height: 32px;
            max-width: 74px;
            object-fit: contain;
        }

    .product-details h1 {
        color: #29232a;
        font-size: 25px;
        font-weight: 700;
        line-height: 1.9;
        margin: 0 0 12px;
        padding-left: 55px;
    }

    .product-details .package-info {
        color: #7c7472;
        display: block;
        font-size: 14px;
        line-height: 2;
        margin-bottom: 25px;
    }

.product-details-discount {
    background: #fff0ee;
    border-radius: 9px;
    color: #dc504d;
    font-size: 12px;
    font-weight: bold;
    left: 38px;
    padding: 7px 10px;
    position: absolute;
    top: 40px;
}

.product-details .product-main-features {
    border-top: 1px dashed #e7ded9;
    margin-top: 14px;
    padding-top: 16px;
}

    .product-details .product-main-features ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .product-details .product-main-features li {
        color: #5f5755;
        font-size: 13px;
        line-height: 2.15;
    }

    .product-details .product-main-features .feature-name {
        color: #a05a58;
        font-weight: bold;
        margin-left: 5px;
    }

.product-benefits {
    border-top: 1px solid #f0ece7;
    margin: 22px 0 0;
    padding-top: 20px;
}

    .product-benefits > div {
        color: #6e6663;
        font-size: 11px;
        text-align: center;
    }

    .product-benefits i {
        color: #ed3237;
        display: block;
        font-size: 19px;
        margin-bottom: 8px;
    }

.product-features,
.product-description,
.product-row {
    background: #fff;
    border: 1px solid #f0ece7;
    border-radius: 18px;
    box-shadow: none;
}

.product-features {
    overflow: hidden;
    padding: 28px;
}

    .product-features h2,
    .product-description h2,
    .product-row h2 {
        color: #332c32;
        font-size: 18px;
        font-weight: 700;
        margin: 0 0 20px;
    }

    .product-features .with-arrow-right,
    .product-description .with-arrow-right {
        border-right: 4px solid #ed3237;
        padding-right: 10px;
    }

.product-features-content {
    border-right: 1px solid #f0ece7;
    padding-right: 25px;
}

.product-features .feature-item {
    border-bottom: 1px solid #f4efec;
    font-size: 13px;
    padding: 12px 0;
}

    .product-features .feature-item:last-child {
        border-bottom: 0;
    }

.product-features .feature-title {
    color: #a29792;
}

.product-features .feature-value {
    color: #493e42;
    font-weight: 600;
}

.product-description {
    color: #625a58;
    font-size: 14px;
    line-height: 2.25;
    padding: 32px;
}

    .product-description img {
        height: auto !important;
        max-width: 100%;
    }

.product-details-box-cart {
    background: #fff;
    border: 1px solid #f0ece7;
    border-radius: 18px;
    box-shadow: 0 12px 28px rgba(48, 32, 30, .07);
    overflow: hidden;
    padding: 0;
    position: sticky;
    top: 20px;
}

    .product-details-box-cart .price-part {
        color: #7f7470;
        font-size: 13px;
        padding: 25px 22px 21px;
    }

        .product-details-box-cart .price-part strong {
            color: #332c32;
            display: block;
            font-size: 19px;
            margin-top: 8px;
        }

    .product-details-box-cart .button-part {
        padding: 0 20px 20px;
    }

    .product-details-box-cart .button-blue,
    .product-box-footer .button-blue {
        background: #ed3237;
        border-color: #ed3237;
        color: white;
        border-radius: 10px;
        box-shadow: 0 7px 16px rgba(223, 102, 97, .22);
        font-weight: bold;
        padding: 13px 8px;
        transition: all .2s ease;
    }

        .product-details-box-cart .button-blue:hover,
        .product-box-footer .button-blue:hover {
            background: #c9524e;
            border-color: #c9524e;
            transform: translateY(-1px);
        }

    .product-details-box-cart .button-blue-inverse {
        background: #fff;
        border-color: #ed3237;
        border-radius: 10px;
        color: #d45854;
        font-weight: bold;
        padding: 13px 8px;
    }

    .product-details-box-cart .devider-15 + a {
        display: block;
        font-size: 12px;
        padding: 0 22px 21px;
    }

.product-buy-box {
    border-color: #e6e8ec;
    border-radius: 10px;
    box-shadow: none;
}

.product-buy-box__media {
    background: #fff;
    border-bottom: 1px solid #eef0f3;
    min-height: 320px;
    padding: 24px 22px;
    position: relative;
}

.product-buy-box__discount {
    align-items: center;
    background: #ed3237;
    border-radius: 16px;
    color: #fff;
    display: inline-flex;
    font-size: 13px;
    font-weight: bold;
    height: 30px;
    justify-content: center;
    left: 18px;
    min-width: 42px;
    padding: 3px 10px;
    position: absolute;
    top: 18px;
    z-index: 2;
}

.product-buy-box .related-slider {
    height: 276px;
    overflow: hidden;
    width: 100%;
}

.product-buy-box__slider,
.product-buy-box__slider .swiper-wrapper,
.product-buy-box__slider .swiper-slide {
    direction: ltr !important;
}

    .product-buy-box__slider .swiper-wrapper {
        box-sizing: border-box;
    }

    .product-buy-box__slider .swiper-slide {
        flex: 0 0 100%;
        height: 276px;
        min-width: 100%;
        overflow: hidden;
        width: 100% !important;
    }

.product-buy-box .related-slider .swiper-wrapper,
.product-buy-box .related-slider .swiper-slide {
    align-items: center;
    display: flex;
    justify-content: center;
}

.product-buy-box .img-single-product,
.product-buy-box .main-picture {
    display: block;
    margin: 0 auto;
    max-height: 270px;
    max-width: 100%;
    object-fit: contain;
    width: auto;
}

.product-buy-box__content {
    background: #f7f8fa;
    padding: 18px;
}

.product-buy-box__seller,
.product-buy-box__status {
    align-items: center;
    background: #fff;
    border: 1px solid #eceff3;
    border-radius: 8px;
    color: #3f4248;
    display: flex;
    font-size: 13px;
    gap: 8px;
    margin-bottom: 10px;
    min-height: 42px;
    padding: 9px 12px;
}

    .product-buy-box__seller i,
    .product-buy-box__status i {
        color: #19a66a;
        font-size: 17px;
    }

.product-buy-box__status--unavailable i {
    color: #ed3237;
}

.product-details-box-cart .product-buy-box__price {
    background: #f7f8fa;
    border-top: 1px solid #e6e8ec;
    color: #747780;
    margin: 16px 0 0;
    padding: 18px 0 14px;
    text-align: left;
}

    .product-details-box-cart .product-buy-box__price > span {
        color: #747780;
        display: block;
        font-size: 12px;
        margin-bottom: 8px;
        text-align: right;
    }

.product-buy-box__old-price {
    color: #9b9ea6;
    font-size: 13px;
    line-height: 22px;
    text-decoration: line-through;
}

    .product-buy-box__old-price small,
    .product-buy-box__price strong small {
        font-size: 12px;
        font-weight: normal;
        margin-right: 3px;
    }

.product-details-box-cart .product-buy-box__price strong {
    align-items: baseline;
    color: #202124;
    display: flex;
    flex-direction: row-reverse;
    font-size: 24px;
    gap: 3px;
    justify-content: flex-start;
    line-height: 34px;
    margin-top: 2px;
}

.product-buy-box .button-part {
    padding: 0;
}

.product-buy-box .button-blue,
.product-buy-box .button-blue-inverse {
    align-items: center;
    border-radius: 8px;
    display: inline-flex;
    gap: 8px;
    justify-content: center;
    min-height: 48px;
}

.product-buy-box__sample {
    align-items: center;
    background: #fff;
    border: 1px solid #eceff3;
    border-radius: 8px;
    color: #4b4f58;
    display: flex;
    font-size: 13px;
    font-weight: bold;
    gap: 8px;
    justify-content: center;
    margin-top: 12px;
    min-height: 44px;
    padding: 9px 12px;
}

    .product-buy-box__sample i {
        color: #ed3237;
        font-size: 16px;
    }

    .product-buy-box__sample:hover {
        border-color: #ffd1d3;
        color: #ed3237;
    }

.product-row {
    padding: 28px 24px 24px;
}

    .product-row .product-row-title {
        padding: 0;
    }

    .product-row .swiper-slide {
        border-left: 1px solid #f2ece8;
    }

.navigation {
    margin-bottom: 10px;
}

.product-row .product-row-title {
    height: 40px;
    margin-bottom: 15px !important;
    border-bottom: none !important;
}

.product-row .swiper-slide {
    border: none;
}

@media (max-width: 767px) {
    .product-page-layout {
        display: flex;
        flex-direction: column;
    }

    .product-buy-column {
        order: 1;
    }

    .product-main-column {
        order: 2;
    }

    .product-box-footer {
        order: 3;
    }

    .product-breadcrumb {
        display: flex;
        flex-wrap: nowrap;
        gap: 0px;
        justify-content: flex-start;
        overflow-x: auto;
        scrollbar-width: none;
        white-space: nowrap;
        font-size: 12px;
    }

        .product-breadcrumb::-webkit-scrollbar {
            display: none;
        }

        .product-breadcrumb > * {
            flex: 0 0 auto;
        }

    .product-details .product-details-content {
        display: flex;
        flex-direction: column;
    }

    .product-details .brand-icon {
        align-self: flex-start;
        margin-bottom: 10px;
        order: 2;
    }

    .product-details h1 {
        order: 1;
    }

    .product-details .package-info {
        order: 3;
    }

    .product-details .product-main-features {
        order: 4;
    }

    .product-details .product-image-container {
        min-height: 330px;
        padding: 18px;
    }

    .product-details .product-details-content {
        min-height: auto;
        padding: 28px 22px;
    }

    .product-details h1 {
        font-size: 20px;
        padding-left: 0;
    }

    .product-details-discount {
        left: 22px;
        top: 28px;
    }

    .product-features,
    .product-description {
        border-radius: 12px;
        padding: 22px 18px;
    }

    .product-features-content {
        border-right: 0;
        padding-right: 0;
    }

    .product-features h2 {
        margin-bottom: 22px;
    }

    .product-details {
        margin-bottom: 15px;
    }

        .product-details .product-details-content {
            min-height: auto;
        }

    .product-details-box-cart.product-buy-box {
        border-radius: 12px;
        margin-bottom: 12px;
        position: relative;
        top: auto;
    }

    .product-buy-box__media {
        min-height: 250px;
        padding: 18px;
    }

    .product-buy-box .related-slider {
        height: 220px;
    }

    .product-buy-box__slider .swiper-slide {
        height: 220px;
    }

    .product-buy-box .img-single-product,
    .product-buy-box .main-picture {
        max-height: 215px;
    }

    .product-buy-box__content {
        padding: 14px;
    }

    .product-details-box-cart .product-buy-box__price strong {
        font-size: 21px;
    }
}

/* Login and registration modals */
.login-modal {
    width: calc(100% - 32px);
    max-width: 420px !important;
}

    .login-modal .md-content {
        overflow: hidden;
        border: 1px solid #f0e9e6;
        border-radius: 14px;
        box-shadow: 0 18px 50px rgba(43, 38, 35, .2);
    }

    .login-modal .modal-body {
        padding: 0 28px 28px;
    }

.login-modal-header {
    position: relative;
    margin: 0 -28px 24px;
    padding: 26px 28px 20px;
    border-bottom: 1px solid #f2ece8;
    background: #fffaf7;
    text-align: right;
}

    .login-modal-header img {
        display: block;
        width: auto;
        max-width: 116px;
        height: 35px;
        margin-bottom: 17px;
        object-fit: contain;
        object-position: right;
    }

    .login-modal-header h2 {
        margin: 0 0 7px;
        color: #2f2927;
        font-size: 18px;
        font-weight: 700;
    }

    .login-modal-header p {
        margin: 0;
        color: #8a817d;
        font-size: 12px;
        line-height: 22px;
    }

    .login-modal-header .modal-close {
        top: 22px;
        left: 22px;
        width: 32px;
        height: 32px;
        padding-top: 5px;
        border: 1px solid #e7ddd8;
        border-radius: 50%;
        background: #fff;
        color: #857b76;
    }

        .login-modal-header .modal-close i {
            color: inherit;
            font-size: 14px;
        }

.login-modal-label {
    display: block;
    margin: 0 0 8px;
    color: #534b47;
    font-size: 12px;
    font-weight: 600;
}

    .login-modal-label span {
        color: #ed3237;
    }

.login-modal-input {
    position: relative;
    margin: 0 0 18px;
}

    .login-modal-input input {
        width: 100%;
        height: 44px;
        padding: 0 13px;
        border: 1px solid #e2d9d5;
        border-radius: 8px;
        background: #fff;
        color: #2f2927;
        font-size: 13px;
        outline: 0;
        transition: border-color .2s ease, box-shadow .2s ease;
    }

        .login-modal-input input:focus {
            border-color: #ed3237;
            box-shadow: 0 0 0 3px rgba(223, 102, 97, .12);
        }

.password-input .show-password {
    position: absolute;
    top: 13px;
    left: 13px;
    color: #a89d97;
    cursor: pointer;
}

.login-modal-submit {
    min-height: 45px;
    border: 0;
    border-radius: 8px;
    background: #ed3237;
    box-shadow: 0 7px 16px rgba(223, 102, 97, .2);
    font-size: 13px;
    font-weight: 600;
}

.login-modal-actions {
    display: flex;
    gap: 10px;
}

    .login-modal-actions .button {
        min-height: 43px;
        flex: 1;
        border-radius: 8px;
        font-size: 12px;
        font-weight: 600;
    }

    .login-modal-actions .button-blue {
        border: 0;
        background: #ed3237;
        box-shadow: 0 6px 14px rgba(223, 102, 97, .16);
    }

    .login-modal-actions .button-blue-inverse {
        border-color: #ed3237;
        color: #d45854;
    }

.otp-inputs {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 2px 0 24px;
}

    .otp-inputs input {
        width: 45px;
        height: 52px;
        border: 1px solid #e2d9d5;
        border-radius: 8px;
        color: #2f2927;
        font-size: 20px;
        font-weight: 700;
        outline: 0;
        text-align: center;
    }

        .otp-inputs input:focus {
            border-color: #ed3237;
            box-shadow: 0 0 0 3px rgba(223, 102, 97, .12);
        }

.address-modal {
    width: calc(100% - 32px);
    max-width: 620px !important;
}

.address-delete-modal {
    width: calc(100% - 32px);
    max-width: 520px !important;
}

    .address-modal .md-content {
        overflow: hidden;
        border: 1px solid #f0e9e6;
        border-radius: 14px;
        box-shadow: 0 18px 50px rgba(43, 38, 35, .2);
    }

    .address-modal .modal-body {
        padding: 0 28px 28px;
    }

.address-delete-modal .md-content {
    overflow: hidden;
    border: 1px solid #f0e9e6;
    border-radius: 14px;
    box-shadow: 0 18px 50px rgba(43, 38, 35, .2);
}

.address-delete-modal .modal-header {
    padding: 22px 28px 12px;
    border-bottom: 0;
}

.address-delete-modal .modal-header h5 {
    margin: 0;
    color: #111820;
    font-size: 18px;
    font-weight: 800;
}

.address-delete-modal .modal-body {
    padding: 0 28px 28px;
}

.address-delete-modal .address-row-det {
    margin-top: 16px;
}

.address-delete-modal .modal-btn {
    width: 100%;
    min-height: 44px;
    margin-top: 18px;
    border: 0;
    border-radius: 8px;
    background: #d6525b;
    color: #fff;
}

.add-basket-modal {
    width: calc(100% - 32px);
    max-width: 440px !important;
}

.add-basket-modal .md-content {
    overflow: hidden;
    border: 1px solid #f0e9e6;
    border-radius: 16px;
    box-shadow: 0 18px 50px rgba(43, 38, 35, .2);
}

.add-basket-modal .modal-body {
    padding: 32px 28px 28px;
    text-align: center;
}

.add-basket-modal-icon {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    width: 74px;
    height: 74px;
    margin-bottom: 18px;
    border-radius: 50%;
    background: #fff3f4;
    color: #ed3237;
    font-size: 42px;
}

.add-basket-modal h2 {
    margin: 0 0 8px;
    color: #2f2927;
    font-size: 20px;
    line-height: 34px;
}

.add-basket-modal p {
    margin: 0 0 22px;
    color: #777;
    font-size: 13px;
    line-height: 26px;
}

.add-basket-modal-actions {
/*    display: grid;
    gap: 10px;*/
    grid-template-columns: 1fr;
}

.add-basket-modal-actions button {
    width: 100%;
    white-space: nowrap;
}

.address-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 22px;
}

.address-form-field {
    min-width: 0;
}

.address-form-field-full {
    grid-column: 1 / -1;
}

.address-form-field label {
    display: block;
    margin-bottom: 8px;
    color: #534b47;
    font-size: 12px;
    font-weight: 600;
}

    .address-form-field label span {
        color: #ed3237;
    }

.address-form-field input,
.address-form-field select,
.address-form-field textarea {
    width: 100%;
    border: 1px solid #e2d9d5;
    border-radius: 8px;
    background: #fff;
    color: #2f2927;
    font-size: 13px;
    outline: 0;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.address-form-field input,
.address-form-field select {
    height: 44px;
    padding: 0 12px;
}

.address-form-field textarea {
    min-height: 82px;
    padding: 10px 12px;
    resize: vertical;
}

    .address-form-field input:focus,
    .address-form-field select:focus,
    .address-form-field textarea:focus {
        border-color: #ed3237;
        box-shadow: 0 0 0 3px rgba(223, 102, 97, .12);
    }

@media (max-width: 420px) {
    .login-modal .modal-body {
        padding: 0 20px 22px;
    }

    .login-modal-header {
        margin: 0 -20px 20px;
        padding: 22px 20px 17px;
    }

    .otp-inputs {
        gap: 5px;
    }

        .otp-inputs input {
            width: 40px;
            height: 48px;
        }

    .address-modal .modal-body {
        padding: 0 20px 22px;
    }

    .address-form-grid {
        grid-template-columns: 1fr;
        gap: 13px;
        margin-bottom: 18px;
    }

    .address-form-field-full {
        grid-column: auto;
    }
}

/* Account profile pages */
.profile-area {
    min-height: 620px;
    padding: 34px 0 58px;
    background: #f7f9fa;
}

.profile-menu,
.profile-page {
    margin-bottom: 20px;
    border: 1px solid #ecf0f1;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 3px 10px rgba(50, 61, 68, .04);
}

.profile-menu {
    overflow: hidden;
}

.profile-menu-title {
    padding: 21px 20px;
    border-bottom: 1px solid #ecf0f1;
    background: #fffaf7;
}

    .profile-menu-title span,
    .profile-page-heading > div > span {
        color: #929ca1;
        font-size: 11px;
    }

    .profile-menu-title h3 {
        overflow: hidden;
        margin: 5px 0 0;
        color: #323d44;
        font-size: 14px;
        font-weight: 600;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.profile-menu ul {
    margin: 0;
    padding: 8px;
    list-style: none;
}

.profile-menu li a,
.profile-logout {
    display: block;
    padding: 11px 12px;
    border-radius: 7px;
    color: #586369;
    font-size: 12px;
    font-weight: 600;
    transition: background-color .2s ease, color .2s ease;
}

    .profile-menu li a i,
    .profile-logout i {
        width: 20px;
        color: #929ca1;
        text-align: center;
    }

    .profile-menu li.active a,
    .profile-menu li a:hover {
        background: #fff2f2;
        color: #d45854;
    }

        .profile-menu li.active a i,
        .profile-menu li a:hover i {
            color: #d45854;
        }

.profile-logout {
    margin: 0 8px 8px;
    border-top: 1px solid #ecf0f1;
    border-radius: 0;
    color: #ed3237;
}

    .profile-logout i {
        color: #ed3237;
    }

.profile-page {
    padding: 26px;
}

.profile-page-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 26px;
    padding-bottom: 18px;
    border-bottom: 1px solid #ecf0f1;
}

    .profile-page-heading h1 {
        margin: 4px 0 0;
        color: #323d44;
        font-size: 19px;
        font-weight: 700;
    }

.profile-form {
    display: grid;
    max-width: 680px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.profile-field label {
    display: block;
    margin-bottom: 8px;
    color: #586369;
    font-size: 12px;
    font-weight: 600;
}

.profile-field input,
.profile-field select {
    width: 100%;
    height: 44px;
    padding: 0 12px;
    border: 1px solid #dce2e5;
    border-radius: 8px;
    background: #fff;
    color: #323d44;
    font-size: 13px;
    outline: 0;
}

    .profile-field input:focus,
    .profile-field select:focus {
        border-color: #ed3237;
        box-shadow: 0 0 0 3px rgba(223, 102, 97, .12);
    }

    .profile-field input[readonly] {
        background: #f7f9fa;
        color: #929ca1;
    }

.profile-save {
    min-width: 145px;
    min-height: 44px;
    margin-top: 26px;
    padding: 0 20px;
    border: 0;
    border-radius: 8px;
    background: #ed3237;
    box-shadow: 0 6px 14px rgba(223, 102, 97, .18);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

.profile-order-total {
    text-align: left;
}

    .profile-order-total span,
    .profile-order-total strong {
        display: block;
    }

    .profile-order-total span {
        color: #929ca1;
        font-size: 11px;
    }

    .profile-order-total strong {
        margin-top: 4px;
        color: #ed3237;
        font-size: 13px;
    }

.profile-empty-row {
    padding: 52px 20px;
    color: #586369;
    text-align: center;
}

    .profile-empty-row i {
        display: block;
        margin-bottom: 15px;
        color: #ed3237;
        font-size: 32px;
    }

    .profile-empty-row h2 {
        margin: 0 0 13px;
        color: #323d44;
        font-size: 14px;
        font-weight: 600;
    }

    .profile-empty-row a {
        color: #ed3237;
        font-size: 12px;
        font-weight: 600;
    }

.profile-order-item {
    position: relative;
    margin-bottom: 12px;
    border: 1px solid #ecf0f1;
    border-radius: 9px;
    background: #fff;
}

.profile-order-summary {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    padding: 18px 54px 18px 18px;
}

    .profile-order-summary span,
    .profile-order-summary strong {
        display: block;
    }

    .profile-order-summary span {
        margin-bottom: 5px;
        color: #929ca1;
        font-size: 11px;
    }

    .profile-order-summary strong {
        color: #323d44;
        font-size: 12px;
        font-weight: 600;
    }

.order-toggle {
    position: absolute;
    top: 24px;
    right: 18px;
    width: 26px;
    height: 26px;
    border: 1px solid #dce2e5;
    border-radius: 50%;
    background: #fff;
    color: #586369;
    transition: transform .2s ease;
}

.profile-order-item.expanded .order-toggle {
    transform: rotate(180deg);
}

.profile-order-details {
    display: none;
    padding: 0 18px 18px;
    border-top: 1px solid #ecf0f1;
}

.profile-order-item.expanded .profile-order-details {
    display: block;
}

.profile-order-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    padding: 14px 0;
    color: #586369;
    font-size: 12px;
}

    .profile-order-meta strong {
        color: #323d44;
    }

.profile-order-product {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 0;
    border-top: 1px solid #f3f5f6;
}

    .profile-order-product img {
        width: 46px;
        height: 56px;
        border: 1px solid #ecf0f1;
        border-radius: 6px;
        object-fit: contain;
    }

    .profile-order-product div {
        flex: 1;
        min-width: 0;
    }

    .profile-order-product a,
    .profile-order-product span {
        display: block;
    }

    .profile-order-product a {
        overflow: hidden;
        color: #323d44;
        font-size: 12px;
        font-weight: 600;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .profile-order-product span {
        margin-top: 4px;
        color: #929ca1;
        font-size: 11px;
    }

    .profile-order-product strong {
        color: #ed3237;
        font-size: 12px;
        white-space: nowrap;
    }

.profile-favorites-container > div {
    margin-bottom: 18px;
}

@media (max-width: 767px) {
    .profile-area {
        padding: 20px 0 36px;
    }

    .profile-menu {
        margin-bottom: 16px;
    }

    .profile-page {
        padding: 19px 16px;
    }

    .profile-page-heading {
        align-items: flex-start;
        margin-bottom: 20px;
    }

        .profile-page-heading h1 {
            font-size: 17px;
        }

    .profile-form {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .profile-order-total {
        display: none;
    }

    .profile-order-summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 17px 48px 17px 12px;
    }

    .order-toggle {
        top: 31px;
        right: 12px;
    }

    .profile-order-details {
        padding: 0 12px 14px;
    }

    .profile-order-meta {
        display: block;
        line-height: 25px;
    }
}

/* Basket page */
.inner-content:has(.cart-page) {
    background: #f7f9fa;
    padding: 32px 0 56px;
}

.cart-page {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 16px;
    color: #323d44;
}

.cart-title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    max-width: 660px;
    margin: 0 auto 28px;
    padding: 0 18px;
    counter-reset: checkout-step;
}

    .cart-title::before {
        position: absolute;
        top: 18px;
        right: 15%;
        left: 15%;
        height: 2px;
        background: #dce2e5;
        content: "";
    }

.cart-step {
    position: relative;
    z-index: 1;
    width: 33.333%;
    color: #929ca1;
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    counter-increment: checkout-step;
}

    .cart-step::before {
        display: block;
        width: 38px;
        height: 38px;
        margin: 0 auto 7px;
        border: 2px solid #dce2e5;
        border-radius: 50%;
        background: #f7f9fa;
        color: #929ca1;
        content: counter(checkout-step);
        font-size: 14px;
        line-height: 34px;
    }

    .cart-step.passed {
        color: #ed3237;
    }

        .cart-step.passed::before {
            border-color: #ed3237;
            background: #ed3237;
            color: #fff;
        }

.cart-section .container {
    width: auto;
    max-width: none;
    padding: 0;
}

.cart-section .row {
    display: flex;
    flex-wrap: wrap;
    margin: -12px;
}

.cart-section [class*='col-sm-'] {
    padding: 12px;
}

.cart-list,
.address-list,
.index-box {
    margin-bottom: 20px;
    border: 1px solid #ecf0f1;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 3px 10px rgba(50, 61, 68, .04);
}

.cart-list {
    padding: 0 20px;
}

.cart-row {
    display: flex;
    align-items: center;
    min-height: 140px;
    padding: 18px 0;
    border-bottom: 1px solid #ecf0f1;
}

    .cart-row:last-child {
        border-bottom: 0;
    }

.cart-row-rmv {
    flex: 0 0 34px;
    margin-left: 12px;
    text-align: center;
}

    .cart-row-rmv a,
    .mob-row-rmv a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #fff2f2;
        color: #ed3237;
        transition: background-color .2s ease;
    }

        .cart-row-rmv a:hover,
        .mob-row-rmv a:hover {
            background: #fde2e1;
        }

.cart-row-pic {
    flex: 0 0 108px;
}

    .cart-row-pic img {
        width: 96px;
        height: 112px;
        border: 1px solid #ecf0f1;
        border-radius: 8px;
        object-fit: contain;
    }

.cart-row-det {
    flex: 1 1 230px;
    padding: 0 18px;
}

    .cart-row-det h4 {
        margin: 0 0 14px;
        font-size: 14px;
        font-weight: 600;
        line-height: 24px;
    }

        .cart-row-det h4 a {
            color: #323d44;
        }

.row-spec-one {
    margin: 4px 0;
    color: #586369;
    font-size: 12px;
}

.row-spec-title {
    color: #929ca1;
}

.cart-row-qua {
    flex: 0 0 150px;
    color: #586369;
    font-size: 12px;
    text-align: center;
}

.insert-qua {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 108px;
    height: 38px;
    margin: 9px auto 0;
    padding: 0 9px;
    border: 1px solid #dce2e5;
    border-radius: 8px;
}

    .insert-qua a {
        color: #ed3237;
        font-size: 11px;
    }

    .insert-qua input {
        width: 44px;
        border: 0;
        background: transparent;
        color: #323d44;
        font-weight: 600;
        text-align: center;
    }

.cart-row-price {
    flex: 0 0 150px;
    color: #323d44;
    font-size: 13px;
    font-weight: 700;
    text-align: left;
}

.ex-p {
    display: block;
    margin-bottom: 4px;
    color: #929ca1;
    font-size: 11px;
    font-weight: 400;
    text-decoration: line-through;
}

.cart-disc {
    display: inline-block;
    margin: 4px 0;
    padding: 2px 7px;
    border-radius: 5px;
    background: #fff2f2;
    color: #ed3237;
    font-size: 11px;
    font-weight: 600;
}

.cart-ov-win {
    padding: 6px 20px;
}

.cart-ov-sec {
    padding: 17px 0;
    border-bottom: 1px solid #ecf0f1;
}

    .cart-ov-sec:last-child {
        border-bottom: 0;
    }

.cart-ov-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: #586369;
    font-size: 12px;
    line-height: 24px;
}

    .cart-ov-row .ov-row-v {
        color: #323d44;
        font-weight: 600;
        text-align: left;
    }

    .cart-ov-row.highlight .ov-row-v {
        color: #ed3237;
    }

.cart-coupon > span {
    display: block;
    margin-bottom: 9px;
    color: #586369;
    font-size: 12px;
}

.coupon-ins {
    display: flex;
}

    .coupon-ins input {
        min-width: 0;
        height: 38px;
        flex: 1;
        padding: 0 10px;
        border: 1px solid #dce2e5;
        border-left: 0;
        border-radius: 0 7px 7px 0;
        outline: 0;
    }

    .coupon-ins button {
        height: 38px;
        padding: 0 12px;
        border: 0;
        border-radius: 7px 0 0 7px;
        background: #ed3237;
        color: #fff;
        font-size: 12px;
    }

.cart-done {
    margin-bottom: 12px;
}

    .cart-done button {
        width: 100%;
        min-height: 46px;
        border: 0;
        border-radius: 8px;
        background: #ed3237;
        box-shadow: 0 6px 14px rgba(223, 102, 97, .2);
        color: #fff;
        font-size: 13px;
        font-weight: 600;
        transition: background-color .2s ease, transform .2s ease;
    }

        .cart-done button:hover {
            background: #c9524e;
            transform: translateY(-1px);
        }

.cart-back a {
    color: #586369;
    font-size: 12px;
}

.address-list {
    padding: 20px;
}

.address-hint {
    margin-bottom: 16px;
    color: #323d44;
    font-size: 14px;
    font-weight: 600;
}

.address-row {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    padding: 16px;
    border: 1px solid #ecf0f1;
    border-radius: 9px;
    transition: border-color .2s ease, background-color .2s ease;
}

    .address-row:last-child {
        margin-bottom: 0;
    }

    .address-row.selected,
    .address-row:hover {
        border-color: #ed3237;
        background: #fffafa;
    }

.address-row-check {
    position: relative;
    flex: 0 0 28px;
    padding-top: 2px;
}

    .address-row-check input {
        position: absolute;
        opacity: 0;
    }

    .address-row-check label {
        display: block;
        width: 18px;
        height: 18px;
        border: 1px solid #b8c1c6;
        border-radius: 50%;
    }

    .address-row.selected .address-row-check label,
    .address-row-check input:checked + label {
        border: 5px solid #ed3237;
    }

.address-row-det {
    flex: 1;
    color: #586369;
    font-size: 12px;
    line-height: 24px;
}

    .address-row-det h4 {
        margin: 0 0 7px;
        color: #323d44;
        font-size: 13px;
        font-weight: 600;
    }

.address-row-ed {
    display: flex;
    gap: 12px;
    padding-right: 12px;
    font-size: 11px;
}

    .address-row-ed a {
        color: #ed3237;
    }

.add-new-address {
    margin-top: 16px;
}

    .add-new-address a {
        display: inline-block;
        padding: 10px 17px;
        border: 1px solid #ed3237;
        border-radius: 7px;
        color: #ed3237;
        font-size: 12px;
        font-weight: 600;
    }

.review-list {
    padding: 20px;
}

    .review-list table {
        width: 100%;
        font-size: 12px;
    }

    .review-list th,
    .review-list td {
        padding: 12px 8px;
        border-bottom: 1px solid #ecf0f1;
    }

    .review-list th {
        color: #323d44;
        font-weight: 600;
        text-align: right;
    }

    .review-list .rv-price {
        color: #ed3237;
        font-weight: 600;
        text-align: left;
    }

.basket-loading {
    margin: 0 !important;
    padding: 54px 20px;
    border: 1px solid #ecf0f1;
    border-radius: 12px;
    background: #fff;
    color: #586369;
}

.mob-cart-list {
    display: none;
}

@media (max-width: 767px) {
    .inner-content:has(.cart-page) {
        padding: 20px 0 36px;
    }

    .cart-page {
        padding: 0 12px;
    }

    .cart-title {
        margin-bottom: 20px;
        padding: 0;
    }

        .cart-title::before {
            right: 16%;
            left: 16%;
        }

    .cart-step {
        font-size: 11px;
    }

        .cart-step::before {
            width: 32px;
            height: 32px;
            line-height: 28px;
        }

    .cart-section .row {
        margin: -8px;
    }

    .cart-section [class*='col-sm-'] {
        padding: 8px;
    }

    .cart-list,
    .address-list {
        margin-bottom: 16px;
    }

    .cart-list {
        padding: 0 14px;
    }

    .cart-row {
        min-height: 0;
    }

    .cart-row-rmv {
        display: none;
    }

    .cart-row-pic {
        flex-basis: 76px;
    }

        .cart-row-pic img {
            width: 68px;
            height: 82px;
        }

    .cart-row-det {
        padding: 0 10px;
    }

        .cart-row-det h4 {
            margin-bottom: 6px;
            font-size: 12px;
            line-height: 20px;
        }

    .cart-row-qua {
        flex-basis: auto;
        padding: 0;
    }

        .cart-row-qua > span,
        .row-spec {
            display: none;
        }

    .insert-qua {
        width: 92px;
        height: 32px;
        margin-top: 0;
    }

    .cart-row-price {
        flex-basis: 100%;
        padding: 8px 0 0;
        text-align: left;
    }

        .cart-row-price .ex-p,
        .cart-row-price .cart-disc {
            display: inline-block;
            margin-left: 6px;
        }

    .address-list,
    .review-list {
        padding: 16px;
    }

    .address-row {
        padding: 13px;
    }

    .address-row-ed {
        display: block;
        min-width: 64px;
        padding-right: 6px;
    }

        .address-row-ed a {
            display: block;
            margin-bottom: 5px;
        }

    .review-list {
        overflow-x: auto;
    }

        .review-list table {
            min-width: 480px;
        }

    .product-item .img-product-container {
        padding: 20px;
    }
}

/* Basket step 1 redesign */
.inner-content:has(.cart-page) {
    background: #f4f6f7;
    padding: 12px 0 52px;
}

.cart-page {
    width: 100%;
    max-width: 1400px;
    padding: 0 6px;
}

.cart-section .basket-layout {
    align-items: flex-start;
    flex-direction: row;
    gap: 24px;
    margin: 0;
}

.cart-section .basket-content-col,
.cart-section .basket-summary-col {
    float: none;
    padding: 0;
}

.cart-section .basket-content-col {
    flex: 0 0 calc(66.66666667% - 12px);
    width: calc(66.66666667% - 12px);
    max-width: none;
}

.cart-section .basket-summary-col {
    flex: 0 0 calc(33.33333333% - 12px);
    width: calc(33.33333333% - 12px);
    max-width: none;
    order: 2;
}

.cart-list,
.address-list,
.index-box,
.basket-loading {
    border-color: #e5e9eb;
    border-radius: 8px;
    box-shadow: none;
}

.cart-list {
    overflow: hidden;
    padding: 0;
}

.cart-row {
    align-items: flex-start;
    min-height: 342px;
    padding: 42px 42px 38px;
    border-bottom-color: #e5e9eb;
}

.cart-row-pic {
    flex: 0 0 172px;
    order: 1;
}

    .cart-row-pic img {
        width: 172px;
        height: 246px;
        border: 0;
        border-radius: 8px;
        background: #f1f4f4;
        object-fit: contain;
    }

.cart-row-det {
    flex: 1 1 auto;
    order: 2;
    min-width: 0;
    padding: 0 28px;
}

    .cart-row-det h4 {
        margin: 0 0 26px;
        color: #111820;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.8;
    }

        .cart-row-det h4 a {
            color: #111820;
        }

.row-spec-one {
    margin: 0 0 12px;
    color: #2d3339;
    font-size: 14px;
    line-height: 1.7;
}

.row-spec-title {
    color: #646f76;
}

.cart-row-actions {
    align-self: flex-end;
    display: flex;
    flex: 0 0 246px;
    flex-direction: column;
    gap: 28px;
    order: 3;
    padding-bottom: 12px;
}

.cart-row-price {
    flex: none;
    color: #111820;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.6;
    text-align: right;
}

.row-price {
    display: block;
    white-space: nowrap;
}

.cart-price-meta {
    align-items: center;
    display: flex;
    gap: 10px;
    margin-top: 6px;
}

.ex-p {
    display: inline-block;
    margin: 0;
    color: #717b82;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}

.cart-disc {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    min-width: 46px;
    height: 38px;
    margin: 0;
    padding: 0 8px;
    border-radius: 50%;
    background: #d6525b;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.cart-control-row {
    align-items: center;
    display: flex;
    gap: 16px;
}

.cart-row-rmv {
    flex: 0 0 auto;
    margin: 0;
    text-align: right;
}

    .cart-row-rmv a,
    .mob-row-rmv a {
        width: 42px;
        height: 42px;
        border-radius: 8px;
        background: transparent;
        color: #2d3339;
        font-size: 24px;
    }

        .cart-row-rmv a:hover,
        .mob-row-rmv a:hover {
            background: #f8eeee;
            color: #d6525b;
        }

.cart-row-qua {
    flex: 0 0 auto;
    text-align: right;
}

.insert-qua {
    width: 142px;
    height: 54px;
    margin: 0;
    padding: 0 18px;
    border-color: #e5e9eb;
    border-radius: 28px;
}

    .insert-qua a {
        color: #7a8288;
        font-size: 16px;
    }

    .insert-qua input {
        width: 42px;
        color: #111820;
        font-size: 18px;
        font-weight: 500;
        line-height: 1;
        -moz-appearance: textfield;
    }

        .insert-qua input::-webkit-outer-spin-button,
        .insert-qua input::-webkit-inner-spin-button {
            margin: 0;
            -webkit-appearance: none;
        }

.index-box {
    margin-bottom: 0;
    padding: 40px 36px 34px;
}

.cart-summary-head {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 28px;
}

    .cart-summary-head strong {
        flex: 0 0 auto;
        color: #5a6369;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.5;
    }

    .cart-summary-head span {
        max-width: 270px;
        color: #6f797f;
        font-size: 13px;
        line-height: 1.8;
        text-align: right;
    }

.cart-ov-win {
    padding: 0;
}

.cart-ov-sec {
    padding: 0 0 24px;
    border-bottom: 0;
}

    .cart-ov-sec + .cart-ov-sec {
        padding-top: 24px;
        border-top: 1px solid #e8ecee;
    }

.cart-ov-row {
    align-items: center;
    min-height: 64px;
    color: #59636a;
    font-size: 16px;
    line-height: 1.5;
}

    .cart-ov-row + .cart-ov-row {
        margin-top: 14px;
    }

    .cart-ov-row .ov-row-v {
        color: #242b31;
        font-size: 17px;
        font-weight: 800;
        white-space: nowrap;
    }

    .cart-ov-row.highlight {
        padding: 0 14px;
        border-radius: 8px;
        background: #def4cf;
    }

        .cart-ov-row.highlight .ov-row-v {
            color: #242b31;
        }

    .cart-ov-row.total {
        min-height: 76px;
        padding-top: 8px;
        color: #242b31;
        font-size: 18px;
    }

        .cart-ov-row.total .ov-row-v {
            font-size: 22px;
        }

.cart-done {
    margin-top: -110px;
    padding: 0 36px 36px;
    position: relative;
    z-index: 1;
}

    .cart-done .cart-payment-total {
        align-items: center;
        background: #fff;
        border: 1px solid #f0d5d5;
        border-radius: 8px;
        display: flex;
        justify-content: space-between;
        margin-bottom: 12px;
        padding: 12px 16px;
    }

        .cart-done .cart-payment-total span {
            color: #6d6464;
            font-size: 14px;
        }

        .cart-done .cart-payment-total strong {
            color: #ed3237;
            font-size: 20px;
            font-weight: 700;
        }

    .cart-done button {
        min-height: 72px;
        border-radius: 10px;
        font-size: 18px;
        font-weight: 600;
    }

    .cart-done button.button-blue {
        background: #ed3237;
        border-color: #ed3237;
        box-shadow: 0 7px 16px rgba(223, 102, 97, .22);
    }

        .cart-done button::after {
            content: " \2190";
            padding-right: 12px;
        }

        .cart-done button:hover {
            background: #c9524e;
            border-color: #c9524e;
        }

.cart-back {
    padding: 0 36px 34px;
}

    .cart-back a {
        align-items: center;
        display: flex;
        justify-content: center;
        width: 100%;
        min-height: 72px;
        border: 1px solid #f0d9da;
        border-radius: 8px;
        color: #d6525b;
        font-size: 16px;
        font-weight: 500;
    }

/* Basket step 2 redesign */
.basket-step2-panel {
    margin-bottom: 26px;
    padding: 38px 20px 30px;
}

.basket-step2-panel .address-hint {
    margin: 0 0 28px;
    padding: 0 22px;
    color: #111820;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.4;
    text-align: right;
}

.basket-address-panel .address-row {
    align-items: flex-start;
    margin: 0;
    padding: 26px 20px 26px 0;
    border: 0;
    border-bottom: 1px solid #e5e9eb;
    border-radius: 0;
    background: transparent;
}

.basket-address-panel .address-row:last-of-type {
    border-bottom: 0;
}

.basket-address-panel .address-row:hover,
.basket-address-panel .address-row.selected {
    background: transparent;
}

.basket-address-panel .address-row-check {
    flex: 0 0 48px;
    order: 1;
    padding-top: 8px;
}

.basket-address-panel .address-row-check label,
.basket-send-panel .address-row-check label {
    width: 24px;
    height: 24px;
    border: 1px solid #c6cdd1;
    border-radius: 50%;
    background: #f8fafb;
}

.basket-address-panel .address-row.selected .address-row-check label,
.basket-address-panel .address-row-check input:checked + label,
.basket-send-panel .address-row.selected .address-row-check label,
.basket-send-panel .address-row-check input:checked + label {
    border: 7px solid #d6525b;
    background: #fff;
}

.basket-address-panel .address-row-det {
    order: 2;
    padding-left: 22px;
    color: #111820;
    font-size: 15px;
    line-height: 1.8;
    text-align: right;
}

.basket-address-panel .address-row-det h4 {
    margin: 0 0 8px;
    color: #5b6570;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.5;
}

.address-location {
    color: #111820;
    font-size: 17px;
    font-weight: 500;
}

.address-value,
.address-meta,
.address-phone {
    color: #111820;
    font-size: 15px;
    line-height: 1.9;
}

.address-meta span:nth-child(3),
.address-phone span:first-child {
    margin-right: 22px;
    color: #5f6870;
}

.address-info-legacy {
    display: none;
}

.basket-address-panel .address-row-ed {
    display: flex;
    flex: 0 0 112px;
    gap: 10px;
    order: 3;
    padding: 22px 0 0;
}

.basket-address-panel .address-row-ed a {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 1px solid #bfc6cb;
    border-radius: 8px;
    color: #2d3339;
    font-size: 24px;
}

.basket-address-panel .address-row-ed a:hover {
    border-color: #d6525b;
    color: #d6525b;
}

.add-new-address {
    margin: 20px 0 0;
    padding: 0 20px;
}

.add-new-address a {
    align-items: center;
    display: inline-flex;
    gap: 12px;
    padding: 12px 0;
    border: 0;
    color: #5b6570;
    font-size: 18px;
    font-weight: 500;
}

.add-new-address a i {
    color: #687279;
    font-size: 24px;
}

.basket-send-panel {
    min-height: 262px;
}

.basket-send-panel-hidden {
    display: none !important;
}

.sendtype-list {
    padding: 0 20px;
}

.basket-send-panel .address-row {
    align-items: flex-start;
    margin: 0;
    padding: 8px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.basket-send-panel .address-row:hover,
.basket-send-panel .address-row.selected {
    background: transparent;
}

.basket-send-panel .address-row-check {
    flex: 0 0 48px;
    order: 1;
    padding-top: 8px;
}

.basket-send-panel .address-row-det {
    order: 2;
    color: #111820;
    font-size: 15px;
    line-height: 1.8;
    text-align: right;
}

.basket-send-panel .address-row-det h4 {
    margin: 0 0 8px;
    color: #111820;
    font-size: 17px;
    font-weight: 700;
}

.sendtype-description {
    position: relative;
    padding-right: 34px;
    color: #111820;
    font-size: 15px;
    line-height: 1.7;
}

.sendtype-description::before {
    position: absolute;
    top: 3px;
    right: 0;
    color: #2d3339;
    content: "\f073";
    font-family: FontAwesome;
    font-size: 18px;
}

/* Basket step 3 redesign */
.basket-step3-panel {
    margin-bottom: 26px;
    padding: 32px 20px 28px;
}

.basket-step3-panel .address-hint {
    margin: 0 0 22px;
    padding: 0 22px;
    color: #111820;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.4;
    text-align: right;
}

.review-items {
    padding: 0 18px;
}

.review-row {
    align-items: center;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 72px minmax(150px, auto);
    gap: 18px;
    min-height: 74px;
    padding: 16px 0;
    border-bottom: 1px solid #e5e9eb;
}

.review-row-title {
    color: #111820;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.8;
}

.review-row-count {
    color: #5f6870;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
}

.review-row-price {
    color: #5f6870;
    font-size: 13px;
    line-height: 1.8;
    text-align: left;
}

.review-row-price strong {
    display: block;
    color: #111820;
    font-size: 16px;
    font-weight: 800;
    white-space: nowrap;
}

.review-total-row {
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin: 18px 18px 0;
    padding: 18px 0 0;
    border-top: 1px solid #e5e9eb;
    color: #111820;
    font-size: 17px;
    font-weight: 700;
}

.review-total-row strong {
    color: #111820;
    font-size: 20px;
    font-weight: 800;
    white-space: nowrap;
}

.basket-payment-panel .merchant-row {
    align-items: flex-start;
    margin: 0;
    padding: 16px 20px 16px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.basket-payment-panel .merchant-row:hover,
.basket-payment-panel .merchant-row.selected {
    background: transparent;
}

.basket-payment-panel .address-row-check {
    flex: 0 0 48px;
    order: 1;
    padding-top: 6px;
}

.basket-payment-panel .address-row-check label {
    width: 24px;
    height: 24px;
    border: 1px solid #c6cdd1;
    border-radius: 50%;
    background: #f8fafb;
}

.basket-payment-panel .address-row.selected .address-row-check label,
.basket-payment-panel .address-row-check input:checked + label {
    border: 7px solid #d6525b;
    background: #fff;
}

.basket-payment-panel .address-row-det {
    order: 2;
    color: #111820;
    font-size: 15px;
    line-height: 1.8;
    text-align: right;
}

.basket-payment-panel .address-row-det h4 {
    margin: 0 0 6px;
    color: #111820;
    font-size: 17px;
    font-weight: 700;
}

.merchant-row-desc {
    position: relative;
    padding-right: 30px;
    color: #5f6870;
    font-size: 14px;
    line-height: 1.7;
}

.merchant-row-desc::before {
    position: absolute;
    top: 1px;
    right: 0;
    color: #2d3339;
    content: "\f09d";
    font-family: FontAwesome;
    font-size: 18px;
}

.basket-payment-panel .merchant-row {
    align-items: center;
    display: inline-flex;
    width: auto;
    min-width: 86px;
    margin: 0 20px 12px 0;
    padding: 12px;
    border: 1px solid #e3e7ea;
    border-radius: 8px;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
}

.basket-payment-panel .merchant-row .address-row-check {
    display: none;
}

.basket-payment-panel .merchant-row .address-row-det {
    padding: 0;
}

.basket-payment-panel .merchant-row .address-row-det h4 {
    margin: 0;
    font-size: 0;
}

.merchant-icon {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    width: 58px;
    height: 42px;
    border-radius: 7px;
    background: #f8fafb;
    color: transparent;
}

.merchant-icon::before {
    color: #263039;
    content: "\ea84";
    font-family: "tabler-icons";
    font-size: 26px;
}

.merchant-icon.has-logo::before {
    display: none;
}

.merchant-icon img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.basket-payment-panel .merchant-row.selected .merchant-icon {
    background: #fff3f4;
}

.basket-payment-panel .merchant-row.selected {
    border-color: #d6525b;
    box-shadow: 0 0 0 3px rgba(214, 82, 91, 0.14);
}

@media (min-width: 768px) {
    .cart-section .basket-layout::before,
    .cart-section .basket-layout::after {
        display: none;
    }

    .mob-cart-list {
        display: none !important;
    }
}

@media (max-width: 1500px) {
    .cart-section .basket-layout {
        gap: 24px;
    }

    .cart-row {
        min-height: 280px;
        padding: 30px;
    }

    .cart-row-pic {
        flex-basis: 132px;
    }

        .cart-row-pic img {
            width: 132px;
            height: 188px;
        }

    .cart-row-det h4 {
        font-size: 17px;
    }

    .row-spec-one {
        font-size: 13px;
    }

    .cart-row-actions {
        flex-basis: 210px;
    }

    .cart-ov-row {
        font-size: 15px;
    }

        .cart-ov-row .ov-row-v {
            font-size: 16px;
        }

        .cart-ov-row.total .ov-row-v {
            font-size: 20px;
        }

    .cart-summary-head strong {
        font-size: 18px;
    }

    .cart-done button {
        font-size: 17px;
    }
}

@media (max-width: 991px) {
    .cart-section .basket-layout {
        display: block;
    }

    .cart-section .basket-content-col,
    .cart-section .basket-summary-col {
        max-width: none;
        width: 100%;
    }

    .index-box {
        padding: 24px 20px 94px;
    }

    .cart-done {
        margin-top: -82px;
        padding: 0 20px 22px;
    }
}

@media (max-width: 767px) {
    .mobile-menu .user-icon.show-modal-login {
        width: 48px;
        min-width: 48px;
        height: 48px;
        padding: 0;
    }

    .inner-content:has(.cart-page) {
        padding: 12px 0 32px;
    }

    .cart-page {
        padding: 0 10px;
    }

    .payment-callback-page {
        padding: 18px 10px 40px;
    }

    .payment-callback-card {
        padding: 24px 16px;
    }

    .payment-callback-details,
    .payment-callback-actions {
        grid-template-columns: 1fr;
        display: grid;
    }

    .address-modal {
        top: 12px;
        width: calc(100% - 20px);
        max-width: none !important;
        transform: translateX(-50%);
    }

    .address-modal .md-content {
        max-height: calc(100vh - 24px);
        overflow-y: auto;
    }

    .address-modal .modal-body {
        padding: 0 14px 16px;
    }

    .address-delete-modal {
        top: 24px;
        width: calc(100% - 20px);
        max-width: none !important;
        transform: translateX(-50%);
    }

    .address-delete-modal .modal-header,
    .address-delete-modal .modal-body {
        padding-right: 16px;
        padding-left: 16px;
    }

    .address-form-grid {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-bottom: 14px;
    }

    .address-form-field input,
    .address-form-field select {
        height: 40px;
    }

    .address-form-field textarea {
        min-height: 68px;
    }

    .cart-list {
        display: none !important;
    }

    .mob-cart-list {
        display: block;
    }

    .mob-cart-row.cart-row {
        align-items: flex-start;
        display: flex;
        flex-wrap: wrap;
        min-height: 0;
        margin-bottom: 12px;
        padding: 12px;
        border: 1px solid #e5e9eb;
        border-radius: 8px;
        background: #fff;
    }

    .cart-row-pic {
        flex-basis: 84px;
    }

        .cart-row-pic img {
            width: 76px;
            height: 104px;
        }

    .cart-row-det {
        flex: 1 1 calc(100% - 84px);
        padding: 0 12px 0 0;
    }

        .cart-row-det h4 {
            margin-bottom: 10px;
            font-size: 14px;
            line-height: 1.8;
        }

    .cart-row-price {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-basis: 100%;
        padding-top: 10px;
        font-size: 16px;
    }

    .mob-row-p {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        justify-content: flex-end;
        width: 100%;
    }

    .mob-cart-row .insert-qua {
        margin-top: 4px;
    }

    .cart-row-price .ex-p,
    .cart-row-price .cart-disc {
        margin-left: 6px;
    }

    .cart-disc {
        min-width: 36px;
        height: 30px;
        font-size: 12px;
    }

    .mob-row-rmv a {
        width: auto;
        height: 32px;
        font-size: 13px;
        gap: 6px;
    }

    .insert-qua {
        width: 112px;
        height: 40px;
    }

    .insert-qua input {
        font-size: 16px;
    }

    .index-box {
        padding: 20px 16px 86px;
    }

    .cart-summary-head {
        display: block;
        margin-bottom: 18px;
    }

    .cart-summary-head strong {
        display: block;
        margin-bottom: 6px;
        font-size: 18px;
    }

    .cart-summary-head span {
        max-width: none;
        font-size: 13px;
    }

    .cart-ov-row {
        min-height: 48px;
        font-size: 15px;
    }

    .cart-ov-row .ov-row-v {
        font-size: 16px;
    }

    .cart-ov-row.total,
    .cart-ov-row.total .ov-row-v {
        font-size: 18px;
    }

    .cart-done {
        margin-top: -72px;
        padding: 0 16px 20px;
    }

    .cart-done .cart-payment-total {
        padding: 10px 12px;
    }

    .cart-done .cart-payment-total strong {
        font-size: 17px;
    }

    .cart-done button {
        min-height: 54px;
        font-size: 16px;
    }

    .cart-back {
        padding: 0 16px 18px;
    }

    .cart-back a {
        min-height: 50px;
        font-size: 15px;
    }

    .basket-step2-panel {
        margin-bottom: 16px;
        padding: 20px 12px;
    }

    .basket-step2-panel .address-hint {
        margin-bottom: 16px;
        padding: 0 4px;
        font-size: 20px;
    }

    .basket-address-panel .address-row {
        display: grid;
        grid-template-columns: 32px 1fr auto;
        gap: 10px;
        padding: 18px 4px;
    }

    .basket-address-panel .address-row-check,
    .basket-send-panel .address-row-check {
        flex: none;
        padding-top: 4px;
    }

    .basket-address-panel .address-row-check label,
    .basket-send-panel .address-row-check label {
        width: 20px;
        height: 20px;
    }

    .basket-address-panel .address-row.selected .address-row-check label,
    .basket-address-panel .address-row-check input:checked + label,
    .basket-send-panel .address-row.selected .address-row-check label,
    .basket-send-panel .address-row-check input:checked + label {
        border-width: 6px;
    }

    .basket-address-panel .address-row-det {
        padding-left: 0;
    }

    .basket-address-panel .address-row-det h4 {
        font-size: 18px;
    }

    .address-location,
    .address-value,
    .address-meta,
    .address-phone {
        font-size: 14px;
    }

    .address-meta span:nth-child(3),
    .address-phone span:first-child {
        margin-right: 10px;
    }

    .basket-address-panel .address-row-ed {
        flex: none;
        gap: 6px;
        padding-top: 0;
    }

    .basket-address-panel .address-row-ed a {
        width: 36px;
        height: 36px;
        font-size: 22px;
    }

    .add-new-address {
        padding: 0 4px;
    }

    .add-new-address a {
        font-size: 16px;
    }

    .add-new-address a i {
        font-size: 22px;
    }

    .basket-send-panel {
        min-height: 0;
    }

    .sendtype-list {
        padding: 0 4px;
    }

    .basket-send-panel .address-row-det h4 {
        font-size: 17px;
    }

    .sendtype-description {
        padding-right: 26px;
        font-size: 14px;
    }

    .sendtype-description::before {
        font-size: 18px;
    }

    .basket-step3-panel {
        margin-bottom: 16px;
        padding: 20px 12px;
    }

    .basket-step3-panel .address-hint {
        margin-bottom: 16px;
        padding: 0 4px;
        font-size: 20px;
    }

    .basket-payment-panel {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        align-items: center;
    }

    .basket-payment-panel .address-hint {
        flex: 0 0 100%;
    }

    .review-items {
        padding: 0 4px;
    }

    .review-row {
        grid-template-columns: 1fr;
        gap: 6px;
        min-height: 0;
        padding: 14px 0;
    }

    .review-row-title {
        font-size: 14px;
    }

    .review-row-count {
        text-align: right;
    }

    .review-row-price {
        text-align: right;
    }

    .review-row-price strong {
        font-size: 15px;
    }

    .review-total-row {
        margin: 14px 4px 0;
        font-size: 15px;
    }

    .review-total-row strong {
        font-size: 17px;
    }

    .basket-payment-panel .merchant-row {
        align-items: center;
        border-radius: 50%;
        display: inline-flex;
        flex: 0 0 68px;
        height: 68px;
        justify-content: center;
        margin: 0;
        min-width: 0;
        padding: 5px;
        width: 68px;
    }

    .basket-payment-panel .address-row-check {
        display: none;
    }

    .basket-payment-panel .merchant-row.selected {
        background: #fffafb;
        border-color: #d6525b;
        box-shadow: 0 0 0 4px rgba(214, 82, 91, 0.16), 0 8px 18px rgba(20, 24, 28, 0.08);
    }

    .basket-payment-panel .merchant-row .address-row-det {
        padding: 0;
    }

    .basket-payment-panel .merchant-row .address-row-det h4 {
        margin: 0;
        font-size: 0;
    }

    .basket-payment-panel .merchant-row .merchant-icon {
        width: 56px;
        height: 56px;
        border-radius: 50%;
        background: #f8fafb;
        overflow: hidden;
        padding: 8px;
    }

    .basket-payment-panel .merchant-row.selected .merchant-icon {
        background: #fff;
    }
}

footer.site-footer {
    background: #f7f8fa;
    color: #2c2c2c;
    margin-top: 45px;
    padding: 0;
}

.site-footer a {
    color: #2c2c2c;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

    .site-footer a:hover {
        color: #ed3237;
    }

.site-footer__services {
    background: #fff;
    border-top: 1px solid #eceff3;
    border-bottom: 1px solid #eceff3;
}

.site-footer__service-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1px;
}

.site-footer__service-item {
    align-items: center;
    color: #555;
    display: flex;
    font-size: 14px;
    font-weight: bold;
    gap: 10px;
    justify-content: center;
    min-height: 92px;
    padding: 18px 10px;
    text-align: center;
}

    .site-footer__service-item i {
        align-items: center;
        background: #fff4f4;
        border: 1px solid #ffd8d9;
        border-radius: 50%;
        color: #ed3237;
        display: inline-flex;
        flex: 0 0 44px;
        font-size: 20px;
        height: 44px;
        justify-content: center;
        width: 44px;
    }

.site-footer__main {
    padding: 28px 0 24px;
}

.site-footer__support {
    align-items: center;
    background: #fff;
    border: 1px solid #eceff3;
    border-radius: 8px;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    margin-bottom: 28px;
    padding: 16px 20px;
}

.site-footer__support-label {
    color: #777;
    display: block;
    font-size: 12px;
}

.site-footer__support a {
    color: #ed3237;
    font-size: 18px;
    font-weight: bold;
}

.site-footer__support-link {
    align-items: center;
    border: 1px solid #ffd1d3;
    border-radius: 6px;
    display: inline-flex;
    font-size: 13px !important;
    gap: 8px;
    min-height: 40px;
    padding: 7px 14px;
}

.site-footer__columns {
    align-items: flex-start;
}

.site-footer__brand img {
    display: block;
    margin-bottom: 14px;
    max-height: 58px;
    max-width: 170px;
}

.site-footer__brand h2 {
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 8px;
}

.site-footer__brand p {
    color: #606060;
    font-size: 13px;
    line-height: 28px;
    margin: 0;
}

.site-footer__link-group h3 {
    color: #1f1f1f;
    font-size: 15px;
    line-height: 25px;
    margin: 10px 0 12px;
}

.site-footer__link-group ul {
    padding: 0;
}

.site-footer__link-group li {
    line-height: 30px;
}

.site-footer__link-group a {
    color: #666;
    font-size: 13px;
}

.site-footer__trust {
    align-items: center;
    display: flex;
    flex-direction: column;
}

    .site-footer__trust img {
        background: #fff;
        border: 1px solid #eceff3;
        border-radius: 8px;
        cursor: pointer;
        max-height: 132px;
        max-width: 132px;
        padding: 10px;
    }

.site-footer__social {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 14px;
}

    .site-footer__social a {
        align-items: center;
        background: #fff;
        border: 1px solid #eceff3;
        border-radius: 50%;
        color: #666;
        display: inline-flex;
        font-size: 17px;
        height: 38px;
        justify-content: center;
        width: 38px;
    }

        .site-footer__social a:hover {
            background: #ed3237;
            border-color: #ed3237;
            color: #fff;
        }

.site-footer__copyright {
    background: #fff;
    border-top: 1px solid #eceff3;
    color: #777;
    font-size: 12px;
    padding: 13px 0;
    text-align: center;
}

@media (max-width: 991px) {
    .site-footer__service-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .site-footer__brand {
        margin-bottom: 18px;
    }

    .site-footer__trust {
        align-items: flex-start;
        flex-direction: row;
        gap: 18px;
        margin-top: 22px;
    }

    .site-footer__social {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    footer.site-footer {
        margin-top: 25px;
    }

    .site-footer__service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .site-footer__service-item {
        font-size: 12px;
        justify-content: flex-start;
        min-height: 74px;
        padding: 12px;
    }

        .site-footer__service-item i {
            flex-basis: 38px;
            font-size: 17px;
            height: 38px;
            width: 38px;
        }

    .site-footer__main {
        padding: 18px 0 16px;
    }

    .site-footer__support {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
        padding: 14px;
    }

        .site-footer__support a {
            font-size: 16px;
        }

    .site-footer__support-link {
        justify-content: center;
        width: 100%;
    }

    .site-footer__brand h2 {
        font-size: 16px;
        line-height: 28px;
    }

    .site-footer__link-group {
        margin-top: 10px;
    }

    .site-footer__trust {
        align-items: center;
        flex-direction: column;
    }
}

@media (max-width: 420px) {
    .site-footer__service-grid {
        grid-template-columns: 1fr;
    }
}

/* Static pages */
.static-page {
    background: #f7f8fa;
    margin-bottom: -45px;
}

.static-hero {
    background: linear-gradient(135deg, #fff 0%, #fff4f4 100%);
    border-bottom: 1px solid #eceff3;
    padding: 54px 0 46px;
}

.static-hero--about {
    background: linear-gradient(135deg, #fff 0%, #f4fbff 100%);
}

.static-hero--contact {
    background: linear-gradient(135deg, #fff 0%, #f6fff7 100%);
}

.static-hero__content {
    max-width: 720px;
}

.static-hero__eyebrow,
.static-story span,
.contact-panel span {
    color: #ed3237;
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 8px;
}

.static-hero h1 {
    color: #202124;
    font-size: 30px;
    line-height: 46px;
    margin: 0 0 12px;
}

.static-hero p,
.static-intro p,
.static-feature-card p,
.static-story p,
.static-info-card p,
.faq-list p,
.contact-card p,
.contact-panel p {
    color: #60646c;
    font-size: 14px;
    line-height: 30px;
    margin: 0;
}

.static-section {
    padding: 34px 0 60px;
}

.static-grid {
    display: grid;
    gap: 22px;
}

.static-grid--sidebar {
    align-items: start;
    grid-template-columns: 320px minmax(0, 1fr);
}

.static-info-card,
.faq-list details,
.static-feature-card,
.static-story,
.contact-card,
.contact-panel,
.static-intro {
    background: #fff;
    border: 1px solid #eceff3;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(50, 61, 68, .04);
}

.static-info-card {
    padding: 24px;
}

    .static-info-card i,
    .static-feature-card i,
    .contact-card > i {
        align-items: center;
        background: #fff4f4;
        border: 1px solid #ffd8d9;
        border-radius: 50%;
        color: #ed3237;
        display: inline-flex;
        font-size: 21px;
        height: 48px;
        justify-content: center;
        margin-bottom: 16px;
        width: 48px;
    }

    .static-info-card h2,
    .static-intro h2,
    .static-story h2,
    .contact-panel h2 {
        color: #202124;
        font-size: 20px;
        line-height: 34px;
        margin: 0 0 10px;
    }

    .static-info-card a,
    .contact-panel a {
        align-items: center;
        background: #ed3237;
        border-radius: 6px;
        color: #fff;
        display: inline-flex;
        font-size: 13px;
        font-weight: bold;
        justify-content: center;
        margin-top: 18px;
        min-height: 42px;
        padding: 8px 16px;
    }

.faq-list {
    display: grid;
    gap: 12px;
}

    .faq-list details {
        padding: 0;
    }

    .faq-list summary {
        color: #202124;
        cursor: pointer;
        font-size: 15px;
        font-weight: bold;
        line-height: 28px;
        padding: 18px 22px;
    }

    .faq-list details[open] summary {
        color: #ed3237;
    }

    .faq-list p {
        border-top: 1px solid #f0f1f3;
        padding: 14px 22px 20px;
    }

.static-intro {
    margin-bottom: 22px;
    padding: 26px;
}

.static-feature-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.static-feature-card {
    padding: 22px;
}

    .static-feature-card h3,
    .contact-card h2 {
        color: #202124;
        font-size: 16px;
        line-height: 28px;
        margin: 0 0 8px;
    }

.static-story {
    align-items: center;
    display: grid;
    gap: 28px;
    grid-template-columns: 330px minmax(0, 1fr);
    margin-top: 22px;
    padding: 28px;
}

.contact-layout {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.contact-card {
    display: flex;
    gap: 16px;
    padding: 22px;
}

    .contact-card > i {
        flex: 0 0 48px;
        margin-bottom: 0;
    }

    .contact-card a {
        color: #ed3237;
        display: inline-block;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 8px;
    }

.contact-panel {
    align-items: center;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    margin-top: 22px;
    padding: 26px;
}

    .contact-panel a {
        flex: 0 0 auto;
        margin-top: 0;
    }

@media (max-width: 991px) {
    .static-grid--sidebar,
    .static-story,
    .contact-layout {
        grid-template-columns: 1fr;
    }

    .static-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .static-page {
        margin-bottom: -25px;
    }

    .static-hero {
        padding: 34px 0 30px;
    }

        .static-hero h1 {
            font-size: 24px;
            line-height: 38px;
        }

    .static-section {
        padding: 20px 0 38px;
    }

    .static-feature-grid {
        grid-template-columns: 1fr;
    }

    .static-info-card,
    .static-intro,
    .static-feature-card,
    .static-story,
    .contact-card,
    .contact-panel {
        padding: 18px;
    }

    .contact-card,
    .contact-panel {
        align-items: flex-start;
        flex-direction: column;
    }

    .product-buy-box__media > div {
        text-align: center;
    }

    .product-buy-box__media img {
        width: 55%;
    }

    .product-buy-box__sample {
        margin: 0 !important;
    }

    .product-buy-box__seller, .product-buy-box__status {
        margin: 0;
    }

    .product-features .feature-item {
        padding: 7px 0;
    }

    .product-details-box-cart .button-blue, .product-box-footer .button-blue {
        text-align: center;
        width: 100%;
        display: inline-block;
    }

    .product-row .product-row-title {
        height: 40px;
        margin-bottom: 15px;
    }

    .product-row .swiper-slide {
        border: none !important;
    }
}
