*{
    box-sizing: border-box;
    word-break: break-word;
}
.nav-before-open .searchareaOverlay{
    z-index: 1;
}
/*==================
Helper Classes
==================*/
.athena-helper-show {
    display: block !important;
}
.athena-helper-hide{
    display: none !important;
}
.athena-overflow-auto {
    overflow: auto !important;
}
.athena-overflow-hidden {
    overflow: hidden !important;
}
.athena-autocomplete__link{
    cursor: pointer;
}
/*==================
Header
==================*/
/* Header Top */
.header-top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.header-top-left{
    width: 50%;
    display: flex;
    justify-content: left;
}
.header-top-left img{
    max-width: 100%;
    height: auto;
}
.header-top-right{
    width: 50%;
    display: flex;
    justify-content: right;
    align-items: center;
}
.header-top-right a{
    color: #030329;
    padding: 8px;
    padding-left: 16px;
    padding-right: 16px;
}
.pricing-link{
    margin-right: 15px;
}
.demo-link{
    border: 1.5px solid #030329;
    border-radius: 27px;
}
/* Menu */
.header-menu{
    margin-bottom: 20px;
}
.header-menu ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.header-menu ul li{
    margin-right: 20px;
}
.header-menu ul li:last-of-type{
    margin-right: 0;
}
.header-menu ul li a{
    color: #4F4F69;
    text-transform: uppercase;
    font-size: 20px;
}
/* Category Navigation */
.category-navigation-container{
    display: none;
    position: absolute;
    margin-top: 10px;
    background: #ffffff;
    width: 260px;
    overflow: auto;
    height: 320px;
    max-height: calc(100vh - 315px);
    border-radius: 10px;
    left: -72px;
    border: 1px solid #E6E6F0;
    z-index: 10;
}
.category-navigation-btn{
    width: 56px;
    height: 56px;
    border-radius: 10px;
    border: 1px solid #E6E6F0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    background: url(../images/category-btn.svg) no-repeat center center;
    background-color: #FFFFFF;
}
.category-navigation-btn.active-category-navigation-btn{
    background: url(../images/category-btn-close.svg) no-repeat center center;
    background-color: #FFFFFF;
}
.category-navigation-container.active-category-navigation-container{
    display: block;
}
.category-level-first.category-level-menu{
    display: block;
}
.category-level-first > .category-name{
    text-transform: uppercase;
}
.category-level-menu{
    position: relative;
    display: none;
}
.category-level-menu:hover{
    opacity: 1;
}
.category-level-first > .category-name{
    opacity: 1;
}
.sub-category-menu-open > div > .category-level-menu{
    display: block;
}
.sub-category-menu-open > .category-level-menu{
    display: block;
}
.category-item-arrow{
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.category-item-arrow:after{
    content: '';
    background: url(../images/arrow-menu.svg) no-repeat;
    background-position: 21px 14px;
    height: 100%;
    width: 100%;
    display: block;
}
.category-item-arrow:hover{
    background-color: #F7F7FA;
}
.category-level-second .category-item-arrow:hover,
.category-level-third .category-item-arrow:hover,
.category-level-fourth .category-item-arrow:hover{
    background-color: #FFFFFF;
}
.current-active-menu > .category-item-arrow:hover{
    background-color: #F7F7FA;
}
.category-level-first .category-name:hover{
    background-color: #F7F7FA;
}
.current-active-menu > .category-name:hover{
    background-color: #FFFFFF;
}
.current-active-menu > .category-level-first-inner-links,
.current-active-menu > .category-level-second-inner-links,
.current-active-menu > .category-level-third-inner-links{
    height: 282px;
    overflow: auto;
}
.sub-category-menu-open{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    height: 320px;
    overflow: hidden;
}
.current-active-menu.sub-category-menu-open{
    overflow: auto;
    background: #F7F7FA;
}
.current-active-menu.sub-category-menu-open > .category-name{
    text-transform: uppercase;
    opacity: 1;
}
.current-active-menu.sub-category-menu-open > .category-item-arrow:after{
    background: url(../images/close-menu.svg) no-repeat center;
    background-position: 19px 14px;
}
.category-name{
    font-size: 16px;
    font-weight: 500;
    display: block;
    padding: 6px 10px;
    padding-right: 40px;
    text-align: left;
    opacity: 0.5;
}
.category-name:hover{
    opacity: 1;
}
.sub-category-menu-open > .category-name{
    background: #FFFFFF;
}
.category-level-second,
.category-level-third,
.category-level-fourth{
    background: #F7F7FA;
}
.category-name:hover{
    cursor: pointer;
}
.breadcrumbs-container.hide-breadcrumbs,
.category-name-container.hide-category-name-item{
    display: none;
}
.breadcrumbs-container{
    width: 100%;
    max-width: 1300px;
    margin: auto;
    margin-top: 10px;
}
.breadcrumbs-container .breadcrumbs-item{
    font-size: 14px;
    display: block;
    margin-bottom: 15px;
    opacity: 0.7;
    font-weight: 500;
}
.category-name-container{
    width: 100%;
    max-width: 1300px;
    margin: auto;
}
.category-name-container .category-name-item{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
}
/* Search Input */
.searchareaOverlay{
    margin-bottom: 6px;
    float: left;
    width: calc(100% - 170px - 76px - 36px);
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 999;
}
.searchareaOverlay a{
    text-decoration: none !important;
}
.searchareaOverlay a:hover{
    opacity: 0.9;
}
.search-container{
    width: calc(100% - 72px);
    position: relative;
}
.production-search .search-container{
    width: 100%;
}
.search-form{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 80%;
    margin: auto;
    position: relative;
    height: 47px;
    z-index: 6;
}
#search{
    width: 100%;
    height: 47px;
    border-radius: 6px;
    border: 1px solid #E6E6F0;
    padding-left: 40px;
    padding-right: 110px;
    font-size: 16px;
    color: #4F4F69;
    box-shadow: none !important;
}
#search::placeholder{
    color: #BCBCC7;
    font-size: 16px;
    font-weight: 400;
}
.search-icon__autocomplete{
    background: url(../images/search.svg) no-repeat center !important;
    background-size: 19px !important;
    width: 40px;
    height: 100%;
    outline: 0;
    border: 0 !important;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
}
.search-icon__autocomplete:hover{
    background: url(../images/search.svg) no-repeat center;
    background-size: 19px;
    border: none;
    color: inherit;
}
.athena-search-suggestion__container{
    position: absolute;
    left: 60px;
    display: flex;
    align-items: center;
    gap: 8px;
    top: 16px;
}
.athena-search-suggestion__text{
    opacity: 0.5;
}
.athena-search-suggestion__tab-button{
    display: block;
    font-size: 12px;
    border: 1px solid;
    border-radius: 4px;
    padding: 2px;
    opacity: 0.8;
}
.visual-similarity__camera-button{
    background: url(../images/camera.svg) no-repeat center !important;
    background-size: 24px 23px !important;
    width: 30px;
    height: 100%;
    outline: 0;
    border: 0 !important;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 40px;
    padding: 0;
}
.visual-similarity__camera-button:hover{
    background: url(../images/camera.svg) no-repeat center !important;
    background-size: 24px 23px !important;
    border: none !important;
    color: inherit;
}
.open-visual-box .visual-similarity__camera-button{
    background: url(../images/camera-active.svg) no-repeat center !important;
    background-size: 24px 23px !important;
    border: 0 !important;
}
.open-visual-box .visual-similarity__camera-button:hover{
    background: url(../images/camera-active.svg) no-repeat center;
    background-size: 24px 23px;
    border: none !important;
    color: inherit;
}
.microphone-container{
    width: 30px;
    height: 100%;
    outline: 0;
    border: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 6px;
}
.microphone-container button{
    height: 100%;
    width: 100%;
    border: 0;
    background: transparent;
    outline: none;
    cursor: pointer;
    appearance: none;
    padding: 0;
}
.microphone-container button img{
    width: 18px;
}
.athena-voice-search__inactive-button {
    display: none;
}
.athena-voice-search__active-button {
    display: block;
}
.athena-search-suggestion__tab-button{
    display: none;
}
.close-search-btn{
    position: absolute;
    top: 15px;
    right: 88px;
    width: 18px;
    height: 18px;
    background: url(../images/cancel-search.svg) no-repeat center;
    background-size: 18px;
    cursor: pointer;
    display: none;
}
.close-search-btn:before{
    content: "";
    position: absolute;
    top: -6px;
    right: -12px;
    width: 1px;
    height: 30px;
    background: #E6E6F0;
}
.close-search-btn.delete-search-terms{
    display: block;
}
/*==================
Autocomplete Container
==================*/
.athena-autocomplete{
    max-height: calc(100vh - 220px);
    position: absolute;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow-y: auto;
    top: 56px;
    z-index: 9;
    overflow-x: hidden;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: calc(100vw - 30px);
    max-width: 1600px;
    border: 1px solid #E6E6F0;
    border-radius: 10px;
    background: #FFFFFF;
    margin-left: -5%;
}
.athena-autocomplete img{
    max-width: 100%;
    height: auto;
}
.athena-autocomplete__section-banner-top img,
.athena-autocomplete__section-banner-bottom img{
    max-width: 100%;
    object-fit: cover;
    height: auto;
}
.athena-autocomplete__section-banner-top img{
    margin-bottom: 10px;
}
.athena-no-result{
    font-size: 18px;
    font-weight: 400;
    opacity: 0.8;
    padding-bottom: 20px;
    text-align: center;
}
.athena-autocomplete__flex-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.athena-list .athena-autocomplete__flex-container{
    flex-direction: column;
}
.autocomplete-l3__mobile-buttons-container{
    display: none;
}
.athena-autocomplete__section{
    margin-bottom: 20px;
}
.athena-custom-width-full{
    width: 100%;
}
/* Left Section */
.athena-autocomplete__left-container{
    width: 240px;
    text-align: left;
}
.athena-autocomplete__left-container .athena-autocomplete__header h4{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
    margin-top: 0;
    color: #4F4F69;
}
.athena-autocomplete__name.athena-autocomplete__name-popular{
    display: block;
}
.athena-autocomplete__left-container .athena-autocomplete__link{
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 400;
    color: #4F4F69;
}
.athena-autocomplete__left-container .athena-autocomplete__link{
    display: none;
}
.athena-autocomplete__left-container .athena-autocomplete__link:nth-child(-n+3){
    display: block;
}
.athena-autocomplete__left-container .athena-autocomplete__link.athena-autocomplete__link-section_b:nth-child(-n+6){
    display: block;
}
.athena-autocomplete__left-container .expanded .athena-autocomplete__link{
    display: block;
}
.athena-autocomplete__left-container .athena-autocomplete__section-section_b .athena-autocomplete__child-bottom{
    display: none;
}
.athena-autocomplete__left-container .athena-autocomplete__section-section_b  .athena-autocomplete__container-section_b{
    display: flex;
    flex-wrap: wrap;
    column-gap: 5%;
}
.athena-autocomplete__link-section_b{
    width: 30%;
}
.athena-autocomplete__left-container .athena-autocomplete__section-section_b .athena-autocomplete__child-top{
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    border: 1px solid #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F4F4F5;
}
.athena-autocomplete__left-container .athena-autocomplete__link.athena-autocomplete__link-section_a{
    margin-bottom: 15px;
}
/* Right Section */
.athena-autocomplete__right-container{
    width: calc(100% - 280px);
    text-align: left;
}
.athena-list .athena-autocomplete__right-container{
    width: 100%;
}
.athena-autocomplete__right-container .athena-autocomplete__header h4{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0;
    color: #4F4F69;
}
.athena-autocomplete__container-product{
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 25px;
}
.athena-product-item{
    width: calc(25% - 11.5px);
    position: relative;
}
.athena-autocomplete__discount-div{
    position: absolute;
    top: 12px;
    left: 12px;
    border-radius: 6px;
    background: #FFFFFF;
    border: 1px solid #f5f5f5;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 10px;
    color: #4F4F69;
}
.athena-autocomplete__image-product{
    border: 1px solid #f5f5f5;
    aspect-ratio: 450 / 600;
    object-fit: contain;
    width: 100%;
}
.athena-autocomplete__name-product{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 3px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #4F4F69;
    font-weight: 600;
}
.athena-product-item .athena-price-container{
    padding-top: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 10px;
}
.athena-product-item .athena-price-container .athena-price{
    font-size: 18px;
    font-weight: 600;
    opacity: 0.7;
    color: #4F4F69;
    padding: 0;
}
.athena-product-item .athena-price-container .athena-price-when-sale{
    text-decoration: line-through;
    opacity: 0.3;
}
.autocomplete__product-end {
    width: 100%;
    display: flex;
    justify-content: center;
}
.autocomplete__product-end p{
    color: #4F4F69;
    font-size: 16px;
    font-weight: 600;
}
/* Product Info */
.product-info-sidebar-container{
    padding: 20px;
    text-align: left;
}
.product-info-sidebar-autocomplete{
    height: 100%;
    width: 100%;
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    background-color: white;
    transition: 0.3s ease-in-out;
    max-height: 100%;
    overflow: auto;
}
.product-info-sidebar-autocomplete-active {
    visibility: visible;
}
.product-info-close-button-autocomplete{
    border-radius: 6px;
    width: 30px;
    height: 30px;
    color: #FFFFFF;
    padding: 3px 0 0 0;
    cursor: pointer;
    position: sticky;
    top: 30px;
    left: calc(100% - 50px);
    z-index: 1;
    border: 1px solid #4F4F69;
    background: #FFFFFF;
}
.product-info-close-button-autocomplete:after{
    content: '';
    position: absolute;
    background: url(../images/remove-filter.svg) no-repeat center;
    width: 11px;
    height: 11px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.product-info-top-sidebar-container{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
}
.product-info-top-sidebar-container .product-info-image-container{
    width: 200px;
}
.product-info-top-sidebar-container .product-info-image-container .product-info-sidebar-image{
    border: 1px solid #f5f5f5;
    max-width: 100%;
    height: auto;
    aspect-ratio: 450 / 600;
    object-fit: contain;
}
.product-info-pi-container{
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: calc(100% - 220px);
}
.product-info-bottom-sidebar-container {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #dadada;
}
.pdp-tabs,
.pdp-tabs-landing{
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
}
.pdp-tab-name,
.pdp-tab-name-landing{
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    opacity: 0.5;
}
.pdp-tab-name.active-tab-title,
.pdp-tab-name-landing.active-tab-title-landing{
    opacity: 1;
}
.pdp-tab-content,
.pdp-tab-content-landing{
    display: none;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.pdp-tab-content.active-tab-content,
.pdp-tab-content-landing.active-tab-content-landing{
    display: block;
}
.product-info-sidebar-autocomplete .tabs-category,
.product-info-sidebar-landing .tabs-category-landing{
    display: flex;
    flex-wrap: wrap;
    column-gap: 8px;
    row-gap: 10px;
    width: 100%;
}
.product-info-sidebar-autocomplete .product-info-pil,
.product-info-sidebar-landing .product-info-pil{
    font-size: 14px;
    display: block;
    font-weight: 500;
    border-radius: 5px;
    border: 1px solid #E6E6F0;
    padding: 5px 10px;
}
.pdp-tabs .tabs-attributes .product-info-key-attribute,
.pdp-tabs-landing .tabs-attributes-landing .product-info-key-attribute{
    text-transform: uppercase;
}
.pdp-tabs .product-info-value,
.pdp-tabs-landing .product-info-value{
    font-size: 18px;
}
.pdp-tabs-landing .product-info-value,
.pdp-tabs .product-info-value{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.pdp-tabs-landing .product-info-value.show-all-text,
.pdp-tabs .product-info-value.show-all-text{
    display: block;
}
.hide-show-more-btn{
    display: none;
}
.show-more-landing,
.show-more-popup{
    font-size: 14px;
    padding: 5px 10px;
    border: 1px solid #030329;
    border-radius: 15px;
    margin-top: 8px;
}
.product-info-sidebar-autocomplete .product-info-brand,
.product-info-sidebar-landing .product-info-brand{
    font-size: 22px;
}
.product-info-sidebar-autocomplete .product-info-name,
.product-info-sidebar-landing .product-info-name{
    font-size: 20px;
}
.product-info-sidebar-autocomplete .product-info-description,
.product-info-sidebar-landing .product-info-description{
    font-size: 18px;
}
.product-info-sidebar-autocomplete .athena-price,
.product-info-sidebar-landing .athena-price{
    font-size: 18px;
    font-weight: 500;
    opacity: 0.7;
    color: #4F4F69;
    padding: 0;
}
.product-info-sidebar-autocomplete .athena-price-when-sale,
.product-info-sidebar-landing .athena-price-when-sale{
    text-decoration: line-through;
    opacity: 0.3;
}
/*==================
Autocomplete Layout 3
==================*/
.autocomplete-l3__flex-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.autocomplete-overlay{
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, 0) !important;
    left: 0;
    z-index: 10;
    overflow: hidden !important;
    width: 100%;
    height: 100%;
    min-height: 100vh;
}
.athena-spinner-loader-infinite {
    background: url(../images/loader-icon.svg) no-repeat;
    position: fixed;
    bottom: calc(15% - 15px);
    left: calc(50% - 15px);
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
}
@keyframes spin{
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* Banner Top */
.autocomplete-l3__flex-container #banner_top{
    width: 100%;
}
/* Banner Bottom */
.autocomplete-l3__flex-container #banner_bottom{
    width: 100%;
}
.autocomplete-l3__flex-container #banner_bottom img{
    margin-top: 20px;
}
/* Left */
.autocomplete-l3__left_sidebar{
    width: 240px;
    text-align: left;
}
.autocomplete_l3_go_back_container{
    display: none;
}
.autocomplete-l3__filters{
    margin-bottom: 20px;
}
.autocomplete-l3__filter-title{
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
    color: #4F4F69;
}
.autocomplete-l3__filter-title:before{
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 10px;
    height: 2px;
    background: #4F4F69;
    opacity: 0.5;
}
.autocomplete-l3__filter-title:after{
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 10px;
    height: 2px;
    background: #4F4F69;
    opacity: 0.5;
    transform: rotate(90deg);
}
.autocomplete-l3__filter-title.active:after{
    display: none;
}
.autocomplete-l3__filter-children-container{
    max-height: 172px;
    overflow: auto;
    scrollbar-gutter: stable;
    display: flex;
    flex-direction: column;
}
.autocomplete-l3__ajax-add.selected-filter{
    order: -999;
}
.autocomplete-l3__filter-children-container.scroll-element{
    max-height: 344px !important;
}
.autocomplete-l3__filter-children-container.scroll-element ~ .athena-cutoff__container{
    display: none;
}
.autocomplete-l3__filter-children-container.expanded{
    max-height: 344px !important;
}
.autocomplete-l3__filters[data-filter-type="boja"] .autocomplete-l3__ajax-add,
.autocomplete-l3__filters[data-filter-type="color_shade"] .autocomplete-l3__ajax-add,
.autocomplete-l3__filters[data-filter-type="velicina"] .autocomplete-l3__ajax-add,
.autocomplete-l3__filters[data-filter-type="price"] .autocomplete-l3__ajax-add,
.autocomplete-l3__filters[data-filter-type="color"] .autocomplete-l3__ajax-add{
    padding-left: 0;
}
.autocomplete-l3__filters[data-filter-type="price"] .autocomplete-l3__ajax-add{
    display: block;
}
.autocomplete-l3__filters[data-filter-type="velicina"] .checkmark{
    display: none;
}
.autocomplete-l3__filters[data-filter-type="velicina"] .checkmark:after{
    display: none !important;
}
.autocomplete-l3__filters[data-filter-type="velicina"] input:checked ~ .checkmark{
    display: block;
    width: 100%;
    height: 100%;
    background: #E6E6F0;
    border: 0;
    top: 0;
}
.autocomplete-l3__filters[data-filter-type="velicina"] .autocomplete-l3__filter-span{
    position: relative;
    z-index: 1;
}
.autocomplete-l3__filters[data-filter-type="boja"] .autocomplete-l3__checkbox,
.autocomplete-l3__filters[data-filter-type="color_shade"] .autocomplete-l3__checkbox,
.autocomplete-l3__filters[data-filter-type="color"] .autocomplete-l3__checkbox{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.autocomplete-l3__filter-color{
    height: 18px !important;
    width: 18px !important;
    min-width: 18px;
    min-height: 18px;
    border-radius: 6px !important;
    border: 1px solid #BCBCC7 !important;
    display: block !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    margin-right: 10px !important;
}
.autocomplete-l3__filters[data-filter-type="manufacturer"] .autocomplete-l3__filter-color{
    opacity: 0 !important;
    display: none !important;
}
.autocomplete-l3__filters[data-filter-type="velicina"] .autocomplete-l3__filter-children-container{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    max-height: 123px;
}
.autocomplete-l3__filters[data-filter-type="velicina"] .autocomplete-l3__ajax-add{
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 44px;
    padding: 5px;
    margin-bottom: 0;
    border: 1px solid #E6E6F0;
    border-radius: 5px;
    text-align: center;
}
.autocomplete-l3__filters[data-filter-type="velicina"] .autocomplete-l3__ajax-add .autocomplete-l3__checkbox{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.autocomplete-l3__ajax-add{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 12.5px;
    display: flex;
    align-items: flex-start;
    column-gap: 8px;
    cursor: pointer;
    position: relative;
    padding-left: 28px;
    color: #4F4F69;
}
.autocomplete-l3__ajax-add .checkmark{
    position: absolute;
    top: 4px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: transparent;
    border-radius: 6px;
    border: 1px solid #BCBCC7;
}
.autocomplete-l3__ajax-add input:checked ~ .checkmark{
    background-color: transparent;
}
.autocomplete-l3__ajax-add .checkmark:after{
    left: 6px;
    top: 2px;
    width: 3px;
    height: 7px;
    border: 1px solid #4F4F69;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    position: absolute;
    display: none;
}
.autocomplete-l3__ajax-add input:checked ~ .checkmark:after{
    display: block;
}
.autocomplete-l3__checkbox{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.autocomplete-l3__filters[data-filter-type="boja"] .autocomplete-l3__ajax-add .checkmark,
.autocomplete-l3__filters[data-filter-type="color_shade"] .autocomplete-l3__ajax-add .checkmark,
.autocomplete-l3__filters[data-filter-type="color"] .autocomplete-l3__ajax-add .checkmark{
    position: absolute;
    top: calc(50% - 5px);
    left: 4px;
    width: 10px;
    height: 10px;
    background: #000000 !important;
    z-index: 2;
    border: 1px solid #4F4F69;
    border-radius: 3px;
    display: none;
}
.autocomplete-l3__filters[data-filter-type="boja"] .autocomplete-l3__ajax-add .checkmark:after,
.autocomplete-l3__filters[data-filter-type="color_shade"] .autocomplete-l3__ajax-add .checkmark:after,
.autocomplete-l3__filters[data-filter-type="color"] .autocomplete-l3__ajax-add .checkmark:after{
    display: none;
}
.autocomplete-l3__filters[data-filter-type="boja"] .autocomplete-l3__ajax-add input:checked ~ .checkmark,
.autocomplete-l3__filters[data-filter-type="color_shade"] .autocomplete-l3__ajax-add input:checked ~ .checkmark,
.autocomplete-l3__filters[data-filter-type="color"] .autocomplete-l3__ajax-add input:checked ~ .checkmark{
    display: block;
}
.athena-search__filter-container{
    position: relative;
}
.athena-input-element-filters{
    border: 1px solid #E6E6F0 !important;
    border-radius: 5px !important;
    width: 100% !important;
    margin-bottom: 10px !important;
    height: 32px !important;
    padding: 5px !important;
    padding-left: 30px !important;
}
.athena-input-element-filters::placeholder{
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #BCBCC7 !important;
}
.athena-filter__search-icon{
    position: absolute;
    top: 8px;
    left: 7px;
    width: 16px;
    height: 16px;
    background: url(../images/search-input.svg) no-repeat center;
}
/* Center */
.autocomplete-l3__content{
    width: calc(100% - 500px);
}
.autocomplete-l3__content.athena-custom-width-no-right-sidebar{
    width: calc(100% - 240px);
}
.autocomplete-l3__content.athena-custom-width-no-left-sidebar{
    width: calc(100% - 240px);
}
.autocomplete-l3__content.athena-custom-width-no-right-sidebar.athena-custom-width-no-left-sidebar{
    width: 100%;
}
.autocomplete-l3__filters-container{
    display: flex;
    flex-wrap: wrap;
    column-gap: 6px;
    padding-top: 15px;
}
.autocomplete-l3__filters-container .autocomplete-l3__ajax-remove{
    border: 1px solid #F7F7FA;
    border-radius: 5px;
    background: #F7F7FA;
    display: block;
    padding: 5px 10px;
    padding-right: 25px;
    color: #4F4F69;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    margin-bottom: 12px;
}
.autocomplete-l3__filters-container .autocomplete-l3__ajax-remove.autocomplete-l3__ajax-remove-all{
    background: transparent;
    border: 1px dashed #E6E6F0;
    padding-right: 10px;
}
.autocomplete-l3__filters-container .autocomplete-l3__ajax-remove:before{
    content: '';
    position: absolute;
    background: url(../images/remove-filter.svg) no-repeat center;
    width: 11px;
    height: 11px;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
}
.autocomplete-l3__filters-container .autocomplete-l3__ajax-remove.autocomplete-l3__ajax-remove-all:before{
    display: none;
}
.athena-autocomplete__header#products{
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
    justify-content: space-between;
    align-items: center;
}
.athena-custom-width-no-right-sidebar .athena-autocomplete__header#products{
    padding-right: 0;
}
.athena-custom-width-no-left-sidebar .athena-autocomplete__header#products{
    padding-left: 0;
}
.athena-custom-width-no-right-sidebar.athena-custom-width-no-left-sidebar .athena-autocomplete__header#products{
    padding-left: 0;
    padding-right: 0;
}
.autocomplete-l3__filters-container-parent{
    position: sticky;
    top: -30px;
    background: #FFFFFF;
    z-index: 1;
    padding-left: 25px;
    padding-right: 25px;
}
.athena-custom-width-no-right-sidebar .autocomplete-l3__filters-container-parent{
    padding-right: 0;
}
.athena-custom-width-no-left-sidebar .autocomplete-l3__filters-container-parent{
    padding-left: 0;
}
.athena-custom-width-no-right-sidebar.athena-custom-width-no-left-sidebar .autocomplete-l3__filters-container-parent{
    padding-left: 0;
    padding-right: 0;
}
.athena-autocomplete__header-product{
    font-size: 20px;
    font-weight: 600;
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.athena-autocomplete__header-product h4{
    margin: 0;
    font-size: 20px;
    color: #4F4F69;
}
.athena-autocomplete-view-all button{
    text-decoration: underline;
    font-size: 16px;
    border: 0;
    background: transparent;
    outline: none;
    cursor: pointer;
    appearance: none;
    font-weight: 400;
    color: #4F4F69;
}
.athena-autocomplete__header-total-items{
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    opacity: 0.5;
}
.autocomplete-l3__content .autocomplete-l3__product-container{
    display: flex;
    flex-wrap: wrap;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 25px;
    padding-left: 25px;
    padding-right: 25px;
}
.autocomplete-l3__content.athena-custom-width-no-right-sidebar .autocomplete-l3__product-container{
    padding-right: 0;
}
.autocomplete-l3__content.athena-custom-width-no-left-sidebar .autocomplete-l3__product-container{
    padding-left: 0;
}
.autocomplete-l3__content.athena-custom-width-no-right-sidebar.athena-custom-width-no-left-sidebar .autocomplete-l3__product-container{
    padding-left: 0;
    padding-right: 0;
}
.autocomplete-l3__product-container .athena-product-item{
    width: calc(25% - 11.5px);
    position: relative;
}
.autocomplete-l3__product-container .athena-autocomplete__name{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 3px;
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #4F4F69;
    font-weight: 600;
}
/** Price Range Filter **/
.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: #4F4F69;
}
.om-sliderrange-button-start,
.om-sliderrange-button-end{
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 12px;
    background: #4F4F69;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: visible;
}
.om-sliderrange-display > span{
    margin: 0 5px;
    background: #4F4F69 !important;
}
.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 #4F4F69;
    display: flex;
    justify-content: space-evenly;
}
.om-min-price-range__div:last-child{
    border-right: 1px solid #4F4F69;
}
.om-min-price-range__span{
    width: 1px;
    height: 10px;
    background: #4F4F69;
}
.om-min-price-range__show-span:first-child{
    position: relative;
    left: 4%;
}
.om-min-price-range__show-span:nth-child(2){
    position: relative;
    left: 3%;
    display: none;
}
/* Right */
.autocomplete-l3__right_sidebar{
    width: 240px;
    text-align: left;
}
.autocomplete-l3__right_sidebar .athena-autocomplete__header h4{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
    margin-top: 0;
    color: #4F4F69;
}
.autocomplete-l3__right_sidebar .athena-autocomplete__link{
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin-bottom: 6px;
    color: #4F4F69;
}
.autocomplete-l3__right_sidebar .athena-autocomplete__link{
    display: none;
}
.autocomplete-l3__right_sidebar .athena-autocomplete__link:nth-child(-n+3){
    display: block;
}
.autocomplete-l3__right_sidebar .athena-autocomplete__link.athena-autocomplete__link-section_b:nth-child(-n+6){
    display: block;
}
.autocomplete-l3__right_sidebar .expanded .athena-autocomplete__link{
    display: block;
}
.autocomplete-l3__right_sidebar .athena-autocomplete__section-section_b .athena-autocomplete__child-bottom{
    display: none;
}
.autocomplete-l3__right_sidebar .athena-autocomplete__section-section_b  .athena-autocomplete__container-section_b{
    display: flex;
    flex-wrap: wrap;
    column-gap: 5%;
}
.athena-autocomplete__link-section_b{
    width: 30%;
}
.autocomplete-l3__right_sidebar .athena-autocomplete__section-section_b .athena-autocomplete__child-top{
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    border: 1px solid #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F4F4F5;
}
.autocomplete-l3__right_sidebar .athena-autocomplete__link.athena-autocomplete__link-section_a{
    margin-bottom: 15px;
}
/*==================
Autocomplete Layout 1 / 2
==================*/
/* Tabs */
.show-search-tabs{
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 10px;
    margin-bottom: 10px;
}
.show-search-tabs > div{
    background: #F7F7FA;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 15px;
    cursor: pointer;
    min-width: 140px;
    text-align: center;
}
.show-search-tabs > div.athena-helper-show{
    background: linear-gradient(119deg, #623D7D 1.41%, #2763A5 80.75%);
}
.show-search-tabs > div.athena-helper-show label{
    color: #FFFFFF;
    opacity: 1;
}
.show-search-tabs > div input{
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
}
.show-search-tabs > div label{
    cursor: pointer;
    opacity: 0.5;
}
.show-search-tabs > div:hover label,
.show-search-tabs > div label:hover{
    opacity: 1;
}
/*==================
Visual similarity search
==================*/
#visual_similarity_search{
    max-height: calc(100vh - 220px);
    position: absolute;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow-y: auto;
    top: 56px;
    z-index: 9;
    overflow-x: hidden;
    width: calc(100vw - 30px) !important;
    max-width: 1600px !important;
    border: 1px solid #E6E6F0;
    border-radius: 10px;
    background: #FFFFFF;
    left: 50% !important;
    transform: translateX(-50%) !important;
    margin-left: -5%;
}
#athena-drop-zone{
    background: #F7F7FA;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}
