﻿/*div, header, table, footer, section {
    box-shadow: 0 0 1px 0px darkgrey;
}*/
@font-face {
    font-family: 'yekan';
    src: url('/Areas/shop/Content/fonts/yekan.woff') format('woff');
}

@font-face {
    font-family: 'IRANSansWeb_Medium';
    src: url('/Areas/shop/Content/fonts/woff/IRANSansWeb_Medium.woff') format('woff');
}

@font-face {
    font-family: 'iranyekanweblight';
    src: url('/Areas/shop/Content/fonts/woff/iranyekanweblight.woff') format('woff');
}

@font-face {
    font-family: 'iranyekanwebbold';
    src: url('/Areas/shop/Content/fonts/woff/iranyekanwebbold.woff') format('woff');
}

@font-face {
    font-family: 'IRANSansWeb_Light';
    src: url('/Areas/shop/Content/fonts/woff/IRANSansWeb_Light.woff') format('woff');
}

@font-face {
    font-family: 'robotobold';
    src: url('/Areas/shop/Content/fonts/woff/robotobold.woff') format('woff');
}

@font-face {
    font-family: 'Shabnam-Light';
    src: url('/Areas/shop/Content/fonts/shabnam-font-v2.4.0/Shabnam-Light.woff') format('woff');
}

@font-face {
    font-family: 'Shabnam-Bold';
    src: url('/Areas/shop/Content/fonts/shabnam-font-v2.4.0/Shabnam-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Shabnam';
    src: url('/Areas/shop/Content/fonts/shabnam-font-v2.4.0/Shabnam.woff') format('woff');
}

@font-face {
    font-family: 'Yekan';
    src: url('/Areas/shop/Content/fonts/yekan-font/Yekan.woff') format('woff');
}

.rtl * {
    direction: rtl;
}

.ltr {
    direction: ltr;
}

* {
    outline: none !important;
}

*, :after, :before {
    box-sizing: inherit;
}

hr {
    background: #f0f5f9;
}

body {
    color: #515151;
    background: #fafafa !important;
    position: relative;
    min-height: 100vh;
    font-family: 'Shabnam' !important;
}

header {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    background: #fff;
    /*position: sticky;
    top: 0;
    z-index: 9999;*/
}

ul, ol, li {
    list-style: none;
}

.w-container, .w-container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}

.w-container-fluid {
    padding: 0;
}

.w-container {
    max-width: 1676px !important;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.d-center {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 15px 0;
}

#waiting {
    position: absolute;
    left: 0;
    top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    background: #0000008c;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9999;
    padding-top: 300px;
}

    #waiting div {
        background: #fff;
        padding: 1px 90px;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* border-radius: 5px; */
        /* top: 200px; */
        /* opacity: .8; */
    }

.table td, .table th {
    vertical-align: middle !important;
}

input.main-search {
    width: 100%;
    border: 0;
    background: #f4f4f4;
    box-shadow: 0px 1px 2px -2px #909090;
    height: 40px;
    border-radius: 0 7px 7px 0;
    border: 1px solid #ddd;
    padding: 0 15px;
    text-align: right;
}

    input.main-search:focus {
        border: 0;
    }

.main-search-holder {
    width: 100%;
    min-height: 300px;
    position: absolute;
    right: 0;
    left: 0;
    background: #fff;
    max-height: 300px;
    overflow-y: scroll;
    z-index: 99999;
}

    .main-search-holder li {
        padding: 0 15px;
        border-bottom: 1px solid #ebeced;
    }

.no-padding {
    padding: 0 !important;
}

ul {
    /*padding: 0 !important;*/
    margin: 0 !important;
}

    ul li {
        list-style: none;
    }



    ul.login li {
        display: inline-block;
        margin-left: 15px;
    }

a {
    color: #555 !important;
}

    a, a:visited, a:hover {
        text-decoration: none !important;
        /*color:#dd9f0c !important;*/
    }

img {
    max-width: 100%;
    transition: all .5s;
}

.caption {
    position: absolute;
    top: -68px;
    left: -90px;
    background: #f4f4f4;
    height: 160px;
    width: 200px;
    padding: 15px;
    transform: rotate(-45deg);
}

    .caption span {
        position: absolute;
        bottom: 20px;
        right: 42px;
    }

.social-btn {
    margin-left: 10px !important;
}

    .social-btn li {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

        .social-btn li a {
            font-size: 1.5em;
            padding: 5px;
            width: 40px;
            height: 40px;
            color: #fff !important;
        }

        .social-btn li.btn-instagram {
            background-color: #d5037c;
        }

        .social-btn li.btn-whatsapp {
            background-color: #0ed83e;
            margin-right: 10px;
        }

.main-slider .slider {
    background-color: #c1dfea;
    /* position: absolute; */
    /* width: 100%; */
    /* height: 100%; */
    /* right: 0; */
    height: 100%;
}

.t-box {
    height: 300px;
    margin: 10px 0;
    border-radius: 5px;
}

aside.home-box-items {
    margin-left: -15px;
    margin-right: -15px;
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    margin: 0;
}

    aside.home-box-items .box-item {
        width: 20%;
    }

        aside.home-box-items .box-item:not(:last-of-type) {
            margin-left: 20px;
        }

section.content {
    padding: 10px 0;
}

/*.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-left: 8px !important;
    padding-right: 8px !important;
}*/

.box {
    width: 100%;
    /* height: 100%; */
    border-radius: 5px;
    /* padding: 10px 0; */
    background: #fff;
    /* padding-bottom: 30px; */
    /* box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.11); */
    border: 1px solid #e4e4e4;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    overflow: hidden;
}

.item-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ebeced;
    padding: 0 0 0 19px;
    /* color: #007bff; */
}

.box .box-title {
    position: relative;
    line-height: 33px;
    padding-right: 15px;
    font-size: 1.1rem;
    padding-top: 15px;
    font-family: iranyekanwebbold;
    color: #424141;
}

    .box .box-title span {
        padding: 11px;
        border-bottom: 1px solid #bd3636;
    }

    .box .box-title:before {
        content: "";
        position: absolute;
        right: 182px;
        left: 16px;
        bottom: -9px;
        background-color: #f2eded;
        height: 1px;
        z-index: 0;
    }

.head {
    position: relative;
    line-height: 33px;
    padding-right: 15px;
    font-size: 1.1rem;
    padding-top: 15px;
    font-family: iranyekanwebbold;
    color: #424141;
}

figcaption {
    font-size: .9rem;
    padding: 0px 0;
    color: #2b2b2b;
    /* text-align: center; */
    /* line-height: 30px; */
    padding-bottom: 10px;
    width: 100%;
    /* text-align: c; */
}

    figcaption > p {
        /* width: 90%; */
        text-overflow: ellipsis;
        overflow: hidden;
        /* white-space: nowrap; */
        text-align: center;
        height: 60px;
    }

footer {
    background: #ededed;
    padding: 0px;
    margin-top: 15px;
    display: flex;
    overflow: hidden;
    border-top: 1px solid #ddd;
}

    footer .footer-links {
        display: flex;
        padding-right: 0;
    }

        footer .footer-links .social > li {
            margin-right: 20px;
        }


.input-text {
    border-radius: 15px;
    padding: 5px 15px;
    width: 50%;
    border: 0;
    box-shadow: 0 0 1px black;
}

