


::selection {
    color: #fff !important;
    background: #0094ff !important;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

html {
    scroll-behavior: smooth;
}

i {
    padding: 0 5px;
}

body {
    font-size: 12px !important;
    font-family: IranSans !important;
    direction: rtl;
    background: #F5F5F5 !important;
    text-align: right !important;
    position: relative;
    padding-top: 150px;
}

input[type=text], select {
    font-size: 12px !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: IRANSans !important;
}

a:hover {
    text-decoration: none !important;
}

.container {
    padding: 0px;
}

    .container.warp {
        position: relative;
        max-width: 1370px;
        width: 100%;
    }

.dropdown-menu {
    right: 0 !important;
    text-align: right !important;
    width: 230px;
}

.box-shadow-light {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    border-radius: 5px;
}
/*header*/
.header {
    background: #FFF;
    /*font-family: YekanBakhLight;*/
    position: fixed;
    top: 0px;
    z-index: 110;
    width: 100%;
}

    .header.shadow {
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
    }

#clone {
    z-index: 109;
    width: 100%;
    position: fixed;
    top: 110px;
}

.header .logo-content {
    text-align: center;
}

    .header .logo-content img {
        /*width: 100%;*/
        max-height: 90px;
    }

.header .search-content {
    position: relative;
    top: 25px;
    width: 55%;
}

    .header .search-content Panel1 {
        position: relative;
        top: 15%;
    }

    .header .search-content .txtSearch {
        position: relative;
        width: 100%;
        background: #f8f8f8;
        color: #444;
        border: 1px solid #eee;
        padding: 7px 20px 7px 20px;
        border-radius: 7px;
        font-size: 14px;
    }

    .header .search-content .btn-search {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        padding: 0px 15px;
        /*border-radius: 7px 0px 0px 7px;*/
        background: transparent;
        color: white;
        border: 0px;
        box-shadow: none;
        font-family: fontello;
        font-size: 20px;
        background: #076936;
        border-radius: 5px 0px 0px 5px;
    }

    .header .search-content button i {
        margin-top: 4px;
    }

.header .link-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    top: 15%;
    display: flex;
    position: relative;
    justify-content: center;
}

    .header .link-content ul li {
        display: inline;
        margin: 0px 5px;
        padding: 8px 5px;
    }

        .header .link-content ul li a {
            color: #666;
            font-size: 14px;
        }

            .header .link-content ul li a:hover {
                border-bottom: 1px solid #aaa;
            }

.header .basket-content a,
.basket-content.basket-sm a {
    padding: 0;
    color: #000;
    position: relative;
    display: block;
    padding-top: 5px;
}

.header .basket-content span,
.basket-content.basket-sm span {
    margin: 0px 10px;
}

.header .basket-content.basket-lg #basket-counter,
.basket-content.basket-sm #basket-counter {
    background: #076936;
    color: #fff;
    border-radius: 100px;
    position: absolute;
    top: -4px;
    right: 15px;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.basket-content-container {
    background: #e5b709;
    color: white;
    border-radius: 100px;
    float: left;
    margin-right: 15px;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.header .login-content,
.header .basket-content {
    top: 25%;
    position: relative;
    margin: 18px 5px 0 auto;
    display: inline-block;
    float: left;
    margin-left: 15px;
}


.basket-content.basket-sm {
    top: 0%;
    position: relative;
    margin: -3px 5px;
}

.basket-content i {
    font-size: 22px;
}

.header .login-content {
    border-left: 1px solid #ddd;
    padding: 3px 0px;
}

    .header .login-content .signup-link {
        font-size: 13px;
    }

    .header .login-content .fa-user-o {
        font-size: 16px;
        vertical-align: sub;
        padding: 0;
    }

    .header .login-content i {
        color: #000;
    }

    .header .login-content .usernameTitle {
        color: #000;
    }

    .header .login-content .dropdown {
        /*margin: 0px 5px;*/
    }

        .header .login-content .dropdown #dropdownMenuLink {
            background: none;
            border: 0px;
            color: #666;
            /*font-size: 14px;*/
        }

            .header .login-content .dropdown #dropdownMenuLink::after {
                margin-right: 10px;
            }

    .header .login-content .dropdown-item.btn {
        width: 80% !important;
        color: #fff !important;
        margin: auto;
        font-size: 13px;
        padding: 10px 0;
        margin-bottom: 10px;
    }

/* main-menu-lg */
nav.main-menu {
    background: #616161;
    border-bottom: 1px solid #333;
    position: relative;
}

    nav.main-menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: 100%;
    }

        nav.main-menu ul li {
            display: inline-flex;
        }

            nav.main-menu ul li a {
                padding: 10px 10px;
                color: #fff;
                transition: 0.3s;
                display: block;
            }

                nav.main-menu ul li a:hover {
                    color: #f5a2a2;
                    transition: 0.3s;
                }

    nav.main-menu .sub-nav {
        min-height: 250px;
        background: #fff;
        padding: 20px;
        color: #666;
        width: 96%;
        position: absolute;
        top: 40px;
        left: 0;
        right: 0;
        margin: auto;
        box-shadow: 0 10px 15px -5px #333;
        display: none;
        z-index: 99999;
        transition: 0.7s;
    }

        nav.main-menu .sub-nav p {
            margin-bottom: 5px !important;
            display: contents;
        }

            nav.main-menu .sub-nav p a {
                color: #006699;
                font-size: 14px;
                padding: 0px !important;
            }

    nav.main-menu ul li:hover .sub-nav {
        display: block;
        transition: 0.7s;
    }

    nav.main-menu .sub-nav ul.sub-item {
        position: relative;
        display: inline-block;
        margin-right: 5px;
    }

        nav.main-menu .sub-nav ul.sub-item li {
            display: block;
        }

            nav.main-menu .sub-nav ul.sub-item li a {
                margin-bottom: 1px;
                color: #666;
                font-size: 12px;
                padding: 2px !important;
                font-family: YekanBakhLight;
            }

                nav.main-menu .sub-nav ul.sub-item li a:hover {
                    color: #ff222f;
                }

    nav.main-menu .sub-nav img {
        width: 100%;
    }

    nav.main-menu .sub-nav ul.sub-item li ul {
        transition: 0.3s;
    }

    nav.main-menu .sub-nav ul.sub-item li:hover ul {
        display: block;
        transition: 0.3s;
    }

    nav.main-menu .sub-nav ul.sub-item li ul li a:hover {
        color: #c00;
        background: none;
    }


/*sm-nav*/

#open-menu-slid {
    color: #eee;
    cursor: pointer;
    display: none;
}

.menu-slid ul li a span {
    position: relative;
}

    .menu-slid ul li a span::before {
        content: '';
        height: 1px;
        right: 0;
        bottom: -2px;
        margin: auto;
        background: #444;
        position: absolute;
        transition: width .2s ease-in-out;
    }

.menu-slid ul li a.active span::before {
    width: 100%;
}

.menu-slid-header #close-menu-slid:hover {
    color: #666;
}

.main-menu-sm #open-menu-slid:hover {
    color: #f34f3f;
}

.main-menu-sm #open-menu-slid {
    cursor: pointer;
    color: #666;
    float: right;
}