.visual-similarity__p{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
    color: #4F4F69;
}
.visual-similarity__svg-container{
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    background: url(../images/drag-drop-img-icon.svg) no-repeat center;
    width: 100%;
    height: 114px;
}
.visual-similarity__drop-inner-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}
.visual-filter-drag_drop-p{
    opacity: 0.7;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 16px;
    color: #4F4F69;
}
.visual-similarity-input{
    cursor: pointer;
    display: flex;
    justify-content: center;
    column-gap: 5px;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    color: #4F4F69;
}
.visual-similarity__upload-container{
    background: url(../images/upload-file-icon.svg) no-repeat center;
    width: 22px;
    height: 16px;
}
.visual-similarity__camera-container{
    background: url(../images/camera-small.svg) no-repeat center;
    width: 20px;
    height: 20px;
}
.visual-similarity__paste-url-input-container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid #E6E6F0;
    padding: 8px 14px;
    height: 44px;
    border-radius: 10px;
    width: 100%;
    max-width: 400px;
    background: #FFFFFF;
    justify-content: space-between;
}
.visual-similarity__paste-url-input-container input{
    width: calc(100% - 18px);
    appearance: none;
    outline: none;
    border: none;
}
.visual-similarity__paste-url-paste-icon{
    cursor: pointer;
    background: url(../images/paste-icon.svg) no-repeat center;
    width: 13px;
    height: 22px;
}
.visual-similarity__paste-url-x-icon{
    cursor: pointer;
    background: url(../images/x-icon-new.svg) no-repeat center;
    width: 13px;
    height: 22px;
}
.visual-similarity__paste-url-input-error .visual-similarity__paste-url-x-icon{
    background: url(../images/x-icon-new-red.svg) no-repeat center;
}
.visual-similarity__paste-url-search-container{
    height: 44px;
    border-radius: 10px;
    border: 1px solid #623D7D;
    background: linear-gradient(119deg, #623D7D 1.41%, #2763A5 80.75%);
    color: #FFFFFF;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.visual-similarity__paste-url-search-label{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
    column-gap: 10px;
    color: #FFFFFF;
}
#visual-similarity__paste-url-search-button{
    border: 0;
    background: transparent;
    outline: none;
    cursor: pointer;
    appearance: none;
    padding: 0;
}
.visual-similarity__paste-url-search-label p{
    color: #FFFFFF;
    margin: 0;
    font-weight: 600;
}
.visual-similarity__paste-url-search-label div{
    width: 19px;
    background: url(../images/search-icon-small.svg) no-repeat center;
    height: 19px;
}
.visual-similarity__paste-url-error-message{
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    color: #FB6565;
    width: 100%;
    margin-top: 15px;
}
.visual-similarity-info__container{
    font-size: 12px;
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 3px;
    color: #BCBCC7;
    text-align: center;
}
.visual-similarity__video-container{
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}
.visual-similarity__camera-buttons-container{
    width: 100%;
}
.visual-similarity__camera-button-right{
    display: flex;
    justify-content: flex-end;
    padding-top: 15px;
    padding-bottom: 15px;
}
.visual-similarity__button-container{
    display: flex;
    justify-content: flex-end;
    padding-top: 15px;
    padding-bottom: 15px;
}
.cancel-crop-button{
    border: 1.5px solid #030329 !important;
    border-radius: 27px;
    padding: 8px;
    padding-left: 16px;
    padding-right: 16px;
    margin-right: 15px;
    font-size: 16px;
    min-width: 120px;
    outline: none;
    cursor: pointer;
    appearance: none;
    background: transparent !important;
}
.ok-crop-button{
    border: 1.5px solid #030329 !important;
    border-radius: 27px;
    padding: 8px;
    padding-left: 16px;
    padding-right: 16px;
    color: #FFFFFF !important;
    background: #030329 !important;
    font-size: 16px;
    min-width: 120px;
    outline: none;
    cursor: pointer;
    appearance: none;
}
/*==================
Voice search
==================*/
#audio_search{
    max-height: calc(100vh - 220px);
    position: absolute;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 25px;
    padding-bottom: 5px;
    overflow-y: auto;
    top: 56px;
    z-index: 9;
    overflow-x: hidden;
    width: calc(100vw - 30px);
    max-width: 1600px;
    left: 50% !important;
    transform: translateX(-50%) !important;
    border: 1px solid #E6E6F0;
    border-radius: 10px;
    background: #FFFFFF;
    margin-left: -5%;
}
.audio-search__inner-container{
    display: block;
    width: 100%;
    margin-bottom: 60px;
    text-align: center;
}
#audio-search__canvas{
    width: 137px;
    height: 44px;
    margin-bottom: 11px;
}
.audio-search-heading{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #4F4F69;
}
.audio-search_inner-bottom-container{
    padding-top: 50px;
    padding-bottom: 40px;
}
.audio-search-icon-text{
    font-size: 23px;
    font-weight: 500;
    opacity: 0.2;
    margin-bottom: 8px;
}
.audio-search-text-bottom{
    color: #BCBCC7;
    font-size: 18px;
    font-weight: 600;
}
/*==================
Did you mean
==================*/
#athena-did-you-mean__container-athena-l3,
#athena-did-you-mean__container-autocomplete,
#athena-did-you-mean__container-search {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    gap: 5px;
    background: #F7F7FA;
    padding: 10px 15px;
    padding-right: 25px;
    border-radius: 6px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#did-you-mean__x-athena-l3,
