@media (min-width: 979px){
    #menu_search .menu_search__input{
        /*border: 1px solid #e3e3e3 */
        border: 1px solid #e3e3e3;
    }
}

@charset "UTF-8";
/* ----- Smartbudynek ----- */
/* motyw kolorystyczny: #fe6505 */
/*ogólne, strona główna*/
/*czcionka*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap");
@font-face {
  font-family: "SFFontRegular";
  src: url("/data/include/cms/font/font.otf");
}
body,
.btn {
  font-family: "SFFontRegular", sans-serif;
}

._mobile.--freeShipping:not(.order_process) body {
	padding-top: 99px;
}

._mobile:not(.search_open):not(.sidebar_open) .main_page {
	padding-top: 50px;
}

.btn.--solid {
  border-radius: 5px;
}

/*top bar*/
#top_bar {
  position: relative;
  background-color: #333;
  color: #fe6505;
  padding: 8px;
  font-size: 11px;
  font-weight: bold;
}

#top_bar::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: calc(-1 * (100vw - 100%) / 2);
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #333333;
}

@media (max-width: 979px) {
  #top_bar {
    display: none;
  }
}
#top_bar_container {
  max-width: 1170px;
  margin: auto;
}

#top_bar a {
  color: #eee;
  text-decoration: none;
}

#top_bar a:hover {
  color: #fe6505;
}

#top_bar span:last-child {
  float: right;
}

#top_bar a[href="https://www.facebook.com/smartbudynek/?ref=page_internal"],
#top_bar a[href="https://www.instagram.com/smartbudynek/"] {
  margin-left: 15px;
}

#top_bar a[href="https://www.facebook.com/smartbudynek/?ref=page_internal"]:after,
#top_bar a[href="https://www.instagram.com/smartbudynek/"]:after {
  margin-left: 8px;
  background-size: contain;
  width: 15px;
  height: 15px;
  display: inline-block;
  content: "";
  vertical-align: -3px;
}

#top_bar a[href="https://www.facebook.com/smartbudynek/?ref=page_internal"]:after {
  background-image: url("/data/include/cms/top_bar/facebook.png");
}

#top_bar a[href="https://www.instagram.com/smartbudynek/"]:after {
  background-image: url("/data/include/cms/top_bar/instagram.png");
}

.freeShipping {
	top: 0;
	align-content: center;
	margin: 0;
	border: none;
	border-radius: 0;
	width: 100%;
	padding: 15px;
	background-color: #fe6505;
	font-weight: 700;
}

.freeShipping__close:after {
	content: '\E880';
	font-family: fontawesome;
	font-weight: bold;
	background-color: white;
	color: black;
	width: 10px;
	height: 10px;
	margin: auto;
	padding: 4px;
	border-radius: 5px;
}

@media(min-width: 979px) {
	.freeShipping {
		padding: 4px;
		color: white;
	}

	.freeShipping::before {
		content: '';
		position: absolute;
		z-index: -1;
		left: calc(-1 * (100vw - 100%) / 2);
		width: 100vw;
		height: 100%;
		background-color: #fe6505;
		font-size: 20px;
		color: white;
	}
}

.freeShipping :is(a, span) {
	transition: background-color 0.2s, color 0.2s, border 0.2s;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	color: white;
}

.freeShipping :is(a, span):hover {
	cursor: pointer;
	color: black;
}

.freeShipping :is(.freeShipping__info, .freeShipping__val) {
	display: none;
}

/*nazwa produktu*/
.product {
  text-align: center;
}

/* nowość itp.*/
.label {
  border-radius: 5px;
}

/*nawigacja: menu, pasek wyszukiwania*/
@media (max-width: 979px) {
	.--freeShipping:not(.--scroll-down, .order_process) header {
		/*padding-top: 36px !important;*/
		height: 95px !important;
	}

	.--freeShipping.--scroll-down:not(.order_process) header {
		padding-top: 0;
	}
}

