body {
  background-color:#f3f3f3 !important;
}

footer {
	margin-bottom: -20px;
    padding-bottom: 20px;
}

/* Trust widget */
#trusted-shops-widget {
	transition: right 0.5s ease 0.3s;
    width: 149px;
    position: fixed;
    right: -121px;
    top: 252px;
    z-index: 10000;
    display: block;
}

#trusted-shops-widget:hover {
	right:-70px;
}

#trusted-shops-widget:before {
	content:'';
	display:inline-block;
	background:url('/upload/trusted-shops-rev-icon.svg');
	width:28px;
	height:56px;
	background-size:cover;
	background-color: #ffffff;
    border-radius: 4px 0 0 4px;
	cursor:pointer;
	float:left;
}

#trusted-shops-widget-inner {
	float:left;
	padding:10px;
	border-radius: 0 0 0 4px;
	background-color:#ffffff;
}

@media (max-width:650px) {
	#trusted-shops-widget,
	#trustbadge-container-98e3dadd90eb493088abdc5597a70810 {display:none !important; }
}

.tkanina.force-show { cursor: pointer; }

.material_picker { 
  position: relative;
  z-index: 9999; 
}

#box_productfull .tkanina3{
    height: 60px;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 16px;
    font-weight: 300;
    color: #828282;
} 

#box_productfull .tkanina3:not(.force-show){
    display: none !important;
}

/* Poradnik */
#shop_infopage38 .boxhead,
#shop_infopage39 .boxhead,
#shop_infopage40 .boxhead {
	display:none;
	margin-top:50px;
}

#poradnik {
	border: 1px solid #000000;
	padding-bottom:80px;
    margin: 50px 10px 50px 10px;
}

#poradnik h3 {
	text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    background: #f3f3f3;
    margin: -18px auto;
    /* padding: 0 150px 0 150px; */
    width: 300px;
}

#poradnik h2 {
	text-align: center;
    font-size: 30px;
    font-weight: 500;
    color: #000;
    padding: 30px 0 15px 0;
}

#poradnik p {
	padding: 0 50px 0 50px;
    font-weight: 400;	
}

#poradnik p.poradnik-center {
	text-align: center;
}

#poradnik .poradnik-img img {
	margin: 80px auto;
    width: 100%;
    height: auto;
    display: block;
}

#poradnik h4 {
	padding: 0 50px 0 50px;
	color:#000000;
    margin: 30px 0 10px 0;
}

#poradnik ul {
	list-style:none;
	padding:0px;
	margin:70px auto;
	text-align:center;
}

#poradnik ul li {
	display:inline-block;
	margin:0 50px 0 50px;
}

#poradnik ul li a img {
	width:40px;
	height:40px;
}

#poradnik a.main-link {
	text-align:center;
	font-size:24px;
	margin:10px 0 80px 0;
	display:block;
}

#poradnik h4.center-header-poradnik {
	text-align:center;
	margin-top:50px;
}

#poradnik a {
	color:#000000;
}

#poradnik ol {
	padding-left: 80px;
    margin-top: 30px;
    color: #555;
    font-weight: 400;
}

#poradnik ol li {
	margin-bottom:10px;
}
/* end Poradnik */

.home-product-owl .box_mamezi_product .products .product .prodimage, #box_productrelated .prodimage, .owl-carousel-box-mamezi .products .product .prodimage, #home_categories_images .home-categories-images-imgwrap {
    background: none !important;
}

#ceneo-widget #widget-handler {
    display: block !important;
}

li#hcategory_75 {
  display:none;
}

/* Regulamin - 19.11.2020 */
.regulations {
	max-width:100%;
	font-family: 'Poppins', sans-serif;
	padding:30px;
	background:#fff;
	margin-bottom:50px !important;
}

.regulations h2, 
.regulations h3, 
.regulations h4, 
.regulations p,
.regulations .f-grid-11,
.regulations .f-grid-1,

.regulations strong,
.regulations a,
.regulations u,
.regulations .formReject{
	font-family: 'Poppins', sans-serif !important;
	line-height:1.6;
}

.regulations h1 {
	text-align: center;
    font-size: 3em;
    font-weight: 400;
    line-height: 1em;
	font-family: 'Poppins', sans-serif;
	padding:50px;
}

.regulations p.italic {
	text-align: center;
    font-style: italic;
    margin: 30px;
	font-family: 'Poppins', sans-serif;
}

.regulations .bigTitle {
	font-size: 18px;
    font-weight: 700;
    margin-top: 30px;
	font-family: 'Poppins', sans-serif;

}

.regulations ul,
.regulations ol {
	padding: 30px;
}

.regulations img {
	text-align:center;
	margin: 50px auto;
    display: block;
}

.regulations .formReject h3,
.regulations .formReject h4,
.regulations .formReject h5 {
	text-align:center;
	font-size:18px;
}

.dim-info {
	float:right;
	font-weight: 300;
    border-bottom: 1px solid #dedede;
    padding: 0px 10px 10px 100px;
    border-right: 1px solid #dedede;
}

.regulations .f-row {
    width: 100%;
	margin-bottom:30px;
	display:block;
	float:left;
}

.regulations .f-row .f-grid-1 {
    width: 6.38297872%;
	display: block;
    float: left;
}

.regulations .f-row .f-grid-11 {
    width: 91.4893617%;
	display: block;
    float: left;
}

.regulations .f-row .f-grid-12 {
    width: 100%;
	display: block;
    float: left;
}

/* No-Movie-img */

.object-fit_fill { object-fit: fill }
.object-fit_contain { object-fit: contain }
.object-fit_cover { object-fit: cover }
.object-fit_none { object-fit: none }
.object-fit_scale-down { object-fit: scale-down }

.cover-img img { 
	height: 600px;
    width: 100%;
    object-fit: cover;
}

.cover-img img[class] { 
  width: 100%;
}

.image {
  float: left;
  width: 40%;
  margin: 0 30px 20px 0;
  
  &:nth-child(2n) {
    clear: left;
  }
  
  &:nth-child(2n+1){
    margin-right: 0;
  }
}

/* end No-Movie-img */

/* Konfigurator */
/* #shop_category9999 #box_mainproducts */
@media screen and (min-width: 1100px) {
	#shop_category9999 #box_mainproducts > div:not(.innerbox), #shop_category9999 #box_mainproducts .innerbox > div {
		padding:inherit;
		max-width: 100%;
	}
}

#shop_category9999 .alert {display:none !important;}

#shop_infopage42 footer,
#shop_category9999 footer {
	clear:both;
}

#shop_infopage42 .box_infopage, 
#shop_category9999 #box_mainproducts,
#shop_category9999 #box_mainproducts #konfigurator {
    margin: 0 auto;
    max-width: 100%;
	padding:0 0 !important;
}

#konfigurator {
	position: relative;
	color: #fff;
	width: 100%;
	text-align: center;
	overflow: hidden;
	min-height:800px;
	margin-top:-50px;
}

@media screen and (max-width: 480px) {
	#konfigurator {
		min-height:550px;
 		margin-top:0px;
	}
}

#konfigurator #myVideo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	z-index: -1;
	object-position: center;
	object-fit: cover;
}

#konfigurator .content {
	position: absolute;
	top: 35%;
	left:7%;
	color: #fff;
	font-size: 16px;
    line-height: 24px;
    font-weight: 300;
	max-width: 400px;
	text-align:left;
}

#konfigurator .content a {
	color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    border: 1px solid #f1f1f1;
    display: inline-block;
    padding: 16.5px 61px;
    margin: 30px 0 0 0;
    transition: 200ms;
	cursor:pointer;
}
#konfigurator .content a:hover {
	opacity: 0.5;
}

#konfigurator .content h1 {
	font-size: 28px;
    line-height: 40px;
    letter-spacing: 0.5px;
    font-weight: 200;
    color: #fff;
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 28px;
}

#konfigurator .content h1:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 158px;
    display: inline-block;
    height: 1px;
    background: #fff;
}

#konfigurator-txt {
	text-align: center;
    padding: 60px !important;
}

@media screen and (min-width: 481px) and (max-width: 1025px) {
	#konfigurator-txt {
    	padding: 50px !important;
	}
}

@media screen and (max-width: 480px) {
	#konfigurator-txt {
    	padding: 30px !important;
	}
}

#konfigurator-txt h4 {
	text-transform:uppercase;
	font-weight:300;
	letter-spacing:1px;
	margin-bottom:30px;
}

#konfigurator-txt h2 {
	font-size: 36px;
    line-height: 40px;
    letter-spacing: 0.5px;
    font-weight: 200;
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 28px;
}

#konfigurator-txt p {
	padding: 0 20rem;
	font-weight:300;
}

@media screen and (min-width: 481px) and (max-width: 1025px) {
	#konfigurator-txt p {
		padding: 0 2rem;
		text-align:center;
	}
}

@media screen and (max-width: 480px) {
	#konfigurator-txt p {
		padding: 0 1rem;
		text-align:center;
	}
}

.dunorter {
	width:90%;
	float:right;
	background:#fff;
	margin-bottom:80px !important;
	position:relative;
}

.fjord {
	width:90%;
	float:left;
	background:#fff;
	margin-bottom:80px !important;
	position:relative;
}

.dunorter .dunorter-txt,
.fjord .fjord-txt {
	width:50%;
	float:left;
	padding:50px;
}
@media screen and (min-width: 480px) {
	.fjord .fjord-txt {
		position:relative;
		left:50%;
	}
}
.dunorter .dunorter-txt p,
.fjord .fjord-txt p {
	font-weight: 300;
	font-size:14px;
	line-height: 25.2px;
}

.dunorter .dunorter-txt h3,
.fjord .fjord-txt h3 {
	font-size: 28px;
    line-height: 40px;
    letter-spacing: 0.5px;
    font-weight: 200;
    position: relative;
    margin-bottom: 30px;
}

.dunorter .dunorter-txt a,
.fjord .fjord-txt a {
	color: #4f4f4f;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    border: 1px solid #4f4f4f80;
    display: inline-block;
    padding: 16.5px 61px;
    margin: 30px 0 0 0;
    transition: 200ms;
	cursor:pointer;
}

.dunorter .dunorter-txt a:hover,
.fjord .fjord-txt a:hover {
    opacity: 0.5;
}

.dunorter .dunorter-img,
.fjord .fjord-img {
	width:50%;
	display:inline-block;
	
}

.dunorter .dunorter-img {
	background: url('/upload/konfigurator/dunorter-baner.png');
    position: absolute;
    height: 100%;
    object-fit: cover;
    background-position: center center;
    background-size: cover;
}

.fjord .fjord-img {
	background: url('/upload/konfigurator/fjord-baner.png');
    position: absolute;
    height: 100%;
    object-fit: cover;
    background-position: center center;
    background-size: cover;
}

.dunorter-conf .fjord .fjord-img {
	background: url('/userdata/public/assets/2022/products/54-dunorter/Scs_HOMEPAGE_Scandic-sofa-aranzacje-24.jpg');
	background-size: contain;
}

.fjord-conf .dunorter .dunorter-img {
	background: url('/upload/konfigurator/fjord-baner.png');
	background-position: center right;
	background-size: contain;
}

.fjord-conf .fjord .fjord-img {
	background: url('/userdata/public/assets/2022/products/54-fhord/fjord-second-module.jpg');
	background-size: cover;
	background-position:center;
}

#konfigurator .clearfix {
	clear:both;
}

@media screen and (max-width: 480px) {
	.dunorter .dunorter-txt a,
	.fjord .fjord-txt a {
		display:none;
	}
	
	.dunorter {
		width:100%;
		float:none;
	}

	.fjord {
		width:100%;
		float:none;
	}

	.dunorter .dunorter-txt,
	.fjord .fjord-txt {
		width:100%;
		float:none;
		padding:30px;
		text-align:center;
	}
	
	.dunorter .dunorter-txt h3,
	.fjord .fjord-txt h3 {
		text-align:center;
	}
	
	.dunorter .dunorter-img,
	.fjord .fjord-img {
		width:100%;
		float:none;
		margin-bottom:30px;
		position:relative;
		height:200px
	}
	
}

.conf-width-wrapper {
	max-width: 100% !important;
    padding: 0 !important;
}

.conf-width-inner-wrapper {
	max-width: 1550px;
    padding: 25px;
	margin:0 auto;
}

.fjord-txt table tr td:first-child {
    font-size: 14px;
    font-weight: 400;
    line-height: 25.2px;		
}

.fjord-txt table tr td:first-child {
	padding-right: 30px;
    font-weight: 300;
}

.fjord-conf .conf-row {
	max-width: 1550px;
    margin: 0 auto 60px auto;
}

