@font-face {
    font-family: 'strikeicons';
    src: url('/data/include/cms/strikeindustries/fonts/strikeicons.eot?82589150');
    src: url('/data/include/cms/strikeindustries/fonts/strikeicons.eot?82589150#iefix') format('embedded-opentype'),
        url('/data/include/cms/strikeindustries/fonts/strikeicons.woff2?82589150') format('woff2'),
        url('/data/include/cms/strikeindustries/fonts/strikeicons.woff?82589150') format('woff'),
        url('/data/include/cms/strikeindustries/fonts/strikeicons.ttf?82589150') format('truetype'),
        url('/data/include/cms/strikeindustries/fonts/strikeicons.svg?82589150#strikeicons') format('svg');
    font-weight: normal;
    font-style: normal;
}

.topBasket__sub:after {
    content: '\f291';
    font-family: "strikeicons";
}

.icore-search:before {
    content: '\e801';
    font-family: "strikeicons";
}

.icon-basket:before {
    content: '\f291';
    font-family: "strikeicons";
}

.icon-user:before {
    content: '\f2be';
    font-family: "strikeicons";
}

.topBasket__sub:before,
.shopping_list_top .slt_link:after,
.shopping_list_top:hover .slt_link:after,
.price_info:after,
.idosell:before {
    content: none;
}

#projector_amount,
.product__compare,
.projector_details__actions,
.price_info__wrapper,
.product_name__firm_logo,
#menu_security_policy,
.product__producer,
.projector_info__item.--stocks.projector_stocks,
.projector_info__item.--paypo.projector_paypo,
#menu_orders,
#menu_account,
#menu_regulations,
.contact_contact_firm p:nth-child(1),
footer .contact_type_adress{
    display: none !important;
}

