@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: 'AnjomanMaxFN-Regular';
    src: url('/Fonts/Anjoman/AnjomanMaxFN-Regular.eot?#') format('eot'), url('/Fonts/Anjoman/AnjomanMaxFN-Regular.woff') format('woff'), url('/Fonts/Anjoman/AnjomanMaxFN-Regular.ttf') format("truetype");
    font-weight: normal;
    font-style: normal;
}

/*#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"] {
    -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 AnjomanMaxFN-Regular, Helvetica, sans-serif;
    color: #66015f;
    --c: #66015f;
    --c-light: #C199BF;
    --c-dark: #3D0039;
    --c2: #5bc3bf;
    --c-medium: #51004C;
    --c2-medium: #377674;
    --c2-dark: #1c3b3a;
    --c2-light: #77fef9;
    --c-orange: #ffa200;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--c);
}

a {
    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;
    margin-top: 1rem;
}

.background-c {
    background-color: var(--c);
    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;
}

    .page .inputs > div {
        display: flex;
        gap: 5px;
    }

.field-validation-error {
    color: red;
}

.required {
    color: var(--c-orange)
}

.shopping-cart {
    background: url(../images/cart.png);
    width: 40px;
    height: 32px;
    display: inline-block;
    background-size: cover;
}
/* button */
.btn-default {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--c2);
    --bs-btn-border-color: var(--c2);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--c2-medium);
    --bs-btn-hover-border-color: var(--c2-medium);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--c2-dark);
    --bs-btn-active-border-color: var(--c2-dark);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--c2-light);
    --bs-btn-disabled-border-color: var(--c2-light);
    --bs-btn-focus-box-shadow: var(--c2)
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--c);
    --bs-btn-border-color: var(--c);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--c-medium);
    --bs-btn-hover-border-color: var(--c-medium);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--c-dark);
    --bs-btn-active-border-color: var(--c-dark);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--c-light);
    --bs-btn-disabled-border-color: var(--c-light);
    --bs-btn-focus-box-shadow: var(--c-light);
}
/*** 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: var(--c);
    color: white;
    padding: 5px 0;
}

.header .bottom-row {
    background-color: var(--c2);
    color: white;
    font-size: 1.2rem;
}

.header-links a {
    color: var(--c-orange);
}
/* SOCIAL NETWORK */
.networks a {
    color: var(--c2);
}

ul.networks {
    font-size: 1.3em;
    margin: 0;
}

    ul.networks li {
        display: inline-block;
        margin: 0 5px;
    }

        ul.networks li .fab {
            color: white;
        }
/* HEADER LINKS */
.header-links {
    text-align: left;
}

    .header-links ul {
        margin: 0;
    }

        .header-links ul li {
            display: inline-block;
        }

            .header-links ul li:after {
                content: '|';
                color: var(--c2);
                margin: 0 0.5rem;
            }

            .header-links ul li:last-child:after {
                content: '';
            }

    .header-links .ico-cart {
        margin-left: 1.5rem !important;
    }

#topcartlink {
    color: var(--c);
    position: relative;
    text-align: left;
}

    #topcartlink a {
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: end;
    }

        #topcartlink a .cart-label {
            color: var(--c);
            font-size: 1.4rem;
        }

    #topcartlink .cart-qty {
        position: absolute;
        color: white;
        background-color: black;
        border-radius: 50%;
        top: -20px;
        left: 5px;
        padding: 3px 10px;
    }

    #topcartlink i {
        font-size: 3em;
    }
/* SEARCHBOX */
#search .btn {
    background-color: var(--c);
    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;
}

    .advanced-search a {
        color: var(--c2)
    }
/* #region autocomplete searchbox */

#search {
    display: flex;
    position: relative;
    width: 100%;
}

    #search input[type=text] {
        width: 90%;
        padding-right: 2em;
    }

    #search button {
        width: 10%;
    }

    #search .search-spinner {
        padding-right: 1em;
    }

.autocomplete-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 400px;
    overflow-y: auto;
    border: 1px solid #e0e0e0;
    border-radius: 0 0 4px 4px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: none;
    margin-top: -1px;
}

