@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700&display=swap&subset=latin-ext');
a {
    outline: none;
    text-decoration: none;
    color: #00b2e2;
    transition: background-color 0.2s, color 0.2s, border 0.2s;
}
a:hover {
    outline: none;
    text-decoration: none;
    color: #000;
}
@media (min-width: 979px){
.container {
    max-width: 100%;
}
}
@media (min-width: 1200px) {
.container {
	max-width: 1920px;
}
}
header {
    border-bottom:none;
}
header .navbar-toggler{
    border-left: none;
}
body {
	font-family: Lato, Arial, Sans-Serif;
	padding: 0;
}
body, header, #menu_search > div, #menu_contact, #menu_contact:after, #menu_contact ul, .logo_iai, #menu_banners2:before {
    background: #f6f6f6;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat,Arial, Sans-Serif;
}
h2 {
    color: #00b2e2;
}
textarea {
    border-radius: 25px;
    background: #fff;
}
textarea:focus-visible {
    outline: transparent;
}
.cm {
    font-size:15px;
    color:#4d5454;
}
.btn {
    font-family: Montserrat;
    border-radius: 100px;
    text-transform:uppercase;
    font-weight: 600;
    color: #00b2e2;
}
.btn.--secondary.--solid {
    background: #1d1646;
    border: 1px solid #1d1646;
}
.btn.--large.--solid:hover {
    background: #1d1646;
    border: 1px solid #1d1646;
}
.btn.--outline {
    background: transparent;
}
.btn.--outline:hover {
    background: #00b2e2;
    border: 1px solid #fff;
    color: #fff;
}
a.btn.--medium.added__button.--close {
    background: #1d1646;
    border: 1px solid #1d1646;
    color: #fff;
}
.btn.--solid {
    background: #00b2e2;
    border: 1px solid #00b2e2;
    color: #fff;
}
.btn.--large.--solid {
    background: #00b2e2;
    border: 1px solid #00b2e2;
    color: #fff;
}
.btn.--medium.--solid {
    background: #00b2e2;
    border: 1px solid #00b2e2;
    color: #fff;
}
.btn.--solid {
    background: #00b2e2;
    border: 1px solid #00b2e2;
    color: #fff;
}
a.btn.--medium.added__button.--close:hover {
    background: #00b2e2;
    border: 1px solid #00b2e2;
}
.btn.--secondary:hover {
    color: #00b2e2;
}
.btn.--secondary.--solid:hover {
    background: #00b2e2;
    border: 1px solid #00b2e2;
    color: #fff;
}
.btn.--large.--solid {
    background: #00b2e2;
    border: 1px solid #00b2e2;
    color: #ffffff;
}
.form-control.form-control, .f-group .f-feedback .f-control {
    border-radius: 100px;
    border: 1px solid #c4c7c8;
    background: #fff;
}
.f-group .f-control + .f-label {
    background: #fff;
}
.f-group .f-control + label.basket__select_all_checkbox_label.f-label {
    background: transparent;
}
textarea#askforproduct__question_input {
    border-radius: 30px;
}
textarea#addopp {
    border-radius: 30px;
}
.form-group .form-control + .control-label {
    color: #4d5454;
    background: #fff;
}
.f-group .f-control {
    border: none;
    text-transform: uppercase;
    border-radius: 15px;
}
.fa-check-circle:before {
    content: "\f058";
    font-family: FontAwesome;
}
.f-group.--file .f-control:focus + .f-label, .f-group.--file .f-control.focused + .f-label, .f-group.--checkbox .f-control:focus + .f-label, .f-group.--checkbox .f-control.focused + .f-label, .f-group.--radio .f-control:focus + .f-label, .f-group.--radio .f-control.focused + .f-label {
    background: transparent;
}
#client_new_form .form-control:focus + .control-label, #client_new_form .form-control.focused + .control-label {
    transform: scale(0.95) translateY(-27px);
    left: 20px;
    background: #fff;
    border-radius: 100px;
    padding: 0 15px;
}
#client_new_form .rebate_card_icon i {
    color: #00b2e2;
}
.form-control:focus {
    border-color: #00b2e2;
    outline: 0;
}
.form-group .form-control:focus + .control-label {
    color: #00b2e2;
}
.f-group.--file .f-control:checked + .f-label:before, .f-group.--file .f-control[type="file"] + .f-label.--file:before, .f-group.--checkbox .f-control:checked + .f-label:before, .f-group.--checkbox .f-control[type="file"] + .f-label.--file:before, .f-group.--radio .f-control:checked + .f-label:before, .f-group.--radio .f-control[type="file"] + .f-label.--file:before {
    background: #00b2e2;
    border: 1px solid #00b2e2;
    color: #fff;
}
/* KOMUNIKATY */
div.menu_messages_message {
    color: #00b2e2;
    font-size: 2rem;
    background-color: #c5e8f2;
    text-transform: uppercase;
    margin: 0 auto;
}
.product:nth-child(4n + 1), .product:nth-child(2n + 1), .product:nth-child(1), .product:nth-child(2), .product:nth-child(3), .product:nth-child(4), .product {
    border: none;
}
@media (min-width: 757px) {
.product__icon {
    height: 25rem;
}
.product__icon img {
    max-height: 25rem;
}
}
.product__name {
    font-family: Lato, Arial, Sans-Serif;
    text-transform: uppercase;
    font-size: 1.5rem;
    padding: 0 10px;
}
@media (min-width: 758px){
.product__name {
    font-size: 1.5rem;
}
}
#dialog_wrapper.dialog_wrapper_menu_preloader_add {
    background: #f6f6f6;
}
#dialog_wrapper_sub {
    overflow: auto;
    padding: 10px 15px;
}
#menu_preloader_add .added__product {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #c4c7c8;
    border-radius: 0;
    background: #f6f6f6;
}
#menu_preloader_add .added__product .product__icon {
    background: #fff;
    border-radius: 25px;
    padding: 10px;
}
/* HOSTSPOT */
@media (max-width: 400px){
.hotspot .products .product.col-6 {
    flex: 0 0 100%;
    max-width: 100%;
}
}
.hotspot:not(.--slider):not(.--list) .products {
    margin: 0 auto !important;
    width: 100%;
    background: #f6f6f6;
    border: none;
}
.hotspot .products .product:before {
    content: " ";
    background: #fff;
    height: 97%;
    position: absolute;
    display: block;
    width: calc(100% - 30px);
    z-index: -1;
    box-shadow: none;
    transition-duration: 0.5s;
    border-radius: 15px;
}
@media (max-width: 757px){
    .hotspot .products .product:before {
    height: 95%;
        width: calc(100% - 30px);
    }
}
.hotspot .products .product:hover:before {
    box-shadow: 0px 5px 30px -25px #000;
}
.hotspot .products .product {
    text-align: center;
    background: transparent;
    position: relative;
    z-index: 0;
}
.hotspot .products .product h3 a {
    font-family: Lato, Arial, Sans-Serif;
    text-transform: uppercase;
    color: #000;
    font-size: 1.0715em;
}
.hotspot .products .product .product__prices {
    text-align: center;
}
#logo img {
    max-height: 45px;
    height: auto;
}
#menu_search .menu_search__block {
    background: transparent;
}
@media (min-width: 979px){
#menu_search.--focus .menu_search__block {
    width: 95%;
    border-radius: 50px;
}
}
#menu_search input {
    border-radius: 50px;
    border-color: transparent;
}
#menu_search input::-webkit-input-placeholder { /* Edge */
  text-transform: uppercase;
  font-family: Lato, Arial, Sans-Serif;
}
#menu_search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  text-transform: uppercase;
  font-family: Lato, Arial, Sans-Serif;
}
#menu_search input::placeholder {
  text-transform: uppercase;
  font-family: Lato, Arial, Sans-Serif;
}
#menu_search button, #menu_search .menu_search__submit {
    background: #000;
    color: #fff;
    border-radius: 50px;
    padding: 5px;
    height: 35px;
    width: 35px;
    right: 5px;
    top: 5px;
}
.sidebar_open #menu_settings form.active {
    background: #f6f6f6;
    padding: 0 15px;
}
.sidebar_open aside, .filters_open aside {
    background: #f6f6f6;
}
.filters_open .filters__buttons {
    bottom: 20px;
    background: #f6f6f6;
}
aside .navbar-collapse {
    background: #f6f6f6;
}
#menu_settings form > ul {
    background: #f6f6f6;
}
#menu_settings .form-group > label {
    border-bottom: none;
}
#menu_settings form select {
    border-bottom: 1px solid #fff;
}
.sidebar_open #menu_settings form.active > ul > li.buttons {
    padding: 0 15px;
}
#menu_additional a {
    color: #00b2e2;
    text-decoration: none;
}
#menu_additional a.account_link:after {
    content: "|";
    margin: 0 7px;
    color: #00b2e2;
    position: absolute;
}
@media (min-width: 979px) {
#menu_settings {
    justify-content: center !important;
    text-transform: uppercase;
    font-size: 1.4rem;
}
#menu_settings .open_trigger {
    padding-right: 10%;
}
#menu_settings .open_trigger i {
    font-size: 2rem;
    font-weight: 700;
}
#menu_settings form {
    box-shadow: 2px 3px 13px -5px #000;
}
#menu_settings form > ul {
        border: 1px solid #f6f6f6;
}
#menu_settings form select {
    border-bottom: 1px solid #fff;
    border: #fff;
}
#menu_basket > a {
    border-color: transparent;
    background: #fff;
    border-radius: 50px;
}
}
@media (min-width: 1200px){
#menu_basket > a strong {
    font-size: 1.4rem;
}
}
#menu_basket > a:before {
    content: "\F07A";
    background: #000;
    color: #fff;
    border-radius: 50px;
    padding: 10px;
    line-height: 1;
    width: 38px;
    height: 38px;
    font-size: 1.3em;
}
@media (min-width: 979px) {
#menu_basket > a:after {
    display: none;
}
header .navbar-nav > .nav-item > .nav-link {
    padding: 5px;
}
@media (min-width: 979px){
header a.nav-link:hover {
    color: #00b2e2;
}
header .nav-link.active {
    color: #00b2e2;
}
}
header .isOverflow .navbar-subsubnav {
    left: auto;
    right: auto;
}
header .navbar-nav {
    font-size: 1.7rem;
}
/*header .navbar-nav > .nav-item {
    margin: 0 auto;
}*/
}
header .navbar-collapse {
    border-bottom: none;
    text-transform: uppercase;
    font-weight: 400;
    color: #4d5454
}
header .nav-link:not(:only-child)::after {
    font-family: FontAwesome;
    margin-left: 5px;
    font-size: 2rem;
    color: #4d5454;
    font-weight: 700;
}
header a.nav-link:hover::after {
    color: #00b8de;
}
@media (min-width: 979px){
header .navbar-nav > .nav-link {
    padding: 5px;
}
header .wide .navbar-nav li:hover > ul {
    display: flex;
}
.no-touch header .wide .navbar-nav li:hover > ul {
    display: flex;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    left:0 !important;
}
.no-touch header .wide .navbar-nav li:hover > ul.navbar-subnav{
    border: 1px solid #c4c7c8;
    border-top: none;
}
header .wide .navbar-subnav {
    width: 96%;
    max-width: 100%;
    margin: 0 auto;
    position: fixed;
    right: 0;
    left: 0;
    flex-flow: wrap;
    box-shadow: none;
    background: #f6f6f6;
}
header .wide .navbar-subnav > li.nav-item {
    width: 25%;
    font-size: 1.1rem;
}
.wide .navbar-subsubnav > .nav-item > .nav-link {
    padding: 5px 12px 5px 5px;
}
.wide .navbar-subsubnav > .nav-item > .nav-link:before{display:none}
header .wide .navbar-subnav > .nav-item > .nav-link, 
.wide .navbar-subnav > .nav-merge.nav-item,
.wide .navbar-subnav > .nav-merge.nav-item > li.nav-item > .nav-link, 
.wide .navbar-subnav > .nav-merge.nav-item .nav-merge.nav-item > li.nav-item > .nav-link{
    font-weight: bold;
    font-size: 1.4rem;
}
.wide .navbar-subnav .nav-item.nav-merge.haschild-1 {
    width: 25%;
}
.wide .navbar-subnav .nav-item.nav-merge.haschild-1 li.nav-item {
    width: 100%;
}
header .wide .navbar-subnav li.nav-item.nav-merge.haschild-2 {
    width: 50%;
    display: flex;
}
.wide .navbar-subnav .nav-item.nav-merge.haschild-2 li.nav-item {
    width: 50%;
}
.wide .navbar-subnav .nav-item.nav-merge.haschild-1 li.nav-item.haschild-2 {
    width: 100%;
    flex: 0 0 100%;
}
.wide .navbar-subnav .nav-item.nav-merge.haschild-1 li.nav-item.haschild-2 .nav-item {
    width: 100%;
    flex: 0 0 100%;
}
header .wide .navbar-subnav > .nav-item > .nav-link:after {
    height: 2px;
    width: 70%;
    background: #000;
    display: block;
    content: " ";
    margin-top: 10px;
}
header .wide .navbar-subnav > .nav-item > .nav-link:not(:only-child)::after,
header .wide .navbar-subnav  > .nav-merge.nav-item > li.nav-item > .nav-link:not(:only-child)::after{
    height: 2px;
    width: 60%;
    background: #000;
    display: block;
    content: " ";
    position: relative;
    top: 0;
    margin-top: 10px;
    color: #000;
    right: auto;
    transform: none;
}
.no-touch header .wide .navbar-nav li:hover > ul > li > ul {
    display: block;
}
.wide .navbar-subnav > .nav-merge.nav-item .navbar-subsubnav {
    display: block;
}
header .wide .navbar-subsubnav {
    z-index: 100;
    position: relative;
    left: 0;
    border: none;
    width: 100%;
    display: block;
    background: #f6f6f6;
}
}
@media (min-width: 1200px) {
header .wide .navbar-subnav.--cols3, header .wide .navbar-subnav.--cols2, .wide .navbar-subnav.--cols1 {
    width: 83.33333%;
}
}
@media (min-width: 1200px) {
header .wide .navbar-subnav {
    width: 83.33333%;
    max-width: 1560px;
}
}
/* BANER 1*/
div#main_banner1 {
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50vw);
}
#main_banner1 .main_slider__item.slick-slide {
    max-height: 500px;
}
/* MAIN CMS */
#main_cms {
    margin: 0 -15px;
    width: calc(100% + 30px);
    max-width: calc(100% + 30px);
}
.lucznik-main-cms-wrap {
    max-width: 1170px;
    margin: 30px auto 0;
}
.lucznik-main-cms-1 {
    margin-bottom: 30px;
}
.lucznik-main-cms-1 a {
    text-transform: uppercase;
    vertical-align: middle;
    color: #2b2a2d;
}
.lucznik-main-cms-1 a:hover {
    color: #00b2e2;
}

