@charset "UTF-8";
/*
 * همتا | Ecommerce Bootstrap Theme
 * Copyright 2021 BahramiiiRad
 * Theme Styles
 */
/*------------------------------------
    components
        badge
        buttons
        card
        form
        rating
        modal
        navs
        select2
        table
        tooltip
    modules
        header
        responsive-header
        banner
        breadcrumb
        auth
        checkout
        slider
        product
        pagination
        services
        social
        widget
        table
        footer

------------------------------------*/
@font-face {
    font-family: Shabnam;
    src: url("../fonts/shabnam/Shabnam.eot");
    src: url("../fonts/shabnam/Shabnam.eot?#iefix") format("embedded-opentype"), url("../fonts/shabnam/Shabnam.woff2") format("woff2"), url("../fonts/shabnam/Shabnam.woff") format("woff"), url("../fonts/shabnam/Shabnam.ttf") format("truetype");
    font-weight: normal;
}

@font-face {
    font-family: Shabnam;
    src: url("../fonts/shabnam/Shabnam-Bold.eot");
    src: url("../fonts/shabnam/Shabnam-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/shabnam/Shabnam-Bold.woff2") format("woff2"), url("../fonts/shabnam/Shabnam-Bold.woff") format("woff"), url("../fonts/shabnam/Shabnam-Bold.ttf") format("truetype");
    font-weight: bold;
}

@font-face {
    font-family: Shabnam;
    src: url("../fonts/shabnam/Shabnam-Thin.eot");
    src: url("../fonts/shabnam/Shabnam-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/shabnam/Shabnam-Thin.woff2") format("woff2"), url("../fonts/shabnam/Shabnam-Thin.woff") format("woff"), url("../fonts/shabnam/Shabnam-Thin.ttf") format("truetype");
    font-weight: 100;
}

@font-face {
    font-family: Shabnam;
    src: url("../fonts/shabnam/Shabnam-Light.eot");
    src: url("../fonts/shabnam/Shabnam-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/shabnam/Shabnam-Light.woff2") format("woff2"), url("../fonts/shabnam/Shabnam-Light.woff") format("woff"), url("../fonts/shabnam/Shabnam-Light.ttf") format("truetype");
    font-weight: 300;
}

@font-face {
    font-family: Shabnam;
    src: url("../fonts/shabnam/Shabnam-Medium.eot");
    src: url("../fonts/shabnam/Shabnam-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/shabnam/Shabnam-Medium.woff2") format("woff2"), url("../fonts/shabnam/Shabnam-Medium.woff") format("woff"), url("../fonts/shabnam/Shabnam-Medium.ttf") format("truetype");
    font-weight: 500;
}

@font-face {
    font-family: DimaMolsaq;
    src: url("../fonts/DimaMolsaq/DimaMolsaq.woff") format("woff");
    font-weight: 500;
}

body {
    background-color: #fff;
    font-family: Shabnam;
    font-style: normal;
    font-size: 14px;
    font-weight: normal;
    text-align: right;
    overflow-x: hidden !important;
}

a,
a:hover {
    text-decoration: none;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

p {
    margin-bottom: 0;
}

input,
input:focus,
button,
button:focus {
    border: 0;
    outline: none;
}

ol,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-style--circle {
    list-style: circle;
}

hr {
    margin: 0 !important;
}

.container {
    max-width: 1366px;
}

    .container.container--md {
        max-width: 1100px;
    }

.dir-ltr {
    direction: ltr;
}

.dir-rtl {
    direction: rtl;
}

.nicescroll-cursors {
    background-color: rgba(0, 0, 0, 0.2) !important;
}

.link--with-border-bottom {
    color: #2196F3;
    background-color: transparent;
    border-bottom: 1px dashed #2196F3;
}

    .link--with-border-bottom:hover {
        color: #1565c0;
    }

.text-sm {
    font-size: 13px !important;
}

.border-bottom-dt {
    color: #007bff !important;
    border-bottom: 1px dashed #007bff;
}

.section-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
}

    .section-title i {
        display: inline-block;
        width: 50px;
        height: 50px;
        line-height: 30px;
        background: #eee;
        border-radius: 50%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #666;
        padding-top: 12px;
        margin-left: 20px;
        font-size: 24px;
        text-align: center;
    }

.shadow-around {
    background-color: #fff;
    border: 1px solid #ededed;
    border-radius: 8px;
    overflow: hidden;
}

.empty-box {
    padding: 80px 0;
    text-align: center;
}

    .empty-box .icon {
        margin-bottom: 25px;
    }

        .empty-box .icon i {
            font-size: 40px;
            color: #dedede;
        }

    .empty-box .message p {
        font-size: 22px;
        color: #dedede;
    }

    .empty-box .pic img {
        max-width: 100%;
    }

    .empty-box.empty-box--404 .pic img {
        max-width: 500px;
    }

.page-wrapper {
    direction: rtl;
}

.page-content {
    margin-top: 35px;
    margin-bottom: 35px;
    width: 100%;
}

.w-120 {
    width: 120px;
}

.rounded--top-0 {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.box {
    background-color: #fff;
    border: 0 !important;
    padding: 15px;
}

    .box.box--rounded {
        border-radius: 15px;
    }

.icon--xl {
    font-size: 45px;
}

.icon--lg {
    font-size: 35px;
}

.apexcharts-canvas .apexcharts-legend .apexcharts-legend-series .apexcharts-legend-text {
    font-family: Shabnam !important;
    margin-right: 5px;
}

.apexcharts-canvas .apexcharts-text,
.apexcharts-canvas .apexcharts-tooltip-title,
.apexcharts-canvas .apexcharts-xaxistooltip-text,
.apexcharts-canvas .apexcharts-tooltip-text-label,
.apexcharts-canvas .apexcharts-tooltip-text-value {
    font-family: Shabnam !important;
}

.apexcharts-canvas .apexcharts-tooltip-marker {
    margin-right: 0 !important;
    margin-left: 10px;
}

/*------------------------------------
    Badge
------------------------------------*/
.badge {
    border-radius: 7px;
    padding: 5px 7px;
}

/*------------------------------------
    Buttons
------------------------------------*/
.btn {
    border-radius: 7px;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}

    .btn .btn-with-spinner {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .btn.btn-dark {
        -webkit-box-shadow: 0 2px 6px #728394;
        box-shadow: 0 2px 6px #728394;
    }

    .btn.btn-primary, .btn.btn-outline-primary {
        border: 1px solid #007bff;
    }

    .btn.btn-secondary, .btn.btn-outline-secondary {
        border: 1px solid #6c757d;
    }

    .btn.btn-success, .btn.btn-outline-success {
        border: 1px solid #28a745;
    }

    .btn.btn-danger, .btn.btn-outline-danger {
        border: 1px solid #dc3545;
    }

    .btn.btn-warning, .btn.btn-outline-warning {
        border: 1px solid #ffc107;
    }

    .btn.btn-info, .btn.btn-outline-info {
        border: 1px solid #17a2b8;
    }

    .btn.btn-light, .btn.btn-outline-light {
        border: 1px solid #f8f9fa;
    }

    .btn.btn-dark, .btn.btn-outline-dark {
        border: 1px solid #343a40;
    }

    .btn:focus {
        -webkit-box-shadow: unset !important;
        box-shadow: unset !important;
    }

/*------------------------------------
    Card
------------------------------------*/
.product-card {
    position: relative;
    padding: 20px 10px 0;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

    .product-card .product-card-top .badge {
        position: absolute;
        left: 5px;
        top: 7px;
    }

    .product-card .product-card-top .product-image {
        display: block;
        height: 100px;
        margin-bottom: 15px;
        text-align: center;
    }

        .product-card .product-card-top .product-image img {
            max-height: 100%;
            max-width: 100%;
            -webkit-transition: .2s ease-in-out;
            transition: .2s ease-in-out;
        }

    .product-card .product-card-top .product-card-actions {
        position: absolute;
        top: 10px;
        left: 15px;
        width: 40px;
        border-radius: 2px;
        z-index: 1;
    }

        .product-card .product-card-top .product-card-actions button {
            height: 40px;
            width: 40px;
            line-height: 45px;
            background: #fff;
            -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
            border: 0;
            border-radius: 50%;
            margin-bottom: 7px;
            opacity: 0;
            visibility: hidden;
            -webkit-transform: scale(0.5);
            transform: scale(0.5);
            -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
        }

            .product-card .product-card-top .product-card-actions button.added {
                visibility: visible;
                -webkit-transform: scale(1);
                transform: scale(1);
            }

            .product-card .product-card-top .product-card-actions button.add-to-wishlist.added {
                color: #f44336;
                opacity: 1;
            }

            .product-card .product-card-top .product-card-actions button.add-to-compare.added {
                color: #0040ff;
                opacity: 1;
            }   
            
            .product-card .product-card-top .product-card-actions button.compare-added.added {
                color: #0040ff;
                opacity: 1;
            }

            .product-card .product-card-top .product-card-actions button > i {
                font-size: 15px;
            }

            .product-card .product-card-top .product-card-actions button:focus {
                outline: none;
            }

    .product-card .product-card-middle {
        position: relative;
        height: 100px;
        margin-top: auto;
        padding-bottom: 9px;
        z-index: 0;
    }

        .product-card .product-card-middle .product-name {
            display: block;
            -webkit-transition: .2s ease-in-out;
            transition: .2s ease-in-out;
            z-index: 1;
        }

            .product-card .product-card-middle .product-name a {
                position: relative;
                font-weight: 400;
                line-height: 21px;
                max-height: 40px;
                display: block;
                color: #191919;
                background: #fff;
                font-size: 14px;
                overflow: hidden;
                text-overflow: ellipsis;
                text-align :center;
            }

                .product-card .product-card-middle .product-name a:hover {
                    color: #f44336;
                }

    .product-card .product-card-bottom {
        position: relative;
        padding: 12px 0 10px;
        border-top: 1px solid #f3f3f3;
        -webkit-transition: .15s ease-in-out;
        transition: .15s ease-in-out;
    }

        .product-card .product-card-bottom .btn-add-to-cart {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            font-size: 13px;
            position: absolute;
            left: 0;
            bottom: 20px;
            width: 100%;
            line-height: 25px;
            padding: 6px 0 4px;
            color: #fff;
            background: #007bff;
            border-radius: 7px;
            -webkit-box-shadow: 0 0.5rem 1.125rem -0.5rem #979797;
            box-shadow: 0 0.5rem 1.125rem -0.5rem #979797;
            text-align: center;
            opacity: 0;
            visibility: hidden;
            -webkit-transform: scale(0.9);
            transform: scale(0.9);
            -webkit-transition: .2s ease-in-out;
            transition: .2s ease-in-out;
        }

            .product-card .product-card-bottom .btn-add-to-cart i {
                font-size: 18px;
                margin-left: 10px;
            }

            .product-card .product-card-bottom .btn-add-to-cart.btn-add-to-cart-outline {
                background-color: #fff;
                border: 1px solid #007bff;
                color: #007bff;
            }

    .product-card .product-price {
        font-size: 15px;
        font-weight: 500;
        line-height: 24px;
        color: #007bff;
        cursor: default;
        position: relative;
        text-align: left;
        -webkit-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
    }


    .product-card .product-card-bottom .product-price {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

        .product-card .product-card-bottom .product-price .product-price-real {
            font-size: 14px;
        }



        .product-card .product-card-bottom .product-price .product-price-prev {
            color: #b4b4b4;
            text-decoration: line-through;
            font-size: 12px;
            margin-left: 4px !important;
        }


    .product-card .product-price:after {
        content: '';
        position: absolute;
        left: -19px;
        top: -2px;
        height: 25px;
        width: 7px;
        background: #007bff;
        border-top-right-radius: 12px;
        border-bottom-right-radius: 12px;
        -webkit-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
    }

    .product-card .product-price.product-price-clone {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        position: absolute;
        left: 15px;
        bottom: 15px;
        padding: 0;
        border: none;
        opacity: 0;
        visibility: hidden;
        z-index: -1;
    }

        .product-card .product-price.product-price-clone .product-price-real {
            font-size: 14px;
        }



        .product-card .product-price.product-price-clone .product-price-prev {
            color: #b4b4b4;
            text-decoration: line-through;
            font-size: 12px;
            margin-left: 3px !important;
        }

        .product-card .product-price.product-price-clone:after {
            left: -40px;
            top: -2px;
            opacity: 0;
            visibility: hidden;
        }

    .product-card.default-ui .product-card-middle .product-price.product-price-clone {
        display: none;
    }

    .product-card.default-ui .product-card-bottom .btn-add-to-cart {
        position: relative;
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1);
        bottom: 0;
        margin-top: 10px;
        /*margin: 5px;*/
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.15)), to(rgba(0, 0, 0, 0.15))), radial-gradient(at top center, rgba(255, 255, 255, 0.4) 0%, rgba(0, 0, 0, 0.4) 120%) #989898;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%), radial-gradient(at top center, rgba(255, 255, 255, 0.4) 0%, rgba(0, 0, 0, 0.4) 120%) #989898;
        background-blend-mode: multiply, multiply;
    }

    .product-card.default-ui .product-card-bottom .product-price {
        color: #989898;
    }

        .product-card.default-ui .product-card-bottom .product-price:after {
            background-color: #989898;
        }

    .product-card.default-ui:hover .ratings-container {
        opacity: 1;
        visibility: visible;
    }

    .product-card.default-ui:hover .product-name {
        -webkit-transform: unset;
        transform: unset;
    }

    .product-card.default-ui:hover .product-price,
    .product-card.default-ui:hover .product-price:after {
        opacity: 1;
        visibility: visible;
    }

    .product-card.product-card-horizontal {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-radius: 0;
    }

        .product-card.product-card-horizontal .product-card-top {
            -webkit-box-flex: 30%;
            -ms-flex: 30%;
            flex: 30%;
            max-width: 30%;
        }

            .product-card.product-card-horizontal .product-card-top .product-image {
                height: 80px;
            }

        .product-card.product-card-horizontal .product-card-middle {
            -webkit-box-flex: 70%;
            -ms-flex: 70%;
            flex: 70%;
            max-width: 70%;
            margin: 0;
            padding: 0 15px;
        }

            .product-card.product-card-horizontal .product-card-middle .ratings-container {
                -webkit-box-pack: end;
                -ms-flex-pack: end;
                justify-content: flex-end;
            }

            .product-card.product-card-horizontal .product-card-middle .product-name {
                padding-left: 30px;
            }

        .product-card.product-card-horizontal .product-card-bottom {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 100%;
            -ms-flex: 100%;
            flex: 100%;
            -webkit-box-align: center !important;
            -ms-flex-align: center !important;
            align-items: center !important;
            -webkit-box-pack: justify !important;
            -ms-flex-pack: justify !important;
            justify-content: space-between !important;
            max-width: 100%;
        }

            .product-card.product-card-horizontal .product-card-bottom .btn-add-to-cart {
                /*width: auto;*/
                padding: 5px 10px;
                position: relative;
                bottom: 0;
                opacity: 1;
                visibility: visible;
                -webkit-transform: scale(1);
                transform: scale(1);
            }

        .product-card.product-card-horizontal .product-price {
            /*width: 60%;*/
            text-align: right;
            justify-content:flex-start;
        }

            .product-card.product-card-horizontal .product-price:after {
                display: none;
            }

        .product-card.product-card-horizontal:hover .product-name {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }

        .product-card.product-card-horizontal:hover .ratings-container {
            opacity: 1;
            visibility: visible;
        }

        .product-card.product-card-horizontal:hover .product-price {
            opacity: 1;
            visibility: visible;
        }

        .product-card.product-card-horizontal:hover .product-price-clone {
            display: none;
        }

    .product-card:hover {
        border-color: #fff;
        z-index: 1;
    }