.autocomplete-item {
    padding: 0;
    border-bottom: 1px solid #f5f5f5;
    transition: background-color 0.2s;
}

    .autocomplete-item:last-child {
        border-bottom: none;
    }

.autocomplete-link {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
}

.autocomplete-image {
    width: 50px;
    height: 70px;
    object-fit: cover;
    border-radius: 4px;
    margin-left: 15px;
    border: 1px solid #eee;
}

.autocomplete-text {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
}

.autocomplete-item-active,
.autocomplete-item:hover {
    background-color: #f8f9fa;
}

    .autocomplete-item-active .autocomplete-text,
    .autocomplete-item:hover .autocomplete-text {
        color: #4a90e2;
    }

.search-spinner {
    position: absolute;
    right: .5em;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 3px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border-top-color: #4a90e2;
    animation: spin 1s ease-in-out infinite;
    /*display: none;*/
    z-index: 1001;
    opacity: 0;
    transition: opacity 0.3s ease;
}

    .search-spinner.visible {
        opacity: 1;
    }

@keyframes spin {
    to {
        transform: translateY(-50%) rotate(360deg);
    }
}

.autocomplete-results::-webkit-scrollbar {
    width: 8px;
}

.autocomplete-results::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.autocomplete-results::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px;
}

    .autocomplete-results::-webkit-scrollbar-thumb:hover {
        background: #a8a8a8;
    }

/* #endregion autocomplete searchbox */
/* LOGO */
.logo-wrapper {
    text-align: right;
}

    .logo-wrapper img {
        max-width: 170px !important;
    }
/* MENU */
.categories-wrapper {
    display: flex;
    align-items: center;
    position: relative;
}

    .categories-wrapper .category-bars {
        cursor: pointer;
        margin: 3px 0 0 0;
        color: white;
        display: flex;
        font-size: 1.2rem;
        background-color: var(--c-orange);
        align-items: center;
    }

        .categories-wrapper .category-bars:hover {
            color: var(--c);
        }

    .categories-wrapper .sublist {
        display: none;
    }

.categories {
    background-color: white;
    color: black;
    padding: 20px;
    position: absolute;
    width: 800px;
    border: 1px solid #ddd;
    top: 67px;
    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;
        font-size: 1rem;
    }

        .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: flex;
    margin: 0;
    padding: 0;
}

    ul.top-menu li:after {
        content: '|';
        margin-right: 0.5rem;
        margin-left: 0.5rem;
    }

    ul.top-menu li:last-child:after {
        content: none;
    }

    ul.top-menu li a {
        text-decoration: none;
        color: var(--c);
    }

        ul.top-menu li a:hover {
            color: var(--c-orange)
        }

    ul.top-menu.mobile li:after {
        content: '';
    }
/* 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;
}
/* ACOUNT NAVIGATION */
.block-account-navigation .body {
    border-color: var(--c) !important;
}

    .block-account-navigation .body a {
        color: var(--c2);
    }

.account-page h3, .block-account-navigation h3 {
    color: #b40696
}

.account-page .page-body {
    padding: 1rem;
    border: 1px solid var(--c);
    border-radius: var(--bs-border-radius-xl) !important;
}
/* PRODUCTS */
.product-filters .custom-search-container {
    position: relative;
    width: 100%;
}

.product-filters .custom-search-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.product-filters .custom-search-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #ddd;
    border-radius: 0 0 4px 4px;
    background: white;
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.product-filters .dropdown-item {
    padding: 8px 12px;
    cursor: pointer;
    transition: background 0.2s;
}

    .product-filters .dropdown-item:hover {
        background: #f5f5f5;
    }

    .product-filters .dropdown-item.active {
        background: #007bff;
        color: white;
    }

.thumbnail {
    min-height: 455px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 1s;
    background-color: transparent;
    border: none;
}

    .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;
        margin: 0;
        background-color: #e6e7e8;
        padding: 0.4rem !important;
    }

        .thumbnail .caption > div {
            margin: 10px 0;
        }

        .thumbnail .caption .title {
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            display: block;
            text-align: center;
        }

        .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 {
            color: gray;
            align-items: center;
            justify-content: space-between !important;
            min-height: 42px;
        }

            .thumbnail .caption .buttons span.amount-text {
                font-size: .5em;
                white-space: nowrap;
                display: block;
                padding: 7px 0;
                font-size: 1rem;
            }

            .thumbnail .caption .buttons button {
                border: none;
                background: transparent;
                font-size: 1.2rem;
                color: var(--c)
            }

                .thumbnail .caption .buttons button:hover {
                    color: var(--c);
                }