@media (min-width: 979px) {
    header {
        //position: relative;
        grid-template-columns: .5fr 1fr;
        grid-column-gap: 0;
        grid-template-areas:
            "rabateCode  rabateCode rabateCode rabateCode"
            "freeShipping freeShipping freeShipping freeShipping"
            "logo menu_categories menu_settings menu_basket"
            "menu_search menu_search menu_search menu_search "
            "breadcrumbs breadcrumbs breadcrumbs breadcrumbs";
    }

    header {
        position: sticky;
    }

    header:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -50vw;
        width: 100vw;
        height: 100%;
        background: #eef1f2;
        overflow: hidden;
        z-index: -1;
    }

    .breadcrumbs:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -50vw;
        width: 100vw;
        height: 100%;
        background: #fff;
        overflow: hidden;
        z-index: -1;
    }

    .order_process header {
        justify-content: center;
        grid-template-columns: 1fr;
        grid-template-areas: "logo logo logo logo";
        border-bottom: none;
    }

    .order_process .logo img {
        height: 40px !important;
    }

    .logo {
        position: relative;
        left: env(safe-area-inset-left);
        right: env(safe-area-inset-right);
        height: 60px !important;
        margin: 0px 0;
        text-align: center;
    }

    .logo {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        grid-area: logo;
    }

    header #menu_categories {
        padding: 0;
        clear: both;
        border: none;
        text-transform: capitalize;
        left: 0;
        right: 20px;
        position: absolute;
    }

    header .nav-link {
        padding: 14px 10px;
    }

    #menu_search.--focus .menu_search__block {
        width: 100%;
        box-shadow: none;
        border: 1px solid #c4c7c8;
    }

    .topBasket,
    .topBasket__sub,
    .shopping_list_top {
        padding: 0;
        margin: 0;
    }

    .topBasket__sub {
        padding: 0 5px;
    }

    #freeShipping,
    .slt_lists,
    .topBasket__price,
    .shopping_list_top {
        display: none !important;
    }

    #menu_search {
        display: none;
        position: relative;
        z-index: 2;
    }

    #menu_search a {
        color: #fff;
        text-decoration: none;
        font-size: 2rem;
        padding: 10px 0;
        display: block;
        text-align: right;
    }

    #menu_search a:hover {
        text-decoration: underline;
    }

    #core-search-layer {
        display: none;
        position: fixed;
        top: 0;
        left: -50vw;
        right: -50vw;
        height: 150vw;
        background: #000;
        opacity: 0.5;
        z-index: 1;
    }

    .topBasket__sub {
        z-index: 1;
    }

    #menu_search .menu_search__mobile.menu_search__submit,
    #menu_search .menu_search__submit.menu_search__submit {
        height: 60px;
        width: 60px;
    }

    #menu_search .menu_search__input {
        height: 60px !important;
        font-size: 1.5rem;
        z-index: 999;
    }

    #menu_search.--loading .menu_search__item.--input:after {
        right: 6rem;
    }

    #menu_settings {
        z-index: 0;
        justify-content: flex-end !important;
    }

    .core-pointer {
        cursor: pointer;
        transition: background-color .2s, color .2s, border .2s;
    }

    .core-pointer:hover {
        color: #546070;
    }

    .menu_search__submit:before {
        font-size: 2.5rem;
    }

    form#menu_search.menu_search {
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
    }

    .topBasket__sub:after {
        font-size: 2rem;
        content: '\f291';
        font-family: "strikeicons";
    }

    header .navbar-subsubnav>.nav-item>.nav-link {
        padding: 5px !important;
        text-transform: initial;
        display: flex;
        justify-content: start;
        align-items: center;

    }

    .wide .navbar-subsubnav > .nav-item > .nav-link:before {
    content: "\F105";
    display: inline-block !important;
    font-family: FontAwesome;
    position: unset;
    top: unset;
    transform: unset;
    left: 0;
    color: #c4c7c8;
    line-height: 1;
    margin-right: 5px;
}

    /*MENU*/
    header .navbar-nav {
        justify-content: flex-start;
    }

    header>.nav-link {
        font-size: 1.8rem;
        text-transform: uppercase !important;
    }

    .wide .navbar-subnav {
        width: 100% !important;
        box-shadow: none;
        left: 0 !important;
        margin-left: -352px !important;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr !important;
        padding-bottom: 2rem;
        background-color: #fff;
        border:1px solid #ccc;
        border-radius: 0 0 10px 10px !important;
        border-top: none;
    }

    header #menu_categories {
        border: none;
    }

    .wide ul.navbar-subnav>li.nav-item.empty {
        padding-bottom: 0;
    }

    .wide .navbar-nav>li:hover>ul {
        display: table;
        min-width: 1170px;
    }

    /* BANNER */
    #main_banner1 img.b-lazy.b-loaded {
        display: block;
        width: 100vw;
        margin: auto;
    }

    #main_banner1 {
        margin-right: -19.1vw;
        margin-left: -19.1vw;
    }

    #main_banner1 img {
        width: 100vw;
    }

    div#menu_navbar.navbar-collapse {
        margin-left: 20px;
    }

    #menu_additional {
        flex-direction: initial;
        justify-content: end;
    }

    #core-search-toggle i.icon-search {
        font-size: 2rem;
        padding: 0 10px;

    }

    #menu_settings .icon-user {
        font-size: 2rem;
        margin: 0 10px;
        margin-right: 15px;
    }

    #menu_settings a.account_link {
        text-decoration: none;
    }

    #menu_settings .open_trigger {
        padding: 0 !important;
        margin-right: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: auto;
    }

    header .breadcrumbs {
        padding-top: 6px;
        padding-bottom: 0;
    }

    #menu_settings form {
        left: calc(100% - 240px);
        border-radius: 0;
    }

    #container:not(.main_page) #layout {
        margin-top: 4rem;
    }

    .search_page .breadcrumbs {
        margin-bottom: 0;
    }
}


/* CMS2 */
#main_cms2 {
    overflow: hidden;
}

#main_cms2 img {
    object-fit: cover;
    height: 100%;
    transition: .3s opacity;
}

#main_cms2 div[class*='col-'] {
    padding-left: 6px !important;
    padding-right: 6px;
    padding-bottom: 13px;
}

#main_cms2 .row {
    margin-left: -6px;
    margin-right: -6px;
}

/* HOTSPOT */
.topBasket__sub {
    background: unset;
}

.hotspot:not(#products_associated_zone1) .product,
#search .product,
#search .product__name_wrapper {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.hotspot:not(#products_associated_zone1) .product a.product__icon {
    order: 0;
}

.hotspot:not(#products_associated_zone1) .product .product__prices {
    order: 1;
    margin-bottom: 1rem;
    text-align: center !important;
}