.conf-flex-small {
    width: 24%;
    min-width: 195px;
    padding: 20px;
    max-width: 274px !important;
	background:#fff;
}
/* end Konfigurator */

/* Moje Konto */
.shop_panel .main .container {
	max-width: 100% !important;
	margin: 0 auto;
	padding: 0 !important;
}

.shop_panel .main .container #box_panel {
  max-width: 100%;
  margin: 40px 0;
}

.shop_panel .boxhead {
	margin-bottom:10px;
}

.shop_panel .grey-line {
	height: 1px;
	background: #bdbdbd;
}

.orders.payable {
	max-width: 1000px;
    margin: 60px auto;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    padding: 30px;
}

.shop_panel #box_panel .orders > div {
	text-align:center;
	font-size:18px;
	font-weight:400;
	color:#4f4f4f;
}

.shop_panel #box_panel .orders .id a {
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
    margin-right: 5px;
}

.shop_panel #box_panel .orders .id .smalldate {
    color: #5f5f5f;
    font-size: 14px;
}

.shop_panel #box_panel .orders .order-flex-wrap > .sum {
    min-width: 118px;
    font-size: 16px;
    font-weight: 400;
}

.shop_panel #box_panel .orders .order-flex-wrap > .status {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

.shop_panel #box_panel .orders .order-flex-wrap {
	display:block !important;
}

.orders.payable h4,
.shop_panel h4.separator {
	font-size:18px !important;
	font-weight:600 !important;
	text-transform:uppercase;
	margin-bottom:30px !important;
}

.shop_panel #box_panel p {
	text-align:center;
	font-size:18px;
	font-weight:400;
	color:#4f4f4f;
}

.shop_panel a.editprofile,
.shop_panel a.logout,
.shop_panel a.editaddresses {
	margin-top:30px !important;
}

.shop_panel a.changepass,
.shop_panel a.editaddresses{
	margin-bottom:50px !important;
}

.shop_panel a.editprofile,
.shop_panel a.changepass,
.shop_panel a.editaddresses,
.shop_panel a.logout {
	display:block;
	width:420px;
	margin:0 auto;
	height:60px;
	line-height:60px !important;
	font-size:20px !important;
	font-weight:400 !important;
	font-family:'Montserrat', sans-serif;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-align:center;
	text-decoration:none !important;
}

@media screen and (max-width: 480px) {
	.shop_panel a.editprofile,
	.shop_panel a.changepass,
	.shop_panel a.editaddresses,
	.shop_panel a.logout {
		width:340px;
	}
}

.shop_panel a.editprofile,
.shop_panel a.editaddresses {
	background:#4f4f4f;
	color:#ffffff;
}

.shop_panel a.changepass,
.shop_panel a.logout {
	border:1px solid #4f4f4f;
	color:#4f4f4f;
}

.shop_panel a.editprofile:hover,
.shop_panel a.editaddresses:hover,
.shop_panel a.changepass:hover,
.shop_panel a.logout:hover {
	opacity:0.5;
}
/* end Moje Konto */

@media screen and (min-width: 980px) {
	#shop_category68 .categorydesc {
		margin: 30px auto !important;
	}
}

/* Formy Platnosci, Czas dostawy, Wspolpraca, Probnik */
#shop_infopage2 .box_infopage,
#shop_infopage4 .box_infopage,
#shop_infopage5 .box_infopage, 
#shop_infopage8 .box_infopage, 
#shop_infopage19 .box_infopage,
#shop_infopage20 .box_infopage,
#shop_infopage21 .box_infopage,
#shop_infopage15 .box_infopage,
#shop_infopage22 .box_infopage,
#shop_infopage23 .box_infopage {
    max-width: 100% !important;
	margin: 0 auto;
	padding: 0 !important;
}

#shop_infopage2 .boxhead,
#shop_infopage4 .boxhead,
#shop_infopage5 .boxhead,
#shop_infopage19 .boxhead,
#shop_infopage20 .boxhead,
#shop_infopage21 .boxhead,
#shop_infopage15 .boxhead,
#shop_infopage22 .boxhead,
#shop_infopage23 .boxhead {
	padding-bottom:0px !important;
}

#shop_infopage2 .grey-line,
#shop_infopage4 .grey-line,
#shop_infopage5 .grey-line,
#shop_infopage19 .grey-line,
#shop_infopage20 .grey-line,
#shop_infopage21 .grey-line,
#shop_infopage15 .grey-line,
#shop_infopage22 .grey-line,
#shop_infopage23 .grey-line {
	height: 1px;
	background: #bdbdbd;
	margin-top:50px;
}

#shop_infopage4 h4,
#shop_infopage19 h4.separator,
#shop_infopage20 h4.separator,	
#shop_infopage21 h4.separator,	
#shop_infopage15 h4.separator {
	font-size:18px !important;
	font-weight:600 !important;
	text-transform:uppercase;
	margin-bottom:30px !important;
	text-align:center;
	margin-top:60px;
}






#shop_infopage2 #infopage2p,
#shop_infopage5 #infopage5 p,
#shop_infopage19 #infopage19 p,
#shop_infopage22 #infopage22 p,
#shop_infopage23 #infopage23 p {
	text-align:center;
	font-size:18px;
	font-weight:400;
	color:#4f4f4f;
	max-width:800px;
	margin:0 auto;
}

#shop_infopage20 h4,
#shop_infopage21 h4 {
	max-width:1200px;
	margin:60px auto;
}

#shop_infopage20 #infopage20 p,
#shop_infopage21 #infopage21 p {
	text-align:left;
	font-size:18px;
	font-weight:400;
	color:#4f4f4f;
	max-width:1200px;
	margin:0 auto;
}

#shop_infopage20 #infopage20 ul,
#shop_infopage20 #infopage20 ol,
#shop_infopage21 #infopage21 ul,
#shop_infopage21 #infopage21 ol{
	list-style: normal;
    padding-left: 30px;
    margin: 15px auto;
	max-width:1200px;
}

#shop_infopage20 #infopage20 table,
#shop_infopage21 #infopage21 table {
	max-width:1200px;
	margin:0 auto;
}

#shop_infopage20 #infopage20 table td,
#shop_infopage21 #infopage21 table td {
	padding-right:30px;
}

#shop_infopage2 #infopage2 ol,
#shop_infopage5 #infopage5 ol {
	max-width: 1000px;
    margin: 60px auto;
    text-align: center;
	list-style:none;
	padding:0 30px;
}

#shop_infopage2 #infopage2 ol li,
#shop_infopage5 #infopage5 ol li {
	margin-bottom:22px;
	font-size:18px;
	font-weight:400;
	line-height:25px;


	font-family:'Poppins', 'Montserrat', sans-serif;
	color:#333333;
}

#shop_infopage19 a.raty-agricole {
	display:block;
	width:420px;
	margin:0 auto 60px auto;
	height:60px;
	line-height:60px !important;
	font-size:20px !important;
	font-weight:400 !important;
	font-family:'Montserrat', sans-serif;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-align:center;
	text-decoration:none !important;
	border:1px solid #4f4f4f;
}

#shop_infopage19 a.raty-agricole:hover {
	opacity:0.5;
}

#shop_infopage19 img.online-transfer {
	margin: 50px auto 0 auto;
    text-align: center;
    display: block;
    background: #fff;
    border-radius: 10px;
    padding: 20px 42px;
}

#shop_infopage19 #infopage19 ul {
	text-align:center;
	list-style:none;
}

#shop_infopage19 .raty-inner-box {
	max-width:800px;
	margin:60px auto;
	background-color:#fff;
	border-radius:10px;
	padding:44px 50px;
}

#shop_infopage19 .raty-inner-box h4 {
	margin-top:30px;
}

#shop_infopage19 .raty-inner-box p {
	text-align:left !important;
}

#shop_infopage19 #infopage19 ul {
	text-align:center;
	font-size:18px;
	font-weight:400;
	color:#4f4f4f;
	margin:30px;
}

#shop_infopage19 .raty-inner-box ul {
	text-align:left !important;
	margin: 10px 30px 30px 30px !important;
	list-style:initial !important;
}

#shop_infopage4 .delivery-box {
	background-color:#fff;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	max-width:1300px;
	margin:60px auto;
	display:flex;
}

#shop_infopage15 .cooperation-box {
	max-width:1300px;
	margin:60px auto;
	display:flex;
}

#shop_infopage15 .cooperation-box .cooperation-txt {
	margin-left:60px;
}

#shop_infopage15 .cooperation-box .cooperation-txt ul {
	margin-left:30px;
	font-size:16px;
	font-weight:400;
	line-height:32px;
	font-family:'Poppins', 'Montserrat', sans-serif;
}

#shop_infopage15 .cooperation-box .cooperation-txt .cooperation-small-box {
	display:flex;
	background:#ffffff;
	border-radius:10px;
	margin-top:50px;
}

#shop_infopage15 .cooperation-box .cooperation-txt .cooperation-small-box .cooperation-small-box-img img {
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	display:block;
}

#shop_infopage15 .cooperation-box .cooperation-txt .cooperation-small-box .cooperation-small-box-txt {
	padding:10px 20px;
}

#shop_infopage15 .cooperation-box .cooperation-txt .cooperation-small-box .cooperation-small-box-txt h5 {
	font-family:'Poppins', 'Montserrat', sans-serif;
	font-weight:600;
	font-size:18px;
	line-height:27px;
}

#shop_infopage15 .cooperation-box .cooperation-txt .cooperation-small-box .cooperation-small-box-txt h6 {
	font-family:'Poppins', 'Montserrat', sans-serif;
	font-weight:400;
	font-size:18px;
	line-height:27px;
	text-transform:uppercase;
}

#shop_infopage15 .cooperation-box .cooperation-txt p {
	font-family:'Poppins', 'Montserrat', sans-serif;
	font-weight:400;
	font-size:16px;
	line-height:26px;
	margin:30px 0;
}

#shop_infopage15 .cooperation-box .cooperation-txt .cooperation-small-box .cooperation-small-box-txt p {
	font-family:'Poppins', 'Montserrat', sans-serif;
	font-weight:400;
	font-size:16px;
	line-height:26px;
	margin:3px 0;
}

#shop_infopage15 .cooperation-box .cooperation-txt a.cooperation-link {
	border: 1px solid #333333;
	box-sizing: border-box;
	border-radius: 50px;
	display:block;
	width:420px;
	height:60px;
	line-height:60px;
	text-align:center;
}
	
#shop_infopage15 .cooperation-box .cooperation-txt a.cooperation-link:hover {
	opacity:0.5;
}

#shop_infopage4 .delivery-box .delivery-img {
	margin-bottom: -7px !important;
}
#shop_infopage4 .delivery-box .delivery-txt {
	width:60%;
	padding:30px 50px;
}

#shop_infopage4 .delivery-box .delivery-txt h4,
#shop_infopage4 .delivery-icon-list .delivery-icon-box .delivery-icon-txt h5 {
	font-family:'Poppins', 'Montserrat', sans-serif;
	font-weight:600;
	font-size:18px;
	line-height:25px;
	color:#4f4f4f;
	text-transform:uppercase;
}

#shop_infopage4 .delivery-box .delivery-txt h4,
#shop_infopage15 .cooperation-box .cooperation-txt h4 {
	text-align:left;
	margin-top:0px !important;
	margin-bottom:22px !important;
}
	
#shop_infopage4 .delivery-box .delivery-txt p,
#shop_infopage4 .delivery-icon-list .delivery-icon-box .delivery-icon-txt p {
	font-family:'Poppins', 'Montserrat', sans-serif;
	font-weight:400;
	font-size:16px;
	line-height:25px;
	color:#333333;
}

#shop_infopage4 .delivery-icon-list {
	max-width:1000px;
	margin:30px auto;
}

#shop_infopage4 .delivery-icon-list .delivery-icon-box {
	margin-bottom:42px;
	display:flex;
}

#shop_infopage4 .delivery-icon-list .delivery-icon-box .delivery-icon-txt h5 {
	margin-bottom:22px;
}

#shop_infopage4 .delivery-icon-list .delivery-icon-box .delivery-icon {
	width:200px;
	padding:0 50px;
}

#shop_infopage4 .delivery-icon-list .delivery-icon-box .delivery-icon-txt {
	width: 70%;
}

#shop_infopage22 a.sampler-btn {
	border: 1px solid #333333;
	box-sizing: border-box;
	border-radius: 50px;
	display:block;
	width:420px;
	height:60px;
	line-height:60px;
	text-align:center;
	margin:30px auto 130px auto;
}
	
