@font-face {
    font-family: 'fontawesome';
    src: url('/Fonts/Fontawesome/fontawesome.eot?#') format('eot'), url('/Fonts/Fontawesome/fontawesome.woff') format('woff'), url('/Fonts/Fontawesome/fontawesome.ttf') format("truetype");
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'WooCommerce';
    src: url('/Fonts/WooCommerce/WooCommerce.eot?#') format('eot'), url('/Fonts/WooCommerce/WooCommerce.woff') format('woff'), url('/Fonts/WooCommerce/WooCommerce.ttf') format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: IRANSansWeb_FaNum;
    font-style: normal;
    font-weight: normal;
    src: url('/Fonts/IRANSansWeb_FaNum/IRANSansWeb_FaNum.eot');
    src: url('/Fonts/IRANSansWeb_FaNum/IRANSansWeb_FaNum.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('/Fonts/IRANSansWeb_FaNum/IRANSansWeb_FaNum.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('/Fonts/IRANSansWeb_FaNum/IRANSansWeb_FaNum.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('/Fonts/IRANSansWeb_FaNum/IRANSansWeb_FaNum.ttf') format('truetype');
}
/*#region bootstrap transition */
/*
 * Force Bootstrap v4 transitions
 * (ignores prefers-reduced-motion media feature)
 * https://gist.github.com/robsonsanches/33c6c1bf4dd5cf3c259009775883d1c0
 */

.fade {
    transition: opacity 0.15s linear !important;
}

.collapsing {
    transition: height 0.35s ease !important;
}

.custom-switch .custom-control-label::after {
    transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-transform 0.15s ease-in-out !important;
    transition: transform 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out !important;
    transition: transform 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-transform 0.15s ease-in-out !important;
}

.custom-range::-webkit-slider-thumb {
    transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out !important;
}

.custom-range::-moz-range-thumb {
    transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out !important;
}

.custom-range::-ms-thumb {
    transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out !important;
}

.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out !important;
}

.badge {
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out !important;
}

.progress-bar {
    transition: width 0.6s ease !important;
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite !important;
    animation: progress-bar-stripes 1s linear infinite !important;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out !important;
    transition: transform 0.3s ease-out !important;
    transition: transform 0.3s ease-out,-webkit-transform 0.3s ease-out !important;
}

.carousel-item {
    transition: -webkit-transform 0.6s ease-in-out !important;
    transition: transform 0.6s ease-in-out !important;
    transition: transform 0.6s ease-in-out,-webkit-transform 0.6s ease-in-out !important;
}

.carousel-fade .carousel-item {
    transition-property: opacity !important;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: 0s 0.6s opacity !important;
}

.carousel-control-prev, .carousel-control-next {
    transition: opacity 0.15s ease !important;
}

.carousel-indicators li {
    transition: opacity 0.6s ease !important;
}

.form-control {
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out !important;
}

.btn {
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out !important;
}

/*#endregion*/
/*********** CSS RESET **********/


* {
    margin: 0;
    outline: none;
    padding: 0;
    text-decoration: none;
}

    *, *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

html {
    margin: 0;
    -webkit-text-size-adjust: none;
}

ol, ul {
    list-style: none;
}

a img {
    border: none;
}

a {
    text-decoration: none;
}

    a:active {
        outline: none;
    }

    a:hover {
        color: #84a0ce;
    }

input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    margin: 0;
    border: 0;
    padding: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="password"],
textarea {
    border-radius: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 1000px #fff;
}

script {
    display: none !important;
}


/*********** GLOBAL STYLES **********/

.master-content {
    min-height: 500px;
}

body {
    max-width: 100%;
    overflow-x: hidden;
    background-color: #f5f5f5;
    font: normal 14px IRANSansWeb_FaNum, Helvetica, sans-serif;
    color: #777;
}

h1, h2, h3, h4, h5, h6 {
    color: #444;
}

a {
    color: inherit;
    cursor: pointer;
}

    a img {
        opacity: 0.99; /*firefox scale bug fix*/
    }

table {
    width: 100%;
    border-collapse: collapse;
}

input[type="text"],
input[type="password"],
textarea, select {
    border: 1px solid #ddd;
    padding: 3px;
}

    input[type="text"]:focus,
    input[type="password"]:focus,
    textarea:focus, select:focus {
        border: 1px solid grey;
    }