.lucznik-main-cms-1 img {
    vertical-align: middle;
    display: inline;
    max-width: 70px;
}
.lucznik-main-cms-1 strong {
    margin-left: 10px;
    font-size: 1.15em;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 100px);
}
.lucznik-main-cms-images-wrap {
    margin: 40px auto 0;
}
.lucznik-main-cms-images-1 {
    margin-bottom: 40px;
}
.lucznik-main-cms-images-1 a {
    background-size: cover !important;
    min-height: 300px;
    display: block;
    width: 100%;
    height: 100%;
    color: #2b2a2d;
    border-radius: 15px;
}
.main-cms-image-1 a {
    background: url(/data/include/cms/images/main_cms_maszyny_do_szycia_bg.jpg) no-repeat center;
}
.main-cms-image-2 a {
    background: url(/data/include/cms/images/main_cms_b2b_wholesale_bg.jpg) no-repeat center;
}
.main-cms-image-3 a {
    background: url(/data/include/cms/images/main_cms_nici_bg.jpg) no-repeat center;
}
.lucznik-main-cms-images-1 a:before {
    color: #00b2e2;
    display: block;
    position: absolute;
    width: calc(100% - 30px);
    height: 100%;
    content: " ";
    transition-duration: 0.7s;
}
.lucznik-main-cms-images-1 a:hover:before {
    background-color: rgba(255, 255, 255, 0.4);
}
.lucznik-main-cms-images-1 a h3 {
    vertical-align: bottom;
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    background: rgba(255, 255, 255, 0.4);
    width: calc(100% - 30px);
    transition-duration: 0.7s;
    border-bottom-left-radius: 15px;
}
.lucznik-main-cms-images-1 a:hover h3 {
    background: none;
}
@media (max-width: 978px){
.lucznik-main-cms-1 img {
    max-width: 50px;
}
.lucznik-main-cms-1 strong {
    font-size: 1.05em;
}
}
@media (max-width: 756px){
.lucznik-main-cms-wrap {
    margin: 0 auto;
}
.lucznik-main-cms-1 {
    max-width: 350px;
    margin: 10px auto;
    clear: both;
}
}
/* HOTSPOT ZONE 1 */
/*#main_hotspot_zone1 .products.d-flex.flex-wrap {
    display: inline-block !important;
    max-width: 100%;
    width: 100%;
    border: none;
    margin: 0 auto;
    text-align: center;
}*/
#main_hotspot_zone1 #slick-pager {
    display: none !important;
}
#main_hotspot_zone1 .products.d-flex.flex-wrap .col-12.col-sm-8 {
    width: calc(100% + 30px) !important;
    margin: 0 auto;
    max-width: calc(100% + 30px);
    flex: 0 0 100%;
    padding: 0;
    text-align: center;
    margin-right: -15px;
    margin-left: -15px;
    display: inline-block;
}
#main_hotspot_zone1 .slick-track {
    height: 100% !important;
    max-width: 100%;
    transform: none !important;
    max-height: max-content !important;
}
#main_hotspot_zone1 .slick-track li {
    width: 48% !important;
    max-width: 50%;
    margin: 20px 1% 30px;
    background: #fff;
    display: inline-block !important;
    float: none;
    vertical-align: top;
    min-height: 310px;
    box-shadow: none;
    transition-duration: 0.5s;
    z-index: 1 !important;
    position: relative;
    align-items: flex-start !important;
    border-radius: 15px;
}
#main_hotspot_zone1 .slick-track li:hover {
    box-shadow: 0px 5px 30px -25px #000;
}
#main_hotspot_zone1 .slick-track li a {
    flex: 0 0 100%;
    max-width: 100%;
}
#main_hotspot_zone1 .slick-track li:nth-child(5), #main_hotspot_zone1 .slick-track li:nth-child(6), #main_hotspot_zone1 .slick-track li:nth-child(7), #main_hotspot_zone1 .slick-track li:nth-child(8),#main_hotspot_zone1 .slick-track li:nth-child(9) {
    display:none !important;
}
#main_hotspot_zone1 .slick-track li .col-6.product__description {
    max-width: 100%;
    flex: 0 0 100%;
}
#main_hotspot_zone1 .product__name {
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
}
@media (min-width: 758px){
#main_hotspot_zone1 .slick-track {
    max-width: 100%;
    transform: none !important;
}
#main_hotspot_zone1 .slick-track li {
    width: 23% !important;
    margin: 20px 1% 40px;
    min-height: 420px;
}
#main_hotspot_zone1 .slick-track li:hover {
    box-shadow: 0px 5px 30px -25px #000;
}
#main_hotspot_zone1 .product__name {
    font-size: 1.5rem;
}
}
#main_hotspot_zone1 .product__prices {
    text-align: center;
}
#main_hotspot_zone1 .product__firm, #main_hotspot_zone1 .product__cleardescription, #main_hotspot_zone1 .slick-track li .col-6.product__description a.btn.--solid.--medium.more-button {
    display: none;
}
/* MENU 5 */
#main_tree5 ul li.item {
    padding: 5px 10px;
}
#main_tree5 > ul > li {
    border-bottom: 1px solid #00b2e2;
    padding: 10px 0;
}
.big_label, .headline, #main_tree5 ul.main_tree_sub > li .title, #main_tree5 ul.main_tree_sub > li:last-child .title {
    border: none;
    border-left: 7px solid #00b2e2;
    color: #2b2a2d;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 1.6rem;
    font-weight: 600;
    padding: 10px 0 10px 10px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: left;
    line-height: 1;
    margin-bottom: 1rem;
    font-family: Montserrat,Arial, Sans-Serif;
}
#dialog_wrapper.dialog_wrapper_menu_preloader_add .headline {
    color: #333;
    justify-content: flex-start;
}
#main_tree5 ul li .title:after {
    content: "\F078";
    position: absolute;
    right: 10px;
    color: #00b2e2;
    font-family: FontAwesome;
}
#main_tree5 .main_tree_sub li ul li a {
    text-transform: uppercase;
    line-height: 1.5;
    font-size: 1.5rem;
}
@media (min-width: 757px){
.big_label, .headline, #main_tree5 ul.main_tree_sub > li .title {
    font-size: 1.8rem;
}
}
@media (min-width: 758px){
#main_tree5 ul li.item {
    padding: 0px 10px;
}
#main_tree5 ul li .title:after {
    display: none;
}
#main_tree5 > ul > li {
    border: none;
}
}
/* HOTSPOT ZONE 2 */
#main_hotspot_zone2 {
    padding-bottom: 3rem !important;
}
.hotspot.--slider .slick-track {
    border: none;
}
.hotspot.--slider .slick-initialized .product {
    border: none;
    margin-left: 10px;
    margin-right: 10px;
}
/* BANER PROGRAM LOJALNOŚCIOWY */
.lucznik-program-lojalnosciowy {
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50vw);
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0;
    display: inline-table;
    text-align: center;
}
/* BLOG */
.article__image_wrapper img.article__image {
    max-height: 150px;
    border-radius:15px;
}
@media (min-width: 757px) {
.article__image_wrapper {
    float: none;
    max-width: 100%;
    margin: 10px auto;
}
}
@media (min-width: 979px){
#main_blog .article__item, #main_news .article__item, #blog_list .article__item, #news_list .article__item {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
}
a.article__more_link {
    background: #00b2e2;
    color: #fff;
    padding: 10px 20px;
    border-radius: 100px;
    display: inline-block;
    margin-top: 10px;
}
/* SEO OPIS */
.seo-desc {
    padding: 0 15px;
}
.seo-desc h1, .seo-desc h2 {
    text-align: left;
    color: #00b2e2;
    margin: 15px 0 0;
    text-transform: uppercase;
    font-size: 2em;
    font-weight: 600;
}
.seo-desc p {
    text-align:left;
    margin: 0 0 30px;
}
/* TOP FOOTER */
#top-footer {
    padding: 8% 0;
    color: #fff;
}
#top-footer:before {
    background-color: #1d1646;
    width: 200%;
    height: 100%;
    content: "";
    display: block;
    position: absolute;
    left: -50%;
    right: -50%;
    top: 0;
    background-image: url(/data/include/cms/images/arrow-bg.png);
    background-repeat: no-repeat;
    background-position: 25% 45%;
}
#top-footer h2 {
    font-size: 2.145em;
    font-weight: 600;
    text-transform: uppercase;
}
#top-footer h4 {
    font-size: 1.0715em;
    font-weight: 400;
    text-transform: uppercase;
}
#top-footer #newsletter_button_add {
    background: none;
    border: none;
    color: #00b2e2;
    position: absolute;
    top: 0;
    right: -5px;
    right: -5px;
    display: table;
    width: auto;
}
#newsletter_button_add i.fa-check-circle {
    font-size: 4.2em;
    font-style: normal;
    line-height: 0.655;
}
.vr-line {
    width: 1px;
    background: #fff;
    height: 100%;
    margin: 0 auto;
}
#top-footer a.topfooter-sm {
    width: 85px;
    height: 85px;
    background-repeat: no-repeat;
    display: inline-block;
    margin: 0 5% 30px;
    background-image: url(/data/include/cms/images/social-media-icons.png);
}
#top-footer .topfooter-fb {
    background-position: 0 0;
}
#top-footer .topfooter-insta {
    background-position: -121px 0px;
}
#top-footer .topfooter-ln {
    background-position: -242px 0;
}
#top-footer .topfooter-arrow-up {
    display: block;
    line-height: 0.6;
}
#top-footer .topfooter-arrow-up:after {
    content: "\F106";
    font-family: FontAwesome;
    font-size: 8em;
    font-weight: bold;
    color:#fff;
}
#top-footer .topfooter-arrow-up:hover:after {
    color:#00b2e2;
}
@media (max-width: 978px) {
#top-footer h2 {
    text-align: center;
}
#top-footer h4 {
    text-align: center;
    margin: 10px auto;
}
#top-footer .topfooter-arrow-up {
    text-align: center;
}
}
/* FOOTER */
#footer_links {
    margin: 30px auto 0;
}
a#menu_account_header:after, #menu_regulations span.footer_links_label:after, #footer_links .footer_links > li > span > span:after {
    content: "\F078";
    font-family: FontAwesome;
    position: absolute;
    margin-left: 10px;
}
@media (min-width: 757px) {
#footer_links {
    margin: 0px auto;
    }