#shop_infopage15 a.sampler-btn:hover {
	opacity:0.5;
}

@media screen and (min-width: 481px) and (max-width: 1024px) {
	#shop_infopage4 .delivery-box .delivery-img {
		display:none;
	}
	
	#shop_infopage4 .delivery-box .delivery-txt {
		width:100%;
		padding:30px;
	}
}

@media screen and (max-width: 480px) {
	#shop_infopage19 a.raty-agricole {
		width:340px;
	}
	
	#shop_infopage19 #infopage19 p {
		padding:0 30px;
	}
	
	#shop_infopage19 .raty-inner-box {
		padding:15px;
		text-align:center;
		margin-left:10px;
		margin-right:10px;
	}
	
	#shop_infopage4 .boxhead,
	#shop_infopage19 .boxhead {
    	margin-top: 30px;
	}
	
	#shop_infopage4 .delivery-box {
		background-color:#fff;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		margin:30px;
		display:block;
	}
	
	#shop_infopage4 .delivery-box .delivery-txt {
		width:100%;
		padding:30px;
	}
	
	#shop_infopage4 .delivery-icon-list .delivery-icon-box {
		padding:0 30px 0 30px;
	}
	
	#shop_infopage4 .delivery-icon-list .delivery-icon-box .delivery-icon {
    	width: 120px;
    	padding: 0;
	}
	
	#shop_infopage15 .cooperation-box {
		margin:60px 30px;
		display:inherit;
	}
	
	#shop_infopage15 .cooperation-box .cooperation-txt {
    	margin-left: 0;
	}
	
	#shop_infopage15 .cooperation-box .cooperation-txt a.cooperation-link { width:320px; }
	
	#shop_infopage15 .cooperation-small-box-img { display:none; }
}
/* end Formy Platnosci, Czas dostawy */

/* Banner Bed's */
.bed-banner {
	background: url('https:/scandicsofa.pl/userdata/public/assets/2022/pages/bed-banner-bcg.png');
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-position: top center;
	background-size: cover;
	padding: 30px !important;
	margin: 30px auto !important;
    max-width: 1440px !important;
}
	
.inner-bed-banner {
	background-color:rgba(255, 255, 255, 0.9);
	padding: 30px;
	width: 40%;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-weight: 300;
    font-size: 14px;
    color: #474747;
}

@media screen and (max-width: 1500px) {
	.bed-banner {
		margin:30px !important;
	}
}

@media screen and (max-width: 1080px) {
	.inner-bed-banner {
		width: 100%;
		
	}
}

@media screen and (max-width: 730px) {
	.inner-bed-banner {
		width: 100%;
		text-align:center;
	}
}
/* Banner Bed's */

/* Blog */
#box_article .article-container .article-name {
    text-align: center;
    font-size: 28px;
    line-height: 50.4px;
    display: block;
    margin-bottom: 80px;
    color: #4F4F4F;
	font-weight:300;
}

#box_article .article-container .article-content p {
    font-size: 16px !important;
}

#box_article .article-container .article-content p a {
	font-size:16px;
	font-weight:700;
}
/* end Blog */


.logo-bar .menu.row .menu-list > li#hcategory_38 > .link-wrap > a > span::before{
    background:url('/userdata/public/assets/scandicsofa/categories/226x120/ScS_mobile-kategoria_226x120px-sofa.jpg') transparent no-repeat;
    background-size:contain;
}
.logo-bar .menu.row .menu-list > li#hcategory_46 > .link-wrap > a > span::before,
.logo-bar .menu.row .menu-list > li#hcategory_82 > .link-wrap > a > span::before {
    background:url('/userdata/public/assets/scandicsofa/categories/226x120/ScS_mobile-kategoria_226x120px-naroznik.jpg') transparent no-repeat;
    background-size:contain;
}
.logo-bar .menu.row .menu-list > li#hcategory_50 > .link-wrap > a > span::before{
    background:url('/userdata/public/assets/scandicsofa/categories/226x120/ScS_mobile-kategoria_226x120px-lozko.jpg') transparent no-repeat;
    background-size:contain;
}
.logo-bar .menu.row .menu-list > li#hcategory_54 > .link-wrap > a > span::before{
    background:url('/userdata/public/assets/scandicsofa/categories/226x120/ScS_mobile-kategoria_226x120px-fotel.jpg') transparent no-repeat;
    background-size:contain;
}
.logo-bar .menu.row .menu-list > li#hcategory_53 > .link-wrap > a > span::before{
    background:url('/userdata/public/assets/scandicsofa/categories/226x120/ScS_mobile-kategoria_226x120px-krzeslo.jpg') transparent no-repeat;
    background-size:contain;
}
.logo-bar .menu.row .menu-list > li#hcategory_57 > .link-wrap > a > span::before{
    background:url('/userdata/public/assets/scandicsofa/categories/226x120/ScS_mobile-kategoria_226x120px-puf.jpg') transparent no-repeat;
    background-size:contain;
}
.logo-bar .menu.row .menu-list > li#hcategory_61 > .link-wrap > a > span::before{
    background:url('/userdata/public/assets/scandicsofa/categories/226x120/ScS_mobile_kategoria-menu-poduszka-akcesoria.jpg') transparent no-repeat;
    background-size:contain;
}

.logo-bar .menu.row .menu-list > li#hcategory_66 > .link-wrap > a > span::before{
    background:url('/userdata/public/assets/scandicsofa/categories/226x120/kategoria-art-mobile.jpg') transparent no-repeat;
    background-size:contain;
}

.logo-bar .menu.row .menu-list > li#hcategory_34 > .link-wrap > a > span::before{
    background:url('/userdata/public/assets/scandicsofa/categories/ScS_mobile_kategoria-menu-poduszka-akcesoria.jpg') transparent no-repeat;
    background-size:contain;
}



* {
	font-family: 'Public Sans', sans-serif !important;
	color:#000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* TOP */
.top-links-wrap #links-top {
    background: #6B8476;
}

@media screen and (min-width: 1110px) {
	.links-top-container {
		margin: 0 auto;
		height: 38px;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}

	.links-top-container a {
		font: normal normal 300 13px/18px Public Sans;
		letter-spacing: 0.26px;
		color: #FFFFFF;
		margin: 0 5px;
		padding: 0 10px;
		text-transform: uppercase;
	}
	
	.links-top-container a:hover {
		-webkit-text-stroke: 0;
		opacity:0.75;
	}
}

@media screen and (min-width: 768px) {
	header {
		background: white;
		margin: 30px;
		border: 1px solid #d1d1d1;
		-webkit-border-radius: 15px;
		border-radius: 15px;
		z-index: 10;
	    position: relative;
	}
	
	.menu a, .menu span {
    	font: normal normal 300 15px/30px Public Sans;
		letter-spacing: 0.3px;
		color: #000000;
		opacity: 1;
	}
	
	.menu .innermenu {
		height: 53px;
		line-height: 53px;
		position: relative;
		z-index: 1;
		padding: 0;
	}
	
	.menu .innermenu .menu-list > li:hover > div:after {
		content: '';
		background: white;
		position: absolute;
		width: 96.5vw;
		height: 100%;
		z-index: -1;
		margin: -6px 30px 0 30px;
		border-right: 1px solid #d1d1d1;
		border-left: 1px solid #d1d1d1;
		border-bottom: 1px solid #d1d1d1;
		-webkit-border-radius: 0 0 15px 15px;
		border-radius: 0 0 15px 15px;
	}
	
	.menu .innermenu .menu-list > li:hover > div {
    	background: none;
	}
	
	#product_tabs_boxhead p {
		font: normal normal 600 16px/22px Public Sans;
		letter-spacing: 0.32px;
		color: #000000;
		opacity: 1;
		line-height: 16px;
		border: 1px solid #d1d1d1;
		margin: 0 10px 0 10px;
		-webkit-border-radius: 25px;
		border-radius: 25px;
	}
	
	#product_tabs_boxhead p.active {
    	-webkit-text-stroke: 0px;
	    background: #fff;
	}
}

#product_tabs_boxhead p.active {
    -webkit-text-stroke: 0px;
    background: #fff;
    font-weight: 600;
    color: #000;
}

#product_tabs_boxhead p:hover {
    -webkit-text-stroke: 0px;
	background: #fff;
    font-weight: 600;
    color: #000;
}

#box_slider_36 {
	margin: -136px auto 50px auto;
    z-index: 0;
    position: relative;
    border-bottom: 1px solid #d1d1d1;
}

#box_slider_36 .slider-text p.title {
    font: normal normal 600 42px/48px Public Sans;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
    margin-bottom: 15px;
    padding-bottom: 0px;
}

#box_slider_36 .slider-text p.title:after, #box_slider_68 .slider-text p.title:after { display:none; }

.owl-next, .owl-nav:not(.disabled) .owl-prev {
	background: none !important;
    border-radius: 100%;
    border: 1px solid #d1d1d1 !important;
}

#home_products_owls .owl-nav {
    top: -118px;
}

#product_tabs_boxhead .custom-wrap {
	border-bottom:1px solid #d1d1d1;
	margin-bottom:30px;
}

.boxhead {
    width: 100%;
    width: 100%;
    padding-bottom: 25px;
    text-align: center;
	font: normal normal 600 24px/48px Public Sans;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
}

.standsout-box .standsout-box-imgwrap img {
    -webkit-border-radius: 10px;
	border-radius: 10px;
}

.standsout-box-title.hammer-icon:before {
	content:'';
	display:inline-block;
	background:url('https://scandicsofa.hu/skins/user/rwd_shoper_1/images/user/hammer-icon.svg');
	background-repeat: no-repeat;
	width: 43px;
	height: 47px;
	margin: 0px 30px 0 0;
}

.standsout-box-title.wood-icon:before {
	content:'';
	display:inline-block;
	background:url('https://scandicsofa.hu/skins/user/rwd_shoper_1/images/user/wood-icon.svg');
	background-repeat: no-repeat;
	width: 32px;
	height: 44px;
	margin: 0px 30px 0 0;
}

.standsout-box-title.wool-icon:before {
	content:'';
	display:inline-block;
	background:url('https://scandicsofa.hu/skins/user/rwd_shoper_1/images/user/wool-icon.svg');
	background-repeat: no-repeat;
	width: 43px;
	height: 37px;
    margin: 0px 30px 0 0;
}

.standsout-box-title {

	font: normal normal 300 21px/30px Public Sans;
	letter-spacing: 0px;
	color: #000000;
	height: 37px;
    line-height: 37px;
	display:flex;
}

.standsout-box-shortdesc {
    font: normal normal 300 14px/22px Public Sans;
	letter-spacing: 0.28px;
	color: #000000;
}

.standsout-box-readmore {
    margin: 30px 0;
}

.standsout-box-readmore a:hover {

    text-decoration: none;
    border-bottom: 1px solid #a2a1a1;
	padding-bottom: 8px;
}

/* @media screen and (min-width: 768px) {*/
	#home_video_module {
		background: #3E604F;
	}

	#home_video_module .custom-wrap {
		display: flex;
		align-items: center;
		padding: 100px 40px !important;
		position: relative;
	}
	
	#home_video_module .video-module-text {
		font: normal normal 600 42px/48px Public Sans;
		letter-spacing: 0px;
		color: #000000;
		line-height: 42px;
		text-align: left;
		width: 100%;
		max-width: 520px;
	}
	
	#home_video_module .video-module-btn a {
		color: #FAFBFB;
		font: normal normal 300 14px/22px Public Sans;
		letter-spacing: 0.28px;
		line-height: 26px;
		text-align: left;
		border: 0px;
		opacity: 1;
		padding: 0px 0px 8px 0px;
		min-width: 360px;
		margin: 40px 0 0 0;
		display: inline-block;
		transition: 200ms linear;
		text-transform:uppercase;
	}
	
	#home_video_module .video-module-btn a:hover {
		/* border-bottom:1px solid #FAFBFB; */
	}
/* } */

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.home-categories-images-categoryname {
	font: normal normal 200 18px/28px Public Sans;
	letter-spacing: 0px;
	color: #000000;
	padding-top: 20px;
}

#home_categories_images {
    padding-bottom: 100px;
}

.box_mamezi_lookbook img {
	 -webkit-border-radius: 15px;
    border-radius: 15px;
}

.home-arrangement-innerbox .home-arrangement-rightwrap .home-arrangement-box {
    background: #ffffff !important;
	 -webkit-border-radius: 15px;
    border-radius: 15px;
}