input, textarea, select {
    font-size: 14px;
    color: #777;
}

textarea {
    min-height: 150px;
}

select {
    min-width: 50px;
    /*height: 32px;*/ /*safari padding fix*/
    padding: 6px;
}


input[type="checkbox"],
input[type="radio"],
input[type="checkbox"] + *,
input[type="radio"] + * {
    vertical-align: middle;
}

input[type="button"], input[type="submit"],
button, .button-1, .button-2 {
    cursor: pointer;
}

label, label + * {
    vertical-align: middle;
}

.clear {
    clear: both;
}

.page {
    min-height: 500px;
}

.background-red {
    background-color: #355384;
    color: white;
    padding: 30px 0;
}

.message-success {
    color: green;
}

.remove-discount-button {
    border: none;
}

    .remove-discount-button .fa-window-close {
        color: red;
    }

.input-group-quantity {
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 1px solid var(--bs-gray-400);
    padding: 0 7px;
    border-radius: 7px;
    max-width: 90px;
    min-width: 70px;
}

    .input-group-quantity .quantity {
        text-align: center;
    }

        .input-group-quantity .quantity:focus, .input-group-quantity .quantit:active {
            box-shadow: none;
        }

    .input-group-quantity input {
        pointer-events: none;
    }

.table tr td {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.page .inputs {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.field-validation-error {
    color: red;
}
/*** HEADER ***/
.admin-header-links {
    background-color: #333;
    text-align: center;
    color: #eee;
}

    .admin-header-links * {
        display: inline-block;
        margin: 0 10px;
        line-height: 35px;
        font-size: 12px;
        font-weight: bold;
    }

    .admin-header-links .impersonate {
        display: inline-block;
    }

        .admin-header-links .impersonate a {
            background-color: #555;
            padding: 0 15px;
        }

            .admin-header-links .impersonate a:hover {
                background-color: #666;
            }

.header .top-row {
    background-color: #355384;
    color: white;
    padding: 5px 0;
}

.header .middle-row {
    padding: 20px 0;
}

.header .bottom-row {
    background-color: #355384;
    color: white;
}

/* SOCIAL NETWORK */
ul.networks {
    font-size: 1.3em;
    margin: 0;
}

    ul.networks li {
        display: inline-block;
        margin: 0 5px;
    }
/* HEADER LINKS */
.header-links {
    text-align: left;
}

    .header-links ul {
        margin: 0;
    }

        .header-links ul li {
            display: inline-block;
            margin: 5px;
        }
    .header-links .ico-cart {
        margin-left: 1.5rem !important;
    }
    #topcartlink {
        color: #355384;
        position: relative;
        text-align: left;
    }

    #topcartlink a {
        text-decoration: none;
    }

    #topcartlink .cart-qty {
        position: absolute;
        color: white;
        background-color: black;
        border-radius: 50%;
        top: -10px;
        left: 10px;
        padding: 3px 6px;
    }

    #topcartlink i {
        font-size: 3em;
    }
/* SEARCHBOX */
#search .btn {
    background-color: #355384;
    color: white;
}

.searchbox-wrapper, .cart-link {
    margin-top: 20px;
}

.searchbox-propertyValues {
    display: table-cell;
    position: relative;
    float: right;
    padding: 4px;
    margin: 0;
    width: 31%;
    background-color: grey;
    color: #fff;
}

#search .search-box-text {
    width: 69%;
}

    #search .search-box-text:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.advanced-search {
    text-align: left;
}
/* LOGO */
.logo-wrapper {
    text-align: right;
}

    .logo-wrapper img {
        max-width: 100px !important;
    }
/* MENU */
.categories-wrapper {
    display: inline-block;
    position: relative;
}

    .categories-wrapper .category-bars {
        cursor: pointer;
        margin: 3px 0 0 0;
        color: white;
    }

        .categories-wrapper .category-bars:before {
            font-family: fontawesome;
            content: "\f0c9";
        }

        .categories-wrapper .category-bars:hover {
            color: #84a0ce;
        }

    .categories-wrapper .sublist {
        display: none;
    }

