body{
    direction:rtl !important;
}
@font-face {
    font-family: Samim;
    src: url('../font/Farsi-Digits/Samim-FD.eot');
    src: url('../font/Farsi-Digits/Samim-FD.woff');
    src: url('../font/Farsi-Digits/Samim-FD.ttf');
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

.bg-blue1 {
    background-color: #3a0874 !important;
    color: #f4eeff !important;
}

.bg-blue2 {
    background-color: #a6b1e1 !important;
    color: #FFF !important;
}

.bg-blue3 {
    background-color: #dcd6f7 !important;
    color: #dcd6f7 !important;
}

.bg-blue4 {
    background-color: #dcd6f7 !important;
    color: #424874 !important;
}

.bg-blue5 {
    background-color: #f4eeff !important;
    color: #424874 !important;
}

.txt-blue1 {
    color: #424874 !important;
}

.txt-blue2 {
    color: #a6b1e1 !important;
}

.txt-blue3 {
    color: #dcd6f7 !important;
}

body {
    color: #515151;
    background: #f5f5f5;
    font-family: 'Samim' !important;
    font-size: 0.8rem;
}

a {
    color: #6c757d;
    text-decoration: none !important;
    transition: color 0.3s ease;
}

    a:hover {
        color: #0fabc6 !important;
    }

ul {
    list-style-type: none;
    padding: 0px !important;
    margin: 0px !important;
}
/* // Small devices (landscape phones, 576px and up) */
@media (min-width:320px ) {
    #breadcrumb_left {
        display: none !important;
    }

    ul.breadcrumb {
        width: 100% !important;
        align-self: stretch !important;
    }

    .signup-form {
        width: 100% !important;
    }

    #signup-image {
        display: none !important;
    }

    .footer-form {
        width: 80% !important;
        margin-top: 20px;
    }

    .newsleter-title {
        margin-bottom: 2px !important;
    }
}

@media (min-width: 576px) {
    #signup-image {
        display: none !important;
    }

    .footer-form {
        width: 40% !important;
        margin-top: 0px !important;
    }
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #breadcrumb_left {
        display: inline-block !important;
    }

    .signup-form {
        width: 75% !important;
    }

    #signup-image {
        display: inline-block !important;
    }
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

.container {
    padding-left: 0px;
    padding-right: 0px;
    ;
}

.top-header {
    text-align: center;
}

    .top-header a {
        padding: .1rem 1rem;
        font-size: 12px;
        color: #000;
    }

#top-right > span.nav-item {
    border-left: 1px solid #eee;
}

    #top-right > span.nav-item:last-child {
        border-left: 0px;
    }

.middel-header .logo-container {
    width: auto;
}

.bottom-header {
    background-color: #424874;
}
/* main-menu */
.dropdown-content {
    flex-basis: 100%;
    width: 100%;
    left: 0;
}

#sub_menu {
    height: auto;
    /* background: #eee  no-repeat ; */
    background: #f4eeff no-repeat;
    background-attachment: fixed;
    background-position: left bottom;
    background-origin: border-box;
    background-size: auto 60%;
}

.all-category h2 span {
    border-bottom: 1px solid #424874;
    word-spacing: 5%;
    color: #424874 !important;
}

.all-category h2 a span {
    border-bottom: 1px solid #424874;
    word-spacing: 5%;
    color: #424874 !important;
}

.all-category h2 {
    display: block;
    padding-bottom: 5.5px;
    margin-top: 0;
    margin-bottom: 12px;
    width: 100%;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 900;
}

.all-category a {
    line-height: 2.14;
    display: inline-block;
    color: #424874;
    text-decoration: none;
    font-size: .875rem;
    letter-spacing: .4px;
}

.all-category .container {
    border-right: 1px solid #ddd;
}

#main-menu > .navbar {
    padding: 2px 0px 2px !important;
    font-size: medium;
}

    #main-menu > .navbar .nav-link {
        color: #f4eeff !important;
    }

#content_submenu li > a {
    display: block;
    text-decoration: none;
    color: #707070;
    font-size: 0.8em;
    font-weight: 400;
}

