body {
    color: #333;
    font-family: Lato, sans-serif;
}

@media (max-width: 540px) {
    
    #search > div {
        border: 1px solid lightgray;
        border-radius: 8px;
    }
    
    #search .product__compare.--has-child {
        border-top: none;
    }

    #search > div > form {
        margin-top: .5em;
        right: -.4em;
        position: absolute;
    }
    
    .hotspot .swiper-initialized .products .product {
        max-width: 47%;
    }
    
    div.product__content_wrapper > div.product__prices {
        height: 70px;
    }
    
    div.product__content_wrapper > form > button > svg,
    #main_cms2>div.titleAndAnchor>a {
        display: none;
    }
    
    div.product__content_wrapper > form > button {
        background: #35a227 !important;
        width: 54px;
        border: 1px solid #c4c7c8 !important;
    }
    
    .modal_form_item {
        top: 34% !important;
        width: 100%;
        height: auto;
        margin-top: unset;
        margin-left: unset;
        left: 0;
    }

    .modal_form_item_short {
        top: 10% !important;
        width: 100%;
        height: auto;
        margin-top: unset;
        margin-left: unset;
        left: 0;
    }

    .iframeStyle {
        width: 360px;
        height: 204px;
    }

    .iframeStyleShort {
        width: 328px;
        height: 583px;
    }

    .class5 {
        top: -3em;
        right: 0.5em;
    }

    .class5_short {
        top: -2.5em;
        right: 1em;
    }
    
    .projector_details .projector_info__item {
        flex-wrap: unset;
    }
    
    #brandPicture>a>img {
        max-width: 60px;
        scale: 144%;
    }
    
    .products:not(.swiper-wrapper):not(.hotspot-associated) {
        gap: unset;
    }
    
   .sidebar_open aside .nav-open > ul > .nav-header {
        right: 0;
    }
    
    #piktogram_container>img {
        width: 17%;
        margin: 2px 6px 2px 2px;
    }
    
    #piktogram_container, #piktogram_container1 {
        text-align: center;
    }
    
    #piktogram_container1 {
        justify-content: center;
    }
    
    #piktogram_container>img,
    #piktogram_container1>img {
        width: 13%;
        margin: .2em;
    }
    
    #brandPicture {
        width: 36.5%;
    }
    
    #projector_returns > a:nth-child(2) {
        width: 48.5%;
    }
    
    #offProdStoreText {
        width: 48.5%;
    }
    
    #projector_returns > span.projector_returns__icon.projector_info__icon {
        width: 36.5%;
        margin-right: 0rem;
    }
    
    #projector_returns > a:nth-child(3),
    #offProdStore > span.arrowRightDG_1 {
        width: 15%;
    }
    
    .sidebar_open aside .nav-open > ul {
        right: 0;
        display: block;
        left: auto !important;
    }
    
    #menu_navbar > ul > li.nav-item.nav-open > ul > li.nav-header,
    #menu_navbar > ul > li.nav-item.nav-open > ul > li.nav-item.nav-open > ul > li.nav-header {
        display: contents;
    }
    
    #main_cms2 > div.showAllVideo > a {
        position: relative;
        bottom: -3em;
        left: 36%;
    }
    
    #slide {
        margin-left: 0;
    }

    #slideBack {
        margin-right: 0;
    }
    
    #main_cms2>div {
        padding-right: unset;
        padding-left: unset;
    }
    
}