#did-you-mean__x-autocomplete,
#did-you-mean__x-search {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

#did-you-mean__queries-container-athena-l3,
#did-you-mean__queries-container-autocomplete,
#did-you-mean__queries-container-search {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
}

#did-you-mean__title-athena-l3,
.did-you-mean-query__separator-athena-l3,
.did-you-mean-question__mark-athena-l3,
.did-you-mean-query__separator-athena-l3,
.did-you-mean-question__mark-athena-l3,
#did-you-mean__title-autocomplete,
.did-you-mean-query__autocomplete,
.did-you-mean-question__autocomplete,
.did-you-mean-query__separator-autocomplete,
.did-you-mean-question__mark-autocomplete,
#did-you-mean__title-search,
.did-you-mean-query__search,
.did-you-mean-question__search,
.did-you-mean-query__separator-search,
.did-you-mean-question__mark-search {
    font-weight: 500;
    font-size: 14px;
    color: #4F4F69;
    opacity: 50%;
}

.did-you-mean-query__item-athena-l3,
.did-you-mean-query__item-autocomplete,
.did-you-mean-query__item-search {
    font-weight: 500;
    font-style: italic;
    font-size: 14px;
    color: #4F4F69;
    text-decoration: underline;
    cursor: pointer;
}

/*==================
Segments
==================*/
.athena-cutoff__button{
    display: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    opacity: 0.5;
}
.no-more-products{
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #4F4F69;
    font-size: 16px;
    font-weight: 600;
}
.background-overlay{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000;
    opacity: 0.3;
    z-index: 999;
}
.athena-spinner-search{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 99;
}
.athena-spinner-loader__infinite{
    background: url(../images/loader-icon.svg) no-repeat;
    position: absolute;
    bottom: -15px;
    left: calc(50% - 15px);
    width: 30px;
    z-index: 1;
    height: 30px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@media only screen and (min-width: 768px){
    .category-navigation-container::-webkit-scrollbar,
    .sub-category-menu-open::-webkit-scrollbar,
    .category-level-first-inner-links::-webkit-scrollbar,
    .category-level-second-inner-links::-webkit-scrollbar,
    .category-level-third-inner-links::-webkit-scrollbar{
        width: 0;
    }
    .autocomplete-l3__filter-children-container::-webkit-scrollbar,
    #search_autocomplete::-webkit-scrollbar,
    .product-info-sidebar-autocomplete::-webkit-scrollbar,
    #visual_similarity_search::-webkit-scrollbar{
        width: 6px;
    }
    .autocomplete-l3__filter-children-container::-webkit-scrollbar-track,
    #search_autocomplete::-webkit-scrollbar-track,
    .product-info-sidebar-autocomplete::-webkit-scrollbar-track,
    #visual_similarity_search::-webkit-scrollbar-track{
        background: #f1f1f1;
    }
    .autocomplete-l3__filter-children-container::-webkit-scrollbar-thumb,
    #search_autocomplete::-webkit-scrollbar-thumb,
    .product-info-sidebar-autocomplete::-webkit-scrollbar-thumb,
    #visual_similarity_search::-webkit-scrollbar-thumb{
        background: #888;
    }
    .autocomplete-l3__filter-children-container::-webkit-scrollbar-thumb:hover,
    #search_autocomplete::-webkit-scrollbar-thumb:hover,
    .product-info-sidebar-autocomplete::-webkit-scrollbar-thumb:hover,
    #visual_similarity_search::-webkit-scrollbar-thumb:hover{
        background: #555;
    }
}
/*==================
Responsive
==================*/
@media only screen and (max-width: 1260px){
    .autocomplete-l3__product-container .athena-product-item{
        width: calc(50% - 7.5px);
    }
    .athena-product-item{
        width: calc(50% - 7.5px);
    }
}
@media only screen and (max-width: 1024px){
    .autocomplete-l3__mobile-buttons-container{
        width: 100%;
        display: flex;
        margin-bottom: 25px;
        justify-content: center;
        align-items: center;
        column-gap: 15px;
    }
    .mobile-filters-button{
        color: #030329 !important;
        padding: 8px;
        padding-left: 12px;
        padding-right: 12px;
        text-transform: uppercase;
        cursor: pointer;
        font-size: 14px;
        border: 1.5px solid #030329 !important;
        border-radius: 27px;
        font-weight: 600;
        appearance: none;
        background: transparent !important;
        outline: none;
    }
    .athena-l3 .disabled{
        opacity: 0.6;
        cursor: not-allowed;
    }
    .athena-l3 .autocomplete_l3_go_back_container{
        display: flex;
        margin-bottom: 25px;
    }
    .autocomplete_l3__go_back_button{
        color: #030329 !important;
        padding: 8px;
        padding-left: 12px;
        padding-right: 12px;
        text-transform: uppercase;
        cursor: pointer;
        font-size: 14px;
        border: 1.5px solid #030329 !important;
        border-radius: 27px;
        font-weight: 600;
        appearance: none;
        background: transparent !important;
        outline: none;
    }
    .athena-l3 .autocomplete-l3__hide,
    .athena-l3 .autocomplete-l3__hide_left,
    .athena-l3 .autocomplete-l3__hide_right,
    .autocomplete-l3__left_sidebar,
    .autocomplete-l3__right_sidebar{
        display: none;
    }
    .athena-l3 .autocomplete-l3__show{
        display: block;
    }
    .autocomplete-l3__content{
        width: 100% !important;
    }
    .autocomplete-l3__content .autocomplete-l3__product-container{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .autocomplete-l3__product-container .athena-product-item{
        width: calc(25% - 11.5px);
    }
    .autocomplete-l3__product-container .athena-autocomplete__name,
    .athena-product-item .athena-price-container .athena-price,
    .athena-autocomplete__name-product{
        font-size: 16px;
    }
    .athena-product-item{
        width: calc(50% - 7.5px);
    }
    .header-menu{
        display: none;
    }
    .athena-autocomplete__header#products{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .autocomplete-l3__filters-container-parent{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
@media only screen and (max-width: 768px){
    #visual_similarity_search,
    #audio_search,
    .athena-autocomplete{
        margin-left: auto;
    }
    .search-container{
        width: calc(100% - 52px);
    }
    .production-search .search-container{
        width: 100%;
    }
    .category-navigation-container{
        left: -52px;
    }
    #search{
        height: 40px;
        border-radius: 5px;
        padding-left: 40px;
        padding-right: 93px;
        font-size: 16px;
    }
    #search::placeholder{
        font-size: 16px;
    }
    .close-search-btn{
        top: 12px;
        right: 70px;
        background-size: 18px;
    }
    .close-search-btn:before{
        top: -3px;
        right: -5px;
        height: 25px;
    }
    .athena-search-suggestion__container{
        left: 40px;
        top: 8px;
    }
    .category-navigation-btn{
        height: 40px;
        width: 42px;
        border-radius: 5px;
        margin-right: 10px;
    }
    .microphone-container{
        right: 0;
    }
    .search-icon__autocomplete{
        width: 40px;
        background-size: 20px 20px;
    }
    .visual-similarity__camera-button{
        background-size: 20px 20px;
        right: 30px;
    }
    .open-visual-box .visual-similarity__camera-button{
        background-size: 20px 20px;
    }
    .audio__image{
        height: 20px;
        object-fit: contain;
    }
    .athena-autocomplete__left-container{
        width: 100%;
    }
    .athena-autocomplete__left-container > div{
        width: 240px;
    }
    .athena-autocomplete__right-container{
        width: 100%;
    }
    .athena-autocomplete__header#products{
        justify-content: center;
    }
    .athena-autocomplete__header-product{
        width: 100%;
        margin-bottom: 10px;
        justify-content: center;
    }
    .athena-autocomplete-view-all{
        width: 100%;
        text-align: center;
    }
}
@media only screen and (max-width: 680px){
    .athena-autocomplete,
    #visual_similarity_search,
    #audio_search{
        padding-left: 10px;
        padding-right: 10px;
    }
    #athena-drop-zone{
        padding-left: 10px;
        padding-right: 10px;
    }
    .autocomplete-l3__product-container .athena-product-item {
        width: calc(50% - 7.5px);
    }
    .show-search-tabs > div{
        min-width: 80px;
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .header-top-left{
        width: 120px;
    }
    .header-top-right{
        width: calc(100% - 140px);
    }
    .header-top-right a{
        padding: 6px;
        padding-left: 8px;
        padding-right: 8px;
        font-size: 14px;
    }
    .pricing-link{
        margin-right: 8px;
    }
    .product-info-sidebar-autocomplete .product-info-brand,
    .product-info-sidebar-landing .product-info-brand{
        font-size: 20px;
    }
    .product-info-sidebar-autocomplete .product-info-name,
    .product-info-sidebar-landing .product-info-name{
        font-size: 18px;
    }
    .product-info-sidebar-autocomplete .athena-price,
    .product-info-sidebar-landing .athena-price,
    .product-info-sidebar-autocomplete .product-info-description,
    .product-info-sidebar-landing .product-info-description,
    .pdp-tab-name,
    .pdp-tab-name-landing,
    .pdp-tabs .product-info-value,
    .pdp-tabs-landing .product-info-value{
        font-size: 16px;
    }
}
@media only screen and (max-width: 580px){
    .product-info-top-sidebar-container .product-info-image-container{
        width: 100%;
    }
    .product-info-pi-container{
        width: 100%;
    }
    .visual-similarity-search__container{
        height: 440px;
    }
    .visual-similarity__video-container{
        height: 100%;
    }
    #video-element{
        height: calc(100% - 120px);
    }
    .visual-similarity__camera-button-left{
        text-align: center;
    }
    .visual-similarity__camera-button-right{
        justify-content: center;
    }
}
@media only screen and (max-width: 440px){
    .header-top-right{
        flex-direction: column;
        align-items: flex-end;
    }
}


