.kolor-drewna-row-wrapper{
	margin-left:15px;
	margin-right:15px;
	margin-bottom:15px;
}
.kolor-drewna{
	float:left;
}
.kolor-drewna{
	float:left;
}.popup-images-list{
	display: none;
}
.classic-items-list{
	list-style-type: disc; 
	list-style-position: outside; 
	padding-left: 16px; 
	color: #7a7a7a;
}

/* frame for images on products lists */

.thumbnail-container{
	border: 1px solid #ededed;
}

@media (min-width: 992px) {
	.searchtoggle{
		/* color: #FFFFFF !important;*/
		background: #ffffff;
		border: 1px solid #e5e5e5;
		position: absolute;
		z-index: 17;
	}

	#header .blockcart .shopping_cart{
		background: #ffffff;
		border: 1px solid #e5e5e5;
		position: absolute;
	 
	   z-index: 17;
	}
}

#_desktop_top_menu{
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

#search_widget{
	padding-top: 18px !important;
	padding-bottom: 18px !important;
}

#contact-form-text{
	font-size: 1.125rem;
	text-align: center;
}

.phone-link{
	color: #ffac42;
}

.collapse-container{
	background-color: #f6f6f6;
	margin-bottom: 16px;
}

.collapse-header{
	padding: 24px;
	cursor: pointer;
	display: flex;
}

.collapse-header > h2{
	margin-bottom: 0px;
	width: 100%;
}

.collapse-flip {
  transform: rotate(-180deg);
}

.collapse-details{
	margin-left: 16px;
	margin-right: 16px;
	padding-bottom: 2px;
	line-height: 1.7;
	color: #4d4d4d; 
	font-weight: 300; 
	font-size: 1rem;
}

.collapse-details > ul {
	list-style: none;
}

.collapse-details > ul > li {
	position: relative;
	padding-left: 35px;
}

.collapse-details > ul li:before {
	left: 0px;
	content: '✓';
	position: absolute;
}

.table-bordered th, .table-bordered td {
  border:1px solid #ebebeb;
}

.btn-orange {
	height: 40px;
	padding: 10px 8px;
	line-height: inherit;
	border-color: #f47b00;
	background: #f47b00;
	color: #ffffff; 
}
.btn-orange:hover {
	border-color: #f47b00;
	background: #ffffff;
	color: #f47b00; 
}
.btn-orange .material-icons {
	line-height: inherit; 
}
	
	
.mobile-bar{
	background-color: #f47b00;
	height: 56px;
    align-items: center;
	-webkit-box-align: center;
	justify-content: space-between;
}

@media (max-width: 991px){
	.mobile-bar{
		display:flex;
		z-index:998;
	}
}

@media (min-width: 992px) {
	.mobile-bar{
		display:none;
	}
}

@media (max-width: 991px){
	.desktop-only{
		display:none;
	}
}

@media (max-width: 991px){
	.search-widget-inner{
		position: static;
	}
	.searchtoggle{
		background: none;
		border: 0px;
		color:white !important;
	}
	.shopping_cart{
		background: none;
		border: 0px;

	}
	.shopping_cart > a:before{
		color:white !important;
	}
}

#_mobile_cart{
	margin: 0px;
}
@media (max-width: 991px){
	.listing-product-title{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		line-height: 1em;     /* fallback */
		max-height: 2em;      /* fallback */
		-webkit-line-clamp: 2; /* number of lines to show */
		-webkit-box-orient: vertical;
	}
}

.thumbs-container{
	height: 102.5px;
}

.video-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%; }

@media (min-width: 992px){
	.mobile-only{
		display:none;
	}
}


.cookies-popup {
	font-size: 12px;
	position: fixed;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1999;
  
	padding: 10px;
	display: none;
  
	background: #333333;
	color: #999999;
  
  }
  .cookies-popup-body{
	display: flex;
  }
  .cookies-popup-body .cookies-text{
	flex-grow: 1;
  }
  .cookies-popup p{
   margin: 0;
  }
  .cookies-popup h4{
	font-size: 13px;
  }
  .cookies-popup a{ 
	color: #bbbbbb;  
  }
  @media (min-width: 768px) {
	.cookies-popup-body{
	  flex-direction: row;
	  align-items: center;
	}
  }
  @media (max-width: 767.99px) {
	.cookies-popup-body{
	  flex-direction: column;
	  align-items: center;
	}
	.cookies-popup button{ 
	  margin-top: 8px;
	}
  }
  