.menu-slid-header #close-menu-slid {
    cursor: pointer;
    color: #f34f3f;
    display: none;
}

.menu-slid {
    background: #fff;
    z-index: 999999;
    position: fixed;
    right: 0;
    top: 0;
    width: 0%;
    max-width: 100%;
    min-height: 100%;
    height: 100vh;
    text-align: right;
    overflow-x: hidden;
    overflow-y: scroll;
    box-shadow: 0px 0px 7px 0px #e8d9be;
}

.menu-slid-header {
    display: grid;
    margin-top: 15px;
    margin-right: 10px;
}

.menu-slid ul {
    display: none;
    list-style: none;
    padding: 20px 60px 15px 10px;
}

    .menu-slid ul li {
        line-height: 25px;
    }

        .menu-slid ul li a.active-li i {
            transform: rotate(-90deg);
        }

        .menu-slid ul li a.active-li {
            color: #c00;
        }

        .menu-slid ul li a {
            font-size: 12px;
            color: #666;
            display: block;
            padding: 10px 0px;
        }

    .menu-slid ul ul,
    .menu-slid ul ul ul {
        margin: 0px;
        padding: 0px;
        display: none;
        transition: 0s;
    }

        .menu-slid ul ul li a {
            color: #aaa;
        }

    .menu-slid ul li a:hover {
        text-decoration: none;
    }

.menu-slid-header .logo-content img {
    width: 20%;
}



/* product slide */
.product {
    /*padding: 10px 20px;*/
    /*background: #fff;*/
    box-shadow: none;
}


    .product.brand .carousel-cell {
        height: 190px;
    }

    .product .carousel-cell {
        /*margin-top: 20px;*/
        margin-bottom: 5px;
        height: auto;
        border-radius: 0px;
        counter-increment: carousel-cell;
        padding: 5px;
    }

.product-slid-item {
    position: relative;
    display: block;
    background: #fff;
    padding: 0;
    border-radius: 5px;
    position: relative;
    width: 100%;
}

    .product-slid-item img {
        width: 100%;
        height: 160px;
        object-fit: scale-down;
    }

.product .carousel-cell .product-slid-item {
    transition: 0.5s;
}

.product .carousel-cell:hover .product-slid-item {
    /*box-shadow: 0 0 5px 0px #ccc;*/
    margin-top: -10px;
    transition: 0.5s;
}

.product-slid-item h4,
.product-list h4 {
    font-size: 14px;
    color: #333;
    text-align: center;
    margin-top: 5px;
    font-family: YekanBakhLight !important;
    line-height: 24px;
}

.product-slid-item .text-content,
.product-list .text-content {
    height: 60px;
    overflow: hidden;
    text-align: center;
}

    .product-slid-item .text-content a,
    .product-list .text-content a {
        color: #000;
    }

.product-slid-item .price p,
.product-list .price p {
    color: #c00;
    display: inline-block;
    width: 100%;
}

.product-slid-item .price del,
.product-list .price del {
    color: #999;
}

.product-slid-item small {
    text-align: center;
    color: #666;
    display: block;
}

.product-slid-item p {
    text-align: center;
    color: #444;
    margin-bottom: 0px;
    margin-top: 1px;
}

.product-slid-item button {
    background: #87C72A;
    border-color: #87c72a;
}

.product-slid-item del,
.product-list del {
    text-decoration-line: line-through;
    text-decoration-color: #cc0000;
    font-size: 11px;
}

.product-slid-item .product-offer {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 50px;
    background: #ff222f;
    color: #fff;
    padding: 5px 0px;
    border-radius: 20px;
    text-align: center;
}

.product-title {
    /*display: inline-flex;*/
    width: 99%;
}

    .product-title .h3 {
        font-size: 16px;
        padding: 15px 20px 10px 20px;
        width: 30%;
        display: inline-block;
        color: #444;
        border-bottom: 1px solid #fff101;
        margin: 0;
    }

    .product-title span {
        width: 100%;
        display: block;
        border-bottom: 1px solid #ddd;
        margin-right: 10px;
    }

    .product-title .h4 {
        font-size: 14px;
        padding: 15px 20px 10px 20px;
        width: 100%;
        text-align: center;
        display: inline-block;
        color: #444;
        border-bottom: 1px solid #FF222F;
        margin: 0;
    }

/* product-list */
.product-list {
    background: #fff;
    padding: 0px 0px;
}

.image-container {
    /*margin: 15px 0;*/
}

.product-list .image-container img {
    width: 100%;
    max-height: 280px;
    object-fit: contain;
}

.product-list .product-item {
    position: relative;
    background: #fff;
    border: 1px solid #eee;
    padding: 40px 10px 30px 10px;
    transition: 0.3s;
    z-index: 1;
}

    .product-list .product-item:hover {
        box-shadow: 0px 1px 20px 0px #ddd;
        transition: 0.3s;
        z-index: 2;
    }

.product-list .price p {
    text-align: left !important;
    font-size: 16px;
    color: #444;
    margin-bottom: 3px;
}

.product-list .price {
    min-height: 60px;
}

    .product-list .price del {
        text-align: left !important;
        font-size: 14px;
        color: #aaa;
    }

    .product-list .price .product-offer {
        float: left;
        margin-right: 15px;
        background: #ff222f;
        border-radius: 20px;
        padding: 5px 10px 0px 10px;
        color: #fff;
        margin-top: -5px;
    }

.fa-star {
    color: #ddd;
}

    .fa-star.checked {
        color: orange;
    }

.product-list #c-rate {
    position: absolute;
    font-size: 12px;
    left: 40px;
}

#number-rate {
    color: #666;
    margin-left: 10px;
    font-family: YekanBakhLight !important;
}

.number-serch-product {
    position: absolute;
    top: 15px;
    left: 20px;
    color: #aaa;
}

.product-list ul.product-color {
    position: absolute;
    right: 20px;
    top: 30px;
}

    .product-list ul.product-color li {
        width: 10px;
        height: 10px;
        border-radius: 50px;
        border: 1px solid #aaa;
        margin-bottom: 2px;
    }

.product-list #product-seller {
    opacity: 0;
    transition: .4s;
    border-top: 1px solid #eee;
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    padding: 5px 20px 0px 0px;
    color: #aaa;
}

.product-list .product-item:hover #product-seller {
    opacity: 1;
    transition: .4s;
}

/*footer*/
.go-top {
    /*border-top: 1px solid #eceff1;*/
    /*width: 100%;*/
    text-align: center;
    padding: 20px 0px;
    margin-top: 10px;
    display: none;
    bottom: -5px;
    right: 10px;
    z-index: 8888;
    position: fixed;
}

    .go-top a, .go-top a:hover {
        color: #666;
        font-size: 16px;
        transition: 0.3s;
    }

    .go-top i {
        background: #ccc;
        color: #fff;
        border-radius: 100px;
        height: 40px;
        width: 40px;
        display: inline-block;
        margin-left: 10px;
        background: #076936;
        text-align: center;
        line-height: 40px;
    }