.compareproductlist .product-card:hover {
    filter: drop-shadow(0 1px 5px rgba(0,0,0,.2));
}

        .product-card:hover .product-card-actions button {
            opacity: 1;
            visibility: visible;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

        .product-card:hover .ratings-container {
            opacity: 0;
            visibility: hidden;
        }

        .product-card:hover .product-name {
            -webkit-transform: translateY(-33px);
            transform: translateY(-33px);
        }

        .product-card:hover .product-price,
        .product-card:hover .product-price:after {
            opacity: 0;
            visibility: hidden;
        }

        .product-card:hover .product-price-clone {
            opacity: 1;
            visibility: visible;
            -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
        }

            .product-card:hover .product-price-clone:after {
                opacity: 1;
                visibility: visible;
                -webkit-transform: translateX(20px);
                transform: translateX(20px);
            }

        .product-card:hover .btn-add-to-cart {
            opacity: 1;
            visibility: visible;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

.blog-listing-items {
    background-color: transparent !important;
    border: 0 !important;
    overflow: unset !important;
}

    .blog-listing-items:before {
        display: none;
    }

.blog-card {
    background-color: #fff;
}

    .blog-card .blog-card-thumbnail {
        overflow: hidden;
        border-radius: 10px;
    }

        .blog-card .blog-card-thumbnail a {
            display: block;
        }

            .blog-card .blog-card-thumbnail a img {
                width: 100%;
                border-radius: 10px;
                -webkit-transition: all .2s ease;
                transition: all .2s ease;
            }

    .blog-card .blog-card-title {
        padding: 10px 10px 0;
    }

        .blog-card .blog-card-title h2 {
            font-size: 16px;
            text-align: center;
            height: 50px;
            width: 230px;
            margin: 0 auto 10px;
        }

            .blog-card .blog-card-title h2 a {
                color: #212121;
            }

                .blog-card .blog-card-title h2 a:hover {
                    color: #007bff;
                }

    .blog-card .blog-card-excerpt {
        padding: 0 10px;
        margin-bottom: 10px;
    }

        .blog-card .blog-card-excerpt p {
            color: #6a6a6a;
            text-align: center;
            height: 70px;
            overflow: hidden;
            position: relative;
        }

            .blog-card .blog-card-excerpt p::after {
                content: '';
                position: absolute;
                right: 0;
                left: 0;
                bottom: 0;
                height: 80px;
                z-index: 1;
                background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
                background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
                width: 100%;
                margin: auto;
            }

    .blog-card .blog-card-body {
        padding: 25px 0;
    }

        .blog-card .blog-card-body p {
            color: #6a6a6a;
            line-height: 30px;
            font-size: 16px;
        }

        .blog-card .blog-card-body img {
            display: block;
            max-width: 100%;
            margin: 15px auto;
        }

    .blog-card .blog-card-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 10px 5px;
    }

        .blog-card .blog-card-footer .author img {
            max-width: 35px;
            border-radius: 50%;
            margin-left: 5px;
        }

        .blog-card .blog-card-footer .author a {
            color: #000;
            font-size: 13px;
        }

            .blog-card .blog-card-footer .author a:hover {
                color: #007bff;
            }

        .blog-card .blog-card-footer .date {
            font-size: 11px;
            color: #979797;
        }

    .blog-card.single-blog .blog-card-title h2 {
        width: 100%;
        height: auto;
    }

    .blog-card:hover .blog-card-thumbnail img {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

.product-item--file {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}

    .product-item--file .product-item-thumbnail {
        margin-bottom: 20px;
    }

        .product-item--file .product-item-thumbnail a {
            display: block;
        }

            .product-item--file .product-item-thumbnail a img {
                max-width: 100%;
            }

    .product-item--file .product-item-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-right: 10px;
        padding-left: 10px;
        position: relative;
    }

        .product-item--file .product-item-body .product-title h2 {
            font-size: 16px;
        }

            .product-item--file .product-item-body .product-title h2 a {
                color: #000;
            }

        .product-item--file .product-item-body .product-price {
            font-size: 18px;
            font-weight: bold;
        }

        .product-item--file .product-item-body .discount {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            background-color: #f5f5f5;
            border-radius: 5px;
            color: #000;
            padding: 0 10px;
            margin-left: 15px;
        }

        .product-item--file .product-item-body .seller img {
            max-width: 35px;
            border-radius: 50%;
            margin-left: 5px;
        }

        .product-item--file .product-item-body .seller a {
            color: #000;
            font-size: 13px;
        }

        .product-item--file .product-item-body .product-feature ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            .product-item--file .product-item-body .product-feature ul li {
                width: 30px;
                height: 30px;
                line-height: 35px;
                border-radius: 50%;
                text-align: center;
                margin-left: 5px;
            }

                .product-item--file .product-item-body .product-feature ul li:last-child {
                    margin-left: 0;
                }

    .product-item--file.product-item--file-horizontal {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 10px;
        padding: 15px 10px;
        border-radius: 10px;
    }

        .product-item--file.product-item--file-horizontal .product-item-thumbnail {
            margin-bottom: 0;
        }

            .product-item--file.product-item--file-horizontal .product-item-thumbnail a img {
                max-width: 80px;
                max-height: 80px;
            }

        .product-item--file.product-item--file-horizontal .product-item-body::after {
            content: '';
            width: 6px;
            height: 100%;
            position: absolute;
            background: #007bff;
            left: -10px;
            border-radius: 0px 5px 5px 0px;
        }

        .product-item--file.product-item--file-horizontal .product-item-body .discount {
            margin-left: 0;
        }

/*------------------------------------
    Form
------------------------------------*/
.custom-control {
    padding-left: 0;
}

    .custom-control .custom-control-label {
        padding-right: 1.5rem;
        cursor: pointer;
    }

        .custom-control .custom-control-label::before, .custom-control .custom-control-label::after {
            right: 0;
            left: auto;
        }

    .custom-control.custom-switch .custom-control-label {
        padding-right: 35px;
    }

        .custom-control.custom-switch .custom-control-label::after {
            right: 2px;
        }

    .custom-control.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
        background-color: #2196f3;
        border-color: #2196f3;
    }

    .custom-control.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
        -webkit-transform: translateX(-0.75rem);
        transform: translateX(-0.75rem);
    }

    .custom-control.custom-switch .custom-control-input:focus ~ .custom-control-label::before {
        -webkit-box-shadow: unset;
        box-shadow: unset;
    }

.filter-range {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .filter-range li {
        width: 50%;
        text-align: center;
        font-size: 13px;
        font-size: .929rem;
        line-height: 1.692;
        letter-spacing: .3px;
        color: #858585;
        padding: 13px 5px 10px;
    }

        .filter-range li:after,
        .filter-range li:before {
            display: block;
        }

        .filter-range li:before {
            content: attr(data-label);
        }

    .filter-range input[type=text] {
        width: 100%;
        height: 28px;
        line-height: 28px;
        border-radius: 5px;
        background-color: #f8f8f8;
        display: inline-block;
        overflow: hidden;
        border: none;
        margin: 6px 0;
        text-align: center;
        color: #3c3c3c;
        font-size: 14px;
        line-height: 1.571;
        letter-spacing: .3px;
    }

    .filter-range input.disabled {
        cursor: default !important;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        pointer-events: none;
    }

    .filter-range li:after {
        content: attr(data-currency);
    }

.filter-price {
    text-align: center;
    margin-top: 30px;
}

.price-slider.noUi-horizontal .noUi-base {
    position: absolute;
    top: 0;
}

.filter-slider .noUi-target {
    height: 5px;
    border: 0;
    border-radius: 0;
    background-color: #e7e7e7;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.price-slider .noUi-connect {
    background-color: #007bff;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.price-slider .noUi-handle {
    outline: none;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.39);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.39);
    border-radius: 50%;
    border: none;
}

.price-slider.noUi-horizontal .noUi-handle {
    width: 19px;
    height: 19px;
    top: -8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}

    .price-slider.noUi-horizontal .noUi-handle.noUi-handle-lower {
        right: 0;
    }

        .price-slider.noUi-horizontal .noUi-handle.noUi-handle-lower:before {
            content: '\f0d9';
            font-family: "Font Awesome 5 Pro";
            right: 7px;
            top: -5px;
            font-size: 20px;
            font-weight: 700;
            color: #ababab;
        }

    .price-slider.noUi-horizontal .noUi-handle.noUi-handle-upper {
        left: 0;
    }

        .price-slider.noUi-horizontal .noUi-handle.noUi-handle-upper:before {
            content: '\f0da';
            font-family: "Font Awesome 5 Pro";
            left: 13px;
            top: -5px;
            font-size: 20px;
            font-weight: 700;
            color: #ababab;
        }

        .price-slider.noUi-horizontal .noUi-handle.noUi-handle-upper:after,
        .price-slider.noUi-horizontal .noUi-handle.noUi-handle-lower:after {
            display: none;
        }

    .price-slider.noUi-horizontal .noUi-handle:before {
        background-color: #fff;
    }

.add-rating {
    direction: rtl;
}

    .add-rating input {
        display: none;
    }

        .add-rating input:checked ~ label::before,
        .add-rating input:checked ~ label ~ label::before {
            color: #ffeb3b;
        }

        .add-rating input:not(:checked) ~ label:hover,
        .add-rating input:not(:checked) ~ label:hover ~ label::before {
            color: #ffeb3b;
        }

    .add-rating label {
        margin-bottom: 0;
    }

        .add-rating label:before {
            content: "\f005";
            font-family: "Font Awesome 5 Duotone";
            font-size: 26px;
            color: #979797;
            cursor: pointer;
            -webkit-transition: .3s;
            transition: .3s;
        }

.input-radio-color {
    display: block;
}

.input-radio-color__list {
    padding: 1px 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    margin: -2px;
}

.input-radio-color__item {
    width: 30px;
    height: 30px;
    display: block;
    margin: 2px;
    cursor: pointer;
}

    .input-radio-color__item input {
        pointer-events: none;
        opacity: 0;
        position: absolute;
    }

    .input-radio-color__item span {
        position: relative;
        width: 30px;
        height: 30px;
        display: block;
        border-radius: 15px;
        background: currentColor;
        -webkit-transform: scale(0.73333);
        transform: scale(0.73333);
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s;
    }

        .input-radio-color__item span:after,
        .input-radio-color__item span:before {
            display: block;
            position: absolute;
            content: "";
            border-radius: 1000px;
        }

        .input-radio-color__item span:before {
            left: 3px;
            top: 3px;
            width: 24px;
            height: 24px;
            background: #fff;
            -webkit-transform: scale(0);
            transform: scale(0);
            -webkit-transition: -webkit-transform .2s;
            transition: -webkit-transform .2s;
            transition: transform .2s;
            transition: transform .2s, -webkit-transform .2s;
        }

        .input-radio-color__item span:after {
            left: 8px;
            top: 8px;
            width: 14px;
            height: 14px;
            background: currentColor;
            -webkit-transform: scale(0);
            transform: scale(0);
            -webkit-transition: -webkit-transform .2s;
            transition: -webkit-transform .2s;
            transition: transform .2s;
            transition: transform .2s, -webkit-transform .2s;
        }

    .input-radio-color__item:hover input:enabled ~ span {
        -webkit-transform: scale(0.86667);
        transform: scale(0.86667);
    }

    .input-radio-color__item input:enabled:checked ~ span,
    .input-radio-color__item input:enabled:checked ~ span:after,
    .input-radio-color__item input:enabled:checked ~ span:before {
        -webkit-transform: scale(1) rotate(25deg);
        transform: scale(1) rotate(25deg);
    }