@media (max-width: 757px) {
	.--freeShipping:not(.--scroll-down, .order_process) header {
		/*padding-top: 38px !important;*/
		height: 99px !important;
	}

	.--freeShipping.--scroll-down:not(.order_process) header {
		padding-top: 0px;
	}

/*	.--freeShipping:not(.--scroll-down) #menu_search div {
		top: 99px !important;
	}*/
	
	html:not(.--scroll-down):not(.scroll):not(.sidebar_open):not(.--search-open).--freeShipping .main_page #menu_search .menu_search__block {
		top: 99px !important;
	}
}

@media (min-width: 979px) {
  #menu_settings .account_link::after {
    content: "|";
    margin: 0 7px;
    color: #fb6705;
  }

  #menu_settings .account_link,
#menu_settings .wishlist_link {
    display: inline-block;
    text-decoration: none;
  }
}

#menu_settings .shopping_list_top {
	margin-left: 0;
}

#menu_settings .wishlist_link {
  position: relative;
  padding-right: 30px;
}

#menu_settings .wishlist_link::before {
  content: "";
  background-image: url("/data/include/cms/menu_icons/heart.png");
  background-size: contain;
  width: 25px;
  height: 25px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: -3px;
}

#menu_settings .wishlist_link span {
  position: absolute;
  right: 0px;
  text-indent: 0;
  background-color: #fff;
  top: 9px;
  border-radius: 50% !important;
}

#menu_settings .wishlist_link span::before,
#menu_settings .wishlist_link span::after {
  display: none;
}

.footer_links_sub .icon-star-empty::before {
  content: "";
  background-image: url("/data/include/cms/menu_icons/heart2.png");
  background-size: contain;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
}

#content .icon-star-empty::before {
  content: "";
  background-image: url("/data/include/cms/menu_icons/heart.png");
  background-size: contain;
  width: 77px;
  height: 94px;
  background-repeat: no-repeat;
  margin-top: 16px;
}

a[title="O nas"],
a[title=Komunikacja],
a[title=Kontakt] {
  color: #888;
}

.navbar-nav .nav-item {
  position: relative;
}

.nav-link:not(:first-of-type) {
  position: absolute;
  top: 0;
  left: 0;
  right: 60px;
  border-right: 1px solid #f2f2f2;
  background: #fff;
}

@media (max-width: 979px) {
  .nav-link:not(:only-child)::after {
    margin-right: 5px;
  }

  .nav-header {
    z-index: 2;
  }

  #menu_search div {
    padding: 0 10px;
  }

}
.nav-link:not(:first-of-type)::after {
  content: none !important;
}

@media (min-width: 979px) {
  .navbar-nav > .nav-item {
    position: static;
  }

  .nav-link:not(:first-of-type) {
    display: none;
  }

  header .navbar-nav > .nav-item > .nav-link:not(:only-child)::after {
    content: "\F107";
    font-family: FontAwesome;
margin-left: 5px;
font-size: 1.3rem;
color: #333;
  }

  .wide .navbar-subsubnav > .nav-item > .nav-link::before {
    content: "\F105";
      font-family: FontAwesome;
      transform: translateY(-50%);
      line-height: 1;
    margin-right: 4px;
  }
}

@media(max-width: 978px) {
  .nav-link {
    background-image: none !important;
  }

  li:nth-child(7) > ul:nth-child(2) > .nav-item .nav-link img {
    margin: auto;
    max-width: 200px !important;
    max-height: 50px !important;
   }
}

@media (min-width: 979px) {
  #menu_search input {
    border: 1px solid lightgray;
  }

  .wide .navbar-subnav > .nav-merge.nav-item {
  display: inline-block;
  width: unset;
}

  header .wide .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    font-size: 1.6rem;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-around;
  }

  header .wide .nav-item {
    position: static;
    display: inline-block;
    width: 199px;
    vertical-align: top;
  }

  header .wide .navbar-nav > .nav-item {
    width: auto;
    /* margin: auto; */
  }

  /* Menu - producenci */
header li.--noBold:nth-child(7):hover > ul:nth-child(2) {
 display: flex !important;
}

header li.--noBold:nth-child(7) > ul:nth-child(2) > .nav-item {
 display: flex;
 justify-content: center;
}

