:root {
    --white-color: #FFFFFF;
    --main-color: #000000;
    --price-color: #525F7F;
    --athena-blue: #525F7F;
}

.autocomplete-l3__filters-container-parent::-webkit-scrollbar {
    height: 5px !important;
}

.visual-similarity__file-size-error {
    text-align: center;
    letter-spacing: 0.38px;
    color: #F880B3;
    margin-top: 10px;
}

.athena-mobile-close-button {
    width: 53px;
    height: 100%;
    background: #FFFFFF 0 0 no-repeat padding-box;
    box-shadow: 0 0 10px #3FCADD4F;
    border-radius: 6px;
    opacity: 1;
    margin: 0 10px 0 0;
    position: relative;
    cursor: pointer;
}

.athena-mobile-close-button:after {
    content: '';
    position: absolute;
    background: url("../js/headless/athena/autocomplete/img/close-icon.svg") no-repeat center;
    width: 22px;
    height: 22px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/** Helper Classes **/

.athena-helper-show {
    display: block !important;
}

.athena-helper-hide {
    display: none !important;
}

.athena-visibility-hidden {
    visibility: hidden !important;
}

.athena-overflow-hidden {
    overflow: hidden !important;
}

.athena-overflow-auto {
    overflow: auto !important;
}

.show-search-tabs {
    display: flex;
    margin: 20px 0;
}

.athena-custom-width {
    width: 75% !important;
}

.athena-custom-max-height {
    max-height: 600px !important;
}

.visual-similarity__dropped-image-container {
    position: relative;
}

.visual-similarity__close_button {
    background: #030329 0 0 no-repeat padding-box;
    border-radius: 6px;
    width: 30px;
    height: 30px;
    color: #FFF;
    padding: 3px 0 0 0;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 50px;
    z-index: 1;
}

.visual-similarity__close_button:after {
    content: '';
    position: absolute;
    background: url("../js/headless/athena/autocomplete/img/x-icon.svg") no-repeat center;
    width: 11px;
    height: 11px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.athena-custom-width-full {
    width: 75% !important;
}

/** Helper Classes **/

/**
    Navbar CSS
 */
.navbar {
    margin: 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 77px;

}

.navbar__icon {
    cursor: pointer;
    height: 77px;
    width: 338px;
    background: url("../js/headless/athena/autocomplete/img/logo.svg") no-repeat center;
    z-index: 6;
}

/**
    Voice Search CSS
 */

.button-start-search,
.button-stop-search {
    background: var(--white-color);
    outline: none;
    border: none;
    width: 100%;
    height: 100%;
    cursor: pointer;
    margin-right: 40px;
}


.overlay-bg {
    overflow: hidden;
}

.athena-voice-search__active-button {
    display: block;
}

.athena-voice-search__inactive-button {
    display: none;
}

.athena-ac-right__as-main .athena-autocomplete__right-container {
    width: 100%;
}


#autocomplete-l3__filter-children-price {
    overflow: hidden !important;
}

.athena-autocomplete__regular-price {
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
}

.athena-autocomplete {
    background: var(--white-color) 0 0 no-repeat padding-box;
    max-height: calc(100vh - 165px);
    position: absolute;
    padding: 40px;
    overflow-y: auto;
    top: 63px;
    left: 50% !important;
    z-index: 9;
    transform: translateX(-50%) !important;
    box-shadow: 0 0 10px #3FCADD4F;
    border-radius: 6px;
}

.autocomplete-overlay {
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    left: 0;
    z-index: 10;
    overflow: hidden !important;
    width: 100%;
    height: 100%;
    min-height: 100vh;
}

.athena-autocomplete__flex-container {
    display: flex;
    flex-wrap: wrap;
}

.athena-autocomplete__left-container {
    width: 25%;
}

.athena-autocomplete__right-container {
    width: 75%;
}

.athena-autocomplete__left-container {
    padding-right: 20px;
}

.athena-autocomplete__right-container {
    padding-left: 20px;
}

.athena-autocomplete__container-product {
    display: flex;
    flex-wrap: wrap;
}

.athena-autocomplete__child-top {
    position: relative;
}

.athena-autocomplete__child-top-section_b img {
    width: 90px;
    height: 20px;
    margin-right: 30px;
    object-fit: contain;
}

.athena-autocomplete__child-top-section_b img {
    object-fit: contain;
}

.athena-autocomplete__child-top-section_b span {
    text-align: left;
    letter-spacing: 0.4px;
}

.athena-autocomplete__discount-div {
    position: absolute;
    top: 7px;
    right: 7px;
    padding: 3px 10px;
    font: normal normal normal 10px/20px var(--main-font);
    color: var(--white-color);
    text-transform: uppercase;
    background: #000000 0 0 no-repeat padding-box;
    border-radius: 20px;
}

.athena-autocomplete__child-bottom-product {
    text-align: center;
}

.athena-autocomplete__section-banner-top img,
.athena-autocomplete__section-banner-bottom img {
    width: 100%;
    object-fit: cover;
    height: auto;
    border-radius: 6px;
}

.athena-autocomplete__section-banner-top img {
    margin: 0 0 25px 0;
}

.athena-autocomplete__section-banner-bottom img {
    margin: 25px 0 0 0;
}

.athena-autocomplete__image {
    width: 100%;
    object-fit: cover;
}

.athena-autocomplete__header {
    margin: 0 0 15px 0;
    border-bottom: 1px solid #858585;
}

.athena-autocomplete__header h4 {
    text-align: left;
    font: normal normal normal 18px/35px var(--main-font);
    letter-spacing: 0.9px;
    color: var(--main-color);
    text-transform: uppercase;
}

.athena-autocomplete__name {
    margin: 15px 0 0 0;
    text-align: center;
    letter-spacing: 0;
    color: #858585;
    cursor: pointer;
}

.athena-autocomplete__name:hover {
    transition: 0.3s ease-in;
    color: #000000;
}

.athena-autocomplete__link {
    text-align: left;
    color: var(--main-color);
    text-decoration: none;
}

.athena-autocomplete__name-product {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0 0 10px 0;
    font: normal normal normal 14px/22px var(--main-font);
}

.athena-autocomplete__left-container .athena-autocomplete__parent,
.autocomplete-l3__right_sidebar .athena-autocomplete__parent {
    text-align: left;
    font-size: 14px;
    font-family: var(--main-font);
    letter-spacing: 0.9px;
    color: var(--price-color);
    text-decoration: none;
    margin: 0 0 10px 0;
    display: flex;
    align-items: center;
}

.athena-autocomplete__left-container .athena-autocomplete__parent img {
    width: 90px;
    height: auto;
    margin-right: 30px;
    object-fit: contain;
}

.athena-autocomplete__left-container .athena-autocomplete__parent .athena-autocomplete__image-section_b {
    width: auto;
    max-width: 80px;
}

.athena-autocomplete__left-container .athena-autocomplete__parent span {
    text-align: left;
    letter-spacing: 0.4px;
}

.athena-product-item .athena-autocomplete__image-product {
    height: auto;
    object-fit: contain;
    border-radius: 6px;
    max-height: 365px;
}


.athena-no-result {
    font: normal normal 300 14px/22px var(--main-font);
    letter-spacing: 0.8px;
    color: var(--white-color);
    text-align: center;
    height: auto;
    top: 13px;
    left: 6%;
    background: var(--price-color);
    padding: 10px 0;
    overflow: hidden;
}

.athena-no-result {
    margin: 15px 0 30px 0;
}

.overlay {
    background: grey;
}

.search-form {
    width: 50.5%;
    height: 47px;
    z-index: 6;
}


.searchareaOverlay {
    display: flex;
    justify-content: center;
}

.highlightSearchFont {
    color: #FF425B;
}

.background-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 167px;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0.7;
    z-index: 2;
}