.home-arrangement-innerbox .home-arrangement-rightwrap .home-arrangement-buttom a {
	font: normal normal 300 21px/30px Public Sans;
	letter-spacing: 0px;
    margin-top: 40px;
    margin-bottom: 8px;
    margin-left: 30px;
    margin-right: 30px;
    border: 1px solid #a2a1a1;
    text-align: center;
    color: #000000;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 22px;
    transition: 150ms;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

.home-arrangement-innerbox .home-arrangement-rightwrap .home-arrangement-buttom a:hover {
	background:#fff;
	opacity:1;
}

#home_project .custom-wrap > div:first-child, #home_project_authors .custom-wrap > div:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
}

#home_project .home-project-title, #home_project_authors .home-project-authors-title {
    font: normal normal 600 42px/48px Public Sans;
	letter-spacing: 0px;
	color: #000000;
    text-align: left;
    margin-bottom: 28px;
}

#home_project .home-project-content p, #home_project_authors .home-project-authors-content p {
    font: normal normal 200 18px/28px Public Sans;
	letter-spacing: 0px;
	color: #000000;
    text-align: left;
    padding: 10px 0;
}

#home_project .home-project-btn a {
    font: normal normal 300 21px/30px Public Sans;
	letter-spacing: 0px;
	color: #000000;
    text-align: center;
    border: 1px solid #a2a1a1;
    display: inline-block;
    padding: 15px 43px;
    margin: 30px 0 0 0;
    transition: 200ms;
	-webkit-border-radius: 30px;
    border-radius: 30px;
}

#home_project .home-project-btn a:hover {
	background:#fff;
	opacity:1;
}

.home-project img,
.home-project-authors-box img {
	 -webkit-border-radius: 15px;
    border-radius: 15px;
}

.home-project-authors-subtitle {
	font: normal normal 300 21px/30px Public Sans;
	letter-spacing: 0px;
	color: #000000;
}


#home_project_authors .custom-wrap > div:nth-child(2) {

    padding-left: 6%;
}

.our-furniture-owl .our-furniture-owl-txt {
    padding: 10px 0;
    color: #000000;
    font-size: 12px;
}

.our-furniture-content .small,
.home-banners-title p.small, .two-banners-title p.small,
.two-banners-title p.small, .two-banners-title p.small {
    font: normal normal 600 42px/48px Public Sans;
	letter-spacing: 0px;
	color: #F7F7F7;
	margin-bottom:50px;
}

.our-furniture-content a,
.home-banners-btn a, 
.two-banners-btn a {
    padding: 10px 30px;
    text-align: center;
	font: normal normal 300 21px/30px Public Sans;
	border: 1px solid #FFFFFF;
	border-radius: 30px;
}

.opinions-tab a {
    border: 1px solid #fff;
	background-color:#fff;
    border-radius: 70px;
    text-align: center;
	font: normal normal 300 14px/22px Public Sans;
	letter-spacing: 0.28px;
	color: #000000;
    margin: 10px 14.5px;
    padding: 17px 38px;
    transition: 150ms;
}

.home-banners-imgwrap img,
.home-banners-wrap,
.two-bottom-banners,
.two-banners-imgwrap img {
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

footer .innerfooter p, footer .innerfooter a, footer .innerfooter li {
    font: normal normal 300 14px/22px Public Sans;
	letter-spacing: 0.28px;
	color: #000000;
}

.footer-newsletter li a {
	display:inline-block;
	margin-right:15px;
	-webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.footer-newsletter li a:hover {
	opacity:0.5;
}

/* Listing */
.custom_filters .custom_filters_boxhead {
	font: normal normal 300 21px/30px Public Sans;
	letter-spacing: 0px;
	color: #000000;
}

.boxprice:not(.active) .head {
    background: #f4f4f4;
}

.boxprice .head,
.custom_filters .sortlinks .products-sort-container span {
    color: #000000;
    padding: 4px 20px;
    display: inline-block;
    cursor: pointer;
	border:1px solid #d1d1d1;
	border-radius: 25px;
}

.custom_filters .products-sort-options-close {
	border:0px !important;
}

.custom_filters .boxprice .head {
	text-align: center;
	font: normal normal 300 16px/22px Public Sans;
	letter-spacing: 0.32px;
	color: #000000;
}

.custom_filters .sortlinks {
    background: none;
	border:0px;
	border-radius: 15px;
}

.custom_filters .sortlinks .products-sort-container .products-sort-options {
    min-width: 350px;
    margin-top: 0px !important;
    background: white;
    z-index: 10;
    height: auto !important;
    padding: 25px 25px 15px 25px !important;
	border-radius: 10px;
}

@media screen and (min-width: 768px) {
	.product .prodname .productname {
		font: normal normal 600 21px/28px Public Sans;
		letter-spacing: 0px;
		color: #000000;
	}
	
	.product .price em, .product .price del {
    	font: normal normal 300 16px/22px Public Sans;
		letter-spacing: 0.32px;
		color: #000000;
	}
}

.floatcenterwrap .paginator li.last > span, .floatcenterwrap .paginator li.first > span, .floatcenterwrap .paginator li.last > a, .floatcenterwrap .paginator li.first > a {
    opacity: 1;
    padding: 4px 11px;
    min-width: auto;
    display: inline-block;
    border: 1px solid #d1d1d1;
    border-radius: 50%;
}

.floatcenterwrap .paginator li.last span,
.paginator li.first span {
	display:none;
}

.floatcenterwrap .paginator li.last img {
    margin-left: 2px;
}

.floatcenterwrap .paginator li.first img {
    margin-right: 2px;
}

.categorydesc p.large {
	font: normal normal 600 30px/32px Public Sans;
	letter-spacing: 0px;
	color: #000000;
}

.categorydesc p {
    font: normal normal 200 18px/24px Public Sans;
	letter-spacing: 0px;
	color: #000000;
	line-height:24px;
}

.categories-owl span.title {
    text-align: center;
    display: block;
    color: #000000;
    line-height: 16.8px;
    font-weight: 500;
    font-size: 15px;
    text-transform:uppercase;
}

.boxprice .boxprice-container {
	margin-top:15px;
	border-radius:10px;
}

.custom_filters .sortlinks .products-sort-container.active .products-active-sort {
	border-radius:15px;
}

.product .prodname {
	margin-bottom:25px;
}

.categorydesc .categorydesc-right p.subtitle {
	font: normal normal 600 20px/24px Public Sans;
	letter-spacing: 0px;
	color: #000000;
}

/* end LISTING */

/* PRODUCT */
#box_productfull .mainproduct-form {
	background: #fff;
    padding: 40px 20px;

    border-radius: 10px;
}

#box_productfull .bottomborder > .boxhead h1 {
    font: normal normal 600 24px/48px Public Sans;
	letter-spacing: 0px;
	color: #000000;
	line-height:1;
}

#box_productfull .mainproduct-form .short-desc {
	font: normal normal 200 18px/28px Public Sans;
	letter-spacing: 0px;
	color: #000000;
}

#box_productfull .bottomborder .basket .stocks > .f-row label {
	font: normal normal 300 16px/22px Public Sans;
	letter-spacing: 0.32px;
	color: #000000;
}

/* #box_productfull .bottomborder .basket .stocks .option_color .stock-color a:hover {
	border:1px solid #d1d1d1;
	padding:4px;
} */

#box_productfull .bottomborder .basket .stocks .option_color .stock-color a::after {
    z-index: 1;
}

#tkanina2-tooltip {
	border: 1px solid #D1D1D1;
	border-radius: 19px;
	font: normal normal 300 16px/22px Public Sans;
	letter-spacing: 0.32px;
	color: #000000;
}

#box_productfull .bottomborder .basket .form-basket .tkanina2, #box_productfull .bottomborder .basket .form-basket .tkanina3 {
    min-height: 38px;
	margin-bottom: 30px;
}

#box_productfull .bottomborder .basket .form-basket .addtobasket-container .quantity_wrap {
    width: 156px;
    position: relative;
    border: 1px solid #d1d1d1;
	border-radius: 10px;
	height:40px;
}

#box_productfull .bottomborder .basket .form-basket .addtobasket-container .quantity_wrap .number-wrap input {
    width: 65px;
}

#box_basketlist .quantity .shaded_inputwrap input, #box_basketlist .quantity .shaded_inputwrap {
    background: #ffffff;
}

.btn.dark {
	font: normal normal 300 21px/30px Public Sans;
	letter-spacing: 0px;
	color: #FFFFFF;
	border-radius: 10px;
	background:#000000;
	border-radius: 50px;
}

.btn.dark:hover {
	color:#fff;
	background:#464646;
}

.btn.dark span {
	color:#fff;
}

#tkanina2-tooltip {
    height: 40px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.btn:not(.search__btn-search) {
	box-shadow:0px;
	padding: 10px 40px;
	border-radius:25px;
}

#box_productfull .bottomborder .basket .form-basket .price del {
	font: normal normal 600 24px/48px Public Sans;
	letter-spacing: 0px;
	color: #000000;
}

#box_productfull .bottomborder .basket .form-basket .price .main-price {
	font: normal normal 600 32px/48px Public Sans;
	letter-spacing: 0px;
	color: #000000;
}

#box_productfull .bottomborder .basket .form-basket .addtobasket-container .quantity_wrap .number-wrap .button-change {
	height:36px;
}

#box_productfull .bottomborder .basket .form-basket .addtobasket-container .quantity_wrap .number-wrap input {
	height:38px;
}

#box_description p.title {
    font: normal normal 200 24px/48px Public Sans;
	letter-spacing: 0px;
	color: #000000;
}

#box_description table td {
	padding:4px 0px;
	color:#000000;
}

#box_productfull .call2advisor span, #box_productfull .call2advisor a {
	margin-bottom:4px;
}

#box_description .frame360-toggler, #box_description .bryly-toggler {
    font: normal normal 300 14px/20px Public Sans;
	letter-spacing: 0.32px;
	color: #000000;
    background: white;
    background: #FFFFFF;
    box-shadow: 0px;
    border-radius: 50px;
    display: inline-block;
    padding: 10px 10px 9px 20px;
    margin: 5px 0px;
    position: relative;
    cursor: pointer;
    transition: 250ms linear;
    border: 1px solid #d1d1d1;
    width: 310px;
    text-align: center;
}

#box_description .frame360-toggler:hover, #box_description .bryly-toggler:hover {
    background-color: #ffffff;
    border: 1px solid #d1d1d1;
	box-shadow: none;
}

#box_description .bryly-toggler:before {
	top: 9px;
}

.player, .player *, .player ::after, .player ::before {
	border-radius: 15px;
}
/* end PRODUCT */

/* Promo Tag */
.tags li.promo {
    background: #ff2800;
    color: white;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.tags li.promo span {
	color:#fff;
	text-transform:uppercase;
}
/* end Promo Tag */


/* New Tag */
.tags li.new {
    background: #d3bb79;
    color: #333;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.tags li.new span {
    text-transform:uppercase;
}
/* end New Tag */

/* Category Menu */
.shop_product_list #box_mainproducts .category-bar.item {
	background: #fff;
    border-radius: 10px;
}
/* end Category Menu */



/* Product */
.btn:not(.search__btn-search) {
	box-shadow:none;
}

@media screen and (min-width: 1101px) {
	#box_productfull .productimg {
		width: calc(100% - 500px);
	}
	
	#box_productfull .mainproduct-form {
	    width: 450px;
	}
}

.tkanina2.btn.block.w100.force-show {
	width:fit-content !important;
}

#box_productfull .availability-box {
	margin-top:20px;
	margin-bottom:40px;
}

#box_productfull .availability-box span {
	text-align: left;
	font: normal normal 300 14px/22px Public Sans;
	letter-spacing: 0.28px;
	color: #000000;
}

.LLBWr .LLBCn a {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #000000 !important;
}

#box_productfull .product-more-details-namewrap {
    text-align: left;
	font: normal normal 500 16px/22px Public Sans;
	letter-spacing: 0.28px;
	color: #000000;
	font-weight:bold;
}

.caraty-product-simulator a::after {
    content: "Oblicz ratÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂ";
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

#box_productfull .call2advisor {
    border-top: 1px solid #bdbdbd;
    padding-top: 40px;
    margin-top: 40px;
    margin-bottom: 0px;
}

#box_productfull .call2advisor span, #box_productfull .call2advisor a {
    text-align: left;
	font: normal normal 300 14px/22px Public Sans;
	letter-spacing: 0.28px;
	color: #000000;
    margin-bottom: 0px;
}

.container-iframe.loaded {
	border-radius: 10px;
    overflow: hidden;
}

.product-change-size-active {
    text-align: left;
	font: normal normal 300 16px/22px Public Sans;
	letter-spacing: 0.32px;
	color: #000000;
    border-right: 0px;
	border-top:2px solid #000;
}

