@font-face {
    font-family: KaraBold;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/webfont/eot/SGKara-SemiBold.eot');
    src: url('../fonts/webfont/eot/SGKara-SemiBold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/webfont/woff2/SGKara-SemiBold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/webfont/woff/SGKara-SemiBold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/webfont/ttf/SGKara-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: Kara;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/webfont/eot/SGKara-Regular.eot');
    src: url('../fonts/webfont/eot/SGKara-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/webfont/woff2/SGKara-Regular.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/webfont/woff/SGKara-Regular.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/webfont/ttf/SGKara-Regular.ttf') format('truetype');
}

@font-face {
    font-family: KaraLight;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/webfont/eot/SGKara-Light.eot');
    src: url('../fonts/webfont/eot/SGKara-Light.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/webfont/woff2/SGKara-Light.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/webfont/woff/SGKara-Light.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/webfont/ttf/SGKara-Light.ttf') format('truetype');
}

body * {
    /* font-family: 'Kara', Arial, sans-serif, normal;
    font-size: 14px;
    line-height: 30px;
    color: #515151;*/
}

body {
    /* direction: rtl;
    text-align: right;
    background: #f5f5f5;*/
}

a {
    color: #333333;
}

    a:hover {
        text-decoration: none;
        color: #91230D;
    }

button {
    cursor: pointer;
}

    button:focus, a:focus {
        outline: 0;
    }

.btn {
    padding: 0 15px;
    line-height: 40px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

    .btn:focus {
        box-shadow: none;
    }

.container-fluid {
    /* max-width: 1676px;*/
    max-width: 90%;
    margin: 0 auto;
}

.header {
    margin-bottom: 30px;
    background: #fff;
}

.navbar {
    padding: 0;
    flex-wrap: wrap;
    z-index: 101;
}

.sticky-header .header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.sticky-header .single-banner-fulltop {
    margin-bottom: 160px !important;
}

.sticky-header .header .header-middle {
    padding-top: 10px;
    padding-bottom: 10px;
}

    .sticky-header .header .header-middle .search-form .btn.search {
        line-height: 34px;
    }

.support-phone {
    position: absolute;
    padding: 0 15px;
    background: #91230D;
    color: #fff;
    font-weight: 500;
    transition: all .3s;
    height: 30px;
    line-height: 30px;
    top: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    font-size: 12px;
}

.sticky-header .header .logo {
    max-height: 30px;
    width: auto;
}

.sticky-header .header .header-middle .nav-item .btn.btn-basket {
    line-height: 32px;
}

.sticky-header .header .header-middle .nav-item a span {
    font-size: 13px;
}

.sticky-header .header .header-middle .search-form input.form-control {
    line-height: 34px;
    height: 34px;
}

.sticky-header .header .header-bottom .navbar-nav .nav-item .nav-link {
    line-height: 40px;
    font-size: 13px;
}

.dropdown .dropdown-menu {
    padding: 20px 15px 10px;
    opacity: 0;
    transition: all .5s;
}

.dropdown.open .dropdown-menu {
    opacity: 1;
    display: block;
}

.header .header-middle {
    display: block !important;
    padding-top: 15px;
    padding-bottom: 15px;
    /*overflow: hidden;*/
}

    .header .header-middle > .row {
        align-items: center;
        padding: 0 15px;
    }

    .header .header-middle .navbar-toggler {
        padding: 0;
        font-size: 30px;
    }

        .header .header-middle .navbar-toggler i {
            color: #999;
            line-height: 30px;
        }

.header .logo {
    margin: 0 0 0 30px;
    max-width: 200px;
    width: 100%;
}

.header .header-middle .user-nav {
    padding: 0 30px 0 0;
    list-style: none;
    margin: 0;
    width: auto;
}

.header-middle .user-nav .nav-item {
    display: inline-block;
}

    .header-middle .user-nav .nav-item:not(:last-child) {
        padding-left: 15px;
    }

    .header-middle .user-nav .nav-item:last-child {
        position: relative;
        padding-right: 15px;
    }

        .header-middle .user-nav .nav-item:last-child:before {
            content: '';
            width: 1px;
            height: 30px;
            position: absolute;
            background: #ccc;
            right: 0;
            top: 5px;
        }

.header-middle .nav-item .btn {
    background: none;
    border: 0;
}

.header-middle .nav-item .btn, .header-middle .nav-item a, .header-middle .nav-item a span {
    padding: 0;
    font-size: 14px;
    color: #91230D;
    cursor: pointer;
}

    .header-middle .nav-item .btn.btn-basket {
        padding: 0 20px;
        font-size: 14px;
        border-radius: 8px;
        border: 1px solid #91230D;
        line-height: 38px;
        color: #91230D;
    }

        .header-middle .nav-item .btn.btn-basket i, .header-middle .nav-item .btn.btn-basket span {
            color: #91230D;
        }

        .header-middle .nav-item .btn.btn-basket i {
            font-size: 18px;
        }

.header-middle .nav-item i {
    vertical-align: middle;
}

.header-middle .dropdown-toggle::after {
    display: none;
}

.header-middle .nav-item:hover button, .header-middle .nav-item:hover a, .header-middle .nav-item:hover span:not(.badge), .header-middle .nav-item:hover button i, .header-middle .nav-item:hover a i, .nav-item:hover > .nav-link {
    transition: color 0.3s;
    color: #91230D;
}

.header-middle .search-form {
    margin: 0;
    position: relative;
}

    .header-middle .search-form input.form-control {
        padding: 0 15px;
        font-size: 14px;
        border-radius: 8px;
        border: 1px solid #ccc;
        line-height: 40px;
    }

    .header-middle .search-form .btn.search {
        position: absolute;
        left: 0;
        top: 0;
        font-size: 18px;
        vertical-align: middle;
        cursor: pointer;
    }

        .header-middle .search-form .btn.search i {
            color: #999999;
        }

    .header-middle .search-form .search-results {
        position: absolute;
        background: #fff;
        left: 0;
        right: 0;
        top: 100%;
        z-index: 50;
        border-top: 1px solid #e7e7e7;
        overflow: hidden;
        border-radius: 0 0 7px 7px;
        display: none;
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .3);
        padding: 10px 15px;
    }

    .header-middle .search-form input.form-control:focus {
        outline: none;
        box-shadow: none;
    }

@media (max-width: 767.98px) {
    .btn-show-cart {
        width: 80% !important;
        margin-right: 10% !important;
        position: relative !important;
        line-height: 25px !important;
        color: #FFF !important;
        background-color: green !important;
        margin-bottom: 10px !important;
        margin-top: 0px;
    }
}

@media (min-width: 768px) {
    .pack-box {
        min-width: 500px;
    }

    .header-middle .search-form input.form-control:focus {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

        .header-middle .search-form input.form-control:focus ~ .search-results {
            display: block;
        }
}

.header-middle .search-form .search-results .results-list {
    list-style: none;
    font-weight: 500;
    padding: 0 0 10px;
    margin: 0;
    border-bottom: 1px solid #eceff1;
}

    .header-middle .search-form .search-results .results-list li a {
        color: #474747;
        display: block;
        margin: 0 -15px;
        padding: 10px 15px;
        font-size: 12px;
    }

    .header-middle .search-form .search-results .results-list .category-result .link {
        color: #91230D;
    }

.header-middle .search-form .search-results .search-results-footer {
    padding: 15px 0 15px 15px;
    margin: 5px 0 0 10px;
    color: #4a4a4a;
    font-size: 12px;
    line-height: 1.833;
    font-weight: 400;
}

    .header-middle .search-form .search-results .search-results-footer .trends {
        direction: rtl;
        list-style: none;
        padding-right: 0;
    }

        .header-middle .search-form .search-results .search-results-footer .trends li {
            height: 26px;
            border-radius: 13px;
            background-color: #eceff1;
            display: inline-block;
            margin-top: 15px;
            margin-left: 15px;
        }

            .header-middle .search-form .search-results .search-results-footer .trends li a {
                display: block;
                font-size: 12px;
                line-height: 26px;
                color: #4a4a4a;
                text-align: center;
                padding: 0 11px;
            }

.header-bottom {
    background: #91230D;
}

    .header-bottom .navbar-nav {
        float: none;
        margin: 0 auto;
        padding: 0;
    }

        .header-bottom .navbar-nav .nav-item .nav-link {
            padding: 0 15px !important;
            line-height: 50px;
            font-size: 14px;
            color: #FFF;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }

.nav-link-new {
    background-color: rgb(157, 196, 77);
    /*width: 34px;*/
    height: 16px;
    color: rgb(255, 255, 255);
    left: -13px;
    top: 30%;
    transform: translateY(-50%);
    font-size: 11px;
    line-height: 1.35;
    border-radius: 8px;
    padding: 0px 4px;
    left: -0px;
    top: -10px;
    position: relative;
}

.header-bottom .navbar-nav .nav-item .nav-link:hover, .header-bottom .navbar-nav .nav-item .nav-link:focus {
    color: #C2B4A3;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.latest-products .swiper-container {
    height: auto;
}

.latest-products .product-item {
    margin-bottom: 0;
}

.modal-content {
    border: 0;
}


.modal-header {
    border-bottom: 0;
    background: #fff;
    color: #858585;
    display: flex;
    justify-content: space-between;
    /*border-bottom: 1px solid #eaeaea;*/
}

    .modal-header .close {
        margin: 0;
        padding: 0;
    }

        .modal-header .close span {
            font-size: 30px;
            line-height: 0;
            color: #858585;
            vertical-align: sub;
        }

.modal-title {
    font-size: 18px;
    color: #858585;
}

.modal-body {
    padding: 30px 15px;
}

.form-control {
    padding: 10px;
    font-size: 14px;
    border-radius: 0;
}

    .form-control:focus {
        border-color: #e0a800;
    }

.form-group label, .label {
    padding-top: 10px;
}

.modal-content {
    border: 0;
}

.modal-body .btn {
    width: 100%;
    padding: 10px;
}

.modal-header {
    border-bottom: 0;
    background: #fff;
    color: #858585;
    display: flex;
    justify-content: space-between;
    /*border-bottom: 1px solid #eaeaea;*/
    border-radius: 10px !important;
}

    .modal-header .close {
        margin: 0;
        padding: 0;
    }

        .modal-header .close span {
            font-size: 30px;
            line-height: 0;
            color: #858585;
            vertical-align: sub;
        }

.modal-content {
    border-radius: 10px !important;
}

.modal-title {
    font-size: 18px;
    color: #858585;
}

.modal-body {
    padding: 30px 15px;
}

.form-control {
    padding: 10px;
    font-size: 1410px;
    font-size: 14px;
}

.modal-body .btn {
    width: 100%;
    padding: 10px;
}

.btn {
    font-size: 14px;
}

    .btn.submit {
        background: #91230D;
        color: #fff;
        cursor: pointer;
        font-weight: bold;
    }

    .btn.register {
        background: #e6e6e6;
        color: #403e44;
    }

.basket .basket-item {
    padding: 15px;
    background: #fff;
    border: 1px solid #ececec;
    margin-bottom: 15px;
}

    .basket .basket-item > .row {
        align-items: center;
    }

    .basket .basket-item .info .title {
        margin: 0;
        font-size: 14px;
        font-weight: 500;
    }

    .basket .basket-item .info span {
        font-size: 12px;
    }

    .basket .basket-item .price {
        text-align: left;
        font-size: 18px;
    }

        .basket .basket-item .price span {
            font-size: 14px;
            color: #999999;
        }

    .basket .basket-item .remove {
        color: #9f9da2;
        font-size: 16px;
        padding: 0 15px 0 0;
    }

        .basket .basket-item .remove i {
            color: #9f9da2;
        }

.quantity-select {
    margin-right: 5px;
}

    .quantity-select input {
        text-align: center;
        width: 40px;
        height: 28px;
        font-size: 12px;
        display: inline-block;
        margin: 0 5px;
        padding: 0;
        color: #000;
        background: #fff;
        border: 1px solid #999;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
    }

    .quantity-select i {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        color: #999999;
    }

#basket .btn.submit {
    margin-top: 25px;
    width: 100%;
}

#basket .modal-footer .row {
    width: 100%;
    margin-left: 0;
}

.bestselling {
    margin-bottom: 30px;
}

.products-row .swiper-slide {
    min-width: 170px;
}

.line-title {
    position: relative;
    margin-bottom: 30px;
}

    .line-title span, .line-title .txt {
        font-size: 20px;
        font-weight: 500;
        padding-left: 15px;
        background: #f5f5f5;
        margin: 0;
        display: inline-block;
    }

    .line-title:after {
        content: '';
        left: 0;
        right: 0;
        height: 2px;
        position: absolute;
        background: #e8e5ec;
        top: 50%;
        z-index: -1;
    }

.pic {
    overflow: hidden;
}

.policies {
    padding: 0 0 30px;
    margin: 0 0 30px;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    height: 100%;
    justify-content: space-around;
    list-style: none;
    align-items: center;
    border-bottom: 1px solid #cfd8dc;
}

    .policies li {
        align-items: center;
        text-align: center;
    }

        .policies li .icon {
            /*max-width: 100px;*/
        }

        .policies li .text {
            font-size: 14px;
            color: #403e44;
            margin-top: 10px;
        }

.show-xs {
    display: none;
}

.brands {
    margin: 30px 0;
    height: 360px;
    overflow: hidden;
}

.more-brands {
    display: none;
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: 0px;
    color: #2196f3;
    background: #fcfcfc;
    cursor: pointer;
    padding-bottom: 15px;
}

    .more-brands span {
        position: relative;
        z-index: 2;
        border-bottom: 1px dashed;
        color: #2196f3;
    }

.brand-gradiant {
    position: absolute;
    height: 360px;
    overflow: hidden;
}

.more-brands:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    opacity: 1;
    bottom: 23px;
    height: 105px;
    z-index: 1;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 98.8%, .99) 99%, #fcfcfc);
}

.brands .brands-item {
    height: 44px;
    line-height: 44px;
    vertical-align: middle;
    margin-bottom: 30px;
    text-align: center;
}

    .brands .brands-item img {
        max-height: 100%;
        max-width: 100px;
    }

.sum .price-before:after {
    right: calc(0.75rem + 17%);
    top: calc(0.75rem + 16px);
}

[data-target="#basket"] .badge {
    background: #91230D;
    padding: 8px;
    width: 26px;
    height: 26px;
    top: -10px;
    border-radius: 13px;
    font-size: 12px;
}

footer {
    padding: 30px 0 0;
    border-top: 1px solid #cfd8dc;
    background: #eceff1;
}

    footer .links {
        padding: 0;
        list-style: none;
        text-align: right;
    }

        footer .links li a {
            font-size: 14px;
            line-height: 28px;
            color: #4a4a4a;
        }

    footer .licenses {
        list-style: none;
        display: flex;
        padding: 0;
        direction: ltr;
        align-items: center;
    }

        footer .licenses li {
            padding: 15px;
            background: #e0e0e0;
            width: 150px;
            height: 140px;
            text-align: center;
            line-height: 110px;
        }

            footer .licenses li a img {
                max-height: 100%;
            }

            footer .licenses li:not(:last-child) {
                margin-right: 15px;
            }

    footer .contact {
        padding: 15px 0;
        margin-top: 15px;
        border-top: 1px solid #cfd8dc;
    }

        footer .contact .contact-item {
            padding: 5px;
            text-align: center;
        }

            footer .contact .contact-item:not(:first-child) {
                border-right: 1px solid #cfd8dc;
            }

        footer .contact .social-networks {
            list-style: none;
            direction: ltr;
            text-align: left;
            display: flex;
            margin: 0;
            padding: 0;
        }

            footer .contact .social-networks li {
                padding-right: 15px;
            }

.copyright {
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #91230D;
}

    .copyright p {
        margin: 0;
        font-size: 12px;
    }

.social-networks {
    padding: 0;
    list-style: none;
}

footer div[class^="col-"]:last-child {
    text-align: left;
}

.banners {
    margin: 30px auto 0;
}

    .banners.single-banner {
        margin: 0;
    }

        .banners.single-banner .banner-item {
            height: 100%;
        }

            .banners.single-banner .banner-item a {
                display: block;
                height: 100%;
            }

    .banners .banner-item {
        position: relative;
        margin-bottom: 30px;
    }

        .banners .banner-item img {
            width: 100%;
        }

        .banners .banner-item .btn {
            position: absolute;
            background: #403e44;
            color: #FFFFFF;
            font-size: 14px;
            width: 36%;
            min-width: 70px;
            max-width: 400px;
            bottom: 15%;
            right: 32%;
        }

    .banners.single-banner .banner-item .btn {
        width: 130px;
        right: calc(50% - 65px);
    }

    .banners.single-banner-fulltop {
        margin: 0;
        position: relative;
        z-index: 101;
    }

        .banners.single-banner-fulltop .banner-item {
            margin: 0;
        }

#register .form-check {
    width: 50%;
    float: right;
    text-align: center;
}

#register .form-check-label {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .15);
    line-height: 1.25;
    color: #495057;
    padding: 10px;
    font-size: 14px;
}

    #register .form-check-label input {
        visibility: hidden;
        margin: 0;
        position: relative;
    }

.tab-content {
    padding: 40px 60px;
}