.footer {
    background: #EBEFF2;
    border-top: 1px solid #ddd;
    margin-top:50px;
}

    .footer h5 {
        color: #666;
        font-size: 16px;
    }

    .footer ul li a:hover {
        color: #c97c7c;
    }

    .footer ul li a {
        color: #666;
        font-size: 11px;
        /*font-family: YekanBakhLight !important;*/
        line-height: 24px;
    }

#inesta_social {
    background: linear-gradient(266deg,#4e60d3,#913baf 35%,#d52d88 68%,#f26d4f);
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 8px 5px;
    border-radius: 7px;
    position: relative;
    display: flex;
    align-items: center;
    box-shadow: 0px 1px 2px 0px #ccc;
}

    #inesta_social img {
        margin: 0 5px;
    }

.footer .subscript p {
    color: #666;
}

.footer .subscript-content {
    position: relative;
    margin-bottom: 20px;
}

    .footer .subscript-content .txtSubScribe {
        position: relative;
        border-radius: 5px;
        padding: 15px 10px;
        border: 0px;
        width: 100%;
        background: #fff;
        color: #666;
    }

    .footer .subscript-content .btnSubscribe {
        background: #076936;
        position: absolute;
        padding: 10px 30px;
        border: none !important;
        height: 100%;
        color: #fff;
        left: 0;
        top: 0;
        border-radius: 5px 0px 0px 5px;
        cursor: pointer;
    }

.footer .icon-app {
    display: inline-flex;
}

.icon-app a {
    width: 100%;
    margin: 7px 0;
    display: block;
}


.footer .p-info span {
    font-size: 11px;
    color: #666;
    margin: 0px 10px;
}

.footer-about {
    background: white;
    padding: 20px 0px;
    color: #666;
}

    .footer-about .license {
        text-align: center;
    }

        .footer-about .license span a {
            display: inline !important;
            margin: 0px 10px;
        }

        .footer-about .license span img {
            width: 20%;
        }

    .footer-about h5 {
        color: #666;
        font-size: 16px;
    }

    .footer-about p {
        color: #666;
        /*font-family: YekanBakhLight !important;*/
        font-size: 11px;
        text-align: justify;
    }


/* service section */
.service-section {
    text-align: center;
}

.service-section {
    padding: 20px !important;
}

    .service-section h6 {
        font-size: 13px;
        color: #333;
        text-align: center;
        margin-bottom: 15px;
    }

    .service-section p {
        margin-bottom: 3px;
        font-size: 11px;
        color: #666;
        text-align: center;
    }
/*breadcrumb*/
.breadcrumb {
    background: none !important;
    margin-top: 10px;
    margin-bottom: 10px;
    /*font-family: YekanBakhLight !important;*/
}

ol.breadcrumb {
    margin: 0px !important;
}

.breadcrumb-item.active {
    font-weight: bold;
}

    .breadcrumb-item.active::before {
        margin-left: 10px;
    }

.breadcrumb .breadcrumb-item a {
    color: #444;
}

    .breadcrumb .breadcrumb-item a:hover {
        color: #000;
        text-shadow: 0px 0px 0px #333;
    }

/* pagination */

ul.pagination {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 10px 0px;
}

    ul.pagination li a {
        color: #666;
        font-size: 16px;
        padding: 5px;
        margin: 0px 7px;
    }

        ul.pagination li a.active {
            color: #fff;
            background: #00c9d8;
            border-radius: 6px;
            padding: 3px 10px 0px 10px;
        }

/* search tool*/
.search-toolbar {
    position: sticky;
    top: 10px;
    display: block;
}

.search-tool {
    background: #fff;
    padding: 5px 10px;
    box-shadow: 0px 1px 2px 0px #ddd;
    border: 1px solid #ddd;
}

    .search-tool h5 {
        font-size: 14px;
        color: #666;
        padding: 5px 0px;
        margin-bottom: 0px;
    }

    .search-tool h4 {
        font-size: 14px;
        color: #666;
        padding: 5px 0px;
        border-bottom: 1px solid #eee;
    }

        .search-tool h4.collapse-link {
            cursor: pointer;
        }

    .search-tool.category-list ul ul {
        margin-right: 20px;
    }

    .search-tool.category-list a:hover {
        color: #01bfd7;
    }

    .search-tool.category-list a {
        color: #666;
        line-height: 24px;
    }

    .search-tool .search-content {
        position: relative;
        padding: 10px 0px;
    }

        .search-tool .search-content form {
            width: 100%;
        }

        .search-tool .search-content input {
            position: relative;
            width: 100%;
            padding: 5px 30px 5px 10px;
            background: #f5f5f5;
            color: #666;
            border-radius: 5px;
            border: 1px solid #eee;
        }

        .search-tool .search-content button {
            background: none;
            border: none;
            position: absolute;
            top: 0;
            right: 0;
            height: 100%;
            color: #aaa;
        }

    .search-tool .content-berands {
        overflow-y: scroll;
        max-height: 180px;
    }

.custom-control-label::before {
    left: inherit;
    right: -1.5rem;
}

.custom-control-label::after {
    right: -1.5rem;
    left: inherit;
}

.content-berands .custom-control:hover {
    background: #f3f3f3;
}

.custom-control {
    padding-right: 3rem;
    padding-left: 0px;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #01bfd7;
    background-color: #87c72a;
}

.custom-switch .custom-control-label::before {
    left: auto !important;
    right: -2.25rem;
    top: 0;
}

.custom-switch .custom-control-label::after {
    top: calc(2px + 0px) !important;
    left: calc(-2.25rem + 2px);
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}

.product-list .sort-product-list {
    padding: 15px;
}

    .product-list .sort-product-list i {
        color: #aaa;
    }

    .product-list .sort-product-list ul li {
        float: right;
        margin: 0px 5px;
    }

        .product-list .sort-product-list ul li a {
            border-radius: 5px;
            cursor: pointer;
            padding: 3px 10px;
        }

            .product-list .sort-product-list ul li a:hover {
                background: #ddd;
            }

            .product-list .sort-product-list ul li a.active {
                background: #01bfd7;
                color: #fff;
            }

                .product-list .sort-product-list ul li a.active:hover {
                    background: #00c9d8;
                }

.product-discription p {
    position: absolute;
    padding: 0px 40px;
}

.product-discription {
    position: relative;
    min-height: 200px;
    background: #FFF;
    padding: 40px;
    line-height: 30px;
    color: #444;
    font-size: 16px;
    height: 60%;
    overflow: hidden;
    font-family: YekanBakhLight;
    text-align: justify;
}

    .product-discription #close-full {
        display: none;
        bottom: 0;
        background: #fff;
        padding: 15px;
        width: 100%;
        left: 0;
        right: 0;
        text-align: center;
        cursor: pointer;
    }

    .product-discription #open-full {
        box-shadow: 0 -50px 60px 0px #eee;
        display: block;
        position: absolute;
        bottom: 0;
        background: #fff;
        padding: 15px;
        width: 100%;
        left: 0;
        right: 0;
        text-align: center;
        cursor: pointer;
    }