header li.--noBold:nth-child(7) > ul:nth-child(2) > .nav-item .nav-link {
 display: flex;
 justify-content: center;
}

  header .wide .navbar-subnav {
    left: 0 !important;
    width: 1200px !important;
    position: absolute;
    padding: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-radius: 5px;
    -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
  }

  header .wide .navbar-subnav > li {
    margin: 8px 0;
  }

  header .wide .navbar-subsubnav {
    border: none;
    position: static;
    width: 199px;
    font-weight: normal;
  }

  header .wide .navbar-subnav > .nav-item > .nav-link:not(:only-child)::after {
    display: none;
  }

  .no-touch header .wide .navbar-nav li:hover > ul {
    display: flex;
    flex-wrap: wrap;
  }

  .no-touch header .wide .navbar-nav li:hover > ul li ul {
    display: block;
  }

  /*menu grafiki*/
  a[title=Producenci] ~ ul {
	  justify-content: space-around;
    padding: 0 0;
    /*-ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;*/
  }

  a[title=Producenci] ~ ul li {
	  flex-basis: 20%;
    /*width: 300px;*/
  }

  a[title=Producenci] ~ ul li a {
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: center;
    height: 50px;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: -webkit-box-shadow 0.2s;
    transition: -webkit-box-shadow 0.2s;
    transition: box-shadow 0.2s;
    transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
    border-radius: 5px;
    text-overflow: clip;
  }

  a[title=Producenci] ~ ul li a:hover {
    -webkit-box-shadow: 0 0 8px #eee;
    box-shadow: 0 0 8px #eee;
  }
}

 /*menu grafiki*/
  a[title=Montaż] ~ ul {
	  justify-content: space-around;
    padding: 0 0;
    /*-ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;*/
  }

  a[title=Montaż] ~ ul li {
	  flex-basis: 98%;
	  padding-right: 8px;
    /*width: 300px;*/
  }

  a[title=Montaż] ~ ul li a {
    background-size: 120px;
    background-repeat: no-repeat;
    background-position: center;
    height: 60px;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: -webkit-box-shadow 0.2s;
    transition: -webkit-box-shadow 0.2s;
    transition: box-shadow 0.2s;
    transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
    border-radius: 5px;
    text-overflow: clip;
  }

  a[title=Montaż] ~ ul li a:hover {
    -webkit-box-shadow: 0 0 8px #eee;
    box-shadow: 0 0 8px #eee;
  }
}
/*slider na stronie głównej*/
#main_banner1 {
  margin-top: 10px;
}

#main_banner1 .slick-list {
  border: 1px solid #fb6505;
  border-radius: 5px;
}

.slick-prev,
.slick-next {
  background: 0;
  text-shadow: 0 0 2px white;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: 0;
}

/* kafelki na stronie głównej */
:root {
  --div_width: 181px;
  --div_widthDouble: 577px;
  --div_height: 200px;
  --bgc_size: 50px;
  --bgc_pos: 100px;
}

@media (max-width: 1200px) {
  :root {
    --div_width: 148px;
    --div_widthDouble: 477px;
  }

  .btn_container {
    width: 970px !important;
  }

  .kafelkiTlo,
.kafelkiWide {
    overflow: hidden;
  }
}
@media (max-width: 979px) {
  :root {
    --div_width: 366px;
    --div_widthDouble: 366px;
    --div_height: 130px;
    --bgc_pos: 60px;
  }

  .btn_container {
    width: 749px;
  }

  .kafelkiTlo,
.kafelkiWide {
    margin: 7px 8px !important;
  }

  .kafelkiTlo:first-child,
.kafelkiTlo:nth-child(3),
.kafelkiTlo:nth-child(5),
.kafelkiWide:last-child {
    margin-left: 0 !important;
  }

  .kafelkiWide:last-child,
.kafelkiWide:last-child .kafelkiKolor {
    width: 749px;
  }

  .kafelkiTlo:hover > .kafelkiKolor,
.kafelkiTlo:hover > .kafelkiZnak,
.kafelkiWide:hover > .kafelkiKolor {
    height: 0 !important;
  }

  #btn_sonoff {
    display: none;
  }

  .kafelkiWide:first-child {
    background-image: url(https://smartbudynek.pl//data/include/cms/kafelki/Sonoff.png);
    background-size: 100px;
  }

  .kafelkiWide .kafelkiZnak {
    display: none;
  }

  .kafelkiWide .kafelkiZnak:first-child,
.kafelkiWide:last-child .kafelkiZnak:nth-child(2) {
    display: block;
  }
}
@media (max-width: 757px) {
  :root {
    --div_width: 49%;
    --div_widthDouble: 49%;
  }

  .btn_container {
    width: 100% !important;
  }

  .kafelkiTlo,
.kafelkiWide {
    overflow: hidden;
    margin: 7px 0.5% !important;
  }

  .kafelkiTlo span,
.kafelkiWide span {
    font-size: 100% !important;
  }

  .kafelkiZnaki {
    width: 100% !important;
    left: 0 !important;
  }

  .kafelkiWide:last-child {
    width: 99% !important;
  }

  .kafelkiKolor,
.kafelkiZnak {
    width: 100% !important;
  }
}
#main_cms {
  overflow: hidden;
  position: relative;
}