@media (min-width: 541px) and (max-width: 767px) {

    .modal_form_item {
        top: 9% !important;
        width: 100%;
        height: auto;
        margin-top: unset;
        margin-left: unset;
        left: 0;
    }

    .iframeStyle {
        width: 540px;
        height: 300px;
    }

    .class5 {
        top: 0em;
        right: 2em;
    }
    
    #brandPicture>a>img {
        width: 4.5rem;
        scale: 144%;
    }
    
    #piktogram_container>img,
    #piktogram_container1>img {
        width: 7%;
        margin: 2px 6px 2px 2px;
    }
    
    div.product__content_wrapper > form > button {
        background: #35a227 !important;
        width: 54px;
        border: 1px solid #c4c7c8 !important;
    }
    
    div.product__content_wrapper > form > button > svg {
        display: none;
    }
    
    div.product.hotspot__product.swiper-slide.d-flex.flex-column.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-active,
    div.product.hotspot__product.swiper-slide.d-flex.flex-column.swiper-slide-visible.swiper-slide-next {
    	width: 300px !important;
    }
    
    #projector_oneclick_section {
        margin-left: 10.3em !important;
    }
    
    #projector_returns > span.projector_returns__icon.projector_info__icon,
    #brandPicture {
        width: 18%;
    }
    
    #brandPicture {
        margin-right: 1rem;
    }
    
    #projector_returns > a:nth-child(2),
    #offProdStoreText {
        width: 58%;
    }
    
    #projector_returns > a:nth-child(3),
    #offProdStore > span.arrowRightDG_1 {
        width: 22.5%;
    }
    
    .sidebar_open aside .nav-open > ul {
        right: 0;
        display: block;
        left: auto !important;
    }
    
    #menu_navbar > ul > li.nav-item.nav-open > ul > li.nav-header,
    #menu_navbar > ul > li.nav-item.nav-open > ul > li.nav-item.nav-open > ul > li.nav-header {
        display: contents;
    }
    
}



@media (min-width: 768px) and (max-width: 978px) {

    .modal_form_item {
        top: 10% !important;
        width: 100%;
        height: auto;
        margin-top: unset;
        margin-left: unset;
        left: 0;
    }

    .iframeStyle {
        width: 640px;
        height: 360px;
    }

    .class5 {
        right: 5em;
        top: 0em;
    }
    
    #brandPicture>a>img {
        width: 4.5rem;
        scale: 144%;
    }
    
    #yt_films>li>img:hover {
        cursor: pointer;
    }
    
    #piktogram_container>img,
    #piktogram_container1>img {
        width: 7%;
        margin: 2px 6px 2px 2px;
    }
    
    div.product__content_wrapper > form > button {
        background: #35a227 !important;
        width: 54px;
        border: 1px solid #c4c7c8 !important;
    }
    
    div.product__content_wrapper > form > button > svg {
        display: none;
    }
    
    #projector_returns > span.projector_returns__icon.projector_info__icon {
	    width: 16%;
    }

    #projector_returns > a:nth-child(2) {
        width: 58%;
    }

    #projector_returns > a:nth-child(3) {
        width: 24%;
    }
    
    #brandPicture {
        width: 16%;
    }
    
    #offProdStoreText {
        width: 58%;
        margin-left: 1rem;
    }
    
    #offProdStore > span.arrowRightDG_1{
	    width: 24%;
    }
    
    #projector_oneclick_section > div {
        max-width: 35%;
        margin: auto;
    }
    
    .sidebar_open aside .nav-open > ul {
        right: 0;
        display: block;
        left: auto !important;
    }
    
    #menu_navbar > ul > li.nav-item.nav-open > ul > li.nav-header,
    #menu_navbar > ul > li.nav-item.nav-open > ul > li.nav-item.nav-open > ul > li.nav-header {
        display: contents;
    }
}


@media (min-width: 979px) and (max-width: 1169px) {
    .modal_form_item {
        top: 9% !important;
        width: 100%;
        height: auto;
        margin-top: unset;
        margin-left: unset;
        left: 0;
    }

    .iframeStyle {
        width: 854px;
        height: 480px;
    }

    .class5 {
        right: 5em;
        top: 0;
    }
    
    #projector_returns > span.projector_returns__icon.projector_info__icon {
        width: 26%;
    }
    
    #projector_returns > a:nth-child(2) {
        width: 56.5%;
    }
    
    #brandPicture {
	    width: 26%;
    }
    
    #offProdStoreText {
        width: 56.5%;
        margin-left: 1rem;
    }
}