/* product-details */
.product-details {
    background: #fff;
    padding: 20px 5px;
}

    .product-details h4 {
        color: #444;
        font-size: 16px;
    }

    .product-details p.info span {
        margin-left: 10px;
        padding: 5px;
    }

    .product-details .property-product ul {
        margin-right: 15px;
    }

    .product-details .more-property {
        display: none;
    }

    .product-details .property-product ul li {
        font-family: YekanBakhLight !important;
        font-size: 14px;
        list-style: disc;
        color: #666;
        margin-bottom: 10px;
    }

    .product-details p.info span a,
    #open-more-property, #close-more-property {
        margin: 0px 5px;
        color: #01bfd7;
        border-bottom: 1px dashed #01bfd7;
        margin-bottom: 20px;
        cursor: pointer;
    }

    .product-details .color-select span {
        margin-left: 5px;
    }

#open-more-property {
    display: inline-block;
}

#close-more-property {
    display: none;
}
/*product tab*/
.product-tab-section .tab-content {
    background: #fff;
    height: 100%;
    border-radius: 5px;
    padding: 20px;
    position: relative;
    min-height: 400px;
}

    .product-tab-section .tab-content .vizge {
        background: #ef5661;
        position: absolute;
        top: 0;
        right: 10%;
        padding: 10px 46px;
        color: #fff;
        z-index: 99;
        font-size: 16px;
        border-radius: 0px 0px 20px 20px;
    }

    .product-tab-section .tab-content .price {
        margin-top: 10px;
    }

        .product-tab-section .tab-content .price del,
        .product-tab-section .tab-content .price del span {
            text-decoration-line: line-through;
            text-decoration-color: #333;
            font-size: 14px;
            margin: 0px 5px;
            color: #666;
        }

        .product-tab-section .tab-content .price p {
            color: #c00;
            display: inline-block;
            width: 100%;
            font-size: 18px;
            position: relative;
        }

        .product-tab-section .tab-content .price .product-offer {
            position: absolute;
            right: 160px;
            top: 0px;
            width: 115px;
            background: #ef5661;
            color: #fff;
            padding: 5px 10px;
            border-radius: 20px;
            text-align: center;
            font-size: 13px;
        }

    .product-tab-section .tab-content .text-content h4 {
        font-size: 16px;
        color: #666;
        margin-top: 20px;
    }

    .product-tab-section .tab-content .text-content ul li {
        color: #aaa;
        list-style: circle;
        margin-right: 10px;
    }

    .product-tab-section .tab-content .img-content-v-p img {
        width: 100%;
        display: block;
        margin: auto;
        margin-top: 25px;
        max-width: 290px;
    }

.product-tab-section .nav-pills {
    background: #EBEBEB;
    height: 100%;
}

    .product-tab-section .nav-pills .nav-link {
        border-radius: 0px;
    }

        .product-tab-section .nav-pills .nav-link.active {
            background: #EF5661;
            color: #fff;
        }

    .product-tab-section .nav-pills .nav-link {
        color: #666;
    }

.product-tab-section span.countdown {
    font-size: 36px;
    color: #666;
}

.product-tab-section .countdown-text {
    color: #999;
    margin-top: 10px;
    font-size: 17px;
}

.c-ui-variant--color .c-ui-variant__shape {
    width: 17px;
    height: 17px;
    position: absolute;
    right: 8px;
    top: 8px;
    border-radius: 5px;
    background: #ccc;
    background-color: rgb(204, 204, 204);
    border: 1px solid #ccc;
    content: "";
}

.c-ui-variant {
    display: inline-block;
    position: relative;
}

    .c-ui-variant input[type="radio"] {
        visibility: hidden;
        position: absolute;
    }

.product-details input[type="radio"]:checked + .c-ui-variant__check {
    border-color: #00bfd6;
}

.c-ui-variant--color .c-ui-variant__check {
    padding-right: 37px;
}

.c-ui-variant__check {
    cursor: pointer;
    border: 1px solid #dedede;
    border-top-color: rgb(222, 222, 222);
    border-right-color: rgb(222, 222, 222);
    border-bottom-color: rgb(222, 222, 222);
    border-left-color: rgb(222, 222, 222);
    border-radius: 5px;
    color: #6f6f6f;
    padding: 5px 16px;
    padding-right: 16px;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    display: block;
}

#v-pills-tab {
    position: relative;
}

.btn-add-comment.add-basket {
    width: 100% !important;
    background-color: #01bfd7 !important;
    padding: 15px 100px 15px 20px;
    text-align: left;
}

.btn-add-comment.vizge {
    width: 100% !important;
    background-color: #01bfd7 !important;
    padding: 15px 40px 15px 20px;
    text-align: left;
    font-size: 14px;
    border-radius: 0px 0px 0px 5px;
    border-color: #ddd;
    font-size: 13px;
}


.btn-add-comment.vizge {
    position: absolute;
    bottom: -50px;
}

    .btn-add-comment.vizge::before {
        width: 50px;
    }



.btn-add-comment.add-basket::before {
    width: 110px;
}

.btn-add-comment {
    font-size: 16px;
    line-height: 1.375;
    padding: 16px 105px 16px 45px;
    border-radius: 8px;
    background-color: #7a7a7a;
    border: 1px solid #7a7a7a;
    overflow: hidden;
    text-align: right;
    letter-spacing: -.7px;
    position: relative;
    transition: all .3s ease-in-out;
}

    .btn-add-comment::before {
        width: 75px;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0px;
        background: hsla(0,0%,100%,.21);
        content: "";
        border-radius: 50px 0px 0px 50px;
        transition: all .3s ease-in-out;
        overflow: hidden;
    }

.btn-add-comment__txt {
    display: inline-block;
    color: #fff;
}

    .btn-add-comment__txt i {
        position: absolute;
        right: 1px;
        top: 11px;
        font-size: 23px;
    }

.btn-add-comment:hover::before {
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 0px;
    -webkit-transform: none;
    transform: none;
    transition: all .3s ease-in-out;
}