.product-item {
    border: 1px solid #e8e5ec;
    text-align: center;
    transition: all 0.5s;
    overflow: hidden;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 10px;
}

    .product-item:hover {
        border-color: #91230D;
    }



    .product-item .price {
        font-size: 16px;
        color: #91230D;
        font-weight: 500;
        text-align: center;
    }

        .product-item .price span {
            color: #91230D;
            font-size: 12px;
            font-weight: normal;
        }

    .product-item:hover .title {
        color: #403e44;
    }

    .product-item .btn.add {
        margin: 5px auto 15px;
        padding: 0 20px;
        background: #91230D;
        border: 1px solid transparent;
        color: #ffffff;
        font-size: 14px;
        font-weight: bold;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        cursor: pointer;
        transition: all 0.5s;
        line-height: 40px;
    }

        .product-item .btn.add.tocompare {
            margin: 5px auto 15px;
            padding: 0 20px;
            background: #91230D;
            border: 1px solid transparent;
            color: #ffffff;
            font-size: 14px;
            font-weight: bold;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            border-radius: 8px;
            cursor: pointer;
            transition: all 0.5s;
            width: 80%;
        }

        .product-item .btn.add:hover {
            background: #91230D;
            border-color: #91230D;
            color: #fff;
        }

    .product-item .pic {
        position: relative;
    }

        .product-item .pic .quick-view-btn {
            position: absolute;
            bottom: -40px;
            right: 0;
            left: 0;
            background: rgba(255, 255, 255, 0.7);
            padding: 8px;
            color: #7d7d7d;
            font-size: 14px;
            transition: all 0.3s;
        }

            .product-item .pic .quick-view-btn:hover {
                cursor: pointer;
            }

    .product-item:hover .pic .quick-view-btn {
        bottom: 0;
    }

    .product-item .pic {
        position: relative;
        border-radius: 10px;
    }

        .product-item .pic .quick-view-btn {
            position: absolute;
            bottom: -40px;
            right: 0;
            left: 0;
            background: rgba(255, 255, 255, 0.7);
            padding: 8px;
            color: #7d7d7d;
            font-size: 14px;
            transition: all 0.3s;
        }

            .product-item .pic .quick-view-btn:hover {
                cursor: pointer;
            }

    .product-item:hover .pic .quick-view-btn {
        z-index: 10;
        bottom: 0;
    }

    .product-item .finished {
        line-height: 87px;
        font-size: 16px;
        color: #999;
        text-align: center;
        position: relative;
    }

        .product-item .finished:before, .product-item .finished:after {
            content: '';
            height: 1px;
            background: #ccc;
            width: 32%;
            position: absolute;
            top: 50%;
        }

        .product-item .finished:before {
            right: 0;
        }

        .product-item .finished:after {
            left: 0;
        }

#quickview .price-before {
    position: relative;
    margin: 0 !important;
}

    #quickview .price-before:after {
        width: 75px;
    }

#quickview .info {
    padding-bottom: 52px;
    position: relative;
}

#quickview .price-before:after {
    right: 60px;
    top: 16px;
}

#quickview #gv-single-product .single-product-sections .single-product-center .product-gallery-image .magnifier {
    cursor: auto;
}

#quickview .modal-header .close {
    float: none;
}

    #quickview .modal-header .close span {
        color: #7b7b7b;
    }

#quickview .modal-body {
    padding: 0 30px 30px;
}

#quickview .modal-header {
    padding-bottom: 0;
    background: #fff;
    direction: ltr;
}

#quickview .btn.more {
    border: 1px solid #9f9aa9;
    cursor: pointer;
    padding: 0 15px;
    line-height: 42px;
    color: #706c77;
    width: auto;
    height: 42px;
    position: absolute;
    right: 15px;
    left: 15px;
    bottom: 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

#quickview h3 {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

#quickview .price {
    font-size: 22px;
    margin: 15px 0;
    text-align: right;
    color: #91230D;
    font-weight: 500;
}

    #quickview .price span {
        color: #9f9da2;
        font-size: 12px;
        font-weight: normal;
    }

#quickview .btn.add {
    background: #91230D;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

#quickview .btn.add {
    padding: 10px 15px;
}

.mob-price, .mob-quantity {
    display: none;
    text-align: right;
}

.dropdown-menu {
    border-radius: 0;
    margin-top: 0;
    background: #e7e7e7;
    right: 0;
    /*top: 50px;*/
    transition: all 1s;
}

    .dropdown-menu .row {
        margin: 0;
    }

.dropdown-item h4 {
    margin: 0;
    color: #b4b4b4;
    font-size: 14px;
}

.dropdown-divider {
    border-color: #6b686f;
    margin-top: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
    background: none;
    color: #91230D !important;
    transition: color .15s;
}

.dropdown-item {
    font-size: 14px;
    padding: 0;
    line-height: 22px;
    margin-bottom: 10px;
    text-align: right;
    color: #403e44;
}

.dropdown-menu.show {
    display: block;
    opacity: 1 !important;
}

.dropdown-toggle::after {
    display: none;
}

.nav-pills .nav-link.active {
    background: none;
    color: #333;
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    border-top: 1px solid rgba(0, 0, 0, .15);
    border-left-color: #fafafa;
}

.header .header-middle .user-nav .nav-item.dropdown a:hover .nav-link,
.header .header-middle .user-nav .nav-item.dropdown:hover .nav-link {
}

.header .header-middle .user-nav .guest .dropdown-menu {
    top: 35px;
    width: 200px;
}

.header .header-middle .user-nav .dropdown-menu {
    left: 0;
    right: inherit;
    top: 45px;
    background: #fff;
    text-align: right;
}

    .header .header-middle .user-nav .dropdown-menu:after {
        content: '';
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-left: 1px solid #c6c6c6;
        border-top: 1px solid #c6c6c6;
        background-color: #fafafa;
        position: absolute;
        width: 10px;
        height: 10px;
        top: -5.5px;
        left: 30px;
        transition: background-color .3s ease-in-out;
    }

    .header .header-middle .user-nav .dropdown-menu .btn-login {
        display: block;
        width: 100%;
        text-align: center;
        height: 40px;
        vertical-align: middle;
        cursor: pointer;
        color: #fff;
        font-weight: 500;
        font-size: 14px;
        line-height: 38px;
        background-color: #91230D;
        border-radius: 5px;
        margin-bottom: 15px;
    }

    .header .header-middle .user-nav .dropdown-menu .text {
        font-size: 14px;
        color: #4a4a4a;
        font-weight: 500;
        text-align: center;
    }

        .header .header-middle .user-nav .dropdown-menu .text a {
            color: #91230D;
        }

    .header .header-middle .user-nav .dropdown-menu .list-items {
        border-top: 1px solid #eceff1;
        padding: 5px 0 0;
        list-style: none;
        margin: 0 -15px;
    }

        .header .header-middle .user-nav .dropdown-menu .list-items li a {
            position: relative;
            color: #6d6d6d;
            font-size: 14px;
            line-height: 40px;
            vertical-align: middle;
            display: block;
            padding: 0 15px;
        }

        .header .header-middle .user-nav .dropdown-menu .list-items li:hover a {
            background: #f4f4f4;
        }

.header .header-middle .user-nav .cart .dropdown-menu {
    /*width: 354px;*/
    padding: 0;
    border-radius: 0 0 8px 8px;
}

    .header .header-middle .user-nav .cart .dropdown-menu .cart-header {
        background-color: hsla(0, 0%, 98%, .9);
        padding: 0;
        width: 100%;
        position: relative;
    }

        .header .header-middle .user-nav .cart .dropdown-menu .cart-header .cart-total span {
            font-size: 13px;
            line-height: 45px;
            color: #fb3449;
        }

            .header .header-middle .user-nav .cart .dropdown-menu .cart-header .cart-total span:first-child {
                color: #676767;
                font-size: 13px;
            }

        .header .header-middle .user-nav .cart .dropdown-menu .cart-header .btn-show-cart {
            font-size: 11px;
            line-height: 45px;
            color: #454545;
            position: absolute;
            top: 0;
            left: 0;
            display: flex;
            bottom: 0;
            align-items: center;
            justify-content: center;
            padding-left: 15px;
            padding-right: 15px;
            transition: background-color .3s ease-in-out;
            background-color: #28a745;
            margin: 8px;
            color: white;
        }

            .header .header-middle .user-nav .cart .dropdown-menu .cart-header .btn-show-cart:hover {
                background-color: #e5e5e5;
            }

    .header .header-middle .user-nav .cart .dropdown-menu .cart-item {
        padding: 10px 30px 10px 0;
        position: relative;
        display: block;
    }

        .header .header-middle .user-nav .cart .dropdown-menu .cart-item .btn-remove {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 3px;
            border-radius: 50%;
            background-color: #eaeaea;
            width: 20px;
            height: 20px;
            line-height: 18px;
            border: none;
            z-index: 123;
            cursor: pointer;
        }

        .header .header-middle .user-nav .cart .dropdown-menu .cart-item a {
            display: flex;
            justify-content: stretch;
            align-items: stretch;
        }

        .header .header-middle .user-nav .cart .dropdown-menu .cart-item .item-pic {
            width: 60px;
            height: 60px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            flex: 0 0 60px;
            max-width: 60px;
            position: relative;
        }

        .header .header-middle .user-nav .cart .dropdown-menu .cart-item .item-details {
            padding-right: 15px;
        }

            .header .header-middle .user-nav .cart .dropdown-menu .cart-item .item-details .item-title {
                font-size: 12px;
                line-height: 20px;
                color: #454545;
                max-width: 100%;
                font-weight: 500;
            }

            .header .header-middle .user-nav .cart .dropdown-menu .cart-item .item-details .item-quantity {
                margin-top: 12px;
                font-size: 10px;
                line-height: 17px;
                color: #666;
            }

    .header .header-middle .user-nav .cart .dropdown-menu .btn-checkout {
        font-size: 15px;
        line-height: 26px;
        font-weight: 700;
        color: #fff;
        text-align: center;
        padding-top: 9px;
        padding-bottom: 10px;
        border-radius: 0 0 8px 8px;
        background-color: #91230D;
        border: 0;
        width: 100%;
    }

.show-sm {
    display: none;
}

.swiper-button-prev, .swiper-button-next {
    position: absolute;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    bottom: 50%;
    background: none;
    background-image: none !important;
    opacity: 0.6;
    transition: all 0.3s;
}

    .swiper-button-prev i, .swiper-button-next i {
        color: #403e44;
        font-size: 40px;
    }

    .swiper-button-prev:hover, .swiper-button-next:hover {
        opacity: 1;
    }

.products-row .swiper-button-prev, .products-row .swiper-button-next,
.products-row-4 .swiper-button-prev, .products-row-4 .swiper-button-next {
    height: auto;
    top: 40%;
    bottom: 40%;
    width: 50px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px #00000045;
}

    .products-row .swiper-button-prev i, .products-row .swiper-button-next i,
    .products-row-4 .swiper-button-prev i, .products-row-4 .swiper-button-next i {
        color: #403e44;
    }

.products-row:not(.swiper-container-rtl) .swiper-button-prev, .products-row.swiper-container-rtl .swiper-button-next,
.products-row-4:not(.swiper-container-rtl) .swiper-button-prev, .products-row-4.swiper-container-rtl .swiper-button-next {
    left: 0;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
}

.products-row:not(.swiper-container-rtl) .swiper-button-next, .products-row.swiper-container-rtl .swiper-button-prev,
.products-row-4:not(.swiper-container-rtl) .swiper-button-next, .products-row-4.swiper-container-rtl .swiper-button-prev {
    right: 0;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}

.scrollup {
    display: block;
    color: #fff;
    cursor: pointer;
    z-index: 2;
    position: fixed;
    right: 30px;
    bottom: -50px;
    height: 50px;
    width: 50px;
    background: #91230D;
    text-align: center;
    font-size: 0;
    padding: 0 8px;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
}

    .scrollup i {
        font-size: 34px;
        line-height: 45px;
        color: #fff;
    }

    .scrollup.show {
        bottom: 20px;
    }

.menu-collapse .card-body {
    background: #545158;
    margin: 0;
}

.menu-collapse a {
    color: #fff;
}

.show-md {
    display: none;
}

.featured-products-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
}

.featured-products {
    border: 1px solid #ececec;
    margin: 0;
    overflow: hidden;
    background: #fff;
    box-shadow: -2px 3px 15px #0000001f;
    position: relative;
}

    .featured-products .absolute-title {
        height: 50px;
        padding: 0 30px;
        line-height: 50px;
        font-size: 18px;
        font-weight: 500;
        color: #fff;
        background: #ff6363;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        position: absolute;
        top: 0;
        right: 40px;
        z-index: 1;
    }

    .featured-products .tab-content {
        padding: 0;
    }

        .featured-products .tab-content .row {
            align-items: center;
        }

        .featured-products .tab-content .title {
            color: #403e44;
            margin: 15px 0;
            font-weight: bold;
            font-size: 16px;
            line-height: 22px;
        }

        .featured-products .tab-content .price-container {
            display: flex;
            display: -ms-flex;
            display: -moz-flex;
            display: -webkit-flex;
            flex-wrap: wrap;
            margin: 5% 0 10px;
        }

        .featured-products .tab-content .discount-price {
            width: 100%;
            position: relative;
            color: #bbbbbb;
            text-decoration: line-through;
            font-size: 20px;
            line-height: 45px;
        }

        .featured-products .tab-content .discount-value {
            width: 100%;
            position: relative;
            color: #a5ea6b;
            font-size: 20px;
            line-height: 45px;
        }

        .featured-products .tab-content .main-price {
            font-size: 22px;
            color: #ff6363;
            font-weight: 500;
            line-height: 45px;
        }

        .featured-products .tab-content .discount-percent {
            margin-right: 30px;
            line-height: 40px;
            padding: 0 20px;
            background: #ff6363;
            color: #fff;
            font-size: 20px;
            font-weight: bold;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            border-radius: 8px;
        }

        .featured-products .tab-content .properties {
            padding: 0;
            list-style: none;
        }

            .featured-products .tab-content .properties li {
                position: relative;
                padding-right: 16px;
                color: #757474;
                font-size: 14px;
                line-height: 22px;
            }

                .featured-products .tab-content .properties li:before {
                    content: '';
                    width: 6px;
                    height: 6px;
                    -webkit-border-radius: 3px;
                    -moz-border-radius: 3px;
                    border-radius: 3px;
                    background: #bebebe;
                    position: absolute;
                    right: 0;
                    top: 9px;
                }

        .featured-products .tab-content .btn.add {
            margin: 5px auto 15px;
            padding: 0 20px;
            background: #91230D;
            border: 1px solid transparent;
            color: #ffffff;
            font-size: 14px;
            font-weight: bold;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            border-radius: 8px;
            cursor: pointer;
            transition: all 0.5s;
        }

        .featured-products .tab-content hr {
            margin: 10% 0 15px;
        }

.categoriesTabNav {
    padding: 0;
    position: relative;
}

.featured-products .categoriesTabNav {
    background: #ececec;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    margin-left: -15px;
}

    .featured-products .categoriesTabNav .nav-link {
        margin: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 100%;
        font-size: 13px;
        font-weight: 500;
        color: #2d3033;
        padding: 0 15px 0 15px;
        text-align: right;
        border-radius: 0;
        position: relative;
        border: 0;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center;
        transition: all .3s;
    }

        .featured-products .categoriesTabNav .nav-link h2, .featured-products .categoriesTabNav .nav-link h3, .featured-products .categoriesTabNav .nav-link h4 {
            margin: 0;
            display: inline;
            padding: 0;
            font-size: 13px;
            font-weight: 500;
        }

    .featured-products .categoriesTabNav .nav-link-more {
        background: #91230D;
        color: #fff;
        margin: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 100%;
        font-size: 13px;
        font-weight: 500;
        color: #2d3033;
        border-radius: 0;
        position: relative;
        border: 0;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center;
        transition: all .3s;
        padding: 10px 25px;
        white-space: nowrap;
        text-align: center;
    }

        .featured-products .categoriesTabNav .nav-link-more i {
            margin-left: 10px;
            vertical-align: middle;
        }

    .featured-products .categoriesTabNav .nav-link:not(:last-child) {
        border-bottom: 2px solid #fff;
    }

    .featured-products .categoriesTabNav .nav-link.active:not(.more) {
        background: #ff6363;
        color: #fff;
        font-size: 15px;
        outline: none;
        position: relative;
    }

        .featured-products .categoriesTabNav .nav-link.active:not(.more) h2 {
            color: #fff;
        }

        .featured-products .categoriesTabNav .nav-link.active:not(.more):before {
            content: '';
            width: 4px;
            position: absolute;
            top: 0;
            bottom: 0;
            background: #ff6363;
            right: -7px;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
        }

.featured-products .categoriesTab .timer-container {
    /*direction: ltr;*/
    padding-top: 15px;
    font-family: 'Kara', Arial, sans-serif, bold;
    font-size: 25px;
}

    .featured-products .categoriesTab .timer-container .span {
        /*direction: ltr;*/
        font-family: 'Kara', Arial, sans-serif, normal;
        font-size: 10px;
    }

.breadcrumb {
    background: transparent;
    margin-bottom: 40px;
}

.breadcrumb-item {
    float: right;
    font-size: 12px;
}

    .breadcrumb-item h1, .breadcrumb-item h2, .breadcrumb-item h3 {
        margin: 0;
        font-size: 12px;
        font-weight: normal;
        color: #6c757d;
        display: inline-block;
    }

    .breadcrumb-item + .breadcrumb-item::before {
        padding: 0 3px;
    }

.line-b {
    border-bottom: 1px solid #e8e5ec;
    padding-bottom: 10px;
}