#main_cms a:hover {
  color: #333;
}

.btn_container {
  margin: 0;
  width: 1170px;
  display: block;
  position: inherit;
  z-index: 10;
  overflow: auto;
}

.kafelkiTlo,
.kafelkiKolor,
.kafelkiZnak {
  width: var(--div_width);
  height: var(--div_height);
  text-decoration: none;
  border-radius: 5px;
}

.kafelkiWide,
.kafelkiWide .kafelkiKolor,
.kafelkiWide .kafelkiZnak {
  width: var(--div_widthDouble);
  height: var(--div_height);
  border-radius: 5px;
}

.kafelkiTlo,
.kafelkiWide {
  background-color: #f0f0f0;
  position: relative;
  text-align: center;
  background-size: var(--bgc_size);
  background-repeat: no-repeat;
  background-position: center var(--bgc_pos);
  float: left;
  margin: 8px;
  z-index: -2;
}

.kafelkiKolor,
.kafelkiWide .kafelkiKolor {
  background-color: #fe6505;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
  position: absolute;
  height: 0px;
  overflow: hidden;
}

.kafelkiWide .kafelkiKolor {
  background-color: #ddd;
}

.kafelkiZnak,
.kafelkiWide .kafelkiZnak {
  background-size: var(--bgc_size);
  background-position: center var(--bgc_pos);
  background-repeat: no-repeat;
  height: var(--div_height);
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
  position: absolute;
  height: 0px;
  -webkit-filter: invert(1);
  filter: invert(1);
}

.kafelkiZnaki {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 95%;
  left: 2.5%;
}

.kafelkiWide .kafelkiZnak {
  width: 90px;
  height: var(--div_height);
  -webkit-filter: none;
  filter: none;
  position: static;
  margin: auto;
}

#z2 .kafelkiZnak {
  width: 18%;
  background-size: contain;
}

#btn_sonoff {
  background-position: center 90px;
}

.kafelkiTlo:hover > .kafelkiKolor,
.kafelkiTlo:hover > .kafelkiZnak,
.kafelkiWide:hover > .kafelkiKolor {
  height: var(--div_height);
}

.kafelkiTlo span,
.kafelkiWide span,
.kafelkiKolor span {
  position: absolute;
  top: 20px;
  font-size: 110%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.kafelkiTlo span,
.kafelkiWide span {
  color: black;
  z-index: -1;
}

.kafelkiKolor span {
  color: white;
  z-index: 10;
}

.kafelkiWide .kafelkiKolor span {
  color: black;
}

/* producenci - baner */
#producenciBaner,
#producenciBaner2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  margin: 50px 0;
}
#producenciBaner a,
#producenciBaner2 a {
  width: 10%;
  margin: auto;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.3;
  -webkit-transition: opacity 0.5s, -webkit-filter 0.5s;
  transition: opacity 0.5s, -webkit-filter 0.5s;
  transition: filter 0.5s, opacity 0.5s;
  transition: filter 0.5s, opacity 0.5s, -webkit-filter 0.5s;
  padding-top: 3%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#producenciBaner a:hover,
#producenciBaner2 a:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}

#producenciBaner {
  margin-bottom: 0;
}

/*nagłówki sekcji*/
.headline {
	flex-direction: column;
	min-height: 55px;
}

.headline .headline__name {
	width: 100%;
	font-size: 140%;
	text-align: center;
}