.hotspot:not(#products_associated_zone1) .product h3 {
    order: 2;
}

.search .product a.product__icon {
    order: 0;
}

.search .product .product__prices {
    text-align: center !important;
    order: 1;
    margin-bottom: 1rem;
}

.search .product__name_wrapper {
    order: 2;
}

.price {
    font-size: 2.2rem !important;
}

.price.--max {
    font-size: 1.5rem !important;
}

.projector_details__info {
    margin-top: 4rem;
}

#projector_status_description {
    font-size: 2rem;
    padding-bottom: 1rem;
}

.hotspot:not(.--slider):not(.--list):not(.--added) .products {
    justify-content: left;
}

span.flag {
    border: 1px solid #ccc;
    border-radius: 50px;
    display: block;
    height: 2.2rem;
    width: 2.2rem;
    background-position: center;
    background-size: 33px;
    margin-bottom: 2px;
}

@media (max-width: 756px) {
    .hotspot:not(.--slider):not(.--list):not(#products_associated_zone4) .products:not(.slick-initialized) {
        flex-wrap: nowrap !important;
        overflow: auto;
        scroll-snap-type: x mandatory;
    }

    .hotspot:not(.--slider):not(.--list):not(#products_associated_zone4) .products {
        flex-wrap: nowrap !important;
        overflow: auto;
        scroll-snap-type: x mandatory;
    }
}

/*//////////////////////////////////////*/
/* FOOTER */
@media (min-width: 979px) {
    #footer_links {
        width: 1170px;
    }

    #footer_links .footer_links {
        margin: 0;
    }
}

footer {
    background: #eef1f2;
    margin: 0 -15px;
    position: relative;
    margin-top: 10rem;
}

footer:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -50vw;
    width: 100vw;
    bottom: -2rem;
    background: #eef1f2;
    z-index: -1;

}

#footer_links .footer_links {
    border: none !important;
    padding: 30px !important;
}

#footer_links i {
    display: none !important;
}

#footer_links .footer_links_sub>li {
    width: 100%;
}

.idosell:before {
    background: unset;
}

#menu_contact,
#menu_contact ul {
    background: transparent;
}

div#container.main_page+footer {
    margin-top: 30px;
}

#footer_links .footer_links_label {
    font-size: 2rem;
    font-weight: 700;
}

#footer_links a:hover,
#footer_links .footer_links_label:hover {
    color: #546070 !important;
}


/* NEWSLETTER */
.si-newsletter {
    padding: 30px;
    text-align: center;
}

.si-newsletter:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -50vw;
    width: 100vw;
    height: 100%;
    background: #c9c9c9;
}

.si-newsletter-header {
    font-size: 3.5rem;
    font-weight: 700;
    text-align: center;
}

.si-flex-input {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    margin: 15px 0;
}

.si-input-icon {
    position: relative;
    flex: auto 1;
}

.si-input-icon .icon-envelope-empty {
    position: absolute;
    font-size: 2rem;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: #d1d1d1;
}

.si-input-icon input {
    height: 44px;
    border: 1px solid #fff;
    margin-right: 5px;
    padding-left: 50px;
    width: 100%;
}

.si-accept-rules {
    display: flex;
    margin-top: 10px;
    align-items: center;
    justify-content: center;
}

.si-accept-rules input {
    margin-right: 7px;
}

.si-accept-rules a {
    margin-left: 5px;
}

@media (min-width: 768px) {
    .si-newsletter-header {
        text-align: center;
    }

    .si-flex-input {
        display: flex;
        flex-direction: initial;
        column-gap: 15px;
        text-align: left;
    }

    .si-input-icon input {
        width: 100%;
    }
}

@media (min-width: 979px) {
    .si-left {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
    }

    .si-flex-input {
        display: flex;
        flex-direction: center;
        text-align: left;
    }

    .si-input-icon input {
        width: 100%;
        margin: 0;
    }

    .si-accept-rules {
        justify-content: start;
    }
}

@media (min-width: 1200px) {
    .si-newsletter {
        width: 1170px;
        margin-left: auto;
        margin-right: auto;
        padding: 20px 15px;
    }
}

.big_label,
.headline {
    text-align: center;
    justify-content: center;
}

