#component_projector_cms,
.opinions_tabs__count,
.filters__options .--show-hidden{
    display: none !important;
}
@media (max-width: 979px) {
    .search_settings #paging_setting_top{
        display: none !important;
    }    
}


#search .product[data-product_disable] .product__icon img {
    opacity: 1;
}

header .navbar-subnav {
    left: 0rem;
    width: calc(100% + 0rem);
}

header .navbar-subnav>.nav-item>.nav-link {
    font-size: 1.8rem;
}

header .navbar-subsubnav .nav-link {
    line-height: 2rem;
}

header .navbar-subsubnav .nav-link:not(.display-all):before {
    content: "\F105";
    font-family: FontAwesome;
    margin-right: 5px;
}

#menu_search .search_result__block.--queries:not(:only-child) {
    border-top: 1px solid #0f70b7;
    border-right: none;
}

@media (min-width: 979px) {
    #menu_search:not(.--focus) .menu_search__input {
        border-radius: 5px;
    }

    #menu_search .menu_search__input {
        font-size: 1.8rem;
        border: 1px solid #59a2e5;
        border-radius: 50px !important;
    }

    #menu_search.--focus .menu_search__block {
        border-radius: 24px !important;
        border: 1px solid #0f70b7;
        width: 100%;
    }

    #menu_search.--focus.--open .menu_search__block {
        position: absolute;
    }

    #menu_search .menu_search__item.--input {
        border-bottom: 0;
    }

    #menu_search.--focus.--open .menu_search__input {
        border: 1px solid #0f70b7;
        border-top: 0;
    }

    #menu_categories {
        margin-top: 1rem;
        padding-top: 1.5rem;
        padding-bottom: 0.8rem;
        position: relative;

        &:before {
            content: "";
            display: block;
            position: absolute;
            top: 3px;
            left: 50%;
            width: 100vw;
            margin-left: -50vw;
            z-index: -1;
            background: #fff;
            border-top: 1px solid #59a2e5;
            border-bottom: 1px solid #59a2e5;
            height: 100%;
        }
    }

    header .navbar-nav {
        justify-content: space-around;
    }

    #menu_categories {
        margin-bottom: 3px;
    }

    #menu_search.--focus.--open .menu_search__item.--results {
        flex-direction: column-reverse;
    }
}

#search .product>*:not(.product__icon):not(.product__details):not(.product__compare),
.product__content_wrapper {
    padding: 0 1.5rem 1.5rem;
    text-align: center;
}

.price {
    font-size: 2.3rem;
    color: #0f70b7;
}

.product_name__name {
    font-size: 4rem;
}

.product_name__block.--description {
    line-height: 2rem;
}

#footer_links .footer_links_label {
    font-size: 3rem;
    font-weight: normal;
}

.hotspot__wrapper {
    margin: 5rem 0;
}

.search_name {
    margin-top: 1rem;
    margin-bottom: 2rem;
}

#main_trustmate {
    margin-bottom: 10rem;
}

.price.--omnibus,
.price.--max {
    color: #333;
    font-size: 1rem;
}

.product__name {
    min-height: 50px;
}

.product__sizes,
.projector_info__item.--stocks {
    display: none;
}

@media (max-width: 969px) {
    .breadcrumbs {
        display: none !important;
    }
}

#search .product__version img {
    height: 69px;
    width: 69px;
    max-height: none;
}

#search .product__versions {
    justify-content: center;
}

@media (min-width: 969px) {
    #search .product__version img {
        height: 59px;
        width: 59px;
        max-height: none;
    }
}


#projector_form .projector_variants__item {
    border: 1px solid #ccc;
    border-radius: 50px;
    height: 80px;
    width: 80px;
}

#projector_form .projector_variants__item:hover {
    border-width: 2px;
    border-color: #0090f6;
}

#projector_form .projector_variants__item.--selected {
    border-width: 2px;
    font-weight: bold;
    border-color: #0090f6;
}

#projector_form .projector_variants__sub {
    flex-flow: wrap;
}

#projector_form .projector_prices__price {
    font-size: 5rem;
    font-family: var(--font-family-headline);
    font-weight: 500;
}

.product_name__block.--description,
#projector_variants_section,
#projector_form .projector_prices__price_wrapper {
    margin-bottom: 3rem !important;
    padding: 0;
}