@media (min-width: 1170px) {
    .modal_form_item {
        width: 1010px;
        height: 568px;
        top: 45%;
        left: 42%;
        margin-top: -275px;
        margin-left: -350px;
        padding: 20px 10px;
    }

    .modal_form_item_short {
        width: 1010px;
        height: 568px;
        top: 35%;
        left: 42%;
        margin-top: -275px;
        margin-left: -350px;
        padding: 20px 10px;
    }

    .class5 {
        right: -5em;
    }

    .class5_short {
        right: 10em;
    }
    
    #projector_returns > span.projector_returns__icon.projector_info__icon {
        width: 34.5%;
        margin-right: unset;
    }
    
    #projector_returns > a:nth-child(2) {
        width: 50%;
        text-decoration: none;
    }
    
    #brandPicture {
	    width: 34.5%;
    }
    
    #offProdStoreText {
        width: 50%;
    }
    
    #menu_navbar>ul>li:hover>ul.navbar-subnav {
        visibility: visible;
        transition-delay: 0.5s;
        max-height: 40em;
        overflow: auto;
    }
    
    #slideBack, #slide {
        margin-right: 1em;
        height: 4rem;
        background-color: #f1f1f1;
        border-radius: 0 5px 5px 0;
        position: relative;
        top: -3.8em;
    }
}