.headline .headline__after {
	margin-top: 10px;
	margin-left: unset;
}

/* breadcrumbs */
.list_wrapper ol li:first-child span {
  color: #fb6705;
}

/* Wyniki wyszukiwania */
.navigation_total {
  display: none !important;
}

#menu_categories2 .menu_categories_label.menu_go_up::after {
  font-size: 150%;
}

#menu_categories2 ul li a[href="http://smartbudynek.yourtechnicaldomain.com/pl/about/o-nas-30.html"],
#menu_categories2 ul li a[href="/pl/menu/komunikacja-189.html"],
#menu_categories2 ul li a[href="https://smartbudynek.pl/pl/contact.html"] {
  display: none;
}

/*#Filters .filters__toggler:not(.--not-expandable) .btn.--icon-right::before {
  content: "";
}

#Filters .filters__toggler:not(.--not-expandable).--not-expanded .btn.--icon-right::before {
  content: "";
}*/

@media (min-width: 979px) {
  aside.col-3 {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 30px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }

 #Filters .--large,
.filters__options button {
    display: none !important;
  }
}
#menu_categories2 .navbar-nav {
  margin-bottom: 35px;
  margin-left: 0 !important;
  width: 300px;
}

#menu_categories2 .navbar-subnav {
  display: none;
  position: static;
  padding: 0;
  padding-left: 10px;
  height: auto;
  width: 100%;
  overflow: hidden;
}

#menu_categories2 .navbar-subsubnav {
  display: none;
  position: static;
  padding: 0;
  padding-left: 20px;
  height: auto;
  width: 100%;
}

#menu_categories2 .nav-item {
  margin-top: 10px;
}

#menu_categories2 a {
  padding: 0;
  color: #333 !important;
  font-size: 12px;
  text-indent: 6px;
  display: inline !important;
}

#menu_categories2 .nav-link:not(:first-of-type),
#menu_categories2 .plus:not(:first-of-type) {
  display: none !important;
}

#menu_categories2 .nav-link:not(:only-child)::after {
  display: none;
}

#menu_categories2 .plus {
  content: "";
  color: #fe6505;
  font-family: "FontAwesome";
  font-size: 14px;
  font-weight: lighter;
  margin-left: 4px;
  padding-left: 6px;
  padding-right: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

#menu_categories2 .navbar-nav > .nav-item > a {
  font-weight: bold;
  text-transform: uppercase;
  text-indent: 0;
  color: #fb6505 !important;
  font-size: 14px;
  text-indent: initial;
}

#menu_categories2 a[title="O nas"],
#menu_categories2 a[title=Produkty],
#menu_categories2 a[title=Producenci],
#menu_categories2 a[title=Producenci] ~ ul,
#menu_categories2 a[title=Producenci] ~ .plus,
#menu_categories2 a[title=Komunikacja],
#menu_categories2 a[title=Komunikacja] ~ ul,
#menu_categories2 a[title=Komunikacja] ~ .plus,
#menu_categories2 a[title=Kontakt] {
  display: none !important;
}

/* #menu_categories2 .nav-item.active > ul {
    display: block;
} 

#menu_categories2 .nav-link.active ~ ul {
    display: block !important;
} */
#menu_categories2 .nav-item.active > a:first-of-type {
  color: #fb6705;
  border-left: none !important;
}

#menu_categories2 .navbar-nav .nav-item.active a {
  border-left: none !important;
  padding-left: 0 !important;
}

#menu_categories2 ul li a {
  color: #fb6705;
  padding: 0;
  border: none;
  margin: 0;
  line-height: initial;
}

/* karta produktu */
#projector_productname,
#projector_photos,
#projector_form,
#projector_enclosures {
	order: -1;
}

.product_name__name {
  font-weight: bold;
}

.product_name__block.--description {
	display: none;
}

@media (max-width: 979px) {
  .photos___slider_wrapper .slick-list,
.photos___slider_wrapper .photos__photo {
    height: 300px !important;
  }
}
.projector_product_status_wrapper {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 15px;
  padding: 15px 0 15px 0;
  width: 100%;
}

.product_name__action.--shopping-list span {
  text-indent: -155px;
  overflow: hidden;
}