/* tab-product-detail */
.tab-product-detail .q-comments-user,
.tab-product-detail .p-comments-user {
    min-height: 200px;
    display: flex;
}

    .tab-product-detail .q-comments-user .c-right,
    .tab-product-detail .p-comments-user .c-right {
        text-align: center;
        position: relative;
        display: block;
        width: 20%;
    }

    .tab-product-detail .q-comments-user .c-left,
    .tab-product-detail .p-comments-user .c-left {
        display: block;
        position: relative;
        width: 80%;
        border: 1px solid #dbdbdb;
        border-radius: 4px;
        padding: 40px;
    }

        .tab-product-detail .q-comments-user .c-left::before,
        .tab-product-detail .p-comments-user .c-left::before {
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            border-color: transparent transparent transparent #eee;
            border-style: solid;
            border-width: 11px 0 11px 11px;
            left: 100%;
            top: 50px;
        }

        .tab-product-detail .p-comments-user .c-left .bottom-comment-text {
            position: absolute;
            bottom: 10px;
            left: 25px;
        }

    .tab-product-detail .p-comments-user .c-left {
        background: #fff;
    }

    .tab-product-detail .q-comments-user .c-left {
        background: #fcfcfc;
    }

        .tab-product-detail .q-comments-user .c-left p,
        .tab-product-detail .p-comments-user .c-left p {
            font-size: 15px;
            color: #444;
            font-family: YekanBakhLight;
        }

    .tab-product-detail .q-comments-user .c-right .q-icon,
    .tab-product-detail .p-comments-user .c-right .q-icon {
        color: #01bfd7;
        border: 2px solid #01bfd7;
        padding: 20px;
        border-radius: 10px;
        display: inline-flex;
        margin: 30px auto 20px auto;
    }

    .tab-product-detail .q-comments-user .c-right strong,
    .tab-product-detail .p-comments-user .c-right strong {
        font-size: 24px;
        color: #444;
        font-weight: bold;
    }

    .tab-product-detail .q-comments-user .c-right small,
    .tab-product-detail .p-comments-user .c-right small {
        font-size: 14px;
        font-family: YekanBakhLight;
        color: #666;
    }

    .tab-product-detail .q-comments-user .c-info,
    .tab-product-detail .p-comments-user .c-info {
        position: absolute;
        display: flex;
        bottom: 30px;
        left: 20px;
        width: 100%;
    }

        .tab-product-detail .q-comments-user .c-info span,
        .tab-product-detail .p-comments-user .c-info span {
            position: absolute;
            right: 60px;
            color: #aaa;
        }

        .tab-product-detail .q-comments-user .c-info a,
        .tab-product-detail .p-comments-user .c-info a {
            border-bottom: 1px dashed #01bfd7;
            position: absolute;
            left: 20px;
        }


.tab-product-detail .frm-add-comment {
    width: 100%;
    display: block;
}

    .tab-product-detail .frm-add-comment textarea {
        width: 100%;
        background: #f3f3f3;
        border: 1px solid #ddd;
        border-radius: 5px;
    }

    .tab-product-detail .frm-add-comment label {
        color: #444;
        font-family: YekanBakhLight;
        font-size: 15px;
        text-shadow: 0 0 0 #666;
    }

.tab-product-detail .comment-sort {
    border-bottom: 1px solid #eee;
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
}

    .tab-product-detail .comment-sort p {
        color: #666;
        font-size: 16px;
    }

        .tab-product-detail .comment-sort p i {
            color: #01bfd7;
            transform: rotate(-45deg);
        }

    .tab-product-detail .comment-sort ul {
        position: absolute;
        left: 10px;
        top: 0;
        display: flex;
        font-size: 14px;
    }

        .tab-product-detail .comment-sort ul li {
            display: flex;
            margin-right: 20px;
            cursor: pointer;
            position: relative;
        }

            .tab-product-detail .comment-sort ul li a {
                color: #666;
            }

                .tab-product-detail .comment-sort ul li a.active {
                    color: #00bfd6;
                }

                    .tab-product-detail .comment-sort ul li a.active::before {
                        position: absolute;
                        bottom: -21px;
                        background: #01bfd7;
                        content: "";
                        height: 1px;
                        width: 100%;
                    }

.tab-product-detail .bottom-comment-text {
    display: flex;
    margin-top: 30px;
    justify-content: flex-end;
}

    .tab-product-detail .bottom-comment-text button {
        background: #fff;
        border: 1px solid #eee;
        color: #666;
        border-radius: 5px;
        padding: 4px 10px;
        margin-right: 10px;
        font-family: YekanBakhLight;
    }

        .tab-product-detail .bottom-comment-text button span {
            padding: 0px 10px;
        }

    .tab-product-detail .bottom-comment-text p {
        margin: 0 !important;
        display: flex !important;
        align-items: center !important;
    }

.tab-product-detail .red-comment-user {
    background: #fcfcfc;
    padding: 40px;
    border: 1px solid #f3f3f3;
    border-radius: 4px;
}

    .tab-product-detail .red-comment-user .c-r-title {
        border: 1px solid #aaa;
        color: #666;
        font-size: 14px;
        border-radius: 5px;
        padding: 10px 20px;
        margin-bottom: 40px;
    }

    .tab-product-detail .red-comment-user .c-r-like {
        border: 1px solid #00C9D8;
        color: #0b81bc;
        font-size: 14px;
        border-radius: 5px;
        padding: 10px 20px;
        background: #e0f8fa;
        margin-bottom: 10px;
    }

    .tab-product-detail .red-comment-user .c-r-color {
        display: inline-block;
        position: relative;
        padding-right: 30px;
    }

        .tab-product-detail .red-comment-user .c-r-color span {
            width: 20px;
            height: 20px;
            border-radius: 4px;
            margin-left: 10px;
            border: 1px solid #aaa;
            display: block;
            position: absolute;
            right: 0;
            top: -3px;
        }

    .tab-product-detail .red-comment-user p {
        margin-bottom: 20px;
        color: #666;
        font-family: YekanBakhLight;
    }

    .tab-product-detail .red-comment-user .comment-text,
    .tab-product-detail .red-comment-user .comment-text p {
        line-height: 26px !important;
        font-size: 15px;
        color: #444;
        font-family: YekanBakhLight;
        text-shadow: 0 0 0 #666;
    }

.tab-product-detail .pd-comment h4 {
    color: #666;
    margin-bottom: 20px;
}

.tab-product-detail .pd-comment p {
    color: #666;
    font-size: 14px;
    line-height: 24px;
}

.tab-product-detail .detials_discription {
    margin-bottom: 30px;
}

    .tab-product-detail .detials_discription .details_content {
        display: flex;
    }

    .tab-product-detail .detials_discription p {
        color: #666;
        font-size: 16px;
    }

        .tab-product-detail .detials_discription p i {
            color: #01bfd7;
        }

.tab-product-detail .details_content .dc_title,
.tab-product-detail .details_content .dc_dis {
    padding: 5px 10px;
    background: #f6f6f6;
    color: #444;
    font-size: 14px;
    font-family: YekanBakhLight;
    margin-left: 10px;
    margin-bottom: 5px;
    text-shadow: 0px 0px 0px #666;
}

.tab-product-detail .details_content .dc_title {
    width: 30%;
}

.tab-product-detail .details_content .dc_dis {
    width: 70%;
}

.tab-product-detail .item-product-plus p {
    color: #01bfd7;
    margin-bottom: 10px;
    font-size: 14px;
}

.tab-product-detail .item-product-mines p {
    color: #f34f3f;
    margin-bottom: 10px;
    font-size: 14px;
}

.tab-product-detail .item-product-plus ul li,
.tab-product-detail .item-product-mines ul li {
    padding-right: 15px;
    line-height: 24px;
    position: relative;
    color: #666;
}

    .tab-product-detail .item-product-plus ul li::before {
        background: #01bfd7;
    }

    .tab-product-detail .item-product-mines ul li::before {
        background: #f34f3f;
    }

    .tab-product-detail .item-product-plus ul li::before,
    .tab-product-detail .item-product-mines ul li::before {
        position: absolute;
        content: "";
        height: 6px;
        width: 6px;
        right: 0;
        top: 9px;
        bottom: 0;
        border-radius: 50px;
    }

.tab-product-detail .pr-box {
    background: #fafafa;
    border-radius: 5px;
}

.tab-product-detail .pr-detail {
    display: flex;
    color: #666;
}