.product-change-size-toggler {
	border-top:2px solid #d1d1d1;
    color: #bdbdbd;
    text-align: left;
	font: normal normal 300 16px/22px Public Sans;
	letter-spacing: 0.32px;
	color: #000000;
    width: 45%;
    cursor: pointer;
    transition: 250ms;
}

/* Subpages */
.infopage-flex-box img {
	border-radius: 10px;
}

a.custom-btn {
	border: 1px solid #A2A1A1;
	border-radius: 30px;
	opacity: 0.8;
	text-align: center;
	font: normal normal 300 21px/30px Public Sans;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
	padding: 15px 30px;
}

a.custom-btn:hover {
	background:#fff;
	opacity: 1;
}

.free-sampler-owl-item {
    border-radius: 10px;
}

.free-sampler-owl-item-img-wrap img {
    border-radius: 10px 10px 0 0;
}

.infopage-contact-box-33,
.infopage-contact-box-66,
.infopage-contact-cooperation-box {
	border-radius: 10px;
}

.infopage-contact-box-66 img {
	border-radius: 0 10px 0 0;
}

.infopage-contact-box-33 iframe,
.infopage-contact-box-66 iframe {
	border-radius: 0 0 10px 10px;
}

.infopage-contact-cooperation-box img {
	border-radius: 10px 10px 0 0;
}

/* Showroom */
.showroom-box {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: auto;
    margin-left: auto;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 30px;
	justify-content: center;
	align-items: center;
	/* height: 269px; */
	background-color: #fff;
}

.showroom-box .flex-4 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.showroom-box .img-frame,
.showroom-box .img-frame img {
	border-radius: 10px 0 0 10px;
	height: 289px;
}
}

.showroom-box .text-frame {
	background: #fff;
}

.showroom-box .text-frame h4 {
	font: normal normal 500 20px/30px Public Sans;
	color: #000000;
	padding: 0 50px;
}

.showroom-box .text-frame p {
	font: normal normal 300 15px/21px Public Sans;
	color: #000000;
	padding: 0 50px;
}

.showroom-box .address-frame {
	padding: 30px 0;
	font: normal normal 300 15px/21px Public Sans;
	color: #000000;
	line-height: 1.2;
	border-left: 1px solid #d1d1d1;
	background: #fff;
}

.showroom-box .address-frame strong {
	text-transform: uppercase;

}

.showroom-box .address-frame p {
	padding: 0 50px;
}

.showroom-box .showroom-map,
.showroom-box .showroom-map iframe {
	border-radius:0 10px 10px 0;
}
/* end Sowroom */

.header-menu-image img {
	border-radius:10px;
}

#box_productfull .bottomborder .basket .form-basket .addtobasket-container {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
}

.details-table a {
	text-transform:uppercase;
	font-weight:500;
	display:inline-flex;
}

.details-table a:before {
	content:'';
	display:inline-block;
	background:url('https://scandicsofa.pl/skins/user/rwd_shoper_17/images/user/link-icon.png');
	background-repeat:no-repeat;
	width:22px;
	height:18px;
	margin-right:6px;
}

.details-table a:hover {
	text-decoration:underline;
	opacity:0.9;
}

.detailsdesc-more-togglers {
	flex-direction: row;
}

#box_description .frame360-toggler:before {
    top: 10px;
    left: 14px;
}

@media screen and (min-width: 1110px) {
	.basket-contain {
		top: 75px !important;
		right: 20px;
		width: 576px !important;
		left: inherit !important;
		border-radius: 10px !important;
	}
}

.basket-contain .basket-products,
.basket-contain .basket-summery,
.modal,
.shop_basket .productlist .productitem,
.shop_basket_step3 .productlist .productitem {
	border-radius:10px;
}

#cart-options .summary-container .promo-container .promocode input {
    color: #333;
    margin-bottom: 0px;
    border-radius: 25px 0 0 25px;
}

.promocode .btn:not(.search__btn-search) {
	border-radius: 0 25px 25px 0;
	background:#d3d3d3;
}

.basket-contain .basket-summery a {
    background-color: #ffffff;
    display: inline-block;
    width: auto;
    padding: 6px 40px;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #d1d1d1;
    border-radius: 25px;
}

#box_productfull .stocks select {
    background-color: #ffffff;
    padding: 10px 30px;
    border-radius: 25px;
    width: 100%;
    padding: 10px 15px;
    font-size: 15px;
}

.basket-contain .basket-summery a:hover {
	opacity:0.8;
}

.shop_basket_step2 .btn.register,
.shop_basket_step2 .btn.order,
.bottombuttons .btn.back{
	border:1px solid #d1d1d1;
}

select, input:not([type="radio"]), textarea {
    border-radius:25px;
	font-family: 'Public Sans', sans-serif;
}

.basket-steps ol li.active-step {
    color: #d7c286;
    font-weight: 700;
}

.btn.gold, .btn.btn-red:not(.search__btn-search) {
    color: #000000;
    background-color: #f3f3f3;
    padding: 10px 50px;
    box-shadow: none;
    border: 1px solid #000000;
}

.btn.gold:hover, .btn.btn-red:not(.search__btn-search):hover {
	background:#fff;
}

.alert {
    background: #ffffff;
    position: relative;
    padding: 15px;
    margin: 1em 30px;
    color: white;
    font-size: 13px;
    border: 1px solid #d1d1d1;
    border-radius: 10px;
}

/* Radio Buttony */
.form-basket .stock-options .option_radio {
	display: flex;
}

#box_productfull .bottomborder .basket .stocks > .f-row label {
	margin-right: 30px;
}

/*
#box_basketsummary .step3-summary a {
    font-weight: 600;
    color: #000000;
    border: 1px solid #d1d1d1;
    border-radius: 25px;
    padding: 5px 20px;
    margin-top: 20px;
}
*/

@media screen and (min-width: 767px) {
	.home-banners-btn a, .two-banners-btn a {
		bottom: 30%;
	}
	
	.home-banners-title, .two-banners-title {
    	top: 45%;
	}
}

.our-furniture-content .small {
	margin-bottom:30px;
}

 .home-banners-title p.small {
	 margin-bottom:0px;
 }

@media screen and (max-width: 767px) {
	#home_video_module {
		display: block;
	}
}

@media screen and (max-width: 767px) {
	#product_tabs_boxhead .custom-wrap p:first-child {
		padding-left: 13px;
	}
	
	#product_tabs_boxhead .custom-wrap p {
		padding: 5px 13px 4px 13px;
		background: #fff;
		border-radius: 25px;
	}
	
	#product_tabs_boxhead .custom-wrap {
        border-bottom: 0px;
	}
	
	.standsout-box-title {
		height: auto;
		line-height: normal;
	}
	
	.standsout-box-title.wool-icon:before {
	    width: 53px;
	}
	
	#home_video_module .video-module-text {
		font: normal normal 600 24px/28px Public Sans;
		line-height: 24px;
		padding-right: 30px;
	}
	
	#home_video_module .custom-wrap {
		display: block;
		padding: 40px 40px !important;
	}
	
	#home_video_module .custom-wrap .video-module-img img {
		max-width: 310px;
		margin-bottom: 30px;
	}
	
	.boxhead {
		line-height:normal;
	}
	
	#home_project .home-project-content p, #home_project_authors .home-project-authors-content p {
		font: normal normal 200 16px/24px Public Sans;
		letter-spacing: 0px;
		color: #000000;
		text-align: left;
		padding: 10px 0;
	}
	
	#home_project_authors .custom-wrap > div:nth-child(2) {
    	padding-left: 0;
	}
	
	.our-furniture-content .small, .home-banners-title p.small, .two-banners-title p.small, .two-banners-title p.small, .two-banners-title p.small {
		font: normal normal 600 24px/48px Public Sans;
		letter-spacing: 0px;
		color: #F7F7F7;
		margin-bottom: 50px;
		line-height:normal;
	}
	
	.our-furniture-imgwrap {
		max-height: 290px;
		margin: 0 20px;
		border-radius: 10px;
	}
	
	.our-furniture-content a {
		font-size: 21px;
		font-weight: 500;
		line-height: 19.6px;
		font-weight: 700;
		padding: 4px 46px;
		width: calc(65% - 100px);
		padding: 10px 20px;
		margin-top: 7px;
	}
	
	.our-furniture-content a, .home-banners-btn a, .two-banners-btn a {
		padding: 8px 10px !important;
	}
	
	.home-banners-btn a, .two-banners-btn a {
    	width: 45%;
	}
	
	#home_our_furniture .custom-wrap {
    	padding: 15px 0;
	}
	
	#box_productfull .mainproduct-form {
		padding: 20px !important;
	}
	
	#box_productfull .bottomborder .basket .stocks .option_color .stock-color a:not(.none) {
		margin-right:10px;
	}
	
	#box_productfull .bottomborder .basket .form-basket .tkanina2, #box_productfull .bottomborder .basket .form-basket .tkanina3 {
    	margin:0 auto;
	}
	
	.btn:not(.search__btn-search) {
	    margin-top: 40px;
	}
	
	#box_productfull .call2advisor {
		border-top: 1px solid #bdbdbd;
		padding-top: 20px;
		margin-top: 40px;
		margin-bottom: 0px;
	}
	
	.details-table a:before {
		display:none;
	}
}

@media screen and (max-width: 767px) {
	#home_video_module .custom-wrap .video-module-img img {
		max-width: 100%;
	}
}


/* Designers Module */

#home_project_authors .slider {
  height: 100% !important;
  min-height:650px;
  width:100% !important;
  position: relative !important;
  overflow: hidden !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-flow: row nowrap !important;
  -ms-flex-flow: row nowrap !important;
  flex-flow: row nowrap !important;
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

#home_project_authors .slider__nav {
  width: 12px;
  height: 12px;
  margin: 2rem 12px;
  /* border-radius: 50%; */
  border-radius:12px;
  z-index: 10;
  outline: 6px solid #ccc;
  outline-offset: -6px;
  box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#home_project_authors .slider__nav:checked {
  -webkit-animation: check 0.5s linear forwards;
  animation: check 0.5s linear forwards;
}

#home_project_authors .slider__nav:checked:nth-of-type(1) ~ .slider__inner {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

#home_project_authors .slider__nav:checked:nth-of-type(2) ~ .slider__inner {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#home_project_authors .slider__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

#home_project_authors .slider__contents {
  height: 100% !important;
  text-align: left !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 !important;
  -ms-flex: 1 !important;
  flex: 1 !important;
  /* -webkit-flex-flow: column nowrap !important;
  -ms-flex-flow: column nowrap !important;
  flex-flow: column nowrap !important; */
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: left !important;
}

 @-webkit-keyframes 
check {  50% {
 outline-color: #333;
 box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
}
 100% {
 outline-color: #333;
 box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
}
}
 @keyframes 
check {  50% {
 outline-color: #333;
 box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
}
 100% {
 outline-color: #333;
 box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
}
}

@media screen and (max-width: 767px) {
	#home_project_authors .slider {
	  height: 100% !important;
	  min-height:900px;
	  width:100% !important;
	  position: relative !important;
	  overflow: hidden !important;
	  display: -webkit-box !important;
	  display: -webkit-flex !important;
	  display: -ms-flexbox !important;
	  display: flex !important;
	  -webkit-flex-flow: row nowrap !important;
	  -ms-flex-flow: row nowrap !important;
	  flex-flow: row nowrap !important;
	  -webkit-box-align: end !important;
	  -webkit-align-items: flex-end !important;
	  -ms-flex-align: end !important;
	  align-items: flex-end !important;
	  -webkit-box-pack: center !important;
	  -webkit-justify-content: center !important;
	  -ms-flex-pack: center !important;
	  justify-content: center !important;
	}
	
	#home_project_authors .slider__contents {
	  height: 100% !important;
	  text-align: left !important;
	  display: -webkit-box !important;
	  display: -webkit-flex !important;
	  display: -ms-flexbox !important;
	  display: block !important;
	  -webkit-box-flex: 1 !important;
	  -webkit-flex: 1 !important;
	  -ms-flex: 1 !important;
	  flex: 1 !important;
	  /* -webkit-flex-flow: column nowrap !important;
	  -ms-flex-flow: column nowrap !important;
	  flex-flow: column nowrap !important; */
	  -webkit-box-align: center !important;
	  -webkit-align-items: center !important;
	  -ms-flex-align: center !important;
	  align-items: center !important;
	  -webkit-box-pack: center !important;
	  -webkit-justify-content: center !important;
	  -ms-flex-pack: center !important;
	  justify-content: left !important;
	}	
	
	#home_project_authors .home-project-authors-content-toggler {
    	display: none;
	}
	
	#home_project_authors .home-project-authors-content:not(.active) {
    	display: block;
	}
}