.page-content {
    padding: 0 0 40px;
}

    .page-content.grey {
        background: #fafafa;
    }

    .page-content .pg-title {
        margin: 15px 0;
        line-height: 32px;
    }

        .page-content .pg-title span {
            font-size: 12px;
            color: #888;
        }

.tab-pane .form-control-label {
    margin-bottom: 15px;
}

.form-control-label.form-title {
    font-weight: bold;
}

.nav-tabs .nav-link {
    color: #403e44;
    padding: 10px 25px;
    white-space: nowrap;
    border-radius: 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #fff;
}

    .nav-tabs .nav-link:not(.active):hover {
        border-top: 0;
        border-right: 0;
        border-left: 0;
        border-bottom: 1px solid #fff;
    }

.product-list-page .breadcrumb {
    margin: 0px;
    padding: 0;
}

.product-list-page .pg-title {
    margin: 0;
    text-align: left;
}

.card {
    border-radius: 0;
    margin-bottom: 5px;
    border-bottom: 0;
}

    .card .collapse.show {
        /*border-bottom: 1px solid rgba(0, 0, 0, .125);*/
    }

#filters .card .collapse::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

#filters .card .collapse::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

#filters .card .collapse::-webkit-scrollbar {
    width: 5px;
}

#filters .card .collapse.show {
    max-height: 300px;
    overflow: auto;
}

#filters h2 {
    margin: 0;
}

#filters .card-header i {
    position: absolute;
    left: 20px;
    top: 18px;
}

#filters .collapsed .fa-minus::before {
    content: '\f067';
}

.filters .card .card-body {
    padding: 15px;
}

    .filters .card .card-body form {
        position: relative;
        margin-bottom: 15px;
    }

        .filters .card .card-body form input {
            padding: 0 15px;
            line-height: 40px;
            font-size: 12px;
        }

        .filters .card .card-body form .btn.search {
            position: absolute;
            left: 0;
            top: 0;
            font-size: 18px;
            vertical-align: middle;
            cursor: pointer;
        }

.card-header {
    border-radius: 0 !important;
    background: #fafafa;
}

.btns-wrapper {
    border-top: 1px solid #e9e9e9;
    padding: 4%;
    width: 100%;
    padding-bottom: 10px;
    padding-top: 12px;
    /* position: relative; */
    /* top: 10px; */
    background-color: #e7e7e7;
    /* z-index: 1000; */
    border: 0px;
}

.btns-wrapper-main {
    border-top: 1px solid #e9e9e9;
    padding: 4%;
    width: 100%;
    padding-bottom: 10px;
    padding-top: 12px;
    position: relative;
    top: 15px;
    background-color: #e7e7e7;
    /* z-index: 1000; */
    border: 0px;
}

.filters-btn {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #d6d6d6;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin-right: 5px;
    padding: 0 30px;
    width: 45%;
}

.sort-btn {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #d6d6d6;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin-left: 5px;
    padding: 0 30px;
    float: left;
    width: 45%;
}

.mob-side {
    background: #f1f1f1;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 20000;
    top: 0;
    overflow: hidden;
    right: -100%;
    transition: right 0.5s;
}

    .mob-side .mob-side-header {
        background: #d6d6d6;
        display: flex;
        display: -ms-flex;
        display: -moz-flex;
        display: -webkit-flex;
        justify-content: space-between;
        padding: 0 15px;
        height: 40px;
    }

        .mob-side .mob-side-header .title, .mob-side .mob-side-header .cancel {
            line-height: 40px;
        }

        .mob-side .mob-side-header .title {
            font-size: 16px;
            font-weight: 500;
        }

    .mob-side .mob-search-form {
        background: #fff;
        padding: 15px;
        margin-bottom: 15px;
    }

        .mob-side .mob-search-form form {
            position: relative;
        }

        .mob-side .mob-search-form .form-control {
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            border-radius: 8px;
            padding: 0 15px;
            font-size: 14px;
            border: 1px solid #ccc;
            line-height: 40px;
        }

        .mob-side .mob-search-form .btn.search {
            position: absolute;
            left: 0;
            top: 0;
            font-size: 18px;
            vertical-align: middle;
            cursor: pointer;
        }

            .mob-side .mob-search-form .btn.search i {
                color: #999;
            }

    .mob-side .filters {
        height: calc(100% - 85px);
        overflow: auto;
    }

    .mob-side .card {
        background: #fff;
        padding: 0 15px;
        margin: 0 15px 15px;
        border-bottom: 1px solid rgba(0, 0, 0, .125);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

        .mob-side .card .card-header {
            background: none;
            padding: 0;
            border: 0;
        }

            .mob-side .card .card-header a {
                display: block;
            }

            .mob-side .card .card-header .text {
                line-height: 50px;
            }

        .mob-side .card .card-body {
            border-top: 1px solid rgba(0, 0, 0, .125);
        }

        .mob-side .card .collapse.show {
            border-bottom: 0;
        }

    .mob-side .btn.submit {
        position: absolute;
        bottom: 0;
        width: 100%;
        font-size: 12px;
        height: 45px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .mob-side .btn span {
        color: #fff;
    }

    .mob-side .nav .nav-link {
        border-left: 1px solid rgba(0, 0, 0, .15);
        margin-bottom: -3px;
        /*padding-top: calc(50% - 16px);*/
        width: 100%;
    }

    .mob-side .slider.slider-horizontal {
        width: 100%;
    }

    .mob-side .tab-pane .row {
        margin: 0;
    }

.mb-options.fixed {
    position: fixed;
    top: 50px;
    z-index: 100;
    right: 0;
    left: 0;
    padding: 15px 15px 0;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}

.categories-list, .categories-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .categories-list li {
        padding: 0 18px 0 15px;
    }

        .categories-list li a {
            display: block;
            position: relative;
            color: #8e8e8e;
            line-height: 24px;
            font-size: 14px;
        }

            .categories-list li a h2, .categories-list li a h3, .categories-list li a h4 {
                color: #8e8e8e;
                line-height: 24px;
                font-size: 14px;
                margin: 0;
                font-weight: normal;
            }

            .categories-list li a:before {
                content: "\f104";
                font-family: FontAwesome;
                position: absolute;
                right: -11px;
                top: 0px;
                color: #8e8e8e;
            }

.card-body .pg-title {
    text-align: right;
}

.chip {
    display: inline-block;
    padding: 0px 10px;
    line-height: 39px;
    /*height: 30px;*/
    font-size: 12px;
    margin: 0 0 15px 10px;
    border: 1px solid #ED7D66;
    font-weight: normal;
    border-radius: 6px;
}

.closebtn {
    padding-right: 4px;
    color: #ED7D66;
    margin-top: 4px;
    float: left;
    font-size: 14px;
    cursor: pointer;
}

.custom-checkbox .custom-control-indicator {
    border-radius: 0;
}

.custom-control {
    padding-left: 0;
    padding-right: 25px;
    width: 100%;
    cursor: pointer;
}

.custom-control-indicator {
    position: absolute;
    top: .25rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    right: 0;
    background-color: #e8e8e8;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-control-input:checked ~ .custom-control-indicator {
    background-color: #91230D;
}

.custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #91230D;
}

.custom-control-input:active ~ .custom-control-indicator {
    color: #fff;
    background-color: #faedc3;
}

.options-wrapper {
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 15px;
}

.pagination {
    direction: ltr;
    margin: 0 0 30px;
}

    .pagination .page-link {
        line-height: normal;
        padding: 4px 10px 2px;
        color: #403e44;
        font-size: 12px;
        border-radius: 0;
    }

        .pagination .page-link span {
            font-size: 12px;
        }

    .pagination .page-item.active .page-link {
        background-color: #91230D;
        border-color: #91230D;
    }

.page-item:last-child .page-link, .page-item:first-child .page-link {
    border-radius: 0;
}

.sorting {
    display: flex;
    margin-bottom: 15px;
}

    .sorting .title {
        font-size: 14px;
        margin-left: 15px;
        line-height: 32px;
    }



    .sorting .sort-item.active span {
        background: #91230D;
        border-color: #91230D;
        color: #fff;
        font-weight: 500;
    }

#sortByModal .modal-header .close span,
#sortByModal .modal-header .modal-title {
    color: #403e44;
}

#sortByModal .modal-header {
    background: #fff;
    border-bottom: 1px solid #ececec;
}

#sortByModal .sorting {
    display: block;
}

    #sortByModal .sorting .sort-item label {
        display: block;
        margin-bottom: 0;
        position: relative;
        padding-right: 15px;
    }

    #sortByModal .sorting .sort-item:not(:last-child) label {
        border-bottom: 1px solid #ececec;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    #sortByModal .sorting .sort-item label input[type="radio"] {
        visibility: hidden;
    }

    #sortByModal .sorting .sort-item label:before {
        content: '';
        width: 16px;
        height: 16px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 2px solid #91230D;
        position: absolute;
        right: 0;
        top: 3px;
    }

    #sortByModal .sorting .sort-item label .checked {
        width: 10px;
        height: 10px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background: #fff;
        display: block;
        position: absolute;
        top: 6px;
        right: -2px;
    }

    #sortByModal .sorting .sort-item label input:checked ~ .checked {
        background: #91230D;
    }

.landing .breadcrumb {
    margin-bottom: 0;
}

.landing .desc {
    font-size: 14px;
    text-align: justify;
}

.category-item {
    background: #fff;
    border: 1px solid #ececec;
    margin-bottom: 30px;
    padding: 5px;
    box-shadow: -2px 3px 15px #0000001f;
}

    .category-item .category-pic {
        position: relative;
    }

        .category-item .category-pic .category-title {
            position: absolute;
            right: 15px;
            bottom: 15px;
            color: #fff;
            font-weight: 500;
            font-size: 16px;
        }

    .category-item .sub-categories {
        margin: 15px;
        padding: 0;
        list-style: none;
    }

        .category-item .sub-categories li {
            font-size: 16px;
            color: #757474;
            position: relative;
            padding-right: 16px;
            line-height: 32px;
        }

            .category-item .sub-categories li .txt {
                font-size: 16px;
                color: #757474;
                margin: 0;
                display: inline-block;
                font-weight: normal;
            }

            .category-item .sub-categories li:before {
                content: '';
                width: 6px;
                height: 6px;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
                background: #bebebe;
                position: absolute;
                right: 0;
                top: 16px;
            }

/*-----------------product single----------------*/
.product .breadcrumb {
    padding: 0;
    margin: 10px 0 10px;
    width: 100%;
    margin-right: 10px;
}

.product .product-content {
    background: #fff;
    border: 1px solid #e8e5ec;
    padding: 15px;
    border-radius: 10px;
}

    .product .product-content .header {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        background: none;
        margin: 0 0 30px 30px;
        border-bottom: 1px solid #e8e5ec;
    }

        .product .product-content .header .pd-title {
            font-size: 21px;
            font-weight: 400;
            margin: 0;
        }

    .product .product-content .info {
        display: flex;
        justify-content: stretch;
        align-items: flex-start;
        margin-left: 30px;
        margin-bottom: 130px;
    }

        .product .product-content .info .note {
            flex: 0 0 240px;
            padding: 0;
            font-size: 14px;
            font-weight: normal;
            margin: 0 30px 0 0;
            color: #9f9da2;
        }

            .product .product-content .info .note .title {
                color: #403e44;
                margin: 0 0 15px;
            }

            .product .product-content .info .note ul {
                padding-right: 12px;
                list-style: none;
            }

                .product .product-content .info .note ul li {
                    color: #757474;
                    margin-bottom: 7px;
                    text-align: justify;
                    position: relative;
                    line-height: 19px;
                    font-size: 13px;
                }

                    .product .product-content .info .note ul li:before {
                        content: '';
                        width: 6px;
                        height: 6px;
                        background: #bebebe;
                        -webkit-border-radius: 3px;
                        -moz-border-radius: 3px;
                        border-radius: 3px;
                        position: absolute;
                        right: -12px;
                        top: 6px;
                    }

            .product .product-content .info .note .brand {
                display: block;
                margin-bottom: 15px;
                padding: 10px;
                border: 1px solid #e8e5ec;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
                text-align: center;
            }

                .product .product-content .info .note .brand img {
                    max-height: 50px;
                    max-width: 100%;
                }

    .product .product-content .details {
        /*flex-grow: 1;*/
    }

        .product .product-content .details .attributes {
            list-style: none;
            padding: 0;
        }

            .product .product-content .details .attributes li {
                display: inline-block;
                padding-left: 30px;
            }

                .product .product-content .details .attributes li .attr-title {
                    line-height: 30px;
                }

                .product .product-content .details .attributes li .attr-value {
                    color: #757474;
                }

                .product .product-content .details .attributes li a.attr-value {
                    color: #91230D;
                    border-bottom: 1px dotted #91230D;
                    cursor: pointer;
                }

        .product .product-content .details .colors {
            display: flex;
            margin: 30px 0 20px;
            flex-wrap: wrap;
        }

            .product .product-content .details .colors .colors-title {
                font-size: 14px;
                font-weight: 500;
                margin: 0;
                line-height: 35px;
                padding-left: 15px;
            }

            .product .product-content .details .colors .color-item {
                padding: 0 15px 0 20px;
                border: 1px solid #e8e5ec;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
                margin: 0 10px 10px;
                position: relative;
                line-height: 35px;
                white-space: nowrap;
            }

                .product .product-content .details .colors .color-item.selected {
                    border-color: #91230D;
                }

                .product .product-content .details .colors .color-item .color {
                    width: 12px;
                    height: 12px;
                    background: #ddd;
                    display: inline-block;
                    vertical-align: middle;
                    margin-left: 10px;
                }

        .product .product-content .details .price-container {
            display: flex;
            display: -ms-flex;
            display: -moz-flex;
            display: -webkit-flex;
            flex-wrap: wrap;
            margin: 30px 0 30px;
        }

        .product .product-content .details .discount-price {
            width: 100%;
            position: relative;
            color: #bbbbbb;
            text-decoration: line-through;
            font-size: 20px;
        }

        .product .product-content .details .main-price {
            font-size: 22px;
            color: #91230D;
            font-weight: 500;
        }

        .product .product-content .details .price-container.has-discount .main-price {
            color: #ff6363;
        }

        .product .product-content .details .discount-percent {
            margin-left: 10px;
            line-height: 40px;
            padding: 0 20px;
            background: #ff6363;
            color: #fff;
            font-size: 20px;
            font-weight: bold;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            border-radius: 8px;
        }

    .product .product-content .info .details .btn.add {
        background: #91230D;
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        padding: 10px 50px;
    }

    .product .product-content .info .details .btn.finished {
        background: #a7a7a7;
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        padding: 10px 50px;
    }

    .product .product-content .pic-container {
        display: flex;
    }

        .product .product-content .pic-container .main-pic {
            flex-grow: 1;
        }

        .product .product-content .pic-container .trinkets {
            list-style: none;
            padding: 0;
            margin: 0 0 0 15px;
        }

            .product .product-content .pic-container .trinkets li a {
                display: block;
                width: 50px;
                height: 50px;
                text-align: center;
                margin-bottom: 15px;
                border: 1px solid #dfdce3;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
            }

                .product .product-content .pic-container .trinkets li a i {
                    color: #757474;
                    line-height: 50px;
                }

            .product .product-content .pic-container .trinkets .compared.active,
            .product .product-content .pic-container .trinkets .compared:hover,
            .product .product-content .pic-container .trinkets .compared.active i,
            .product .product-content .pic-container .trinkets .compared:hover i {
                color: #41c7ff;
            }

            .product .product-content .pic-container .trinkets .favorite.active,
            .product .product-content .pic-container .trinkets .favorite:hover,
            .product .product-content .pic-container .trinkets .favorite.active i,
            .product .product-content .pic-container .trinkets .favorite:hover i {
                color: #ff0000;
            }

    .product .product-content .pic-thumbnails-container {
        display: flex;
        padding-top: 15px;
        border-top: 1px solid #e8e5ec;
    }

        .product .product-content .pic-thumbnails-container .thumbnail-item {
            border: 1px solid #e8e5ec;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            flex: 0 0 110px;
        }

            .product .product-content .pic-thumbnails-container .thumbnail-item:not(:last-child) {
                margin-left: 15px;
            }

    .product .product-content .policies {
        border-bottom: 0;
        border-top: 1px solid #e8e5ec;
        padding: 0;
        margin: 40px 0 0;
        height: 100px;
        /*position: absolute;*/
        bottom: 0;
        left: 45px;
    }

        .product .product-content .policies li {
            display: flex;
            padding: 15px;
        }

            .product .product-content .policies li .icon {
                flex: 0 0 40px;
                height: 40px;
                margin-left: 5px;
                filter: grayscale(100%);
                opacity: 0.7;
                margin-top: 10px;
            }

.product #gal-single-product {
    width: calc(100% - 65px);
}

    .product #gal-single-product .single-product-sections #product-gallery .swiper-container {
        padding-top: 14px;
        border-top: 1px solid #e8e5ec;
        position: relative;
    }

    .product #gal-single-product .single-product-sections .single-product-right #product-gallery:not(.not-navigation) .swiper-container {
        padding-left: 30px;
    }

    .product #gal-single-product .single-product-sections #product-gallery .swiper-navigation div[class^="product-gallery-swiper-"] {
        position: absolute;
        z-index: 1;
        bottom: 0;
        height: 99px;
        width: 30px;
        text-align: center;
        font-size: 30px;
        background: #fff;
        cursor: pointer;
    }

        .product #gal-single-product .single-product-sections #product-gallery .swiper-navigation div[class^="product-gallery-swiper-"] i {
            line-height: 99px;
            color: #a09ea3;
        }

    .product #gal-single-product .single-product-sections #product-gallery .swiper-navigation .product-gallery-swiper-prev {
        right: -30px;
    }

    .product #gal-single-product .single-product-sections #product-gallery .swiper-navigation .product-gallery-swiper-next {
        left: 0;
    }