.input-radio-color__item--disabled {
    cursor: default;
}

    .input-radio-color__item--disabled span {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

        .input-radio-color__item--disabled span:before {
            -webkit-transform: scale(1.33) rotate(45deg);
            transform: scale(1.33) rotate(45deg);
            left: 14px;
            top: -1px;
            width: 2px;
            height: calc(100% + 2px);
            background: rgba(0, 0, 0, 0.3);
        }

.input-radio-color__item--white span,
.input-radio-color__item--white span:after {
    -webkit-box-shadow: inset 0 0 0 1px #ccc;
    box-shadow: inset 0 0 0 1px #ccc;
}

.input-radio-color__item--withoutcolor span {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-box-shadow: inset 0 0 0 1px #ccc;
    box-shadow: inset 0 0 0 1px #ccc;
}

    .input-radio-color__item--withoutcolor span:before,
    .input-radio-color__item--withoutcolor span:after {
        -webkit-transform: scale(1.33) rotate(45deg);
        transform: scale(1.33) rotate(45deg);
        left: 14px;
        top: -1px;
        width: 2px;
        height: calc(100% + 2px);
        background: rgb(255, 0, 0, 0.61);
    }

/*------------------------------------
    Rating
------------------------------------*/
.ratings-container {
    direction: ltr;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1;
    white-space: nowrap;
}

    .ratings-container .ratings,
    .ratings-container .ratings-val {
        display: inline-block;
        font-size: 13px;
        letter-spacing: 0.1em;
        line-height: 1;
        font-family: "Ionicons";
    }

    .ratings-container .ratings {
        position: relative;
        color: #ccc;
    }

        .ratings-container .ratings:before {
            content: "☆" "☆" "☆" "☆" "☆";
        }

    .ratings-container .ratings-val {
        position: absolute;
        top: 0;
        left: 0;
        white-space: nowrap;
        overflow: hidden;
        color: #fcb941;
    }

        .ratings-container .ratings-val:before {
            content: "★" "★" "★" "★" "★";
        }

/*------------------------------------
    Modal
------------------------------------*/
.modal {
    padding-right: 0 !important;
}

    .modal .modal-dialog .modal-content {
        border: 1px solid #ededed;
        border-radius: 7px;
    }

        .modal .modal-dialog .modal-content .modal-header,
        .modal .modal-dialog .modal-content .modal-footer {
            border: 0;
        }

        .modal .modal-dialog .modal-content .modal-header {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

            .modal .modal-dialog .modal-content .modal-header .close {
                padding: 0;
                margin: 0;
                position: absolute;
                left: 15px;
                font-size: 30px !important;
            }

.modal-backdrop.show {
    opacity: .2;
}

.modal-open {
    padding-right: 0 !important;
    overflow: auto !important;
}

/*------------------------------------
    Navs
------------------------------------*/
.nav-tabs {
    border-bottom: 0;
}

    .nav-tabs li a {
        border: 0 !important;
        line-height: 40px;
        font-size: 14px;
        border-bottom: 3px solid transparent !important;
        color: #17a2b8;
    }

        .nav-tabs li a.active {
            border-color: #000 !important;
        }

/*------------------------------------
    SweetAlert
------------------------------------*/
.swal2-popup {
    border-radius: 15px !important;
}

    .swal2-popup button.swal2-styled {
        border-radius: 10px;
        padding-right: 30px;
        padding-left: 30px;
        font-weight: normal;
    }

        .swal2-popup button.swal2-styled:focus {
            -webkit-box-shadow: unset;
            box-shadow: unset;
        }

/*------------------------------------
    Select2
------------------------------------*/
.select2-container {
    width: 100% !important;
}

    .select2-container .select2-selection {
        background-color: #fff;
        width: 100% !important;
        height: 50px;
        border: 1px solid #eee;
        border-radius: 7px;
        line-height: 20px;
    }

        .select2-container .select2-selection .select2-selection__rendered {
            line-height: 50px;
        }

        .select2-container .select2-selection .select2-selection__arrow {
            height: 50px;
        }

        .select2-container .select2-selection:focus {
            outline: none;
        }

    .select2-container .select2-dropdown {
        background-color: #fff;
        border: 0;
        -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
        overflow: hidden;
    }

        .select2-container .select2-dropdown .select2-search__field {
            background-color: #fff;
            border: 1px solid #eee;
            border-radius: 7px;
        }

        .select2-container .select2-dropdown ul li {
            font-size: 13px;
        }

/*------------------------------------
    Table
------------------------------------*/
.compare-table tr {
    border: 0;
}

    .compare-table tr td:last-child,
    .compare-table tr th:last-child {
        border-left: 0;
    }

.compare-table td,
.compare-table th {
    border: 1px solid #eee;
    border-top: 0;
    vertical-align: middle;
}

.compare-table.product-detail .product-title h1 {
    white-space: unset;
    overflow: unset;
    text-overflow: unset;
    font-size: 13px;
}

.compare-table.product-detail .product-price .product-price-raw {
    font-size: 20px;
}

.compare-table.product-detail .product-price .product-price-off {
    font-size: 12px;
    margin-right: 5px !important;
}

    .compare-table.product-detail .product-price .product-price-off::before {
        display: none;
    }

.compare-table.product-detail .ratings-container {
    margin-bottom: 0;
}

    .compare-table.product-detail .ratings-container .ratings,
    .compare-table.product-detail .ratings-container .ratings-val {
        font-size: 23px;
    }

/*------------------------------------
    Tooltip
------------------------------------*/
.tooltip .arrow {
    display: none;
}

.tooltip .tooltip-inner {
    background-color: #fff;
    color: #000;
    font-family: Shabnam;
    font-size: 13px;
}

.tooltip.show {
    opacity: 1;
}

/*------------------------------------
    Header
------------------------------------*/
header.page-header {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 100;
}

    header.page-header.page-header--dark {
        background-color: #212529;
    }

        header.page-header.page-header--dark .top-page-header {
            padding-right: 0;
            padding-left: 0;
            border-color: #363636;
        }

            header.page-header.page-header--dark .top-page-header ul li {
                color: #fff !important;
            }

        header.page-header.page-header--dark .bottom-page-header {
            background-color: #212529;
            margin-right: -15px;
            margin-left: -15px;
        }

            header.page-header.page-header--dark .bottom-page-header .user-items .user-item > a {
                color: #fff;
            }

    header.page-header.header-unset--box-shadow {
        -webkit-box-shadow: unset;
        box-shadow: unset;
    }

    header.page-header .top-page-header {
        padding: 15px;
        border-bottom: 1px solid #f8f8f8;
    }

        header.page-header .top-page-header .contact-list ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            header.page-header .top-page-header .contact-list ul li {
                color: #000;
                margin-left: 15px;
            }

                header.page-header .top-page-header .contact-list ul li:last-child {
                    margin-left: 0;
                }

                header.page-header .top-page-header .contact-list ul li i {
                    color: inherit;
                    margin-left: 7px;
                }

                header.page-header .top-page-header .contact-list ul li a {
                    color: inherit;
                    font-size: 15px;
                }

        header.page-header .top-page-header .top-header-menu ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            header.page-header .top-page-header .top-header-menu ul li {
                color: #000;
                margin-right: 15px;
            }

                header.page-header .top-page-header .top-header-menu ul li:first-child {
                    margin-right: 0;
                }

                header.page-header .top-page-header .top-header-menu ul li a {
                    color: inherit;
                }

    header.page-header .bottom-page-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-color: #fff;
        padding: 10px 0;
        position: relative;
        z-index: 100;
    }

        header.page-header .bottom-page-header .site-logo {
            margin-left: 45px;
        }

            header.page-header .bottom-page-header .site-logo a {
                display: block;
            }

                header.page-header .bottom-page-header .site-logo a img {
                    max-width: 100%;
                }

        header.page-header .bottom-page-header .search-box {
            position: relative;
        }

            header.page-header .bottom-page-header .search-box form {
                position: relative;
            }

                header.page-header .bottom-page-header .search-box form input {
                    min-width: 450px;
                    height: 50px;
                    border: 1px solid transparent;
                    background-color: #f0f0f1;
                    border-radius: 10px;
                    padding-right: 15px;
                }

                    header.page-header .bottom-page-header .search-box form input:focus {
                        border-color: #eee;
                        background-color: #fff;
                    }

                header.page-header .bottom-page-header .search-box form i {
                    position: absolute;
                    left: 15px;
                    top: 15px;
                    color: #007bff;
                    font-size: 21px;
                }

            header.page-header .bottom-page-header .search-box .search-result {
                position: absolute;
                top: 100%;
                left: 0;
                right: 0;
                background-color: #fff;
                border: 1px solid #eee;
                border-radius: 0 0 5px 5px;
                -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
                box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
                padding: 15px;
                z-index: 100;
                display: none;
            }

                header.page-header .bottom-page-header .search-box .search-result .search-result-list {
                    margin-bottom: 30px;
                    display: none;
                }


        header.page-header .bottom-page-header .search-box .search-result .search-result-list li {
            padding: 5px;
            position: relative;
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
            width: 420px;
            border-radius: 10px;
            border: solid 1px #eee;
            margin-bottom: 5px;
            overflow:clip;
        }
                    header.page-header .bottom-page-header .search-box .search-result .search-result-list li:hover {
                        background-color: #f5f5f5;
                    }

            header.page-header .bottom-page-header .search-box .search-result .search-result-list li img {
                width: 40px;
                height: 40px;
                border-radius: 7px;
                margin-left: 7px;
            }

                        header.page-header .bottom-page-header .search-box .search-result .search-result-list li .title-item {
                            font-size: 13px;
                            color: #000;
                            line-height: 30px;
                        }

                        header.page-header .bottom-page-header .search-box .search-result .search-result-list li a:hover {
                            color: #007bff;
                        }

                header.page-header .bottom-page-header .search-box .search-result .search-result-most-view {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                }

                    header.page-header .bottom-page-header .search-box .search-result .search-result-most-view li {
                        margin-left: 10px;
                    }

                        header.page-header .bottom-page-header .search-box .search-result .search-result-most-view li:last-child {
                            margin-left: 0;
                        }

                        header.page-header .bottom-page-header .search-box .search-result .search-result-most-view li a {
                            display: -webkit-inline-box;
                            display: -ms-inline-flexbox;
                            display: inline-flex;
                            padding: 5px 15px;
                            background-color: #eee;
                            border-radius: 10px;
                            color: #000;
                        }

                            header.page-header .bottom-page-header .search-box .search-result .search-result-most-view li a:hover {
                                background-color: #007bff;
                                color: #fff;
                            }

                header.page-header .bottom-page-header .search-box .search-result .search-result-brand {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    overflow-x:auto;
                    display: none;
                    padding-bottom:10px;
                }

                header.page-header .bottom-page-header .search-box .search-result .search-result-brand li {
                    margin-left: 10px;
                }

                header.page-header .bottom-page-header .search-box .search-result .search-result-brand li:last-child {
                    margin-left: 0;
                }

                    header.page-header .bottom-page-header .search-box .search-result .search-result-brand li a {
                        display: -webkit-inline-box;
                        display: -ms-inline-flexbox;
                        display: inline-flex;
                        padding: 5px 15px;
                        background-color: #eee;
                        border-radius: 10px;
                        color: #000;
                    }

                        header.page-header .bottom-page-header .search-box .search-result .search-result-brand li a:hover {
                            background-color: #007bff;
                            color: #fff;
                        }


            header.page-header .bottom-page-header .search-box.show-result form input {
                border-bottom-right-radius: 0;
                border-bottom-left-radius: 0;
            }

        header.page-header .bottom-page-header .user-items {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            header.page-header .bottom-page-header .user-items .user-item {
                margin-right: 20px;
                position: relative;
            }

                header.page-header .bottom-page-header .user-items .user-item:first-child {
                    margin-right: 0;
                }

                header.page-header .bottom-page-header .user-items .user-item > a {
                    display: -webkit-inline-box;
                    display: -ms-inline-flexbox;
                    display: inline-flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    color: #000;
                    position: relative;
                }

                    header.page-header .bottom-page-header .user-items .user-item > a i {
                        font-size: 24px;
                    }

                    header.page-header .bottom-page-header .user-items .user-item > a span.bag-items-number {
                        position: absolute;
                        top: -6px;
                        left: -6px;
                        width: 18px;
                        height: 18px;
                        background-color: #007bff;
                        border-radius: 50%;
                        color: #fff;
                        font-size: 12px;
                        text-align: center;
                    }

                    header.page-header .bottom-page-header .user-items .user-item > a.btn-auth {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        height: 45px;
                        line-height: 45px;
                        background-color: #fff;
                        border: 1px solid #e0e0e2;
                        border-radius: 7px;
                        color: #000;
                        padding-right: 15px;
                        padding-left: 15px;
                    }

                        header.page-header .bottom-page-header .user-items .user-item > a.btn-auth i {
                            margin-left: 7px;
                        }

                header.page-header .bottom-page-header .user-items .user-item.cart-list > ul {
                    position: absolute;
                    left: 0;
                    top: 120%;
                    width: 300px;
                    background-color: #fff;
                    border-radius: 10px;
                    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
                    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
                    z-index: 1000;
                    visibility: hidden;
                    opacity: 0;
                    overflow: hidden;
                    -webkit-transition: all 0.2s ease-in-out;
                    transition: all 0.2s ease-in-out;
                }

                    header.page-header .bottom-page-header .user-items .user-item.cart-list > ul li {
                        display: block;
                    }

                        header.page-header .bottom-page-header .user-items .user-item.cart-list > ul li.cart-items ul {
                            max-height: 250px;
                            min-height: 150px;
                        }

                            header.page-header .bottom-page-header .user-items .user-item.cart-list > ul li.cart-items ul .cart-item {
                                padding: 7px 10px;
                                position: relative;
                                border-bottom: 1px solid #eee;
                                margin-bottom: 0;
                                -webkit-transition: all 0.2s ease-in-out;
                                transition: all 0.2s ease-in-out;
                            }

                                header.page-header .bottom-page-header .user-items .user-item.cart-list > ul li.cart-items ul .cart-item:last-child {
                                    border-bottom: 0;
                                }

                                header.page-header .bottom-page-header .user-items .user-item.cart-list > ul li.cart-items ul .cart-item img {
                                    max-width: 50px;
                                    border-radius: 7px;
                                    margin-left: 7px;
                                }

                                header.page-header .bottom-page-header .user-items .user-item.cart-list > ul li.cart-items ul .cart-item .color {
                                    cursor: default;
                                }

                                    header.page-header .bottom-page-header .user-items .user-item.cart-list > ul li.cart-items ul .cart-item .color span {
                                        display: inline-block;
                                        width: 20px;
                                        height: 20px;
                                        border-radius: 50%;
                                        border: 1px solid #ccc;
                                        margin-right: 7px;
                                    }

                                header.page-header .bottom-page-header .user-items .user-item.cart-list > ul li.cart-items ul .cart-item .title-item {
                                    font-size: 13px;
                                    color: #000;
                                }

                                header.page-header .bottom-page-header .user-items .user-item.cart-list > ul li.cart-items ul .cart-item .price {
                                    font-weight: bold;
                                }

                                header.page-header .bottom-page-header .user-items .user-item.cart-list > ul li.cart-items ul .cart-item .remove-item {
                                    position: absolute;
                                    bottom: 5px;
                                    left: 10px;
                                    background-color: transparent;
                                    border: 0;
                                    font-size: 20px;
                                    outline: none;
                                }

                                header.page-header .bottom-page-header .user-items .user-item.cart-list > ul li.cart-items ul .cart-item:hover {
                                    background-color: #f5f5f5;
                                }

                        header.page-header .bottom-page-header .user-items .user-item.cart-list > ul li.cart-footer {
                            -webkit-box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.1);
                            box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.1);
                            padding: 15px 10px;
                        }

                            header.page-header .bottom-page-header .user-items .user-item.cart-list > ul li.cart-footer .price {
                                cursor: default;
                                font-weight: bold;
                            }

                            header.page-header .bottom-page-header .user-items .user-item.cart-list > ul li.cart-footer .total {
                                font-weight: bold;
                                font-size: 16px;
                            }

                            header.page-header .bottom-page-header .user-items .user-item.cart-list > ul li.cart-footer .btn-cart {
                                display: block;
                                background-color: #007bff;
                                color: #fff;
                                border-radius: 6px;
                                padding: 10px;
                                text-align: center;
                            }

                                header.page-header .bottom-page-header .user-items .user-item.cart-list > ul li.cart-footer .btn-cart:hover {
                                    -webkit-box-shadow: 0 0.5rem 1.125rem -0.5rem #007bff;
                                    box-shadow: 0 0.5rem 1.125rem -0.5rem #007bff;
                                }

                header.page-header .bottom-page-header .user-items .user-item.cart-list:hover ul {
                    visibility: visible;
                    opacity: 1;
                    top: 100%;
                }

                header.page-header .bottom-page-header .user-items .user-item.account > a i {
                    -webkit-transition: all .1s ease;
                    transition: all .1s ease;
                }

                header.page-header .bottom-page-header .user-items .user-item.account ul {
                    position: absolute;
                    top: 100%;
                    left: 0;
                    background-color: #fff;
                    border-radius: 0 10px 10px 10px;
                    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
                    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
                    min-width: 210px;
                    padding: 10px;
                    z-index: 1;
                    display: none;
                }

                    header.page-header .bottom-page-header .user-items .user-item.account ul hr {
                        margin: 10px 0 !important;
                    }

                    header.page-header .bottom-page-header .user-items .user-item.account ul li a {
                        display: inline-block;
                        line-height: 35px;
                        color: #000;
                        -webkit-transition: all .2s ease;
                        transition: all .2s ease;
                    }

                        header.page-header .bottom-page-header .user-items .user-item.account ul li a.border-bottom-dt {
                            line-height: unset;
                        }

                        header.page-header .bottom-page-header .user-items .user-item.account ul li a:hover {
                            color: #007bff;
                        }

                    header.page-header .bottom-page-header .user-items .user-item.account ul li span {
                        cursor: default;
                    }

                    header.page-header .bottom-page-header .user-items .user-item.account ul li i {
                        font-size:20px;
                        padding-left:5px;
                        vertical-align:middle;
                    }

                    header.page-header .bottom-page-header .user-items .user-item.account ul li.header-profile-dropdown-account-container {
                        padding-top: 8px;
                        padding-bottom: 12px;
                        position: relative;
                        border-top: 1px solid transparent;
                        border-bottom: 1px solid transparent;
                        cursor: pointer;
                    }

                        header.page-header .bottom-page-header .user-items .user-item.account ul li.header-profile-dropdown-account-container a {
                            line-height: unset;
                        }

                            header.page-header .bottom-page-header .user-items .user-item.account ul li.header-profile-dropdown-account-container a .header-profile-dropdown-user {
                                display: -webkit-box;
                                display: -ms-flexbox;
                                display: flex;
                                -webkit-box-align: center;
                                -ms-flex-align: center;
                                align-items: center;
                                padding: 0 12px;
                                position: relative;
                                z-index: 1;
                                line-height: 10px;
                            }

                                header.page-header .bottom-page-header .user-items .user-item.account ul li.header-profile-dropdown-account-container a .header-profile-dropdown-user .header-profile-dropdown-user-img {
                                    width: 32px;
                                    height: 32px;
                                    border: 1px solid #424750;
                                    border-radius: 50%;
                                    background: #fff;
                                    background-size: contain;
                                }

                                    header.page-header .bottom-page-header .user-items .user-item.account ul li.header-profile-dropdown-account-container a .header-profile-dropdown-user .header-profile-dropdown-user-img img {
                                        width: 100%;
                                        height: 100%;
                                        -o-object-fit: cover;
                                        object-fit: cover;
                                    }

                                header.page-header .bottom-page-header .user-items .user-item.account ul li.header-profile-dropdown-account-container a .header-profile-dropdown-user .header-profile-dropdown-user-info {
                                    margin-right: 8px;
                                    width: 80%;
                                    text-align: right;
                                }

                                    header.page-header .bottom-page-header .user-items .user-item.account ul li.header-profile-dropdown-account-container a .header-profile-dropdown-user .header-profile-dropdown-user-info .header-profile-dropdown-user-name {
                                        font-size: 14px;
                                        line-height: 1.571;
                                        font-weight: 700;
                                        cursor: pointer;
                                        display: block;
                                        margin-bottom: 5px;
                                    }

                                    header.page-header .bottom-page-header .user-items .user-item.account ul li.header-profile-dropdown-account-container a .header-profile-dropdown-user .header-profile-dropdown-user-info .header-profile-dropdown-user-profile-link {
                                        display: -webkit-box;
                                        display: -ms-flexbox;
                                        display: flex;
                                        -webkit-box-align: center;
                                        -ms-flex-align: center;
                                        align-items: center;
                                        color: #19bfd3;
                                        font-size: 12px;
                                        cursor: pointer;
                                    }

                                        header.page-header .bottom-page-header .user-items .user-item.account ul li.header-profile-dropdown-account-container a .header-profile-dropdown-user .header-profile-dropdown-user-info .header-profile-dropdown-user-profile-link:after {
                                            content: "\f0d9";
                                            font-family: "Font Awesome 5 Pro";
                                            font-weight: bold;
                                            font-size: 16px;
                                            margin-right: 5px;
                                        }

                            header.page-header .bottom-page-header .user-items .user-item.account ul li.header-profile-dropdown-account-container a .header-profile-dropdown-account {
                                display: block;
                                position: relative;
                                padding-right: 52px;
                                padding-left: 16px;
                                padding-top: 12px;
                            }

                                header.page-header .bottom-page-header .user-items .user-item.account ul li.header-profile-dropdown-account-container a .header-profile-dropdown-account:before {
                                    content: "";
                                    display: block;
                                    width: 1px;
                                    height: 15px;
                                    background: #c0c2c5;
                                    position: absolute;
                                    right: 28px;
                                    top: -18px;
                                }

                                header.page-header .bottom-page-header .user-items .user-item.account ul li.header-profile-dropdown-account-container a .header-profile-dropdown-account .header-profile-dropdown-account-item {
                                    font-size: 10px;
                                    line-height: 2.2;
                                    position: relative;
                                    color: #81858b;
                                    display: -webkit-box;
                                    display: -ms-flexbox;
                                    display: flex;
                                    -webkit-box-align: center;
                                    -ms-flex-align: center;
                                    align-items: center;
                                    -webkit-box-pack: justify;
                                    -ms-flex-pack: justify;
                                    justify-content: space-between;
                                }

                                    header.page-header .bottom-page-header .user-items .user-item.account ul li.header-profile-dropdown-account-container a .header-profile-dropdown-account .header-profile-dropdown-account-item:before {
                                        content: "";
                                        display: block;
                                        width: 1px;
                                        height: 33px;
                                        background: #c0c2c5;
                                        position: absolute;
                                        right: -24px;
                                        top: -23px;
                                    }

                                    header.page-header .bottom-page-header .user-items .user-item.account ul li.header-profile-dropdown-account-container a .header-profile-dropdown-account .header-profile-dropdown-account-item:after {
                                        content: "";
                                        display: block;
                                        width: 7px;
                                        height: 7px;
                                        border-radius: 50%;
                                        background: #c0c2c5;
                                        position: absolute;
                                        right: -27px;
                                        top: 50%;
                                        -webkit-transform: translateY(-50%);
                                        transform: translateY(-50%);
                                    }

                                    header.page-header .bottom-page-header .user-items .user-item.account ul li.header-profile-dropdown-account-container a .header-profile-dropdown-account .header-profile-dropdown-account-item .header-profile-dropdown-account-item-amount,
                                    header.page-header .bottom-page-header .user-items .user-item.account ul li.header-profile-dropdown-account-container a .header-profile-dropdown-account .header-profile-dropdown-account-item .header-profile-dropdown-account-item-title {
                                        line-height: normal !important;
                                    }

                                    header.page-header .bottom-page-header .user-items .user-item.account ul li.header-profile-dropdown-account-container a .header-profile-dropdown-account .header-profile-dropdown-account-item .header-profile-dropdown-account-item-amount-number {
                                        color: #424750;
                                        font-size: 12px;
                                        font-weight: bold;
                                    }

                header.page-header .bottom-page-header .user-items .user-item.account:hover > a i {
                    -webkit-transform: rotate(180deg);
                    transform: rotate(180deg);
                }

                header.page-header .bottom-page-header .user-items .user-item.account:hover ul {
                    display: block;
                }

    header.page-header .nav-wrapper {
        position: absolute;
        left: 0;
        top: 100%;
        right: 0;
        background-color: #fff;
        -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        z-index: 99;
    }

        header.page-header .nav-wrapper > ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            position: relative;
            max-width: 1366px;
            padding-right: 15px;
            padding-left: 15px;
            margin: auto;
        }

            header.page-header .nav-wrapper > ul > li {
                margin-right: 20px;
            }

                header.page-header .nav-wrapper > ul > li:first-child {
                    margin-right: 0;
                }

                header.page-header .nav-wrapper > ul > li > a {
                    display: -webkit-box !important;
                    display: -ms-flexbox !important;
                    display: flex !important;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    font-weight: 500;
                }

                    header.page-header .nav-wrapper > ul > li > a i {
                        font-weight: bold;
                        font-size: 16px;
                        margin-left: 5px;
                    }

                    header.page-header .nav-wrapper > ul > li > a:hover {
                        color: #007bff;
                    }

                header.page-header .nav-wrapper > ul > li a {
                    display: block;
                    color: #004d95;
                    line-height: 55px;
                }

                header.page-header .nav-wrapper > ul > li.category-list:before {
                    content: '';
                    position: absolute;
                    right: 0;
                    top: 100%;
                    min-width: 1000px;
                    min-height: 600px;
                    background-color: #fff;
                    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.20);
                    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.20);
                    display: none;
                }

                header.page-header .nav-wrapper > ul > li.category-list > ul {
                    width: 220px;
                    min-height: 600px;
                    position: absolute;
                    right: 0;
                    top: 100%;
                    border-left: 2px solid #004d95;
                    display: none;
                }

                    header.page-header .nav-wrapper > ul > li.category-list > ul > li a {
                        -webkit-transition: all .2s ease;
                        transition: all .2s ease;
                    }

                    header.page-header .nav-wrapper > ul > li.category-list > ul > li > a {
                        line-height: 45px;
                        padding-right: 10px;
                        border-top: 1px solid transparent;
                        border-bottom: 1px solid transparent;
                    }

                    header.page-header .nav-wrapper > ul > li.category-list > ul > li.active > a {
                        background-color: #f87509;
                        border-top: 3px solid #004d95;
                        border-bottom: 3px solid #004d95;
                    }

                    header.page-header .nav-wrapper > ul > li.category-list > ul > li.active > ul {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                    }

                    header.page-header .nav-wrapper > ul > li.category-list > ul > li > ul {
                        width: 780px;
                        height: auto;
                        overflow: hidden;
                        position: absolute;
                        right: 220px;
                        top: 0;
                        padding-right: 15px;
                        padding-left: 15px;
                        margin-right: 1px;
                        background-color: #fff;
                        display: none;
                        
                    }

                        header.page-header .nav-wrapper > ul > li.category-list > ul > li > ul > li {
                            padding-right: 10px;
                            padding-left: 10px;
                        }

                            header.page-header .nav-wrapper > ul > li.category-list > ul > li > ul > li a:hover {
                                color: #007bff;
                                padding-right: 4px;
                            }

                            header.page-header .nav-wrapper > ul > li.category-list > ul > li > ul > li > a {
                                display: -webkit-box;
                                display: -ms-flexbox;
                                display: flex;
                                -webkit-box-align: center;
                                -ms-flex-align: center;
                                align-items: center;
                                font-weight: 500;
                                line-height: 35px;
                                overflow: hidden;
                                text-overflow: ellipsis;
                                white-space: nowrap;
                            }

                                header.page-header .nav-wrapper > ul > li.category-list > ul > li > ul > li > a:after {
                                    content: '\f104';
                                    font-family: "Font Awesome 5 Pro";
                                    position: relative;
                                    left: -3px;
                                }

                            header.page-header .nav-wrapper > ul > li.category-list > ul > li > ul > li > ul li a {
                                color: #a6a6a6;
                                font-size: 13px;
                                line-height: 27px;
                            }

                            header.page-header .nav-wrapper > ul > li.category-list > ul > li > ul > li .list-item--image:hover {
                                padding-right: 0;
                            }

                header.page-header .nav-wrapper > ul > li.category-list:hover:before,
                header.page-header .nav-wrapper > ul > li.category-list:hover > ul {
                    display: block;
                }

                header.page-header .nav-wrapper > ul > li.mega-menu {
                    position: relative;
                }

                    header.page-header .nav-wrapper > ul > li.mega-menu > ul {
                        position: absolute;
                        top: 100%;
                        right: 0;
                        background-color: #fff;
                        -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
                        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
                        padding-bottom: 15px;
                        display: none;
                    }

                        header.page-header .nav-wrapper > ul > li.mega-menu > ul li a {
                            line-height: 30px;
                        }

                            header.page-header .nav-wrapper > ul > li.mega-menu > ul li a:hover {
                                color: #007bff !important;
                            }

                            header.page-header .nav-wrapper > ul > li.mega-menu > ul li a i {
                                color: #007bff;
                                margin-left: 5px;
                            }

                            header.page-header .nav-wrapper > ul > li.mega-menu > ul li a img {
                                max-width: 100%;
                            }

                    header.page-header .nav-wrapper > ul > li.mega-menu.mega-menu-3-columns > ul {
                        width: 768px;
                    }

                    header.page-header .nav-wrapper > ul > li.mega-menu:hover > ul {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                    }

                header.page-header .nav-wrapper > ul > li.dropdown--list {
                    position: relative;
                }

                    header.page-header .nav-wrapper > ul > li.dropdown--list ul {
                        position: absolute;
                        top: 100%;
                        right: 0;
                        width: 210px;
                        background-color: #fff;
                        -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
                        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
                        opacity: 0;
                        visibility: hidden;
                        -webkit-transition: all .2s ease;
                        transition: all .2s ease;
                    }

                        header.page-header .nav-wrapper > ul > li.dropdown--list ul li {
                            position: relative;
                        }

                            header.page-header .nav-wrapper > ul > li.dropdown--list ul li a {
                                padding: 0 10px;
                                line-height: 35px;
                            }

                                header.page-header .nav-wrapper > ul > li.dropdown--list ul li a i {
                                    position: absolute;
                                    top: 50%;
                                    left: 10px;
                                    -webkit-transform: translateY(-50%);
                                    transform: translateY(-50%);
                                }

                                header.page-header .nav-wrapper > ul > li.dropdown--list ul li a:hover {
                                    color: #007bff;
                                }

                            header.page-header .nav-wrapper > ul > li.dropdown--list ul li ul {
                                position: absolute;
                                top: 10px;
                                right: 100%;
                                width: 210px;
                                background-color: #fff;
                                -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
                                box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
                                opacity: 0;
                                visibility: hidden;
                                -webkit-transition: all .2s ease;
                                transition: all .2s ease;
                            }

                            header.page-header .nav-wrapper > ul > li.dropdown--list ul li:hover > ul {
                                top: 0;
                                opacity: 1;
                                visibility: visible;
                            }

                    header.page-header .nav-wrapper > ul > li.dropdown--list:hover > ul {
                        opacity: 1;
                        visibility: visible;
                    }

        header.page-header .nav-wrapper.nav-wrapper--dark {
            background-color: #212529;
        }

            header.page-header .nav-wrapper.nav-wrapper--dark > ul {
                max-width: 1100px;
                margin: auto;
            }

                header.page-header .nav-wrapper.nav-wrapper--dark > ul > li:first-child {
                    margin-right: 0;
                }

                header.page-header .nav-wrapper.nav-wrapper--dark > ul > li > a {
                    color: #fff;
                }

        header.page-header .nav-wrapper.hidden--nav-wrapper {
            -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
        }

    header.page-header.fixed {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
    }