@media (min-width: 979px) {
    html.--fixed-header header #logo {
        display: grid !important;
        height: 46px;
    }
    
    html.--fixed-header header #menu_settings {
        display: flex !important;
    }
    
    html.--fixed-header header {
        height: 65px;
        grid-template-areas: "logo menu_search menu_settings menu_basket";  
    }
    
    html.--fixed-header header #menu_navbar {
        display: none;
    }
    
    #menu_search .menu_search__input {
        border: 1px solid #c4c7c8;
        font-size: 1.2rem;
        padding-left: 1.5rem;
        padding-right: 7.5rem;
        border-radius: 5px;
    }
    
    html.--fixed-header header #menu_basket .topBasket__sub {
        border: none;
    }
    
    html.--fixed-header #helpModuleTop>p,
    html.--fixed-header #menu_additional>a,
    html.--fixed-header #menu_additional>div.shopping_list_top>a,
    html.--fixed-header .help_module:hover #helpModuleTop>p {
        color: #fff;
    }
    
    html.--fixed-header #headerHeadset {
        position: relative;
        top: 0.8em;
    }
    
    html.--fixed-header #menu_additional .account_link:before {
        color: #000;
        top: 0.5em;
        position: absolute;
    }
    
    html.--fixed-header #menu_additional .wishlist_link:before {
        color: #000;
        position: absolute;
        top: -.16em;
    }

    html.--fixed-header header #menu_basket.--hide .topBasket__sub {
        border: none;
    }
    
    html.--fixed-header header #menu_basket.--hide {
        right: -2em;
    }

    .help_module .help_module_options {
        display: none;
        position: absolute;
        background: #fff;
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
        border-radius: 5px;
        padding: 2rem 2.5rem 1.5rem;
        left: -1em;
        z-index: 0;
        width: 15em;
    }
    
    #helpModuleTop {
        text-align: center;
    }
    
    #menu_search {
        width: 32em;
        margin-right: 2em;
    }
    
    .help_module:hover .help_module_options {
        display: block;
    }
    
    #headerHeadset {
    transition: filter .4s;
    }

    .help_module:hover #headerHeadset {
        filter: invert(37%) sepia(9%) saturate(974%) hue-rotate(175deg) brightness(94%) contrast(88%);
    }

    .help_module:hover #helpModuleTop>p {
        color: #546070;
    }

    .li_a_item_div_p {
        font-size: 14px;
    }

    .li_options {
        list-style: none;
    }

    .ul_options {
        list-style-type: disc;
        margin-block-start: 1em;
        margin-block-end: 1em;
    }

    .li_a_item_div {
        padding: 0.8rem;
    }

    .days_of_work {
        color: rgb(112, 112, 112);
        margin-left: 7px;
        white-space: nowrap;
    }
    
    .sc-10t0esp-1 {
        font-weight: 700;
    }

    .xstyle1 {
        width: 24px;
    }

    .xstyle2 {
        -webkit-box-align: center;
        align-items: center;
        height: 34px;
        padding-bottom: 0px;
    }

    .xstyle2 {
        display: flex;
        width: 105%;
        height: 48px;
        -webkit-box-align: center;
        align-items: center;
        color: rgb(26, 26, 26);
        margin: -20px 11px -11px -9px;
    }
    
    .tabs.--fixed .tabs__wrapper {
        top: 65px;
    }
        
    .tabs.--fixed .tabs__wrapper:before {
        content: '';
        top: 0;
        width: 100vw;
        height: 100%;
        background: #fff;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    }
        
    #menu_search.--focus .menu_search__block {
        width: 520px;
    }
    
    div.product__prices.mb-auto.--omnibus {
        flex-direction: row;
    }
    
    div.product__prices.mb-auto {
        height: 4em;
    }
    
    div.product.hotspot__product.swiper-slide.d-flex.flex-column.swiper-slide-visible:hover,
    #search > div:hover,
    div.hotspot.--initialized > div.products__wrapper.swiper > div > div:hover {
        transition: all 0.5s ease-out;
        border: 1px solid transparent;
        border-radius: 8px;
        box-shadow: rgb(0 0 0 / 8%) 0px 2px 4px 0px, rgb(0 0 0 / 8%) 0px 0px 2px 1px;
    }
    
    div.product.hotspot__product.swiper-slide.d-flex.flex-column.swiper-slide-visible,
    #search > div,
    div.hotspot.--initialized > div.products__wrapper.swiper > div > div {
        border: 1px solid white;
        border-color: transparent;
        background: padding-box;
        padding: 10px;
    }
    
    #main_hotspot_zone1>div>div, 
    #main_hotspot_zone2>div>div, 
    #main_hotspot_zone3>div>div, 
    #main_hotspot_zone4>div>div, 
    #basketedit_hotspot_zone1>div>div,
    #products_associated_zone1>div>div,
    #products_associated_zone2>div>div,
    #products_associated_zone3>div>div {
        padding-left: 2px;
        padding-right: 2px;
    }
    
    #projector_dictionary>div>div {
        padding: 8.5px 10px;
    }
    
    #projector_dictionary {
        width: 100%;
    }
    
    #menu_navbar>ul {
        font-size: 1.4rem;
        font-weight: 700;
        display: flex;
    }
    
    #brandPicture>a>img {
        scale: 26%;
    }
    
    div.product.hotspot__product > div.product__content_wrapper > form > button {
        width: 54px;
        height: 54px;
        fill: #ffffff;
        border: 1px solid #c4c7c8;
        border-radius: 5px;
        background-color: #35a227;
    }

    div.product.hotspot__product > div.product__content_wrapper > form > button:hover {
        fill: rgb(255, 255, 255);
        background-color: rgb(101, 184, 90);
        border-width: 1px;
        border-style: solid;
        border-color: rgb(53, 162, 39);
        border-image: initial;
    }
    
    #main_banner1 {
        width: 100vw;
        margin-left: calc(50% - 50vw);
    }
    
    #main_banner1:after {
        content: '';
        background-color: #c4c7c8;
        height: 1px;
        display: block;
    }
    
     #main_banner1[data-thumbnails-enable='true'] .main_pager__item {
        border-bottom: unset;
    }
    
    #main_banner1[data-thumbnails-enable='true'] .main_pager__item.--active, #main_banner1[data-thumbnails-enable='true'] .main_pager__item.swiper-slide-thumb-active {
        color: #000;
        border-bottom: 2px solid #9FD444;
    }
    
    #menu_banners3 img {
        display: block;
        filter: grayscale(100%);
        opacity: .35;
        transition: all .3s ease;
    }
    
    #menu_banners3 img:hover {
        filter: none;
        opacity: 1;
    }
    
    #menu_navbar > ul > li > a:hover,
    #menu_navbar > ul > li > ul > li > li > a:hover,
    #menu_navbar > ul > li > ul > li > li > ul > li > a:hover,
    #menu_categories2>ul>li>a:hover:not(.active), #menu_navbar>ul>li>a:hover:not(.active)
    {
        color: #65b85a;
    }
    
    #menu_navbar > ul > li.nav-item.nav-open > a.nav-link.active,
    #menu_categories2 > ul > li > a.active {
        color: #d81d1d;
    }
    
    #signin-form_box_left {
        order: 2;
    }
    
    #main_cms2>div.showAllVideo {
        display: none;
    }
    
    #yt_films>li>img:hover {
        cursor: pointer;
    }
    
    #signin-form_box_right > div {
        text-align: center;
    }
    
    #piktogram_container>img {
        width: 5%;
        margin: 2px;
        margin-left: 4px;
    }
    
    #piktogram_container1>img {
        width: 5%;
        height: auto;
        margin: 2px 5px 4px 2px;
    }
    
    #brandPicture>a>img {
        width: 5.5rem;
        scale: 144%;
    }
    
    #modal.modal.gallery_modal > div.modal__wrapper {
        min-width: 99%;
        min-height: 99%;
    }
    
    #footer_links[data-stretch-columns='true'] {
        grid-template-columns: repeat(3, 1fr);
    }
    
    header .nav-link:hover:not(.active) {
        color: #65b85a;
    }
    
    header .nav-link.active {
        color: #d81d1d;
    }
    
    #menu_categories {
        margin-bottom: unset;
    }
    
    header #menu_categories {
        padding: 10px 0;
        clear: both;
        border-top: 1px solid #c4c7c8;
        border-bottom: 1px solid #c4c7c8;
    }
    
    #main_hotspot_zone1,
    #main_hotspot_zone2,
    #main_hotspot_zone3,
    #main_hotspot_zone4 {
        border-bottom: 1px solid #c4c7c8;
        padding-bottom: 3rem;
    }
    
    #main_hotspot_zone2,
    #main_hotspot_zone4 {
        margin-bottom: 1em;
    }
    
    #main_hotspot_zone3 {
        border-top: 1px solid #c4c7c8;
        padding-top: 3rem;
        margin-top: -1rem;
        margin-bottom: 1em;
    }
    
    #main_blog {
        width: 100vw !important;
        margin-left: calc(50% - 50vw);
        background-color: #f1f1f1;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    
    .article__image_wrapper img {
        width: 100%;
        object-fit: cover;
    }
    
    #container .hotspot.--slider_fashion .swiper-button-prev, #container .hotspot.--slider_fashion .swiper-button-next {
        top: 50%;        
    }
    
    #menu_banners3 {
	    border-top: 1px solid #c4c7c8;
        padding-top: 3rem;
        margin-top: -1.8em;
    }
    
    #projector_productname > div.product_name__block.--links > div.product_name__notes.mb-4,
    #projector_productname,
    #projector_prices_section{
	    margin-bottom: 1rem !important;
    }
    
    #projector_longdescription {
        width: 100%;
    }
    
    #projector_oneclick_section {
        margin-left: 10.5em !important;
    }
    
    #projector_oneclick_section > div {
        width: 14em;
    }
    
    #projector_returns > a:nth-child(3) {
        width: 15%;
    }
    
    #offProdStore > span.arrowRightDG_1{
	    width: 15%;
    }
    
    #menu_navbar > ul > li:nth-child(9) > ul.navbar-subnav.--cols2 {
        left: unset !important;	
    }
    
    html.--fixed-header header #menu_search .menu_search__input {
        display: block;
    }
    
    html.--fixed-header header #menu_search {
        width: 440px;
    }
    
    #main_banner1 > div.main_slider > div.sliderNavigation.variable-max-width > div.swiper-button-prev.--rounded {
        left: 1em;
    }
    
    #main_banner1 > div.main_slider > div.sliderNavigation.variable-max-width > div.swiper-button-next.--rounded {
        right: 1em;
    }

}