.product_name__action.--shopping-list:before {
  content: "";
  background-image: url("/data/include/cms/menu_icons/heart.png");
  width: 16px;
  height: 16px;
  background-size: cover;
}

.product_name__action.--shopping-list span::after {
  content: " Dodaj do ulubionych";
}

.projector_details__wrapper {
  border-radius: 5px;
}

.projector_details .projector_prices__info :is(.projector_prices__unit_sep, #projector_price_unit){
  display: none;
}

.projector_details .projector_buy__number .f-control,
.projector_details .projector_buy__number .f-dropdown-menu {
  border-radius: 5px;
}

#projector_amount {
  display: none !important;
}

.projector_details .projector_info__item.--stocks {
	display: none;
}

/*#projector_shipping_info {
  margin-top: 10px;
}

.projector_details .projector_status__gfx_wrapper {
	flex-basis: 100%;
	justify-content: left;
}

// DO POPRAWY
.projector_status__gfx_wrapper img[src="/data/lang/pol/available_graph/graph_1_4.png"]::after {
	content: "Produkt dostępny";
}*/

/*#projector_status_description {
  padding-left: 39px;
}*/

/*#projector_shipping_info::before {
	content: "\E879";
	margin-right: 12px;
	color: #999;
	font-family: FontAwesome;
	font-size: 1.3em;
}*/

.projector_price_save_value {
  visibility: hidden;
}

.projector_price_save_percent::after {
  content: "%";
  visibility: visible;
}

.dictionary__param {
  margin-bottom: 0 !important;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.dictionary__param:nth-child(2n) {
  background-color: #eee;
  border-top: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
}

.dictionary__value {
  display: inline-block;
  margin-right: 5px;
}

.dictionary__value::after {
	content: ",";
}

.dictionary__value:last-child:after {
	content: "";
}

#projector_enclosures {
	text-align: center;
}

.enclosures__list {
	justify-content: center;
}

/* karta produktu - zestawy */
.hotspot.--list .product__icon img {
  max-height: 100%;
}

.product__promo.d-flex.flex-wrap.justify-content-md-end,
.product__prices {
  display: block !important;
  text-align: center;
  margin: 0;
}

/* zdjęcia - karta produktu */
.photos__link.--nav {
  border-radius: 5px;
}

#projector_photos .slick-slide img {
  border-radius: 5px;
}

.price.--max,
.price,
.product__promo_info_wrapper {
  margin-left: 0;
}

/* "Dodano do koszyka" - popup */
#dialog_wrapper,
#menu_preloader_add :is(.added__product, .products) {
	border-radius: 5px;
}

/*zainteresują cię także*/
#projector_in_bundle {
  display: none;
}

#products_associated_zone1 .b-lazy.b-loaded {
  max-width: 100%;
  max-height: 100%;
}

.hotspot.--list .product__icon {
  height: 210px;
}

/*.hotspot.--list .product__wrapper {
  height: 100px;
}*/

.product.col-12.px-0.py-1.mb-1.mb-md-0.d-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  text-align: center;
}

#products_associated_zone1 .product .product__wrapper {
  flex-wrap: wrap;
  margin: auto;
}

#products_associated_zone1 .product h3 {
  width: 100%;
}

#products_associated_zone1 .product .product__prices {
  margin: auto;
}

@media(max-width: 757px) {
  #products_associated_zone1 .products {
    flex-wrap: nowrap !important;
    overflow-x: auto;
  }

  #products_associated_zone1 .product {
    flex: 0 0 60%;
  }
}

@media(max-width: 390px) {
  #products_associated_zone1 .product {
    flex: 0 0 80%;
  }
}

.product__icon.d-flex.justify-content-center.align-items-center.p-1.m-0 {
  width: auto;
}

.product__wrapper.pl-2.d-flex.flex-column.justify-content-between.flex-md-row.align-items-md-center {
  display: block !important;
  width: 100%;
}

.product__see.d-none.d-md-block {
  text-align: center;
  margin: 0;
}

.hotspot.--list .product h3 {
  max-width: 100%;
}

.hotspot.--list .product__price_wrapper {
	text-align: center;
}

/*pola tekstowe*/
#product_askforproduct {
  display: none;
}