#home_project_authors .home-project-authors-box.custom-lazy:last-child {
	padding-left:6%;
}

#box_productfull .bottomborder .basket .stocks .option_color .stock-color a:not(.none) {
    background-size: contain !important;
}

.logo-bar .menu.row .menu-list > li#hcategory_34 > .link-wrap > a > span::before{
    background:url('/userdata/public/assets/scandicsofa/categories/226x120/ScS_mobile_kategoria-menu-poduszka-akcesoria.jpg') transparent no-repeat;
    background-size:contain;
}

.logo-bar .menu.row .menu-list > li#hcategory_58 > .link-wrap > a > span::before{
    background:url('/userdata/public/assets/scandicsofa/categories/226x120/kategoria-lozko-dzieciece.jpg') transparent no-repeat;
    background-size:contain;
}

.logo-bar .menu.row .menu-list > li#hcategory_80 > .link-wrap > a > span::before{
    background:url('/userdata/public/assets/scandicsofa/categories/226x120/ScS_mobile_kategoria-menu-poduszka-akcesoria.jpg') transparent no-repeat;
    background-size:contain;
}


.wrap.rwd .top.row #links-top { display:none; }

/* Banner Mobile */
#box_slider_68 {
	top: -80px;
    padding-bottom: 70px;
    border-bottom: 1px solid #dedede;
	margin-bottom: -70px;
}

#box_slider_68 .slider-text p.title {
    font-size: 32px;
    line-height: 30px;
    margin-bottom: 20px;
    padding-bottom: 0px;
    text-align: left;
    font-weight: 600;
    margin-top: 430px;
}

#box_slider_68 .slider-text p.desc {
    font-size: 16px;
    text-align: left;
    font-weight: 400;
    max-width: 100%;
    margin: 0 auto;
}

.box-slider_68 ul li .slider-text {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    padding: 40px 40px 70px 20px;
    margin: 0 auto;
    max-width: 1680px;
}

a.tkanina1 {
	line-height: 18px !important;
    border: 1px solid #232323 !important;
    font-size: 16px !important;
    max-width: 100%;
}

/* Mobile Banner */
#mobile-banner {
    position: relative;
    overflow: hidden;
}

#mobile-banner img {
	display:block;
	width:100%;
	height:auto;
}

#mobile-banner #banner-mobile {
	border-bottom: 1px solid #dedede;
	position:relative;
	/* margin-top:-120px; */
	margin-top:-150px;
}

#mobile-banner #banner-mobile p.title {
    font-size: 32px;
    line-height: 30px;
    margin-bottom: 20px;
    padding-bottom: 0px;
    text-align: left;
    font-weight: 600;
	padding: 40px 40px 0px 20px;
}

#mobile-banner #banner-mobile p.desc{
    font-size: 16px;
    text-align: left;
    font-weight: 400;
    max-width: 100%;
    margin: 0 auto;
	padding: 0px 40px 40px 20px;
}

@media only screen and (min-width: 601px) {
    #mobile-banner{
       display:none !important;
    }
}

/* 404 */
#box_404 {
	text-align:center;
	margin:56px auto 106px auto;
	font-family: 'Poppins', sans-serif !important;
	font-weight:400;
	font-size:16px;
	line-height:26px;
	color:#4f4f4f;
}

#box_404 h3 {
	font-size:24px;
	font-weight:400;
}

#box_404 h1 {
	font-size:18px;
	font-weight:600;
	text-transform:uppercase;
	margin-bottom:23px;
}

#box_404 a.mail-us {
	margin-bottom:60px;
	margin-top:15px;
	display:block;
}

#box_404 a.mail-us:hover {
	color:#4f4f4f;
}

#box_404 .buttons-404 a {
	font-size:16px;
	font-weight:500;
	padding:16px 50px;
	border-radius:50px;
	margin:80px 20px;
	display:inline-block;
}

#box_404 .buttons-404 a.back-to-home {
	background:#6B8476;
	color:#fff;
	border:1px solid #6B8476;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

#box_404 .buttons-404 a.back-to-home:hover {
	color:#6B8476;
	background:none;
}

#box_404 .buttons-404 a.just-go-back{
	background:none;
	color:#333333;
	border:1px solid #333333;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

#box_404 .buttons-404 a.just-go-back:hover {
	color:#ffffff;
	background:#333333;
}

@media screen and (max-width: 768px) {
	#box_404 .buttons-404 a {
		margin:30px 10px;
	}
}
/* /404 */


/* Ask for product */
.productdetails-more-details ul {
	list-style:none;
	margin-top:40px;
}

.productdetails-more-details ul li a {
    line-height: 18px !important;
    border: 1px solid #232323 !important;
    font-size: 16px !important;
    max-width: 300px;
	border-radius:25px;
	padding:8px 25px;
	cursor: pointer;
}

.productdetails-more-details ul li a:hover {
	background-color:#f3f3f3;
}

.ask-for-product button {
	background: #000 !important;
	margin-top: 24px !important;
	border: 1px solid #000;
}

.ask-for-product button:hover {
	opacity: 0.9;
	background: #797979 !important;
}

.ask-for-product button span {
	color: #fff;
}

.ask-for-product .edition-form-field {
	margin-bottom: 24px;
}

/* Home Page Update */
@media screen and (min-width: 768px) {
#home_opinions {
    border-top: 1px solid #bdbdbd;
	border-bottom:0px;
}
}

#standsout {
    border-top: 0;
    padding-bottom: 30px;
}

/* Category Menu */
.shop_product_list #box_mainproducts .category-bar.item {
	background: transparent;
    border-radius: 10px;
	border:1px solid #c7c7c7;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

.shop_product_list #box_mainproducts .category-bar.item:hover {
	background:#ffffff;
	cursor:pointer;
}

.shop_product_list #box_mainproducts .category-bar.item.active {
	background:#fff;
}
/* end Category Menu */

/* Banner ĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂĂĹĄĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂÄÂÄšÄÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂĂĹĄĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂÄÂÄšÄÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂĂĹĄĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂÄÂĂÂÄÂĂÂĂÂĂÂÄÂĂÂka */
.bed-banner {
    background: url('https://scandicsofa.cz/userdata/public/assets/2023/pages/bed-banner-bcg.png');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-position: top center;
    background-size: cover;
    padding: 30px !important;
    margin: 30px auto !important;
    max-width: 1440px !important;
    min-height: 200px;
    position: relative;
}

.inner-bed-banner {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 30px;
    width: 30%;
    line-height: 1.4;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-weight: 300;
    font-size: 16px;
    color: #474747;
    /* position: absolute; */
    bottom: 30px;
}
/* end Banner */

/* Designers Section */
.designers-product-page-bio {
    display: flex;
    position: relative;
    margin-top: 70px;
    margin-bottom: 70px;
	border-radius:10px;
	padding-bottom:70px;
}

.designers-product-page-bio:before {
    content: '';
    height: 1px;
    background: #BDBDBD;
    position: absolute;
    bottom: 0;
    left: -100vw;
    right: 0;
    width: 200vw;
}

.designers-product-page-bio img {
	border-radius: 10px;
}

.designers-product-page-bio .flex-50 {
	flex: 0 0 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.designers-product-page-bio h6 {
	font-family: 'Poppins' !important;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 140%;
	color:#4f4f4f;
	max-width:520px;
}

.designers-product-page-bio h4 {
	font-family: 'Poppins' !important;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 140%;
	color:#4f4f4f;
	max-width:520px;
	margin-bottom:30px;
}

.designers-product-page-bio p {
	font-family: 'Poppins' !important;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 180%;
	color:#333333;
	max-width:520px;
}

.designers-product-page-bio a {
	font-family: 'Poppins' !important;
	display:inline-block;
	border:1px solid #4F4F4F;
	border-radius:50px;
	font-size:20px;
	color:#4f4f4f;
	text-align:center;
	padding:15px 45px;
	margin-top:30px;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.designers-product-page-bio a:hover {
	background:#4f4f4f;
	color:#ffffff;
}

.designers-product-page-bio a.btn-mbl {
	display:none;
}

.designers-product-page-bio .mobile-title {
	display:none;
}

@media screen and (min-width: 768px) and (max-width: 1288px) {
	.designers-product-page-bio .flex-50 img {
		padding-right:50px;
	}
}

@media screen and (max-width: 768px) {
	.designers-product-page-bio {
		display:block;
		padding:20px;
		margin-top: 15px;
	    margin-bottom: 15px;
	}
	
	.designers-product-page-bio .mobile-title {
		display:block;
		text-align:center;
		margin-bottom:33px;
	}
	
	.designers-product-page-bio h6 {
		font-size: 14px;
		max-width:100%;
	}
	
	.designers-product-page-bio h4 {
		font-size: 18px;
		max-width:100%;
	}
	
	.designers-product-page-bio .content,
	.designers-product-page-bio a.btn-dstp {
		display:none;
	}	
	
	.designers-product-page-bio a.btn-mbl {
		display:block;
	}
}
/* /Designers Section */

/* Alpaka'23 */

@media screen and (min-width: 768px) {
	.logo-bar {
		display: flex;
		align-items: center;
		height: 75px;
		padding-top: 0px;
	}
	
	.menu .innermenu {
		height: 45px;
		line-height: 45px;
	}
	
	header {
	    border: 1px solid #ffffff;
	}
}

@media screen and (min-width: 1110px) {
	.logo-bar .link-logo-img {
		width: auto;
	}
	
	.logo-bar-right {
		width: auto;
	}
}

.logo-bar .link-logo-img img {
	max-height:50px;
}

#product_tabs_boxhead .custom-wrap {
	border-bottom:0px;
}

#home_video_module {
    background: #6B8476;
}

#home_video_module .video-module-text {
	max-width:80%;
	color:#fff;
}

.standsout-box-readmore a {
	border: 0px;
    border-radius: 25px;
    font-family: 'Public Sans' !important;
	font-style: normal;
	font-weight: 800;
	font-size: 16px;
    letter-spacing: 0.02px;
    color: #6B8476;
	background:#fff;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	text-transform:none;
	text-transform: none;
    padding: 12px 30px;
}

.standsout-box-readmore a:hover {
	color:#333333;
	border-bottom: 0px;
    padding-bottom: 12px;
}

#home_video_module .video-module-btn a,
.video-module-btn a {
	border: 0px;
    border-radius: 25px;
    font-family: 'Public Sans' !important;
	font-style: normal;
	font-weight: 800;
	font-size: 16px;
    letter-spacing: 0.02px;
    color: #6B8476;
	background:#fff;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	text-transform:none;
	text-align: center;
    line-height: 50px;
    min-width: 200px;
    padding: 0;
}

#home_video_module .video-module-btn a:hover,
.video-module-btn a:hover {
	color:#000000;
	opacity:1;
}

.home-categories-promo-box a.promo-btn,
.home-categories-promo-box a.promo-btn-mobile {
	-webkit-border-radius: 50px;
	border-radius: 50px;
	color:#fff;
	font-size:16px;
	font-weight:700;
	background:#6B8476;
	padding:15px 30px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	float:right;
	font-family: 'Public Sans' !important;
	margin-left:30px;
}

.home-categories-promo-box a.promo-btn:hover,
.home-categories-promo-box a.promo-btn-mobile:hover {
	background-color:#333333;
}

.home-arrangement-innerbox .home-arrangement-rightwrap .home-arrangement-buttom a,
#home_project .home-project-btn a,
a.custom-btn,
#box_login .btn.btn-red:not(.search__btn-search) {
    font: normal normal 800 16px/30px Public Sans;
    letter-spacing: 0px;
    margin-top: 40px;
    margin-bottom: 8px;
    margin-left: 0px;
    margin-right: 0px;
    border: 0px;
    text-align: center;
    color: #ffffff !important;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 16px;
    transition: 150ms;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background: #6B8476;
	width:fit-content;
}

.free-sampler-toggler a.custom-btn {
	margin:0 auto;
}

#box_login .btn.btn-red:not(.search__btn-search) span {
	color:#fff;
}

.home-arrangement-innerbox .home-arrangement-rightwrap .home-arrangement-buttom a:hover,
#home_project .home-project-btn a:hover,
a.custom-btn:hover,
#box_login .btn.btn-red:not(.search__btn-search):hover {
	background:#333333;
}