.search-form #search_mini_form.arrow::before {
    position: absolute;
    content: attr(true-autocomplete-text);
    padding: 0;
    opacity: 0.3;
    margin: 14px 30px;
    text-align: left;
    letter-spacing: 0.35px;
    color: var(--price-color);
}

.athena-autocomplete__image-section_a,
.athena-autocomplete__image-section_b {
    max-width: 235px;
}

.athena-filter__search-icon {
    background: url("../js/headless/athena/autocomplete/img/search-icon.svg") no-repeat center;
    width: 22px;
    height: 22px;
    outline: 0;
    border: 0;
    padding-right: 25px;
}

/** Products **/

.autocomplete-l3__product-container .athena-price-container {
    margin: 10px 0 0 0 !important;
}

.athena-price-container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin: 15px 0 0 0;
}

.athena-price {
    text-align: center;
    letter-spacing: 0.45px;
    color: #030329;
    font-weight: bold;
}

.athena-sale-price {
    text-align: center;
    letter-spacing: 0.45px;
    color: #030329;
}

.athena-price-when-sale {
    text-align: center;
    text-decoration: line-through;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.4px;
    margin: 0 4px 5px 0;
}

.athena-img-sec-product {
    margin: 0 0 10px 0;
}

.athena-product-item {
    display: block;
    width: calc(25% - 11.3px);
    margin: 0 15px 20px 0;
}
.athena-product-item:nth-child(4n){
    margin-right: 0;
}

/** Search Tabs **/

.athena-search-tabs {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 20px 0;
}

.athena-tab input {
    display: none;
}

.athena-tab label {
    background: var(--white-color) 0 0 no-repeat padding-box;
    border: 1px solid var(--main-color);
    padding: 8px 20px;
    font: normal normal normal 14px/35px var(--main-font);
    color: var(--main-color);
    text-transform: uppercase;
    margin-right: 20px;
    margin-bottom: 0;
    cursor: pointer;
    border-radius: 20px;
}


.athena-tab [type="radio"]:checked ~ label,
.athena-tab label:hover {
    background: #030329 0 0 no-repeat padding-box;
    border: 1px solid var(--main-color);
    font: normal normal normal 14px/35px var(--main-font);
    color: var(--white-color);
    text-transform: uppercase;
    transition: 0.3s ease-in;
}

/** Athena Grid **/

.athena-grid {
    width: 120%;
}

/**
    Visual Similarity Search
 */
#visual_similarity_search {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 122px auto;
}


@media (max-width: 1024px) {
    .athena-grid .athena-product-item:nth-child(4n) {
        margin-right: 0;
    }

    .athena-grid .athena-product-item:nth-child(2n) {
        margin-right: 0;
    }

    .athena-grid .athena-product-item {
        width: calc(50% - 8px);
    }

}

@media (max-width: 768px) {

    .search-form{
        width: 90%;
    }
    .athena-autocomplete__flex-container {
        flex-direction: column;
    }

    .athena-autocomplete__container-category{
        margin-bottom: 10px;
    }

    .athena-l3 .autocomplete-l3__show {
        border-left: none;
    }

    .autocomplete-l3__left_sidebar {
        border-right: none;
    }

    .athena-autocomplete__section-banner-top img{
        margin: 0 0 10px 0;
    }

    .athena-autocomplete__section-banner-bottom img{
        margin: 10px 0 0 0;
    }

    .athena-autocomplete__left-container,
    .athena-autocomplete__right-container {
        width: 100%;
    }

    .athena-img {
        object-fit: contain;
    }

    .search-form #search_mini_form.arrow:after {
        left: 23%;
    }

    .athena-grid .athena-search-tabs {
        justify-content: start;
    }

    .athena-grid .athena-tab {
        margin-bottom: 20px;
    }

}

/** Athena Layout Three **/

.athena-l3 .autocomplete_l3_go_back_container,
.athena-l3 .autocomplete-l3__mobile-buttons-container {
    display: none;
}