.categories {
    background-color: white;
    color: black;
    padding: 20px;
    position: absolute;
    width: 800px;
    border: 1px solid #ddd;
    top: 34px;
    z-index: 9999;
}

    .categories-wrapper .categories ul.sublist.first-level > li, .categories > li {
        display: block;
        width: 25%;
        float: right;
    }

    /*.categories-wrapper .sublist-toggle {
        font-family: fontawesome;
    }

        .categories-wrapper .sublist-toggle.plus:after {
            content: "\f067";
        }

        .categories-wrapper .sublist-toggle.minus:after {
            content: "\f068";
        }*/
    .categories > li {
        padding: 10px;
    }

        .categories > li.has-sublist {
            font-size: 1.1em;
            font-weight: 500;
            color: dimgrey;
        }

            .categories > li.has-sublist .sublist {
                display: block;
            }

.mobile-menu {
    display: none;
}

ul.top-menu {
    display: inline-block;
    margin: 6px;
}

    ul.top-menu li {
        display: inline-block;
        margin: 0 10px;
    }

        ul.top-menu li a {
            text-decoration: none;
        }
/* HOME PAGE CATEGORY*/
.category-item .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* HOME PAGE */
.home-page-news {
}

.home-page-categories {
    background-color: #f5f5f5;
}

/* PRODUCTS */



.thumbnail {
    min-height: 455px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 1s;
}

    .thumbnail .image {
        padding: 5px 10px;
        display: block;
        position: relative;
    }

        .thumbnail .image img {
            /*max-height: 248px;*/
        }

    .thumbnail ul.property-values {
        display: none;
        position: absolute;
        top: 0;
        direction: rtl;
        width: 100%;
        height: 100%;
        right: 0;
        background-color: rgba(0,0,0,.5);
        color: #fff;
        line-height: 2em;
        padding: 5px 10px 0 5px;
    }

    .thumbnail:hover ul.property-values {
        display: block;
    }

    .thumbnail .caption {
        text-align: right;
        overflow: hidden;
        direction: rtl;
    }

        .thumbnail .caption > div {
            margin: 10px 0;
        }

        .thumbnail .caption .title {
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            display: block;
        }

        .thumbnail .caption .description {
            display: none;
        }

        .thumbnail .caption .ratings {
        }

        .thumbnail .caption .price {
            text-align: right;
            direction: rtl;
            color: #777;
        }

            .thumbnail .caption .price .new-price {
            }

            .thumbnail .caption .price .old-price {
                color: red;
                text-decoration: line-through;
            }

        .thumbnail .caption .buttons {
            font-size: 1.5em;
            color: gray;
        }

            .thumbnail .caption .buttons span.amount-text {
                font-size: .5em;
                white-space: nowrap;
                display: block;
                padding: 7px 0;
                margin: 0 0 5px 0;
            }

            .thumbnail .caption .buttons button {
                border: none;
                background: transparent;
            }

                .thumbnail .caption .buttons button:hover {
                    color: #355384;
                }

.item-box .thumbnail .image img {
    max-height: 248px;
}

/* OWLCAROUSEL */
.owl-carousel .owl-stage-outer {
    padding: 0 1px;
}

.owl-carousel .owl-item .thumbnail {
    min-height: 540px;
}

    .owl-carousel .owl-item .thumbnail img {
        max-height: 270px;
    }

    .owl-carousel .owl-item .thumbnail .title a {
        color: #777;
    }

.owl-carousel-wrapper .title {
    border-bottom: 1px solid #ddd;
    margin: 20px 0;
    padding: 10px 0;
    font-size: 1.2em;
}

    .owl-carousel-wrapper .title .view-all {
        float: left;
    }

        .owl-carousel-wrapper .title .view-all a:before {
            font-family: fontawesome;
            content: "\f00a";
            margin: 5px;
        }

        .owl-carousel-wrapper .title .view-all a {
            text-decoration: none;
        }

            .owl-carousel-wrapper .title .view-all a:hover {
                color: #444;
            }