.product .bestselling {
    margin-top: 30px;
}

.product .product-tabs {
    margin-top: 30px;
    margin-bottom: 30px;
}

    .product .product-tabs .nav-tabs {
        padding: 0;
        border-bottom: 0px;
        /* border: 1px solid #dfdfdf;*/
    }

        .product .product-tabs .nav-tabs .nav-link {
            font-size: 16px;
            padding: 0 20px;
            line-height: 40px;
            border-left: 1px solid #dfdfdf;
        }

            .product .product-tabs .nav-tabs .nav-link.active {
                position: relative;
                border-top-left-radius: 10px;
                border-top-right-radius: 10px;
            }

                .product .product-tabs .nav-tabs .nav-link.active:before {
                    display: block;
                    content: "";
                    left: -1px;
                    right: -1px;
                    top: 90%;
                    height: 4px;
                    background: #91230D;
                    position: absolute;
                }

            .product .product-tabs .nav-tabs .nav-link:not(.active) {
                border: 1px solid #dfdfdf;
                border-top-right-radius: 10px;
                border-top-left-radius: 10px;
            }

    .product .product-tabs .tab-content {
        padding: 0;
        background: #fff;
        border: 1px solid #dfdfdf;
        border-radius: 10px;
        border-top-right-radius: 0px;
    }

        .product .product-tabs .tab-content .tab-pane {
            padding: 30px;
        }

.product {
    padding-bottom: 0;
}

/*#productGallery .modal-dialog {
    max-width: 90vw;
    height: 650px;
}

#productGallery .close {
    position: absolute;
    left: 15px;
    top: 0px;
}

#productGallery .close span {
    font-size: 35px;
}

#productGallery .product-gallery {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    padding: 15px;
}

.product-gallery-top {
    width: 100%;
    height: 650px;
}

.product-gallery-top .img-fluid {
    height: 100%;
}

.product-gallery-thumbs {
    flex: 0 0 222px;
    height: 650px;
}

.product-gallery-thumbs .swiper-slide {
    opacity: 0.4;
    padding-left: 15px;
    border-left: 1px solid #e8e5ec;
    height:206px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.product-gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    border-left: 2px solid #91230D;
}

.product-gallery-top .swiper-button-next *, .product-gallery-top .swiper-button-prev *,
.product-gallery-thumbs .swiper-button-next *, .product-gallery-thumbs .swiper-button-prev *{
    color: #403e44;
}

.product-gallery-thumbs .swiper-button-next, .product-gallery-thumbs .swiper-button-prev {
    right: 77px;
    left: inherit;
}

.product-gallery-thumbs .swiper-button-next {
    bottom: 0;
    top:inherit;
}

.product-gallery-thumbs .swiper-button-prev {
    top: 0;
    bottom:inherit;
    margin: 0;
}*/

.link {
    background: none;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

    .link:focus {
        outline: 0;
    }

#quickview .pd-title {
    font-size: 20px;
    font-weight: bold;
    margin: 15px 0;
}

#quickview .trinkets {
    margin: 15px 0 30px;
}

    #quickview .trinkets li {
        display: inline-block;
        margin: 8px 5px 0;
    }

    .product .product-content .trinkets i, #quickview .trinkets i {
        font-size: 20px;
    }

.product #stars-existing {
    text-align: center;
}

    .product #stars-existing i {
        color: #91230D;
        font-size: 20px;
    }

.star-ttl {
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    margin-bottom: 10px;
    color: #9f9da2;
}

.comment-item {
    background: #fafafa;
    padding: 20px;
    margin-bottom: 30px;
}

    .comment-item h4 {
        display: inline-block;
        font-size: 14px;
        margin: 0 10px 0 0;
    }

    .comment-item .date {
        font-size: 12px;
        text-align: left;
    }

.comment-content {
    padding: 15px;
    font-size: 12px;
}

    .comment-content img {
        margin: 0 auto;
    }

.cm-ttl {
    font-size: 14px;
    font-weight: 500;
    margin: 10px 0 15px;
}

.write-comment .btn.submit {
    float: left;
    padding: 10px 30px;
    font-size: 14px;
    background: #57898a;
    font-weight: 500;
}

.brand-name {
    display: inline-block;
    margin: 0 10px;
    color: #9a989e;
    font-weight: bold;
    font-size: 25px;
}

.star-rating i {
    color: #91230D;
    font-size: 20px;
}

aside.aside .widget {
    margin-bottom: 30px;
}

    aside.aside .widget.categories ul {
        margin: 0;
        list-style: none;
        padding: 0;
    }

        aside.aside .widget.categories ul li a {
            display: block;
            padding: 0 17px 0 0;
            line-height: 32px;
            font-size: 14px;
            font-weight: 500;
            color: #706c77;
            position: relative;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }

            aside.aside .widget.categories ul li a .txt {
                margin: 0;
                font-size: 14px;
                font-weight: 500;
                color: #706c77;
                line-height: 32px;
            }

            aside.aside .widget.categories ul li a:hover {
                color: #91230D;
            }

            aside.aside .widget.categories ul li a:before {
                content: '';
                width: 6px;
                height: 6px;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
                background: #91230D;
                position: absolute;
                top: 13px;
                right: 0px;
            }