/*------------------------------------
    Header Responsive
------------------------------------*/
.header-responsive {
    background-color: #fff;
    padding: 10px 15px;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    display: none;
}

    .header-responsive.fixed--header-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 100;
    }

        .header-responsive.fixed--header-top .header-bottom {
            -webkit-transition: all .2s ease;
            transition: all .2s ease;
        }

        .header-responsive.fixed--header-top.fixed .header-top {
            background-color: #fff;
            margin-bottom: 0;
            position: relative;
            z-index: 1;
        }

        .header-responsive.fixed--header-top.fixed .header-bottom {
            position: absolute;
            right: 16px;
            left: 16px;
            background-color: #fff;
            -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
        }

    .header-responsive .header-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 15px;
    }

        .header-responsive .header-top .side-navigation-wrapper .btn-toggle-side-navigation {
            background-color: transparent;
        }

            .header-responsive .header-top .side-navigation-wrapper .btn-toggle-side-navigation i {
                font-size: 18px;
            }

        .header-responsive .header-top .side-navigation-wrapper .side-navigation {
            position: fixed;
            top: 0;
            right: -290px;
            width: 290px;
            height: 100vh;
            background-color: #fff;
            -webkit-box-shadow: -2px 0 6px rgba(0, 0, 0, 0.1);
            box-shadow: -2px 0 6px rgba(0, 0, 0, 0.1);
            overflow-y: auto;
            -webkit-transition: all .2s ease;
            transition: all .2s ease;
            z-index: 100;
        }

            .header-responsive .header-top .side-navigation-wrapper .side-navigation.toggle {
                right: 0;
            }

            .header-responsive .header-top .side-navigation-wrapper .side-navigation .site-logo {
                padding: 20px 15px;
            }

                .header-responsive .header-top .side-navigation-wrapper .side-navigation .site-logo a {
                    display: block;
                }

                    .header-responsive .header-top .side-navigation-wrapper .side-navigation .site-logo a img {
                        max-width: 100%;
                    }

            .header-responsive .header-top .side-navigation-wrapper .side-navigation .divider {
                height: 1px;
                background-color: #ececec;
                margin-top: 10px;
                margin-bottom: 10px;
            }

            .header-responsive .header-top .side-navigation-wrapper .side-navigation ul.not-list-children li a {
                display: block;
                color: #000;
                padding: 5px 15px;
            }

                .header-responsive .header-top .side-navigation-wrapper .side-navigation ul.not-list-children li a i {
                    margin-left: 5px;
                }

            .header-responsive .header-top .side-navigation-wrapper .side-navigation .category-list li a {
                display: block;
                color: #000;
                padding: 5px 15px;
            }

            .header-responsive .header-top .side-navigation-wrapper .side-navigation .category-list li.has-children > a {
                position: relative;
            }

                .header-responsive .header-top .side-navigation-wrapper .side-navigation .category-list li.has-children > a:after {
                    content: '\f078';
                    font-family: "Font Awesome 5 Pro";
                    position: absolute;
                    left: 15px;
                    top: 5px;
                }

                .header-responsive .header-top .side-navigation-wrapper .side-navigation .category-list li.has-children > a.active:after {
                    -webkit-transform: rotate(180deg);
                    transform: rotate(180deg);
                }

            .header-responsive .header-top .side-navigation-wrapper .side-navigation .category-list li.has-children ul {
                display: none;
                background-color: #f0f0f1;
                padding: 15px 20px 15px 15px;
            }

        .header-responsive .header-top .side-navigation-wrapper .overlay-side-navigation {
            display: none;
            position: fixed;
            top: 0;
            right: 0;
            left: 0;
            height: 100vh;
            background-color: rgba(0, 0, 0, 0.15);
            z-index: 99;
        }

        .header-responsive .header-top .site-logo a {
            display: block;
        }

            .header-responsive .header-top .site-logo a img {
                max-width: 100%;
            }

    .header-responsive .header-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .header-responsive .header-bottom .search-box {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            margin-left: 20px;
            position: relative;
        }

            .header-responsive .header-bottom .search-box form {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                position: relative;
            }

                .header-responsive .header-bottom .search-box form input {
                    width: 100%;
                    background-color: #f5f5f5;
                    border-radius: 7px;
                    padding: 10px;
                }

                .header-responsive .header-bottom .search-box form i {
                    position: absolute;
                    left: 10px;
                    font-size: 18px;
                }

            .header-responsive .header-bottom .search-box .search-result {
                position: absolute;
                top: 100%;
                left: 0;
                right: 0;
                background-color: #fff;
                border-radius: 0 0 5px 5px;
                -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
                box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
                padding: 15px;
                z-index: 100;
                display: none;
            }


                .header-responsive .header-bottom .search-box .search-result .search-result-list li {
                    padding: 5px;
                    position: relative;
                    -webkit-transition: all 0.2s ease-in-out;
                    transition: all 0.2s ease-in-out;
                    width: 100%;
                    border-radius: 10px;
                    border: solid 1px #eee;
                    margin-bottom: 5px;
                    overflow: clip;
                }

                    .header-responsive .header-bottom.search-box .search-result .search-result-list li:hover {
                        background-color: #f5f5f5;
                    }

                    .header-responsive .header-bottom .search-box .search-result .search-result-list li img {
                        width: 40px;
                        height: 40px;
                        border-radius: 7px;
                        margin-left: 7px;
                    }

                    .header-responsive .header-bottom .search-box .search-result .search-result-list li .title-item {
                        font-size: 13px;
                        color: #000;
                        line-height: 30px;
                    }

                    .header-responsive .header-bottom .search-box .search-result .search-result-list li a:hover {
                        color: #007bff;
                    }

                .header-responsive .header-bottom .search-box .search-result .search-result-most-view {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
                }

                    .header-responsive .header-bottom .search-box .search-result .search-result-most-view li {
                        margin-left: 10px;
                        margin-bottom: 10px;
                    }

                        .header-responsive .header-bottom .search-box .search-result .search-result-most-view li:last-child {
                            margin-left: 0;
                        }

                        .header-responsive .header-bottom .search-box .search-result .search-result-most-view li a {
                            display: -webkit-inline-box;
                            display: -ms-inline-flexbox;
                            display: inline-flex;
                            padding: 5px 15px;
                            background-color: #eee;
                            border-radius: 10px;
                            color: #000;
                        }

                            .header-responsive .header-bottom .search-box .search-result .search-result-most-view li a:hover {
                                background-color: #007bff;
                                color: #fff;
                            }

            .header-responsive .header-bottom .search-box.show-result form input {
                border-bottom-right-radius: 0;
                border-bottom-left-radius: 0;
            }

    .header-responsive .header-tools a {
        color: #000;
        margin-left: 7px;
        position: relative;
    }

        .header-responsive .header-tools a:last-child {
            margin-left: 0;
        }

        .header-responsive .header-tools a i {
            font-size: 18px;
        }

        .header-responsive .header-tools a .bag-items-number {
            position: absolute;
            top: -10px;
            right: -10px;
            width: 18px;
            height: 18px;
            background-color: #007bff;
            border-radius: 50%;
            color: #fff;
            font-size: 12px;
            text-align: center;
        }

    .header-responsive .cart-side .cart-side-content {
        position: fixed;
        top: 0;
        left: -290px;
        width: 290px;
        height: 100vh;
        background-color: #fff;
        -webkit-box-shadow: -2px 0 6px rgba(0, 0, 0, 0.1);
        box-shadow: -2px 0 6px rgba(0, 0, 0, 0.1);
        overflow-y: auto;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        z-index: 100;
    }

        .header-responsive .cart-side .cart-side-content.toggle {
            left: 0;
        }

        .header-responsive .cart-side .cart-side-content > ul {
            position: relative;
            height: 100%;
        }

    .header-responsive .cart-side .cart-items ul .cart-item {
        padding: 7px 10px;
        position: relative;
        border-bottom: 1px solid #eee;
        margin-bottom: 0;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        .header-responsive .cart-side .cart-items ul .cart-item:last-child {
            border-bottom: 0;
        }

        .header-responsive .cart-side .cart-items ul .cart-item img {
            max-width: 50px;
            border-radius: 7px;
            margin-left: 7px;
        }

        .header-responsive .cart-side .cart-items ul .cart-item .color {
            cursor: default;
        }

            .header-responsive .cart-side .cart-items ul .cart-item .color span {
                display: inline-block;
                width: 20px;
                height: 20px;
                border-radius: 50%;
                border: 1px solid #ccc;
                margin-right: 7px;
            }

        .header-responsive .cart-side .cart-items ul .cart-item .title-item {
            font-size: 13px;
            color: #000;
        }

        .header-responsive .cart-side .cart-items ul .cart-item .price {
            font-weight: bold;
        }

        .header-responsive .cart-side .cart-items ul .cart-item .remove-item {
            position: absolute;
            bottom: 5px;
            left: 10px;
            background-color: transparent;
            border: 0;
            font-size: 20px;
            outline: none;
        }

        .header-responsive .cart-side .cart-items ul .cart-item:hover {
            background-color: #f5f5f5;
        }

    .header-responsive .cart-side .cart-footer {
        position: -webkit-sticky;
        position: sticky;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        -webkit-box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.1);
        box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.1);
        padding: 15px 10px;
    }

        .header-responsive .cart-side .cart-footer .price {
            cursor: default;
            font-weight: bold;
        }

        .header-responsive .cart-side .cart-footer .total {
            font-weight: bold;
            font-size: 16px;
        }

        .header-responsive .cart-side .cart-footer .btn-cart {
            display: block;
            background-color: #007bff;
            color: #fff;
            border-radius: 6px;
            padding: 10px;
            text-align: center;
        }

            .header-responsive .cart-side .cart-footer .btn-cart:hover {
                -webkit-box-shadow: 0 0.5rem 1.125rem -0.5rem #007bff;
                box-shadow: 0 0.5rem 1.125rem -0.5rem #007bff;
            }

    .header-responsive .cart-side .overlay-cart-side {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.15);
        z-index: 99;
    }