.our-furniture-content a, .home-banners-btn a, .two-banners-btn a, .btn.register, .back .btn.back {
    padding: 6px 30px;
    text-align: center;
    font: normal normal 700 16px/30px Public Sans;
    border: 0px;
    border-radius: 30px;
    background: #ffffff;
    color: #6B8476;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.our-furniture-content a:hover, .home-banners-btn a:hover, .two-banners-btn a:hover, .btn.register:hover, .back .btn.back:hover {
	color:#333333;
	opacity:1;
	background:#fff;
}

.back .btn.back span {
	color:#6B8476;
	font-size:20px;
}

.back .btn.back:hover span {
	color:#333333;
}

@media screen and (min-width: 980px) {
	.home-project-author .author {
		grid-template-rows: 10% 15% auto;
	}
	
	.home-project-author .author .module-name {
    	font-size: 18px;
	}
	
	.home-project-author .author .boxhead {
		font: normal normal 600 30px/48px Public Sans;

	}
}



.footer-logo-wrap img.footer-logo {
	max-height:50px;
}
	
footer .innerfooter > ul > li:first-child img {
	width:auto;
}

/* alpaka img */
#home_categories_images .custom-wrap {
	padding-top:51px;
}

#home_categories_images .custom-wrap .alpaka {
	position: absolute;
    left: 40px;
    top: 50px;
}

#home_video_module .alpaka {
	width:100%;
}

#home_video_module .alpaka img {
	max-height:60px;
	margin-bottom:30px;
}

.call2advisor {
	position:relative;
}

.call2advisor .alpaka {
	position: absolute;
    right: 0;
    bottom: 0;
}

.call2advisor .alpaka img {
	max-height:60px;
}

@media screen and (max-width: 1320px) {
	#product_tabs_boxhead .custom-wrap .alpaka {
	    left: 30px;
	}
	
	#product_tabs_boxhead .custom-wrap .alpaka img {
		max-width:60%;
	}
}

@media screen and (max-width: 960px) {
	#product_tabs_boxhead .custom-wrap .alpaka {
	    display: none;
	}
}

@media screen and (max-width: 1284px) {
	.links-top-container a {
		margin: 0 2px;
		padding: 0 5px;
	}
}

@media screen and (max-width: 768px) {
	#home_categories_images  .custom-wrap .alpaka {
		display:none;
	}
}


/* CART */
a#online-payment {
	color: #ffffff !important;
    background: #6b8476;
    padding: 3px 15px !important;
    border-radius: 25px;
    margin-left: 28px;
    cursor: pointer;
	font-size:12px;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a#online-payment:hover {
	color:#ffffff;
	background:#333333;
}

#cart-options .payment .description > * {
    /* color: #ffffff; */
    /* padding-left: 15px; */
}

.ajax-product-block .ajax-product-block-info .ajax-stocks .first {
    width: 100%;
}

.ajax-product-block .btn:not(.search__btn-search) {
    color: #ffffff;
    background-color: #6b8476;
    padding: 10px 50px;
    box-shadow: none;
    border: 0px;
	font-weight:700;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	border: 0px;
	font-size:16px;
	margin-right:30px;
}

.ajax-product-block .btn:not(.search__btn-search):hover {
	color:#fff;
	background-color:#333333;
	border: 0px;
}

.ajax-product-block .btn.gold, .ajax-product-block .btn.btn-red:not(.search__btn-search) {
    color: #ffffff;
    background-color: #333333;
    padding: 10px 50px;
    box-shadow: none;
    border: 0px;
	font-weight:700;
	font-size:16px;
}

.ajax-product-block .btn.gold:hover, .ajax-product-block .btn.btn-red:not(.search__btn-search):hover {
    background: #6b8476;
	color:#fff;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	border: 0px;
}

@media screen and (max-width: 768px) {
	.ajax-product-block {
		display:flex;
	}
	
	.modal .modal-footer .ajax-product-block a.left { font-size:12px; }
	
	.ajax-product-block .btn.gold, .ajax-product-block .btn.btn-red:not(.search__btn-search) {
		padding: 4.5px 15px;




		font-size: 12px;
		width:50%;
	}
	
	.ajax-product-block .btn.btn-red:not(.search__btn-search) {
		margin-right:0px;
	}
}

.btn.dark,
.buttons .forward .important.order.btn.btn-red {
	color: #ffffff;
    background-color: #333333;
    box-shadow: none;
    border: 0px;
	font-weight:700;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.buttons .forward .important.order.btn.btn-red span {
	color:#fff;
	font-family: 'Public Sans' !important;
	font-weight:700;
}

.btn.dark:hover,
.buttons .forward .important.order.btn.btn-red:hover {
	background: #6b8476;
	color:#fff;
}

#box_productfull .bottomborder .basket .form-basket .addtobasket-container .quantity_wrap {
    border-radius: 25px;
}

.tkanina2.btn.block.w100.force-show {
    width: 100% !important;
}

.tkanina2-tooltip-modal-cnt {
	padding: 10px 15px !important;
    border-radius: 10px 0 0 10px !important;
}

#box_productfull .availability-box {
     margin-bottom: 0px;
}

#tkanina2-tooltip {
    border: 1px solid #D1D1D1;
    border-radius: 25px;
    font-family: 'Public Sans';
	font-style: normal;
	font-weight: 800;
	font-size: 16px;
    letter-spacing: 0.02px;
    color: #333333;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#tkanina2-tooltip:hover {
	background-color:#d1d1d1;
}

.home-categories-promo-box {
	background:#ffffff;
}

.owl-item:nth-child(2n+1) .home-categories-promo-box {
    background: #ffffff;
}

/* Trusted Bar */
a.trusted-link {
	display:block;
	width:100%;
}

.trusted-shop-bar {
	background:#F1F1F1;
	border-radius: 10px;
	display:flex;
	align-items: center;
	padding:10px 12px;
	margin:14px 0px 20px 0px;
	width:100%;
}

.trusted-shop-bar .trusted-shop-img {
	margin-right:14px;
}

.trusted-shop-bar .trusted-shop-img img {
	display:block;
}

.trusted-shop-bar h4 {
	color:#6B8476;
	font-weight: 800;
	font-size: 12px;
	font-family: 'Public Sans', sans-serif !important;
}

.trusted-shop-bar p {
	color:#000000;
	font-size:12px;
	font-weight:500;
}

/* end Trusted Bar */

/* Main Menu */
@media screen and (min-width: 768px) {
	.menu .innermenu .menu-list > li:hover > div:after {
		content: '';
		background: white;
		position: absolute;
		max-width: 1860px;
		height: 100%;
		z-index: -1;
		margin: -6px auto 0 auto;
		border-right: 0px;
		border-left: 0px;
		border-bottom: 0px;
		-webkit-border-radius: 0 0 15px 15px;
		border-radius: 0 0 15px 15px;
		width: 96.5vw;
	}
	
	#shop_infopage15 .cooperation-small-box {
    	display: flex;
	}
	
	.categorydesc-left {
		position:relative;
	}
	
	.categorydesc-left .alpaka {
		position: absolute;
		bottom: 0;
	}
}

.home-arrangement-innerbox .home-arrangement-rightwrap .home-arrangement-buttom a { width:100% !important; }

/* Phone */
a.phone-mobile {
	display:none;
}
/* end Phone */

/* Mobile Top Bar */
@media screen and (max-width: 768px) {
	a.phone-mobile {
		display:block;
		order:2;
		display:flex;
		align-items: center;
	}
	
	a.phone-mobile img {
		max-width:24px;
		display:flex;
		align-items: center;
	}
	
	.menu-mobile-toggler {
		order:4;
		display:flex;
		align-items: center;
	}

	.basket-mobile-toggler,
	.logo-bar .logo-bar-right {
		order:3;
		display:flex;
		align-items: center;
	}

	a.link-logo.link-logo-img {
		order:1;
		padding-left: 0;
		text-align: left;
		width:200px;
	}

	.logo-bar .link-logo-img img {
		max-height: 30px;
	}
	
	.basket-mobile-toggler {
	    top: -2px;
	}
}

.search__container .search-form .btn, .search__input-area-item.search__input-area-item_grow {
    margin-top: 0;
}

#box_description h2.large, .box_description_pre h2.large, #box_description h2, .box_description_pre h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 30.8px;
    margin-bottom: 12px;
    color: #4f4f4f;
}


/* Promo Homepage */
.promo-baners {
	display:flex;
}

.home-categories-promo-box {
	padding:30px 50px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background:#ffffff; 
	/* max-width:50%; */
	max-width:100%;
	margin-right:1%;
	min-height: 178px;
}


.home-categories-promo-box:last-child {
	margin-right:0;
	margin-left:1%;
}

.home-categories-promo-box .home-categories-promo-title {
	font-family: 'Public Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 10px;
    display: block;
	color: #000;
	text-align: center;
}

.home-categories-promo-box p {
	font-family: 'Public Sans' !important;
	font-style: normal;
	font-weight: 400 !important;
	font-size: 18px !important;
	line-height: 24px !important;
	text-align: center !important;
	color: #000 !important;
}

.home-categories-promo-box a.promo-btn,
.home-categories-promo-box a.promo-btn-mobile {
	-webkit-border-radius: 50px;
	border-radius: 50px;
	color:#fff;
	font-size:16px;
	font-weight:700;
	background:#6B8476;
	padding:15px 30px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display:inline-block;
	float:right;
	font-family: 'Poppins', sans-serif !important;
	margin-left:30px;
}

.home-categories-promo-box a.promo-btn:hover,
.home-categories-promo-box a.promo-btn-mobile:hover {
	background-color:#769C91;
}

.home-categories-promo-box a.promo-btn-mobile { display:none; }

@media screen and (max-width: 1320px) {
	.home-categories-promo-box a.promo-btn {display:none;}	
	.home-categories-promo-box a.promo-btn-mobile {display:block; float:none; margin:30px auto 0 auto;}
	.home-categories-promo-box .home-categories-promo-title {font-size:18px; text-align:center;}
	.home-categories-promo-box p {text-align:center;}
}

@media screen and (max-width: 1110px) {
	.promo-baners {	display:block; }
	.home-categories-promo-box {width:100%; max-width:100%;	margin-right:0; text-align:center; margin-bottom:30px;}
	.home-categories-promo-box:last-child {	margin-left:0;}
}

@media screen and (max-width: 767px) {
	.shop_index #standsout {
		border-bottom: 0px !important;
	}
}

.home-categories-promo-box img {
    height: 0px;
}

/* Promo Boxes */
#owl-carousel-promo-boxes {
    border-top: 1px solid #b2b2b2;
    padding-bottom: 80px;
	padding-top: 30px;
}

@media screen and (min-width: 1100px) {
	#owl-carousel-promo-boxes .innerbox:after,
	#owl-carousel-promo-boxes .innerbox:before {
		content: '';
		position: absolute;
		top: 0;
		background: rgb(242,242,242);
		background: linear-gradient(270deg, #F2F2F2 0%, rgba(242, 242, 242, 0) 100%);
		height: 100%;
		width: 350px;
		z-index: 1;
		pointer-events: none;
		transition: opacity 200ms linear;
		opacity: 1;
		right: 0;
	}


#owl-carousel-promo-boxes .custom-wrap {
	overflow: visible !important;
}

}

.opinions-head-logo, .opinions-head-stars {
    text-align: center;
    margin-top: 15px;
}

.opinions-head-txt {
    color: #333333;
    font-weight: 400;
    font-size: 18px;
    font-family: 'Public Sans', sans-serif !important;
    line-height: 24px;
    text-align: center;
    max-width: 486px;
    margin: 15px auto 36px auto;
}

.shop_product #owl-carousel-promo-boxes:before {
    content: '';
    height: 1px;
    background: #BDBDBD;
    position: absolute;
    bottom: 0;
    left: -100vw;
    right: 0;
    width: 200vw;
}

.shop_product #owl-carousel-promo-boxes {
    border-top: 0px !important;
    padding-bottom: 80px;
	padding-top: 30px;
	position: relative;
}

@media screen and (min-width: 768px) {
	.menu .innermenu .menu-list > li:hover > div:after {
		padding-bottom: 30px;
	}
}


/* Consent Block */
.consents {
	max-width: 400px;
	position: fixed;
	bottom: 30px;
	left: 30px;
	background: #fff;
	padding: 30px;
	-webkit-box-shadow: 0 0 12px 0 #999999;
	box-shadow: 0 0 12px 0 #999999;
	border-radius: 10px;
	font-size:14px;
	font-weight:300;
	line-height:1.2;
}

@media screen and (max-width: 780px) {
	.consents {
		margin-right: 15px;
		padding: 15px;
		top: 90px;
		left: 15px;
		bottom: auto;
		z-index: 999999;
		position: fixed;
	}
}