#footer_links .footer_links {
    padding: 30px 20px;
}
#footer_links .footer_links_label {
    margin-bottom: 10px;
}
@media (min-width: 1200px) {
#footer_links .footer_links {
    flex-basis: 20%;
}
}
a#menu_account_header:after, #menu_regulations span.footer_links_label:after, #footer_links .footer_links > li > span > span:after {
display:none;
}
    #footer_links .footer_links_sub > li {
    padding: 0 15px 10px 0;
    }
    #footer_links .footer_links#menu_account {
    border: none;
    }
}
#footer_links .footer_links_label {
    text-transform: uppercase;
    font-family: Montserrat;
    font-size: 1.5em;
    color: #1d1646;
}
#footer_links .footer_links_sub > li a, #footer_links .footer_links_sub > li > span {
    font-size: 1.2em;
    color: #1d1646;
}
#footer_links .footer_links_sub > li a:hover {
    text-decoration: underline;
}
#footer_links .footer_links_sub > li.menu_orders_item i {
    display: none !important;
}
@media (min-width: 1200px) {
#footer_links .footer_links_sub > li {
    width: 100%;
}
}
/* COPYRIGHTS */
#menu_contact:before {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    background: #000;
    top: 0;
    left: 0;
    right: 0;
}
#menu_contact ul {
    display: none;
}
@media (min-width: 979px){
.logo_iai {
    margin: 0px 0 0px auto;
}
}
/* BREADCRUMPS */
.breadcrumbs:before {
    background: transparent;
}
.back_button:before, .breadcrumbs:after {
    display:none;
}
.breadcrumbs div.list_wrapper {
    border-left: none;
}
.breadcrumbs #back_button {
    background: #00b2e2;
    border: none;
    color: #fff;
    border-radius: 100px;
    padding: 5px 8px;
    line-height: 1.5;
}
.breadcrumbs .back_button i {
    font-size: 1.4em;
    margin-right: 4px;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
}
/* FILTRY */
aside[class*=col-] {
    border-radius: 15px;
}
@media (min-width: 1200px){
aside[class*=col-] {
    display: block;
}
}
#menu_categories2 {
    padding: 20px;
    background: #fff;
    margin-bottom: 0 !important;
}
#menu_categories2 .menu_categories_label {
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 600;
}
#menu_categories2 ul li a {
    text-transform: uppercase;
    color: #2b2a2d;
}
#menu_categories2 ul li a:hover {
    color: #00b2e2;
}
#Filters {
    padding: 20px;
    background: #f6f6f6;
    margin-bottom: 0 !important;
}
aside .filters__item .--name {
    font-family: Montserrat;
    font-size: 1.5rem;
    line-height: 1.1;
}
aside .filters__item .--quantity {
    color: #a1a1a1;
    opacity: 1;
    font-family: Montserrat;
    font-size: 1.5rem;
}
aside .filters__buttons .btn {
    width: auto;
    margin: 0 auto;
}
/* LISTA PRODUKTÓW */
.search_page > #layout > #content {
    padding: 0;
}
div.search_categoriesdescription h1 {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    font-size: 2em;
    font-weight: 600;
}
@media (min-width: 758px){
div.search_categoriesdescription span.navigation_total {
    display: inline-block;
    font-size: 2em;
    font-weight: 300;
    text-transform: capitalize;
}
}
div.search_categoriesdescription span.navigation_total b {
    font-weight: 300;
}
@media (min-width: 758px){
.search_page > #layout > #content {
    padding: 0 30px;
}
.s_paging {
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
}
.s_paging__item {
    padding: 0;
    background: transparent;
        margin-right: 20px;
}
}
.f-dropdown.--small-md .f-control:after {
    color: #00b2e2;
    font-weight: bold;
}
.pagination__element.--prev .pagination__link:before, .pagination__element.--next .pagination__link:before {
    font-size: 2.4rem;
    font-weight: bold;
    color: #00b2e2;
}
.pagination__element.--button.--prev .pagination__link:before, .pagination__element.--button.--next .pagination__link:before {
    font-size: 2.4rem;
    font-weight: bold;
    color: #00b2e2;
}
.pagination__element.--prev:hover .pagination__link:before, .pagination__element.--next:hover .pagination__link:before {
    color: #fff;
}
.pagination__element a {
    font-weight: 400;
    border: none;
    border-radius: 100px;
    font-family: Montserrat;
    font-size: 2.4rem;
    color: #c8c8c8;
}
a.pagination__button {
    font-size: 1em;
}
.pagination__element.--active .pagination__link {
    border: none;
    font-weight: bold;
    color: #00b2e2;
    font-size: 2.4rem;
}
.pagination__element.--active:hover .pagination__link {
    color: #fff;
}
.pagination__link:hover {
    border: none;
    background: #00b2e2;
    border-radius: 100px;
    color: #fff;
}
section#search {
    margin: 0 -15px !important;
    border-radius: unset;
    background: transparent;
}
#search .product {
    margin-bottom: 30px;
    text-align: center;
}
#search .product:before {
    content: " ";
    background: #fff;
    height: 100%;
    position: absolute;
    display: block;
    width: calc(100% - 30px);
    z-index: -1;
    box-shadow: none;
    transition-duration: 0.5s;
    border-radius: 15px;
}
.product.col-sm-4:nth-child(3n + 1), .product.col-sm-4:nth-child(3), .product.col-sm-4:nth-child(3) {
    border-left: none;
    border-top: none;
}
.label_icons > * {
    border-radius: 100px;
    padding: 0 10px;
}
.bestseller, .label.--bestseller {
    color: #fff;
    background: #00b2e2;
}
#search .product .label_icons {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}
.yousavePercent {
    position: absolute;
    z-index: 1;
    top: 20px;
    right: 20px;
    background: #c74040;
    color: #fff;
    padding: 12px 5px;
    border-radius: 40px;
    width: 43px;
    height: 43px;
}
.product__prices {
    text-align: center;
}
#search .product__compare.--has-child {
    border-top: none;
}
.p_quick {
    margin-top: 10px;
}
.p_quick__form button.btn.--solid {
    max-width: fit-content;
    padding: 10px 15px;
    width: 100%;
    margin: 0 auto;
    font-weight: 400;
}
#search .product__compare_item {
    color: #fff;
    background: #00b2e2;
    padding-left: 15px;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    padding-right: 15px !important;
    max-width: 170px;
}