.om-sliderrange {
    padding: 60px 0;
    min-height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.om-sliderrange-range {
    height: 5px;
    position: relative;
    margin: 8px 4px;
}

.om-sliderrange-display {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    margin-bottom: 10px;
}

.om-mid-price-container > span {
    padding: 0 5px;
}

.om-sliderrange-range:before {
    display: block;
    content: '';
    height: 5px;
    border-radius: 4px;
    background: #A8C6F3;
}

.om-sliderrange-range-indicator {
    height: 5px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: #32325D;
}

.om-sliderrange-button-start,
.om-sliderrange-button-end {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 12px;
    background: #32325D;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: visible;
}

.om-sliderrange-display > span {
    margin: 0 5px;
}

/**
 * Price Range New Start
 */
.om-mid-price-container {
    display: flex;
    justify-content: space-between;
    margin: 7px 20px 0 20px;
}
.om-mid-price-show-container {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.om-min-price-range__div {
    width: 100%;
    height: 20px;
    border-left: 1px solid #212121;
    display: flex;
    justify-content: space-evenly;
}

.om-min-price-range__div:last-child {
    border-right: 1px solid #212121;
}
.om-min-price-range__span {
    width: 1px;
    height: 10px;
    background: #212121;
}.om-min-price-range__show-span:first-child {
     position: relative;
     left: 4%;
     color: #212121 !important;
 }
.om-min-price-range__show-span:last-child {
    color: #212121 !important;
}
.om-min-price-range__show-span:nth-child(2) {
    position: relative;
    left: 3%;
    color: #212121 !important;
}
/**
 * Price Range New End
 */


.athena-l3 {
    width: 183%;
}

.autocomplete-l3__flex-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.autocomplete-l3__left-sidebar-filters-container {
    max-height: calc(100vh - 364px);
    overflow: auto;
    min-height: 667px;
    padding-right: 20px;
}

.autocomplete-l3__left_sidebar,
.autocomplete-l3__right_sidebar {
    width: calc(25% - 20px);
}

.autocomplete-l3__left_sidebar {
    border-right: 1px solid #858585;
}

@media (max-width: 768px) {
    .autocomplete-l3__left_sidebar {
        border-right: none !important;
    }
}

.autocomplete-l3__right_sidebar {
    max-height: 723px;
    overflow: auto;
}

.autocomplete-l3__content {
    width: 50%;
}

.autocomplete-l3__product-container {
    display: flex;
    flex-wrap: wrap;
    max-height: 667px;
    overflow: hidden;
    overflow-y: auto;
}

.autocomplete-l3__product-container::-webkit-scrollbar {
    display: none;
}

.autocomplete-l3__filter-title .inactive {
    margin: 0 0 10px 0;
    border-bottom: 0;
}

.autocomplete-l3__ajax-add {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin: 10px 5px 0;
}


.autocomplete-l3__filter-children {
    padding: 10px 10px 10px 0;
    max-height: 300px;
    overflow-y: auto;
    margin: 0 0 20px 0;
}

.autocomplete-l3__price_range {
    display: block;
    margin: 0;
    padding: 0;
}

.autocomplete-l3__filter-title {
    text-align: left;
    text-transform: uppercase;
    position: relative;
    margin: 0 0 10px 0;
    cursor: pointer;
    letter-spacing: 1.1px;
    color: #030329;
}

.autocomplete-l3__filter-title::before {
    content: '';
    position: absolute;
    width: 14px;
    height: 2px;
    top: 52%;
    right: 0;
    background: #030329;
}

.autocomplete-l3__filter-title::after {
    content: '';
    position: absolute;
    height: 13px;
    width: 2px;
    top: 39%;
    right: 5.5px;
    background: #030329;
}

.autocomplete-l3__filter-title.active::before {
    display: none;
}

.autocomplete-l3__filter-title.active::after {
    content: '';
    position: absolute;
    width: 13px;
    height: 2px;
    top: 50%;
    right: 0;
    background: #030329;
}

.autocomplete-l3__ajax-remove,
.autocomplete-l3__checkbox {
    cursor: pointer;
    accent-color: #030329;
    border-radius: 6px;
}

.autocomplete-l3__filters-container-parent {
    overflow: hidden;
    overflow-x: auto;
    margin: 0 0 10px 0;
}

.autocomplete-l3__filters-container {
    display: flex;
    width: max-content;
    margin: 0 0 10px 0;
}

.autocomplete-l3__ajax-remove > span {
    margin-right: 5px;
    text-align: left;
    color: var(--main-color);
    text-transform: uppercase;
    font-family: var(--main-font);
    font-size: 12px;
    font-weight: bold;
}

.autocomplete-l3__ajax-remove {
    margin: 0 10px;
    padding: 6px 14px 10px 14px;
    border: 1px solid #404E73;
    border-radius: 20px;
}

[data-filter-remove-type="remove-all"] {
    color: #FFF;
    background: #030329 0 0 no-repeat padding-box;
    border: 1px solid #030329;
}

[data-filter-remove-type="remove-all"] > span {
    color: #FFF;
}

.autocomplete-l3__ajax-remove:first-child {
    margin: 0 10px 0 0;
}

.autocomplete-l3__ajax-remove:nth-child(5n) {
    margin-left: 0;
}

.autocomplete-l3__ajax-remove:after {
    content: "\2715";
    position: relative;
    top: 3px;
    right: auto;
    font-size: 20px;
    line-height: 20px;
    color: #030329;
    cursor: pointer;
}

[data-filter-remove-type="remove-all"]:after {
    color: #FFF;
}

.autocomplete-l3__ajax-add span,
.athena-search__filter-no-data {
    letter-spacing: 0.4px;
    text-align: left;
    color: var(--main-color);
    font-size: 14px;
    font-family: var(--main-font);
}

.athena-search__filter-no-data {
    text-align: center;
    margin-top: 20px;
}

.price-box {
    text-align: left;
}

/* Loader */
.athena-spinner-loader {
    background: url("../js/headless/athena/autocomplete/img/loader-icon.svg") no-repeat;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 11;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.athena-spinner-loader-infinite {
    background: url("../js/headless/athena/autocomplete/img/loader-icon.svg") no-repeat;
    position: fixed;
    top: 95%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.scroll-ajax-button {
    display: inline-block;
}

.athena-minimal_maximal-price {
    display: flex;
}

.autocomplete-l3__filter-title.inactive {
    border-bottom: 1px solid #858585;
}

.autocomplete-l3__filter-children.active {
    border-top: 1px solid #858585;
}

.autocomplete-l3__filter-title.active,
.autocomplete-l3__filter-children.inactive {
    border-bottom: none;
    margin: 0;
}

/**
 * Section b styles start
 */
.athena-grid .athena-autocomplete__container-section_b {
    position: relative;
    top: -10px;
    min-height: 170px;
    overflow: hidden !important;
}

.athena-grid .athena-autocomplete__name-section_b {
    position: relative;
}

.athena-grid .athena-autocomplete__container-section_b .athena-autocomplete__parent-section_b {
    font-size: 0;
    position: relative;
    margin-bottom: -14px;
}
/**
 * Section b styles end
 */


/**
 * Section a styles start
 */

.athena-autocomplete__container-section_a {
    display: flex;
    overflow: hidden;
    padding-right: 0 !important;
}

.athena-autocomplete__left-container .athena-autocomplete__parent-section_a,
.autocomplete-l3__right_sidebar .athena-autocomplete__parent-section_a {
    flex-direction: column;
}

.athena-autocomplete__left-container .athena-autocomplete__parent .athena-autocomplete__image-section_a,
.autocomplete-l3__right_sidebar .athena-autocomplete__parent .athena-autocomplete__image-section_a {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-right: 0 !important;
    border-radius: 6px;
}

.athena-autocomplete__link-section_a:first-child {
    margin-right: 24px;
}

.autocomplete-l3__right_sidebar {
    padding-right: 10px !important;
    padding-left: 20px;
    border-left: 1px solid #858585;
}

.athena-autocomplete__link-section_a {
    width: 50% !important;
}

/**
 * Section a styles end
 */


.athena-autocomplete__parent-section_b img {
    margin-right: 25px;
}

/**
    Audio Search START
 */

#audio-search__waveform {
    margin-top: 40px;
}

#audio-search__canvas {
    width: 137px;
    height: 44px;
    margin-bottom: 11px;
}

.audio-search {
    background: var(--white-color) 0 0 no-repeat padding-box;
    max-height: calc(100vh - 165px);
    position: absolute;
    overflow-y: auto;
    top: 63px;
    min-height: 390px;
    width: 100% !important;
    border-radius: 6px;
    box-shadow: 0 0 10px #3FCADD4F;
}

.audio-search__inner-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid #A8C6F3;
    border-radius: 6px;
    width: 100%;
    margin: 30px;
}

.audio-search_inner-bottom-container p {
    text-align: center;
    letter-spacing: 0.38px;
    color: #F880B3;
    font-weight: bold;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(228, 228, 250, 0.93);
    }
    40% {
        box-shadow: 0 0 0 10px rgba(228, 228, 250, 0.93);
    }
    50% {
        box-shadow: 0 0 0 40px rgba(228, 228, 250, 0.24);
    }
    70% {
        box-shadow: 0 0 0 30px rgba(228, 228, 250, 0.93);
    }
    90% {
        box-shadow: 0 0 0 10px rgba(228, 228, 250, 0.24);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(228, 228, 250, 0);
    }
}