.consents.consents_popup {
	max-width:50%;
	font-size:14px;
	font-weight:300;
	line-height:1.2;
	z-index:99999;
}

@media screen and (max-width: 780px) {
	.consents.consents_popup {
		max-width:100%;
		margin-right: 15px;
		padding: 15px;
		left: 15px;
		bottom: 15px;
		z-index: 999999;
		position: fixed;
	}
	
	.consents.consents_popup .consents__consent-description p {
		display:none;
	}
	
	.consents.consents_popup .consents__consent-description p.consents__text {
		display:block;
	}
}

.consents.consents_popup .consents__consent {
	display:flex;
	gap:15px;
}

.consents .consents__heading {
	font-size:16px;
	font-weight:600;
	margin-bottom:15px;
}

.consents p {
	margin-bottom:10px;
}

.consents a {
	text-decoration:underline;
}

.consents .consents__buttons {
	display: flex;
    flex-direction: row-reverse;
}

.consents .consents__buttons button,
.consents .consents__advanced-buttons button {
	padding:5px 15px !important;	
	font-size:14px !important;
	border:1px solid #dedede !important;
	margin-right:10px;
}

.consents .consents__buttons button.js__accept-all-consents,
.consents .consents__advanced-buttons button.js__save-consents{
	border:1px solid #000000 !important;
	background:#000000 !important;
	color:#fff !important;
}


.consents .btn.js__accept-necessary { display:none; }

/* Alpaka 24 */

#infopage49.box_infopage {
	max-width: 100%;
}

.about-us-banner {
	margin:0 30px;
	text-align:center;
}

.about-us-banner img {
	border-radius: 15px;
	width:100%;
	height:auto;
	display:block;
}

.about-us-center-content {
	position: relative;
	text-align: center;
	padding-bottom: 118px;
}

.about-us-center-content:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background-color: #bdbdbd;
}

#infopage23 .about-us-center-content:after { display:none; }

.about-us-center-content h6 {
	color: #4F4F4F;
	text-align: center;
	font-family: Public Sans;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 0.36px;
	text-transform: uppercase;
	max-width: 884px;
	margin: 76px auto 0 auto;
}

.about-us-center-content h3 {
	color: #000;
	text-align: center;
	font-family: Public Sans;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 48px;
	max-width: 884px;
	margin: 16px auto 25px auto;
}

.about-us-center-content p {
	color: #000;
	text-align: center;
	font-family: Public Sans;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	max-width: 884px;
	margin: 0 auto;
}

.about-us-half-half {
	max-width: 1680px;
	margin:0 auto;
	display: flex;
	position: relative;
}

@media screen and (max-width: 768px) {
	.about-us-half-half {
		display: block;
	}	
}

.about-us-half-half .left,
.about-us-half-half .right {
	width: 50%;
 	box-sizing: border-box;
	flex-direction: column;
 	display: flex;
 	justify-content: center;
}

@media screen and (max-width: 980px) {
	.about-us-half-half .left,
	.about-us-half-half .right {
		width: 100%;
		text-align: center;
	}
}

.about-us-half-half .left {
	padding: 130px;
}

@media screen and (max-width: 1200px) {
	.about-us-half-half .left {
		padding: 45px;
	}
}

.about-us-half-half .right {
	padding: 45px;
}

.about-us-half-half .left h2,
.about-us-half-half .right h2 {
	color: #000;
	font-family: Public Sans;
	font-size: 42px;
	font-style: normal;
	font-weight: 600;
	line-height: 48px;
	margin-bottom: 28px;
}
.about-us-half-half .left p,
.about-us-half-half .right p {
	color: #000;
	font-family: Public Sans;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}

.about-us-half-half .right .video-container {
	position: relative;
    overflow: hidden;
    padding-top: 56.25%;
	border-radius: 15px;
}

.about-us-half-half .right .video-container iframe {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}

.grey-line {
	content: "";
	display: block;
	/*position: absolute;*/
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background-color: #bdbdbd;
}

.about-us-half-half a.about-us-btn {
	display: flex;
	width: 332px;
	height: 50px;
	flex-direction: column;
	justify-content: center;
	flex-shrink: 0;
	color: #FFF;
	text-align: center;
	font-family: Public Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 800;
	line-height: 140%; /* 22.4px */
	letter-spacing: 0.32px;
	margin-top: 28px;
	border-radius: 50px;
	background: #6B8476;
	transition: 150ms;
}

.about-us-half-half a.about-us-btn:hover {
	background: #000000;
}

.about-us-center-content .photo-line {
	display: flex;
    justify-content: center;
	gap:40px;
	margin: 30px auto 0 auto;
}

.about-us-center-content .photo-line .image-container {
	position: relative;
    display: inline-block;
}

.about-us-center-content .photo-line .image-container img {
   max-width: 100%;
   height: auto;
   display: block;
	border-radius: 15px;
}

.about-us-center-content .photo-line .image-container .image-text {
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: white;
    padding: 16px;
    box-sizing: border-box;
    text-align: center;
	border-radius: 0 0 15px 15px;
	color: #4F4F4F;
	font-family: Public Sans;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.28px;
}

.about-us-center-content .photo-line .image-container .image-text h6 {
	color: #4F4F4F;
	text-align: left;
	font-family: Public Sans;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.28px;
	text-transform: uppercase;
	display: inline-block;
	margin: 0;
}

.about-us-bottom {
	margin-top: 75px;
}

.about-us-bottom .two-bottom-banners {
	max-height: 402px;
}

.about-us-bottom .two-bottom-banners .two-banners-wrap {
	border-radius: 15px;
}

.about-us-bottom .two-bottom-banners .two-banners-title {
	color: #F7F7F7;
	text-align: center;
	font-family: Public Sans;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 48px;
	top:50%;
}

.about-us-bottom .two-bottom-banners .two-banners-title p.small {
	font-size: 32px;
}


@media screen and (max-width: 780px) {
    .about-us-half-half .left {
        padding: 45px;
    }
	
	.about-us-center-content .photo-line {
		display:block;
		margin: 0px auto 0 auto;
	}
	
	.about-us-center-content .photo-line .image-container {
		margin-top:30px;
	}
	
	.about-us-bottom .two-bottom-banners {
		max-height: max-content;
	}
	
	.about-us-banner {
		margin: 0 auto;
		text-align: center;
	}
	
	.shop_infopage #infopage13 {
    	padding: 0 20px;
	}
	
	.about-us-center-content h3 {
		line-height: 32px;
	}
	
	.about-us-half-half .left h2, .about-us-half-half .right h2 {
		font-size:24px;
		line-height: 32px;
		margin-top:30px;
	}
	
	.about-us-center-content {
		padding-bottom: 50px;
	}
	
	.about-us-half-half .left {
        padding: 0px;
    }
	
	.about-us-half-half a.about-us-btn {
		display: flex;
		width: 100%;
		height: 50px;
		flex-direction: column;
		justify-content: center;
		flex-shrink: 0;
		color: #FFF;
		text-align: center;
		font-family: Public Sans;
		font-size: 14px;
		font-style: normal;
		font-weight: 800;
		line-height: 140%;
		letter-spacing: 0.32px;
		margin-top: 28px;
		border-radius: 50px;
		background: #6B8476;
		transition: 150ms;
		margin-bottom: 30px;
	}
}


.search__container .search-form .btn, .search__input-area-item.search__input-area-item_grow {
    margin-top: 30px;
}

/* Consent Block */
.consents {
	max-width: 400px;
	position: fixed;
	bottom: 30px;
	left: 30px;
	background: #fff;
	padding: 30px;
	-webkit-box-shadow: 0 0 12px 0 #999999;
	box-shadow: 0 0 12px 0 #999999;
	border-radius: 10px;
	font-size:14px;
	font-weight:300;
	line-height:1.2;
}

@media screen and (max-width: 780px) {
	.consents {
		margin-right: 15px;
		padding: 15px;
		top: 90px;
		left: 15px;
		bottom: auto;
		z-index: 999999;
		position: fixed;
	}
}

.consents.consents_popup {
	max-width:50%;
	font-size:14px;
	font-weight:300;
	line-height:1.2;
	z-index:99999;
}

@media screen and (max-width: 780px) {
	.consents.consents_popup {
		max-width:100%;
		margin-right: 15px;
		padding: 15px;
		left: 15px;
		bottom: 15px;
		z-index: 999999;
		position: fixed;
	}
}

.consents.consents_popup .consents__consent {
	display:flex;
	gap:15px;
}

.consents .consents__heading {
	font-size:16px;
	font-weight:600;
	margin-bottom:15px;
}

.consents p {
	margin-bottom:10px;
}

.consents a {
	text-decoration:underline;
}

.consents .consents__buttons {
	display: flex;
    flex-direction: row-reverse;
}

.consents .consents__buttons button,
.consents .consents__advanced-buttons button {
	padding:5px 15px !important;	
	font-size:14px !important;
	border:1px solid #dedede !important;
	margin-right:10px;
}

.consents .consents__buttons button.js__accept-all-consents,
.consents .consents__advanced-buttons button.js__save-consents{
	border:1px solid #000000 !important;
	background:#000000 !important;
	color:#fff !important;
}

.consents .btn.js__accept-necessary { display:none; }

#box_filter.box.foldable {
	display:none;	
}

.shop_infopage .box_infopage#infopage17 {
    padding: 0 0px !important;
}

/* How it's made */
.how-its-made {
	max-width:1680px;
	margin:0 auto;
}

.how-its-made .sofa-row {
	display:flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 780px) {
	.how-its-made .sofa-row {
		display:block;
		text-align: center;
	}
}

.how-its-made .sofa-row .sofa-img {
	flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 48%;
}

.how-its-made .sofa-row .sofa-number {
	display:flex;
	text-align: center;
    background: #fff;
    border-radius: 50%;
    font-size: 33px;
    font-weight: 700;
    width: 74px !important;
    height: 74px;
	align-items: center;
	justify-content: center;
	flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 4%;
}

@media screen and (max-width: 780px) {
	.how-its-made .sofa-row .sofa-number {
		margin:0 auto 30px auto;
	}
}

.how-its-made .sofa-row .sofa-txt {
	flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 48%;
	padding:0 120px;
}

@media screen and (max-width: 780px) {
	.how-its-made .sofa-row .sofa-txt {
		margin-bottom: 80px;
		padding:0 30px;
	}
}

.how-its-made .sofa-row .sofa-txt .header-sofa {
	color::#4f4f4f;
	text-transform:uppercase;
	font-size:18px;
	font-weight:600;
}


.white-blox {
	background:#fff;
	max-width:1130px;
	margin:60px auto;
	padding:60px;
	border-radius:10px;
}

.white-blox h4 {
	text-align:left;
	font-size:24px;
	font-weight:600;
	color:#000;
	text-transform:capitalize;
	padding-bottom:30px;
}

.white-blox p {
	font-size:18px !important;
	color:#000 !important;
	font-weight:400 !important;
	text-align:left !important;
	max-width:100% !important;
	padding-bottom:60px;
	line-height:1.5;
}

.white-blox ul {
	padding-left:50px;
	padding-bottom:60px;
	line-height:1.5;
}

.payment > .name > label[for="payment_5"]:after {
    content: '';
    display: block;
    background: url("https://scandicsofa.hu/skins/user/rwd_shoper_1/images/user/payment-icons.png") transparent no-repeat;
    width: 300px;
    height: 56px;
    margin: 5px 0;
}

/* Promo Box */
#promo-bar {background: #414141;}
#promo-bar .promo-box {
    background: #414141;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

#promo-bar .promo-box .just-a-txt {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
}

#promo-bar .promo-box .just-a-txt span {
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	color:#fff;
}

#promo-bar .promo-box .timer-container {
	background: #686868;
	border-radius: 50px;
	color:#fff !important;
	text-transform:uppercase;
	padding:5px 20px;
	margin:0 7px 0 22px;
	width:170px;
}

#promo-bar .promo-box .sale-button a {
	border: 1px solid #FFFFFF;
	border-radius: 50px;
	padding:5px 20px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	font-size:13px;
}

#promo-bar .promo-box .sale-button a:hover {
	border: 1px solid #819E8D;
	background:#819E8D;
}

 :root {
            --adjusted-promo-bar-height: 30px;
        }

@media screen and (max-width: 767px) {
    .logo-bar .search__container {
         top: calc(var(--adjusted-promo-bar-height) + 14px);

    }
}
/* end Promo Box */


a.comformy-top-link-mobile {
	display:none;
}

@media screen and (max-width: 768px) {
	a.comformy-top-link-mobile {
		display:block;
	}
	
	a.comformy-top-link {
		display:none;
	}
}