#search_hotspot_zone1 {
    padding: 0 15px;
    width: 100%;
    margin: 0 auto;
}
#search_hotspot_zone1 .products {
    margin-right: 0;
}
@media (min-width: 979px) {
#Filters {
    background-color: #fff;
}
aside .filters__buttons {
    background-color: #fff;
}
aside .filters__options .--submit, aside .filters__options .--show-hidden {
    background-color: #fff;
}
#search .product__compare.--has-child:after {
display: none;
}
}
#search .product__compare {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    opacity: 1;
    transition-duration: 0.5s;
    transition-delay: 0.1s;
max-width: 90%;
    margin: 1rem auto;
}

#search .product__compare_item {;
    font-size: 1.1rem;
    max-width: inherit;
}
#search_hotspot_zone1 {
    margin: 30px auto 60px !important;
    display: block;
}
#search_hotspot_zone1 .products {
    margin: 0 -15px;
}
/* PORÓWNYWARKA */
.product-compare_page .breadcrumbs:before {
    content: " ";
    background: url(/data/include/cms/bannery/porownaj_rwd_desktop_2.jpg);
    background-repeat: no-repeat;
    display: none;
    position: relative;
    width: 100%;
    max-width: 1920px;
    left: 0;
    right: 0;
    height: 100vh;
    max-height: 500px;
    background-position: center;
    margin: 0 auto 20px;
}
@media (min-width: 758px){
.compare_page .item_width {
    width: 300px;
}
}
.compare_page table {
    border-spacing: 20px 1px;
    border-collapse: separate;
    background: transparent;
}
.compare_page th.cmp_product {
    background: #fff !important;
    border: none !important;
    vertical-align: top;
}
.compare_page tr:hover th {
    background: #00b2e2;
    border: none;
    border-left: none;
}
.compare_page th {
    border: none;
    font-size: 1.1em;
    background: #fff;
    text-transform: uppercase;
    font-family: Montserrat;
    font-weight: 600;
}
.compare_page tr.highlight th {
    background: #1d1646;
    color: #fff;
}
.compare_page td {
    border: none;
    font-size: 1em;
    background: #fff;
}
.compare_page tr:hover td {
    background: #00b2e2;
    border: none;
}
.compare_page td.cmp_product {
    border: none !important;
}
.compare_page .configure_item.item_width {
    display: inline-block;
    float: right;
    background: #f6f6f6;
    border-radius: 100px;
    width: 170px;
    min-width: 170px;
    padding-top: 0px !important;
    padding: 0;
    position: relative;
    right: 10px;
    top: 10px;
    text-align: center;
    z-index: 2;
}
.compare_page .configure_item.item_width:hover {
    background: #1d1646;
    color: #fff;
}
.compare_page .configure_item.item_width a {
    text-transform: uppercase;
    border: none;
    color: #4d5454;
    background: transparent;
    padding: 5px 0px;
    line-height: 2;
    vertical-align: middle;
    font-size: 0.85em;
    text-align: center;
    height: 34px;
}
.compare_page .configure_item.item_width a:first-child:hover {
    color: #fff;
}
.compare_page .configure_item.item_width a:nth-child(2):hover {
    color: #fff;
}
.compare_page .configure_item.item_width a:first-child:after {
    content: "|";
    margin-left: 10px;
}
.compare_page .configure_item.item_width a .icon-minus:before {
    content: "\f068";
    border-radius: 100px;
    font-size: 1.1em;
    background: #00b2e2;
    color: #fff;
    padding: 4px;
    line-height: 1.6;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    text-align: center;
    left: 0;
    display: inline-block;
    margin-left: -30px;
    margin-top: -3px;
}
.compare_page .configure_item.item_width a .icon-remove:before {
    content: "\f057";
    color: #ff0000;
    border-radius: 100px;
    font-size: 2.5em;
    line-height: 1;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    text-align: center;
    right: 5px;
    position: absolute;
    top: 3px;
}
.compare_page a.product-icon {
    margin-top: 40px;
}
.compare_page a.product-icon > div > div {
    height: 250px;
}
.compare_page a.product-name {
    font-family: Montserrat;
    font-weight: bold;
    text-transform: uppercase;
    margin: 15px 0;
    line-height: 1.3;
    display: block;
}
.compare_page td div .price {
    font-size: 2.2rem;
    font-weight: bold;
    color: #1d1646;
}
.compare_page td div .max-price {
    font-size: 2.2rem;
}
.compare_page .list_traits ul {
    margin-top: 30px;
    list-style: none;
    font-weight: 400;
    text-transform: uppercase;
}
.compare_page .list_traits ul li {
    color: #4d5454;
    font-size: 1em;
}
.compare_page .list_traits span:after {
    content: ":";
    margin-right: 5px;
}
.compare_page .list_traits ul li div {
    color: #4d5454;
    font-weight: 700;
    display: inline-block;
}
@media (min-width: 758px){
.compare_page .list_traits span {
    font-size: 1.05em;
}
.compare_page .list_traits ul .note span {
    font-size: 1em;
}
}
/* LISTA ZAKUPOWA */
#favourites_list {
    background: #fff;
    padding: 30px 20px;
    margin: 30px auto;
}
/* KARTA PRODUKTU */
@media (min-width: 979px){
.projector_page #content {
    display: grid;
    grid-template-columns: repeat(8,minmax(0,1fr));
    grid-column-gap: 15px;
}
.projector_page #content > * {
    grid-column: 1 / span 9;
    padding: 15px;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 15px);
}
}
.photos__figure.--nav {
    width: 85px;
    height: 80px;
}
.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
    background-color: #00b2e2;
}
.pswp__top-bar, .pswp__caption {
    background-color: #00b2e2;
}
.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
    background-color: #00b2e2;
}
@media (min-width: 1400px){
div.photoSwipe_innerthumbs::-webkit-scrollbar-thumb {
    background-color: #00b2e2;
}
}
#projector_productname, #projector_photos, #projector_form {
    background: #fff;
}
#projector_photos, #projector_productname {
    margin-bottom: 0px !important;
}
#projector_photos {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    padding: 15px 0;
}
#projector_productname {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
#projector_productname .product_name__firm_logo {
    display: none !important;
}
@media (min-width: 979px){
#projector_productname {
    padding-top: 20px;
    padding-bottom:20px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.projector_page #content #projector_productname {
    grid-area: 1 / 1 / 1 / 9;
    padding: 15px;
    margin: 0 -15px;
}
.projector_page #content #projector_photos {
    grid-area: 2 / 1 / 3 / 6;
    padding: 15px;
    margin: 0 -15px;
}
.projector_page #content #projector_form {
    grid-area: 2 / 6 / 2 / 9;
    margin: 0 -15px;
    position: relative;
    margin-bottom: 20px !important;
}
}
@media (min-width: 1200px){
.projector_details__wrapper .projector_prices, .projector_details__wrapper .projector_tell_availability, .projector_details__wrapper .projector_buy, .projector_details__wrapper .projector_multipack, .projector_details__wrapper .projector_details__advanceprice, .projector_details__wrapper #CDT {
    grid-column: 1 / 1;
}
.projector_details__wrapper {
    grid-template-columns: repeat(1,minmax(0,1fr));
}
.projector_details__wrapper .projector_info {
    grid-column: 1 / 1;
    grid-row: span 4;
}
}
.projector_page .product_name__name {
    font-weight: 600;
    text-transform: uppercase;
}
@media (min-width: 757px){
.product_name__name {
    font-size: 3rem;
}
}
.product_name__block.--description {
    line-height: 1.5;
    font-size: 1.5rem;
}
.product_name__description {
    font-size: 1.5rem;
}
.photos__link.--nav, .photos__photo.--nav {
    border-radius:100px;
}
#projector_form {
    font-size: 1.5rem;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