.item-box .thumbnail .image img {
    max-height: 248px;
}

.add-to-wishlist-button {
    color: red !important;
}
/* OWLCAROUSEL */
.owl-carousel-wrapper.owl-1 .owl-carousel, .owl-carousel-wrapper.owl-1 .title strong {
    background-color: #c93333;
}

.owl-carousel-wrapper.owl-2 .owl-carousel, .owl-carousel-wrapper.owl-2 .title strong {
    background-color: #c9b755;
}

.owl-carousel-wrapper.owl-3 .owl-carousel, .owl-carousel-wrapper.owl-3 .title strong {
    background-color: #8ec704;
}

.owl-carousel-wrapper.owl-4 .owl-carousel, .owl-carousel-wrapper.owl-4 .title strong {
    background-color: #ffb400;
}

.owl-carousel-wrapper.owl-5 .owl-carousel, .owl-carousel-wrapper.owl-5 .title strong {
    background-color: #853d27;
}

.owl-carousel-wrapper.owl-6 .owl-carousel, .owl-carousel-wrapper.owl-6 .title strong {
    background-color: #66015f;
}

.owl-carousel-wrapper.owl-7 .owl-carousel, .owl-carousel-wrapper.owl-7 .title strong {
    background-color: #ccc;
}

.owl-carousel-wrapper.owl-8 .owl-carousel, .owl-carousel-wrapper.owl-8 .title strong {
    background-color: #ccc;
}


.owl-carousel-wrapper .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .owl-carousel-wrapper .title strong {
        padding: 0.7rem 3rem 0.7rem 6rem;
        clip-path: polygon(50px 0%, 100% 0%, 100% 100%, 0% 100%);
        color: white;
        margin-bottom: -1px;
    }

.owl-carousel .owl-stage-outer {
    padding: 0 1px;
}


.owl-carousel .owl-item .thumbnail img {
    max-height: 270px;
}

.owl-carousel .owl-item .thumbnail .title a {
    color: var(--c);
}

.owl-carousel {
    position: relative;
    padding: 1rem;
}

    .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: -18px;
        display: block;
    }

    .owl-carousel .owl-controls .owl-next {
        position: absolute;
        left: -50px;
        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-wrapper {
    background: var(--c2)
}

.footer {
    padding: 30px 0;
    direction: rtl;
    line-height: 2.5em;
    font-size: 1rem;
}

    .footer .phone span.number {
        direction: ltr;
        display: inline-block;
    }

    .footer .customer-address {
        line-height: 1.6rem;
    }
.enamad-wrapper, .samandehi {
    max-width: 150px;
}
/*********** 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;
}

/* 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: 1.6em;
        border: 1px solid #fff;
        padding: 5px;
        margin: 5px;
    }

.top-menu.mobile {
    display: none;
    padding: 1rem;
    font-size: 1rem;
}

.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 .description ul li {
    margin: 10px 0;
    display: flex;
    color: var(--bs-gray-600);
    font-size: 1.4rem;
}

.product-detail .description .buttons {
    margin: 10px 0;
}

.product-detail .image-wrapper img {
    width: 100%;
}


.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;
    margin-top: 4rem;
}

    .product-review p.stars {
        margin: 10px 30px 10px 0;
    }

    .product-review .comment-form-comment {
        display: flex;
        align-items: center;
    }

        .product-review .comment-form-comment label {
            white-space: nowrap;
            margin-left: 1rem;
        }

.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 .card-body {
    max-height: 300px;
    overflow-y: auto;
}

.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;
}

/* 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(../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;
    border-bottom: none;
}

.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;
    }

    .carousel-indicators {
        display: none;
    }

    .product-detail .description strong {
        font-size: 1rem !important;
    }

    .owl-carousel .owl-item .thumbnail img {
        max-height: none;
    }
}