.tab-product-detail .pr-title {
    width: 40%;
    display: block;
    padding: 0px 5px;
}

.tab-product-detail .pr-bar {
    width: 60%;
    display: block;
    padding: 0px 5px;
    align-self: center;
    position: relative;
    margin-bottom: 20px;
}

.tab-product-detail .pr-res {
    width: 20%;
    display: block;
    padding: 0px 20px;
}

.tab-product-detail .pr-bar .progress {
    height: 8px;
}

.tab-product-detail .dis-low .product-discription p {
    position: absolute;
}

.tab-product-detail .dis-low .product-discription {
    height: 30%;
    padding: 0px;
    min-height: 200px;
}

.tab-product-detail .tab-content h2,
.tab-product-detail .tab-content .red-comment-user h4 {
    color: #666;
    font-family: YekanBakhLight;
    display: block;
}

.tab-product-detail .tab-content strong {
    font-family: YekanBakhLight;
    display: block;
    color: #aaa;
    font-size: 16px;
    letter-spacing: 1px;
}

.dis-low img {
    margin: auto;
    display: block;
}

.tab-product-detail .nav-tabs {
    background: #F8F8F8;
    position: sticky;
    top: 0;
    z-index: 99;
}

.tab-product-detail .tab-pane {
    background: #fff;
    min-height: 500px;
    padding: 40px;
}

.tab-product-detail .nav-link {
    padding: 15px 30px;
    color: #666;
    font-size: 16px;
}

.tab-product-detail .nav-tabs .nav-item {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.tab-product-detail .nav-link i {
    color: #aaa;
}

.tab-product-detail .nav-link.active {
    border-top: 2px solid #00C9D8 !important;
    color: #444;
}


/* image light box gallery */

.product-gallery .item-lg a.t-icon {
    position: absolute;
    right: 10px;
    cursor: pointer;
    color: #888;
}

    .product-gallery .item-lg a.t-icon span {
        right: 55px;
        position: absolute;
        width: 91px;
        background: rgba(0,0,0,0.8);
        color: #eee;
        padding: 5px 10px;
        text-align: center;
        opacity: 0;
        transition: .4s;
    }

        .product-gallery .item-lg a.t-icon span::before {
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            border-color: transparent transparent transparent #333;
            border-style: solid;
            border-width: 5px 0 5px 5px;
            left: 100%;
            top: 10px;
        }

    .product-gallery .item-lg a.t-icon:hover span {
        opacity: 1;
        transition: .6s;
    }

    .product-gallery .item-lg a.t-icon.ti1 {
        top: 0px;
    }

    .product-gallery .item-lg a.t-icon.ti2 {
        top: 40px;
    }

    .product-gallery .item-lg a.t-icon.ti3 {
        top: 80px;
    }

    .product-gallery .item-lg a.t-icon.ti4 {
        top: 120px;
    }


.product-gallery .item-lg img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.product-gallery .item-sm img {
    object-fit: cover;
    opacity: 0.8;
}

.product-gallery .item-sm:hover img {
    opacity: 1;
}

.product-gallery .item-sm,
.product-gallery .item-lg {
    margin-bottom: 10px;
    position: relative;
}

.product-gallery .item-sm {
    padding-left: 5px;
    padding-right: 5px;
}

    .product-gallery .item-sm .item-content {
        border: 1px solid #aaa;
        border-radius: 5px;
        padding: 20px;
    }

.slider-home1 .carousel-indicators {
    display: none;
}

    .slider-home1 .carousel-indicators li {
        background: #111;
        width: 10px;
        height: 10px;
        border-radius: 100px;
        border: 0 !important;
        cursor: pointer !important;
    }


/*------------*/
.sell-details {
    background: #f3f3f3;
    padding: 20px;
    border-radius: 5px;
    width: 100%;
    border: 1px solid #ddd;
    position: relative;
}

    .sell-details .sell-scor p {
        color: #444;
        margin-bottom: 5px;
    }

        .sell-details .sell-scor p.scor {
            color: #0b81bc;
            letter-spacing: 1px;
        }

            .sell-details .sell-scor p.scor span {
                letter-spacing: 0px;
            }

    .sell-details .sell-scor {
        padding: 0px 40px 0px 10px;
        border-bottom: 1px solid #ddd;
        display: block;
        position: relative;
    }

        .sell-details .sell-scor i.fa-angle-left {
            position: absolute;
            left: 0;
            top: 20%;
            color: #666;
        }

        .sell-details .sell-scor i.fa-store-alt {
            position: absolute;
            right: 0;
            top: 20%;
            color: #666;
        }

    .sell-details p.zemanat i {
        position: absolute;
        right: 25px;
    }

    .sell-details p.zemanat {
        display: block;
        color: #444;
        border-bottom: 1px solid #ddd;
        padding: 20px 40px 20px 10px;
    }

    .sell-details .send {
        display: block;
        color: #0b81bc;
        position: relative;
        border-bottom: 1px solid #ddd;
        padding: 0px 40px 0px 10px;
    }

        .sell-details .send i.fa-people-carry {
            position: absolute;
            right: 5px;
            color: #666;
        }

        .sell-details .send i.fa-angle-left {
            position: absolute;
            left: 0;
            top: 0;
            color: #666;
        }

    .sell-details strong {
        display: block;
        color: #ff222f;
        font-size: 24px;
        text-align: left;
        font-family: YekanBakhLight;
        margin-top: 10px;
    }

        .sell-details strong span {
            padding: 10px;
        }

.exclam {
    color: #666;
    padding: 40px;
    position: relative;
    text-align: justify;
}

    .exclam i {
        position: absolute;
        right: 0;
        top: 30%;
        border: 2px solid #666;
        display: block;
        padding: 5px 8px;
        border-radius: 50px;
    }

.best-price {
    margin-top: 20px;
    color: #666;
    font-size: 14px;
    margin-right: 10px;
}

.adv .image-container img {
    border-radius: 5px;
    width: 100%;
}

.box-shadow-light:hover {
    box-shadow: #aaa 0px 2px 5px 1px;
    transition: .3s ease-in-out;
}

.box-shadow-light1:hover {
    box-shadow: #aaa 0px 2px 5px 1px;
    transition: .3s ease-in-out;
    opacity: .8;
}


.h-adv img {
    width: 100%;
    max-height: 390px;
    object-fit: cover;
    border-radius: 5px;
}

.flickity-prev-next-button {
    height: 80px !important;
    box-shadow: 0 0 5px -1px #ddd;
}

    .flickity-prev-next-button.previous {
        border-radius: 0px 5px 5px 0px !important;
        left: 0px !important;
    }

    .flickity-prev-next-button.next {
        border-radius: 5px 0px 0px 5px !important;
        /*right: 0px !important;*/
    }

.flickity-button {
    background: #fff !important;
}


#close-sm-menu {
    position: absolute;
    left: 30px;
    color: #c00;
    top: 20px;
    cursor: pointer;
}

.carousel-section .carousel-indicators li {
    height: 10px !important;
    width: 10px !important;
    padding: 0px !important;
    border: 0px !important;
    border-radius: 100px;
}