.order_process footer,
.basketedit_page footer {
    margin-top: 8rem;
}

.order_process footer #menu_buttons {
    display: none;
}

.order_process img.idosell__img {
    margin-top: 2rem;
}

/*  KARTA TOWARU */
section#projector_longdescription {
    display: grid;
    grid-template: 1fr;
}

.product-data-table {
    display: table !important;
}

.product-data-table,
.product-data-table td,
.product-data-table th {
    border-collapse: collapse;
    border: 2px solid #fff;

}

.product-data-table td,
.product-data-table th {
    padding: 5px;
    text-align: left;
    vertical-align: middle;
}

.product-data-table th {
    background-color: #ddd;
}

.product-data-table td:nth-child(1) {
    width: 50%;
    font-weight: bold;
}

.product-data-table tr:nth-child(2n) {
    background-color: #eee;
}

@media (min-width: 969px) {
    div.tabs {
        display: none !important;
    }

    .longdescription:before {
        content: none;
    }

    #details_wrapper {
        margin-top: 5rem;
    }

    #projector_longdescription {
        overflow: hidden;
    }
}


.order2_terms_wrapper_sub {
    padding: 5px;
    border-radius: 5px;
}

.projector_details__status_wrapper {
    display: flex;
    margin-bottom: 2rem;
    row-gap: 10px;
    flex-direction: column;
}

.projector_details .projector_status__shipping {
    display: block;
    margin-top: 10px;
}

@media (min-width: 768px) {
    .projector_details .projector_status__shipping {
        display: inline;
        margin-top: 0;
        margin-left: .5rem;
        float: right;
    }
}

#menu_categories2 ul.no_active li a,
#menu_categories2 ul li a{
    padding: .3rem 0;
    font-size: 1.2rem;
}

.search_page .product {
    border: 1px solid transparent;
    transition: all .2s ease-in-out;
}

.search_page .product:hover {
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #f1f1f1;
}

.projector_details .projector_stock__icon:before {
    content: '\f0d1';
    font-size: 1.6rem;
    margin-top: -0.4rem;
    font-weight: bold;
}
.projector_details .projector_payment__icon:before {
    content: '\E877';
    font-size: 1.6rem;
    margin-top: -0.4rem;
    font-weight: bold;
}

header .wide .nav-link {
    padding: 21px 8px;
}
#menu_categories2 ul li a {
    display: block;
    padding: .25rem 0 .25rem 0rem;
}
#menu_search .search_result__item.--product .search_result__name {
    max-width: unset;
}
#links_footer_4 ul.footer_links_sub {
    display: flex;
    //flex-wrap: wrap;
    row-gap: 1rem;
    justify-content: space-between;
    align-items: start;
}

#links_footer_4 ul.footer_links_sub li {
    margin: 0;
    padding: 0;
    width: unset;
}
#links_footer_4 ul.footer_links_sub img {
    //border: 1px solid #ddd;
    border-radius: 5px;
}

/* 04042022 */
/*li.f-dropdown-li a.f-dropdown-item[data-index='2'] {*/
/*    display: none;*/
/*}*/
.search_page .product.col-sm-6 {
    flex: 0 0 33% !important;
    max-width: 33.33% !important;
}

/* 22042022 */
#sp-faq .faq-toggle-header{
	cursor: pointer;
}
#sp-faq .faq-toggle-header h4{
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	padding-top:10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#sp-faq .faq-toggle-header h4:after{
	content: '\F0D7';
	display: flex;
	font-family: Fontawesome;
	font-size:18px;
	margin-left: 30px;
}
#sp-faq .faq-toggle-content{
	-webkit-transition: max-height 0.4s ease-in-out;
	-moz-transition: max-height 0.4s ease-in-out;
	-o-transition: max-height 0.4s ease-in-out;
	transition: max-height 0.4s ease-in-out;
	overflow-y: hidden;
}
#sp-faq .faq-toggle-content p{
	margin-top:10px;
	padding-bottom: 25px;
	text-align: justify;
}
#sp-faq .faq-toggle {
	max-height: 0;
}
#sp-faq .row{
	padding:0;
}

footer.max-width-1200{
  max-width: unset;
}

#details_wrapper #projector_dictionary {
    order: 2;
    flex: unset;
}