#opinions_section .big_label {
  display: block;
  text-align: center;
}

/* pro-dots */
#menu_buttons .menu_button_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pro_dot {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

#menu_buttons img {
  display: inline-block;
  height: 50px;
  -webkit-transform: translateY(19px);
  transform: translateY(19px);
}

#menu_buttons span {
  line-height: 50px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  font-size: 120%;
  color: #333;
}

@media (max-width: 979px) {
  #menu_buttons img {
    display: block;
    height: 50px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    margin: auto;
  }

  #menu_buttons span {
    margin-top: 10px;
    line-height: initial;
    text-align: center;
  }
}
@media (max-width: 757px) {
  #menu_buttons .menu_button_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .pro_dot {
    font-size: 10px;
    width: 25%;
    text-align: center;
  }
}
/* social media buttons */
#socialMediaButtons {
  width: 100%;
}

#socialMediaButtons a {
  display: inline-block;
  margin-top: 30px;
  width: 49.5%;
  padding-top: 16%;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

#socialMediaButtons a:hover {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}

#socialMediaButtons .bInstagram {
  background-image: url(https://smartbudynek.pl/data/include/cms/socialMediaButtons/instasmart.png);
}

#socialMediaButtons .bFacebook {
  background-image: url(https://smartbudynek.pl/data/include/cms/socialMediaButtons/fbsmart.png);
  float: right;
}

@media (min-width: 757px) {
  #socialMediaButtons a {
    display: none;
  }
}
/*stopka*/
#footer_links .footer_links#menu_orders,
#footer_links .footer_links#menu_account {
  border: none;
  padding-bottom: 0;
}

#footer_links .footer_links .footer_links_label {
	font-family: "SFFontRegular", sans-serif;
}

#footer_links .footer_links#menu_regulations .footer_links_sub li:nth-child(3) a {
	overflow: hidden;
	width: 115px;
	white-space: nowrap;
}
@media(max-width: 756px) {
#footer_links .footer_links#menu_regulations .footer_links_sub li:nth-child(3) a {
		margin: auto;
	}
}
/* newsletter stopka*/
#links_footer_1 #newsletter_form .row {
  display: block;
}

#links_footer_1 #content {
  font-size: 0.8em;
}

@media (max-width: 757px) {
  #links_footer_1 {
    display: none;
  }
}
#links_footer_1 .big_label,
#links_footer_1 .headline {
  text-align: center;
  display: block;
}

#links_footer_1 #newsletter_form > span {
	font-size: 16px !important;
	color: unset !important;
}

#links_footer_1 #newsletter_form p {
  max-width: 100%;
}

#links_footer_1 .form-group {
  max-width: 100%;
  margin: 10px 0;
}

#links_footer_1 #newsletter_privacy_consent {
  font-size: 0.8em;
}

#links_footer_1 #newsletter_form .newsletter_form .text_to_right {
  padding: 1px 5px;
}

#links_footer_1 .newsletter_button_wrapper {
  max-width: 100%;
}

#links_footer_1 .has-feedback span {
  display: none;
}

#links_footer_1 .form-control-feedback {
  display: block !important;
}

/* cookies disclaimer*/
#ck_dsclr {
  position: fixed !important;
}

#ck_dsclr #ckdsclmrshtdwn {
  border-radius: 5px;
}

/* ----- BLOG ----- */
.blog-list_page aside {
  display: none;
}

.blog-list_page #content {
  max-width: 100%;
  min-width: 100%;
}

.article__block.row {
  width: 1170px;
  margin-left: 0;
  margin-right: 0;
}

.article__item {
  position: relative;
  margin: 5px 0;
  max-height: 385px;
  max-width: 580px;
  overflow: hidden;
  padding: 0;
  background-color: #fe6505;
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
  -webkit-box-shadow: 0 10px 10px -10px white;
  box-shadow: 0 10px 10px -10px white;
  border-radius: 5px;
}

.article__item:nth-child(2),
.article__item:nth-child(4) {
  margin-left: 10px;
}

.article__item:hover {
  -webkit-box-shadow: 0 10px 10px -10px gray;
  box-shadow: 0 10px 10px -10px gray;
}