.owl-carousel {
    position: relative;
}

    .owl-carousel .owl-controls {
        position: absolute;
        bottom: 60px;
        opacity: 0;
        width: 100%;
        font-size: 2.5em;
        transition: opacity 1s;
    }

    .owl-carousel:hover .owl-controls {
        opacity: 1;
    }

    .owl-carousel .owl-controls .owl-nav > div {
    }

    .owl-carousel .owl-controls .owl-prev {
        position: absolute;
        right: -40px;
        display: block;
    }

    .owl-carousel .owl-controls .owl-next {
        position: absolute;
        left: -40px;
        display: block;
    }
/* HOME PAGE NEWS */
.news-list-homepage {
    color: white;
    padding: 30px 0;
}

    .news-list-homepage .title {
        border-bottom: 1px solid white;
    }

    .news-list-homepage .view-all {
        float: left;
    }

        .news-list-homepage .view-all:before {
            font-family: fontawesome;
            content: "\f00a";
        }

    .news-list-homepage .news-item img {
        width: 100%;
    }

.news-list-page .news-item {
    background-color: white;
    padding: 10px;
    margin: 20px 0;
    border: 1px solid #eee;
}

    .news-list-page .news-item img {
        width: 100%;
    }
/* FOOTER */
.footer {
    padding: 30px 0;
    direction: rtl;
    line-height: 2.5em;
    font-size: 1em;
}
/*********** NOTIFICATIONS & POPUPS  ***********/



.bar-notification {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
    padding: 15px 10px 15px 25px;
    line-height: 16px;
    color: #fff;
    opacity: 0.95;
}

    .bar-notification.success {
        background-color: #4bb07a;
    }

    .bar-notification.error {
        background-color: #e4444c;
    }

    .bar-notification .content {
        margin: 0 0 0 10px;
    }

        .bar-notification .content a {
            color: #fff;
            text-decoration: underline;
        }

    .bar-notification .close {
        position: absolute;
        top: 0;
        left: 0;
        width: 32px;
        height: 32px;
        margin: 7px;
        background: #fff url('../images/close.png') center no-repeat;
        cursor: pointer;
    }

.ajax-loading-block-window {
    position: fixed;
    top: 50%;
    right: 50%;
    z-index: 999;
    width: 32px;
    height: 32px;
    margin: -16px -16px 0 0;
    background: url('../images/loading.gif') center no-repeat;
}

.instagram-feed {
    min-height: 200px;
    padding: 50px 0 0 0;
}

/* MOBILE MENU */
.mobile-menu ul li {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #f5f5f5;
}

    .mobile-menu ul li:last-child {
        border-bottom: none;
    }

.mobile-menu ul.sublist li:last-child {
    border-bottom: none;
}

.mobile-menu .has-sublist .sublist-toggle {
    display: inline-block;
    font-size: 1.5em;
    line-height: 0;
    vertical-align: middle;
}

    .mobile-menu .has-sublist .sublist-toggle.plus:after {
        font-family: fontawesome;
        content: "\f0fe";
    }

    .mobile-menu .has-sublist .sublist-toggle.minus:after {
        font-family: fontawesome;
        content: "\f146";
    }

.mobile-menu .has-sublist .sublist {
    display: none;
}

.mobile-menu .menu-toggle {
    display: block;
    margin: 15px 0;
}

    .mobile-menu .menu-toggle:after {
        font-family: fontawesome;
        content: "\f0c9";
        font-size: 2em;
        border: 1px solid #fff;
        padding: 5px;
        margin: 5px;
    }

.top-menu.mobile {
    display: none;
}

.header-links-mobil {
    display: none;
}

.shopping-cart-mobile {
    display: none;
}
/* TOP MENU RESPONSIVE */
@media only screen and (max-width: 768px) {
    .categories {
        width: 500px;
    }

        .categories-wrapper .categories ul.sublist.first-level > li, .categories > li {
            width: 30%;
        }

    .owl-carousel .owl-controls {
        display: none;
    }
}