.audio-search-rounded {
    width: 116px;
    height: 116px;
    background: #030329 0 0 no-repeat padding-box;
    border-radius: 50%;
    position: relative;
    animation: pulse 4s infinite;
    box-shadow: 0 0 0 0 rgba(228, 228, 250, 0.93);
}

.audio-search-rounded:after {
    content: '';
    position: absolute;
    background: url("../js/headless/athena/autocomplete/img/voice-search-white.svg") no-repeat center center;
    background-size: cover;
    width: 39px;
    height: 70px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/**
    Audio Search END
 */

/**
    Visual Similarity Search CSS START
 */

.visual-similarity__button-container-search {
    border-radius: 6px;
    background: #FFF;
}

.visual-similarity__button-container {
    display: flex;
    justify-content: flex-end;
    padding: 0 30px 20px 30px;
}

.visual-similarity__drop-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 20px 30px 30px 30px;
    border: 1px dashed #A8C6F3;
    border-radius: 6px;
    padding: 30px 0 20px 0;
}

.visual-similarity__drop-container.hover {
    background: black;
}

.visual-similarity__inner-image-container {
    background: #F6F9Fc 0 0 no-repeat padding-box;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    margin: 20px 30px;
}

.visual-similarity-search {
    background: var(--white-color) 0 0 no-repeat padding-box;
    max-height: calc(100vh - 165px);
    position: absolute;
    overflow-y: auto;
    top: -59px;
    min-height: 300px;
    width: 100% !important;
    border-radius: 6px;
    box-shadow: 0 0 10px #3FCADD4F;
}

.visual-filter-drag_drop-p-middle {
    text-align: center;
    letter-spacing: 0.3px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.visual-similarity__svg-container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 0 30px 0;
}

.visual-similarity__p {
    margin-top: 20px;
    text-align: center;
}

.visual-similarity-input,
.ok-crop-button {
    background: #030329 0 0 no-repeat padding-box;
    color: #fff;
    cursor: pointer;
    height: 36px;
    letter-spacing: 0.3px;
    min-width: 120px;
    margin: 0 0 10px 0;
    padding: 12px 20px 2px;
    width: 150px;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    border-radius: 18px;
}

.cancel-crop-button {
    background: #FFF 0 0 no-repeat padding-box;
    border-radius: 18px;
    border: 1px solid #030329;
    color: #030329;
    min-width: 120px;
    cursor: pointer;
    height: 36px;
    letter-spacing: 0.3px;
    margin: 0 20px 10px 0;
    padding: 12px 20px 2px;
    width: 100px;
    display: flex;
    justify-content: center;
    outline: 0;
    text-transform: uppercase;
}
.ok-crop-button {
    outline: 0;
    border: 0;
    width: 100px;
}

.visual-filter-drag_drop-p {
    color: #32325d;
    letter-spacing: 0;
    text-align: center;
    margin: 0 0 20px 0;
}

.visual-similarity__svg-container {
    background: url("../js/headless/athena/autocomplete/img/drag-drop-img-icon.svg") no-repeat center;
    width: 153px;
    height: 105px;
}

.visual-similarity__camera-button {
    background: url("../js/headless/athena/autocomplete/img/visualsearch.svg") no-repeat center;
    width: 30px;
    height: 100%;
    outline: 0;
    border: 0;
    margin: 0 12px 0 0;
    cursor: pointer;
    position: relative;
    top: -2px;
}

.athena-voice-search__active-button {
    background: url("../js/headless/athena/autocomplete/img/voice-search-active.svg") no-repeat center;
    width: 30px;
    outline: 0;
    border: 0;
    margin: 0;
    cursor: pointer;
    position: relative;
    height: 100%;
    top: -2px;
}
.athena-voice-search__inactive-button {
    background: url("../js/headless/athena/autocomplete/img/voice-search-inactive.svg") no-repeat center;
    width: 30px;
    outline: 0;
    border: 0;
    margin: 0;
    cursor: pointer;
    position: relative;
    height: 100%;
    top: -2px;
}

.hide-btn {
    display: none;
}

.athena-navbar-image-wrapper {
    display: none;
}

.visual-similarity__browse-image-container {
    display: flex;
    justify-content: center;
}

/**
    Visual Similarity Search CSS END
 */

.athena-autocomplete__section-section_b {
    margin-right: 6px;
}

/**
    Athena List
 */

.athena-list {
    width: 100%;
}

.athena-list .athena-autocomplete__right-container {
    padding-left: 0 !important;
    margin-top: 20px;
}

.athena-list .athena-autocomplete__flex-container {
    flex-direction: column;
}

.athena-list .athena-autocomplete__left-container {
    margin-right: 0;
}

.athena-list .athena-autocomplete__left-container,
.athena-list .athena-autocomplete__right-container {
    width: 100%;
}

/*
    Mobile Buttons for filters
*/

.mobile-filters-button,
.autocomplete_l3__go_back_button {
    border-radius: 20px;
    text-align: left;
    color: var(--main-color);
    font-family: var(--main-font);
    font-size: 12px;
    font-weight: bold;
}

.athena-autocomplete__container-popular {
    margin-bottom: 10px;
}