.projector_details #projector_prices_section {
    order: 6;
}

#projector_form .projector_sizes .f-dropdown-toggle {
    height: 50px;
}



.traits__wrapper {
    padding-top: 2rem;
    margin-bottom: 3rem;
    padding-bottom: 1.5rem;
    display: grid;
    border: 1px solid #ccc;
    padding: 2rem;
    border-radius: 5px;
}

.traits__label:after {
    content: ':';
}

.traits__item {
    flex-direction: column;
}

.traits__item:last-child {
    margin-bottom: 0 !important;
}

@media (min-width: 969px) {
    .traits__wrapper {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 2rem;
    }

    .traits__item:last-child {
        grid-column: 1 / 1;
        justify-content: start !important;
    }
}

a.traits__value,
span.traits__value {
    padding: 5px 10px;
    background-color: #eee;
    border-radius: 5px;
    text-transform: uppercase;
    white-space: nowrap;
    font-family: var(--font-family-headline);
    letter-spacing: 1px;
    display: inline-block;
    margin-right: .5rem;
    margin-top: .5rem;
}

a.traits__value:hover {
    background-color: #0090f6;
    color: #fff !important;
}

.traits__value {
    font-weight: 400 !important;
    font-family: var(--font-family-headline);
    text-transform: uppercase;

}

.projector_page #content #projector_longdescription[data-traits],
.projector_page #content #projector_longdescription[data-dictionary] {
    grid-column: var(--projector-child-grid-column, auto);
}

.projector_page #content #projector_longdescription~#projector_dictionary {
    grid-column: var(--projector-child-grid-column, auto);
}

.added__button.--close {
    white-space: nowrap;
}

.added__product {
    grid-template-columns: 40% 60%;
    grid-column-gap: 0rem;
}

.added__buttons {
    display: flex;
    flex-direction: column-reverse;
    gap: 2rem;
}

@media (min-width: 969px) {
    .added__buttons {
        align-items: start !important;
    }
}

.product__icon {
    max-height: 27rem;
    height: 27rem !important;
    background-color: transparent !important;
    margin-bottom: 2rem;
}

.added__name {
    display: block;
    margin-bottom: 1rem;
    font-size: 2rem;
}

@media (min-width: 969px) {
    .modal__wrapper {
        max-width: 50vw;
    }
}

.added__icon img {
    max-height: var(--product-img-max-height);
}

@media (max-width: 969px) {
    .added__product {
        display: block;
        text-align: center;
    }
}

.hotspot.--added.--initialized {
    display: none;
}

.product {
    border: 1px solid #ccc !important;
    padding: 1rem !important;

}

#search .product:hover {
    border: 1px solid #59a2e5 !important;
}

@media (min-width: 969px) {
    #search .product__details {
        border: 1px solid #59a2e5 !important;
        border-top: none !important;
    }
}

.photos[data-slider-enable='true'][data-thumbnails='true'][data-thumbnails-enable='true'][data-thumbnails-slider='false'] .photos__figure.--nav {
    max-width: 107px;
}

.photos[data-slider-enable='true'][data-thumbnails='true'][data-thumbnails-horizontal='true'] .photos__nav .swiper-wrapper {
    flex-direction: row;
    justify-content: center;
}

.gallery_modal .photos {
    --thumbnails-size: 100px;
    --thumbnails-height: 100px;
}

.photos__figure.--nav {
    height: 100px;
    min-height: 100px;
}

@media (min-width: 969px) {
    .projector_info {
        grid-template-columns: 1fr 1fr;
    }
}

// @media (min-width: 969px) {
//     aside {
//         display: none !important;
//     }
// }

@media (max-width: 969px) {
    .hotspot .product__icon img {
        height: 27rem !important;
    }

    #projector_form .projector_variants__sub {
        gap: 1rem;
        justify-content: center;
    }
}

.filters__item.--hidden {
    display: block;
}

@media (min-width: 979px) {
    .filters__expand {
        display: none;
        position: absolute;
        border: 1px solid #c4c7c8;
        background: #fff;
        z-index: 101;
        width: 250px;
        top: 100%;
        left: 0;
        padding: 1.2rem 1rem;
        overflow: auto;
        max-height: 350px;
    }

    .filters__options {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: sticky;
        flex-direction: column;
        bottom: -10px;
        background-color: #fff;
    }
}
/*07102025*/