.img-category ul > li {
    padding: 2px !important;
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 0 10px;
    box-sizing: border-box;
    /* border: 1px solid #ddd; */
    border: 1px solid #a6b1e1;
    background-color: #a6b1e1;
}

    .img-category ul > li img {
        width: 100%;
    }

    .img-category ul > li span {
        width: 100%;
        height: 100%;
        text-align: center;
        padding: 0 32px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: center;
        vertical-align: middle;
        position: absolute;
        top: 0;
        left: 0;
        line-height: 1.13em;
    }

.text-bottom-img {
    height: 3.375em !important;
    top: auto !important;
    bottom: .625em;
    color: #2d2d2d !important;
    font-size: 1rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 900;
}

.img-category .img-fade {
    background-image: linear-gradient( 180deg,hsla(0,0%,100%,0),hsla(0,0%,97.3%,.8));
    position: absolute;
    top: 2px;
    right: 2px;
    left: 2px;
    bottom: 2px;
    background-repeat: no-repeat;
    background-size: 100% 70%;
    background-position: bottom;
}

#content_menu h3 {
    font-size: 18px;
}
/*End Header section */
.content {
    padding-top: 15px;
}

.box-item {
    color: #383737;
    padding-right: 30px;
    width: 30%;
    border-left: 1px solid #ebebeb;
}

    .box-item h3 {
        color: #707070;
        padding: 0px 0 25px 0px;
        font-size: 1em;
    }

    .box-item:last-child {
        border: 0px;
    }

.top-slider .left-section .left-section-item:nth-child(1) {
    /* margin-bottom: 30px;*/
}

.top-slider .left-section .left-section-item {
    /*width: 80%;*/
}

.top-slider .carousel-item img {
    max-width: 100%;
    height: auto;
}

/* Start Cards*/
.card {
    border: 0px;
    ;
}

.card-item .product-thumb {
    border-radius: 7px;
    border: 1px solid transparent;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}

    .card-item .product-thumb:hover {
        position: relative;
        z-index: 1;
        /*margin-bottom: -67px;*/
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
        border-color: #e1e1e1;
        background: #fff;
        transition: ease-in-out all .3s;
    }

.product-img a {
    display: block;
}

.action-link {
    position: absolute;
    top: 65%;
    -webkit-transform: translateY(-25%);
    -moz-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    transform: translateY(-25%);
    text-align: center;
    width: 100%;
    opacity: 1;
}

.product-brand {
    color: #a4a4a4;
    font-size: 1em !important;
    font-weight: bold;
}

.product-name {
    font-size: 0.8em;
    color: #0363cd;
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
    margin: 0px 0 10px 0;
    padding-top: 10px;
}

.product-rating {
    padding: 5px 0;
    border-bottom: 1px solid #ebebeb;
    min-height: 25px;
}

    .product-rating h4 {
        padding: 0px auto;
        margin: 0px auto;
    }

.product-name a {
    color: #0363cd;
    line-height: 1.3;
    display: inline-block;
}

.product-intro {
    opacity: 0;
    margin-top: -67px;
    height: 67px;
}

    .product-intro:hover {
        -webkit-transition: ease-in-out all .3s;
        -moz-transition: ease-in-out all .3s;
        transition: ease-in-out all .3s;
    }

.price {
    color: #242424;
    margin: 0;
    font-size: 0.8em;
    line-height: 24px;
    font-weight: 400;
}

.price-new {
    color: #e80f0f;
    font-weight: 700;
}

.price-old {
    color: #a4a4a4;
    text-decoration: line-through;
    font-size: 0.875em;
    margin-right: 5px;
    font-weight: 400;
}

.descount-label {
    color: #e80f0f;
    font-size: 0.8571em;
    text-transform: uppercase;
}

.buy-count {
    font-size: 10px;
    line-height: 14px;
}

/* End Cards*/

/* start Carousel */
@media (max-width: 768px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }

        .carousel-inner .carousel-item > div:first-child {
            display: block;
        }
}

@media (max-width: 576px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }

        .carousel-inner .carousel-item > div:nth-child(-n + 2) {
            display: block;
        }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* display 3 */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    .carousel-inner .carousel-item-left.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}

@media (min-width: 576) {

    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(50%);
    }

    .carousel-inner .carousel-item-left.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-50%);
    }
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
    transform: translateX(0);
}