/*------------------------------------
    Banner
------------------------------------*/
.banner a {
    display: block;
}

    .banner a img {
        display: block;
        max-width: 100%;
        margin: auto;
        border-radius: 8px;
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    }

        .banner a img.box-shaow-unset {
            -webkit-box-shadow: unset;
            box-shadow: unset;
        }

        .banner a img.has-border {
            border: 1px solid #ededed;
        }

/*------------------------------------
    Breadcrumb
------------------------------------*/
.breadcrumb {
    background: transparent;
    padding: 0;
}

    .breadcrumb nav {
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
        padding: 10px 0;
    }

        .breadcrumb nav a {
            color: #6a6a6a;
            font-size: 12px;
            margin-left: 10px;
            position: relative;
            font-family: Verdana, Shabnam;
            cursor: pointer;
        }

            .breadcrumb nav a::after {
                content: '/';
                font-size: 13px;
                font-weight: 300;
                position: absolute;
                top: 0px;
                left: -10px;
            }

            .breadcrumb nav a:last-child::after {
                display: none;
            }

    .breadcrumb.sort nav a.active {
        color: #dc3545;
        font-size: 13px;
        font-weight: 600;
    }

    .breadcrumb.sort nav a::after {
        content: ' ';
        font-size: 13px;
        font-weight: 300;
        position: absolute;
        top: 0px;
        left: -10px;
    }

    .breadcrumb.sort nav a:last-child::after {
        display: none;
    }
/*------------------------------------
    Authentication
------------------------------------*/
.auth-page-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100vh;
}

.auth-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .auth-wrapper .auth-form {
        width: 480px;
        background-color: #fff;
        padding: 30px 50px;
        margin: 60px 0px;
    }

        .auth-wrapper .auth-form .site-logo {
            text-align: center;
            margin-bottom: 15px;
        }

        .auth-wrapper .auth-form .site-logo .backicon {
            position:absolute;
            right:0;
            top:30%;
            cursor:pointer;
            color:black;
            font-size:20px;
        }

            .auth-wrapper .auth-form .site-logo a {
                display: block;
            }

                .auth-wrapper .auth-form .site-logo a img {
                    max-width: 100%;
                }

        .auth-wrapper .auth-form .auth-form-title {
            font-size: 20px;
            font-weight: bold;
            border-bottom: 1px solid #eee;
            padding-bottom: 10px;
            margin-bottom: 25px;
        }

.form-element-row {
    margin-bottom: 15px;
}

    .form-element-row .label-element {
        display: block;
    }

    .form-element-row .input-element {
        width: 100%;
        border: 1px solid #eee;
        border-radius: 7px;
        line-height: 20px;
        padding: 15px;
    }

        .form-element-row .input-element:focus {
            outline: none;
        }

    .form-element-row .btn-element {
        text-align: center;
        height: 45px;
        border-radius: 7px;
        padding: 0 15px;
    }

        .form-element-row .btn-element i {
            margin-left: 10px;
        }

        .form-element-row .btn-element.btn-success-element {
            background-color: #0ba360;
            color: #fff;
        }

        .form-element-row .btn-element.btn-info-element {
            background-color: #007bff;
            color: #fff;
        }

        .form-element-row .btn-element.btn-warning-element {
            background-color: #ffc107;
            color: #000;
        }

        .form-element-row .btn-element.btn-danger-element {
            background-color: #f44336;
            color: #fff;
        }

    .form-element-row .form-element-with-icon {
        position: relative;
    }

        .form-element-row .form-element-with-icon i {
            position: absolute;
            left: 15px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            font-size: 20px;
        }

    .form-element-row .container-checkbox {
        font-size: 14px;
    }

/* The container */
.container-checkbox {
    display: block;
    position: relative;
    padding-right: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .container-checkbox input {
        position: absolute;
        right: 0;
        opacity: 0;
        cursor: pointer;
    }

    /* Create a custom checkbox */
    .container-checkbox .checkmark {
        position: absolute;
        top: 0;
        right: 0;
        height: 23px;
        width: 23px;
        background-color: #eee;
        border-radius: 7px;
    }

    /* On mouse-over, add a grey background color */
    .container-checkbox:hover input ~ .checkmark {
        background-color: #ccc;
    }

    /* When the checkbox is checked, add a blue background */
    .container-checkbox input:checked ~ .checkmark {
        background-color: #2196F3;
    }

    /* Create the checkmark/indicator (hidden when not checked) */
    .container-checkbox .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the checkmark when checked */
    .container-checkbox input:checked ~ .checkmark:after {
        display: block;
    }

    /* Style the checkmark/indicator */
    .container-checkbox .checkmark:after {
        left: 9px;
        top: 5px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

/* The container */
.container-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .container-radio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    /* Create a custom radio button */
    .container-radio .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        background-color: #eee;
        border-radius: 50%;
    }

    /* On mouse-over, add a grey background color */
    .container-radio:hover input ~ .checkmark {
        background-color: #ccc;
    }

    /* When the radio button is checked, add a blue background */
    .container-radio input:checked ~ .checkmark {
        background-color: #2196F3;
    }

    /* Create the indicator (the dot/circle - hidden when not checked) */
    .container-radio .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the indicator (dot/circle) when checked */
    .container-radio input:checked ~ .checkmark:after {
        display: block;
    }

    /* Style the indicator (dot/circle) */
    .container-radio .checkmark:after {
        top: 9px;
        left: 9px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: white;
    }

/*------------------------------------
    Checkout
------------------------------------*/
.checkout-section {
    padding: 40px 0;
}

    .checkout-section .checkout-step {
        margin-bottom: 100px;
    }

        .checkout-section .checkout-step ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-pack: distribute;
            justify-content: space-around;
        }

            .checkout-section .checkout-step ul li {
                width: 100%;
                color: #d0d0d0;
                font-size: 16px;
                position: relative;
                text-align: center;
                cursor: default;
            }

                .checkout-section .checkout-step ul li a {
                    color: inherit;
                }

                .checkout-section .checkout-step ul li:before {
                    content: '';
                    position: absolute;
                    left: 0;
                    right: 0;
                    bottom: -32px;
                    display: block;
                    width: 20px;
                    height: 20px;
                    margin: auto;
                    background-color: #d0d0d0;
                    border-radius: 50%;
                }

                .checkout-section .checkout-step ul li:after {
                    content: '';
                    width: 100%;
                    height: 4px;
                    position: absolute;
                    left: -50%;
                    bottom: -25px;
                    background-color: #d0d0d0;
                }

                .checkout-section .checkout-step ul li:last-child:after {
                    display: none;
                }

                .checkout-section .checkout-step ul li.active {
                    color: #979797;
                }

                    .checkout-section .checkout-step ul li.active:before, .checkout-section .checkout-step ul li.active:after {
                        background-color: #979797;
                    }

    .checkout-section .checkout-section-content .checkout-section-title {
        padding: 25px;
        font-size: 18px;
        font-weight: bold;
    }

    .checkout-section .checkout-section-content .custom-control {
        padding-left: 0;
    }

    .checkout-section .checkout-section-content .address-select {
        border: 1px solid #eaeaea;
        border-radius: 10px;
        cursor: pointer;
        padding: 15px 15px 55px;
        position: relative;
        width: 100%;
        min-height: 190px;
    }

        .checkout-section .checkout-section-content .address-select:before, .checkout-section .checkout-section-content .address-select:after {
            right: 15px;
            left: auto;
            top: 15px;
        }

        .checkout-section .checkout-section-content .address-select .head-address-select {
            border-bottom: 1px solid #eaeaea;
            padding-right: 25px;
            padding-bottom: 7px;
            margin-bottom: 15px;
        }

        .checkout-section .checkout-section-content .address-select span {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            font-size: 13px;
            color: #997799;
            margin-bottom: 10px;
        }

            .checkout-section .checkout-section-content .address-select span i {
                margin-left: 5px;
            }

        .checkout-section .checkout-section-content .address-select .edit-address-btn {
            position: absolute;
            bottom: 20px;
            left: 20px;
        }

        .checkout-section .checkout-section-content .address-select .delete-address-btn {
            position: absolute;
            bottom: 20px;
            right: 20px;
            color: #dc3545;
        }

    .checkout-section .checkout-section-content .add-address {
        background-color: #fff;
        border: 1px solid #eaeaea;
        border-radius: 10px;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        min-height: 265px;
    }

    .checkout-section .checkout-section-content .custom-control-input:checked ~ .payment-select {
        border-color: #979797;
    }

    .checkout-section .checkout-section-content .payment-select {
        background-color: #f9f9f9;
        border: 1px solid transparent;
        border-radius: 10px;
        padding: 10px 20px;
        cursor: pointer;
    }

        .checkout-section .checkout-section-content .payment-select:before, .checkout-section .checkout-section-content .payment-select:after {
            display: none;
        }

        .checkout-section .checkout-section-content .payment-select i {
            font-size: 20px;
            margin-left: 7px;
        }

        .checkout-section .checkout-section-content .payment-select .title {
            font-size: 18px;
            font-weight: bolder;
            color: #212121;
            display: block;
        }

        .checkout-section .checkout-section-content .payment-select .subtitle {
            font-size: 14px;
            font-weight: bolder;
            color: #979797;
            display: block;
        }

    .checkout-section .checkout-section-content .cart-items .cart-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-bottom: 1px solid #eaeaea;
    }

        .checkout-section .checkout-section-content .cart-items .cart-item:last-child {
            border-bottom: 0;
        }

        .checkout-section .checkout-section-content .cart-items .cart-item .item-thumbnail {
            text-align: center;
            margin-left: 15px;
            width:140px;
            height:140px;
        }

            .checkout-section .checkout-section-content .cart-items .cart-item .item-thumbnail a {
                display: block;
            }

                .checkout-section .checkout-section-content .cart-items .cart-item .item-thumbnail a img {
                    max-width: 100%;
                    max-height: 140px;
                }

        .checkout-section .checkout-section-content .cart-items .cart-item .item-info .item-title h2 {
            color: #000;
            font-size: 16px;
        }

            .checkout-section .checkout-section-content .cart-items .cart-item .item-info .item-title h2 a {
                color: inherit;
            }

        .checkout-section .checkout-section-content .cart-items .cart-item .item-info .item-detail ul li {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding-right: 30px;
            position: relative;
            line-height: 28px;
        }

            .checkout-section .checkout-section-content .cart-items .cart-item .item-info .item-detail ul li .color {
                width: 40px;
                position: absolute;
                right: 3px;
                width: 15px;
                height: 15px;
                border: 1px solid #ccc;
                border-radius: 50%;
            }

            .checkout-section .checkout-section-content .cart-items .cart-item .item-info .item-detail ul li i {
                width: 40px;
                position: absolute;
                right: -10px;
                text-align: center;
            }

            .checkout-section .checkout-section-content .cart-items .cart-item .item-info .item-detail ul li span {
                font-size: 13px;
                letter-spacing: -0.5px;
            }

        .checkout-section .checkout-section-content .cart-items .cart-item .item-info .item-detail .item-quantity--item-price {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            margin-top: 20px;
        }

            .checkout-section .checkout-section-content .cart-items .cart-item .item-info .item-detail .item-quantity--item-price .item-quantity {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
            }

                .checkout-section .checkout-section-content .cart-items .cart-item .item-info .item-detail .item-quantity--item-price .item-quantity .item-remove-btn {
                    background-color: transparent;
                    color: #777;
                }

            .checkout-section .checkout-section-content .cart-items .cart-item .item-info .item-detail .item-quantity--item-price .price-block .item-price {
                font-size: 18px;
                font-weight: bold;
                text-align:left;
            }        

            .checkout-section .checkout-section-content .cart-items .cart-item .item-info .item-detail .item-quantity--item-price .price-block .item-discount {
                font-size:12px;
                color: #dc3545;
                
            }

            .checkout-section .checkout-section-content .cart-items .cart-item .item-info .item-detail .item-quantity--item-price .item-price {
                font-size: 18px;
                font-weight: bold;
                text-align:left;
            }        

            .checkout-section .checkout-section-content .cart-items .cart-item .item-info .item-detail .item-quantity--item-price .item-discount {
                font-size:12px;
                color: #dc3545;
                
            }

.checkout-message {
    padding: 25px 15px;
    font-size: 18px;
    color: #00c853;
}

    .checkout-message span {
        padding: 5px 10px;
        font-size: 13px;
    }

        .checkout-message span.order-code {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
            font-weight: bold;
        }

    .checkout-message .icon-message {
        width: 60px;
        height: 60px;
        margin: 0 auto 35px;
        line-height: 70px;
        border-radius: 50%;
        background-color: #0ba360;
        text-align: center;
    }

        .checkout-message .icon-message.failed-icon {
            background-color: #f44336;
        }

        .checkout-message .icon-message i {
            color: #fff;
            font-size: 24px;
        }

    .checkout-message .checkout-message-success {
        color: #00c853;
        text-align: center;
    }

        .checkout-message .checkout-message-success span {
            background-color: #e8fdee;
        }

    .checkout-message .checkout-message-failed {
        color: #f44336;
        text-align: center;
    }

        .checkout-message .checkout-message-failed span {
            background-color: #ffe9eb;
        }

.tab-responsive-order-list .dropdown-menu {
    padding: 15px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

    .tab-responsive-order-list .dropdown-menu .dropdown-item {
        text-align: right;
        border-radius: 10px;
    }

/*------------------------------------
    Compare
------------------------------------*/
.compare-quick-title {
    color: #4d4d4d;
    font-size: 19px;
    line-height: 1.158;
    margin-bottom: 25px;
    letter-spacing: -.3px;
    position: relative;
    padding-right: 19px;
}

    .compare-quick-title:before {
        content: "";
        position: absolute;
        right: 0;
        bottom: 3px;
        width: 0;
        height: 0;
        border-color: transparent #00bfd6 transparent transparent;
        border-style: solid;
        border-width: 7px 7px 7px 0;
    }

.compare-quick-list {
    list-style: none;
    padding: 0;
    margin-bottom: 47px;
    background-color: #fff;
}

    .compare-quick-list > li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 10px 0;
    }