.blue-button {
    background-image: linear-gradient(45deg,#1f5090,#1a365e);
    color: #fff !important;
    padding: 7px 15px;
    border-radius: 15px;
    font-size: .875rem;
}

.green-button {
    background-image: linear-gradient(45deg,#09be9d,#07e0b8);
    color: #fff !important;
    padding: 7px 15px;
    border-radius: 15px;
    font-size: .875rem;
}

.red-button {
    background-image: linear-gradient(45deg,#ea1c30,#b30a1b);
    color: #fff !important;
    padding: 7px 15px;
    border-radius: 15px;
    font-size: .875rem;
    display: inline-block;
    /* margin: 15px 0; */
}

span.cartNo {
    background: #07e0b8;
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .7em;
}

.AddToCart {
    width: 100%;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: space-between;
    font-size: 1em;
}

.input-icon {
    width: 100%;
    position: relative;
    padding-left: 60px;
}

    .input-icon button {
        position: absolute;
        left: 0;
        top: 0;
        width: 60px;
        background-color: #c02026;
        border-radius: 7px 0 0 7px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        cursor: pointer;
        color: #fff;
        font-size: 1.5rem;
    }

.top-header-left-login {
    border: 1px solid #ebeced;
    padding: 7px 18px;
    border-radius: 5px;
}

ul.login-container {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
}

    ul.login-container li a, .cart-link {
        /* line-height: 1.33; */
        /* height: 100%; */
        /* padding: 10px; */
        width: 100%;
    }

    ul.login-container li:last-child {
        padding-right: 80px;
        display: flex;
        align-items: center;
    }

    ul.login-container li:first-child:after {
        content: '/';
        position: relative;
        top: 3px;
    }

    ul.login-container li:last-child:before {
        border-radius: 100%;
        content: '?';
        width: 38px;
        height: 22px;
        border: 1px solid #555;
        padding: 0px;
        /* display: flex; */
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    ul.login-container li {
        display: flex;
        align-items: center;
    }

.cart {
    display: flex;
    text-align: center;
}

    .cart .cart-link {
        border-radius: 5px;
        font-size: 1.3rem;
    }

.category-box {
    /* margin: 0 0 10px 10px; */
    /* flex: 0 0 307px;*/
    transition: .5s ease;
}

.box.category-box:hover {
    position: relative;
    /*transform: rotate3d(1, 1, 1, 15deg);*/
    z-index: 9;
}

.category-box figure {
    justify-content: center;
    text-align: center;
    padding-top: 20px;
    min-height: 200px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
}

    .category-box figure figcaption {
        font-size: 1rem;
        position: absolute;
        bottom: -1px;
        /* background: #5f5d5d33; */
        color: #ebeced;
        padding-top: 5px;
    }

        .category-box figure figcaption a {
            color: #fefefe !important;
        }

.category-box ul li {
    line-height: 2rem;
    /* padding-right: 15px; */
    padding: 0 15px;
}

    .category-box ul li a:hover {
        margin-right: 15px;
        color: #ffc107 !important;
    }

    .category-box ul li a {
        transition: all .3s;
    }

    .category-box ul li.sub-menu-title > a, .sub-menu-title {
        color: #2f95ed !important;
    }

    .category-box ul li span:before {
        content: '○';
        padding-left: 10px;
    }

    .category-box ul li small {
        color: #ccc;
    }


ul.breadcrumb {
    background: unset;
}

ul.breadcrumbli a {
    padding: 10px;
}


ul.breadcrumb li {
    /* padding: 10px 0 0 10px; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: .8rem;
}

    ul.breadcrumb li:after {
        content: '/';
        /* padding: 0 10px; */
        width: 30px;
        text-align: center;
    }

    ul.breadcrumb li:last-child:after {
        display: none;
    }

    ul.breadcrumb li:last-child > span {
        font-weight: bold;
    }

.page-column {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

    .page-column .right {
        width: 20%;
        padding-left: 15px;
    }

.page-column-right {
    position: sticky;
    top: 0;
    right: 0;
    z-index: 1;
}

.page-column .right .box {
    padding: 10px 20px;
}

hr {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
    border: 0;
    border-top: 1px solid rgba(121, 121, 121, 0.1);
}

.page-column .box {
    padding: 0;
    border-radius: 0;
    height: auto;
}

    .page-column .box .box-header {
        padding: 10px 0;
    }

        .page-column .box .box-header .price-caption {
            padding: 0;
            display: flex;
        }

            .page-column .box .box-header .price-caption li {
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                width: 50%;
                line-height: 30px;
            }

                .page-column .box .box-header .price-caption li span {
                    background-color: #f4f4f4;
                    padding: 5px;
                    border-radius: 5px;
                }

        .page-column .box .box-header span.box-title-sp {
            font-size: .9rem;
            font-weight: bold;
            color: #2b2b2b;
        }

.page-column .left {
    width: 80%;
    height: 100%;
}

.product-item .p-price {
    /* font-size: 1.4rem; */
    color: #74b923;
    /* float: left; */
    width: 100%;
    text-align: center !important;
    padding: 0 20px;
    font-size: 16px;
    font-size: 1rem;
    position: absolute;
    bottom: 0px;
    left: 0;
}

.product-item .discount, .discount {
    text-decoration: line-through;
    color: #e25252 !important;
    text-align: right;
}

.product-item .discount-holder {
    display: flex;
    justify-content: start;
    width: 100%;
    /* padding: 0 10px; */
    flex-direction: column;
    /* float: right; */
}

    .product-item .discount-holder .discount-value, .price-discount .discount-value {
        background: #ea1d1dbd;
        color: #fff !important;
        padding: 0px 14px;
        border-top-left-radius: 20px;
        border-bottom-right-radius: 20px;
        margin: 0 5px;
        font-weight: bold;
        display: flex;
        width: 53px;
        font-size: .8em;
    }

span.lable {
    position: absolute;
    right: 0;
    top: 0;
    background: #ffc107;
    font-size: 13px;
    padding: 8px;
    border-bottom-left-radius: 10px;
}

.product-item a > figure {
    display: flex;
    /* justify-content: center; */
    /* display: none !important; */
    flex-direction: column;
    align-items: center;
    margin: 15px 0;
    padding: 0 10px;
    height: 360px;
    /* margin: 0; */
    position: relative;
    padding-bottom: -16px;
    margin: 0 !important;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
}

.lSSlideWrapper .lSSlide li.lslide > .product-item {
    /* background: #fff; */
    /* border: 1px solid #ebeced; */
    border-radius: 2px;
    margin: 2px;
    /* height: 100%; */
    position: relative;
    /* display: inline-flex; */
}

.product-page .product-item figure {
    position: unset;
}

.page-column .left .product-items {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

    .page-column .left .product-items .product-item {
        height: 330px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        text-align: center;
        cursor: pointer;
        transition: all .1s ease .1s;
        box-shadow: 0 0 1px #c3c3c3;
        padding-top: 5px;
        position: relative;
        overflow: hidden;
        margin-bottom: 10px;
        background: #fff;
    }



        .page-column .left .product-items .product-item .compare-product {
            position: absolute;
            top: 15px;
            left: 15px;
            display: none;
        }

        .page-column .left .product-items .product-item .extra-info {
            position: absolute;
            background: #565656d4;
            height: 100%;
            top: 0;
            right: 0;
            color: #ffffff;
            text-align: right;
            padding: 15px;
            opacity: 0;
            transition: all .2s ease .2s;
        }

            .page-column .left .product-items .product-item .extra-info li hr {
                background: #c1c1c1;
            }

        .page-column .left .product-items .product-item .extra-info-items li {
            display: flex;
            align-items: center;
            font-size: .9rem;
            margin-top: 10px;
            color: #f4ff02;
        }

            .page-column .left .product-items .product-item .extra-info-items li i {
                font-size: .6rem;
                padding-left: 10px;
            }

        .page-column .left .product-items .product-item figure, .page-column .left .product-items .product-item a {
            width: 100%;
            transition: all .3s;
        }

            .page-column .left .product-items .product-item a figure {
                border: 0;
                background: none;
            }

            .page-column .left .product-items .product-item figure > figcaption {
                text-align: right;
                /* padding: 15px; */
                font-size: .85rem;
                text-overflow: ellipsis;
                overflow: hidden;
                /* padding-top: 30px; */
                /* line-height: 30px; */
                padding-top: 0;
            }

                .page-column .left .product-items .product-item figure > figcaption > p {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    line-height: 23px;
                }

            .page-column .left .product-items .product-item figure img {
                transition: all .3s;
                /* display: none; */
                /* border: 1px solid; */
            }

.rate-container {
    /* position: absolute; */
    top: 10px;
    width: 100%;
    right: 0;
}

._rate {
    padding-top: 10px;
}

.page-column .left .product-items .product-item:hover {
    box-shadow: 0 0 5px 1px #b0b0b0;
    -moz-box-shadow: 0 0 5px 1px #b0b0b0;
}

    .page-column .left .product-items .product-item:hover > a .extra-info {
        box-shadow: 0 0 5px 1px #b0b0b0;
        -moz-box-shadow: 0 0 5px 1px #b0b0b0;
        display: block;
        opacity: .8;
    }

.page-column .left .product-items .product-item.in-spec:hover > a > figure > figcaption {
    /* display: none;*/
    padding-top: 0;
}

.page-column .left .product-items .product-item.in-spec:hover > a {
    /* height: 100%; */
    display: flex;
    align-items: center;
    justify-content: center;
}

    .page-column .left .product-items .product-item.in-spec:hover > a > figure img.p {
        width: 100%;
    }

.page-column .left .product-items .product-item:hover > figure > figcaption > a.add-to-cart {
    opacity: 1;
    visibility: visible;
}

.page-column .left .product-items .product-item:hover > .compare-product {
    display: block;
}

.page-column .left .product-items .product-item figure > figcaption a.add-to-cart {
    font-size: 2rem;
    position: absolute;
    left: 15px;
    bottom: 15px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease .15s;
}

.page-column .left .product-items .product-item figure > figcaption a.product-title {
    line-height: 3rem;
    overflow: hidden;
}

.page-column .left .product-items .product-item figure > figcaption .p-price {
    font-size: 1.2rem;
    color: #000;
    font-weight: bold;
}

.product-list-top {
    padding: 10px 15px;
}

ul.product-order {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

    ul.product-order li {
        line-height: 1.7rem;
        padding: 0 10px;
        /* background: #ccc; */
        display: flex;
        margin-right: 2px;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
        font-size: .9rem;
    }

        ul.product-order li.active {
            border-bottom: 2px solid #dc1b1b;
            border-radius: 0;
            border-top: 0;
        }

        ul.product-order li:first-child {
            padding-right: 0;
        }

.list-count {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

    .list-count span {
        text-align: left;
    }

.product-search {
    position: relative;
}

    .product-search input {
        border: 0;
        box-shadow: 0 0 1px #646363;
        border-radius: 5px;
        width: 100%;
        padding: 3px;
        padding-right: 15px;
    }

    .product-search i {
        position: absolute;
        left: 10px;
        top: 6px;
        box-shadow: 0 0 0px black;
    }

.product-images li {
    max-width: 100%;
    height: 100px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #ebeced;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .product-images li.active {
        border: 1px solid #d8d8d8;
    }

    .product-images li:not(:first-of-type) {
        margin-right: 5px;
    }

.view-product-images {
    display: none;
}

div#popup-content {
    display: flex;
    width: 100%;
}

.view-product-images.show {
    display: flex !important;
    max-height: 100%;
    width: 100%;
}

.view-product-images .left {
    flex: 0 0 20%;
    max-width: 20%;
    max-height: 100%;
}

.view-product-images .right {
    flex: 0 0 80%;
    max-width: 80%;
}

.view-product-images .left ul {
    height: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border-right: 1px solid #ebeced;
    max-height: 100%;
}

    .view-product-images .left ul > li {
        margin-bottom: 5px;
        border: 1px solid #ebeced;
        border-radius: 5px;
    }

.popup-view {
    position: fixed;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    background: #0000008c;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9999;
    padding: 100px;
}

    .popup-view .popup {
        background: #fff;
        padding: 15px;
        position: sticky;
        overflow: :hidden;
        display: flex;
        overflow: hidden;
        top: 0;
        flex-direction: column;
    }

        .popup-view .popup .popup-header {
            display: flex;
            justify-content: space-between;
            /* background: #f4f4f4; */
            border-bottom: 1px solid #ccc;
            /* line-height: 58px; */
            margin-bottom: 15px;
            align-items: center;
            padding-bottom: 15px;
        }

            .popup-view .popup .popup-header span {
                font-size: 1.6rem;
                font-weight: bold;
            }

            .popup-view .popup .popup-header a:after {
                content: '×';
                width: 20px;
                height: 20px;
                padding: 15px;
                font-size: 2.3rem;
            }

.notfound {
    padding: 15px;
    text-align: center;
    width: 100%;
    margin-top: 50px;
    font-size: 1.2rem;
    background: #fff2f2;
}

.tabs li {
    display: flex;
    background: #f4f3f3;
    border: 1px solid rgb(219, 219, 219);
    border-right: 0;
    align-items: center;
}

    .tabs li.active {
        background: #fff;
        border-bottom: 0;
        border-top: 3px solid rgb(216, 36, 36);
        z-index: 5;
    }

    .tabs li:first-child {
        border-right: 1px solid rgb(224, 224, 224);
    }

    .tabs li a {
        padding: 15px 45px;
    }

        .tabs li a i {
            font-size: 1.7rem;
            color: #aaa;
            position: relative;
            top: 5px;
        }

.tabs > li.active * {
    /* background: #fff; */
    /* border-bottom: 0; */
    /* border-top: 3px solid rgb(216, 36, 36); */
    z-index: 5;
    color: #dc3545 !important;
}

.tab-item {
    background: #fff;
    border: 1px solid rgb(224, 224, 224);
    margin-top: -1px;
    padding: 35px 15px;
    display: none;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
}

    .tab-item.active {
        display: block;
    }


ul.list-spec li .spec-title {
    padding-left: 30px;
    background: #ebeced;
    line-height: 45px;
    width: 20%;
    padding-right: 15px;
    border-bottom: 1px solid #fff;
}

ul.list-spec li .spec-value {
    line-height: 45px;
    background: #fafafa;
    width: 80%;
    padding-right: 15px;
    border-bottom: 1px solid #fff;
    /*direction: ltr;*/
    text-align: right;
    margin-right: 15px;
    font-size: 1em;
}

    ul.list-spec li .spec-value:hover {
        background: rgb(224, 224, 224);
    }

li.list-spec-header {
    align-items: center;
    line-height: 50px;
    font-size: 1.2rem;
    color: #dc3545;
}

.d-flex-padding-left li {
    padding-left: 20px;
}

.comments-order {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

ul.user-comments li.comment-item {
    background: #fcfcfc;
    margin-top: 25px;
    padding: 20px;
    border: 1px solid #d0d1d2;
    - radius: 50px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

ul.user-comments li .user-comments-header {
    margin-bottom: 30px;
    font-size: .8rem;
    color: #979696;
    border-bottom: 1px solid #ebe8e8;
    padding-bottom: 15px;
}

ul.user-comments li .user-comments-body {
    line-height: 35px;
}

.tree-view ul {
    padding-right: 15px;
    list-style-type: none;
    display: inline;
}

    .tree-view ul a, .tree-view ul span {
        font-size: 13px;
    }

        .tree-view ul a input {
            position: relative;
            top: 7px;
            width: 20px;
            height: 18px;
        }

    .tree-view ul li small {
        position: absolute;
        left: -8px;
        top: 1px;
        color: #ccc;
        padding-left: -8px;
        font-size: .7rem;
    }

    .tree-view ul li {
        position: relative;
        line-height: 30px;
    }

    .tree-view ul span.op-0 {
        opacity: 0;
        display: none;
    }

    .tree-view ul a.current {
        font-weight: bold;
    }

    .tree-view ul button {
        border: 0;
        background: transparent;
        padding: 0;
        cursor: pointer;
    }

        .tree-view ul button i {
            font-size: 12px;
        }

        .tree-view ul button.expanded i::before {
            content: '\f078';
        }

.paging {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    height: 50px;
    position: relative;
}

.pagination li {
    padding: 6px;
    font-size: 1.5rem;
}

.pagination > li.active, .pagination > li.active a {
    color: #f00 !important;
}

.list-total-item {
    position: absolute;
    left: 15px;
    top: 10px;
}

.filter-box {
    padding: 5px 15px;
    background: #ebeceb;
    border: 1px solid #ddd;
}

.filtering li {
    font-size: .9rem;
    /* line-height: 20px; */
    /* display: flex; */
    /* align-items: center; */
}

    .filtering li input {
        width: 16px;
        height: 16px;
    }

.user-filters li {
    margin-bottom: 10px;
    margin-left: 10px;
    background: #f2f2f2;
    padding: 5px;
    box-shadow: 0 0 1px #cdcccc;
}

.filter-box-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

    .filter-box-title i {
        transition: all 0.5s ease;
    }

        .filter-box-title i.in {
            transform: rotate(180deg);
        }



.filtering {
    border-top: 1px solid #ebeced;
    padding-top: 15px !important;
}

    .filtering li span {
        padding: 5px;
        font-weight: normal !important;
        display: flex;
        align-items: center;
    }

        .filtering li span i {
            padding-left: 5px;
            color: #bfbfbf;
        }

span.color-filter-sp {
    border-radius: 100%;
    box-shadow: 0 0 1px black;
}

::-webkit-input-placeholder {
    font-size: .8rem;
}

:-ms-input-placeholder {
    font-size: .8rem;
}

::placeholder {
    font-size: .8rem;
}

.item-filter {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.color-filter span.color-filter-sp {
    box-shadow: 0 0 1px #000;
    border-radius: 100%;
}

ul.p-color {
    position: absolute;
    display: flex;
    top: 5px;
    left: 5px;
    flex-direction: column;
    margin-bottom: 3px;
}

    ul.p-color li {
        width: 10px;
        height: 10px;
        border-radius: 100%;
        opacity: .5;
        /* margin-left: 2px; */
        margin-bottom: 3px;
        /* box-shadow: 0 0 1px #464646; */
        border: 1px solid #aeadad;
    }

.checkbox {
    display: inline-flex;
    position: relative;
    top: 5px;
    margin-bottom: 5px;
}

    .checkbox label {
        font-size: .9rem;
        display: flex;
        align-items: center;
        margin: 0;
    }

        .checkbox label:after,
        .radio label:after {
            content: '';
            display: table;
            clear: both;
        }

    .checkbox .cr,
    .radio .cr {
        position: relative;
        display: inline-block;
        border: 1px solid #a9a9a9;
        border-radius: .25em;
        width: 1.1em;
        height: 1.1em;
        float: right;
        margin-left: .3em;
    }

.radio .cr {
    border-radius: 50%;
}

    .checkbox .cr .cr-icon,
    .radio .cr .cr-icon {
        position: absolute;
        font-size: 1em;
        line-height: 0;
        top: 50%;
        /* left: -14%; */
        right: 0;
        color: #dc3545;
    }

    .radio .cr .cr-icon {
        margin-left: 0.04em;
    }

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

    .checkbox label input[type="checkbox"] + .cr > .cr-icon,
    .radio label input[type="radio"] + .cr > .cr-icon {
        transform: scale(3) rotateZ(-20deg);
        opacity: 0;
        transition: all .3s ease-in;
    }

    .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
    .radio label input[type="radio"]:checked + .cr > .cr-icon {
        transform: scale(1) rotateZ(0deg);
        opacity: 1;
    }

    .checkbox label input[type="checkbox"]:disabled + .cr,
    .radio label input[type="radio"]:disabled + .cr {
        opacity: .5;
    }

ul.user-compare li {
    width: 50%;
}

    ul.user-compare li figure {
        border: 1px solid #ebebeb;
        margin: 5px;
        padding: 5px;
    }

        ul.user-compare li figure figcaption {
            font-size: .7rem;
        }

.go-compare {
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
}

a.bluebtn {
    background: #00bfd6;
    padding: 10px;
    font-size: 1rem;
    color: #fff !important;
    border-radius: 8px;
    min-width: 150px;
    text-align: center;
    /* margin: auto; */
    display: flex;
    width: 100%;
    justify-content: center;
}

.go-compare a.compare-all-remove {
    color: #f00 !important;
    font-size: .9rem;
}

.in-compare {
    -webkit-box-shadow: inset 0px -200px 132px -200px rgba(0,191,214,0.21) !important;
    -moz-box-shadow: inset 0px -200px 132px -200px rgba(0,191,214,0.21) !important;
    box-shadow: inset 0px -200px 132px -200px rgba(0,191,214,0.21) !important;
}

    .in-compare .compare-product {
        display: block !important;
    }

.main-compare {
    /*justify-content: space-around;*/
    border-bottom: 3px solid #00bfd6 !important;
    border: 1px solid #e9ecef;
}

    .main-compare li, .compare-value li {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        position: relative;
        /* flex: 0 0 25%; */
        border-right: 1px solid #e9ecef;
    }

        .main-compare li:first-child {
            border: 0;
        }

        .compare-value li:last-child {
            border-left: 1px solid #e9ecef;
        }

        .main-compare li figure {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .main-compare li:after {
            width: 0;
            height: 0;
            border-color: transparent transparent #00bfd6;
            border-style: solid;
            border-width: 0 10px 10px;
            position: absolute;
            bottom: 0;
            left: 50%;
            margin-left: -5px;
            content: "";
        }

.compare-value-box {
    border-bottom: 1px solid #e9ecef;
}

.compare-fix {
    position: sticky;
    background: #fff;
    z-index: 1;
    top: 0;
    right: 0;
    box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.45);
}

    .compare-fix li {
        /* align-items: center; */
        height: 160px;
        /* padding-top: 15px; */
    }

        .compare-fix li figure {
            height: 50px;
            text-align: center;
            display: block;
        }

            .compare-fix li figure img {
                width: 80px;
            }

            .compare-fix li figure figcaption > .p-price {
                position: relative;
                bottom: 10px;
            }

            .compare-fix li figure a {
                display: none;
            }

.compare-title {
    background: #eee;
    padding: 8px 33px;
}

    .compare-title * {
        margin: 0;
    }

.compare-value {
    align-items: center;
    line-height: 55px;
    transition: all .3s;
}

    .compare-value:hover {
        background-color: #535252;
    }

        .compare-value:hover > li {
            color: #fff;
        }

    .compare-value li {
        font-size: .9rem;
        direction: ltr;
        text-align: right;
    }

ul.list-spec p, .compare-title-spec {
    margin: 0;
    padding: 30px 0;
    color: #00bfd6;
    /* border-top: 1px solid #ece9fe; */
}

section#product-info {
    display: flex;
    justify-content: flex-start;
}

    section#product-info .left-side {
        /* margin-right: 15px; */
    }



.product-info {
    position: relative;
    min-height: 100%;
}

.product-info-right {
    /* border-left: 1px solid #dee2e6; */
}

.product-info-price {
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 20%;
    border-right: 1px solid #e6e6e6;
}

.product-info .no-padding.product-spec.no-padding.product-spec {
    margin-top: 15px;
    /* padding-top: 15px !important; */
    line-height: 1.83;
    box-shadow: 0 0 black;
}

.product-info-sec-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-info .no-padding.product-spec > li:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #ccc;
    vertical-align: middle;
    margin-left: 5px;
    border-radius: 50%;
}

.product-info .no-padding.product-spec > li:first-child:before {
    display: none;
}

.product-info .no-padding.product-spec > li {
    padding-right: 10px;
    display: flex;
    align-items: center;
    list-style: circle !important;
}

.attr-items li {
    padding: 3px 9px 4px 15px;
    border: 1px solid #95caff;
    margin-left: 10px;
    border-radius: 4px;
    position: relative;
    margin-bottom: 5px;
    min-width: 120px;
    font-size: .9em;
}

    .attr-items li input {
        margin-left: 15px;
        z-index: 2;
        width: 15px;
        height: 15px;
    }

    .attr-items li .attr-color {
        background-color: #000000;
        display: block;
        height: 100%;
        width: 30px;
        position: absolute;
        right: 0;
        top: 0;
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
        z-index: 1;
        border: 1px solid #ccc;
        /* opacity: .3; */
    }

.product-info .product-info-sec {
    /* border-right: 1px solid #ebeced; */
    display: flex;
    height: 100%;
}

.t-description {
    padding-right: 15px;
}

.product-info .category-link {
    color: #c02026;
    position: relative;
    padding: 0;
    line-height: 31px;
}

    .product-info .category-link:after {
        left: 0;
        right: 0;
        top: 50%;
        margin-top: 0.85em;
        content: "";
        position: absolute;
        border-bottom: 1px dashed #c02026;
    }

.product-info .product-info-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

    .product-info .product-info-bottom .product-info-top-labels {
        padding: 20px;
    }

    .product-info .product-info-bottom .product-info-btns {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-top: 1px solid #ebeced;
        padding: 20px;
    }

        .product-info .product-info-bottom .product-info-btns .cart-btn {
            font-size: 1.2rem;
            /* font-family: IRANYekanWeb; */
        }

        .product-info .product-info-bottom .product-info-btns .product-price span {
            color: #dc3545;
        }

.product-info .product-info-btns .product-price span.price-value {
    font-size: 1.8rem;
    font-family: iranyekanwebbold;
}

.product-info .product-info-bottom .product-info-btns .product-price .price-discount span.price-value {
    font-size: 1.2rem;
    color: #aeacac;
    text-decoration: line-through;
}

.product-info .product-info-bottom .product-info-btns .product-price .price-discount span.discount-value.per {
    background: #ff3f3f;
    color: #fff !important;
    padding: 1px 17px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin: 0 5px;
    font-weight: bold;
}

.product-info .product-info-bottom .product-info-sec {
    border-right: 1px solid #ebeced;
    padding-right: 15px;
}

.product-info-description {
    padding: 30px;
}

    .product-info-description p {
        line-height: 36px;
    }

.product-notic {
    padding: 15px;
    opacity: .5;
}

    .product-notic ul {
        padding: 0;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        border-top: 1px solid #dedede;
        padding-top: 15px;
    }

        .product-notic ul li {
            text-align: center;
            display: flex;
            flex-direction: column;
            color: #9c9b9b;
            /* font-size: 2em; */
        }

            .product-notic ul li b {
                color: #888;
                font-size: .9em;
            }

            .product-notic ul li p {
                padding-top: 10px;
                font-size: .8em;
                color: #777;
            }
/*.modal.show .modal-dialog {
    max-width: 100%;
}*/

.w-20 {
    width: 20%;
}

.w-80 {
    width: 80%;
}

.main, #product-info {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
}

    .main .right-side, .main .left-side {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 0;
        padding-left: 0;
    }

    .main .right-side {
        flex: 0 0 16.5%;
        max-width: 16.5%;
        display: flex;
        flex-direction: column;
    }

    .main .left-side {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #product-info .left-side {
        flex: 0 0 16.5%;
        max-width: 16.5%;
        display: flex;
        flex-direction: column;
    }

.login-items {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.login-bottom {
    display: flex;
}

    .login-bottom .login-bottom-right {
        display: flex;
        align-items: center;
    }

.footer-category {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0;
}

    .footer-category li, .footer-contact li {
        line-height: 30px;
    }

        .footer-category li a, .footer-contact li, .footer-contact li a {
            color: #3d5d7f !important;
            font-size: .9rem;
        }

.footer-copyright {
    line-height: 33px;
}

    .footer-copyright p {
        padding: 10px 0;
        margin: 0;
        color: #f7f7f7;
        font-size: .8rem;
        text-align: center;
    }

.category-holder-box {
    padding: 30px 0 30px 0;
}

.slick-slider.slider-category-holder .lslide .product-item {
    background: #fff;
    margin: 0 10px;
    border-radius: 10px;
    height: 335px;
    position: relative;
}

.category-holder {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}

    .category-holder h3 {
        text-align: center;
    }

.category-holder-btn {
    padding: 9px 16px;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    font-weight: 700;
    border: 1px solid #fff;
    color: #fff;
    margin-bottom: 15px;
}

    .category-holder-btn a {
        color: #fff !important;
    }

.lSSlideWrapper .lSSlide {
    min-height: 470px;
    /* padding-bottom: 39px; */
}

    .lSSlideWrapper .lSSlide li.lslide {
        min-height: 100%;
        position: relative;
    }

.lSAction > .lSPrev {
    /* box-shadow: 1.5px 0 4px 0 rgba(0,0,0,.15); */
}

.txt-mobile {
    border: 0;
    background: #f4f4f4;
    box-shadow: 0px 1px 2px -2px #909090;
    height: 40px;
    border-radius: 7px;
    border: 1px solid #ddd;
    padding: 0 15px;
    text-align: center;
    font-size: 1.3em;
    color: #444;
}

ul.user-comments {
    padding: 0;
}

.comments-like {
    align-items: center;
}

    .comments-like li {
        padding: 0 15px;
    }

        .comments-like li.comments-like-item {
            width: 70px;
        }

        .comments-like li a {
            font-size: 1.4em;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

.product-rate {
    direction: ltr !important;
    text-align: left;
}

    .product-rate i {
        color: #dc3545;
    }

ul.d-flex.product-btn {
    padding: 0;
    align-items: center;
    justify-content: flex-end;
    /* height: 35px; */
    border-top: 1px solid #e6e6e6;
    padding-top: 8px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 2px;
    margin-bottom: 30px !important;
}

    ul.d-flex.product-btn li {
        padding: 0 9px;
        font-size: 1.3em;
    }

        ul.d-flex.product-btn li a {
            color: #b1afaf !important;
        }

.t-silver {
    color: #dc3545;
}

.input-container, .date-container {
    position: relative;
}

    .input-container a {
        position: absolute;
        left: 0;
        border-radius: 0;
    }

        .input-container a.delete-item, .date-container a.delete-item {
            position: absolute;
            top: 0;
            right: 8px;
            height: 100%;
            display: flex;
            align-items: center;
            font-size: 15px;
            width: 10px;
            color: #b50e0e;
            display: none;
        }

    .date-container a.show-date {
        font-size: 1.8rem;
        position: absolute;
        left: 6px;
        top: 2px;
        color: #444;
    }

    .input-container input, .date-container input {
        padding-right: 21px;
    }

.modal-header > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    width: 100%;
}

table.B_days {
    width: 100%;
}

table.B_daystr td {
    text-align: center;
}

table.B_days tbody tr td {
    text-align: center;
    padding: 8px 3px;
}

    table.B_days tbody tr td a {
        display: inline-block;
        width: 100%;
        height: 100%;
        transition: all .5s;
    }

        table.B_days tbody tr td a:hover {
            background: #f1dee0;
        }


    table.B_days tbody tr td > a.holiday {
        display: inline-block;
        color: #e0081c !important;
        width: 100%;
        height: 100%;
        color: #f00 !important;
    }

table.B_days thead tr th {
    text-align: center;
}

.install-app {
    position: absolute;
    top: 1px;
    left: 1px;
    height: 63px;
    background: #225294;
    z-index: 1;
    width: 100%;
    padding: 0 15px;
    font-size: .9em;
    padding-top: 23px;
    text-align: center;
    color: #fff;
}

.fade-scale {
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

    .fade-scale.in {
        opacity: 1;
        transform: scale(1);
    }

.top-menu .left ul li {
    margin-right: 15px;
}

/*.n-brand li {
            margin: 0 0 10px 10px;
            flex: 0 0 307px;
            max-width: 307px;
            max-height: 200px;
            border-radius: 5px;
        }*/

.footer-links > li {
    flex: 0 0 25%;
    line-height: 36px;
}

.top-nav li {
    padding: 15px;
}

    .top-nav li a {
        font-size: 1.3em;
    }

footer {
    background: #fff;
}

a.goUp {
    padding: 15px;
    background: #b0b0b0;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:20px;
}

.switch-lang {
    background: #eae9e9;
    width: 50px;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 100%;
    height: 50px;
    position: relative;
    right: 46px;
}

.main-box li figure {
    min-height: 200px;
    background-repeat: no-repeat;
}

.n-main-group-wrapper {
    margin: auto;
}

.n-main-group li {
    margin: 0;
}

.n-new-product .product-item > a > figure {
    height: 335px;
}

.n-new-product li > div {
    background: #fff;
    margin: 5px;
}

.n-main-group li > a {
    margin: 5px;
    display: block;
}

    .n-main-group li > a figure {
        margin: 0 !important;
    }

.t-contact {
    display: flex;
}

.top-nav {
    display: flex;
    padding: 0;
}

.top-container {
    display: flex;
    justify-content: flex-end;
    padding-top: 10px;
    padding-left: 50px;
}

.nav-link {
    font-size: 1.2em;
}

wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}



#sidebar-wrapper {
    z-index: 1000;
    left: 220px;
    width: 0;
    height: 100%;
    margin-left: -220px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #0f2b38;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    /* color: #fff; */
}

    #sidebar-wrapper::-webkit-scrollbar {
        display: none;
    }

#wrapper.toggled #sidebar-wrapper {
    width: 220px;
}

#page-content-wrapper {
    /*width: 100%;*/
    /* padding-top: 70px; */
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -220px;
}

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/

#wrapper > .sidebar-nav {
    position: absolute;
    top: 0;
    width: 220px;
    margin: 0;
    padding: 0;
    list-style: none;
    right: 0;
}

    #wrapper > .sidebar-nav li {
        position: relative;
        line-height: 20px;
        display: inline-block;
        width: 100%;
    }

        #wrapper > .sidebar-nav li:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1;
            height: 100%;
            width: 3px;
            background-color: #1c1c1c;
            -webkit-transition: width .2s ease-in;
            -moz-transition: width .2s ease-in;
            -ms-transition: width .2s ease-in;
            transition: width .2s ease-in;
        }

        #wrapper > .sidebar-nav li:first-child a {
            color: #fff;
            background-color: #14334a;
        }

        #wrapper > .sidebar-nav li:nth-child(2):before {
            background-color: #ec1b5a;
        }

        #wrapper > .sidebar-nav li:nth-child(3):before {
            background-color: #79aefe;
        }

        #wrapper > .sidebar-nav li:nth-child(4):before {
            background-color: #314190;
        }

        #wrapper > .sidebar-nav li:nth-child(5):before {
            background-color: #279636;
        }

        #wrapper > .sidebar-nav li:nth-child(6):before {
            background-color: #7d5d81;
        }

        #wrapper > .sidebar-nav li:nth-child(7):before {
            background-color: #ead24c;
        }

        #wrapper > .sidebar-nav li:nth-child(8):before {
            background-color: #2d2366;
        }

        #wrapper > .sidebar-nav li:nth-child(9):before {
            background-color: #35acdf;
        }

        #wrapper > .sidebar-nav li:hover:before,
        #wrapper > .sidebar-nav li.open:hover:before {
            width: 100%;
            -webkit-transition: width .2s ease-in;
            -moz-transition: width .2s ease-in;
            -ms-transition: width .2s ease-in;
            transition: width .2s ease-in;
        }

        #wrapper > .sidebar-nav li a {
            display: block;
            color: #e3e3e3;
            text-decoration: none;
            padding: 10px 15px 10px 30px;
        }

            #wrapper > .sidebar-nav li a:hover,
            #wrapper > .sidebar-nav li a:active,
            #wrapper > .sidebar-nav li a:focus,
            #wrapper > .sidebar-nav li.open a:hover,
            #wrapper > .sidebar-nav li.open a:active,
            #wrapper > .sidebar-nav li.open a:focus {
                color: #fff;
                text-decoration: none;
                background-color: transparent;
            }

    #wrapper > .sidebar-nav > .sidebar-brand {
        height: 65px;
        font-size: 20px;
        line-height: 44px;
    }

    #wrapper > .sidebar-nav .dropdown-menu {
        position: relative;
        width: 100%;
        padding: 0;
        margin: 0;
        border-radius: 0;
        border: none;
        background-color: #222;
        box-shadow: none;
    }