.carousel-control-next-icon {
    left: 0;
    color: #424750;
    -webkit-box-shadow: 1.5px 0 4px 0 rgb(0 0 0 / 15%);
    box-shadow: 1.5px 0 4px 0 rgb(0 0 0 / 15%);
    border-radius: 0 8px 8px 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 49px;
    height: 90px;
    background-color: #fff;
    background-image: unset;
}

.carousel-control-prev-icon {
    right: 0;
    color: #424750;
    -webkit-box-shadow: 1.5px 0 4px 0 rgb(0 0 0 / 15%);
    box-shadow: 1.5px 0 4px 0 rgb(0 0 0 / 15%);
    border-radius: 8px 0 0 8px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 49px;
    height: 90px;
    background-color: #fff;
    background-image: unset;
}
/* end Carousel*/
.product-category .container {
    margin-top: 15px;
}

.product-category-header {
    /* background-color: #f2dede;
    color: #a94442; */
    /*    border-bottom: 1px solid #e1e1e1;*/
    border-bottom: 1px solid #424874;
    /*    padding: 0 0 10px 0;*/
    margin-bottom: 15px;
}

    .product-category-header .category-title {
        /*        border-bottom: 10px solid #ffc107 !important;*/
        border-bottom: 10px solid #424874 !important;
    }

    .product-category-header h2 {
        font-size: x-large;
        font-weight: 700;
        margin-top: 10px;
    }

.brand-header {
    border-bottom: 1px solid #e1e1e1;
    padding: 0 0 10px 0;
    margin-bottom: 15px;
}

    .brand-header h2 {
        font-size: x-large;
        font-weight: 700;
        margin-top: 10px;
    }

.product-category-header .more {
    text-decoration: none;
    font-size: 15px;
    color: #1e2f38;
    word-spacing: -2px;
    text-align:center;
}

    .product-category-header .more:hover {
        color: #00b3e9;
    }
/*---Footer Item --*/
/*.top-footer {*/
    /*    background-color: #eceff1;
*/ /*background-image: url(../Image/38556749_bcbdc4.jpg);
    opacity: 0.5;
}*/
.section-footer {
    background-image: url(../Image/38556749_bcbdc4.jpg);
    background-size: cover;
 
/*        opacity: 0.5;
*/}
.feature-item {
    text-align: center;
    position: relative;
    padding-top: 80px;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    color: #606060;
    letter-spacing: .2px;
    padding-bottom: 20px;
    margin: auto;
}

.footer-item-1 {
    background: url(../img/svg/ex-recipt.svg) 50% 4px no-repeat;
    background-size: auto 58px;
}

.footer-item-2 {
    background: url(../img/svg/pay.svg) 50% 4px no-repeat;
    background-size: auto 58px;
}

.footer-item-3 {
    background: url(../img/svg/garanti.svg) 50% 4px no-repeat;
    background-size: auto 58px;
}

.footer-item-4 {
    background: url(../img/svg/ret-garanti.svg) 50% 4px no-repeat;
    background-size: auto 58px;
}

.footer-item-5 {
    background: url(../img/svg/support.svg) 50% 4px no-repeat;
    background-size: auto 58px;
}

.footer-badge {
    width: 20%;
}

.footer-links {
    width: 60%;
}

.footer-links-ul {
    list-style-type: none;
    letter-spacing: -.1px;
    margin: 0;
    padding: 0;
}

    .footer-links-ul li {
        margin: 13px 0 0;
        position: relative;
    }

    .footer-links-ul a {
        color: #4b4b4b;
        font-weight: 300;
        font-size: 12px;
        font-size: 0.8rem;
        line-height: 1.571;
        letter-spacing: -.1px;
        text-decoration: none;
        text-decoration-line: none;
        text-decoration-thickness: initial;
        text-decoration-style: initial;
        text-decoration-color: initial;
    }

.footer-headline-links {
    margin-bottom: 20px;
    ;
}

.footer-form {
    width: 40%;
}

.newsleter-title {
    color: #5d5959;
    letter-spacing: .3px;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    margin-bottom: 21px;
}