#projector_details {
    display: grid;
}
#projector_details .product_info_top {
    order: 10;
}
#projector_details .product_section.versions {
    order:1;
}
#projector_details #projector_bundle_product {
    order:2;
}
#projector_details #projector_sizes_cont {
    order:3;
}
#projector_details .projector_product_status_wrapper {
    order:4;
}
#projector_details #projector_prices_wrapper {
    order:5;
}
#projector_details #projector_tell_availabilityr {
    order:6;
}
#projector_details #projector_buy_section {
    order:7;
}
#projector_details #projector_benefits {
    order:9;
}
#projector_details #projector_points_wrapper {
    order:8;
}
.projector_details__wrapper {
    border: none;
}
#projector_form div.product_section.versions .select_link a {
    border: none;
}
#projector_form #projector_bundle_product, #projector_form .projector_bundle, #projector_form .product_section.versions {
    border-bottom: 1px solid #f6f6f6;
    display: none;
}
li.product_bundle {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}
#projector_bundle_product .product-name {
    font-size: 1.5rem;
    font-weight: bold;
    color: #4d5454;
    text-transform: uppercase;
}
#projector_bundle_product .product-name:after {
    display: none;
}
ul.product_bundle > li > * {
    display: inline-block;
    max-width: 100%;
}
ul.product_bundle > li > * div.price {
    font-weight: bold;
    color: #1d1646;
    font-size: 1em;
    text-transform: uppercase;
}
ul.product_bundle > li > * div.price b {
    font-size: 1.2em;
    display: block;
}
@media all and (min-width: 979px) {
#projector_photos {
    margin-bottom: 20px !important;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
#projector_form {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 0;
}
ul.product_bundle > li > * div.price b {
    font-size: 1.6em;
    display: inline;
}
}
ul.product_bundle > li > * div.price span {
    display: none;
}
ul.product_bundle > li > a.product_bundle_icon {
    display: none;
}
a.product_bundle_icon img {
    max-height: 100px;
    display: none;
}
.projector_details .projector_info__item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}
.projector_details .projector_info__icon {
    width: 20px;
    min-width: 20px;
    margin-right: 1rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    order: 0;
}
.projector_product_status_wrapper {
    border-bottom: 1px solid #f6f6f6;
}
#projector_status_description {
text-transform: uppercase;
    display: block !important;
}
#projector_status_description_wrapper #projector_amount, .projector_page #projector_amount {
    display: none !important;
}
#projector_shipping_info {
    padding-left: 30px;
    text-transform: uppercase;
    order: 2;
    margin-top: 10px;
}
#projector_status_description {
    text-transform: uppercase;
    display: block !important;
    order: 1;
    width: calc(100% - 20px);
    flex: 0 0 calc(100% - 45px);
}
#projector_buy_section {
    border-bottom: none;
}
#projector_form small, #projector_price_unit_sellby, #projector_price_unit {
    display: none !important;
}
span#projector_price_yousave {
    text-transform: uppercase;
}
strong.projector_price_value {
    color: #1d1646;
}
#projector_buy_section #projector_number_cont {
    border-radius: 100px;
}
#projector_buy_section #projector_number_cont .projector_number {
    color: #1d1646;
    font-family: Montserrat;
    font-size: 2.7rem;
    font-weight: 600;
}
.projector_details .projector_buy__number .f-control {
    border: 1px solid #c4c7c8;
    border-radius: 25px;
}
#projector_button_basket {
    font-size: 1.8rem;
    font-weight: 600;
    padding: 0;
    height: 52px;
}
@media all and (min-width:757px){
#projector_button_basket {
    font-size: 2.3rem;
}
}
@media all and (min-width:979px) and (max-width:1199px){
#projector_button_basket {
    font-size: 2rem;
}
}
#projector_buy_section a.projector_buttons_obs, #projector_buy_section a.projector_prodstock_compare {
    text-transform: uppercase;
    margin: 20px 0;
}
.product_name__block.--links {
    text-transform: uppercase;
    grid-column: 1 / 1;
    grid-row: span 1;
    justify-content: space-between !important;
    max-width: 100%;
    margin: 0;
    display: grid !important;
    width: 100%;
    grid-template-columns: repeat(1,minmax(0,1fr));
}
.product_name__actions {
    flex: 0 0 100%;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    margin: 0 auto !important;
    padding: 10px 0 20px;
    font-size: 1.5rem;
    flex-direction: row;
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
}
.product_name__action {
    font-size: 1.5rem;
}
.product_name__action.--shopping-list {
    text-decoration: none;
    justify-content: flex-end;
}
.product_name__action.--shopping-list span{
        text-decoration: none;
}
@media (max-width: 757px){
.product_name__actions a.product_name__action {
    flex: 0 0 100%;
    align-self: center;
    text-align: center;
    text-decoration: none;
    margin-bottom: 10px;
}
.product_name__action.--shopping-list {
    justify-content: center;
}
}
div#projector_shipping_dialog {
    border-top: 1px solid #c4c7c8;
    padding-top: 20px;
    margin-top: 20px;
}
.projector_info__item:not(.--status.projector_status) {
    text-transform: uppercase;
}
section#projector_benefits {
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 400;
    color: #4d5454;
}
#projector_form div.product_info_top {
    border-bottom: none;
    margin-top: 30px;
}
#projector_form div.product_info_top .item_info > span {
    text-transform: uppercase;
    font-weight: 700;
    color: #4d5454;
}
#projector_form div.product_info_top .item_info > strong, #projector_form div.product_info_top .item_info > a {
    text-transform: uppercase;
    font-weight: 400;
}
#projector_in_bundle {
    background: transparent;
    padding: 30px 0px;
}
#projector_in_bundle .products {
    margin: 0 auto;
}
#projector_in_bundle .products .product:before {
    display: none;
}
@media (min-width: 979px){
.hotspot.--slider .products {
    padding-top: 2.5rem;
    overflow: hidden;
    background: transparent;
}
}
.hotspot.--slider .slick-list {
    order: 1;
    width: 100%;
    background: transparent;
}
.hotspot.--slider .headline__name {
    background: transparent;
}
.hotspot__arrow.--prev:before{
    display:none
}
.hotspot.--list .product__icon {
    width: 100px;
    min-width: 100px;
    height: 100px;
    border: none;
}
.hotspot.--list .product__icon img {
    max-height: 100px;
}
.hotspot.--list .product__see {
    display: block;
    background: #00b2e2;
    color: #fff;
    border-radius: 100px;
    padding: 5px 10px;
}
.hotspot.--list .product__see:hover {
    background: #1d1646;
}
/* DŁUGI OPIS */
#projector_longdescription {
    background: #fff;
    border-radius: 15px;
}
/* PARAMETRY */
.dictionary__group {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    border-bottom: none;
}
.dictionary__label {
    justify-content: left !important;
}
.dictionary__param {
    margin: 0 !important;
}
.dictionary__name {
    text-align: left;
    justify-content: left !important;
    max-width: inherit;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #c8c8c8;
    line-height: 1.5;
    padding: 10px 0;
    margin: 0 !important;
}
.dictionary__values {
    text-align: left;
    justify-content: left !important;
    max-width: inherit;
    text-transform: uppercase;
    border-bottom: 1px solid #c8c8c8;
    line-height: 1.5;
    padding: 10px 0;
    margin: 0 !important;
}
@media all and (min-width:757px){
.dictionary__group {
    width: 50%;
}
.dictionary__name {
    max-width: 35%;
}
.dictionary__values {
    max-width: 35%;
}
}
/* POWIĄZANE KARTA PRODUKTU 1 */
#products_associated_zone1 {
    padding-bottom: 3rem !important;
}
@media (max-width: 756px){
#products_associated_zone1 .products .product {
    width: 50% !important;
    display: inline-block !important;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 10px 15px !important;
}
}
@media (max-width: 400px){
#products_associated_zone1 .products .product {
    width: 100% !important;
    display: inline-block !important;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 10px 5px !important;
}
}
@media all and (min-width:757px){
#products_associated_zone1 .products .product {
    width: 25% !important;
    display: inline-block !important;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 10px 15px !important;
}
}
#products_associated_zone1 .products .product a.product__icon {
    width: 100%;
    height: 250px;
}
#products_associated_zone1 .products .product a.product__icon img {
    max-height: 250px;
}
#products_associated_zone1 .products .product__wrapper {
    width: 100%;
    padding: 0 10px !important;
    display: inline-block !important;
    text-align: center;
    margin: 0 auto;
}
#products_associated_zone1 .products .product__wrapper h3 {
    max-width: 100%;
}
#products_associated_zone1 .products .product__wrapper h3 a {
    width: 100%;
    margin-bottom: 0.5rem !important;
}
#products_associated_zone1 .products .product__wrapper .product__prices {
    display: block;
}
#products_associated_zone1 .products .product__wrapper .product__prices .product__price_wrapper strong.price {
    margin: 0 auto !important;
    text-align: center;
}
#products_associated_zone1 .products .product__wrapper .product__prices .product__promo {
    width: 100%;
    text-align: center;
    display: block !important;
    margin: 10px auto;
}
#products_associated_zone1 .products .product__wrapper .product__prices .product__promo del.price {
    margin: 0 !important;
}
#products_associated_zone1 .products .product__wrapper .product__prices .product__promo span {
    width: 100%;
    display: block;
}
#products_associated_zone1 a.product__see {
    display: none !important;
}
/* POWIĄZANE STREFA 2*/
#products_associated_zone2 .products .product:before {
    width: 100%;
}
@media (min-width: 757px){
.hotspot__arrow {
    margin-bottom: 1rem;
}
}
.hotspot__arrow span {
    background: #00b2e2;
    color: #fff;
    border-radius: 100px;
    margin: 0 10px;
    padding: 8px;
}
.hotspot__arrow.--prev span:after {
    content:'';
    background: transparent;
}
.hotspot__dots:before {
    background: transparent;
}
#products_associated_zone2 .hotspot__dots li {
    background: transparent;
}
#products_associated_zone2 .hotspot__dots li:before {
    border: 1px solid #00b2e2;
    border-radius: 100px;
    width: 15px;
    height: 15px;
}
/* POWIĄZANE STREFA 4*/
#products_associated_zone4 .products .product:before {
    width: 100%;
}
/* GWARANCJA */
#projector_warranty {
    padding: 0;
}
#projector_warranty:before {
    display:none;
}
#projector_warranty .warranty__description {
    text-align: left;
    margin-left: 0 !important;
}
@media (min-width: 757px) {
#projector_warranty {
    padding: 0 15px;
}
}
.shop_opinion_form .opinion_add_photos_wrapper {
    border-radius: 25px;
    background: #fff;
}
/* KOSZYK */
@media (min-width: 979px){
.progress__item.--active .progress__icon {
    background: #00b2e2;
    border: 1px solid #00b2e2;
    color: #fff;
}
.progress__icon {
    border: 1px solid #00b2e2;
}
.progress__icon {
    color: #00b2e2;
}
}
section#Basket {
    text-transform: uppercase;
}
.progress__description {
    background: transparent;
    text-transform: uppercase;
}
.progress__description:after {
    top: calc(50% - 8px);
}
@media (max-width: 978px){
.basket__item.--actions.--active {
    transform: translateY(calc(100% - 135px));
    background: #fff;
    padding: 20px 10px 20px;
    border-radius: 25px;
}
.basket__action.--quantity {
    min-width: 160px;
    max-width: calc(100% - 20px);
    margin: 0 10px 0 10px;
    border: 1px solid #c4c7c8;
    border-radius: 25px;
    height: 50px;
    flex: 0 0 calc(100% - 20px);
}
.basket__action.--calculate {
    flex: 0 0 calc(100% - 20px);
    margin: 10px 10px 0;
}
.basket__action.--remove, .basket__action.--comment {
    display: none;
}
}
.basketedit_summary_container {
    padding: 20px 5px;
    margin: 0px -15px;
    background: #fff;
    text-transform: uppercase;
        border-radius: 25px;
}
@media (min-width: 758px){
.basketedit_summary_container {
    padding: 20px 5px;
    margin: 0 auto;
    background: transparent;
}
.progress__description:after {
    display: none;
}
}
@media (min-width: 979px){
.progress__description {
    border-top: 2px solid #00b2e2;

}
.progress__icon {
    border: 1px solid #00b2e2;
}
.basket__quantity .quantity__label {
    border: none;
}
}
.basket__item.--actions {
    background: transparent;
}
a.btn.--medium.button_go_shopping {
    background: #1d1646;
    border: 1px solid #1d1646;
    color: #fff;
}
div.basketedit_summary, .basketedit_summary_buttons.summary_buttons {
    background: #fff;
    border: none;
}
div.basketedit_summary {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}
.basketedit_summary_buttons.summary_buttons {
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
}
#delivery_box_switcher .form-group.row, #client_new_additional .delivery_box, #client_new_additional .additional_box{
    background: transparent;
}
#basketedit_gifts {
    clear: both;
    margin: 0 0 20px;
    padding: 20px 5px;
    border-radius: 25px;
    background: #fff;
}
/* DOSTAWA PŁATNOŚĆ */
span.order1_delivery_title {
    text-transform: uppercase;
}
@media (min-width: 758px){
div.order1_shippings {
    border: none;
}
div.order1_dvp_time_pick {
    border: none;
    background: #fff;
}
}
span.order1_delitem_name {
    text-transform: uppercase;
}
#order1_payform {
    background: #f6f6f6;
}
label.payments_group_sub_content {
    border: none;
    border-bottom: 1px solid #c4c7c8;
}