.toggled .sidemenu {
    width: 280px;
}

#page-content-wrapper {
    display: none;
}

.sidemenu {
    position: fixed;
    background: #ccc;
    width: 0;
    right: 0;
    height: 100%;
    top: 0;
    z-index: 1;
    background: #ffffff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.1s ease;
}

    .sidemenu .sidemenu-links {
        display: none;
    }

.toggled .sidemenu .sidemenu-links {
    display: block !important;
    height: 100%;
    overflow-y: scroll;
    background: #fff;
    /* border-left: 2px solid #E91E63; */
    box-shadow: -2px 1px 10px #c4c4c4;
}

    .toggled .sidemenu .sidemenu-links li.brand {
        background: #fff;
        padding: 5px 15px;
        text-align: center;
        border-bottom: 2px solid #dc3545;
    }

li.main-menu.sidemenu-cat > .nav > .root {
    display: block !important;
    width: 100%;
}

    li.main-menu.sidemenu-cat > .nav > .root li.root-level {
        /*padding-right: 15px;
        display: flex;*/
    }

        li.main-menu.sidemenu-cat > .nav > .root li.root-level .view-sub-list {
            position: unset;
            max-width: 100%;
            box-shadow: 0 0 black;
        }

        li.main-menu.sidemenu-cat > .nav > .root li.root-level .sub-list .sub-list-container .sub-menu {
            display: block;
            height: auto;
        }

            li.main-menu.sidemenu-cat > .nav > .root li.root-level .sub-list .sub-list-container .sub-menu li {
                display: block;
                width: 100%;
            }

        li.main-menu.sidemenu-cat > .nav > .root li.root-level a.view-sub {
            padding-right: 10px;
            position: absolute;
        }

    li.main-menu.sidemenu-cat > .nav > .root root-level:first-child {
        padding-right: 0px;
    }

    li.main-menu.sidemenu-cat > .nav > .root li.root-level a.root-level-link {
        padding-right: 30px;
    }

    li.main-menu.sidemenu-cat > .nav > .root li.root-level a i.fa.fa-chevron-down {
        display: none;
    }