.social-icon i {
    font-size: xx-large;
    padding: 10px;
}

.footer-address .item {
    text-align: center;
    padding: 5px;
}

.footer-address img {
    width: 130px;
    height: 40px;
}

.middle-footer {
    padding: 20px 10px;
   /* background-color: #d7dee0;*/
}

    .middle-footer .more-info h1 {
        font-size: 15px;
        font-size: 1.071rem;
        line-height: 1.467;
        margin-bottom: 18px;
        color: #5d5959;
    }

    .middle-footer .more-info p {
        font-size: 12px;
        font-size: .857rem;
        line-height: 2.17;
        font-weight: 300;
        letter-spacing: -.3px;
        color: #535353;
    }

.safty .safty-item {
    width: 150px;
    height: 140px;
    margin: 5px;
    background-color: white;
    border-radius: 5px;
    ;
}

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
}

.copyright-text {
    color: #4a4a4a;
    padding-top: 30px;
    text-align: center;
    border-top: 1px solid #b0bec5;
    font-size: 12px;
    padding-bottom: 15px;
}
/********Start Search Page**************/
.search_right_sidebar {
    width: 28.5%;
}

.search_content {
    width: 70%;
}

.s-catalog-head {
    position: relative;
    color: #535353;
    letter-spacing: .2px;
    font-weight: 700;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    padding: 8px 16px 10px 15px;
    border-bottom: 1px solid #f2f2f2;
    margin-right: 6px;
    margin-left: 6px;
}

.s-catalog {
    padding: 0 13px 8px 12px;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    position: relative;
}



    .s-catalog > ul {
        /*    max-height: 250px;
    overflow: hidden;*/
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        /*    max-height: unset;
    height: 126px;*/
    }

.s-catalog-item {
    display: list-item;
    margin-bottom: 10px;
    line-height: 20px
}



.s-catalog-link {
    display: list-item;
    line-height: 20px;
}

    .s-catalog-link:active, .s-catalog-link:link, .s-catalog-link:visited {
        padding: 0;
        text-decoration: none;
        cursor: pointer !important;
        color: #545454;
        margin-top: 6px;
    }

.is-active {
    color: #2e2e2e !important;
    cursor: pointer;
    font-weight: 900;
    pointer-events: none;
}

.s-catalog-item-arrow-left {
    position: relative;
    padding-right: 17px;
}

    .s-catalog-item-arrow-left::before {
        content: '\f07c';
        position: absolute;
        top: 0;
        right: 0;
        color: #6b6b6b;
        font-size: 9px;
        font-size: .643rem;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
    }

.s-catalog-list-inside {
    padding-right: 15px !important;
    margin: 3px 0;
}

.s-catalog-item-arrow-down {
    position: relative;
    padding-right: 17px;
}

    .s-catalog-item-arrow-down::before {
        content: "\f07c";
        position: absolute;
        top: 0;
        right: 0;
        color: #6b6b6b;
        font-size: 9px;
        font-size: .643rem;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
    }

.s-box-filter {
    line-height: 22px;
}

    .s-box-filter div {
        font-size: 12px;
        font-size: .857rem;
        line-height: 1.833;
        list-style: none;
        max-height: 250px;
        min-width: 150px;
        overflow-y: auto;
        overflow-x: hidden;
    }

        .s-box-filter div div {
            padding: 15px auto;
            cursor: pointer;
        }

    .s-box-filter .form-check label {
        padding: 0 10px 0px 13px;
        cursor: pointer;
        color: #3b3b3b;
    }

.left-checkbox-label span {
    color: #a6a6a6;
    font-size: 11px;
    font-size: .786rem;
    line-height: 2;
    font-weight: 300;
    text-align: left;
    max-width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: ltr;
    padding-left: 10px;
    cursor: pointer;
}
.legend-comment p{
    text-align:justify;
}
.s-box {
    background-color: #fff;
    -webkit-box-shadow: 0 12px 12px 0 hsl(0deg 0% 71% / 11%);
    box-shadow: 0 12px 12px 0 hsl(0deg 0% 71% / 11%);
    border: 1px solid #dedede;
    margin: 0 0 10px;
    border-radius: 8px;
}

    .s-box input[type=text] {
        font-size: 0.85rem;
    }