#projector_productname > div.product_name__block.--description,
#buyNowPayLater,
#projector_safe,
#projector_instalments,
#projector_points_recive,
#projector_omnibus_percent,
#projector_amount,
#projector_maxprice_percent,
div.product__prices_right > span > span.price_percent,
div.product__content_wrapper>div.product__prices>div.product__prices_left>strong.price>span.price_sellby>span.price_sellby__sep,
div.product__content_wrapper>div.product__prices>div.product__prices_left>span.price>span.omnibus_label,
div.product__content_wrapper > div > div.product__prices_left > span.price.--max > span.price_percent,
div.product__content_wrapper > div > div.product__prices_left > strong > span.price_sellby > span.price_sellby__unit,
#search > div > div.product__prices.--omnibus.--omnibus-higher > span.price.--omnibus.omnibus_price > span.price_percent,
#search > div > div.product__prices.--omnibus.--omnibus-higher > span.price.--max > span.price_percent,
#search > div > div.product__prices.--omnibus.--omnibus-higher > strong > span.price_sellby > span.price_sellby__sep,
#search > div > div.product__prices.--omnibus.--omnibus-higher > strong > span.price_sellby > span.price_sellby__unit,
#search > div > div.product__prices.--omnibus.--omnibus-higher > span.price.--max > span.omnibus_label,
#instalment_payment_basket,
#returns_login,
#rma_login,
#points_login,
#menu_newsletter > form > div.newsletter__head > label,
#callAndOrder,
#payuTwisto,
#payuRaty,
#projector_form > div > div.projector_details__info.projector_info > div.projector_info__item.--safe.projector_safe,
#leasingLeasLink,
#menu_settings > div.open_trigger,
#prepaid_documents,
#COP > div > div.cop_summary_client > div.cop_summary_client__item.--terms.cop_terms > div.cop_terms__item.--sms.f-group.--checkbox,
#COP > div > div.cop__step,
#COP > div.cop__content > div.cop_documents,
#COP > div.cop__content > div.cop_remarks > div > div.cop_remarks__item.--delivery,
#order_rma,
#order_returns,
#order_exchange,
#projector_productname > div.product_name__block.--name.mb-2.d-sm-flex.justify-content-sm-between.mb-sm-3 > div > a,
#projector_productname > div.product_name__block.--label.mb-1,
#add_ger_notice,
#menu_orders,
div.cop_product__details > div > div.cop_product__trait.--size,
div.cop_product__details > div > div.cop_product__trait.--version,
#product_questions_list,
#COP > div.cop__content > div.cop_contact > div.cop_login > div.cop_login__wrapper,
#COP > div.cop__content > div.cop_contact > div.cop_login > div.cop_login__separator,
#content > div.actions_return_rma.row,
#COP > div > div.cop_login,
#client_new_social,
#signin_login_separator,
#prepaid_address > h3:nth-child(9),
#prepaid_address > div:nth-child(10)
{
    display: none;
}