/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/

.hamburger {
    position: fixed;
    top: 15px;
    z-index: 999;
    display: block;
    width: 31px;
    height: 26px;
    margin-left: 7px;
    background: transparent;
    border: none;
    left: 4px;
}

    .hamburger:hover,
    .hamburger:focus,
    .hamburger:active {
        outline: none;
    }

    .hamburger.is-closed:before {
        content: '';
        display: block;
        width: 100px;
        font-size: 14px;
        color: #fff;
        line-height: 32px;
        text-align: center;
        opacity: 0;
        -webkit-transform: translate3d(0,0,0);
        -webkit-transition: all .35s ease-in-out;
    }

    .hamburger.is-closed:hover:before {
        opacity: 1;
        display: block;
        -webkit-transform: translate3d(-100px,0,0);
        -webkit-transition: all .35s ease-in-out;
    }

    .hamburger.is-closed .hamb-top,
    .hamburger.is-closed .hamb-middle,
    .hamburger.is-closed .hamb-bottom,
    .hamburger.is-open .hamb-top,
    .hamburger.is-open .hamb-middle,
    .hamburger.is-open .hamb-bottom {
        position: absolute;
        left: 0;
        height: 3px;
        width: 100%;
    }

    .hamburger.is-closed .hamb-top,
    .hamburger.is-closed .hamb-middle,
    .hamburger.is-closed .hamb-bottom {
        background-color: #404040;
    }

    .hamburger.is-closed .hamb-top {
        top: 5px;
        -webkit-transition: all .35s ease-in-out;
    }

    .hamburger.is-closed .hamb-middle {
        /* top: 50%; */
        /* margin-top: -2px; */
    }

    .hamburger.is-closed .hamb-bottom {
        bottom: 1px;
        -webkit-transition: all .35s ease-in-out;
    }

    .hamburger.is-closed:hover .hamb-top {
        /* top: 0; */
        -webkit-transition: all .35s ease-in-out;
    }

    .hamburger.is-closed:hover .hamb-bottom {
        bottom: 1px;
        -webkit-transition: all .35s ease-in-out;
    }

    .hamburger.is-open .hamb-top,
    .hamburger.is-open .hamb-middle,
    .hamburger.is-open .hamb-bottom {
        background-color: #fff;
    }

    .hamburger.is-open .hamb-top,
    .hamburger.is-open .hamb-bottom {
        top: 50%;
        margin-top: -2px;
    }

    .hamburger.is-open .hamb-top {
        -webkit-transform: rotate(45deg);
        -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
    }

    .hamburger.is-open .hamb-middle {
        display: none;
    }

    .hamburger.is-open .hamb-bottom {
        -webkit-transform: rotate(-45deg);
        -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
    }

    .hamburger.is-open:before {
        content: '';
        display: block;
        width: 100px;
        font-size: 14px;
        color: #fff;
        line-height: 32px;
        text-align: center;
        opacity: 0;
        -webkit-transform: translate3d(0,0,0);
        -webkit-transition: all .35s ease-in-out;
    }

    .hamburger.is-open:hover:before {
        opacity: 1;
        display: block;
        -webkit-transform: translate3d(-100px,0,0);
        -webkit-transition: all .35s ease-in-out;
    }