div.order2_info {
    margin-bottom: 30px;
}
@media all and (max-width:978px){
div.order2_info.comment_container {
    border-radius: 25px;
    background: #fff;
}
h3.order2_info1, .comment_container .order2_info1 {
    text-transform: uppercase;
    background: #fff;
}
}
h3.order2_info1, .comment_container .order2_info1 {
    text-transform: uppercase;
}
#orderdetails_info_status {
    background: #fff;
    border: none;
}
.order__payments_section .order__payments_group:first-child, .order__delivery_section .order__delivery_group:first-child {
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
}
.order__payments_section .order__payments_group:last-child, .order__delivery_section .order__delivery_group:last-child {
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
}
.order__time {
    border: 1px solid #c4c7c8;
    background: #ffffff;
    margin-top: 10px;
    border-radius: 25px;
}
.summary {
    border: 1px solid #c4c7c8;
    background: #ffffff;
    border-radius: 25px;
}
.order2_page input[type='checkbox'] + .css-label {
    text-indent: -2px;
    border-radius: 7px;
}
div.email_processing_consent {
    margin-bottom: 15px;
    border-radius: 25px;
    background: #fff;
    padding: 10px 20px;
}
a.order2_button_change, a.order2_button_change_address, a.order2_button_change2, a.order2_stock_moreinfo, a.order2_button_change_stock.d-none.d-sm-inline-block {
    background: #00b2e2;
    color: #fff;
    border: 1px solid #00b2e2;
    font-family: Montserrat;
    border-radius: 100px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.2rem;
    padding: 0.9rem 1rem;
    display: inline-block;
    margin-top: 10px;
}
h3.order2_info1 {
background: #f6f6f6;
}
form.order2_form div.basketedit_summary {
    text-align: left;
    border-radius: 25px;
    padding: 20px;
}
input.btn.--solid.--large.order2_button_order {
    border-radius: 100px;
}
.orderdetails_summary {
    background: #fff;
    border-radius: 25px;
    padding: 20px;
}
.orderdetails_label span {
    background: #f6f6f6;
    padding-right: 15px;
}
@media (min-width: 979px){
.order_process header {
    border-bottom: 1px solid #c4c7c8;
    margin: 0 auto 20px !important;
}
}
@media (min-width: 979px){
#search .product__compare {
    position: absolute;
    top: -50%;
    opacity: 0;
}
#search .product:hover .product__compare {
    opacity: 1;
    top: 15px;
}
}
@media (min-width:979px) and (max-width:1199px){
    #logo {
    padding: 0;
}
div#menu_settings {
    padding-left: 0 !important;
}
    #menu_additional a {
    font-size: 1.2479rem;
    line-height: 2;
}
    #menu_additional a span {
    display: none;
}
    #menu_basket > a:before {
        display: none;
    }
    #menu_basket .badge {
    margin-left: 5px;
}
header .navbar-subnav > li.nav-item {
    width: 25%;
    font-size: 1rem;
}
}
div.basketedit_rebatecodes_outline {
    display: block;
}
input.basketedit_submit_code {
    border-radius: 50px;
    margin: 20px auto;
}
input.basketedit_rebatecode_input {
    border-radius: 50px;
    height: 41px !important;
    margin: 0px auto;
    background: #fff;
}
a.basketedit_client_rebate {
    margin-bottom: 20px;
}
a.btn.--solid.basketedit_client_rebate {
    display: inline-table;
    line-height: 1.5;
    padding: 10px;
}
div.gift_tooltip .btn {
    background: #fff;
}
#basketedit_gifts li .gift_item_sub {
    border-radius: 25px;
    background: #fff;
}
@media (min-width:757px) { 
input.basketedit_submit_code {
    margin: 0 0 20px 0;
    margin-left: -20px;
}
input.basketedit_rebatecode_input {
    border-radius: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
}
@media (min-width: 979px){
.topBasket__sub.--hover {
    background-color: #00b2e2;
    color: #000;
}
}
/* RETURN CONFIG */
.return_products_page .step3 form.return_type .return_container > .col-12.col-sm-6:nth-child(1) {
    display: none;
}
@media (min-width: 758px){
form.return_type .return_container > div:nth-child(n + 3) {
    margin-top: 0;
}
}
/* MOBILE */
@media (max-width: 978px){
html.--freeShipping:not(.order_process) #container:not(.payment_tunnel) header {
padding-top: 6.2rem;
    height: 12.2rem;
}
html.--freeShipping:not(.order_process) body {
    padding-top: 6.2rem;
}
html.--freeShipping:not(.order_process) #container:not(.payment_tunnel) .freeShipping {
    position: fixed;
    left: 5px;
}
html.--freeShipping:not(.order_process) #container:not(.payment_tunnel).main_page header {
    padding-top: 6.2rem;
    height: 12.2rem;
}
html.--freeShipping:not(.order_process) body {
    padding-top: 6.2rem;
}
html.--freeShipping:not(.order_process) #container:not(.payment_tunnel) .freeShipping {
    position: fixed;
    margin: 0 auto;
}
html.--freeShipping:not(.order_process) body {
    padding-top: 0.2rem;
}
html.sidebar_open #menu_search .menu_search__submit {
    height: 43px;
    right: 1px;
    color: #fff;
}
}
@media (max-width: 756px){
html:not(.--scroll-down):not(.scroll):not(.sidebar_open):not(.--search-open).--freeShipping .main_page #menu_search .menu_search__block {
    top: 6.2rem;
}
#menu_search button, #menu_search .menu_search__submit {
    background: #000;
    color: #fff;
    border-radius: 50px;
    padding: 5px;
    height: 35px;
    width: 44px;
    right: 25px;
    top: 1px;
}
html:not(.--scroll-down):not(.scroll):not(.sidebar_open):not(.--search-open) .main_page #menu_search .menu_search__submit {
    color: #fff;
    right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    min-height: 58px;
}
.main_page div#content {
    padding: 0;
}
.hotspot .products .product {
    padding-left: 5px;
    padding-right: 5px;
}
.hotspot .products .product:before {
    width: calc(100% - 10px);
}
.seo-desc {
    padding: 0;
}
#search .product {
    padding: 0 5px;
}
#search .product:before {
    width: calc(100% - 10px);
}
.projector_page div#content {
    padding: 0;
}
.projector_page #content > * {
    padding-left: 5px;
    padding-right: 5px;
}
}
#projector_amount {
    display: none;
}
#projector_prices_wrapper span.projector_prices__unit_sep {
    display: none;
}