#menu_additional>a,
#menu_additional>div.shopping_list_top>a {
    transition: unset;
}

#menu_settings .open_trigger {
    position: relative;
    right: 1.5em;
}

#menu_search:not(.--focus) .menu_search__input {
    border-radius: 5px;
}

#bannerPagetop {
    width: 100vw;
    margin-left: calc(50% - 50vw);
}

#piktogram_container1 {
    max-width: inherit;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 20px;
}

#piktogram_container,
#piktogram_container1 {
    grid-template-columns: repeat(auto-fit, minmax(100px, 100px));
    padding: 1rem 1rem 1rem 1rem;
}

.piktogram {
    background-position: top;
    background-size: cover;
    transition: all 0.2s;
}

.piktogram:hover {
    transform: scale(1.1);
}

.arrowRightDG_1:after {
    content: "\F105";
    font-family: 'FontAwesome';
}

.arrowRightDG_1 {
    font-size: x-large;
    color: lightgrey;
}

#projector_price_maxprice {
    color: #999;
}

#topLineAndLogo {
    display: flex;
}

.product_name__firm_logo {
    width: 150px;
}

#topLineAndLogoLeft {
    width: 65%;
}

#search > div > a.product-producer > img {
    max-height: 25px;
}

#search > div > span {
    float: right;
    font-weight: bold;
    padding-top: 3px;
}

#search > div > form > div > button.chart_green {
    width: 54px;
    height: 54px;
    float: right;
    fill: #ffffff;
    border: 1px solid #c4c7c8;
    border-radius: 5px;
    background-color: #35a227;
    margin-right: -2em;
}

div.hotspots_thumb > a.product_producer_link > img.product_producer_icon {
    max-height: 25px;
}

span.product-producer-code {
    float: right;
    font-weight: bold;
    padding-top: 3px;
}

div.product.hotspot__product > div.product__content_wrapper > a {
    font-weight: normal;
}

div.product.hotspot__product > div.product__content_wrapper > form {
    float: right;
}

div.product.hotspot__product > div.product__content_wrapper > form > div.add_to_basket__number_wrapper {
    height: 54px;
}

div.product__content_wrapper>div.product__prices>div.product__prices_left>span.price.--max>del {
    color: #999;
}

div.product__prices_left {
    width: 76%;
}

div.product__prices_right > span.price.--omnibus.omnibus_price {
    margin-top: 0;
}

div.product.hotspot__product a.product__name {
    height: 47px;
}

div.product__prices_right > span.price.--omnibus.omnibus_price > del {
    text-decoration: none;
}