/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/
div#wrapper {
    z-index: 1;
}

.overlay, .t-p-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 41%);
    z-index: 1;
}

.t-p-overlay {
    z-index: 9999;
    overflow-y: scroll;
    opacity: 1;
    background: #fff;
}

.min-filter {
    display: none;
}

.popup {
    position: fixed;
    width: 100%;
    right: 0;
    top: 0;
    left: 0;
    height: 100%;
    background: #29272787;
    background: rgba(0,0,0,.5);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .popup .popup-header {
        margin-bottom: 10px;
        border-bottom: 1px solid #eee;
        display: flex;
        justify-content: space-between;
        padding: 5px 15px;
        align-content: center;
    }

        .popup .popup-header h4 {
            padding: 0;
            margin: 0;
            font-size: 1.3em;
            padding-top: 5px;
        }

        .popup .popup-header .close-btn {
            font-size: 1.5em;
            display: flex;
            align-items: start;
        }

    .popup .popup-container {
        background: #fff;
        border-radius: 3px;
    }

    .popup .popup-body {
        padding: 15px;
    }

        .popup .popup-body p, .popup .popup-body span {
            line-height: 40px;
        }

ul.social {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    ul.social li.social-whatsapp {
        background: #1bd741;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
    }

    ul.social li.social-facebook {
        background: #1c53c4;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
    }

    ul.social li.social-tweetter {
        background: #50abf1;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
    }

        ul.social li.social-tweetter path.tfil0 {
            fill: #50ABF1;
        }

        ul.social li.social-tweetter path.tfil1 {
            fill: #ffffff;
        }

    ul.social li.social-aparat {
        background: #f50909;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
    }

    ul.social li.social-email {
        background: #f2da20;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
    }

    ul.social li a {
        font-size: 2.5em;
        height: 100%;
        color: #fff !important;
    }

.send-email {
    opacity: 0;
}

.blink {
    animation: blinker 1s linear infinite;
}

ul.brands > li {
    flex: 0 1 50%;
}

a#help {
    position: fixed;
    bottom: 15px;
    right: 15px;
    background: #03A9F4;
    width: 70px;
    height: 70px;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 2.2rem;
    z-index: 999;
}

.product-master-images li {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.product-more-image {
    position: relative;
    overflow: hidden;
    padding: 15px;
}

    .product-more-image > li.active {
        border-color: brown;
        transition: all 1s;
    }

#mologin {
    width: 25%;
}

.p-menu, ._call {
    display: flex;
    padding: 0;
}

.desc-section a {
    color: #007bff !important;
}

.desc-section p {
    line-height: 45px;
}

.desc-section ul li {
    line-height: 36px;
    list-style: disc;
}

.page-info .breadcrumb li a {
    color: #fff !important;
}
.h_iframe-aparat_embed_frame {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px;
}

    .h_iframe-aparat_embed_frame .ratio {
        display: block;
        width: 100%;
        height: auto;
    }

    .h_iframe-aparat_embed_frame iframe {
        /* position: absolute; */
        top: 0;
        left: 0;
    }

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

@media (min-width:769px) {
    .tabs {
        display: flex;
    }

    ul.list-spec li.sp-holder {
        display: flex;
        margin-bottom: 5px;
    }

    .t-contact .right, .t-contact .left {
        padding: 15px !important;
    }
}

@media (max-width:768px) {
    .cart-image {
        max-width: 200px;
    }

    .page-column .left .product-items .product-item {
        height: auto;
    }

    .product-list > li {
        flex: 0 1 50%;
        max-width: 50%;
    }

    ul.navbar-top {
        justify-content: space-around !important;
        margin-top: 15px;
        align-items: center;
        min-height: 63px;
        padding-right: 15px !important;
    }

    .p-menu, ._call {
        display: block !important;
    }

        ._call li {
            margin-bottom: 10px;
        }

        .p-menu li {
            line-height: 36px;
        }

    .navbar-top > li {
        margin-left: 35px !important;
    }

    .paging {
        display: block !important;
    }

    .navbar-top li > a span {
        display: none;
    }

    .navbar-top li > a i {
        font-size: 2em;
    }

    .n-new-product .product-item > a > figure {
        height: 270px;
    }

    .product-item a > figure {
        height: 300px;
    }

        .product-item a > figure figcaption {
            padding: 0 !important;
        }

            .product-item a > figure figcaption > p {
                height: auto;
                /* width: 90%;*/
                font-size: 12px;
                /*white-space: nowrap;*/
                line-height: 25px;
            }

    .product-item .p-price {
        bottom: 0px;
        font-size: 1.2em;
    }

    .w-min {
        padding: 0;
    }

    #mologin {
        width: 100% !important;
    }

    div#t-menu > .root {
        display: block;
        padding-right: 20px !important;
    }

        div#t-menu > .root > .root-level {
            position: relative;
        }

            div#t-menu > .root > .root-level > a.view-sub {
                position: absolute;
                font-size: 1.3em !important;
                display: flex !important;
                align-items: center;
                height: 100%;
            }

            div#t-menu > .root > .root-level > .sub-list {
                box-shadow: none;
                width: 280px;
            }

                div#t-menu > .root > .root-level > .sub-list > .sub-list-container > .sub-menu {
                    height: 100% !important;
                }

                    div#t-menu > .root > .root-level > .sub-list > .sub-list-container > .sub-menu > li {
                        width: 100% !important;
                    }

    div#t-menu > ul.root > li > .root-level-link > b {
        padding-right: 35px !important;
    }

    div#t-menu > ul.root > li > .root-level-link > i {
        display: none;
    }

    div#t-menu > ul.root > li:first-child a {
        padding-right: 10px !important;
    }

    .popup {
        padding: 10px;
    }

        .popup .popup-container {
            overflow-y: scroll;
            width: 100% !important;
        }

    .min-filter {
        display: flex !important;
        margin-bottom: 15px !important;
    }

    ul.product-order {
        display: none;
    }

    .dropdown-toggle::after {
        display: none !important;
    }

    .subscrib {
        display: flex;
        flex-direction: column;
    }

        .subscrib input {
            margin-bottom: 10px;
            width: 100% !important;
        }

    .footer-col {
        padding: 0 15px !important;
    }

    .product-info .no-padding.product-spec.no-padding.product-spec {
        padding: 0;
    }

    .t-description {
        padding-right: 0;
    }

    .footer-links {
        display: block !important;
    }

        .footer-links > li {
            flex: 100%;
        }

    #page-content-wrapper {
        display: block;
        z-index: 2;
    }

    .n-new-product li, .n-main-group li {
        width: 50%;
        margin-left: 0;
        flex: 0 1 50%;
        max-width: 50%;
    }

        .n-main-group li figure {
            background-size: cover;
        }

    .top-nav {
        display: block;
        padding: 0;
        position: relative;
        right: 0;
    }

        .top-nav li {
            padding: 5px;
            text-align: right;
        }

            .top-nav li a {
                font-size: 1em;
            }

    .t-contact {
        display: block !important;
    }

        .t-contact .right, .t-contact .left {
            flex: 0 0 100% !important;
            padding: 15px !important;
        }

    #main-menu {
        display: none;
    }

    .min-menu-button {
        display: block !important;
        margin-left: 30px;
        font-size: 1.7em;
    }

    .min-device {
        display: block !important;
        margin-top: 0 !important;
        position: absolute;
        z-index: 9999;
        right: 0;
        left: 0;
        border-bottom: 2px solid #cb2828;
        box-shadow: 0 6px 8px -6px black;
        padding-right: 15px;
    }

        .min-device .nav ul {
            display: block !important;
        }

    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
        padding: 0 !important;
    }

    .box {
        box-shadow: none !important;
        border: 0 !important;
        border-radius: 0px;
    }

    .slick-slider.slider-category-holder .lslide .product-item {
        border-radius: 0;
        margin: 15px !important;
    }

    .lSSlideWrapper .lSSlide li.lslide > .product-item {
        margin: 15px !important;
    }

    .product-item .discount-holder {
        position: absolute;
        top: 15px;
    }

    .w-slide-container .content figure figcaption a.w-slide-btn-view {
        display: none !important;
    }

    .d-flex {
        display: block !important;
    }

    .lSAction {
        display: none !important;
    }

    .w-slide li {
        width: 100%;
        border-right: 1px solid rgb(201, 200, 200);
    }

    .tabs li {
        width: 100%;
        border-right: 1px solid rgb(201, 200, 200);
    }

    ul.list-spec li ul {
        padding: 0;
    }

    ul.list-spec li .spec-value, ul.list-spec li .spec-title {
        width: 100%;
        margin: 0;
    }

    section.main.mt-3 {
        margin-top: 0 !important;
    }

    #slider1 {
        /*display: none;*/
        margin-top: 15px !important;
    }

    .top-header.d-flex.justify-content-between.align-items-center.pt-3 {
        flex-direction: column;
        padding-bottom: 15px;
    }

    .top-header-right.d-flex.justify-content-start.w-75.align-items-center {
        width: 100% !important;
        flex-direction: column;
    }

    .main-search.w-50 {
        width: 100% !important;
        margin-bottom: 10px;
    }

    .top-header-left.d-flex.align-items-center.justify-content-end.w-25 {
        width: 100% !important;
        justify-content: center !important;
    }

    .product-info .product-info-sec {
        display: block;
    }

    .product-info-sec > div {
        width: 100% !important;
    }

        .product-info-sec > div:first-child {
            padding: 0px 15px;
            padding-left: 0 !important;
        }

    .product-info-price {
        border-right: 0;
    }

    .product-notic ul {
        display: block;
    }

        .product-notic ul li {
            width: 50%;
            float: right;
            height: 150px;
        }
}