@media only screen and (max-width: 576px) {
    .categories {
        width: 300px;
    }

        .categories-wrapper .categories ul.sublist.first-level > li, .categories > li {
            width: 50%;
        }

    .owl-carousel .owl-controls {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    #categorynavigation {
        display: none;
    }

    .cart-link {
        display: none;
    }

    .shopping-cart-mobile {
        display: inline-block;
        float: left;
    }

        .shopping-cart-mobile .cart-label {
            display: inline-block;
            color: white;
        }

        .shopping-cart-mobile .cart-qty {
            top: 0 !important;
            left: 0 !important;
            display: inline-block !important;
            position: relative !important;
        }

        .shopping-cart-mobile .fa-shopping-basket {
            display: none;
        }

    .header-links-mobil {
        display: inline-block;
        position: relative;
    }

        .header-links-mobil > ul {
            display: none;
            position: absolute;
            z-index: 9999;
            background: black;
            padding: 10px;
            top: 27px;
            right: 0;
        }

        .header-links-mobil.active > ul {
            display: block;
        }

        .header-links-mobil > ul li a {
            white-space: nowrap;
        }

    .header .networks, .header-links {
        display: none;
    }

    .categories-container, .top-menu-container {
        display: none;
    }

    .mobile-menu {
        display: block;
    }
}
/* PAGER */
.pager li > a, .pager li > span {
    border-radius: 0;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #e4444c;
    border-color: #e4444c;
}
/* BREADCRUMBS */
.breadcrumb ul li {
    display: inline-block;
}
/* PRODUCT FILTERS */
#product-filters select {
    width: 100%;
}

#product-filters .list-group-item, #productfilters .list-group-item {
    margin: 10px 0;
    background-color: white;
    padding: 10px;
    border: 1px solid #ccc;
}

.product-filters .filter-title {
    border-bottom: 1px solid #f5f5f5;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
}

.product-filters .filter-value {
    max-height: 400px;
    overflow-y: scroll;
}

    .product-filters .filter-value ul {
        list-style: none;
        padding: 0;
        margin: 0;
        overflow-x: hidden;
    }

        .product-filters .filter-value ul li {
            margin: 5px 0;
        }

.product-filters .pretty .state label {
    white-space: nowrap;
}

.product-filters .filter-searchbox {
    margin: 10px 0;
}

.product-filters .toggle-label {
    float: left;
    cursor: pointer;
}

    .product-filters .toggle-label:after {
        content: '\f078';
        font-family: FontAwesome;
    }

    .product-filters .toggle-label.expanded:after {
        content: '\f077';
        font-family: FontAwesome;
    }

#product-filters #submit-filter {
    width: 100%;
}

.product-filters .filter-body {
    display: none;
}

    .product-filters .filter-body.expanded {
        display: block;
    }

.spinner {
    width: 1rem !important;
    height: 1rem !important;
    opacity: 0;
    visibility: hidden;
    /*transition:all .4s;
    -webkit-transition:all .4s;
    -moz-transition:all .4s;
    -o-transition:all .4s;*/
}

    .spinner.expanded {
        opacity: 1;
        visibility: visible;
    }

.brand-carousel {
    margin: 70px 0;
}
/* PRODUCT DETAILS */
.product-detail {
    background-color: #fff;
    box-shadow: 1px 1px 1px #ddd;
    margin: 0 0 20px 0;
    display: block;
    padding: 20px;
}

    .product-detail .title {
    }

    .product-detail .description ul li {
        margin: 10px 0;
        display: flex;
    }

    .product-detail .description .buttons {
        margin: 10px 0;
    }

    .product-detail .image-wrapper img {
        width: 100%;
    }

.product-review {
    background-color: #fff;
    box-shadow: 1px 1px 1px #ddd;
    margin: 0 0 20px 0;
    display: block;
}

.related-products-grid {
    margin: 20px 0;
}

    .related-products-grid .title {
        padding: 10px 0;
        margin: 10px 0 20px 0;
        font-size: 1.5em;
        border-bottom: 1px solid #ddd;
    }
/* product review */
.product-review {
    padding: 20px 10px;
}

    .product-review p.stars {
        margin: 10px 30px 10px 0;
    }

.woocommerce p.stars a {
    position: relative;
    height: 2em;
    width: 1.5em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none
}

    .woocommerce p.stars a::before {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 2em;
        height: 2em;
        line-height: 1;
        font-family: WooCommerce;
        font-size: 1.7em;
        content: '\e021';
        text-indent: 0
    }

    .woocommerce p.stars a:hover ~ a::before {
        content: '\e021'
    }

.woocommerce p.stars:hover a::before {
    content: '\e020'
}

.woocommerce p.stars.selected a.active::before {
    content: '\e020'
}