.card-header {
    letter-spacing: .2px;
    font-weight: 400;
    font-size: 12px;
    font-size: 0.8rem;
    border-bottom: 0px;
}

    .card-header a {
        color: #FFF;
    }

    .card-header ul li a {
        color: #FFF;
    }

.filter-switcher {
    position: relative;
}

    .filter-switcher label {
        padding-right: 6px;
    }

    .filter-switcher .form-check {
        padding-right: 0px;
    }

.s-box #btn_collapse {
    font-size: 25px !important;
    font-weight: 700;
}

.search_content #breadcrumb {
    padding: 10px 10px;
}

.breadcrumb {
    background-color: unset;
    padding: 0 1rem;
}

    .breadcrumb li {
        color: #b7b7b7 !important;
        font-size: small;
    }

        .breadcrumb li a {
            color: #6a6a6a;
            font-size: small;
        }

#breadcrumb span.item-count {
    font-size: small;
    color: #b7b7b7;
}

#breadcrumb_left {
    display: inline-block;
}

.search-content-box .card-header ul li {
    display: inline-block;
    padding: 5px 15px;
}

.search-content-box .card-header {
    padding: 0.15rem 1.25rem !important;
    background-color: #fff;
}


    .search-content-box .card-header ul li a {
        font-size: small;
    }

.search-content-box .content-item .card {
    width: 25%;
}

.header-badge {
    display: inline-block;
    padding: .6em .5em;
    font-weight: 700;
    /* line-height: 1;*/
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    color: #0c5460 !important;
    background-color: #d1ecf1;
    border-color: #bee5eb !important;
    border-radius: 10rem;
    box-shadow: -1px 2px 5px 0px #428bca;
}

ul#search_order > li > label {
    cursor: pointer;
}

ul#search_order > li > input[type="radio"] {
    display: none !important;
    cursor: pointer;
}

ul#search_order > li > label {
    margin-bottom: 0px;
}

.search-content-box .card-footer {
    padding: 0.15rem 1.25rem !important;
    background-color: #fff;
}

.search-content-box .page-link {
    position: relative;
    display: block;
    padding: .5rem 1rem;
    margin-right: -1px;
    line-height: 1.25;
    background-color: #fff;
    border: 0px !important;
}

    .search-content-box .page-link:hover {
        background-color: #f2f2f2;
    }
/*********** Detail Page *************/
.gallery-img img {
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    overflow: hidden;
    min-width: 100px;
    min-height: 100px;
    max-width: 100%;
    vertical-align: top;
}

.gallery-items li {
    max-width: 25%;
    height: 68px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* display: none; */
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    padding: 22% 0 0;
    border: 1px solid #ccc;
    border-radius: 8px;
    /* overflow: hidden; */
    cursor: pointer;
}

    .gallery-items li .thumb-wrapper {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 4px;
    }

.thumb-wrapper {
    display: flex;
}

.gallery-items li img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: top;
    opacity: .7;
    position: relative;
    min-height: 30px;
    min-width: 30px;
    overflow: hidden;
}

.product-info h1.product-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
    font-size: 1.143rem;
    line-height: 28px;
    color: #000;
}

.product-title-container-brand {
    line-height: 21px;
}

.product-title-container-brand-link {
    color: #0fabc6;
    font-size: 12px;
}

.product-config {
    padding-top: 14px;
    min-height: 300px;
    border-top: 1px solid #dfdfdf;
}

.product-title-en {
    position: relative;
    bottom: 24px;
    right: 0;
    padding-left: 8px;
    margin-left: auto;
    margin-bottom: -20px;
    color: #c0c2c5;
    background-color: #fff;
    font-size: 10px;
    font-size: .657rem;
    line-height: 1.833;
}

.product-rate {
    margin-bottom: 5px;
    font-size: 11px;
    font-size: .757rem;
    line-height: 1.833;
    color: #0fabc6;
}

.product-rate-rating {
    color: #81858b;
}

.product-rate-item {
    margin-right: 8px;
}

.product-guaranted {
    font-size: 11px;
    font-size: .757rem;
}