.carousel-section .carousel-item a {
    border-radius: 5px;
    display: block;
    width: 100%;
    height: 100%;
}


.basket-content.basket-sm {
    display: none;
}

.bg_dark {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 999;
    display: none;
}

.bg_dark_2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
    display: none;
}


.footer ul {
    margin-right: 15px;
    margin-top: 20px;
}

.special-offer-timer div {
    display: inline-block;
    padding: 0 10px;
    text-align: center;
    color: #555;
    font-size: 16px;
}

.special-offer-timer span {
    display: block;
}

.nav-link.active::after {
    content: "";
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    position: absolute;
    width: 20px;
    height: 20px;
    border: -7px;
    top: auto;
    right: -40px;
    margin-left: -7px;
    margin-top: -6px;
    border-left: 23px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-top: 20px solid #ff5252;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}


@media(max-width:1250px) {
    .basket-content.basket-lg #basket-title, #usernameTitle {
        display: none;
    }
}

h1 {
    font-size: 18px;
}

@media(max-width:480px) {
    .header {
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
    }
}

#carousel_main img {
    height: 390px;
    object-fit: cover;
    width:100%;
}

@media(max-width:990px) {

    h1 {
        font-size: 18px;
    }

    h2 {
        font-size: 17px;
    }

    h3 {
        font-size: 15px;
    }

    h4 {
        font-size: 13px;
    }

    #carousel_main {
        margin-top: -15px;
    }

        #carousel_main .flickity-page-dots {
            margin-bottom: 25px !important;
        }

        #carousel_main img {
            height: auto;
        }

    .clearContainerXs {
        width: 100%;
        padding: 0px !important;
        margin: 0px !important;
    }

    #carousel_main .flickity-prev-next-button {
        display: none;
    }


    .product-title .h3 {
        width: 100%;
    }

    .nopaddingXS {
        padding: 0px;
    }

    .nopaddingXS5 {
        padding: 2px;
    }

    .footer .h5 {
        text-align: center;
        cursor: pointer;
        background: #d6dee0;
        color: #333;
        padding: 5px 0;
    }

    .footer ul {
        display: none;
    }

    .footer .h5 i {
        float: right;
        position: absolute;
    }

    .header .logo-content {
        text-align: center;
    }

        .header .logo-content img {
            width: 150px;
            float: right;
            margin-right: 40px;
            text-align: right;
            width: auto;
            height: 50px;
        }

    .subscript-content {
        margin-top: 10px;
    }

    .footer .subscript-content .txtSubScribe {
        border-radius: 3px;
        padding: 5px;
        border: 1px solid #aaa;
        font-size: 11px;
    }

    .footer .subscript-content .btnSubscribe {
        padding: 5px 10px;
    }

    #logo img {
        height: 100%;
        object-fit: initial;
    }

    .header .login-content {
        display: none;
    }

    .basket-content.basket-sm {
        display: flex;
        float: left;
    }

    .basket-content.basket-lg {
        display: none;
    }

    nav.warp ul {
        display: none;
    }

    #open-menu-slid {
        display: block;
    }

    nav.main-menu {
        padding: 10px;
    }

        nav.main-menu ul {
            display: none;
        }

    nav.warp .container {
        max-width: 100%;
        padding: 0px 0px;
    }

    .h-adv {
        display: none;
    }

    .product-tab-section .tab-content .img-content-v-p img {
        width: 50%;
    }

    .product-title h3 {
        width: 50%;
    }

    .search-toolbar {
        position: relative;
    }

    .number-serch-product {
        display: none;
    }
}

@media(max-width:992px) {
    .product-title h3 {
        width: 80%;
    }

    .product-title span {
        display: none;
    }

    .tab-product-detail .tab-pane {
        padding: 20px;
    }

    .comment-sort ul,
    .tab-product-detail .comment-sort ul {
        display: none;
    }

    p {
        font-size: 11px;
    }

    .subscript {
        margin-top: 20px;
        padding-bottom: 10px;
    }

    .nav-link.active::after {
        display: none;
    }

    #v-pills-tab {
        width: 100%;
        overflow-x: scroll;
    }

    .nav-link {
        display: table-cell !important;
        width: 200px !important;
        font-size: 10px;
    }

    .carousel-section {
        /*margin-top: 20px;*/
    }
}

@media(max-width:600px) {
    .tab-product-detail .red-comment-user {
        padding: 10px;
    }

    .tab-product-detail .q-comments-user .c-left,
    .tab-product-detail .p-comments-user .c-left {
        padding: 10px;
        width: 100%;
    }

    .tab-product-detail .q-comments-user .c-right,
    .tab-product-detail .p-comments-user .c-right {
        display: none;
    }

    .tab-product-detail .q-comments-user .c-left::before,
    .tab-product-detail .p-comments-user .c-left::before {
        display: none;
    }
}

@media(max-width:460px) {
    .container.warp {
        padding-left: 5px;
        padding-right: 5px;
    }

    .tab-product-detail .tab-pane,
    .tab-product-detail .red-comment-user {
        padding: 5px;
    }

    .basket-content.basket-sm #basket-title {
        display: none;
    }
}


@media(min-width:1400px) {
    .container {
        max-width: 100% !important;
    }
}

@media (min-width: 992px) {
    #MobileMenuFooter {
        display: none !important;
    }

    .padding-left0 {
        padding-left: 0px !important;
    }

    .header {
        height: 87px;
        width: 100%;
    }

    .padding-right0 {
        padding-right: 0px !important;
    }
}

/*.nav-link.active::before {
    position: absolute;
    right: -9px;
    width: 6px;
    background-color: #ef5661;
    border-radius: 3px;
    top: 0;
    content: "";
    opacity: 0;
}*/

.link-content {
    font-size: 18px;
}

    .link-content i {
        vertical-align: middle;
        display: inline-block;
        margin-top: 4px;
        font-size: 18px;
    }

#logintop::after {
    width: 0;
    height: 0;
    border-color: transparent transparent #076936;
    border-style: solid;
    border-width: 0 8px 8px;
    position: absolute;
    bottom: 100%;
    margin-bottom: 2px;
    right: 230px;
    position: absolute;
    content: "";
}

#logintop {
    border-top: solid 3px #076936;
    margin-top: 20px;
    text-align: center;
    margin-right: -200px;
    width: 350px;
    padding-bottom: 0;
    padding-top: 0;
}

    #logintop .list-group {
        overflow: auto;
        margin-bottom: 0;
    }

    #logintop .list-group-item {
        float: right;
        width: 50%;
        border-radius: 0px !important;
        font-size: 11px;
    }

        #logintop .list-group-item.credit {
            width: 100%;
        }

        #logintop .list-group-item:last-child {
            float: right;
            width: 100%;
            border-radius: 0px !important;
            border-bottom: none;
        }

        #logintop .list-group-item:nth-child(1), #logintop .list-group-item:nth-child(2) {
            border-top: none;
        }

        #logintop .list-group-item:nth-child(2n) {
            border-left: none;
        }

        #logintop .list-group-item:nth-child(2n+1) {
            border-left: none;
            border-right: none;
        }