@-webkit-keyframes spin {
    0% {
        --webkit-transform: rotate(0deg);
    }
    100% {
        --webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media(max-width: 1052px) {
    .visual-similarity__button-container {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 1450px) {
    .athena-autocomplete__container-product {
        overflow: auto;
    }

}

@media (max-width: 1320px) {
    .athena-autocomplete__section > div:nth-child(2)::-webkit-scrollbar {
        height: 5px;
    }
    .autocomplete-l3__filter-title{
        font-size: 80%;
    }

}

@media (max-width: 1024px) {
    .autocomplete-l3__left_sidebar {
        margin: 0 20px 0 0;
    }

    .autocomplete-l3__right_sidebar {
        margin: 0 0 0 20px;
    }

    .autocomplete-l3__left_sidebar,
    .autocomplete-l3__right_sidebar {
        width: calc(30% - 20px);
    }

    .autocomplete-l3__content {
        width: 40%;
    }

    .athena-l3 .athena-product-item:nth-child(3n) {
        margin-right: 20px;
    }

    .athena-l3 .athena-product-item:nth-child(2n) {
        margin-right: 0;
    }

    .athena-product-item {
        width: calc(50% - 13.5px);
    }
}

@media (max-width: 768px) {
    .athena-autocomplete__left-container {
        border-right: none;
        padding-right: 0;
    }

    .athena-autocomplete__right-container {
        padding-left: 0;
    }

    .athena-autocomplete {
        padding: 20px;
    }

    .search-form {
        display: flex;
    }

    .autocomplete-l3__mobile-buttons-container {
        border-bottom: 0 !important;
    }

    .autocomplete-l3__left-sidebar-filters-container {
        padding-right: 10px;
    }

    .autocomplete-l3__right_sidebar {
        padding-left: 0 !important;
    }

    .athena-l3 .autocomplete_l3_go_back_container,
    .athena-l3 .autocomplete-l3__mobile-buttons-container {
        border-top: none;
        display: block;
    }

    .autocomplete-overlay {
        height: 100vh;
    }

    .athena-l3 .autocomplete_l3_go_back_container {
        margin-bottom: 10px;
    }

    .athena-l3 .mobile-filters-button:first-child {
        margin-right: 10px;
    }

    .athena-l3 .mobile-filters-button,
    .athena-l3 .autocomplete_l3__go_back_button {
        background: var(--white-color) 0 0 no-repeat padding-box;
        border: 1px solid var(--main-color);
        padding: 7px 20px;
        color: var(--main-color);
        text-transform: uppercase;
        cursor: pointer;
    }

    .autocomplete-l3__mobile-buttons-container {
        border-bottom: 1px solid #A8C6F3;
        padding-bottom: 10px;
    }

    .autocomplete_l3__go_back_button {
        margin: 20px 0 10px 0;
    }

    .athena-l3 .autocomplete-l3__content {
        width: 100% !important;
        margin: 0;
    }

    .athena-l3 .autocomplete-l3__right_sidebar {
        margin-right: 0;
        padding-right: 0;
    }

    .athena-l3 .autocomplete-l3__left_sidebar,
    .athena-l3 .autocomplete-l3__right_sidebar {
        width: 0;
        margin: 0;
        display: none;
    }

    .athena-l3 .autocomplete-l3__left_sidebar {
        overflow: hidden;
    }

    .athena-l3 #autocomplete-l3__mobile-buttons-container {
        padding-bottom: 0;
        margin-bottom: 20px;
    }

    .athena-l3 #autocomplete-l3__mobile-buttons-container,
    .athena-l3 .autocomplete_l3_go_back_container {
        width: 100%;
    }

    .athena-l3 .autocomplete_l3_go_back_container {
        display: flex;
    }

    .athena-l3 .autocomplete-l3__hide {
        display: none;
        width: 0;
    }

    .athena-l3 .autocomplete-l3__hide_left {
        display: none;
        width: 0;
    }

    .athena-l3 .autocomplete-l3__hide_right {
        display: none;
        width: 0;
    }

    .athena-l3 .autocomplete-l3__show {
        display: block;
        width: 100%;
    }

    .athena-l3 .disabled {
        opacity: 0.6;
        cursor: not-allowed;
    }



    .audio-search {
        width: 119% !important;
        left: -63px;
    }
}

@media (max-width: 500px) {
    .visual-similarity-p__container {
        display: flex;
        justify-content: center;
    }

    .athena-autocomplete__container-product {
        gap: 5px;
        padding-right: 0;
    }

    .athena-product-item {
        margin: 0;
    }

    .athena-autocomplete__container-product a {
        width: 49%;
    }

    .visual-similarity__p {
        width: 60%;
    }

    .cropper-crop-box {
        max-width: 100% !important;
    }
    .athena-grid .athena-product-item {
        margin: 0;
        width: 100%;
    }
    .athena-grid .athena-product-item:nth-child(3n) {
        margin: 0;
    }
    .athena-grid .athena-product-item:nth-child(2n) {
        margin: 0;
        width: 100%;
    }
    .collapsible-container.athena-autocomplete__container-product {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }
}

@media (min-width: 768px) {
    .athena-mobile-close-button {
        display: none;
    }
}

.athena-product-item .athena-autocomplete__name:hover + img {
    transition: 0.3s ease-in;
    border: 1px solid green;
}

.cropper-container {
    direction: ltr;
    font-size: 0;
    line-height: 0;
    position: relative;
    touch-action: none;
    user-select: none;
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

.cropper-container img {
    backface-visibility: hidden;
    display: block;
    height: 100%;
    image-orientation: 0deg;
    max-height: none !important;
    max-width: none !important;
    min-height: 0 !important;
    min-width: 0 !important;
    width: 100%;
}

.cropper-wrap-box, .cropper-canvas, .cropper-drag-box, .cropper-crop-box, .cropper-modal {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    /*width: 100% !important;*/
}

.cropper-wrap-box, .cropper-canvas {
    overflow: hidden;
}

.cropper-drag-box {
    background-color: #fff;
    opacity: 0;
}

.cropper-modal {
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0.5;
}

.cropper-view-box {
    display: block;
    height: 100%;
    outline: rgba(0, 0, 0, 0.75) solid 1px;
    overflow: hidden;
    width: 100%;
}

.cropper-dashed {
    border: 0 dashed #eee;
    display: block;
    opacity: 0.5;
    position: absolute;
}

.cropper-dashed.dashed-h {
    display: none;
    border-bottom-width: 1px;
    border-top-width: 1px;
    height: calc(100% / 3);
    left: 0;
    top: calc(100% / 3);
    width: 100%;
}

.cropper-dashed.dashed-v {
    display: none;
    border-left-width: 1px;
    border-right-width: 1px;
    height: 100%;
    left: calc(100% / 3);
    top: 0;
    width: calc(100% / 3);
}

.cropper-center {
    display: none;
    height: 0;
    left: 50%;
    opacity: 0.75;
    position: absolute;
    top: 50%;
    width: 0;
}

.cropper-center::before, .cropper-center::after {
    background-color: #eee;
    content: ' ';
    display: block;
    position: absolute;
}

.cropper-center::before {
    height: 1px;
    left: -3px;
    top: 0;
    width: 7px;
}

.cropper-center::after {
    height: 7px;
    left: 0;
    top: -3px;
    width: 1px;
}

.cropper-face, .cropper-line, .cropper-point {
    display: block;
    height: 100%;
    opacity: 0.1;
    position: absolute;
    width: 100%;
}
.cropper-face {
    background-color: #fff;
    left: 0;
    top: 0;
}

.cropper-line.line-e {
    cursor: ew-resize;
    right: -3px;
    top: 0;
    width: 5px;
}
.cropper-line.line-n {
    cursor: ns-resize;
    height: 5px;
    left: 0;
    top: -3px;
}

.cropper-line.line-w {
    cursor: ew-resize;
    left: -3px;
    top: 0;
    width: 5px;
}

.cropper-line.line-s {
    bottom: -3px;
    cursor: ns-resize;
    height: 5px;
    left: 0;
}

.cropper-point {
    background-color: #FFF;
    border: 1px solid #000;
    height: 15px;
    opacity: 1;
    width: 15px;
}

.cropper-point.point-e {
    cursor: ew-resize;
    margin-top: -3px;
    right: -8px;
    top: 50%;
    border-radius: 50%;
}
.cropper-point.point-n {
    cursor: ns-resize;
    left: 50%;
    margin-left: -3px;
    top: -8px;
    border-radius: 50%;
}

.cropper-point.point-w {
    cursor: ew-resize;
    border-radius: 50%;
    left: -8px;
    margin-top: -3px;
    top: 50%;
}

.cropper-point.point-s {
    bottom: -8px;
    cursor: s-resize;
    left: 50%;
    margin-left: -3px;
    border-radius: 50%;
}

.cropper-point.point-ne {
    display: none;
    cursor: nesw-resize;
    right: -3px;
    top: -3px;
}

.cropper-point.point-nw {
    display: none;
    cursor: nwse-resize;
    left: -3px;
    top: -3px;
}

.cropper-point.point-sw {
    bottom: -3px;
    cursor: nesw-resize;
    left: -3px;
    display: none;
}

.cropper-point.point-se {
    display: none;
    bottom: -3px;
    cursor: nwse-resize;
    height: 20px;
    opacity: 1;
    right: -3px;
    width: 20px;
}

/**
    Responsive
 */

@media (min-width: 768px) {
    .cropper-point.point-se {
        height: 15px;
        width: 15px;
    }
}

@media (min-width: 992px) {
    .cropper-point.point-se {
        height: 10px;
        width: 10px;
    }
}

@media (min-width: 1200px) {
    .cropper-point.point-se {
        height: 5px;
        opacity: 0.75;
        width: 5px;
    }
}

.cropper-point.point-se::before {
    background-color: #39f;
    bottom: -50%;
    content: ' ';
    display: block;
    height: 200%;
    opacity: 0;
    position: absolute;
    right: -50%;
    width: 200%;
}

.cropper-invisible {
    opacity: 0;
}

.cropper-hide {
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}

.cropper-hidden {
    display: none !important;
}

.cropper-move {
    cursor: move;
}

.cropper-crop {
    cursor: crosshair;
}

.cropper-disabled .cropper-drag-box, .cropper-disabled .cropper-face, .cropper-disabled .cropper-line, .cropper-disabled .cropper-point {
    cursor: not-allowed;
}

span.cropper-line.line-w,
span.cropper-line.line-n,
span.cropper-line.line-e,
span.cropper-line.line-s{
    background: #000;
}

.cropper-drag-box {
    border-radius: 6px;
}

/***** Layout *****/

/**
 * Category Banners CSS
 */
.category-banner-image div img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.category-banner__number-of-products-2 {
    grid-column: span 2;
}

.category-banner__number-of-products-3 {
    grid-column: span 3;
}

.visual-filters__inner-container {
    overflow: hidden;
    overflow-x: auto;
}

/**
 * Visual Filters CSS
 */

.visual-filters__heading,
.visual-filter__paragraph {
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.visual-filters {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    width: max-content;
    min-width: 100%;
}

.visual-filter-image {
    cursor: pointer;
    object-fit: contain;
    width: 100%;
    height: auto;
    max-width: 180px;
    min-height: 235px;
}

.visual-filter-item {
    position: relative;
    margin: 0 0 60px 0;
}

.visual-filter-item:hover .visual-filters__overlay {
    border-bottom: 2px solid #000;
    display: block !important;
}

.visual-filters__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    border-bottom: 2px solid #000;
    cursor: pointer;
}


/* Search title */

.edit-button__visual-similarity-search {
    background: #FFFFFF 0 0 no-repeat padding-box;
    border: 1px solid #858585;
    border-radius: 15px;
    cursor: pointer;
    margin: 15px 0 31px 0;
    padding: 10px 30px;
}

.edit-button__visual-similarity-search:hover {
    transition: 0.3s ease-in;
    border: 1px solid #000000;
}


.searchareaOverlay {
    margin-bottom: 6px;
}

/* Load Prev */

.athena-search-load-prev {
    padding: 30px 0;
    text-align: center;
}

.athena-search-load-prev button {
    display: inline-block;
    appearance: none;
    cursor: pointer;
    border: 1px solid var(--athena-blue);
    padding: 8px 30px;
    background: transparent;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    border-radius: 6px;

}

/* Sidebar */


/* Product Content */

.athena-product-content {
    overflow-x: hidden;
}

.athena-product-content .products.wrapper.list .product-items {
    grid-template-columns: repeat(1,minmax(0,1fr));
}

.products.wrapper.list .athena-page-product-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.athena-page-product-item {
    position: relative;
}

.athena-product-content .wishlist-btn {
    background: url("../js/headless/athena/search/img/wishlistwidget.svg") no-repeat center;
    background-size: cover;
    display: block;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.athena-product-content .add-to-cart-btn {
    background: url("../js/headless/athena/search/img/wishlistcart.svg") no-repeat center white;
    background-size: 30px 30px;
    display: block;
    cursor: pointer;
}


.products.wrapper.list .athena-page-product-item .discount-div {
    right: auto;
    left: 10px;
}

.athena-page-product-item .discount-div {
    z-index: 1;
    position: absolute;
    top: 20px;
    right: 20px;
    text-transform: uppercase;
    padding: 2px 5px;
    color: var(--athena-blue);
    font-size: 14px;
    background: #FFFFFF;
    border-radius: 6px;
}

.athena-product-item-photo {
    display: block;
}

.products.wrapper.list .athena-product-item-description {
    display: block;
    margin-bottom: 16px;
    color: #858585;
}

.athena-product-item-description {
    display: none;
}


.athena-page-product-item .athena-price-container .athena-price-when-sale,
.athena-page-product-item .athena-price-container .special-price {
    text-decoration: line-through;
}

.no-more-products {
    text-align: center;
    margin-bottom: 50px;
}

.search-banner-image {
    margin-bottom: 10px;
}

.search-banner-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* Toolbar */

.athena-page-product-item .discount-div {
    position: absolute;
    top: 11px;
    right: 11px;
    padding: 3px 10px;
    font: normal normal normal 12px/20px var(--main-font);
    color: var(--white-color);
    text-transform: uppercase;
    background: #000000 0 0 no-repeat padding-box;
    border-radius: 20px;
}

.autocomplete-overlay {
    height: 100%;
    width: 100%;
    background-color: grey;
}

.products-per-page {
    width: auto;
    height: 38px;
    padding: 5px 11.5px;
    color: #030329;
    background: transparent;
    border: 0.5px solid #858585;
    cursor: pointer;
    margin: 0 10px 0 0;
    border-radius: 6px;
}

.athena-search-amount {
    order: 1;
    color: #030329;
}

.athena-search-amount-inner.hide-amount {
    display: none;
}

.athena-price-container {
    margin: 0 !important;
}

.athena-search-amount-inner.infinite-scroll-amount {
    display: flex;
    justify-content: center;
    gap: 4px;
    font-size: 14px;
}

.athena-search-amount-inner.infinite-scroll-amount span {
    display: none;
}

.athena-search-amount-inner.infinite-scroll-amount span.amount-text {
    display: block;
    order: 1;
}

.athena-search-amount-inner.infinite-scroll-amount span.total-amount {
    display: block;
    order: 0;
}

.athena-search-view {
    display: flex;
    gap: 10px;
    order: 0;
    margin-right: 20px;
}

.athena-search-view .view-mode {
    width: 26px;
    height: 26px;
}

.athena-search-view .view-mode span[data-view-mode="grid"] {
    background: url( '../js/headless/athena/autocomplete/img/grid-icon.svg' ) no-repeat center;
    background-size: contain;
    text-indent: -9999px;
    display: block;
    width: 25.5px;
    height: 25.5px;
    cursor: pointer;
}

.athena-search-view .active-view-mode span[data-view-mode="grid"] {
    background: url( '../js/headless/athena/autocomplete/img/grid-icon-active.svg' ) no-repeat center !important;
}

.athena-search-view .active-view-mode span[data-view-mode="list"] {
    background: url( '../js/headless/athena/autocomplete/img/list-icon-active.svg' ) no-repeat center !important;
}

.athena-search-view .view-mode span[data-view-mode="list"] {
    background: url( '../js/headless/athena/autocomplete/img/list-icon.svg' ) no-repeat center;
    background-size: contain;
    text-indent: -9999px;
    display: block;
    width: 25.5px;
    height: 25.5px;
    cursor: pointer;
}

/* Active Filter section */







.active-filter-item:before {
    content: '';
    position: absolute;
    top: 19px;
    right: 8px;
    width: 15px;
    height: 1px;
    background: #212121;
    transform: rotate(45deg);
}

.active-filter-item:after {
    content: '';
    position: absolute;
    top: 12px;
    right: 15px;
    width: 1px;
    height: 15px;
    background: #212121;
    transform: rotate(45deg);
}


/* Filter section */

.athena-filter-title-main {
    display: none;
}

.athena-filter-title:hover {
    cursor: pointer;
}

.athena-filter-title-active:after {
    display: none;
}

.athena-filter-item input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #030329;
}

.athena-filter-item:hover input ~ .checkmark {
    background-color: #dae6f7;
}

.athena-filter-item input:checked ~ .checkmark {
    background-color: #030329;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.athena-filter-item input:checked ~ .checkmark:after {
    display: block;
}

.athena-filter-item .checkmark:after {
    left: 6px;
    top: 2px;
    width: 4px;
    height: 8px;
    border: 1px solid #FFFFFF;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* Footer */

.pager-item-previous::after {
    content: '';
    top: 50%;
    left: 50%;
    position: absolute;
    width: 12px;
    height: 12px;
    transform: translate(-50%, -50%) rotate(180deg);
    background: url("../js/headless/athena/search/img/chevron-right.svg") no-repeat center;
}

.pager-item-next::after {
    content: '';
    top: 50%;
    left: 50%;
    position: absolute;
    width: 12px;
    height: 12px;
    transform: translate(-50%, -50%);
    background: url("../js/headless/athena/search/img/chevron-right.svg") no-repeat center;
}

.pager-item-first::after {
    content: '';
    top: 50%;
    left: 50%;
    position: absolute;
    width: 10px;
    height: 8px;
    transform: translate(-50%, -50%) rotate(180deg);
    background: url("../js/headless/athena/search/img/double-chevron-right.svg") no-repeat;
}


.pager-item-last::after {
    content: '';
    top: 50%;
    left: 50%;
    position: absolute;
    width: 10px;
    height: 8px;
    transform: translate(-50%, -50%);
    background: url("../js/headless/athena/search/img/double-chevron-right.svg") no-repeat;
}


.athena-search-footer {
    visibility: hidden;
    /*margin-top: 30px;*/
    /*min-height: 300px;*/
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
}

/* Spinner */

.athena-spinner-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 99;
}

.athena-spinner-search .ajax-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.athena-spinner-loader {
    background: url("../js/headless/athena/autocomplete/img/loader-icon.svg") no-repeat;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.athena-spinner-loader__infinite {
    background: url("../js/headless/athena/autocomplete/img/loader-icon.svg") no-repeat;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 30px;
    z-index: 1;
    height: 30px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.athena-spinner-loader-absolute {
    position: absolute !important;
}


.athena-index-index .column.main .athena-spinner-search{
    z-index: 10;
    background: #FFFFFF;
    opacity: 0.7;
}
.athena-index-index .column.main .athena-spinner-search .athena-spinner-loader{
    background: url("../js/headless/athena/search/img/athena-search-loader.svg") no-repeat;
    width: 100px;
    height: 100px;
    animation: none;
}
.athena-index-index .column.main .products.product-items .athena-spinner-loader{
    display: none !important;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Range slider */


.search-filter-price-range {
    display: block;
    margin: 0;
    padding: 0;
}

.athena-sidebar .om-sliderrange {
    padding: 5px 0 0;
    min-height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.athena-sidebar .om-sliderrange-range {
    height: 5px;
    position: relative;
    margin: 8px 4px;
}

.athena-sidebar .om-sliderrange-range:before {
    display: block;
    content: '';
    height: 5px;
    border-radius: 4px;
    background: #c2c0c2;
}

.athena-sidebar .om-sliderrange-range-indicator {
    height: 5px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: #32325D;
}

.athena-sidebar .om-sliderrange-button-start,
.athena-sidebar .om-sliderrange-button-end {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 12px;
    background: #32325D;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: visible;
}

.athena-sidebar .om-sliderrange-button-start {
    left: 0;
    right: auto;
}

.athena-sidebar .om-sliderrange-button-end {
    right: 0;
    left: auto;
}

.athena-sidebar .om-sliderrange-display {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    margin-bottom: 5px;
}
.athena-sidebar .om-mid-price-container > span {
    padding: 0 5px;
}

/**
 * Price Range New Start
 */
.om-mid-price-container {
    display: flex;
    justify-content: space-between;
    margin: 7px 20px 0 20px;
}
.om-mid-price-show-container {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.om-min-price-range__div {
    width: 100%;
    height: 20px;
    border-left: 1px solid #212121;
    display: flex;
    justify-content: space-evenly;
}

.om-min-price-range__div:last-child {
    border-right: 1px solid #212121;
}
.om-min-price-range__span {
    width: 1px;
    height: 10px;
    background: #212121;
}
.om-min-price-range__show-span:first-child {
    position: relative;
    left: 4%;
    color: #212121 !important;
}
.om-min-price-range__show-span:last-child {
    color: #212121 !important;
}
.om-min-price-range__show-span:nth-child(2) {
    position: relative;
    left: 3%;
    color: #212121 !important;
}
/**
 * Price Range New End
 */

.hide-filter-title {
    display: none;
}

.no-products .athena-sidebar,
.no-products .athena-search-toolbar,
.no-products .filter-opener-container {
    display: none;
}

.no-products .athena-product-content {
    width: 100%;
}

.filter-mask {
    display: none !important;
}

/** Helper Classes **/

.athena-helper-show {
    display: block !important;
}

.athena-helper-hide {
    display: none !important;
}


.athena-visibility-hidden {
    visibility: hidden !important;
}

.athena-overflow-hidden {
    overflow: hidden !important;
}

.athena-overflow-auto {
    overflow: auto !important;
}

.show-search-tabs {
    display: flex;
    margin: 20px 0;
}

.athena-custom-width {
    width: 75%;
}

.athena-custom-max-height {
    max-height: 600px !important;
}

.athena-custom-width-full {
    width: 100% !important;
}

/** Helper Classes **/

/* ==================== Responsive ==================== */


@media only screen and (max-width: 767px) {

    .athena-product-content {
        width: 100%;
    }


    .athena-filter-title-main {
        display: block;
        margin-bottom: 20px;
        position: relative;
    }

    .athena-filter-title-main p {
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
        color: #030329;
        padding-right: 30px;
    }

    .close-filters-btn {
        width: 25px;
        height: 25px;
        display: block;
        position: absolute;
        top: 1px;
        right: 0;
    }

    .close-filters-btn:before {
        content: '';
        position: absolute;
        top: 11px;
        right: 0;
        width: 20px;
        height: 2px;
        background: #030329;
        transform: rotate(45deg);
    }

    .close-filters-btn:after {
        content: '';
        position: absolute;
        top: 11px;
        right: 0;
        width: 20px;
        height: 2px;
        background: #030329;
        transform: rotate(135deg);
    }
}

@media (max-width: 390px) {
    .products.wrapper.list .athena-page-product-item {
        flex-direction: column;
        align-items: center;
    }



    .products.wrapper.list .athena-page-product-item .discount-div {
        top: 10px;
        left: 50px;
    }
}

@media only screen and (max-width: 768px) {
    .athena-search-amount {
        text-align: center;
    }
    .athena-search-sorter-parent {
        display: flex;
        justify-content: flex-end;
    }
    .products-per-page,
    .athena-search-view {
        margin-right: 0;
    }
    .athena-search-toolbar {
        display: flex;
        justify-content: space-between;
    }
    .search-title {
        text-align: left;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .visual-similarity__button-container{
        display: flex;
        justify-content: space-between;
        padding: 0 30px 20px 30px;
        flex-direction: column;
        align-items: center;
    }
    .athena-page-product-item .discount-div{
        top: 10px;
        right: 10px;
    }
}

.toggle-container {
    .icon-arrow {
        background: url("../js/headless/athena/autocomplete/img/arrow-down.svg") no-repeat center;
        display: inline-block;
        height: 10px;
        width: 10px;
        margin-left: 6px;
        vertical-align: middle;

        &.icon-arrow-down {
            transform: rotate(180deg);
        }
    }
}

@media only screen and (max-width: 640px) {
    .athena-search-amount {
        order: 10;
        width: 100%;
        margin-top: 16px;
    }
    .athena-search-amount:empty {
        margin-top: 0;
    }
}

@media only screen and (max-width: 540px) {
    .products.wrapper.list .athena-product-item-description {
        display: none;
    }
    .athena-search-products-per-page {
        padding: 10px 0;
    }
}

@media only screen and (max-width: 375px) {
    .toggle-container {
        display: none;
    }
    .collapsible-container {
        overflow: auto;
    }
    .athena-autocomplete__container-popular {
        display: flex;
        gap: 8px;
        overflow-x: auto;
        white-space: nowrap;
        width: 330px;
        padding: 0;

        .athena-autocomplete__parent-popular {
            margin: 0;

            .athena-autocomplete__name-popular {
                padding: 8px 12px;
                display: block;
                background-color: #F6F6F7;
                border-radius: 12px;
            }
        }

    }
    .athena-autocomplete__container-section_a {
        display: flex;
        gap: 8px;
        overflow-x: auto !important;
        white-space: nowrap;
        width: 330px;
        padding: 0;
    }
    .athena-autocomplete__left-container {
        .collapsible-container {
            overflow: auto !important;
        }
    }
}

@media only screen and (max-width: 365px) {
    .athena-search-toolbar {
        justify-content: space-around;
    }
    .athena-search-amount {
        margin: 16px auto 0;
        display: flex;
        justify-content: center;
    }
}