.woocommerce p.stars.selected a.active ~ a::before {
    content: '\e021'
}

.woocommerce p.stars.selected a:not(.active)::before {
    content: '\e020'
}

#review_form_wrapper .comment-form .stars a {
    border: none;
    color: #fed700;
    line-height: 14px
}

    #review_form_wrapper .comment-form .stars a:after {
        color: #afafaf;
        font-family: FontAwesome;
        font-weight: 400
    }

    #review_form_wrapper .comment-form .stars a.star-1:after {
        content: '\f006'
    }

    #review_form_wrapper .comment-form .stars a.star-2:after {
        content: '\f006\f006'
    }

    #review_form_wrapper .comment-form .stars a.star-3:after {
        content: '\f006\f006\f006'
    }

    #review_form_wrapper .comment-form .stars a.star-4:after {
        content: '\f006\f006\f006\f006'
    }

    #review_form_wrapper .comment-form .stars a.star-5:after {
        content: '\f006\f006\f006\f006\f006'
    }

    #review_form_wrapper .comment-form .stars a.active:after,
    #review_form_wrapper .comment-form .stars a:hover:after {
        color: #fed700
    }
/* GROUP NAVIGATION */
.block-category-navigation .cat-item {
    margin: 7px 0;
}


.block-category-navigation ul li {
    border-bottom: 1px dashed #ddd;
    padding: 0 0 5px 0;
}

    .block-category-navigation ul li:last-child {
        border-bottom: none;
    }

    .block-category-navigation ul li.nosublist {
        margin-right: 29px;
    }

    .block-category-navigation ul li.level-0 {
        margin-right: 0;
    }

    .block-category-navigation ul li a.active {
        font-weight: bold;
        color: #0d6efd;
    }

.block-category-navigation .close {
    float: right;
    margin: 0 0 0 10px;
    cursor: pointer;
}

    .block-category-navigation .close:after {
        font-family: fontawesome;
        content: "\f0fe";
    }

    .block-category-navigation .close.expanded:after {
        font-family: fontawesome;
        content: "\f146";
    }
/* HOMEPAGE CATEGORY */
.category-grid {
    text-align: center;
}

    .category-grid .category-item {
        transition: transform .3s;
    }

        .category-grid .category-item:hover {
            transform: scale(0.9);
            opacity: .5;
        }

    .category-grid .item-grid {
        margin: 0 auto;
    }

        .category-grid .item-grid .item-box {
            max-width: 100px;
            display: inline-block;
            margin: 0 10px;
        }

            .category-grid .item-grid .item-box .picture img {
                width: 100%;
            }
/* special-offer */
.special-offer {
    background-color: #fff;
    padding: 0 10px 10px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin: 0;
    color: black;
}

    .special-offer .image img {
        width: 100%;
    }
/* wishlist */
.wishlist-content .product-picture img {
    width: 150px;
}
/* instagram links */
.instagram-feed a.link {
    position: relative;
    display: block;
}



.instagram-feed .insta-link:hover .link:after {
    opacity: .7;
}
/* checkout */

.checkout #newaddress-container {
    display: none;
}

.checkout .accordion-button::after {
    margin-left: 0;
}
/* nivoslider */
.theme-default .nivoSlider {
    box-shadow: none !important;
}
/* ajaxloader */
.ajaxloader {
    margin: 0 auto;
    height: 50px;
}

    .ajaxloader .x-rtl {
        direction: rtl;
    }

    .ajaxloader .inner {
        border: 5px solid rgba(150, 210, 29, 0.9);
        opacity: 0.9;
        border-left-color: transparent;
        border-right-color: transparent;
        border-radius: 50%;
        width: 27px;
        height: 27px;
        position: relative;
        top: -36px;
        margin: 0 auto;
        -webkit-animation: spin-right 1s linear infinite normal;
        -moz-animation: spin-right 1s linear infinite normal;
        -ms-animation: spin-right 1s linear infinite normal;
        animation: spin-right 1s linear infinite normal;
        -webkit-animation-delay: 0;
        -moz-animation-delay: 0;
        -o-animation-delay: 0;
        animation-delay: 0;
    }

    .ajaxloader .outer {
        border: 5px solid rgba(150, 210, 29, 0.9);
        opacity: 0.9;
        border-right-color: transparent;
        border-left-color: transparent;
        width: 44px;
        height: 44px;
        margin: 0 auto;
        border-radius: 50%;
        -webkit-animation: spin-pulse 1s linear infinite normal;
        -moz-animation: spin-pulse 1s linear infinite normal;
        -ms-animation: spin-pulse 1s linear infinite normal;
        animation: spin-pulse 1s linear infinite normal;
        -webkit-animation-delay: 0;
        -moz-animation-delay: 0;
        -o-animation-delay: 0;
        animation-delay: 0;
    }