.hotspot .product__icon {
    background: unset;
}

#projector_productname>div.d-sm-flex {
    display: grid !important;
}

.dictionary__group.--first {
    padding-top: unset;
    border-top: unset;
}

#projector_dictionary > div.dictionary__group > div.dictionary__param.row.mb-3 > div.dictionary__name.col-6.d-flex.flex-column.align-items-end {
    align-items: unset !important;
    text-align: left;
}

.dictionary__name, .dictionary__values {
    padding-top: 5px;
    padding-bottom: 5px;
}

#projector_dictionary>div>div:hover {
    background-color: #e1e1e1;
}

.dictionary__group>div:nth-child(even) {
    background-color: #f1f1f1;
}

div.product>form>div.projector_details__buy.projector_buy>div.projector_buy__number_wrapper {
    margin-right: 1rem;
    width: calc(30% - 1rem);
    min-width: 90px;
    max-width: 125px;
    display: flex;
    align-items: center;
    background: #f1f1f1;
    border-radius: 5px;
}

#search > div > form > div.projector_buy {
    display: flex;
    margin-bottom: 1rem;
    float: right;
}

.projector_buy__number_down_dg,
.projector_buy__number_up_dg {
    transition: color 0.2s;
    font-family: Arial;
    font-size: 1.7rem;
    font-weight: bold;
}

.projector_buy__number {
    flex: 2;
    padding: 0;
    border: none;
    width: 100%;
    background: #f1f1f1;
    border-radius: 0;
}

.projector_buy__number_wrapper>* {
    height: 50px;
    flex: 1;
    text-align: center;
    padding: 0.5rem;
    min-width: 0;
}

#search .product__compare {
    margin-top: 6rem;
}

.price.--max {
    color: #999;
}

#search > div > div.product__prices.--omnibus.--omnibus-higher > span.price.--omnibus.omnibus_price > del {
    text-decoration: none;
}

#projector_dictionary > div > div {
    margin-bottom: unset !important;
}

header .nav-link {
    text-transform: none;
}

.projector_details #projector_status_section {
    order: 1;
}

#projector_delivery_days {
    margin-left: .25em;
}

#projector_price_value {
    font-size: 3rem !important;
}

.btn.--large.--solid,
.btn.--solid.--medium.signin_button,
#COP > div.cop_summary > div > div.cop_summary__item.--buttons.cop_buttons > button,
#content > div.summary_wrapper > div > div.cop_summary__block.--content > div.cop_summary__item.--buttons.cop_buttons > button,
#signin-form_box_right > div > a.btn.--solid.--medium.--secondary.signin-form_once {
    background: #35a227;
    border: 1px solid #35a227;
    color: #ffffff;
}

.btn.--large.--solid:hover,
.btn.--solid.--medium.signin_button:hover,
#COP > div.cop_summary > div > div.cop_summary__item.--buttons.cop_buttons > button:hover,
#content > div.summary_wrapper > div > div.cop_summary__block.--content > div.cop_summary__item.--buttons.cop_buttons > button:hover,
#signin-form_box_right > div > a.btn.--solid.--medium.--secondary.signin-form_once:hover {
    color: #ffffff;
    background-color: #65b85a;
    border: 1px solid #35a227;
}

#projector_price_value {
    color: #546070 !important;
}

#projector_status_description {
    font-weight: 700;
}

#menu_newsletter {
    border: none;
}

#main_cms2 {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    background-color: #f1f1f1;
    padding-top: 2rem;
    padding-bottom: 6rem;
}

#yt_films {
    display: flex;
}

#container-dg>ul>li {
    margin-right: 0.5em;
}

.video_item {
    position: relative;
    height: 23em;
    width: 293px;
    margin-right: 1rem;
}

#main_cms2>div {
    display: flex;
    align-items: center;
}

#main_cms2>div.titleAndAnchor {
    position: relative;
     display: unset;
}

#container-dg {
    display: -webkit-box;
    overflow-y: hidden;
}
.scoll-pane {
    width: 100%;
    height: auto;
    overflow: auto;
    outline: none;
    padding-bottom: 15px;
    -ms-overflow-style: scroll;
}

.youTubePlayArrow {
    position: absolute;
    width: 19%;
    top: 26%;
    left: 41%;
    pointer-events: none;
}