.button_outlet {
  border: 1px solid #00b2e2;
  color: #ffffff;
  padding: 15px 32px;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 100px;
  text-transform: uppercase;
  font-family: Montserrat;
  font-weight: 600;
  display: table;
  margin: 0 auto

}

.button_outlet {
    background-color: #00b2e2;
    
    
}

.button_outlet:hover {
  background-color: #1d1646;
  border: 1px solid #1d1646;
  color: #ffffff;
  

}

.row_info {
	display: flex;
	flex-wrap: wrap;
	margin-right: 0px;
	margin-left: -15px;
	
}
	
	
.platnosci_logo {
    float: left;
    width: 32%;
    min-width: 227px;
    padding: 20px 20px 20px 0px;
    margin-top: 30px;
    
}

.platnosc_tekst {
    float: left;
    margin: 30px 0px 0px 0px;
    padding-top: 20px;
    position: relative;
    bottom: 16px;
    
}
/* OMNIBUS */
.projector_details__lowest_price.projector_lowest_price {
    margin-top: 5px;
}
span.projector_lowest_price__value {
    margin-left: 5px;
}
/* OPINIE */
.opinions_element_top.justify-content-between {
    display: flex;
}
.opinions_element_confirmed {
    margin-bottom: 1rem;
    border-radius: 2rem;
    font-size: 1.1rem;
    padding: .4rem 1rem;
    position: relative;
    display: table;
}
@media (min-width: 757px){
.opinions_element_confirmed {
    margin: 0 0 0 1rem;
}}
.opinions_element_confirmed.--true {
    background-color: rgba(16,172,130,0.2);
    color: #10ac82;
    padding-left: 2.5rem;
}
.opinions_element_confirmed.--false {
    background-color: #d9d9d9;
    color: #818181;
}
.opinions_element_confirmed.--true:after, .opinions_element_confirmed.--true:before {
    content: '';
    position: absolute;
}
.opinions_element_confirmed.--true:before {
    left: .3rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    background-color: #10ac82;
}
.opinions_element_confirmed.--true:after {
    left: .6rem;
    top: .9rem;
    top: calc(50% - 2px);
    width: .5rem;
    height: .8rem;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) translateY(-50%);
}