.article-thumb-item {
    margin-bottom: 30px;
}

    .article-thumb-item .article-title {
        font-size: 14px;
        font-weight: 500;
        color: #706c77;
        margin: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .article-thumb-item .article-date {
        font-size: 12px;
        color: #91230D;
    }

    .article-thumb-item:hover .article-title {
        color: #ff6363;
    }

.article-item {
    margin-bottom: 30px;
}

    .article-item .article-pic {
        border: 1px solid #ddd;
    }

    .article-item .article-title {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px;
        height: 44px;
        overflow: hidden;
        margin: 10px 0 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .article-item .article-date {
        font-size: 12px;
        color: #91230D;
        margin: 0 0 10px;
    }

    .article-item .article-desc {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        height: 66px;
        overflow: hidden;
        color: #9f9da2;
        text-align: justify;
    }

    .article-item:hover .article-title {
        color: #ff6363;
    }

.article-single .aside {
    padding-left: 30px;
}

.article-single .pic {
    margin-bottom: 30px;
}

.article-single .date, .article-single .category {
    font-size: 14px;
    font-weight: 400;
    color: #91230D;
    margin: 0;
}

.article-single .category {
    text-align: left;
}

.article-single .title {
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 20px;
    line-height: 44px;
}

.article-single .short-desc {
    padding-right: 20px;
    border-right: 5px solid #91230D;
    text-align: justify;
    margin: 30px 0 40px;
}

    .article-single .short-desc p {
        font-size: 14px;
        font-weight: 500;
        color: #706c77;
    }

.article-single .desc p {
    text-align: justify;
    font-size: 14px;
    line-height: 30px;
}

.article-single .aside .related-products {
    padding: 0 30px;
}

    .article-single .aside .related-products .swiper-button-prev {
        right: -7px;
    }

    .article-single .aside .related-products .swiper-button-next {
        left: -7px;
    }

    .article-single .aside .related-products .product-item {
        margin: 0;
    }

        .article-single .aside .related-products .product-item .title {
            color: #706c77;
            margin: 15px 0 5px;
            font-weight: bold;
            font-size: 14px;
            line-height: 22px;
            height: auto;
        }

        .article-single .aside .related-products .product-item .pic {
            margin: 0;
        }

.page-title {
    margin: 6px 0 16px;
    padding: 0 30px;
    font-size: 18px;
    line-height: 31px;
    font-weight: 700;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #e7e7e7;
    background: #fff;
    border-radius: 10px;
    line-height: 100px;
}

.cart.container, .checkout.container {
    max-width: 1366px;
}

.cart .product-row {
    border-top: 1px solid #eaeaea;
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    padding-left: 10px;
    position: relative;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #e7e7e7;
    background: #fff;
    border-radius: 10px;
}

    .cart .product-row:first-child {
        border-top: none;
    }

.cart div[class^="product-row-"] {
    line-height: 22px;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
}

.cart .product-row .product-row-img {
    flex: 0 0 19%;
    max-width: 19%;
    padding-right: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 25px;
}

    .cart .product-row .product-row-img img {
        max-width: 90%;
        max-height: 100%;
        position: relative;
        overflow: hidden;
    }

    .cart .product-row .product-row-img .btn-remove {
        cursor: pointer;
        padding: 2px;
        position: absolute !important;
        width: 22px;
        text-align: center;
        border: none;
        color: #999;
        right: 7px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        cursor: pointer;
        line-height: 26px;
    }

.cart .product-row .product-row-info {
    flex: 0 0 29%;
    max-width: 29%;
    font-size: 15px;
    line-height: 1.67;
    margin-top: 25px;
    margin-bottom: 7.5px;
}

    .cart .product-row .product-row-info .product-title {
        font-size: 15px;
        line-height: 1.88;
        margin-bottom: 15px;
    }

    .cart .product-row .product-row-info .product-row-seller {
        font-size: 13px;
        line-height: 1.692;
        margin: 7px 0;
    }

    .cart .product-row .product-row-info .product-row-guarantee {
        font-size: 12px;
        line-height: 1.833;
        margin: 7px 0;
    }

    .cart .product-row .product-row-info .btn-add-to-favorite {
        text-align: right;
        color: #009ec9;
        cursor: pointer;
        font-size: 12px;
        line-height: 1.833;
    }

.cart .product-row .product-row-quantity {
    flex: 0 0 22%;
    max-width: 22%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.cart .product-row .product-row-price {
    flex: 0 0 30%;
    max-width: 30%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

    .cart .product-row .product-row-price .main-price {
        margin: 2px 0;
        font-size: 13px;
        line-height: 1.692;
        text-decoration: line-through;
        color: #a0a0a0;
    }

    .cart .product-row .product-row-price .discount-percent {
        font-size: 12px;
        line-height: 1.833;
        color: #a0a0a0;
        margin: 2px 0;
    }

    .cart .product-row .product-row-price .discount-price {
        font-size: 17px;
        line-height: 1.294;
        margin: 2px 0;
        text-align: center;
    }

.cart .product-row .product-row-quantity label {
    margin: 0;
}

.cart .product-row .product-row-quantity .selectric-hide-select select {
    width: auto;
    min-width: 73px;
}

.cart .product-row .product-row-quantity .selectric-wrapper.selectric-open .selectric {
    border-color: #ababc0;
    border-radius: 5px 5px 0 0;
}

.cart .product-row .product-row-quantity .selectric-wrapper .selectric .button {
    right: inherit;
    left: 0;
    background: none;
    top: 5px;
}

.cart .product-row .product-row-quantity .selectric-wrapper .selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 18px 0 43px;
    font-size: 16px;
    padding: 0;
    line-height: 43px;
    color: #6f6f6f;
    height: 43px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cart .product-row .product-row-quantity .selectric-wrapper .selectric-items li.highlighted,
.cart .product-row .product-row-quantity .selectric-wrapper .selectric-items li.selected,
.cart .product-row .product-row-quantity .selectric-wrapper .selectric-items li:hover {
    background: #f1f1f1;
    color: #6f6f6f;
}

.cart .product-row .product-row-quantity .selectric-wrapper .selectric-items {
    margin-top: -1px;
    z-index: 3;
    border-radius: 0 0 4px 4px;
}

    .cart .product-row .product-row-quantity .selectric-wrapper .selectric-items li {
        text-align: center;
    }

        .cart .product-row .product-row-quantity .selectric-wrapper .selectric-items li:not(:last-of-type) {
            border-bottom: 1px solid #acacac;
        }

.u-hidden {
    display: none !important;
}

.cart .actions {
    display: inline-flex;
    align-items: center;
    padding: 5px 0;
    margin: 15px 0 30px;
    width: 100%;
    justify-content: flex-end;
}

    .cart .actions .btn-link {
        color: #1ca2bd;
        padding: 0;
        line-height: 2;
    }

.cart .checkout-summary,
.checkout .checkout-summary {
    background-color: #fff;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #e7e7e7;
    line-height: 22px;
    border-radius: 10px;
}

    .cart .checkout-summary .checkout-summary-info,
    .checkout .checkout-summary .checkout-summary-info {
        padding: 15px 10px;
        list-style: none;
        margin: 0;
    }

        .cart .checkout-summary .checkout-summary-info li,
        .checkout .checkout-summary .checkout-summary-info li {
            padding-bottom: 5px;
            /*display: flex;*/
            margin: 5px 0;
            justify-content: space-between;
        }

            .cart .checkout-summary .checkout-summary-info li:last-child,
            .checkout .checkout-summary .checkout-summary-info li:last-child {
                padding-bottom: 0;
            }

            .cart .checkout-summary .checkout-summary-info li.discount span,
            .checkout .checkout-summary .checkout-summary-info li.discount span {
                font-size: 14px;
                line-height: 1.571;
                color: #009ec9;
                /*width:50px;*/
            }

            .cart .checkout-summary .checkout-summary-info li.club,
            .checkout .checkout-summary .checkout-summary-info li.club {
                padding-top: 10px;
                border-top: 1px solid #e6e6e6;
            }

.cart .checkout-features,
.checkout .checkout-features {
    margin-bottom: 83px;
    border-radius: 5px;
    box-shadow: 0 8px 13px -7px rgba(0, 0, 0, .05);
    background-color: #fff;
    border: 1px solid #e6e6e6;
    margin-top: 10px;
    padding: 15px;
    letter-spacing: -.2px;
    font-size: 11px;
    line-height: 1.73;
    color: #aaa;
    font-weight: 500;
}

.cart .checkout-summary hr,
.checkout .checkout-summary hr {
    margin: 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    height: 2px;
}

.cart .checkout-summary .checkout-summary-invoice,
.checkout .checkout-summary .checkout-summary-invoice {
    padding: 15px;
    color: #a0a0a0;
    font-size: 11px;
    line-height: 2;
}

    .cart .checkout-summary .checkout-summary-invoice .title,
    .checkout .checkout-summary .checkout-summary-invoice .title {
        text-align: center;
        color: #676767;
        font-size: 18px;
        font-size: 1.286rem;
        line-height: normal;
    }

    .cart .checkout-summary .checkout-summary-invoice .price-value,
    .checkout .checkout-summary .checkout-summary-invoice .price-value {
        text-align: center;
        font-size: 15px;
        font-size: 1.071rem;
        line-height: normal;
        color: #fb3449;
    }

        .cart .checkout-summary .checkout-summary-invoice .price-value .price-value-amount,
        .checkout .checkout-summary .checkout-summary-invoice .price-value .price-value-amount {
            font-size: 20px;
            font-size: 1.429rem;
            line-height: 2;
            font-weight: 500;
            color: #fb3449;
        }

    .cart .checkout-summary .checkout-summary-invoice .btn-checkout,
    .checkout .checkout-summary .checkout-summary-invoice .btn-checkout {
        display: inline-block;
        background: none;
        outline: none;
        cursor: pointer;
        position: relative;
        white-space: nowrap;
        font-size: 15px;
        line-height: 1.467;
        padding: 15px;
        border-radius: 8px;
        background-color: #91230D;
        border: 1px solid #91230D;
        color: #fff;
        overflow: hidden;
        width: 100%;
        text-align: center;
        margin-top: 2px;
        font-weight: 700;
    }

    .cart .checkout-summary .checkout-summary-invoice .note,
    .checkout .checkout-summary .checkout-summary-invoice .note {
        margin-top: 10px;
        padding: 0 5px;
        font-size: 12px;
        color: #a0a0a0;
    }

.cart .checkout-features,
.checkout .checkout-features {
    border-radius: 5px;
    box-shadow: 0 8px 13px -7px rgba(0, 0, 0, .05);
    background-color: #fff;
    border: 1px solid #e6e6e6;
    margin-top: 10px;
    padding: 15px;
    letter-spacing: -.2px;
    font-size: 11px;
    font-size: .786rem;
    line-height: 1.73;
    color: #aaa;
    font-weight: 500;
    border-radius: 10px;
}

    .cart .checkout-features ul,
    .checkout .checkout-features ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .cart .checkout-features ul li,
        .checkout .checkout-features ul li {
            font-size: 12px;
            color: #aaa;
            position: relative;
            display: flex;
            align-items: center;
            line-height: 33px;
            padding: 0 27px 0 20px;
        }

            .cart .checkout-features ul li.features-back,
            .checkout .checkout-features ul li.features-back {
                background: url(../img/back7.svg) 100% 50% no-repeat;
                background-size: 22px auto;
            }

            .cart .checkout-features ul li.features-payment,
            .checkout .checkout-features ul li.features-payment {
                background: url(../img/payment.svg) 100% 50% no-repeat;
                background-size: 22px auto;
            }

            .cart .checkout-features ul li.features-delivery,
            .checkout .checkout-features ul li.features-delivery {
                background: url(../img/delivery_black.png) 100% 50% no-repeat;
                background-size: 22px auto;
            }

            .cart .checkout-features ul li:last-child,
            .checkout .checkout-features ul li:last-child {
                margin-bottom: 0;
            }

.checkout-steps {
    display: flex;
    margin: 60px auto 18px;
    list-style: none;
    padding: 0;
    color: #a0a0a0;
    justify-content: space-between;
    width: 783px;
    font-size: 13px;
    line-height: 1.692;
}

    .checkout-steps li {
        position: relative;
        z-index: 1;
    }

        .checkout-steps li:not(:first-child):before {
            content: "";
            position: absolute;
            width: 372px;
            height: 3px;
            border-radius: 3.5px;
            background-color: #d0d0d0;
            top: 50%;
            left: 10px;
            z-index: 0;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .checkout-steps li.done,
        .checkout-steps li.doing {
            color: #9dc44d;
        }

            .checkout-steps li.done:before,
            .checkout-steps li.done .step-item-desc,
            .checkout-steps li.doing:before,
            .checkout-steps li.doing .step-item-desc {
                background-color: #9dc44d;
            }

    .checkout-steps .step-item-link {
        color: inherit;
    }

    .checkout-steps .step-item-desc {
        position: relative;
        text-align: center;
        border-radius: 100%;
        width: 20px;
        height: 20px;
        background-color: #d0d0d0;
        z-index: 1;
    }

        .checkout-steps .step-item-desc:before {
            position: absolute;
            top: -25px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            content: attr(data-title);
            white-space: nowrap;
        }

.checkout .page-title, .checkout .page-title span, .profile .page-title {
    padding: 0 30px;
    position: relative;
    /* display: flex;*/
    padding-left: 0;
    align-items: flex-end;
    color: #858585;
    /* font-weight: 400;*/
    margin-top: 20px;
    margin-bottom: 10px;
    justify-content: space-between;
    /* max-width: 250px;*/
    text-align: center;
}

    .checkout .page-title span, .checkout .page-title a {
        font-size: 18px;
        line-height: 31px;
    }

    .checkout .page-title a {
        color: #858585;
        margin-top: 20px;
        margin-bottom: 10px;
        border-bottom: 1px solid #858585;
    }

        .checkout .page-title a:hover {
            color: #91230D;
            border-color: #91230D;
        }

.invoice-tracking-process {
    padding: 0;
    margin: 30px auto;
    max-width: 1125px;
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
}

    .invoice-tracking-process li:not(.hr) {
        flex: 0 0 12%;
        position: relative;
        background: no-repeat 50% 50%;
        background-size: cover;
        min-width: 140px;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }

    .invoice-tracking-process li.hr {
        flex: 1 1 auto;
        min-width: 66px;
        margin-left: 20px;
        margin-right: 20px;
        height: 5px;
        border-radius: 2px;
        position: relative;
        border: none;
        box-sizing: border-box;
        background-color: #e5e5e5;
    }

    .invoice-tracking-process li img {
        -webkit-transform: scale(.7);
        transform: scale(.7);
        width: 100%;
    }

    .invoice-tracking-process li .text {
        white-space: nowrap;
        position: absolute;
        top: 100%;
        left: 50%;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        margin-top: 10px;
        color: #6f6f6f;
    }

    .invoice-tracking-process li.done {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
    }

    .invoice-tracking-process li.swiper-slide-active .text {
        color: #faa300;
    }

.table {
    border: 1px solid #e7e7e7;
    /*overflow-x: auto;*/
}

    .table .table-head {
        /*min-width: 1000px;*/
    }

    .table .table-row {
        /*min-width: 1000px;*/
        width: 100%;
        display: flex;
        flex-flow: row nowrap;
        border-bottom: 1px solid #f2f2f2;
    }

    .table .table-head .table-row {
        border-bottom: none;
    }

    .table .table-row .table-cell {
        display: flex;
        flex-flow: row nowrap;
        flex-grow: 1;
        flex-basis: 0;
        padding: 15px;
        min-height: 104px;
        align-items: center;
        border-right: 1px solid #ebebeb;
        font-size: 13px;
        line-height: 1.692;
        color: #7e7e7e;
        justify-content: center;
    }

        .table .table-row .table-cell:first-child {
            border-right: none;
        }

    .table .table-head .table-row .table-cell {
        font-weight: 700;
        color: #fff;
        min-height: 45px;
        background-color: #829a51;
        border-right-color: #FFF;
        padding-top: 12px;
        padding-bottom: 12px;
        font-size: 14px;
        line-height: 1.833;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .table .more {
        display: block;
        font-size: 14px;
        line-height: 45px;
        color: #535353;
        width: 100%;
        border-radius: 0 0 5px 5px;
        background-color: #fafafa;
        height: 45px;
        vertical-align: middle;
        text-align: center;
        transition: background-color .3s ease-in-out;
    }

        .table .more:hover {
            background-color: #e5e5e5;
        }

    .table .table-row .table-cell.number {
        flex-basis: 4%;
        width: 4%;
        max-width: 4%;
    }

    .table .table-row .table-cell.product-name {
        flex-basis: 27%;
        width: 27%;
        max-width: 27%;
    }

    .table .table-row .table-cell.value {
        flex-basis: 7.5%;
        width: 7.5%;
        max-width: 7.5%;
    }

    .table .table-row .table-cell.price-value {
        flex-basis: 12.5%;
        width: 12.5%;
        max-width: 12.5%;
    }

    .table .table-row .table-cell.discount {
        flex-basis: 11.5%;
        width: 11.5%;
        max-width: 11.5%;
    }

    .table .table-row .table-cell.price-total {
        flex-basis: 12.5%;
        width: 12.5%;
        max-width: 12.5%;
    }

    .table .table-row .table-cell.price-final {
        flex-basis: 12.5%;
        width: 12.5%;
        max-width: 12.5%;
    }

    .table .table-row .table-cell.action {
        flex-basis: 12.5%;
        width: 12.5%;
        max-width: 12.5%;
        display: flex;
        flex-direction: column;
        min-width: 85px;
    }

    .table .table-row .table-cell.product-name .product-info {
        display: flex;
        align-items: center;
        width: 100%;
    }

        .table .table-row .table-cell.product-name .product-info figure {
            flex: 0 0 72px;
            width: 72px;
            margin: 0 0 0 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            position: relative;
        }

            .table .table-row .table-cell.product-name .product-info figure img {
                max-width: 90%;
                max-height: 90%;
            }

        .table .table-row .table-cell.product-name .product-info .text {
            font-size: 13px;
            line-height: 2;
            display: block;
            text-overflow: ellipsis;
            max-width: calc(100% - 82px);
            overflow: hidden;
        }

            .table .table-row .table-cell.product-name .product-info .text span {
                display: block;
                font-size: 12px;
                line-height: 1.833;
                color: #acacac;
                letter-spacing: 0;
                width: 100px;
            }

    .table .table-row .table-cell.action .btn {
        border-radius: 8px;
        border: 1px solid #c4c4c4;
        padding: 11px 0;
        margin: 0;
        transition: all .3s ease-in-out;
        display: block;
        text-align: center;
        white-space: nowrap;
        cursor: pointer;
        position: relative;
        background: none;
        line-height: 1.467;
        width: 102px;
        color: grey;
        overflow: hidden;
    }

        .table .table-row .table-cell.action .btn:not(:first-child) {
            margin-top: 10px;
        }

.tracking-process-wrapper .btn-next, .tracking-process-wrapper .btn-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #6a6a6a;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 8px 9px 0 rgba(0, 0, 0, .05);
    z-index: 3;
    text-align: center;
    cursor: pointer;
}

    .tracking-process-wrapper .btn-next:focus, .tracking-process-wrapper .btn-prev:focus {
        outline: none;
    }

.tracking-process-wrapper .btn-next {
    left: 2px;
}

.tracking-process-wrapper .btn-prev {
    right: 2px;
}

    .tracking-process-wrapper .btn-next.swiper-button-disabled, .tracking-process-wrapper .btn-prev.swiper-button-disabled {
        display: none;
    }

    .tracking-process-wrapper .btn-next i, .tracking-process-wrapper .btn-prev i {
        line-height: 50px;
        text-align: center;
        font-size: 30px;
    }

.checkout .addresses, .box-white {
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #e7e7e7;
    background: #fff;
    margin-bottom: 20px;
    position: relative;
    padding: 20px 43px 22px 20px;
    color: #6d6d6d;
    background-color: #fff;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #dedede;
    margin-bottom: 23px;
    border-radius: 10px;
}

.box-white {
    padding: 20px 20px 23px;
}

.checkout .addresses:before {
    width: 5px;
    top: 0;
    bottom: 0;
    right: -1px;
    position: absolute;
    background-color: #91230D;
    content: "";
}

.checkout .addresses .icon-checked {
    width: 41px;
    height: 41px;
    text-align: center;
    font-size: 20px;
    background-color: #fafef3;
    box-shadow: 0 8px 9px 0 rgba(0, 0, 0, .05);
    border: 1px solid #91230D;
    position: absolute;
    right: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
}

    .checkout .addresses .icon-checked i {
        line-height: 39px;
        color: #91230D;
    }

.checkout .addresses .address-row .address-username {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 5px;
}

    .checkout .addresses .address-row .address-username .link {
        font-size: 12px;
        margin-right: 11px;
        position: relative;
        color: #91230D;
        border: none;
        background-color: transparent;
        font-weight: 700;
        cursor: pointer;
    }

.checkout .addresses .address-row .address-location {
    font-size: 12px;
    font-size: .857rem;
    line-height: 34px;
    position: relative;
}

    .checkout .addresses .address-row .address-location .address-location-tel {
        display: inline-block;
        white-space: nowrap;
        font-size: 14px;
        position: relative;
        padding-left: 10px;
        border-left: 1px solid #e4e4e4;
        margin-top: 0;
        margin-bottom: 5px;
        color: #6d6d6d;
    }

    .checkout .addresses .address-row .address-location .address-location-postal {
        display: inline-block;
        white-space: nowrap;
        font-size: 14px;
        margin-right: 10px;
        color: #6d6d6d;
    }

    .checkout .addresses .address-row .address-location .address-location-desc {
        color: #6d6d6d;
    }

.checkout .addresses .address-row .address-msg {
    position: relative;
    margin-right: 10px;
    display: inline-block;
    white-space: nowrap;
    font-size: 14px;
    color: #6d6d6d;
}

.checkout .addresses .choose-address-btn {
    padding: 3px 15px 4px;
    font-size: 14px;
    line-height: 25px;
    background-color: #ededed;
    position: absolute;
    border: none;
    top: 20px;
    left: 20px;
    border-radius: 5px;
    color: #6d6d6d;
    cursor: pointer;
}

.checkout .address-list {
    /*padding: 20px 40px 25px;*/
}

.checkout .addresses .cancel-address-btn {
    color: #8d8d8d;
    position: absolute;
    top: 20px;
    left: 8px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.checkout .address-list .address-item {
    /*margin-right: -30px;
    margin-left: -30px;*/
    position: relative;
    width: 100%;
    min-height: 1px;
    margin-top: 10px;
    box-shadow: 0 8px 13px -7px rgba(0, 0, 0, .05);
    border: 1px solid #e0e0e0;
    background-color: #fff;
    border-radius: 10px;
    cursor: pointer;
    padding: 10px 10px 55px;
    overflow: hidden;
    height: 100%;
}

    .checkout .address-list .address-item .address-title {
        font-size: 17px;
        line-height: 29px;
        margin-top: 6px;
    }

    .checkout .address-list .address-item .address-desc {
        font-size: 13px;
        line-height: 2.62;
        margin-top: 5px;
        margin-bottom: 12px;
        color: #a0a0a0;
    }

    .checkout .address-list .address-item .address-details {
        list-style: none;
        font-size: 13px;
        line-height: 2;
        color: #a0a0a0;
        display: inline-flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .checkout .address-list .address-item .set-default-btn {
        padding: 6px 0;
        width: 100%;
        margin-top: 10px;
        font-size: 12px;
        line-height: 22px;
        font-weight: 500;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 0;
        border-top: 1px solid #e0e0e0;
        color: #636363;
        background-color: #fdf7dd;
        border-top-color: #f0efe0;
    }

    .checkout .address-list .address-item:not(.is-selected) .set-default-btn {
        background-color: #f5f5f5;
    }

    .checkout .address-list .address-item:not(.is-selected):hover .set-default-btn {
        background-color: #e3e3e3;
    }

    .checkout .address-list .address-item .address-details .details-item span {
        padding: 0 16px;
        color: #a0a0a0;
        font-size: 13px;
    }

        .checkout .address-list .address-item .address-details .details-item span:first-child {
            padding-right: 0;
        }

        .checkout .address-list .address-item .address-details .details-item span:not(:last-child) {
            border-left: 1px solid #e0e0e0;
        }

    .checkout .address-list .address-item .address-details .details-item .btn-edit,
    .checkout .address-list .address-item .address-details .details-item .btn-remove {
        color: #636363;
        font-size: 12px;
        line-height: 21px;
        text-align: center;
        padding: 6px 25px;
        border: none;
        border-radius: 5px;
        background-color: #e3e3e3;
        cursor: pointer;
        font-weight: 500;
        white-space: nowrap;
    }

    .checkout .address-list .address-item .address-details .details-item .btn-remove {
        margin-right: 10px;
        padding: 6px 32px;
    }

.checkout .address-list .add-address-item {
    border: 4px dashed #b8b8b8;
    background: #fff;
    color: #a0a0a0;
    min-height: 72px;
    height: 100%;
    line-height: 2;
    cursor: pointer;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 22px;
    border-radius: 10px;
}

    .checkout .address-list .add-address-item span {
        color: #a0a0a0;
        font-size: 23px;
    }

    .checkout .address-list .add-address-item i {
        font-size: 16px;
        margin-left: 6px;
        color: #a0a0a0;
    }

.checkout .address-list-wrapper {
    display: none;
}

    .checkout .address-list-wrapper .cancel-address-btn {
        color: #8d8d8d;
        position: absolute;
        left: 18px;
        top: 18px;
        border-radius: 50%;
        border: 2px solid #8d8d8d;
        background-color: transparent;
        cursor: pointer;
        width: 30px;
        height: 30px;
        text-align: center;
        font-size: 16px;
        border-radius: 10px;
    }

        .checkout .address-list-wrapper .cancel-address-btn i {
            color: #8d8d8d;
            line-height: 25px;
        }

.checkout .product-list {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
}

    .checkout .product-list .product-box {
        flex: 0 0 16%;
        max-width: 16%;
        min-width: 150px;
        padding: 0 8px;
    }

        .checkout .product-list .product-box a {
            height: 90px;
            padding: 0 10px 5px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }

            .checkout .product-list .product-box a img {
                max-width: 100%;
                max-height: 100%;
                object-fit: contain;
            }

        .checkout .product-list .product-box .product-title {
            margin-top: 0;
            font-size: 11px;
            line-height: 22px;
            position: relative;
            text-align: center;
            display: block;
            overflow: hidden;
            height: 43px;
        }

.checkout .delivery-time {
    border-top: 1px solid #e7e7e7;
}

    .checkout .delivery-time .delivery-title {
        font-size: 14px;
        line-height: 2;
        color: #858585;
        /*margin: 15px 0 5px;*/
    }

    .checkout .delivery-time p {
        font-size: 11px;
        color: #333333;
    }

.checkout .fast-delivery p {
    font-size: 11px;
    color: #333333;
}

.checkout .delivery-time .time-table .nav-tabs {
    padding: 0;
    border: 0;
}

    .checkout .delivery-time .time-table .nav-tabs .nav-item {
        box-sizing: border-box;
        min-width: 130px;
        flex-grow: 1;
    }

        .checkout .delivery-time .time-table .nav-tabs .nav-item .nav-link {
            font-size: 13px;
            color: #6f6f6f;
            font-weight: 500;
            line-height: 36px;
            text-align: center;
            cursor: pointer;
            background: #f8f8f8;
            border: 1px solid #e1e1e1;
            position: relative;
        }

        .checkout .delivery-time .time-table .nav-tabs .nav-item:not(:last-child) .nav-link {
            border-left: none;
        }

        .checkout .delivery-time .time-table .nav-tabs .nav-item .nav-link.active {
            border-top: none;
            position: relative;
            background: #fff;
            border-bottom: 0;
        }

        .checkout .delivery-time .time-table .nav-tabs .nav-item .nav-link:before {
            content: "";
            position: absolute;
            right: 0;
            left: 0;
            height: 4px;
            background: #91230D;
            top: -4px;
            opacity: 0;
            transition: all .3s ease-in-out;
        }

        .checkout .delivery-time .time-table .nav-tabs .nav-item .nav-link.active:before {
            opacity: 1;
        }

        .checkout .delivery-time .time-table .nav-tabs .nav-item .nav-link span {
            font-size: 12px;
            color: #bcbcbc;
            margin-right: 5px;
        }

.checkout .delivery-time .time-table .tab-content {
    width: 100%;
    list-style: none;
    overflow: hidden;
    border: 1px solid #e1e1e1;
    padding: 0;
}

    .checkout .delivery-time .time-table .tab-content .hours {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding-right: 1px;
        list-style: none;
        margin: 0;
    }

        .checkout .delivery-time .time-table .tab-content .hours li {
            padding: 10px 25px;
        }

            .checkout .delivery-time .time-table .tab-content .hours li:nth-child(2n) {
                background: #fcf9f9;
            }



.checkout .checkout-invoice .checkbox-label {
    display: inline-block;
    position: relative;
    width: 22px;
    height: 21px;
    margin: 0;
}

.checkout .checkout-delivery .checkbox-label {
    display: inline-block;
    position: relative;
    width: 22px;
    height: 21px;
    margin: 0;
}

.checkout .checkout-invoice .checkbox-label input[type=checkbox] {
    visibility: hidden;
    position: absolute;
}

.checkout .checkout-delivery .checkbox-label input[type=checkbox] {
    visibility: hidden;
    position: absolute;
}

.checkout .checkout-invoice .checkbox-label .checkbox-check {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 5px;
    left: 0;
    border-radius: 5px;
    border: 1px solid #b7b7b7;
    text-align: center;
}

.checkout .checkout-delivery .checkbox-label .checkbox-check {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 5px;
    left: 0;
    border-radius: 5px;
    border: 1px solid #b7b7b7;
    text-align: center;
}

.checkout .checkout-invoice .checkbox-label .checkbox-check i {
    color: #fff;
}

.checkout .checkout-delivery .checkbox-label .checkbox-check i {
    color: #fff;
}

.checkout .checkout-invoice .checkbox-label input[type=checkbox]:checked + .checkbox-check {
    background: #91230D;
    border: 1px solid #91230D;
}

.checkout .checkout-delivery .checkbox-label input[type=checkbox]:checked + .checkbox-check {
    background: #91230D;
    border: 1px solid #91230D;
}


.checkout .checkout-invoice span {
    margin-right: 10px;
    font-size: 15px;
    line-height: 1.467;
    color: #5e5e5e;
}

.checkout .checkout-delivery span {
    margin-right: 10px;
    font-size: 15px;
    line-height: 1.467;
    color: #5e5e5e;
}

.checkout .checkout-invoice .invoice-needed-wrapper {
    /*display: none;*/
}

.checkout .checkout-delivery .invoice-needed-wrapper {
    display: none;
}

.checkout .checkout-invoice .invoice-needed-wrapper .legal-invoice {
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #e7e7e7;
    background: #fff;
    padding: 25px 40px;
    margin-bottom: 29px;
}

.checkout .checkout-delivery .invoice-needed-wrapper .legal-invoice {
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #e7e7e7;
    background: #fff;
    padding: 25px 40px;
    margin-bottom: 29px;
}

.checkout .checkout-invoice .invoice-needed-wrapper .legal-invoice .text {
    margin-right: 10px;
    font-size: 15px;
    line-height: 1.467;
    color: #5e5e5e;
}

.checkout .checkout-delivery .invoice-needed-wrapper .legal-invoice .text {
    margin-right: 10px;
    font-size: 15px;
    line-height: 1.467;
    color: #5e5e5e;
}

.checkout .checkout-invoice .invoice-needed-wrapper .message-invoice-needed {
    padding: 15px 20px;
    position: relative;
    border-radius: 5px;
    line-height: 22px;
    font-size: 14px;
    background-color: #fffde4;
    border: 1px solid #f6e8a1;
    color: #a37731;
    margin-top: 17px;
}

.checkout .checkout-delivery .invoice-needed-wrapper .message-invoice-needed {
    padding: 15px 20px;
    position: relative;
    border-radius: 5px;
    line-height: 22px;
    font-size: 14px;
    background-color: #fffde4;
    border: 1px solid #f6e8a1;
    color: #a37731;
    margin-top: 17px;
}

.checkout .checkout-related-products {
    padding-bottom: 15px;
    margin-top: 20px;
    background-color: #fff;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #e7e7e7;
    line-height: 22px;
}

    .checkout .checkout-related-products .title {
        text-align: center;
        color: #858585;
        padding: 10px 0;
        border-bottom: 1px solid #ededed;
        width: 85%;
        margin: auto;
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
    }

    .checkout .checkout-related-products .related-products-list {
        display: flex;
        flex-wrap: wrap;
    }

        .checkout .checkout-related-products .related-products-list .product-box {
            max-width: 50%;
            flex: 1 0 50%;
            list-style: none;
            height: 196px;
            text-align: center;
            padding: 10px;
            margin-bottom: 10px;
        }

            .checkout .checkout-related-products .related-products-list .product-box a {
                width: 100%;
                height: 100px;
                text-align: center;
                display: block;
            }

                .checkout .checkout-related-products .related-products-list .product-box a img {
                    max-width: 100%;
                    height: 100%;
                    -o-object-fit: contain;
                    object-fit: contain;
                }

            .checkout .checkout-related-products .related-products-list .product-box .product-title {
                font-size: 10px;
                overflow: hidden;
                white-space: nowrap;
                margin-top: 5px;
            }

            .checkout .checkout-related-products .related-products-list .product-box .btn-add-to-cart {
                font-size: 18px;
                width: 40px;
                height: 40px;
                display: flex;
                justify-content: center;
                align-items: center;
                border-radius: 4px;
                background-color: #91230D;
                color: #fff;
                margin: auto;
            }

                .checkout .checkout-related-products .related-products-list .product-box .btn-add-to-cart i {
                    color: #fff;
                }

            .checkout .checkout-related-products .related-products-list .product-box .product-price {
                line-height: 28px;
                font-weight: 500;
            }

.checkout .invoice-tracking-code {
    position: relative;
    color: #858585;
    font-weight: 400;
    padding: 0 0 0 140px;
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 10px;
}

    .checkout .invoice-tracking-code span {
        display: block;
        font-size: 12px;
        color: #858585;
    }

    .checkout .invoice-tracking-code .btn-discard {
        border-radius: 8px;
        padding: 11px 15px;
        margin: 0;
        display: block;
        white-space: nowrap;
        cursor: pointer;
        background: #ff6363;
        color: #fff;
        line-height: 1.467;
        overflow: hidden;
        position: absolute;
        left: 0;
        top: 0;
        transition: all .3s ease-in-out;
    }

.side-banner {
    margin-bottom: 21px;
    background-color: #fff;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #dedede;
    border-radius: 10px;
}

.side-profile-info {
    margin-bottom: 21px;
    background-color: #fff;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #dedede;
    border-radius: 10px;
}

    .side-profile-info .profile-header {
        position: relative;
        background-color: #829a51;
        height: 50px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

        .side-profile-info .profile-header .user-avatar {
            width: 54px;
            height: 54px;
            background: #fff;
            background-size: contain;
            box-shadow: 0 0 0 4px hsla(0, 0%, 100%, .61);
            position: absolute;
            left: 50%;
            top: 12px;
            -webkit-transform: translate(-50%);
            transform: translate(-50%);
            border-radius: 50%;
            overflow: hidden;
            background-repeat: no-repeat;
            /*background-position: 50%;*/
            background-image: url('../img/avator.svg');
        }

    .side-profile-info .username {
        padding: 23px 20px 19px;
        text-align: center;
        font-size: 19px;
        line-height: 1.158;
        font-weight: 500;
    }

    .side-profile-info .givaclub {
        display: grid;
        min-height: 47px;
        align-items: center;
        /*justify-content: space-between;*/
        padding: 0 10px;
        font-size: 12px;
        line-height: 1.833;
        position: relative;
        white-space: nowrap;
    }

        .side-profile-info .givaclub .title {
            display: flex;
            align-items: center;
        }

            .side-profile-info .givaclub .title img {
                width: 25px;
                height: 25px;
                margin-left: 8px;
            }

        .side-profile-info .givaclub .point {
            border: 1px solid #faa300;
            border-radius: 18px;
            font-weight: 700;
            color: #000;
            padding: 5px 10px;
            font-size: 14px;
            line-height: 1.571;
            text-align: center;
            min-width: 50px;
        }

    .side-profile-info .btns-wrapper {
        border-top: 1px solid #f1f1f1;
        background-color: #fcfcfc;
        display: flex;
        min-height: 47px;
        text-align: center;
        margin: 0;
        padding: 0;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

        .side-profile-info .btns-wrapper a {
            flex: 0 0 50%;
            max-width: 50%;
            padding: 0 10px;
            font-weight: 500;
            font-size: 12px;
            line-height: 45px;
            color: #7b7b7b;
            position: relative;
        }

            .side-profile-info .btns-wrapper a:first-child {
                border-left: 1px solid #ebebeb;
            }

.side-profile-menu {
    background-color: #fff;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #dedede;
    margin-bottom: 21px;
    border-radius: 10px;
}

    .side-profile-menu .title {
        padding: 18px 39px 18px 0;
        border-bottom: 1px solid #f3f3f3;
        font-weight: 700;
        color: #535353;
        font-size: 13px;
        line-height: 1.692;
    }

    .side-profile-menu .menu-items {
        list-style: none;
        font-size: 14px;
        line-height: 1.571;
        font-weight: 500;
        padding: 0;
    }

        .side-profile-menu .menu-items li a {
            position: relative;
            padding: 12px 53px 12px 0;
            color: #5b5b5b;
            display: flex;
            align-items: center;
            font-weight: 400;
            line-height: 25px;
            cursor: pointer;
        }

            .side-profile-menu .menu-items li a:before {
                content: "\f104";
                font-family: FontAwesome;
                font-size: 16px;
                top: 14px;
                right: 25px;
                position: absolute;
                color: #c7c7c7;
            }

.default-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.default-form .form-control {
    border-radius: 5px;
    background: #fff;
    border: 1px solid #9b9b9b;
    color: #717171;
    font-size: 14px;
    line-height: 1.571;
    padding: 11px 12px;
    width: 100%;
    text-align: right;
    direction: rtl;
    position: relative;
}

    .default-form .form-control:focus {
        box-shadow: none;
        outline: none;
        border-color: #91230D;
    }

.default-form label {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.67;
    color: #858585;
}

.default-form .form-group .selectric .button {
    right: inherit;
    left: 0;
}

.default-form .form-group .selectric .label {
    padding: 0;
    margin: 0 10px 0 38px;
}

#addAddress .modal-body, #editAddress .modal-body {
    padding: 15px 30px 30px;
}

#addAddress form .btn-add-address, #editAddress form .btn-add-address {
    background: none;
    outline: none;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    font-size: 15px;
    line-height: 1.467;
    padding: 15px 30px;
    border-radius: 8px;
    background-color: #91230D;
    border: 1px solid #91230D;
    color: #fff;
    overflow: hidden;
    width: 100%;
    text-align: center;
    font-weight: 500;
    margin-top: 20px;
}

#addAddress .close-link, #editAddress .close-link {
    text-align: left;
    padding-top: 36px;
}

    #addAddress .close-link a, #editAddress .close-link a {
        color: #91230D;
        font-weight: 500;
        font-size: 16px;
    }

.radio-label {
    display: inline-block;
    width: 19px;
    height: 19px;
    position: absolute;
    /*top: 41px;*/
    right: 40px;
}

    .radio-label input[type="radio"] {
        visibility: hidden;
        position: absolute;
    }

    .radio-label .radio-check {
        cursor: pointer;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border-radius: 50%;
        background: #fff;
        border: 1px solid #ccc;
    }

    .radio-label input[type="radio"]:checked ~ .radio-check:before {
        content: "";
        position: absolute;
        left: 1px;
        top: 1px;
        background: #91230D;
        border-radius: inherit;
        width: 15px;
        height: 15px;
    }

.paymethods {
    padding-top: 0;
    padding-bottom: 0;
}

    .paymethods ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .paymethods .paymethods-item {
        position: relative;
        padding: 20px 30px 20px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

        .paymethods .paymethods-item .radio-label {
            right: -4px;
            top: 30px;
        }

.checkout .delivery-time .time-table .tab-content .hours li .radio-label {
    width: unset;
    height: unset;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    margin: 0;
}

    .checkout .delivery-time .time-table .tab-content .hours li .radio-label input[type=radio] {
        visibility: hidden;
        position: absolute;
    }

    .checkout .delivery-time .time-table .tab-content .hours li .radio-label .radio-check {
        width: 14px;
        height: 14px;
        right: 0;
        left: unset;
        margin-left: 10px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        top: 0;
        border-radius: 50%;
        background: #fff;
        border: 1px solid #ccc;
    }

        .checkout .delivery-time .time-table .tab-content .hours li .radio-label .radio-check:before {
            content: "";
            position: absolute;
            left: 1px;
            top: 1px;
            width: 10px;
            height: 10px;
            background: #91230D;
            border-radius: inherit;
            opacity: 0;
            transition: opacity .3s ease-in-out;
        }

    .checkout .delivery-time .time-table .tab-content .hours li .radio-label input[type=radio]:checked + .radio-check:before {
        opacity: 1;
        left: 50%;
        top: 50%;
        width: 8px;
        height: 8px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.paymethods .paymethods-item p {
    color: #1e1e1e;
    margin: 0;
}

.paymethods .paymethods-item span {
    font-size: 14px;
    line-height: 1.571;
    font-weight: 400;
    display: block;
    margin-top: 5px;
    color: #a0a0a0;
}

.paymethods .paymethods-item:not(:first-child) {
    border-top: 1px solid #efefef;
}

.discount {
    /*display: inline-block;*/
}

    .discount .page-title {
        padding: 0;
        margin-top: 0;
    }

    .discount .desc {
        font-size: 14px;
        line-height: 2.36;
        margin-bottom: 14px;
    }

    .discount .discount-form {
        display: flex;
        flex-wrap: wrap;
        margin-right: 0;
        margin-left: 0;
        justify-content: space-between;
    }

        .discount .discount-form .discount-form-field {
            width: calc(100% - 271px);
            position: relative;
        }

            .discount .discount-form .discount-form-field input {
                border-radius: 5px;
                background: #fff;
                border: 1px solid #c8c8c8;
                color: #717171;
                font-size: 14px;
                line-height: 1.571;
                padding: 11px 12px;
                width: 100%;
            }

        .discount .discount-form .discount-form-button {
            width: 261px;
        }

            .discount .discount-form .discount-form-button .btn-discount {
                font-size: 15px;
                line-height: 1.467;
                border-radius: 8px;
                background-color: #858585;
                border: 1px solid #858585;
                padding: 11px 31px;
                color: #fff;
                white-space: nowrap;
                cursor: pointer;
                text-align: center;
            }

.order-summery .card .card-header .summery-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    flex: 0 0 20%;
    flex-grow: 1;
}

.order-summery .card .card-header .summery-row {
    align-items: center;
}

.order-summery .card .card-header .summery-col:not(:first-child) {
    text-align: center;
}

.order-summery .card .card-header .summery-col i {
    font-size: 28px;
    color: #919191;
}

.order-summery .card .card-header .summery-col span {
    font-size: 12px;
    line-height: 21px;
    vertical-align: middle;
    display: block;
    color: #919191;
}

.grid-wrapper {
    background-color: #fff;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #dedede;
    margin-bottom: 23px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
}

    .grid-wrapper.style-two {
        display: block;
    }

    .grid-wrapper .grid-cell {
        position: relative;
        width: 100%;
        min-height: 1px;
        flex: 0 0 50%;
        max-width: 50%;
        border-right: 1px solid #f1f1f1;
        border-bottom: 1px solid #f1f1f1;
        padding: 15px 20px;
    }

        .grid-wrapper .grid-cell:first-child {
            border-right: 0;
        }

        .grid-wrapper .grid-cell.more {
            flex-basis: 100%;
            max-width: 100%;
        }

            .grid-wrapper .grid-cell.more a {
                display: block;
                text-align: center;
                color: #1ca2bd;
                padding: 0;
                line-height: 2;
                font-size: 12px;
                font-weight: 400;
            }

                .grid-wrapper .grid-cell.more a:hover {
                    color: #d3b260;
                }

    .grid-wrapper .grid-label {
        font-size: 13px;
        line-height: 21px;
        color: #bababa;
    }

    .grid-wrapper .grid-value {
        font-size: 16px;
        line-height: 28px;
        color: #505050;
        /*overflow:hidden;*/
        min-height: 28px;
    }

        .grid-wrapper .grid-value .btn-pay {
            border-radius: 8px;
            border: 1px solid #ff6363;
            padding: 11px 0;
            margin: 0;
            transition: all .3s ease-in-out;
            display: block;
            text-align: center;
            white-space: nowrap;
            cursor: pointer;
            position: relative;
            background: none;
            line-height: 1.467;
            width: 102px;
            color: #ff6363;
            overflow: hidden;
            position: absolute;
            left: 15px;
            top: 15px;
        }

        .grid-wrapper .grid-value .btn-factor {
            border-radius: 8px;
            border: 1px solid #21e04d;
            padding: 11px 0;
            margin: 0;
            transition: all .3s ease-in-out;
            display: block;
            text-align: center;
            white-space: nowrap;
            cursor: pointer;
            position: relative;
            background: none;
            line-height: 1.467;
            width: 182px;
            color: #21e04d;
            overflow: hidden;
            position: absolute;
            left: 15px;
            top: 15px;
        }

    .grid-wrapper .row {
        margin: 0;
    }

#welcome-modal .modal-dialog {
    width: 992px;
}

#welcome-modal .modal-dialog {
    /*max-width: 90%;*/
}

#welcome-modal .modal-body {
    padding: 0;
}

    #welcome-modal .modal-body .close {
        width: 40px;
        height: 40px;
        position: absolute;
        right: 15px;
        top: 15px;
        text-align: center;
        line-height: 46px;
        font-weight: 400;
        background: #fff;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }

.fade-scale {
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}

    .fade-scale.in, .fade-scale.show {
        opacity: 1;
        transform: scale(1);
    }

.modal.fade-scale.show {
    display: flex !important;
    align-items: center;
}

.profile .favorite-list {
    padding: 0;
}

    .profile .favorite-list .favorite-item {
        display: flex;
        flex-wrap: wrap;
        margin-right: 0;
        margin-left: 0;
        border-bottom: 1px solid #f1f1f1;
        min-height: 80px;
    }

        .profile .favorite-list .favorite-item .fav-pic {
            width: 100%;
            min-height: 1px;
            padding: 4px 0;
            flex: 0 0 15%;
            max-width: 15%;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            display: flex;
            position: relative;
        }

            .profile .favorite-list .favorite-item .fav-pic img {
                max-width: 80%;
                max-height: 80%;
            }

        .profile .favorite-list .favorite-item .fav-details {
            position: relative;
            width: 100%;
            min-height: 1px;
            display: flex;
            padding: 4px 0;
            flex: 0 0 70%;
            max-width: 70%;
            flex-direction: column;
            justify-content: center;
        }

            .profile .favorite-list .favorite-item .fav-details .fav-title {
                font-size: 13px;
                line-height: 1.692;
                margin-bottom: 5px;
                font-weight: 400;
            }

            .profile .favorite-list .favorite-item .fav-details .fav-price {
                font-size: 13px;
                line-height: 1.692;
                color: #fb3449;
            }

        .profile .favorite-list .favorite-item .fav-actions {
            position: relative;
            width: 100%;
            min-height: 1px;
            display: flex;
            flex: 0 0 15%;
            max-width: 15%;
            align-items: center;
            justify-content: flex-end;
            padding: 0 15px;
        }

            .profile .favorite-list .favorite-item .fav-actions .btn-remove {
                width: 33px;
                height: 28px;
                line-height: 28px;
                border-radius: 8px;
                background-color: #fff;
                border: 1px solid #c5c5c5;
            }

                .profile .favorite-list .favorite-item .fav-actions .btn-remove i {
                    font-size: 14px;
                    color: #929292;
                }

    .profile .favorite-list .more {
        display: block;
        position: relative;
        width: 100%;
        min-height: 1px;
        border-right: 1px solid #f1f1f1;
        border-bottom: 1px solid #f1f1f1;
        padding: 15px 40px;
        text-align: center;
        color: #1ca2bd;
        line-height: 2;
        font-size: 12px;
        font-weight: 400;
    }

        .profile .favorite-list .more:hover {
            color: #d3b260;
        }

.profile .orders-list {
    background-color: #fff;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #dedede;
    margin-bottom: 23px;
    border-radius: 10px;
}

    .profile .orders-list .table-row:nth-child(2n+1) {
        background: #fbfbfb;
    }

    .profile .orders-list .table-cell.order-hash {
        flex-basis: 6%;
        justify-content: center;
    }

    .profile .orders-list .table-cell.order-id {
        flex-basis: 12%;
    }

    .profile .orders-list .table-cell.order-date {
        flex-basis: 14.5%;
        justify-content: center;
    }

    .profile .orders-list .table-cell.order-price {
        flex-basis: 15%;
        justify-content: center;
        flex-wrap: wrap;
    }

    .profile .orders-list .table-cell.order-payment {
        flex-basis: 14%;
        justify-content: center;
        text-align: center;
    }

    .profile .orders-list .table-cell.order-detail {
        flex-basis: 6%;
        justify-content: center;
        position: relative;
        transition: background-color .3s ease-in-out;
    }

    .profile .orders-list .table-row .table-cell.order-detail a {
        display: block;
        width: 100%;
        text-align: center;
        padding: 25px;
    }

    .profile .orders-list .table-row .table-cell.order-detail i {
        font-size: 22px;
        font-weight: 700;
        color: #a9a9a9;
    }

    .profile .orders-list .table-row:hover .table-cell.order-detail {
        background: #e5e5e5;
    }

.profile .bestselling {
    margin-top: 30px;
}

.profile .banners {
    margin-top: 45px;
}

.pagination {
    display: flex;
    flex-wrap: wrap;
    margin: 10.5px -10px;
    align-items: center;
    justify-content: center;
}

    .pagination .pagination-list {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 10px;
        padding-left: 10px;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
        list-style: none;
        direction: rtl;
    }

        .pagination .pagination-list .pagination-item {
            display: inline-block;
        }

            .pagination .pagination-list .pagination-item a {
                border-radius: 8px;
                color: #535353;
                font-size: 18px;
                line-height: 34px;
                margin: 0 3px;
                display: inline-block;
                width: 35px;
                height: 34px;
                text-align: center;
                vertical-align: top;
            }

            .pagination .pagination-list .pagination-item .active {
                background-color: #d3b260;
                border: 1px solid #d3b260;
                color: #fff;
            }

@media (min-width: 1440px) {
    /*xxl*/
    .col-xxl-25 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (max-width: 1365.98px) {
    .checkout .addresses .icon-checked {
        right: -15px;
    }
}

@media (min-width: 1200px) {
    .hidden-xl {
        display: none;
    }

    .col-xl-25 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (max-width: 1199.98px) {
    .banners .banner-item .btn {
        width: 60%;
        right: 20%;
        bottom: 15px;
    }

    .featured-products {
        height: 100%;
    }

        .featured-products .categoriesTabNav {
            flex-direction: row;
            /*flex-wrap: nowrap;*/
            margin: 0 -15px;
            overflow-x: auto;
            overflow: hidden;
        }

            .featured-products .categoriesTabNav .nav-link {
                min-width: 100px;
                border: 0 !important;
            }

                .featured-products .categoriesTabNav .nav-link h2, .featured-products .categoriesTabNav .nav-link h3, .featured-products .categoriesTabNav .nav-link h4 {
                    margin: 0 auto;
                }

    .product .product-content .header, .product .product-content .info {
        margin-left: 0;
        margin-bottom: 20px;
    }

        .product .product-content .info .note {
            flex-basis: 170px;
            margin-right: 15px;
        }

    .product .product-content .details {
        /*flex-basis: calc(100% - 185px);*/
    }

        .product .product-content .details .discount-price {
            width: auto;
            margin-left: 20px;
            line-height: 40px;
        }

        .product .product-content .details .colors .color-item {
            margin: 0 0 10px 10px;
        }

    .page-content.product .policies {
        display: none;
    }

    .table .table-head .table-row .table-cell {
        font-size: 12px;
    }

    .table .table-row .table-cell.action .btn {
        width: 100%;
    }

    .table .table-row .table-cell.product-name .product-info .text {
        max-width: inherit;
    }

    .table .table-row .table-cell.action, .table .table-row .table-cell.product-name {
        max-width: inherit;
    }

    .profile .grid-wrapper .grid-cell {
        padding: 15px;
    }

    .profile .grid-wrapper .grid-label {
        font-size: 12px;
    }

    .profile .grid-wrapper .grid-value {
        font-size: 14px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .hidden-lg {
        display: none;
    }

    .table .table-cell.hidden-lg {
        display: none !important;
    }

    .table .table-row .table-cell.product-name .product-info figure.hidden-lg {
        display: none !important;
    }
}

/*@media (min-width: 600px) {
    .header .header-middle .user-nav .cart .dropdown-menu {
    width: 354px;
    padding: 0;
    border-radius: 0 0 8px 8px;
}*/
@media (min-width: 992px) {
    .header .header-middle .user-nav .cart .dropdown-menu {
        width: 354px;
        padding: 0;
        border-radius: 0 0 8px 8px;
    }

    .side-content {
        padding-left: 5%;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        /*min-width: 800px;*/
        padding-right: 0px;
        width: fit-content;
    }

    #quickview .modal-dialog {
        max-width: 900px;
    }

    .grid-wrapper.style-two .row:nth-child(2n+1) {
        background: #eeeeee;
    }

    .grid-wrapper.style-two .grid-label {
        color: #6d6d6d;
    }
}

@media (max-width: 991.98px) {
    .scrollup {
        right: 34px;
        height: 44px;
        width: 44px;
    }

        .scrollup i {
            line-height: 38px;
        }

    

    .license-title {
        font-weight: bold;
        text-align: center;
        color: blue;
        margin-bottom: 10px;
        width: 100%;
        padding-top: 20px;
    }

    footer .licenses li a img {
        max-height: 70%;
    }

    .hidden-md {
        display: none;
    }

    .show-md {
        display: block;
    }

    .navbar-toggler, .header .header-middle .user-nav {
        display: inline-block;
    }

    .header-middle .nav-item .btn i, .header-middle .nav-item a i {
        color: #999;
    }

    .header .header-middle .navbar-toggler {
        margin-left: 15px;
    }

    .navbar-nav {
        width: 100%;
        text-align: center;
    }

    .navbar.fixed .header-middle {
        height: 50px;
        padding: 5px;
        background: #FFF;
    }

    .header-middle .nav-item .btn.btn-basket span:not(.badge) {
        display: none;
    }

    .header .header-middle {
        padding: 10px 15px 15px;
    }

    .nav-item .nav-link .nav-link-new {
        left: 0;
    }

    .banners {
        padding-top: 0;
    }

    .dropdown .dropdown-menu {
        opacity: 1;
        display: none;
    }

        .dropdown .dropdown-menu.show {
            display: block;
        }

    .product .product-content .header {
        margin: 30px 0;
    }

    .product .product-content .pic-container .trinkets {
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 2;
    }

    .product #gal-single-product {
        width: 100%;
    }

    .product .product-content .info {
        flex-direction: column;
        margin: 0;
    }

        .product .product-content .info .note {
            margin: 30px 0 0;
            width: 100%;
            flex-basis: 100%;
        }

            .product .product-content .info .note .brand {
                display: none;
            }

    .cart .product-row .product-row-img {
        flex: 0 0 30%;
        max-width: 30%;
    }

    .cart .product-row .product-row-info {
        flex: 0 0 40%;
        max-width: 40%;
        z-index: 2;
    }

    .cart .product-row .product-row-quantity {
        flex: 0 0 30%;
        max-width: 30%;
        margin-top: 15px;
        align-self: flex-start;
    }

    .cart .product-row .product-row-price {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 70%;
        margin-bottom: 15px;
        margin-top: -75px;
        z-index: 0;
    }

    .checkout .address-list .address-item .address-details {
        flex-wrap: wrap;
    }

        .checkout .address-list .address-item .address-details .details-item {
            flex-grow: 1;
        }

            .checkout .address-list .address-item .address-details .details-item:not(:first-child) {
                text-align: left;
                margin-top: 10px;
            }

    .grid-wrapper .grid-cell {
        flex-basis: 100%;
        max-width: 100%;
    }

        .grid-wrapper .grid-cell .grid-value {
            font-size: 14px;
        }

        .grid-wrapper .grid-cell .grid-label, .grid-wrapper .grid-cell .grid-value {
            display: inline-block;
        }

    .grid-wrapper .grid-value .btn-pay {
        top: 7px;
        left: 7px;
    }

    .grid-wrapper .grid-cell {
        padding: 15px;
    }

    .checkout-steps {
        width: 80%;
        border-bottom: 5px solid #ddd;
        height: 13px;
    }

        .checkout-steps li:not(:first-child):before {
            width: calc(50% - 30px);
        }

    .table .table-row .table-cell.action .btn {
        font-size: 12px;
        font-weight: 500;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .hidden-md {
        display: none;
    }

    .table .table-cell.hidden-md, .table .table-row .table-cell.product-name .product-info figure.hidden-md,
    .table .table-row .table-cell.product-name .product-info .text span.hidden-md {
        display: none !important;
    }
}

@media (min-width: 767.98px) {
    .license-title {
        font-weight: bold;
        text-align: center;
        color: blue;
        padding-right: 20%;
        margin-bottom: 10px;
        width: 100%;
    }

    .sorting .sort-item span {
        color: #91230D;
        border: 1px solid #91230D;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        padding: 0px 15px;
        line-height: 30px;
        margin: 0 5px;
        display: block;
        font-size: 13px;
        cursor: pointer;
    }

    .product-item .title {
        padding: 0 5px;
        color: #706c77;
        /*margin: 15px 0 5px;*/
        font-weight: 600;
        font-size: 14px;
        line-height: 23px;
        height: 64px;
        overflow: hidden;
        transition: color 0.5s;
    }
}

@media (max-width: 767.98px) {

    .btn-pay {
        font-size: 10px !important;
        line-height: 1.467;
        padding: 5px !important;
    }

    .product-item .title {
        padding: 0 5px;
        color: #706c77;
        margin: 5px 0 5px;
        font-weight: 600;
        font-size: 15px;
        line-height: 22px;
        /*height: 44px;*/
        overflow: hidden;
        transition: color 0.5s;
    }

    .sorting .sort-item span {
        color: #91230D;
        border: 1px solid #91230D;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        padding: 0px;
        line-height: 30px;
        margin: 0 5px;
        display: block;
        font-size: 13px;
        cursor: pointer;
    }

    .hidden-sm {
        display: none;
    }

    .show-sm {
        display: block;
    }

    .header .header-middle > .row > a {
        flex-grow: 1;
        flex-basis: calc(100% - 100px);
        text-align: center;
    }

    .header .header-middle > .row .break {
        width: 47px;
        height: 40px;
        overflow: hidden;
    }

    .featured-products .categoriesTabNav .nav-link {
        height: 50px;
    }

    .header {
        background: #f5f5f5;
        border-bottom: 1px solid #ccc;
        margin-bottom: 15px;
    }

        .header .logo {
            margin: 0;
            max-height: 36px;
            width: auto;
        }

        .header-middle .search-form, .header .header-middle .user-nav {
            margin-top: 10px;
        }

        .header .header-middle > .row > .col {
            padding-right: 0;
        }

    .banners .banner-item .btn {
        width: auto;
        max-width: initial;
        right: 30px;
        left: 30px;
        font-size: 12px;
        line-height: 30px;
    }

    footer .policies li {
        padding: 0 15px;
    }

    .banners .banner-item {
        margin-bottom: 15px;
    }



    .banners {
        margin-bottom: 15px;
    }

    .modal-body {
        padding: 15px;
    }

    [data-target="#basket"] .badge {
        padding: 6px;
        width: 20px;
        height: 20px;
        top: -10px;
        border-radius: 13px;
        margin-right: -10px;
        font-size: 10px;
    }

    .product-list-page .options-wrapper {
        border: 0;
    }

        .product-list-page .options-wrapper .breadcrumb-item {
            color: #999;
        }

    .checkout .invoice-tracking-code {
        font-size: 22px;
    }

    .order-summery .card .card-header .summery-col:not(:first-child):not(:last-child) {
        text-align: right;
    }

    .order-summery .card .card-header .summery-col {
        margin: 12px 0;
    }

        .order-summery .card .card-header .summery-col span {
            display: inline-block;
        }

    .order-summery .card .card-header .summery-row {
        align-items: flex-start;
    }

    .checkout .page-title, .checkout .page-title span, .profile .page-title {
        padding: 0;
    }

    .table .table-cell.hidden-sm {
        display: none !important;
    }

    .table .table-row .table-cell.product-name .product-info figure.hidden-sm,
    .table .table-row .table-cell.product-name .product-info .text span.hidden-sm {
        display: none !important;
    }

    .invoice-tracking-process {
        margin: 0;
    }
}

@media (min-width: 576px) {
    .product-list-page .product-item .sku {
        font-size: 14px;
        font-weight: 600;
        line-height: 26px !important;
    }

    .brand-logo-container-list {
        height: 50px;
    }

    #basket .modal-dialog, #addAddress .modal-dialog, #editAddress .modal-dialog {
        max-width: 800px;
    }

    .edit-profile-newsletter {
        padding-top: 45px;
    }

    .grid-wrapper .grid-value {
        overflow: hidden;
    }

    .ribbon-banner-item {
        margin-bottom: 15px;
        min-height: 80px;
    }
}

@media (max-width: 800px) {
    .header .header-middle > .row {
        padding: 0 10px;
        padding-top: 30px;
    }
}

@media (max-width: 575.5px) {
    .list-page-discount-price {
        float: right;
        text-decoration: line-through;
        font-size: 14px !important;
        color: #a0a0a0;
        font-weight: 200 !important;
        text-align: center;
        margin-right: 5px !important;
        margin-top: 2px !important;
    }

    .ribbon-banner-item {
        margin-bottom: 15px;
        min-height: 50px;
    }

    .col-xs-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xs-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xs-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xs-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .hidden-xs {
        display: none;
    }

    .table .table-cell.hidden-xs {
        display: none !important;
    }

    .show-xs {
        display: block;
    }

    .no-padding-xs {
        padding: 0;
    }

    .header .header-middle .user-nav {
        padding-right: 5px;
    }

    .header-middle .user-nav .nav-item .nav-link i.show-xs {
        display: inline-block;
    }

    .header-middle .nav-item .btn.btn-basket {
        padding: 0 15px;
    }

    .header .header-middle > .row {
        padding: 0 10px;
        padding-top: 30px;
    }

        .header .header-middle > .row > .col {
            padding-left: 5px;
        }

    .header-middle .user-nav .nav-item:not(:last-child) {
        padding-left: 3px;
    }

    .brands {
        margin-top: 30px;
    }

    .bestselling {
        margin-bottom: 0;
    }

    footer div[class^="col-"]:last-child, footer li {
        text-align: center;
    }

    .copyright {
        margin-top: 15px;
    }

    .breadcrumb {
        display: none;
    }

    footer {
        padding-top: 15px;
    }

        footer .contact {
            margin-top: 0;
            padding-top: 0;
            margin-bottom: 15px;
            border-top: 0;
            border-bottom: 1px solid #cfd8dc;
        }

            footer .contact .social-networks {
                justify-content: center;
            }

        footer .links {
            display: flex;
            flex-wrap: wrap;
            margin: 0;
        }

            footer .links li {
                flex: 0 0 50%;
                text-align: right;
                max-width: 50%;
                overflow: hidden;
                text-overflow: ellipsis;
            }

                footer .links li a {
                    font-size: 11px;
                    white-space: nowrap;
                }

        footer .licenses {
            margin-top: 15px;
        }

    .banners .banner-item .btn {
        position: relative;
        width: 100%;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        right: 0;
        bottom: 0;
    }

    .product .product-content .p-header .pd-title {
        max-width: 100%;
    }

    .p-header .pd-title {
        max-width: 100% !important;
    }

    .product-list-page .product-item .pic {
        float: right;
        width: 45%;
    }

    .product-list-page .product-item .btn.add, .product-list-page .product-item .quick-view-btn {
        display: none;
    }

    .product-list-page .product-item .title {
        float: left;
        text-align: right;
        width: 55%;
        font-size: 13px;
        text-align: center;
    }

    .product-list-page .product-item .sku {
        margin-right: 15px;
        font-size: 13px;
        line-height: 24px !important;
        margin: 0px;
        margin-bottom: 10px;
        padding-top: 15px;
        font-weight: 600;
    }

    .list-page-off-percent {
        float: right !important;
        margin-right: 5px;
    }

    .product-list-page .product-item .price {
        float: left;
        text-align: left;
        /*width: 70%;*/
        padding: 0 5px;
        margin-bottom: 10px;
    }

    .cart .product-row .product-row-img {
        margin: 10px 0;
        padding-right: 10px;
    }

        .cart .product-row .product-row-img .btn-remove {
            right: 4px;
            top: 7px;
        }

    .cart .product-row .product-row-info {
        flex: 0 0 70%;
        max-width: 70%;
        margin: 10px 0;
    }

        .cart .product-row .product-row-info .product-title {
            margin: 0;
        }

    .cart .product-row .product-row-quantity {
        flex: 0 0 60%;
        max-width: 60%;
        margin: 15px 0;
        border-top: 1px solid #e6e6e6;
    }

    .cart .product-row .product-row-price {
        flex: 0 0 40%;
        max-width: 40%;
        margin: 15px 0;
        border-top: 1px solid #e6e6e6;
        padding: 0;
    }

    .checkout .addresses .address-row .address-location div[class^="address-location-"] {
        display: block;
    }

    .checkout .addresses .address-row .address-location .address-location-tel {
        border: 0;
    }

    .checkout .addresses .address-row .address-location .address-location-postal {
        margin: 0;
    }

    .checkout .address-list .address-item .address-details .details-item span:not(:last-child) {
        border-left: 0;
    }

    .checkout .address-list .address-item .address-details .details-item span {
        display: block;
        padding: 0;
    }

    .checkout .addresses .address-row .address-username {
        padding-left: 140px;
    }

    .order-summery .card .card-header .summery-col {
        font-size: 12px;
    }

    .checkout .addresses .address-row .address-username {
        padding-left: 0;
    }

    .checkout .addresses .choose-address-btn {
        position: relative;
        top: 0;
        left: 0;
    }

    .table .table-row .table-cell {
        padding: 10px;
    }

        .table .table-row .table-cell.product-name .product-info figure.hidden-xs {
            display: none !important;
        }

        .table .table-row .table-cell.price-final {
            max-width: inherit;
        }
}

@media (max-width: 500px) {

    body * {
        font-size: 12px;
    }

    .header-middle {
        padding: 10px;
    }

    .brand-logo-list {
        float: left;
    }

    .grid-wrapper .grid-value .btn-pay {
        margin-right: 15px;
        display: inline-block;
        position: relative;
        vertical-align: text-bottom;
    }

    .discount .discount-form .discount-form-button .btn-discount {
        padding: 11px 20px;
    }

    .discount .discount-form .discount-form-button {
        width: 100%;
    }

    .discount .discount-form .discount-form-field {
        width: calc(100% - 140px);
    }

    .checkout-steps .step-item-desc:before {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        left: -20%;
    }

    .checkout-steps li:first-child .step-item-desc:before {
        left: inherit;
        right: -20%;
    }
}

@media (max-width: 400px) {

    .header-middle ul li {
        margin-right: 5px;
    }

    footer .links li a {
        font-size: 10px;
    }

    .checkout .invoice-tracking-code {
        font-size: 18px;
    }

    .discount .discount-form {
        flex-direction: column;
    }

        .discount .discount-form .discount-form-button,
        .discount .discount-form .discount-form-field {
            width: 100%;
        }

            .discount .discount-form .discount-form-button .btn-discount {
                width: 100%;
                text-align: center;
            }

            .discount .discount-form .discount-form-button, .discount .discount-form .discount-form-field label {
                width: 100%;
            }

    .checkout .invoice-tracking-code {
        padding-left: 0;
    }

        .checkout .invoice-tracking-code .btn-discard {
            position: relative;
            margin: 15px 0 0;
            font-size: 14px;
            width: auto;
            display: inline-block;
        }
}

.nav-tel {
    width: 400px;
    direction: ltr;
    font-size: 13px;
    color: #91230D;
}

    .nav-tel span {
        color: #FFF;
    }

.forget-pass {
    color: blue;
    padding-top: 10px;
    border-bottom: 1px dotted #91230D;
}

.grid-text {
    line-height: 60px;
    font-size: 13px;
    text-align: center;
    width: 100%;
}

.disabled {
    opacity: 0.3 !important;
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent;
    border-color: transparent;
}

.shippingTextGreen {
    color: green;
}

/* for check boxes - start */
.checkbox-label {
    display: inline-block;
    position: absolute;
    width: 22px;
    height: 21px;
    margin: 0;
}

.checkbox-label-title {
    padding-right: 30px;
    line-height: 30px;
}

.checkbox-label input[type=checkbox] {
    visibility: hidden;
    position: absolute;
}

.checkbox-label .checkbox-check {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 5px;
    left: 0;
    border-radius: 5px;
    border: 1px solid #b7b7b7;
    text-align: center;
}

    .checkbox-label .checkbox-check i {
        color: #fff;
    }

.checkbox-label input[type=checkbox]:checked + .checkbox-check {
    background: #91230D;
    border: 1px solid #91230D;
}
/* for check boxes - end */

.btn-add {
    display: inline-block;
    background: none;
    outline: none;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    font-size: 15px;
    line-height: 1.467;
    padding: 15px;
    border-radius: 8px;
    background-color: #91230D;
    border: 1px solid #91230D;
    color: #fff;
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin-top: 2px;
    font-weight: 700;
}

.btn-cancel {
    display: inline-block;
    background: none;
    outline: none;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    font-size: 15px;
    line-height: 1.467;
    padding: 15px;
    border-radius: 8px;
    background-color: #858585;
    border: 1px solid #858585;
    color: #fff;
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin-top: 2px;
    font-weight: 700;
}

.btn-red {
    display: inline-block;
    background: none;
    outline: none;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    font-size: 15px;
    line-height: 1.467;
    padding: 15px;
    border-radius: 8px;
    background-color: #ea3636;
    border: 1px solid #ea3636;
    color: #fff;
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin-top: 2px;
    font-weight: 700;
}

.btn-blue {
    display: inline-block;
    background: none;
    outline: none;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    font-size: 15px;
    line-height: 1.467;
    padding: 15px;
    border-radius: 8px;
    background-color: #00bfd6;
    border: 1px solid #00bfd6;
    color: #fff;
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin-top: 2px;
    font-weight: 700;
}

.btn-pay {
    display: inline-block;
    background: none;
    outline: none;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    font-size: 15px;
    line-height: 1.467;
    padding: 15px;
    border-radius: 8px;
    background-color: #68d4ec;
    border: 1px solid #68d4ec;
    color: #fff;
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin-top: 2px;
    font-weight: 700;
}

.center-text {
    text-align: center;
}

/* for all radio buttons - start */
.radio-label {
    right: -4px;
}

.radio-label {
    width: unset;
    height: unset;
    display: flex;
    align-items: center;
    cursor: pointer;
    /*position: relative;*/
    margin: 0;
}

    .radio-label input[type=radio] {
        visibility: hidden;
        position: absolute;
    }

    .radio-label .radio-check {
        width: 14px;
        height: 14px;
        right: 0;
        left: unset;
        margin-left: 10px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        top: 0;
        border-radius: 50%;
        background: #fff;
        border: 1px solid #ccc;
    }

        .radio-label .radio-check:before {
            content: "";
            position: absolute;
            left: 1px;
            top: 1px;
            width: 10px;
            height: 10px;
            background: #91230D;
            border-radius: inherit;
            opacity: 0;
            transition: opacity .3s ease-in-out;
        }

    .radio-label input[type=radio]:checked + .radio-check:before {
        opacity: 1;
        left: 50%;
        top: 50%;
        width: 8px;
        height: 8px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
/* for all radio buttons - end */


.pointer {
    cursor: pointer;
}

.radio-item {
    min-height: 30px !important;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-35 {
    padding: 35px;
}

.padding-right-35 {
    padding-right: 35px;
}

.maxwidth200 {
    max-width: 200px;
}

.cart-off-text {
    color: #ff6363;
    font-size: 12px;
}

.margin-right-30 {
    margin-right: 30px;
}

.btn-remove-cart-item {
    color: blue;
    border-color: blue;
    border-width: 1px;
    border-style: solid;
    padding: 10px;
    height: 50px;
    line-height: 30px;
    margin-right: 10px;
}

.text-11 {
    font-size: 11px !important;
}

.list-page-off-percent {
    position: absolute;
    float: initial;
    margin-right: 35%;
    margin-bottom: 20px;
    line-height: 20px;
    padding: 1px 10px;
    background: #ff6363;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.list-page-discount-price {
    float: right;
    text-decoration: line-through;
    font-size: 15px !important;
    color: #474141;
    font-weight: 400 !important;
    text-align: center;
    margin-right: 10px;
}

    .list-page-discount-price span {
        font-size: 15px;
        color: #474141;
    }

.btn.add {
    background: #91230D;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 10px 50px;
}

.small-gold-text {
    font-size: 10px;
    color: #91230D;
}

@media (min-width: 767.98px) {
    .original-icon {
        width: 60px;
        opacity: 0.7;
        float: right;
    }

    .brand-logo-list {
        max-height: 40px;
        max-width: 110px;
        padding: 5px;
    }
}

@media (max-width: 767.98px) {
    .original-icon {
        position: absolute;
        top: 5px;
        right: 18px;
        width: 35px;
        opacity: 0.7;
    }

    .brand-logo-list {
        padding: 5px;
        max-width: 60px;
    }
}

@media (min-width: 576px) {
    .banner-dialog {
        max-width: 800px;
        margin: 1.75rem auto;
    }
}



/* ============ desktop view ============ */
/*@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}*/
/* ============ desktop view .end// ============ */

@media all and (max-width: 992px) {
    .mobile-menu {
        display: block;
    }

    .desktop-menu {
        display: none;
    }
}

@media all and (min-width: 993px) {
    .mobile-menu {
        display: none;
    }

    .desktop-menu {
        display: block;
    }
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}



/*** for compare *****/

.compare h2 {
    margin: 0;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.compare .img-thumbnail {
    border: 0;
    max-width: 200px;
}

.compare .th {
    background: #fafafa;
    border-bottom: 2px solid #fff;
}

.strength li {
    color: #52d14b;
}

.weakness li {
    color: #ff312a;
}

.compares .btn.add {
    background: #e6ca71;
    color: #fff;
}

.compare .tr, .compare .th {
    height: 80px;
    padding: 10px;
    /*white-space: nowrap;*/
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.compare .tr {
    /*height:50px;*/
}

.compare .square {
    height: 140px;
}

.compare img {
    height: 100%;
    width: auto !important;
    margin: 0 auto;
}

.compare .tr {
    border: 1px solid #e9e9e9;
}

.compare .brand {
    text-align: center;
}

    .compare .brand img {
        display: inline-block;
    }

    .compare .brand .brand-name {
        font-size: 20px;
    }

.product .details {
    margin-top: 60px;
}

.compare .tr ul {
    margin: 10px 0;
}

.compare .strength, .compare .weakness {
    height: auto;
}

.owl-dot {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    margin: 2px;
    background: #e9e9e9;
}

    .owl-dot.active {
        border: 1px solid #bebebe;
    }

.owl-dots {
    text-align: center;
    margin-top: 15px;
}

.compare .owl-prev i, .compare .owl-next i {
    color: #e9e9e9;
}

.compare .owl-prev, .compare .owl-next {
    position: absolute;
    top: 40%;
    font-size: 30px;
    font-weight: bold;
}

.compare .owl-prev {
    right: -15px;
}

.compare .owl-next {
    left: -15px;
}

.product .details .tab-content {
    padding: 40px 0;
}

.pd-item .trinkets .compared {
    margin-left: 0.4%;
}

.pd-item .trinkets i {
    color: #acacac;
    margin-left: 2px;
}

.trinkets .compared.active, .trinkets .compared:hover, .trinkets .compared.active i, .trinkets .compared:hover i {
    color: #41c7ff;
}

.colored-text {
    color: #91230D;
    font-size: 14px;
}


.table-bordered th {
    max-width: 40%;
}

@media (min-width: 768px) {
    .off-picture-symbol {
        max-height: 35px;
        max-width: 100px;
        padding: 5px;
    }

    .on-picture-symbol {
        max-height: 30px;
        max-width: 60px;
        /* padding: 5px;*/
    }

    .on-picture-symbol-div {
        position: absolute;
        top: 180px;
        right: 10px;
        z-index: 0;
    }
}
    @media (max-width: 767.98px) {
        .on-picture-symbol-div {
            position: absolute;
            bottom: 10px;
            right: 10px;
            z-index: 0;
        }

        .on-picture-symbol {
            max-height: 30px;
            max-width: 50px;
        }

        .off-picture-symbol {
            max-height: 35px;
            max-width: 100px;
            padding: 5px;
        }

        .product-list-title-container {
            min-height: 140px;
        }

        .list-page-off-percent {
            margin-top: 6%;
        }
    }

    .not-found-message {
        width: 100%;
        text-align: center;
        margin-top: 50px;
        margin-right: 100px;
        color: #91230D;
        margin-left: 100px;
        border-width: 2px;
        border-radius: 10px;
        border-style: solid;
        padding: 10px;
        height: 50%;
    }

    .chip span {
        font-size: 16px;
        line-height:20px;
    }



    .marketing-campaign-container {
        border-width: 2px;
        border-radius: 15px;
        border-style: solid;
        border-color: #ff6363;
        line-height: 40px;
        margin-top: 20px;
        padding: 10px;
        text-align: center;
    }

    .marketing-campaign-symbol-icon {
        max-width: 100%;
        /*width:40px;
float:right;
margin-right:20%;*/
    }

    .product-item-marketing-campaign-container {
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #ff6363;
        line-height: 30px;
        margin: 2px;
        margin-bottom: 4px;
        padding: 4px;
        text-align: center;
        height: 35px;
    }

    .product-item-campaign-symbol {
        max-height: 100%;
        padding-left: 2px;
        float: right;
        margin-right: 5px;
        /* margin-right: 30%;*/
    }

    .product-item-campaign-title {
        font-size: 14px;
        color: #ff6363;
        font-weight: 500;
        /* margin-left: 30%;*/
        padding-right: 0px;
        float: right;
        margin-right: 5px;
    }

    .marketing-campaign-symbol-icon-medium {
        max-width: 100%;
        max-height: 30px;
        /* width: 25px;
    float: right;*/
    }

    .marketing-campaign-symbol-title {
        font-size: 25px;
        color: #ff6363;
        font-weight: 500;
        margin-left: 20%;
    }

    .marketing-campaign-symbol-title-medium {
        font-size: 16px;
        color: #ff6363;
        font-weight: 400;
        padding-right: 3px;
        line-height: 18px;
    }

    .timer {
        float: left;
        color: #ff6363;
        font-weight: 400;
        margin-left: 5px;
        font-size: 15px;
    }

    .detail-promotion-title {
        color: #ff6363;
        border-color: #ff6363;
        border-width: 2px;
        border-style: solid;
        border-radius: 15px;
        margin: 3px;
        padding: 7px;
        min-height: 70px;
        text-align: center;
    }

        .detail-promotion-title span {
            color: inherit;
            border: none;
        }

    .card-header {
        border-bottom: 0px !important;
        border-bottom-left-radius: 10px !important;
        border-bottom-right-radius: 10px !important;
    }

    .sticky-phone {
        width: 26px !important;
        padding: 0px !important;
        margin-right: 10px !important;
        color: #FFF !important;
        top: 0px !important;
    }

    .pd-title {
        font-size: 18px;
        float: right;
        line-height: 34px;
    }
.remove-all-filters-btn {
    color: #ED7D66 !important;
    border: 1px solid #ED7D66;
    border-radius: 6px;
    padding-bottom: 2px;
    padding-top: 2px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    font-weight: 500;
}
.max-width-100 {
max-width:100% !important;
}
.no-padd {
padding:0px !important;
}
.page-item {
cursor:pointer;
}
.instant-discount {
    color: green !important;
    font-weight: 500 !important;
    font-size: 14px;
}
.cashback-amount {
    color: #81007f !important;
    font-weight: 500 !important;
    line-height: 2px;
    font-size: 14px;
}
.cashback-amount-cart {
    color: #81007f !important;
    font-weight: 500 !important;
    line-height: 2px;
    font-size: 12px;
}