#main_cms2>div.titleAndAnchor>a {
    position: absolute;
    top: 35%;
    right: 7rem;
}

.videoName {
    display: block;
    font-weight: 700;
    font-size: 18px;
    height: 3em;
    padding: 0.2em;
}

.videoDesc {
    position: absolute;
    color: rgb(77, 77, 77);
    padding: 0.4em;
}

#slideBack:before, #slide:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    padding: 1em;
}

#slide:before {
    content: "\F105";
}

#slideBack:before {
    content: "\F104";
}

#overlay {
    z-index: 9998;
    position: fixed;
    background-color: #000;
    opacity: 0.70;
    -moz-opacity: 0.98;
    filter: alpha(opacity=80);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}

.img_video {
    position: relative;
    border-radius: 10px;
}

.modal_form_item,
.modal_form_item_short {
    position: fixed;
    display: none;
    opacity: 0;
    z-index: 9999;
}

.class10 svg {
    vertical-align: initial;
}

.class5, .class5_short {
    border-radius: 512px;
    font-size: 16px;
    background: none rgb(255, 255, 255);
    position: absolute;
    right: 0px;
    top: -2em;
    height: 35px;
}

.class10 svg {
    vertical-align: initial;
}

.iframeStyle, .iframeStyleShort {
    border-radius: 10px;
}

#details_wrapper{
	order: 1;
}

#product_questions_list {
	order: 2;
}

#products_associated_zone1 {
	order: 3;
}

#products_associated_zone2 {
	order: 4;
}

#opinions_section {
	order: 5;
}

#products_associated_zone3 {
	order: 6;
}

#projector_enclosures {
    order: 7;
}

#shop_opinion_form > div.shop_opinions_button.col-12 > button {
    margin-top: 1em;
}

#offProdStore {
    display: flex;
    align-items: center;
}

#offProdStoreText {
	font-weight: 700;
	text-decoration: none;
}

#offProdStore > span.arrowRightDG_1{
	text-align: right;
}

.projector_details .projector_oneclick__item.--paypal:before {
    height: unset;
}

#menu_search .menu_search__item.--input {
    border-bottom: unset;
}

.product__icon {
    background: unset;
}

.products:not(.swiper-wrapper):not(.hotspot-associated) {
    gap: unset;
}

li.filters__item > div > label > span.--name {
    text-wrap: auto;
}

#projector_variants_section {
    visibility: hidden;
}

.icon_current_size_onstock {
    border-color: black !important;
    pointer-events: none;
    font-weight: 700;
    border: 2px solid black !important;
}

#projector_form .projector_sizes__item {
    min-width: 65px;
}

#projector_sizes_section > span {
    margin-bottom: .5em !important;
}
    
#projector_returns > a:nth-child(3) {
    text-align: right;
    text-decoration: none;
}

.icon_size_offstock {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='grey' stroke-width='1'/></svg>") !important;
	color: #cacaca !important;
}

#opinions_section:not(.active),
#projector_enclosures:not(.active) {
    display: block;
}

#modal.modal.gallery_modal #topLineAndLogo {
	display: none;
}

#projector_prices_section > div.projector_prices__price_wrapper > div > span.projector_prices__vat > a {
    margin-left: .5em;
}

.search_name__label {
    text-transform: none!important;
}

#search > div > h3 > a.product__name {
    font-weight: normal;
}

#brandPicture {
	text-align: center;
}

.scoll-pane::-webkit-scrollbar {
    display: none; 
}

#projector_sizes_sectionDG1, #projector_sizes_sectionDG2, #projector_sizes_sectionDG3 {
    margin-bottom: 1em;
}

#projector_sizes_sectionDG1 > span, #projector_sizes_sectionDG2 > span, #projector_sizes_sectionDG3 > span
 {
    display: block !important;
    margin-bottom: .5em !important;
}

#powerType {
	margin: 24px 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

#powerTypeCh1 {
	padding: 13px 0;
	font-weight: 700;
}

#powerTypeCh2 {
	padding: 0 0 16px 0;
}

#powerTypeCh2:nth-child(1) {
	margin: 0 0 10px 0;
}

#powerTypeCh2:nth-child(2) {
	margin: 0;
}