@media (max-width: 1200px) {
  .article__block.row {
    width: 100%;
  }

  .article__item {
    max-width: 49% !important;
  }

  .article__item:nth-child(2),
.article__item:nth-child(4) {
    margin-left: 2%;
  }
}
@media (max-width: 757px) {
  .article__item {
    max-width: 100% !important;
  }

  .article__item:nth-child(2),
.article__item:nth-child(4) {
    margin-left: 0;
  }
}
.article__image_wrapper {
  max-width: 100%;
  margin: 0;
}

.article__image_wrapper img.b-loaded {
  min-width: 580px;
  min-height: 385px;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -o-object-fit: cover;
  object-fit: cover;
}

.article__item:hover .b-loaded {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}

.article__date_name {
  position: absolute;
  font-size: 150%;
  width: 100%;
  background-color: #fe6505;
  text-align: center;
  padding: 8px;
}

.article__name_wrapper {
  margin: auto;
}

.article__name {
  color: white;
  font-size: 18px;
}

.article__name:hover {
  color: white !important;
}

.article__text {
  display: none;
}

/* ----- O NAS ----- */
#oNas {
  font-size: 130%;
}

#oNas p,
#oNas h1,
#oNas h3,
#oNas img {
  text-align: center;
}

#oNas h1,
#oNas h3 {
  color: #888a8c;
  text-transform: uppercase;
}

#oNas h1 {
  margin: 40px 0;
}

#oNas h1:first-child {
  margin: 0 0 40px 0;
}

#oNas p {
  margin: 0 20%;
}

#oNas span {
  color: #fe6505;
}

#oNas img {
  display: block;
  margin: 40px auto;
}

#oNas #gridContainer {
  display: -ms-inline-grid;
  display: inline-grid;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  width: 100%;
  margin-bottom: 70px;
}

@media (max-width: 979px) {
  #oNas #gridContainer {
    display: block;
  }

  #oNas h3 {
    margin-top: 30px;
  }
}
#oNas #podpis {
  color: #888a8c;
  margin-top: 50px;
}

/* ------ KOSZYK ------ */
.basket__block {
	border-bottom: 1px solid #888 !important;
}

@media (min-width: 979px) {
	.progress__description {
		border-top: 1px solid #888;
	}

	.progress__icon:not(.--mobile) {
		border: 1px solid #888;
	}
}

div.basketedit_summary {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.basketedit_summary_buttons.summary_buttons {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.smile_basket__block.--main,
.btn.service_item,
.has-feedback .form-control {
	border-radius: 5px;
}

/* fixed - social media */
#fixed_socialMedia a {
  position: fixed;
  left: 15px;
  height: 40px;
  width: 40px;
  background-size: contain;
  z-index: 900;
}

#fixed_facebook {
  background-image: url(/data/include/cms/fixed_socialMedia/facebook.png);
  bottom: 65px;
}

#fixed_instagram {
  background-image: url(/data/include/cms/fixed_socialMedia/instagram.png);
  bottom: 15px;
}

#panel_boczny {
  position: absolute;
  right: calc((100vw - 1550px)/2);
  top: 237px;
  height: 530px;
  width: 152px;
  display: block;
  -webkit-box-shadow: 0 15px 40px #c6c6c6;
  box-shadow: 0 15px 40px #c6c6c6;
  border-radius: 20px;
  z-index: 800;
}
#footer_links .footer_links {
    margin-bottom: 35px;
}

/* responsywne wideo */
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.v-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/* ----- Smartbudynek ----- */

@media (max-width: 764px){
    .ceneo-widget-responsive{
    display: none !important;
}
}

.--freeShipping:not(.order_process) #container:not(.payment_tunnel) .freeShipping {
    display: none;
}    


.projector_details .projector_buy__number_amounts  {
    
    display: none !important;
    
}    

.projector_buy__number_amounts  {
    
    display: none !important;
    
}

#contact_contact h2.big_label:before {

  content: "Adres zwrotów"; 
  color: black;
  
} 

#contact_contact h2.big_label {

  color: white;
  
}

.traits__gfx.b-lazy.b-loaded {
    max-height: 34px;
}    

.dictionary__img.--value.b-lazy.b-loaded {
    display: none;
}

.traits__label {
 width: 75px;
 min-width: 75px;
}