.product-attrib ul {
    list-style: none;
    padding: 0;
    color: #55565a;
    margin: 20px 0;
    font-size: 11px;
    font-size: .757rem;
    line-height: 1.833;
}

    .product-attrib ul > span {
        content: attr(data-title);
        font-size: 14px;
        font-size: 1rem;
        line-height: 1.571;
        display: list-item;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .product-attrib ul li {
        width: 100%;
        color: #686868;
        margin: 2px 0;
    }

.product-attrib li::before {
    content: "";
    width: 5px;
    height: 5px;
    background: #ccc;
    margin-left: 10px;
    border-radius: 50%;
}

.product-summary {
    border: 1px solid #e4e4e4;
    border-radius: 5px;
}

.seller-info-item {
    padding: 1rem;
    border-bottom: 1px solid #e4e4e4;
}

.send-product {
    color: #a1a3a8;
    font-size: smaller;
    display: block;
}

.item-price {
    display: inline;
}

    .item-price .price {
        color: green;
        font-weight: 700;
        font-size: 24px;
        font-size: 1.714rem;
        line-height: 41px;
    }

.price .unit-price {
    color: green;
    font-weight: 400;
    font-size: 15px;
    font-size: 0.714rem;
}

.remaining-in-stock span {
    color: #ef394e;
    font-size: 11px;
    font-size: .757rem;
    font-weight: 300;
}

.product-feature {
    width: 100%;
    border-top: 1px solid #e0e0e2;
    margin-top: auto;
    font-size: 11px;
    font-size: .786rem;
    line-height: 2;
}

header .header-product-category h4 {
    color: #030a16;
    font-size: 16px;
    font-size: 1.143rem;
    line-height: 34px;
    font-weight: 700;
}

.verify-title {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-size: 1.143rem;
    line-height: 40px;
    font-weight: 500;
}

.verify-header-desc {
    font-size: 14px;
    font-size: 1rem;
    line-height: 25px;
    color: #81858b;
}

.content-verify {
    color: #000;
    font-size: 14px;
    font-size: 1rem;
    line-height: 36px;
}

.attribute-title {
    letter-spacing: -.3px;
    position: relative;
    width: 250px;
    color: #232933;
    font-weight: 700;
    font-size: 17px;
    font-size: 1.214rem;
    line-height: 50px;
}

.attribute-list {
    padding: 0;
    list-style: none;
    width: 100%;
    margin-bottom: 25px;
}

    .attribute-list li {
        line-height: 100px;
    }
    .attribute-list li:nth-child(2n+1) {
        background-color:lightgray;
    }

.attribute-list-key {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.attribute-list-value {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    max-width: 77.8%;
}

.attribute-list-key .block {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    font-size: 1rem;
}

.attribute-list-value .block {
    color: #000;
    font-weight: 500;
    font-size: 1rem;
}
.comments-item {
    border-top: 1px solid #dfdfdf;
}

    .comments-item:first-child {
        border-top: none !important;
    }

.comments-row {
    margin: 12px 0;
}

.comments-detail {
    margin-right: 12px;
    padding-right: 16px;
    color: #a1a3a8;
    font-size: 10px;
    font-size: .714rem;
    line-height: 2.2;
    position: relative;
}

.comments-status {
    font-size: 11px;
    font-size: .757rem;
    line-height: 20px;
}

.comments-status-positive {
    color: #00a049;
}

.comments-separator-half {
    width: 50%;
    height: 1px;
    background-color: #eee;
}

.comments-separator {
    width: 100%;
    height: 1px;
    background-color: #eee;
}
/******************* Register Page *******************/
.signup-form header {
    border-bottom: 1px solid #eee;
}

    .signup-form header > h2 {
        display: inline;
    }

    .signup-form header span {
        font-size: 0.9vw;
    }

.img-signin {
    background-image: url(../img/login.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 200px;
}

.login-wrap {
    width: 100%;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 34px -15px rgb(0 0 0 / 24%);
    -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 10px 34px -15px rgb(0 0 0 / 24%);
}

.checkbox-wrap {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.forg-pass a {
    font-size: 12px;
    font-weight: 500;
}
/*******  cart page *********/
.checkout-content {
    background-color: #fff;
    position: relative;
    width: 100%;
    min-height: 1px;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    -webkit-box-shadow: 0 8px 13px -7px rgb(0 0 0 / 5%);
    box-shadow: 0 8px 13px -7px rgb(0 0 0 / 5%);
    position: relative;
    overflow: hidden;
}

.checkout-group {
    background: #fff;
    padding: 12px 12px 0;
    border-radius: 8px;
}

.checkout-bill {
    background-color: #fff;
    -webkit-box-shadow: 0 8px 13px -7px rgb(0 0 0 / 5%);
    box-shadow: 0 8px 13px -7px rgb(0 0 0 / 5%);
    border: 1px solid #e6e6e6;
    line-height: 22px;
    border-radius: 8px;
}

ul.checkout-items > li {
    margin: 12px auto;
    border-bottom: 1px solid #e6e6e6;
}

    ul.checkout-items > li:first-child {
        margin-top: 0px !important;
        padding-top: 0px;
        border-bottom: 1px solid #e6e6e6;
    }

    ul.checkout-items > li:last-child {
        margin-bottom: 0px !important;
        padding-bottom: 0px;
        border-bottom: 1px solid #e6e6e6;
    }

    ul.checkout-items > li:last-child {
        border: 0px;
    }

.cart-item-thumb {
    width: 100%;
    display: block;
    min-height: 100px;
    text-align: center;
    position: relative;
}

.car-thumb-link {
    width: 100%;
    display: block;
    min-height: 100px;
    text-align: center;
    position: relative;
}

.cart-thumb-link-img {
    overflow: hidden;
    min-height: 100px;
    min-width: 100px;
    max-width: 100%;
    max-height: 140px;
}

.cart-item-data {
    width: 80%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 12px 20px 4px;
}

.cart-item-title {
    font-size: 16px;
    font-size: 1.143rem;
    line-height: 1.375;
    color: #3f3f3f;
    text-align: right;
    margin-bottom: 10px;
    margin-top: 6px;
    width: 100%;
}

.cart-item-product-info {
    color: #62666d;
    font-size: 11px;
    font-size: .757rem;
    line-height: 1.833;
    width: 100%;
    text-align: right;
    padding-right: 24px;
    position: relative;
    margin-bottom: 4px;
}

.quantity-selector {
    width: 100px;
    height: 40px;
    border: 1px solid #eee;
    border-radius: 8px;
    color: #0fabc6;
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 1.467;
}

    .quantity-selector .button {
        border: none;
        margin: 0;
        padding: 0;
        color: #0fabc6;
        background-color: #fff;
        cursor: pointer;
        width: 33%;
        text-align: center;
        height: 100%;
        border-radius: 8px;
    }

.quantity-selector-number {
    width: 33%;
    height: 100%;
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 15px;
}

.cart-item-delete {
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    color: #777;
    padding-right: 20px;
    position: relative;
    cursor: pointer;
    margin-right: 20px;
    padding-top: 8px;
}

.cart-item-save-for-later {
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    color: #777;
    padding-right: 20px;
    position: relative;
    cursor: pointer;
    margin-right: 20px;
    padding-top: 8px;
}

.cart-item-product-price {
    text-align: left;
    color: #000;
    font-size: 17px;
    font-size: 1.214rem;
    line-height: 1.294;
}

.checkout-bill {
    background-color: #fff;
    -webkit-box-shadow: 0 8px 13px -7px rgb(0 0 0 / 5%);
    box-shadow: 0 8px 13px -7px rgb(0 0 0 / 5%);
    border: 1px solid #e6e6e6;
    line-height: 22px;
    border-radius: 8px;
}

.checkout-bill-summary {
    margin: 6px 0;
    color: #777;
}

.checkout-bill-item-title {
    font-size: 12px;
    font-size: .829rem;
    line-height: 1.692;
}

.checkout-bill-price {
    font-size: 14px;
    font-size: .971rem;
    line-height: 1.467;
}

.checkout-bill-sum-price {
    margin-top: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: 700 !important;
    color: #000 !important;
}

.additional-shipping-cost {
    font-size: 9px;
    font-size: .614rem;
    line-height: 17px;
    margin: 12px 0;
    color: #a1a3a8;
}

.checkout-bill-summary li {
    display: flex;
    justify-content: space-between;
}

.checkout-aside .reserve-note {
    font-size: 11px;
    font-size: .757rem;
    line-height: 1.833;
    color: #929292;
    margin-top: 10px;
}

.input-number {
    font-size: 10.5px;
    font-size: .7rem;
    width: 40px !important;
    height: auto !important;
    text-align: center !important;
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#btn-plus {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

#btn-minus {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.checkout-messages li {
    font-size: small;
    margin-right: 15px;
    ;
    list-style: disc;
}
/******************* Shoping page ***********************/
.checkout-contact-address {
    padding-top: 12px;
    border-top: 1px solid #dfdfdf;
    margin-top: 16px;
}

.product-description-name {
    font-size: small;
    font-weight: 400;
    text-align: right;
}

.product-description-variant {
    color: #717171;
    font-size: 0.65rem;
    display: block;
}

.product-price {
    color: #887871;
    font-weight: 300;
}

.product-thumbnail {
    width: 4.6em;
    height: 4.6em;
    border-radius: 8px;
    background: #fff;
    position: relative;
}

.product-thumbnail-wrapper {
    width: 25%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    z-index: 1;
}

.product-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.product-thumbnail-quantity {
    font-size: 0.8571428571em;
    font-weight: 500;
    line-height: 1.75em;
    white-space: nowrap;
    text-align: center;
    border-radius: 1.75em;
    background-color: #ff0000;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 1.75em;
    height: 1.75em;
    padding: 0 0.5833333333em;
    position: absolute;
    right: 0.15em;
    top: 0.15em;
    z-index: 103;
}

.currency-price {
    font-size: x-small;
}

li.bill-item {
    border-bottom: 1px solid #e0e0e2;
}
/**********************Modal menu************************/
.modal.left .modal-dialog {
    position: fixed;
    right: 0;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.right .modal-body {
    padding: 15px 15px 80px;
}

.modal.right.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
    right: 0;
}
/* ----- MODAL STYLE ----- */
.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    border-bottom-color: #eeeeee;
    background-color: #fafafa;
}

/* ----- v CAN BE DELETED v ----- */
.demo {
    padding-top: 60px;
    padding-bottom: 110px;
}

.btn-demo {
    margin: 15px;
    padding: 10px 15px;
    border-radius: 0;
    font-size: 16px;
    background-color: #ffffff;
}

    .btn-demo:focus {
        outline: 0;
    }

#btn-mnu {
    background-image: url('../img/menu/col1.jpg');
}

.modal-content {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.vertical-menu nav {
    visibility: visible;
    padding-bottom: 16px;
    display: block;
}

.vertical-menu-item {
    margin-bottom: 16px;
    display: block;
    background-color: #efefef !important;
}

.btn-vertical-menu-item {
    height: 78px;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    border: none;
    cursor: pointer;
    border-radius: 0;
    font-size: 1rem;
    font-weight: 900;
}

    .btn-vertical-menu-item p {
        text-align: center;
        color: #2d2d2d;
        padding-left: 11px;
        box-sizing: border-box;
        margin: 0px;
        display: inline;
    }

.vertical-submenu li {
    align-items: center;
}

    .vertical-submenu li > a {
        align-items: center;
        font-weight: 300;
    }

.vertical-submenu li {
    padding: 10px 15px 10px 0px;
}

.vertical-submenu li {
    border-bottom: 1px solid #eee;
}

    .vertical-submenu li:hover {
        background-color: #fff;
    }

.nav-tabs .nav-link {
    font-weight: bold !important;
}

/* these styles are for the demo, but are not required for the plugin */

.zoom {
    display: inline-block;
    position: relative;
}

    /* magnifying glass icon */
   /*
    .zoom:after {
        content: '';
        display: block;
        width: 33px;
        height: 33px;
        position: absolute;
        top: 0;
        right: 0;
        background: url(icon.png);
    }

    .zoom img {
        display: block;
    }

        .zoom img::selection {
            background-color: transparent;
        }

#ex2 img:hover {
    cursor: url(grab.cur), default;
}

#ex2 img:active {
    cursor: url(grabbed.cur), default;
}
*/