.menu-username, .menu-username:hover, .menu-username:active, .menu-username:focus {
    display: block;
    color: #000;
    padding: 5px 15px;
    background-color: #f8f8f8;
}

    .menu-username .username-text {
        height: 50px;
        overflow: hidden;
        display: inline-block;
        vertical-align: middle;
        font-size: 12px;
        line-height: 1.5;
        padding-top: 10px;
    }

    .menu-username .user-img-box {
        height: 40px;
        width: 40px;
        overflow: hidden;
        display: inline-block;
        vertical-align: middle;
        padding: 5px;
    }

        .menu-username .user-img-box img {
            height: 100%;
            width: 100%;
            object-fit: cover;
            border-radius: 25px;
        }

    .menu-username .username-link {
        display: block;
        color: #0099ff;
        font-size: 10px;
    }

    .menu-username .fa-angle-left {
        font-size: 16px;
        vertical-align: sub;
        line-height: 1;
    }

.box-shadow-light {
    margin-bottom: 10px;
    transition: .3s ease-in-out;
}

/*#carousel_main .carousel-inner img, #carousel_main .carousel-inner a {
    border-radius: 5px;
}*/

.footerHr {
    outline: none;
    border: none;
    height: 1px;
    width: calc(100% - 15px);
    margin: auto;
    background-color: #cfd8dc;
    margin-top: 20px;
    margin-bottom: 50px;
    clear: both;
}

@media (max-width: 992px) {
    .header .basket-content a, .basket-content.basket-sm a {
        padding: 0px;
    }

    .main-menu .fa-menu {
        font-size: 20px;
    }

    .product-tab-section .padding-left0, .product-tab-section .padding-right0 {
        padding: 0px;
    }
}

@media (min-width: 992px) and (max-width: 1274px) {
    .header {
        height: auto;
    }
}

@media (max-width: 992px) {
    .header {
        /*display: none;*/
    }

    .navbar-toggle {
        display: block !important;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

        .navbar-collapse.collapse.in {
            display: block !important;
        }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px !important;
        display: block;
        clear: both;
    }

        .navbar-nav > li {
            float: none !important;
            width: 100%;
        }

            .navbar-nav > li a {
                width: 100%;
            }

    .navbar-header {
        float: none;
    }
}

.login-content {
    margin: 26px 0 0 0 !important;
}

#topPhone {
    margin-top: 14px;
}

    #topPhone a {
        font-size: 20px;
    }

.singleProductCarosal .h3 {
    width: 100% !important;
}

.footer .col-lg-2.col-md-6.col-xs-6.col-6 {
    margin-bottom: 20px;
}

@media (max-width: 992px) and (min-width: 768px) {
    .search-content, .MenuContainer {
        display: none;
    }
}

@media (max-width: 992px) {
    .btn-add-comment::before, .btn-add-comment .fa-left {
        display: none;
    }

    .carousel-article .carousel-cell {
        padding: 5px;
    }

    #topBorder {
        font-size: 10px !important;
        text-align: justify;
    }

    .special-offer-timer, .countdown-text {
        text-align: center;
        display: block;
    }

    .product-tab-section .tab-content .price {
        float: none;
        width: 100%;
        text-align: center;
    }

    .btn-add-comment.vizge {
        padding: 15px 20px 15px 20px;
        text-align: center;
    }

    .product-tab-section .tab-content .vizge {
        background: #ef5661;
        position: absolute;
        top: 0;
        right: 0;
        left: 0px;
        padding: 10px 46px;
        color: #fff;
        z-index: 99;
        font-size: 13px;
        border-radius: 0px;
        text-align: center;
    }

    #carosalRelativeProduct .carousel-cell {
        padding: 5px;
    }

    .service-section h6 {
        font-size: 10px;
    }

    .service-section .col-4, .service-section .col-md-3 {
        padding: 2px;
    }

    .product-tab-section .countdown-text {
        font-size: 12px;
    }

    .special-offer-timer div {
        font-size: 12px;
    }

    .text-content {
        float: right;
        width: 100%;
    }

    #clone {
        z-index: 111;
        top: 0px;
    }

    body {
        padding-top: 70px;
    }

    .specialProductBoxHome {
        display: none;
    }

    .product-offer {
        display: none;
    }
}

@media (max-width: 360px) {
    .product-tab-section .tab-content .price {
        float: none;
        width: 100%;
    }

    .text-content {
        float: none;
        width: 100%;
    }

    body {
        padding-top: 70px;
    }
}



#mobilemenuContainerDiv {
    display: none;
}


@media (max-width: 990px) {
    #mobilemenuContainerDiv {
        display: block !important;
    }

    #clone {
        z-index: 111 !important;
    }

    .search-content {
        display: block !important;
    }

    .header .search-content {
        top: 10px;
        width: 100% !important;
    }

        .header .search-content .txtSearch {
            padding: 2px 25px 2px 20px;
            border-radius: 7px;
            font-size: 14px;
            height: 40px;
        }

            .header .search-content .txtSearch::-webkit-input-placeholder {
                font-size: 11px;
            }

            .header .search-content .txtSearch:-moz-placeholder {
                font-size: 11px;
            }

            .header .search-content .txtSearch::-moz-placeholder {
                font-size: 11px;
            }

            .header .search-content .txtSearch:-ms-input-placeholder {
                font-size: 11px;
            }

        .header .search-content .btn-search {
            font-size: 14px;
            padding: 2px 8px 5px 5px;
            color: #a1a3a8 !important;
        }

    .header .search-content {
        top: 3px !important;
    }

    .header {
        height: 60px;
    }

    .Panel1 {
        display: none;
    }
}

#mobilemenologin {
    position: fixed;
    top: 20px;
    left: 15px;
}

    #mobilemenologin a, #mobilemenologin i {
        padding: 0px;
    }

    #mobilemenologin .basket-content-container {
        background: #e5b709;
        color: white;
        border-radius: 100px;
        float: left;
        margin-right: 15px;
        display: block;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        position: fixed;
        top: 10px;
        left: 10px;
    }

#MobileMenuFooter {
    position: fixed;
    height: 30px;
    width: 100%;
    background: red;
    z-index: 110;
    bottom: 0px;
    background: white;
    box-shadow: 12px 1px 8px #333;
}

.footerMenuItem {
    width: 18.7%;
    display: inline-block;
    padding: 0px;
    text-align: center;
    font-size: 16px;
    color: #333;
    border-left: solid 1px #aaa;
}

    .footerMenuItem:last-child {
        border: 0px;
    }

    .footerMenuItem:hover {
        color: #aaa;
        cursor: pointer;
    }

    .footerMenuItem .basket-content-container {
        color: white;
        border-radius: 100px;
        margin-right: 15px;
        display: block;
        width: 14px;
        height: 14px;
        line-height: 14px;
        text-align: center;
        position: fixed;
        bottom: 15px;
        left: 10px;
        font-size: 10px;
    }

#carousel_main a {
    padding: 0px;
}

#carousel_main .flickity-page-dots {
    margin-bottom: 45px;
}

#loadingFull {
    background: #efefef;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    z-index: 9999999;
    text-align: center;
    display: none;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#loadingFull img {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    left: 0;
    right: 0;
    margin: auto;
}