.compare-list-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 13px;
    line-height: 1.692;
    padding: 9px 26px;
    background-color: #eaeaea;
    font-weight: 700;
}

.compare-list-value {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    border-left: 1px solid #e4e4e4;
}

    .compare-list-value:first-child {
        border-right: none;
    }

    .compare-list-value .block {
        padding: 14px 18px 12px;
        font-size: 14px;
        line-height: 1.571;
        color: #4d4d4d;
        letter-spacing: -.3px;
        min-height: 47px;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

/*------------------------------------
    Hero page
------------------------------------*/
.hero-page.hero-page--search-box form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 500px;
    margin: auto;
    position: relative;
}

    .hero-page.hero-page--search-box form input {
        width: 100%;
        height: 45px;
        padding-right: 15px;
        background-color: #fff;
        border-radius: 25rem;
    }

    .hero-page.hero-page--search-box form button {
        position: absolute;
        left: 5px;
        width: 40px;
        height: 40px;
        background-color: #007bff;
        border-radius: 50%;
        color: #fff;
    }

/*------------------------------------
    Slider
------------------------------------*/



.main-slider,
.slider-single {
    position: relative;
    border-radius: 15px;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.04);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    min-height:200px;
    max-height:300px;
}

    .main-slider .main-page-slider,
    .main-slider .slider-single,
    .slider-single .main-page-slider,
    .slider-single .slider-single {
        padding: 0 !important;
    }

        .main-slider .main-page-slider a,
        .main-slider .slider-single a,
        .slider-single .main-page-slider a,
        .slider-single .slider-single a {
            display: block;
        }

            .main-slider .main-page-slider a img,
            .main-slider .slider-single a img,
            .slider-single .main-page-slider a img,
            .slider-single .slider-single a img {
                width: 100%;
                min-height: 200px;
                max-height:300px;
                object-fit: cover;
            }

        .main-slider .main-page-slider .swiper-button-next::after,
        .main-slider .main-page-slider .swiper-button-prev::after,
        .main-slider .slider-single .swiper-button-next::after,
        .main-slider .slider-single .swiper-button-prev::after,
        .slider-single .main-page-slider .swiper-button-next::after,
        .slider-single .main-page-slider .swiper-button-prev::after,
        .slider-single .slider-single .swiper-button-next::after,
        .slider-single .slider-single .swiper-button-prev::after {
            color: #fff;
            font-size: 26px;
            text-shadow: 0 2px 4px #616161;
        }

    .main-slider .main-page-slider-thumbs,
    .slider-single .main-page-slider-thumbs {
        position: absolute;
        bottom: 5px;
    }

        .main-slider .main-page-slider-thumbs .swiper-slide,
        .slider-single .main-page-slider-thumbs .swiper-slide {
            padding: 5px;
        }

            .main-slider .main-page-slider-thumbs .swiper-slide span,
            .slider-single .main-page-slider-thumbs .swiper-slide span {
                display: block;
                height: 40px;
                line-height: 40px;
                background-color: #fff;
                border-radius: 10px;
                cursor: pointer;
                text-align: center;
                font-weight: bold;
                opacity: 0.6;
            }

            .main-slider .main-page-slider-thumbs .swiper-slide.swiper-slide-active span,
            .slider-single .main-page-slider-thumbs .swiper-slide.swiper-slide-active span {
                opacity: 1;
            }

    .main-slider .swiper-pagination .swiper-pagination-bullet-active,
    .slider-single .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #fff;
    }

.offer-slider-wrapper {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}

    .offer-slider-wrapper .offer-slider-title {
        font-family: DimaMolsaq;
        font-size: 24px;
        color: #f25661;
        padding: 15px;
    }

    .offer-slider-wrapper .offer-slider .swiper-slide {
        background-color: #fff;
        text-align: center;
        overflow: hidden;
        height: auto;
    }

        .offer-slider-wrapper .offer-slider .swiper-slide .product-title {
            padding-top: 15px;
            margin-bottom: 15px;
        }

            .offer-slider-wrapper .offer-slider .swiper-slide .product-title a {
                font-size: 18px;
                color: #000;
            }

                .offer-slider-wrapper .offer-slider .swiper-slide .product-title a:hover {
                    color: #007bff;
                }

        .offer-slider-wrapper .offer-slider .swiper-slide .product-price {
            color: #f44336;
            font-size: 22px;
        }

            .offer-slider-wrapper .offer-slider .swiper-slide .product-price del {
                color: #666;
                font-size: 14px;
            }

        .offer-slider-wrapper .offer-slider .swiper-slide .offer-slide-content {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            width: 200px;
            height: 200px;
            -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
            border-radius: 50%;
            margin: auto;
            position: relative;
            overflow: hidden;
        }

            .offer-slider-wrapper .offer-slider .swiper-slide .offer-slide-content .product-thumbnail a {
                display: block;
            }

                .offer-slider-wrapper .offer-slider .swiper-slide .offer-slide-content .product-thumbnail a img {
                    width: 70%;
                }

    .offer-slider-wrapper .offer-slider-thumbs-wrapper {
        position: relative;
    }

        .offer-slider-wrapper .offer-slider-thumbs-wrapper .offer-slider-thumbs .swiper-wrapper {
            padding: 30px 0;
        }

            .offer-slider-wrapper .offer-slider-thumbs-wrapper .offer-slider-thumbs .swiper-wrapper .swiper-slide img {
                display: block;
                margin: auto;
                width: 80px;
                height: 80px;
                border: 1px solid #e0e0e0;
                background-color: #fff;
                border-radius: 50%;
                padding: 10px;
                cursor: pointer;
                -webkit-transition: all .2s ease;
                transition: all .2s ease;
            }

            .offer-slider-wrapper .offer-slider-thumbs-wrapper .offer-slider-thumbs .swiper-wrapper .swiper-slide.swiper-slide-active img {
                border: 2px solid #909090;
                -webkit-transform: scale(1.2);
                transform: scale(1.2);
            }

        .offer-slider-wrapper .offer-slider-thumbs-wrapper .offer-slider-thumbs .swiper-pagination {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            bottom: 0;
        }

            .offer-slider-wrapper .offer-slider-thumbs-wrapper .offer-slider-thumbs .swiper-pagination .swiper-pagination-bullet {
                -webkit-transition: all .2s ease;
                transition: all .2s ease;
            }

                .offer-slider-wrapper .offer-slider-thumbs-wrapper .offer-slider-thumbs .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
                    width: 10px;
                    height: 10px;
                    background: #eee;
                    border: 2px solid #909090;
                }

        .offer-slider-wrapper .offer-slider-thumbs-wrapper .offer-slider-button-next,
        .offer-slider-wrapper .offer-slider-thumbs-wrapper .offer-slider-button-prev {
            width: 40px;
            height: 40px;
            background-color: #fff;
            border: 1px solid #e0e0e0;
            border-radius: 50%;
            position: absolute;
            top: 60px;
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            outline: none;
            z-index: 10;
        }

            .offer-slider-wrapper .offer-slider-thumbs-wrapper .offer-slider-button-next::after,
            .offer-slider-wrapper .offer-slider-thumbs-wrapper .offer-slider-button-prev::after {
                color: #990099;
                font-size: 20px;
            }

        .offer-slider-wrapper .offer-slider-thumbs-wrapper .offer-slider-button-next {
            left: 15px;
        }

        .offer-slider-wrapper .offer-slider-thumbs-wrapper .offer-slider-button-prev {
            right: 15px;
        }

.product-carousel {
    border: 1px solid #eee;
    border-radius: 15px;
    padding: 15px;
}

    .product-carousel.amazing-section {
        border-radius: 0;
    }

        .product-carousel.amazing-section .swiper-container .swiper-slide {
            border-left: 0;
        }

    .product-carousel.in-box {
        background-color: #fff;
        border-radius: 10px;
        padding: 15px;
        margin-bottom: 20px;
    }

        .product-carousel.in-box .swiper-container {
            padding-top: 30px;
            padding-bottom: 20px;
        }

    .product-carousel .swiper-container {
        position: relative;
        padding-top: 30px;
        padding-bottom: 60px;
    }

        .product-carousel .swiper-container .swiper-button-next,
        .product-carousel .swiper-container .swiper-button-prev {
            width: 50px;
            height: 50px;
            background-color: #fff;
            border-radius: 50%;
            z-index: 100;
        }

            .product-carousel .swiper-container .swiper-button-next:after,
            .product-carousel .swiper-container .swiper-button-prev:after {
                color: #000;
                font-size: 20px;
                font-weight: bold;
            }

            .product-carousel .swiper-container .swiper-button-next.swiper-button-disabled,
            .product-carousel .swiper-container .swiper-button-prev.swiper-button-disabled {
                opacity: 0;
            }

        .product-carousel .swiper-container .swiper-button-next {
            -webkit-box-shadow: rgba(0, 0, 0, 0.2) -10px 0 20px;
            box-shadow: rgba(0, 0, 0, 0.2) -10px 0 20px;
        }

        .product-carousel .swiper-container .swiper-button-prev {
            -webkit-box-shadow: rgba(0, 0, 0, 0.2) 10px 0 20px;
            box-shadow: rgba(0, 0, 0, 0.2) 10px 0 20px;
        }

        .product-carousel .swiper-container .swiper-slide {
            border-left: 1px solid #eee;
        }

.product-gallery {
    position: relative;
}

    .product-gallery img {
        max-width: 100%;
    }

    .product-gallery .quick-view-gallery-slider-thumbs {
        padding-top: 40px;
        padding-bottom: 40px;
    }

        .product-gallery .quick-view-gallery-slider-thumbs .swiper-button-next,
        .product-gallery .quick-view-gallery-slider-thumbs .swiper-button-prev {
            width: 50px;
            height: 50px;
            background-color: #fff;
            border-radius: 50%;
            top: 50%;
            z-index: 100;
        }

            .product-gallery .quick-view-gallery-slider-thumbs .swiper-button-next:after,
            .product-gallery .quick-view-gallery-slider-thumbs .swiper-button-prev:after {
                color: #000;
                font-size: 20px;
                font-weight: bold;
            }

            .product-gallery .quick-view-gallery-slider-thumbs .swiper-button-next.swiper-button-disabled,
            .product-gallery .quick-view-gallery-slider-thumbs .swiper-button-prev.swiper-button-disabled {
                opacity: 0;
            }

        .product-gallery .quick-view-gallery-slider-thumbs .swiper-button-next {
            -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 20px;
            box-shadow: rgba(0, 0, 0, 0.2) 0 0 20px;
        }

        .product-gallery .quick-view-gallery-slider-thumbs .swiper-button-prev {
            -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 20px;
            box-shadow: rgba(0, 0, 0, 0.2) 0 0 20px;
        }

/*------------------------------------
    Product
------------------------------------*/
.product-detail .product-gallery {
    position: relative;
}

    .product-detail .product-gallery img {
        max-width: 100%;
    }

    .product-detail .product-gallery .gallery-slider-thumbs {
        padding-top: 40px;
        padding-bottom: 40px;
    }

        .product-detail .product-gallery .gallery-slider-thumbs .swiper-button-next,
        .product-detail .product-gallery .gallery-slider-thumbs .swiper-button-prev {
            width: 50px;
            height: 50px;
            background-color: #fff;
            border-radius: 50%;
            top: 50%;
            z-index: 100;
        }

            .product-detail .product-gallery .gallery-slider-thumbs .swiper-button-next:after,
            .product-detail .product-gallery .gallery-slider-thumbs .swiper-button-prev:after {
                color: #000;
                font-size: 20px;
                font-weight: bold;
            }

            .product-detail .product-gallery .gallery-slider-thumbs .swiper-button-next.swiper-button-disabled,
            .product-detail .product-gallery .gallery-slider-thumbs .swiper-button-prev.swiper-button-disabled {
                opacity: 0;
            }

        .product-detail .product-gallery .gallery-slider-thumbs .swiper-button-next {
            -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 20px;
            box-shadow: rgba(0, 0, 0, 0.2) 0 0 20px;
        }

        .product-detail .product-gallery .gallery-slider-thumbs .swiper-button-prev {
            -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 20px;
            box-shadow: rgba(0, 0, 0, 0.2) 0 0 20px;
        }

        .product-detail .product-gallery .gallery-slider-thumbs img {
            max-width: 70px;
            cursor: pointer;
        }