@-moz-keyframes spin-right {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin-right {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin-right {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin-pulse {
    from {
        -moz-transform: rotate(360deg);
    }

    to {
        -moz-transform: rotate(0deg);
    }
}

@-webkit-keyframes spin-pulse {
    from {
        -webkit-transform: rotate(360deg);
    }

    to {
        -webkit-transform: rotate(0deg);
    }
}

@keyframes spin-pulse {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}
/* hot deals */
@media only screen and (min-width: 1024px) {
    .hot-deals .card .card-header {
        min-height: 380px;
    }
}

/* count-down */
.count-down {
    width: 100%
}

    .count-down .countbox {
        display: block;
        position: relative
    }

    .count-down .timebox {
        color: #636363;
        display: inline-block;
        font-size: .9em;
        position: relative;
        line-height: 1;
        text-transform: uppercase;
        text-align: center
    }

        .count-down .timebox:not(:first-child) {
            margin-right: 10px
        }

        .count-down .timebox .box-inner {
            display: block
        }

        .count-down .timebox strong {
            display: block;
            font-size: 1.1em;
            color: #2c2c2c;
            line-height: 1;
            margin-bottom: .5em;
            font-weight: 400;
            width: 2.7em;
            height: 2.7em;
            background: #f0f0f0;
            border-radius: 100%;
            padding-top: .7em
        }


.image-wrapper {
    position: relative;
}

.sale-icon {
    position: absolute;
    background-image: url(/Themes/Farazbook/Content/images/sale_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
}

    .sale-icon .sale {
        position: absolute;
        font-weight: bold;
        font-family: cursive;
        direction: ltr;
        color: rgb(253,91,19);
    }

    .sale-icon .title {
        position: absolute;
        font-family: cursive;
        direction: ltr;
        font-weight: bold;
        color: rgb(237,216,101);
    }

.product-detail .sale-icon {
    top: -37px;
    left: -19px;
    width: 100px;
    height: 100px;
}

    .product-detail .sale-icon .sale {
        top: 26px;
        left: 33px;
        font-size: 1.4em;
    }

    .product-detail .sale-icon .title {
        top: 54px;
        left: 34px;
        font-size: 1.3em;
    }

#products-grid .sale-icon {
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
}

    #products-grid .sale-icon .sale {
        top: 9px;
        left: 12px;
    }

    #products-grid .sale-icon .title {
        left: 12px;
        top: 23px;
        font-size: 0.9em;
    }

.card.thumbnail .card-header {
    min-height: 300px;
}

.card .sale-icon {
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
}

    .card .sale-icon .sale {
        top: 9px;
        left: 12px;
    }

    .card .sale-icon .title {
        left: 15px;
        top: 24px;
        border: none;
        margin: 0;
        padding: 0;
        font-size: 0.8em;
    }

.header-outofstock-cart ul {
    padding: 0;
}

.search-box-container {
    position: relative;
}

ul.searchbox-propertyValues {
    color: #000;
    list-style: none;
    background-color: #fff;
    padding: 0;
    display: none;
    position: absolute;
    top: 40px;
    right: 0;
    width: 100%;
    z-index: 99999999999;
    box-shadow: 0 2px 2px #ccc;
    border-radius: 5px;
    text-align: right;
}

    ul.searchbox-propertyValues li {
        padding: 7px 15px;
        cursor: pointer;
    }

        ul.searchbox-propertyValues li:hover {
            background-color: #f5f5f5;
        }

        ul.searchbox-propertyValues li span {
        }

@media only screen and (max-width: 576px) {
    .card.thumbnail .card-header {
        min-height: 250px;
    }
}