@media (max-width:1024px ) {
    .main .right-side {
        display: none;
    }
}

@media (min-width:1025px ) and (max-width: 1366px) {
    .main {
        flex-wrap: nowrap;
    }

        .main .right-side {
            position: relative;
            width: 100%;
            min-height: 1px;
            padding-right: 0;
            padding-left: 0;
            flex: 0 0 22%;
            max-width: 22%;
        }

        .main .left-side {
            flex: 0 0 78%;
            max-width: 78%;
            flex-grow: 1;
            padding-right: 15px;
        }

        .main .t-left {
            flex: 100%;
            max-width: 100%;
        }
}



@media(max-width:991px) {
    .page-column .left {
        width: 100%;
    }
}


@media screen and (min-width: 1680px) {
    .main .right-side {
        padding-right: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .main .left-side {
        padding-right: 0;
        flex: 0 0 75%;
        /* max-width: 75%; */
    }
}

@media screen and (min-width: 1366px) {
    .main .right-side {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 0;
        padding-left: 0;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .main .left-side {
        flex: 0 0 80%;
        max-width: 80%;
        flex-grow: 1;
        padding-right: 15px;
    }

    #product-info .right-side {
        position: relative;
        width: 100%;
        min-height: 1px;
        flex: 0 0 100%;
        max-width: 100%;
        /* padding-left: 15px; */
    }

    #product-info .left-side {
        flex: 0 0 20%;
        max-width: 20%;
        flex-grow: 1;
        padding-right: 0;
        padding-left: 0;
    }

    #slider1 {
        margin-right: 0 !important;
    }
}