.product-detail .product--actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 2;
    padding-left: 0;
}

    .product-detail .product--actions li {
        color: #979797;
        margin-bottom: 10px;
        font-size: 20px;
        position: relative;
        text-align: center;
    }

        .product-detail .product--actions li:last-child {
            margin-bottom: 0;
        }

        .product-detail .product--actions li button {
            background-color: transparent;
            color: inherit;
        }

        .product-detail .product--actions li a {
            color: inherit;
        }

        .product-detail .product--actions li .add-to-favorite.added {
            color: #f44336;
        }

        .product-detail .product--actions li .add-to-compare.added {
            color: #212121;
        }

        .product-detail .product--actions li .tooltip--action {
            position: absolute;
            top: 50%;
            right: 30px;
            min-width: 150px;
            font-size: 11px;
            background-color: #271f1f;
            border-radius: 5px;
            color: #fff;
            padding: 4px 10px;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all .2s ease;
            transition: all .2s ease;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .product-detail .product--actions li:hover .tooltip--action {
            opacity: 1;
            visibility: visible;
        }

.product-detail .product-title {
    border-bottom: 1px solid #f8f8f8;
}

    .product-detail .product-title h1 {
        font-size: 18px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .product-detail .product-title h1 a {
            color: inherit;
        }

        .product-detail .product-title h1.product-title-en {
            color: #777;
            font-size: 13px;
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        }

.product-detail .product-colors .list-radio-color input[type="radio"] {
    display: none;
}

    .product-detail .product-colors .list-radio-color input[type="radio"]:checked + label {
        border-color: #007bff;
    }

.product-detail .product-colors .list-radio-color label {
    position: relative;
    margin-left: 10px;
    padding: 5px 7px;
    border: 2px solid #e6e6e6;
    border-radius: 6px;
    cursor: pointer;
}

.product-detail .product-colors .color-span {
    display: block;
    float: left;
    position: relative;
    border: 1px solid #ccc;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.product-detail .product-price {
    padding: 10px;
    color: #000;
}

    .product-detail .product-price .product-price-info {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #b4b4b4;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

        .product-detail .product-price .product-price-info .product-price-prev {
            text-decoration: line-through;
            font-size: 14px;
        }

        .product-detail .product-price .product-price-info .product-price-off {
            padding: 0 10px;
            margin-left: 15px;
            font-weight: 700;
            background: #f44336;
            border-radius: 25rem;
            color: #fff;
            font-size: 16px;
            position: relative;
        }

            .product-detail .product-price .product-price-info .product-price-off span {
                font-size: 12px;
                font-weight: normal;
            }

    .product-detail .product-price .product-price-real {
        text-align: left;
        margin: 0;
    }

    .product-detail .product-price .product-price-raw {
        display: inline;
        font-size: 31px;
        font-weight: bold;
    }

.product-detail .add-to-cart {
    display: inline-block;
    padding: 10px 25px;
    margin-left: 7px;
    background-color: #007bff;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 8px rgba(151, 151, 151, 0.2);
    box-shadow: 0 4px 8px rgba(151, 151, 151, 0.2);
    color: #fff;
    text-align: center;
    position: relative;
}

.product-detail .product-params-special {
    padding-bottom: 10px;
    position: relative;
    border-radius: 10px;
}

    .product-detail .product-params-special ul {
        padding: 0;
        color: #55565a;
        font-size: 12px;
        line-height: 24px;
        margin-bottom: 10px;
        overflow: hidden;
    }

        .product-detail .product-params-special ul:before {
            content: attr(data-title);
            font-size: 13px;
            line-height: 1.692;
            display: list-item;
            font-weight: 600;
        }

        .product-detail .product-params-special ul li {
            margin: 5px 15px;
            width: 100%;
            font-size: 13px;
            position: relative;
        }

            .product-detail .product-params-special ul li:before {
                content: "";
                width: 5px;
                height: 5px;
                background: #ccc;
                vertical-align: middle;
                margin-left: 5px;
                border-radius: 50%;
                position: absolute;
                top: 10px;
                right: -14px;
            }

            .product-detail .product-params-special ul li span {
                margin-left: 5px;
                display: inline-block;
            }

                .product-detail .product-params-special ul li span:first-child {
                    font-weight: 500;
                }

.product-detail .box-info-product {
    border: 1px solid #e0e0e2;
    border-radius: 10px;
    padding: 15px;
    background: linear-gradient(0deg,hsla(240,3%,94%,.2),hsla(240,3%,94%,.2)),#fff;
}

.product-tab-content {
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 8px;
    overflow: hidden;
}

    .product-tab-content .nav-tabs {
        border-bottom: 0;
    }

        .product-tab-content .nav-tabs li a {
            border: 0;
            line-height: 40px;
            font-size: 18px;
            border-bottom: 3px solid transparent;
        }

            .product-tab-content .nav-tabs li a.active {
                border-color: #000;
            }

    .product-tab-content .tab-content {
        padding: 25px;
    }

        .product-tab-content .tab-content .product-desc p {
            color: #979797;
            line-height: 30px;
        }

        .product-tab-content .tab-content .product-desc img {
            display: block;
            max-width: 100%;
            margin: 15px auto;
        }

        .product-tab-content .tab-content .product-desc h1,
        .product-tab-content .tab-content .product-desc h2,
        .product-tab-content .tab-content .product-desc h3,
        .product-tab-content .tab-content .product-desc h4,
        .product-tab-content .tab-content .product-desc h5,
        .product-tab-content .tab-content .product-desc h6 {
            color: #212121;
            margin-bottom: 10px;
        }

        .product-tab-content .tab-content .product-desc h1 {
            font-size: 26px;
        }

        .product-tab-content .tab-content .product-desc h2 {
            font-size: 24px;
        }

        .product-tab-content .tab-content .product-desc h3 {
            font-size: 22px;
        }

        .product-tab-content .tab-content .product-desc h4 {
            font-size: 20px;
        }

        .product-tab-content .tab-content .product-desc h5 {
            font-size: 18px;
        }

        .product-tab-content .tab-content .product-desc h6 {
            font-size: 16px;
        }

        .product-tab-content .tab-content .product-desc .accordion-product .card {
            border: 0;
            padding-bottom: 20px;
        }

            .product-tab-content .tab-content .product-desc .accordion-product .card .card-header {
                background-color: #fff;
                padding: 0;
                border-bottom: 0;
            }

                .product-tab-content .tab-content .product-desc .accordion-product .card .card-header h5:focus {
                    outline: none;
                }

                .product-tab-content .tab-content .product-desc .accordion-product .card .card-header h5 button {
                    font-size: 20px;
                    color: #000;
                    padding-right: 50px;
                    position: relative;
                    border: 0;
                    width: 100%;
                    text-align: right;
                    outline: none;
                    -webkit-box-shadow: unset;
                    box-shadow: unset;
                }

                    .product-tab-content .tab-content .product-desc .accordion-product .card .card-header h5 button::before {
                        content: '-';
                        width: 38px;
                        height: 32px;
                        line-height: 32px;
                        background-color: #a7a9a9;
                        position: absolute;
                        right: 0;
                        top: 5px;
                        border: none;
                        color: #fff;
                        border-radius: 0 15px 15px 15px;
                        font-size: 32px;
                        outline: none;
                        text-align: center;
                    }

                    .product-tab-content .tab-content .product-desc .accordion-product .card .card-header h5 button.collapsed::before {
                        content: '+';
                    }

        .product-tab-content .tab-content .product-params .params-title {
            color: #4d4d4d;
            margin-bottom: 25px;
            position: relative;
            padding-right: 19px;
            font-size: 16px;
            line-height: 1.375;
            letter-spacing: -.3px;
        }

            .product-tab-content .tab-content .product-params .params-title:before {
                content: "";
                position: absolute;
                right: 0;
                bottom: 7px;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 7px 0 0 7px;
                border-color: transparent transparent transparent #a43ad9;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
            }

        .product-tab-content .tab-content .product-params .params-list {
            list-style: none;
            padding: 0;
            margin-bottom: 70px;
            width: 100%;
        }

            .product-tab-content .tab-content .product-params .params-list li {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                margin: 8px -8px;
            }

                .product-tab-content .tab-content .product-params .params-list li .params-list-key,
                .product-tab-content .tab-content .product-params .params-list li .params-list-value {
                    padding-right: 8px;
                    padding-left: 8px;
                }

                    .product-tab-content .tab-content .product-params .params-list li .params-list-key span,
                    .product-tab-content .tab-content .product-params .params-list li .params-list-value span {
                        background: #f6f6f6;
                        padding: 14px 18px 14px;
                        display: block;
                    }

                .product-tab-content .tab-content .product-params .params-list li .params-list-key {
                    -webkit-box-flex: 0;
                    -ms-flex: 0 0 22.2%;
                    flex: 0 0 22.2%;
                    max-width: 22.2%;
                    margin-bottom: 10px;
                }

                .product-tab-content .tab-content .product-params .params-list li .params-list-value {
                    -webkit-box-flex: 0;
                    -ms-flex: 0 0 77.8%;
                    flex: 0 0 77.8%;
                    max-width: 77.8%;
                    font-size: 13px;
                    margin-bottom: 5px;
                }

.listing-items {
    margin-right: 0;
    margin-left: 0;
    background-color: #fff;
    border: 1px solid #ededed;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

    .listing-items .product-card {
        border-radius: 0;
    }

        .listing-items .product-card::before,
        .listing-items .product-card::after {
            content: '';
            position: absolute;
            background-color: #ededed;
        }

        .listing-items .product-card::before {
            left: 0;
            top: 0;
            width: 1px;
            height: 100%;
        }

        .listing-items .product-card::after {
            right: 0;
            bottom: 0;
            width: 100%;
            height: 1px;
        }

    .listing-items::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 1px;
        height: 100%;
        background-color: #fff;
        z-index: 1;
    }

.promotion-center--header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0 40px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f43b47), to(#453a94));
    background-image: linear-gradient(to top, #f43b47 0%, #453a94 100%);
    margin-top: -15px;
    text-align: center;
}

    .promotion-center--header .promotion-center--title {
        font-family: DimaMolsaq;
        font-size: 24px;
        color: #fff;
        margin-bottom: 25px;
    }

    .promotion-center--header #countdown--offer-slider .ClassyCountdown-wrapper .ClassyCountdown-value {
        color: #fff !important;
    }

.translateY-25 {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
}

.amazing-section .container {
    background: url(../images/theme/amazing-bg.svg) 90% no-repeat;
    background-size: auto 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}

.product-list-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

    .product-list-section .product-thumbnail {
        margin-left: 15px;
    }

        .product-list-section .product-thumbnail a img {
            max-width: 60px;
        }

    .product-list-section .product-info .product-title a {
        font-size: 15px;
        color: #000;
    }

        .product-list-section .product-info .product-title a:hover {
            color: #17a2b8;
        }

    .product-list-section .product-info .remove-item {
        position: absolute;
        left: 0;
        bottom: 0;
        background-color: transparent;
        border: 1px solid #dedede;
        border-radius: 7px;
    }

.blockquote {
    display: block;
    position: relative;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ededed;
    border-radius: 8px;
}

    .blockquote p {
        font-size: 13px;
    }

    .blockquote .testimonial-avatar img {
        max-width: 50px;
    }

    .blockquote .comment {
        padding: 1.5rem;
    }

.btn-filter-sidebar {
    background-color: #e0e0e0;
    border-radius: 7px;
    padding: 10px 20px;
}

#countdown--offer-slider {
    direction: ltr;
}

    #countdown--offer-slider .ClassyCountdown-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        #countdown--offer-slider .ClassyCountdown-wrapper > div {
            width: 40px !important;
            height: 40px !important;
        }

        #countdown--offer-slider .ClassyCountdown-wrapper .ClassyCountdown-value {
            color: #000 !important;
            font-size: 20px !important;
            font-family: Shabnam !important;
            font-weight: bold !important;
        }