/* Magento styles */
.minicart-wrapper{
    margin-top: 9px;
}
.page-products.athena-index-index .columns{
    padding-top: 25px;
}
.compare.wrapper .action.compare{
    display: block;
    width: 76px;
    overflow: hidden;
    height: 30px;
    position: relative;
    margin-top: 8px;
}
.compare.wrapper .action.compare.no-display{
    display: none !important;
}
.compare.wrapper .action.compare:before{
    content: '\e61e';
    width: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    font-family: 'luma-icons';
    margin: -2px 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    color: #333;
}
.compare.wrapper .counter.qty{
    position: absolute;
    top: 0;
    right: 0;
}
.page-header{
    background: #f0f0f0;
}
.section-wrapper.sg-only-mobile .section-links{
    flex-direction: column;
}
.post-footer-block{
    padding-left: 20px;
    padding-right: 20px;
}
@media (min-width: 769px){
    .catalog-product-view .product-info-main .page-title-wrapper h1{
        font-size: 30px;
    }
}



@media (max-width: 768px) {
    .athena-index-index .columns{
        padding-top: 0;
    }
    .athena-index-index .columns > .sidebar{
        order: -9999;
    }
    .searchareaOverlay{
        width: 100%;
        margin-bottom: 20px;
    }
    .search-form{
        width: 100%;
    }
    .search-container{
        width: 100%;
    }
    .athena-mobile-close-button{
        border: 1px solid #adadad;
        box-shadow: none;
        display: none;
    }
    .post-footer-block{
        padding-left: 15px;
        padding-right: 15px;
        background: #f0f0f0;
        padding-top: 20px;
    }

}

@media only screen and (max-width: 767px) {
    #athena-landing-sidebar{
        padding-right: 24px !important;
    }
    .athena-search-filter-open.athena-index-index .columns{
        z-index: 999;
    }
    .athena-grid .athena-autocomplete__container-product{
        max-height: none !important;
    }
    .athena-grid .athena-autocomplete__container-product .athena-product-item{
        margin-right: 0;
    }
    .visual-similarity__browse-image-container{
        gap: 5px;
    }
    .best-matches-div, .also-relevant-div{
        padding: 0 !important;
    }
    .athena-index-index .sidebar-additional .block{
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .athena-index-index .search-title.athena-visibility-hidden{
        display: none;
    }
    .autocomplete-l3__left-sidebar-filters-container{
        padding-right: 0;
        min-height: 0;
        max-height: none;
    }

}

/*==================
Cropper
==================*/
.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;
}
.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;
}
@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;
}