.comments-list > .row {
    border-bottom: 1px solid #f3f3f3;
    padding: 57px 30px 30px;
    margin-bottom: 36px;
}

    .comments-list > .row .article,
    .comments-list > .row .aside {
        width: 100%;
        position: relative;
    }

        .comments-list > .row .aside .comments-user-shopping {
            list-style: none;
            padding: 5px 0 0;
        }

            .comments-list > .row .aside .comments-user-shopping > li {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                margin: 15px -10px;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

                .comments-list > .row .aside .comments-user-shopping > li:first-child {
                    margin-top: 0;
                }

                .comments-list > .row .aside .comments-user-shopping > li .cell {
                    width: 100%;
                    position: relative;
                    padding-right: 10px;
                    padding-left: 10px;
                    margin-top: 0;
                    margin-bottom: 0;
                    font-size: 13px;
                    color: #777;
                    line-height: 1.692;
                    width: auto;
                }

                    .comments-list > .row .aside .comments-user-shopping > li .cell.cell-name {
                        font-size: 16px;
                        font-weight: 700;
                        margin-bottom: 8px;
                    }
                    .comments-list > .row .aside .comments-user-shopping > li .cell.cell-img {

                        margin-bottom: 8px;
                    }        
                    .comments-list > .row .aside .comments-user-shopping > li .cell.cell-img img {
                        height:100px;
                        width:100px;
                    }

                    .comments-list > .row .aside .comments-user-shopping > li .cell.cell-title {
                        min-width: 80px;
                    }

                    .comments-list > .row .aside .comments-user-shopping > li .cell.color-cell {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -ms-flex-wrap: wrap;
                        flex-wrap: wrap;
                        margin-right: -10px;
                        margin-left: -10px;
                    }

                        .comments-list > .row .aside .comments-user-shopping > li .cell.color-cell .shopping-color-value {
                            width: 18px;
                            height: 18px;
                            border-radius: 50%;
                            margin-left: 10px;
                            border: 1px solid rgba(0, 0, 0, 0.25);
                        }

                    .comments-list > .row .aside .comments-user-shopping > li .cell.seller-cell {
                        padding-right: 0;
                    }

                        .comments-list > .row .aside .comments-user-shopping > li .cell.seller-cell:before {
                            content: "\f54f";
                            font-family: "Font Awesome 5 Pro";
                            font-size: 17px;
                            position: relative;
                            top: 2px;
                            margin-left: 7px;
                        }

                .comments-list > .row .aside .comments-user-shopping > li .comments-buyer-badge {
                    padding: 0 8px;
                    background-color: #f0f0f1;
                    border-radius: 8px;
                    font-size: 10px;
                    line-height: 16px;
                    color: #81858b;
                    margin-right: 8px;
                    display: inline-block;
                }

    .comments-list > .row .article {
        max-width: 800px;
        padding-bottom: 50px;
    }

        .comments-list > .row .article .header {
            border-bottom: 1px solid #eee;
            padding-bottom: 20px;
            margin-bottom: 20px;
        }

            .comments-list > .row .article .header > div {
                font-size: 19px;
                line-height: 30px;
                color: #5f5f5f;
                font-weight: 500;
            }

        .comments-list > .row .article p {
            font-size: 14px;
            line-height: 35px;
            color: #505050;
        }

        .comments-list > .row .article .comments-evaluation {
            margin: 20px 0;
        }

            .comments-list > .row .article .comments-evaluation .comments-evaluation-negative,
            .comments-list > .row .article .comments-evaluation .comments-evaluation-positive {
                position: relative;
                width: 100%;
                min-height: 1px;
                padding-right: 0;
                padding-left: 0;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: start;
                -ms-flex-align: start;
                align-items: flex-start;
            }

                .comments-list > .row .article .comments-evaluation .comments-evaluation-negative span,
                .comments-list > .row .article .comments-evaluation .comments-evaluation-positive span {
                    width: 80px;
                    -ms-flex-negative: 0;
                    flex-shrink: 0;
                    font-size: 14px;
                    line-height: 30px;
                    white-space: nowrap;
                }

                .comments-list > .row .article .comments-evaluation .comments-evaluation-negative ul li,
                .comments-list > .row .article .comments-evaluation .comments-evaluation-positive ul li {
                    color: #5f5f5f;
                    position: relative;
                    padding-right: 17px;
                    margin-bottom: 12px;
                }

                    .comments-list > .row .article .comments-evaluation .comments-evaluation-negative ul li:before,
                    .comments-list > .row .article .comments-evaluation .comments-evaluation-positive ul li:before {
                        content: "";
                        position: absolute;
                        top: 8px;
                        right: 0;
                        width: 6px;
                        height: 6px;
                        background: #ccc;
                        border-radius: 50%;
                    }

                    .comments-list > .row .article .comments-evaluation .comments-evaluation-negative ul li:before {
                        background-color: #ff637d;
                    }

                    .comments-list > .row .article .comments-evaluation .comments-evaluation-positive ul li:before {
                        background-color: #00bfd6;
                    }

        .comments-list > .row .article .footer {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            width: 100%;
            position: absolute;
            bottom: 0;
            right: 30px;
            margin-top: 15px;
        }

            .comments-list > .row .article .footer .comments-likes {
                color: #777;
                font-size: 13px;
                line-height: 30px;
            }

                .comments-list > .row .article .footer .comments-likes .btn-like {
                    background: #fff;
                    border: 1px solid #ededed;
                    border-radius: 8px;
                    color: #8c8c8c;
                    padding: 2px 13px;
                    margin-right: 17px;
                    font-size: 13px;
                    line-height: 30px;
                }

                    .comments-list > .row .article .footer .comments-likes .btn-like[data-counter]:before {
                        margin-left: 7px;
                        color: #7a7a7a;
                        font-size: 15px;
                        line-height: inherit;
                        content: attr(data-counter);
                    }

.product-sellers {
    overflow-x: auto !important;
}

    .product-sellers .product-seller {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #eee;
        min-width: 910px;
        overflow-x: auto;
    }

        .product-sellers .product-seller:last-child {
            border-bottom: 0;
        }

        .product-sellers .product-seller .product-seller-col {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            padding: 10px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        .product-sellers .product-seller .product-seller-title {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .product-sellers .product-seller .product-seller-title .icon {
                font-size: 21px;
                color: #979797;
                margin-left: 10px;
                line-height: 0;
            }

            .product-sellers .product-seller .product-seller-title .name {
                font-size: 18px;
                font-weight: bold;
            }

                .product-sellers .product-seller .product-seller-title .name .bade {
                    font-weight: normal;
                }

            .product-sellers .product-seller .product-seller-title .detail .value {
                color: #c5252d;
                font-weight: bold;
            }

            .product-sellers .product-seller .product-seller-title .detail .label {
                color: #979797;
            }

            .product-sellers .product-seller .product-seller-title .divider {
                margin-right: 5px;
                margin-left: 5px;
                color: #eee;
            }

        .product-sellers .product-seller .product-seller-info i {
            margin-left: 5px;
        }

        .product-sellers .product-seller .product-seller-info span {
            font-weight: bold;
        }

        .product-sellers .product-seller .product-seller-price-action {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

            .product-sellers .product-seller .product-seller-price-action .product-seller-price {
                font-weight: bold;
                font-size: 18px;
            }

                .product-sellers .product-seller .product-seller-price-action .product-seller-price .currency {
                    margin-right: 5px;
                    font-weight: normal;
                    font-size: 13px;
                }

/*------------------------------------
    Pagination
------------------------------------*/
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 0;
}

    .pagination a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 35px;
        height: 35px;
        line-height: 35px;
        color: #000;
        border-radius: 10px;
        font-size: 18px;
        cursor: pointer;
    }

        .pagination a.current {
            background-color: #007bff;
            -webkit-box-shadow: 0 3px 6px rgba(151, 151, 151, 0.3);
            box-shadow: 0 3px 6px rgba(151, 151, 151, 0.3);
            color: #fff;
        }

/*------------------------------------
    Services
------------------------------------*/
.service-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

    .service-item img {
        width: 48px;
        margin-left: 10px;
    }

    .service-item .service-item-body {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

        .service-item .service-item-body h6 {
            font-weight: 600;
        }

        .service-item .service-item-body p {
            color: #616161;
            font-size: 11px;
        }

/*------------------------------------
    Social
------------------------------------*/
.social ul li {
    display: inline-block;
    margin-left: 10px;
}

    .social ul li a {
        color: #979797;
        font-size: 24px;
    }

        .social ul li a.instagram {
            color: #e4405f;
        }

        .social ul li a.twitter {
            color: #1da1f2;
        }

        .social ul li a.whattsapp {
            color: #075e54;
        }

        .social ul li a.telegram {
            color: #0088cc;
        }

/*------------------------------------
    Widget
------------------------------------*/
.widget {
    margin-bottom: 20px;
}

    .widget .widget-title {
        color: #616161;
        font-size: 15px;
        font-weight: 600;
    }

    .widget.widget-links .widget-list .widget-list-item {
        line-height: 30px;
    }

        .widget.widget-links .widget-list .widget-list-item a {
            color: #616161;
            font-size: 13px;
        }

    .widget.widget-newsletter .newsletterform {
        position: relative;
    }

        .widget.widget-newsletter .newsletterform input {
            padding-right: 15px;
            width: 100%;
            height: 40px;
            background-color: #fff;
            border: 1px solid #e2e2e2;
            border-radius: 7px;
        }

        .widget.widget-newsletter .newsletterform button {
            position: absolute;
            left: 0;
            height: 100%;
            border: 0;
            border-radius: 7px 0 0 7px;
            padding: 0 15px;
            background-color: #007bff;
            color: #fff;
            outline: none;
        }

.sidebar-widget .widget {
    padding: 15px;
}

    .sidebar-widget .widget .widget-title {
        margin-bottom: 20px;
    }

    .sidebar-widget .widget.widget-filter-options .widget-content {
        max-height: 250px;
        overflow-y: auto;
    }

        .sidebar-widget .widget.widget-filter-options .widget-content::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
            border-radius: 10px;
            background-color: #fff;
        }

        .sidebar-widget .widget.widget-filter-options .widget-content::-webkit-scrollbar {
            width: 8px;
            background-color: #F5F5F5;
        }

        .sidebar-widget .widget.widget-filter-options .widget-content::-webkit-scrollbar-thumb {
            border-radius: 10px;
            background-color: #dedede;
        }

        .sidebar-widget .widget.widget-filter-options .widget-content .color-option {
            display: inline-block;
            width: 15px;
            height: 15px;
            outline: 1px solid #ccc;
            border-radius: 50%;
        }

    .sidebar-widget .widget.widget-filter-options .container-checkbox .checkmark {
        width: 21px;
        height: 21px;
    }

    .sidebar-widget .widget.widget-category ul li a {
        display: inline-block;
        color: #000;
        line-height: 30px;
    }

        .sidebar-widget .widget.widget-category ul li a.parent {
            position: relative;
            padding-right: 15px;
        }

            .sidebar-widget .widget.widget-category ul li a.parent::before {
                content: "\f053";
                font-family: "Font Awesome 5 Pro";
                position: absolute;
                right: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
            }

        .sidebar-widget .widget.widget-category ul li a:hover {
            color: #007bff;
        }

    .sidebar-widget .widget.widget-category ul li ul {
        padding-right: 35px;
    }

.profile-sidebar {
    padding: 15px;
}

    .profile-sidebar .profile-avatar {
        margin-left: 10px;
        position: relative;
    }

/*        .profile-sidebar .profile-avatar:after {
            content: '';
            position: absolute;
            right: 28px;
            top: 50%;
            width: 2px;
            height: 100%;
            border-radius: 50%;
            background-color: #dedede;
            z-index: 0;
        }
*/
        .profile-sidebar .profile-avatar img {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            border: 1px solid #dedede;
            position: relative;
            z-index: 1;
        }

    .profile-sidebar .user-options {
        border-bottom: 1px solid #dedede;
        margin-bottom: 20px;
        padding-right: 25px;
    }

        .profile-sidebar .user-options ul li {
            position: relative;
            padding-right: 20px;
        }

            .profile-sidebar .user-options ul li:before {
                content: '';
                position: absolute;
                right: 0;
                top: 50%;
                width: 8px;
                height: 8px;
                border-radius: 50%;
                background-color: #dedede;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
            }

            .profile-sidebar .user-options ul li:after {
                content: '';
                position: absolute;
                right: 3px;
                top: 50%;
                width: 2px;
                height: 100%;
                border-radius: 50%;
                background-color: #dedede;
            }

            .profile-sidebar .user-options ul li:last-child:after {
                display: none;
            }

            .profile-sidebar .user-options ul li a {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                color: #000;
                line-height: 38px;
            }

    .profile-sidebar .user-menu ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #000;
        line-height: 38px;
        font-size: 16px;
        cursor:pointer;
    }

        .profile-sidebar .user-menu ul li a.active {
            color: #17a2b8;
        }

        .profile-sidebar .user-menu ul li a i {
            margin-left: 10px;
        }

        .profile-sidebar .user-menu ul li a:hover {
            color: #17a2b8;
        }

.btn-market {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 7px;
    background-color: #2b3445;
    text-decoration: none;
}

    .btn-market .btn-market-subtitle {
        display: block;
        margin-bottom: -5px;
        color: rgba(255, 255, 255, 0.6);
        font-size: 13px;
    }

    .btn-market .btn-market-title {
        display: block;
        color: #fff;
        font-size: 16px;
    }

    .btn-market i {
        color: #fff;
        font-size: 25px;
        margin-right: 25px;
    }

.num-block {
    width: 120px;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 5px 0;
}

    .num-block .num-in {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .num-block .num-in span {
            display: block;
            width: 30px;
            height: 32px;
            line-height: 32px;
            text-align: center;
            position: relative;
            cursor: pointer;
        }

            .num-block .num-in span.dis:before {
                background-color: #ccc !important;
            }

            .num-block .num-in span.dis:after {
                background-color: #ccc !important;
            }

            .num-block .num-in span.minus:before {
                content: '';
                position: absolute;
                width: 15px;
                height: 2px;
                background-color: #f44336;
                top: 50%;
                left: 0;
            }

            .num-block .num-in span.plus:before, .num-block .num-in span.plus:after {
                content: '';
                position: absolute;
                right: 0px;
                width: 15px;
                height: 2px;
                background-color: #0fabc6;
                top: 50%;
            }

            .num-block .num-in span.plus:after {
                -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
            }

        .num-block .num-in input {
            width: 32px;
            height: 32px;
            color: #666;
            text-align: center;
            padding: 0;
            background-color: transparent;
        }

/*------------------------------------
    Table
------------------------------------*/
.table--order table {
    background-color: #fff;
}

    .table--order table thead {
        background-color: #17a2b8;
    }

        .table--order table thead th {
            color: #fff;
            border-bottom: 0;
            text-align: center;
        }

    .table--order table tbody tr:nth-child(even) {
        background-color: #f9f9f9;
    }

    .table--order table tbody tr td {
        color: #979797;
        border-left: 1px solid #f0eded;
        padding: 25px 0;
        text-align: center;
    }

        .table--order table tbody tr td:last-child {
            border-left: 0;
        }

        .table--order table tbody tr td.order-code {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        }

        .table--order table tbody tr td.order-detail-link a {
            display: block;
            color: #979797;
        }

.compare-table .row_img img {
    max-width: 200px;
}

.compare-table .row_remove a {
    color: #f44336;
}

/*------------------------------------
    Loader
------------------------------------*/
.page-loader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 10000;
}

    .page-loader .logo-area {
        width: 150px;
        margin-bottom: 35px;
    }

        .page-loader .logo-area img {
            display: block;
            max-width: 100%;
            margin: auto;
        }

    .page-loader .loader {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        display: block;
        margin: 15px auto;
        position: relative;
        color: #000;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-animation: animloader 1s linear infinite alternate;
        animation: animloader 1s linear infinite alternate;
    }

@-webkit-keyframes animloader {
    0% {
        -webkit-box-shadow: -38px -12px, -14px 0, 14px 0, 38px 0;
        box-shadow: -38px -12px, -14px 0, 14px 0, 38px 0;
    }

    33% {
        -webkit-box-shadow: -38px 0px, -14px -12px, 14px 0, 38px 0;
        box-shadow: -38px 0px, -14px -12px, 14px 0, 38px 0;
    }

    66% {
        -webkit-box-shadow: -38px 0px, -14px 0, 14px -12px, 38px 0;
        box-shadow: -38px 0px, -14px 0, 14px -12px, 38px 0;
    }

    100% {
        -webkit-box-shadow: -38px 0, -14px 0, 14px 0, 38px -12px;
        box-shadow: -38px 0, -14px 0, 14px 0, 38px -12px;
    }
}

@keyframes animloader {
    0% {
        -webkit-box-shadow: -38px -12px, -14px 0, 14px 0, 38px 0;
        box-shadow: -38px -12px, -14px 0, 14px 0, 38px 0;
    }

    33% {
        -webkit-box-shadow: -38px 0px, -14px -12px, 14px 0, 38px 0;
        box-shadow: -38px 0px, -14px -12px, 14px 0, 38px 0;
    }

    66% {
        -webkit-box-shadow: -38px 0px, -14px 0, 14px -12px, 38px 0;
        box-shadow: -38px 0px, -14px 0, 14px -12px, 38px 0;
    }

    100% {
        -webkit-box-shadow: -38px 0, -14px 0, 14px 0, 38px -12px;
        box-shadow: -38px 0, -14px 0, 14px 0, 38px -12px;
    }
}

/*------------------------------------
    color switcher
------------------------------------*/
#colorswitch-option {
    position: fixed;
    top: 34%;
    left: 0;
    z-index: 10;
}

    #colorswitch-option button {
        width: 40px;
        height: 40px;
        line-height: 40px;
        background-color: #fff;
        font-size: 22px;
        border: 0;
    }

    #colorswitch-option ul {
        position: absolute;
        left: -150px;
        width: 150px;
        padding: 10px;
        background-color: #fff;
        -webkit-box-shadow: 0 0px 35px rgba(0, 0, 0, 0.08);
        box-shadow: 0 0px 35px rgba(0, 0, 0, 0.08);
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        z-index: 11;
    }

        #colorswitch-option ul.show {
            left: 0;
        }

    #colorswitch-option .colorswitch-option-label {
        font-weight: bold;
        margin-bottom: 10px;
        display: inline-block;
    }

    #colorswitch-option ul li {
        width: 33%;
        float: left;
        list-style: none;
        text-align: center;
        cursor: pointer;
    }

        #colorswitch-option ul li span {
            display: inline-block;
            width: 35px;
            height: 35px;
            border-radius: 50%;
            border: 1px solid rgba(0, 0, 0, 0.25);
            position: relative;
        }

        #colorswitch-option ul li.active span::before {
            content: "\f00c";
            font-family: "Font Awesome 5 Pro";
            color: #fff;
            position: absolute;
            top: 5px;
            left: 0;
            right: 0;
        }

/*------------------------------------
    Footer
------------------------------------*/
footer.main-footer {
    padding: 40px 0 10px;
    border-top: 1px solid #eee;
}

    footer.main-footer .back-to-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 40px;
    }

        footer.main-footer .back-to-top .back-btn {
            cursor: pointer;
            border: 1px solid #eee;
            border-radius: 10px;
            padding: 5px 15px;
        }

            footer.main-footer .back-to-top .back-btn .icon {
                margin-left: 7px;
            }

            footer.main-footer .back-to-top .back-btn span {
                font-size: 18px;
                font-weight: bold;
            }

    footer.main-footer .copy-right p {
        color: #777;
        font-size: 13px;
    }

footer.mini-footer {
    padding: 15px 0;
}

    footer.mini-footer .mini-footer-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

        footer.mini-footer .mini-footer-menu li {
            margin-left: 15px;
        }

            footer.mini-footer .mini-footer-menu li:last-child {
                margin-left: 0;
            }

            footer.mini-footer .mini-footer-menu li a {
                color: #979797;
            }

    footer.mini-footer .footer-light-text {
        color: #979797;
        text-align: center;
    }

    footer.mini-footer .copy-right-mini-footer {
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }

.rounded-box--footer {
    border-radius: 15px;
}


/* -------------------------------------------------
  (max-width: 1150px)
---------------------------------------------------*/
@media only screen and (max-width: 1150px) {
    .amazing-section .container .row {
        position: relative;
        padding-right: 200px;
    }

        .amazing-section .container .row .amazing-img-column {
            position: absolute;
            right: 0;
            width: auto;
        }

        .amazing-section .container .row .col-lg-9 {
            max-width: 100%;
        }
}

/* -------------------------------------------------
  (max-width: 960px)
---------------------------------------------------*/
@media only screen and (max-width: 960px) {
    body {
        padding-top: 0;
    }

    header.page-header {
        display: none;
        position: unset !important;
    }

    .header-responsive {
        display: block;
    }

    .page-content {
        margin-top: 20px !important;
    }

    .auth-page-wrapper {
        height: auto;
    }

    .product-tab-content .tab-content .product-params .params-list li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .product-tab-content .tab-content .product-params .params-list li .params-list-key,
        .product-tab-content .tab-content .product-params .params-list li .params-list-value {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }

            .product-tab-content .tab-content .product-params .params-list li .params-list-key span,
            .product-tab-content .tab-content .product-params .params-list li .params-list-value span {
                background-color: #fff;
            }

            .product-tab-content .tab-content .product-params .params-list li .params-list-key span {
                font-weight: bold;
            }
}

/* -------------------------------------------------
  (max-width: 810px)
---------------------------------------------------*/
@media only screen and (max-width: 810px) {
    .compare-table {
        min-width: 810px;
    }
}

/* -------------------------------------------------
  (max-width: 768px)
---------------------------------------------------*/
@media only screen and (max-width: 768px) {
    .page-content {
        margin-top: 25px;
    }

    .filter-options-sidebar {
        position: fixed !important;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        background: #fff;
        padding-top: 60px;
        z-index: 10000;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

        .filter-options-sidebar.toggled {
            right: 0;
        }

        .filter-options-sidebar .header-filter-options {
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            padding: 10px 20px;
        }

            .filter-options-sidebar .header-filter-options .btn-close-filter-sidebar {
                background-color: #fff;
                font-size: 20px;
            }

        .filter-options-sidebar .btn-filter-product-submit {
            width: 100%;
            height: 50px;
            line-height: 50px;
            background-color: #2d58cf;
            color: #fff;
            text-align: center;
            margin-left: -15px;
            margin-right: -15px;
            width: 100vw;
        }

    .comments-list > .row {
        padding-top: 0;
        padding-bottom: 0;
    }

        .comments-list > .row .article {
            padding-top: 15px;
        }

            .comments-list > .row .article .footer {
                position: relative;
            }
}

/* -------------------------------------------------
  (max-width: 576px)
---------------------------------------------------*/
@media only screen and (max-width: 576px) {
    .empty-box.empty-box--404 .pic img {
        max-width: 100%;
    }
}

/* -------------------------------------------------
  (max-width: 480px)
---------------------------------------------------*/
@media only screen and (max-width: 480px) {

    .category-img {
        width: 110px !important;
        height: 110px !important;
    }

    .checkout-section .checkout-step ul li {
        font-size: 13px;
    }

        .checkout-section .checkout-step ul li span {
            display: block;
            width: 85px;
            height: 38px;
            margin: auto;
            text-align: center;
        }

    .checkout-section .checkout-section-content .cart-items .cart-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .checkout-section .checkout-section-content .cart-items .cart-item .item-thumbnail {
            margin-bottom: 25px;
        }

        .checkout-section .checkout-section-content .cart-items .cart-item .item-quantity--item-price {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: start !important;
            -ms-flex-align: start !important;
            align-items: flex-start !important;
        }

            .checkout-section .checkout-section-content .cart-items .cart-item .item-quantity--item-price .item-quantity,
            .checkout-section .checkout-section-content .cart-items .cart-item .item-quantity--item-price .item-price {
                width: 100%;
            }

            .checkout-section .checkout-section-content .cart-items .cart-item .item-quantity--item-price .item-price {
                text-align: left;
            }

    .product-tab-content .tab-content {
        padding: 15px;
    }

    .blockquote {
        padding: 10px;
    }

        .blockquote .testimonial-avatar img {
            max-width: 30px;
        }

    footer.mini-footer .mini-footer-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        footer.mini-footer .mini-footer-menu li {
            margin-bottom: 20px;
        }

    .header-responsive .header-top > .site-logo {
        max-width: 100px;
    }

    .amazing-section .container .row {
        padding-right: 100px;
    }

    .amazing-section .amazing-img-column img {
        width: 125px;
    }
}

/* -------------------------------------------------
  (max-width: 350px)
---------------------------------------------------*/
@media only screen and (max-width: 350px) {
    .product-card.product-card-horizontal .product-card-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .product-card.product-card-horizontal .product-card-bottom .product-price {
            text-align: center;
            margin-bottom: 5px;
        }

    .amazing-section .container .row {
        padding-right: 80px;
    }

    .amazing-section .amazing-img-column img {
        width: 95px;
    }
}


/* -------------------------------------------------

---------------------------------------------------*/
.pagination.pageofpage {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
