@charset "utf-8";
/* CSS Document */

* {
	font-family: 'Public Sans', sans-serif !important;
	color:#000;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
}

/* 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 auto;
		border: 1px solid #d1d1d1;
		-webkit-border-radius: 15px;
		border-radius: 15px;
		z-index: 10;
	    position: relative;
		max-width: 1860px;
	}
	
	.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.9vw; */
	    max-width: 1860px;
		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;
	}
	
	
}

/* Main Menu Responsive */
@media screen and (min-width: 1880px) {
	.menu .innermenu .menu-list > li:hover > div:after {
		width: 96.9vw;
	}
}
@media screen and (max-width: 1444px) {
	.menu .innermenu .menu-list > li > .link-wrap a span {
		font-size:14px;
	}
}

@media screen and (max-width: 1401px) {
	.menu .innermenu .menu-list li .link-wrap a {
	    padding: 8px 14px;
	}
}

@media screen and (max-width: 1385px) {
	.menu .innermenu .menu-list li .link-wrap a {
	    padding: 8px 13px;
	}
}

@media screen and (max-width: 1369px) {
	.menu .innermenu .menu-list li .link-wrap a {
	    padding: 8px 13px;
	}
	
	.menu .innermenu .menu-list > li > .link-wrap a span {
	    letter-spacing: 0.01em;
	}
}

@media screen and (max-width: 1359px) {
	.menu .innermenu .menu-list > li > .link-wrap a span {
	    letter-spacing: 0em;
	}
}

@media screen and (max-width: 1353px) {
	.logo-bar .link-logo-img {
 	   width: 230px;
	}
}

@media screen and (max-width: 1343px) {
	.logo-bar .link-logo-img {
 	   width: 220px;
	}
}

@media screen and (max-width: 1333px) {
	.menu .innermenu .menu-list li .link-wrap a {
	    padding: 8px 11px;
	}
}

@media screen and (max-width: 1317px) {
	.menu .innermenu .menu-list li .link-wrap a {
	    padding: 8px 10px;
	}
}

@media screen and (max-width: 1301px) {
	.menu .innermenu .menu-list > li > .link-wrap a span {
	    letter-spacing: 0.01em;
	}
}

@media screen and (max-width: 1291px) {
	.logo-bar .link-logo-img {
 	   width: 200px;
	}
}

@media screen and (max-width: 1271px) {
	.menu .innermenu .menu-list > li > .link-wrap a span {
	    letter-spacing: 0;
	}
}

@media screen and (max-width: 1261px) {
	.logo-bar-right {
		width: 160px;
	}
}

@media screen and (max-width: 1181px) {
	.menu .innermenu .menu-list li .link-wrap a {
	    padding: 8px 9px;
	}
}

@media screen and (max-width: 1165px) {
	.menu .innermenu .menu-list > li > .link-wrap a span {
		font-size: 13px;
	}
}

@media screen and (max-width: 1124px) {
	.menu .innermenu .menu-list > li > .link-wrap a span {
		font-size: 12px;
	}
}

@media screen and (min-width: 1600px) and (max-width: 1820px) {
	header {
		margin: 30px 30px;
	}
}
/* end Main Menu Responsive */

#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_80 {
	margin: -136px auto 50px auto;
    z-index: 0;
    position: relative;
    border-bottom: 1px solid #d1d1d1;
}

#box_slider_80 .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_80 .slider-text p.title:after, #box_slider_81 .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.pl/skins/user/rwd_shoper_18/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.pl/skins/user/rwd_shoper_18/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.pl/skins/user/rwd_shoper_18/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;
}

#owl-carousel-promo-boxes .owl-carousel .owl-item img {
	height: 0 !important;
}

.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;
}

/* 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 36px/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 20px 9px 20px;
    margin: 5px 0px;
    position: relative;
    cursor: pointer;
    transition: 250ms linear;
    border: 1px solid #d1d1d1;
    width: 250px;
    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: 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 */



/* 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;
}

@media screen and (min-width: 978px) {
	.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%;
	}
}

@media screen and (max-width: 978px) {
	.showroom-box {
		margin: 0 15px 30px 15px;
	}
	
	.showroom-box .img-frame, .showroom-box .img-frame img {
		border-radius: 10px 10px 0 0;
		height: auto;
		padding-bottom:30px;
	}
	
	.showroom-box .text-frame {
		text-align: center;
	}
	
	.showroom-box .address-frame {
		padding: 30px 0;
		border-left: 0 !important; 
		text-align:center;
	}
	
	.showroom-box .address-frame p {
		padding: 0 0px;
		text-align:center;
	}
	
}

.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:url('https://scandicsofa.pl/skins/user/rwd_shoper_23/images/user/play-button.svg');
	background-repeat:no-repeat;
	background-size: 22px 18px;
	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_79 > .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;
}

.logo-bar .menu.row .menu-list > li#hcategory_78 > .link-wrap > a > span::before{
    background:url('/userdata/public/assets/scandicsofa/categories/kategoria-lozko-dzieciece.jpg') transparent no-repeat;
    background-size:contain;
}

.logo-bar .menu.row .menu-list > li#hcategory_108 > .link-wrap > a > span::before{
    /* background:url('/userdata/public/assets/scandicsofa/categories/226x120/ScS_mobile-kategoria_226x120px-akcesoria.jpg') transparent no-repeat; */
	background:url('/userdata/public/assets/scandicsofa/categories/226x120/ScS_Kategorie-modul_szafki.jpg') transparent no-repeat;
    background-size:contain;
}

.logo-bar .menu.row .menu-list > li#hcategory_118 > .link-wrap > a > span::before{
	background:url('/userdata/public/assets/scandicsofa/categories/kategoria-art-mobile.jpg') transparent no-repeat;
    background-size:contain;
}


/* 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;
    }
}

/* Promo Homepage */
.promo-baners {
	display:flex;
}

.home-categories-promo-box {
	padding:30px 50px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background:#d5c4b7; 
	/* max-width:50%; */
	max-width:100%;
	margin-right:1%;
	min-height: 178px;
}

.owl-item:nth-child(2n+1) .home-categories-promo-box {
	background:#b5cdef;
}


.home-categories-promo-box:last-child {
	margin-right:0;
	margin-left:1%;
}

.home-categories-promo-box .home-categories-promo-title {
	font-size:22px;
	font-weight:700;
	color:#6B8476;
	/* text-transform:uppercase; */
	font-family: 'Poppins', sans-serif !important;
	margin-bottom: 10px;
    display: block;
}

.home-categories-promo-box p {
	font-size:16px;
	color:#333;
	font-weight:400;
	font-family: 'Poppins', sans-serif !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;
	}
}


/* 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;
}

}

/* Cart img */
#box_basketlist .productlist .productitem .img, #box_basketsummary .productlist .productitem .img {
    display: block !important;
}
/* end Cart img */

#box_description h2.large, .box_description_pre h2.large {
    font-size: 24px;
    font-weight: 400;
    line-height: 30.8px;
    margin-bottom: 12px;
	color: #4f4f4f;
}

#box_basketaddress .client-add-info tr td .test-karol {
	margin-top:15px;
}

#box_basketaddress .client-add-info tr td .test-karol input {
	margin-top:8px;
}

#box_basketaddress .client-add-info tr.additional-fields:last-child td {
	display:block !important;
}

#box_basketaddress .client-add-info tr td .test-karol label {
	font-size:14px;
}







/* Modal Top */
.modal.modal-addtobasket.modal-visible {
	top:102.5px !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 */

/* Download Page */
#shop_infopage29 .box_infopage {
    max-width: 100% !important;
    margin: 0 auto;
    padding: 0 !important;
}

#download-page {
	padding-bottom: 50px;
	text-align:center;
}

#download-page .custom-wrap {
	max-width:1000px;
}

#download-page .dowload-page-header {
	width: 100%;
    width: 100%;
    padding-bottom: 0px;
    text-align: center;
    font: normal normal 600 24px/48px Public Sans;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

#download-page .grey-line {
	height: 1px;
    background: #bdbdbd;
    margin-top: 50px;
}

#download-page .dowload-page-txt {
	margin:50px auto 80px auto;
	text-align:center;
	max-width:800px;
}

#download-page .product-tab {
	padding: 15px 0;
	display: flow-root;
	border-bottom:1px solid #dedede;
	margin: 0 auto;
    max-width: 1200px;
	clear:both;
}

#download-page #home_products_owls {
	overflow: hidden !important;
}

#download-page .product-tab .product-title {
	min-width: 500px;
    text-align: left;
	float:left;
}

#download-page .product-tab .product-title a {
	display:inline-block;
	padding:6px 0;
}

#download-page .product-tab .product-title a:hover {
	opacity:0.8;
}

#download-page .product-tab .skp-file,
#download-page .product-tab .obj-file,
#download-page .product-tab .fbx-file {
	float:right;
}

#download-page .product-tab .skp-file a,
#download-page .product-tab .obj-file a,
#download-page .product-tab .fbx-file a {
	border: 1px solid #d1d1d1;
    padding: 6px 25px 6px 10px;
    border-radius: 25px;
	margin-left:30px;
	-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;
	display:inline-block;
	min-width:110px;
}

#download-page .product-tab .skp-file a:before,
#download-page .product-tab .obj-file a:before,
#download-page .product-tab .fbx-file a:before {
	content:'';
	display:inline-block;
	background:url('https://scandicsofa.pl/skins/user/rwd_shoper_23/images/user/download-circular-button.png');
	background-repeat:no-repeat;
	width:16px;
	height:16px;
	margin-right:20px;
	top: 3px;
    position: relative;
}

#download-page .product-tab .skp-file a:hover,
#download-page .product-tab .obj-file a:hover,
#download-page .product-tab .fbx-file a:hover {
	background-color: #ffffff;
}

/* WSPÓŁPRACA NEW */
#shop_infopage45 .box_infopage,
#shop_infopage15 .box_infopage {
    max-width: 100% !important;
	margin: 0 auto;
	padding: 0 !important;
}

#shop_infopage45 .boxhead,
#shop_infopage15 .boxhead {
	padding-bottom:0px !important;
}

#shop_infopage45 .grey-line,
#shop_infopage15 .grey-line {
	height: 1px;
	background: #bdbdbd;
	margin-top:50px;
}

#shop_infopage45 h4,
#shop_infopage15 h4 {
	text-align: center;
	font-weight: 600 !important;
	font-size: 18px !important;
}

#shop_infopage45 h4.separator,
#shop_infopage15 h4.separator {
	font-size:18px !important;
	font-weight:600 !important;
	text-transform:uppercase;
	margin-bottom:30px !important;
	text-align:left;
	margin-top:0px;
}

#shop_infopage45 .cooperation-box,
#shop_infopage15 .cooperation-box {
	max-width:1300px;
	margin:60px auto;
	display:flex;
}

#shop_infopage45 .cooperation-img,
#shop_infopage15 .cooperation-img {
	flex-shrink: 0;
}

#shop_infopage45 .cooperation-box .cooperation-txt,
#shop_infopage15 .cooperation-box .cooperation-txt {
	margin-left:60px;
}

#shop_infopage45 .cooperation-box .cooperation-txt ul,
#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_infopage45 .cooperation-small-box,
#shop_infopage15 .cooperation-small-box {
	display:block;
	text-align: center;
	max-width: 560px;
	margin: 25px auto;
	border:1px solid #333333;
	border-radius: 10px;
	position: relative;
	padding: 14px 14px 24px 14px;
}

#shop_infopage45 .cooperation-small-box .cooperation-small-box-img,
#shop_infopage15 .cooperation-small-box .cooperation-small-box-img {
	flex-shrink: 0;
}

#shop_infopage45 .cooperation-small-box .cooperation-small-box-img img,
#shop_infopage15 .cooperation-small-box .cooperation-small-box-img img {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display:block;
}

#shop_infopage45 .cooperation-small-box .cooperation-small-box-txt,
#shop_infopage15 .cooperation-small-box .cooperation-small-box-txt {
	padding:15px 30px;
	text-align: left;
}

#shop_infopage45 .cooperation-small-box .cooperation-small-box-txt h5,
#shop_infopage15 .cooperation-small-box .cooperation-small-box-txt h5 {
	font-family:'Poppins', 'Montserrat', sans-serif !important;
	font-weight:600;
	line-height:27px;
	text-align: left;
	font-size: 20px;
	margin-bottom: -3px;
}

#shop_infopage45 .cooperation-small-box .cooperation-small-box-txt h6,
#shop_infopage15 .cooperation-small-box .cooperation-small-box-txt h6 {
	font-family:'Poppins', 'Montserrat', sans-serif !important;
	font-weight:400;
	font-size:16px;
	line-height:27px;
	text-transform:uppercase;
}

#shop_infopage45 .cooperation-box .cooperation-txt p,
#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_infopage45 .cooperation-box .cooperation-txt .cooperation-small-box .cooperation-small-box-img img,
#shop_infopage15 .cooperation-box .cooperation-txt .cooperation-small-box .cooperation-small-box-img img {
	border-radius: 10px;
}

#shop_infopage45 .cooperation-txt .cooperation-small-box .cooperation-small-box-txt p,
#shop_infopage15 .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_infopage45 a.cooperation-link,
#shop_infopage15 a.cooperation-link {
	position: relative;
	margin: -45px auto 50px auto;
	border: 1px solid #333333;
	box-sizing: border-box;
	border-radius: 50px;
	display:block;
	width:420px;
	height:60px;
	line-height:60px;
	text-align:center;
	background: #f3f3f3;
	-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_infopage45 a.cooperation-link:hover,
#shop_infopage15 a.cooperation-link:hover {
	background: #ffffff;
}

.module-block {
	background:url('https://scandicsofa.pl/userdata/public/assets/scandicsofa/infopages/cooperation-image2.png');
	background-repeat:no-repeat;
	background-position:center right;
	background-color:#3c5545;
	padding:60px 0;
	margin:80px auto;
}

.module-block .inner-module-block {
	max-width: 1300px;
    margin: 0 auto;
	color:#ffffff;
	font-family: 'Poppins', sans-serif !important;
}

.module-block .inner-module-block h3 {
	font-size:26px;
	font-weight:700;
	color:#fff;
	font-family: 'Poppins', sans-serif !important;
}

.module-block .inner-module-block p {
	font-size:16px;
	max-width:600px;
	color:#fff;
	margin-top:22px;
	margin-bottom:32px;
	font-family: 'Poppins', sans-serif !important;
	font-weight:300;
}

.module-block .inner-module-block p strong {
	color:#fff;
	font-weight:700;
}

.module-block .inner-module-block a {
	display:block;
	max-width:360px;
	text-align:center;
	background: #6B8476;
    color: #fff;
	font-size:20px;
    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;
	padding: 16px 50px;
    border-radius: 50px;
	font-family: 'Poppins', sans-serif !important;
}

.module-block .inner-module-block a:hover {
	opacity:0.8;
}

.our-work-boxhead {
	margin-bottom:60px;
}

.our-work {
	max-width: 1300px;
    margin: 0 auto 62px auto;
    background: #fff;
    border-radius: 10px;
    display: flex;
}

.our-work .our-work-img {
	flex-shrink: 0;
}

.our-work .our-work-img.left-radius img {
	border-radius:10px 0 0 10px;
}

.our-work .our-work-img.right-radius img {
	border-radius:0 10px 10px 0;
}

.our-work .our-work-img img {
	margin-bottom:-4px;
}

.our-work .our-work-txt {
	padding: 32px 30px 30px 60px;
}

.our-work .our-work-txt h5 {
	font-family: 'Poppins', sans-serif !important;
	font-size:18px;
	text-transform:uppercase;
	font-weight:600;
	margin-bottom:22px;
}

.our-work .our-work-txt p {
	font-family: 'Poppins', sans-serif !important;
	font-size:16px;
	font-weight:400;
}

.contact-form-boxhead {
	margin-top:55px;
	margin-bottom:31px;
}

.contact-form #box_contact,
.shop_contact #box_contact {
	max-width: 680px;
	margin:0 auto;
}

.contact-form #box_contact select, 
.contact-form #box_contact input:not([type="radio"]), 
.contact-form #box_contact textarea,
.shop_contact #box_contact select, 
.shop_contact #box_contact input:not([type="radio"]), 
.shop_contact #box_contact textarea {
	height: 60px;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    background: #ffffff;
    width: 100%;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    color: #333;
	border-radius:10px;
}

.contact-form #box_contact textarea,
.shop_contact #box_contact textarea {
	height:260px;
}

.contact-form #box_contact button,
.shop_contact #box_contact button {
	border:1px solid #333;
	min-width:150px;
	text-align:center;
	display:block;
	margin:0 auto 60px auto;
	border-radius:50px;
	font-size:16px;
	font-weight:400;
	color:#333;
	-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;
}

.contact-form #box_contact button:hover,
.shop_contact #box_contact button:hover {
	background:#fff;
}

@media screen and (min-width: 768px) { 
	.our-work-img-mobile {
		display:none;
	}
}

@media screen and (max-width: 768px) {
	#shop_infopage45 .cooperation-box,
	#shop_infopage15 .cooperation-box {
		margin: 15px 15px 50px 15px;
		display: block;
	}
	
	#shop_infopage45 .cooperation-box .cooperation-txt,
	#shop_infopage15 .cooperation-box .cooperation-txt {
		margin-left: 0;
		margin: 15px;
	}
	
	#shop_infopage45 .cooperation-small-box,
	#shop_infopage15 .cooperation-small-box {
		margin: 25px 15px;
	}
	
	#shop_infopage45 a.cooperation-link,
	#shop_infopage15 a.cooperation-link {
		width:320px;
		line-height: 40px;
		height: 40px;
		margin: -40px auto 50px auto;
	}
	
	#shop_infopage45 .cooperation-small-box .cooperation-small-box-img,
	#shop_infopage15 .cooperation-small-box .cooperation-small-box-img {
		flex-shrink: 0.5;
	}
	
	#shop_infopage45 .cooperation-small-box .cooperation-small-box-txt,
	#shop_infopage15 .cooperation-small-box .cooperation-small-box-txt {
		padding: 5px 15px;
		text-align: left;
	}
	
	.module-block {
		display:none;
	}
	
	.our-work {
		margin: 0 15px 32px 15px;
		border-radius: 10px;
		display: block;
	}
	
	.our-work .our-work-txt {
		padding: 30px 30px 30px 30px;
	}
	
	.our-work .our-work-img.left-radius img,
	.our-work .our-work-img.right-radius img,
	.our-work-img-mobile img {
		border-radius:10px 10ox 0 0;
	}

	.our-work-img-desktop {
		display:none;
	}
	
	.our-work .our-work-txt h5 {
		text-align:center;
	}
	
	.contact-form {
		margin:0 15px;
	}
	
	#shop_infopage45 .cooperation-small-box .cooperation-small-box-txt h6,
	#shop_infopage15 .cooperation-small-box .cooperation-small-box-txt h6 {
		font-size:14px;
	    line-height: 1;
	    margin-bottom: 3px;
	}
	
	#shop_infopage15 .cooperation-small-box .cooperation-small-box-txt p {
		font-size:15px;
	}
	
	
}

.alert {
	margin: 1em 0;
}
	
.alert p { color:#FFF; }

.shop_contact #box_contact {
	display:none;
}

#btn-go-back a {
    border: 1px solid #333;
    width: 350px;
    padding: 15px 0;
    text-align: center;
    display: block;
    margin: 30px auto 60px auto;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    -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;
}

#btn-go-back a:hover {
	background:#fff;
}
/* end WSPÓŁPRACA */

/* Marta CZ. */
.stock-tooltip-modal{
    max-width: 168px;
}
.stock-tooltip-modal .name{
    display: block;
    text-align: center;
    color: #333333;
    font-size: 12px;
    font-weight: 300;
    line-height: 22px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-radius: 10px !important;
}

.ui-widget-content {
    border: 1px solid #ffffff;
}

.ui-tooltip {
    padding: 0 0 5px 0 !important;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 0.2) !important;
	box-shadow: 0 0 5px rgb(0 0 0 / 0.2) !important;
	border-radius: 10px !important;
}

.stock-tooltip-modal {
    min-width: 150px;
    min-height: 179.5px;
}

img.stock-tooltip-img {
	border-radius:10px 10px 0 0;
}

body .ui-tooltip {
    border-width: 0px !important;
}

#infopage33 .owl-carousel .owl-item img {
	border-radius: 10px 10px 0 0;
}

#infopage35 #home_video_module .custom-wrap > div:nth-child(2) {
    text-align: right;
}

#shop_category102 .product-inner-wrap img {
	border-radius:10px;
}







#box_productfull .maingallery-wrap .owl-stage-outer,
.owl-carousel .owl-stage,
#box_productfull .maingallery-wrap .owl-item {
    border-radius: 10px;
}

.friendly_banner_inner h2 {
    max-width: 400px !important;
	font: normal normal 600 42px/48px Public Sans !important;
    margin-bottom: 0 !important;
}

.friendly_banner_inner h2:after {
	display:none !important;
}

.employees-box .employees-name {
    font-weight: 700 !important;
    font-size: 18px !important;
}

.employees-box .employees-spec {
    font-size: 14px !important;
    font-weight: 300 !important;
}
/* end Marta CZ. */

/* Sofy Modułowe */
#shop_category54 #konfigurator .content p {
	color:#fff;
}

#konfigurator .content a,
.dunorter .dunorter-txt a, 
.fjord .fjord-txt a {
	border-radius: 50px;
}

.dunorter {
    border-radius: 10px 0 0 10px;
}

.fjord {
    border-radius: 0 10px 10px 0;
}

#shop_category54 #home_faq {
	clear: both;
    max-width: 1355px !important;
    margin: 100px auto !important;
}
/* end Sofy Modułowe */

.additional-info {
	font-size: 12px;
    margin-bottom: 20px;
}

/* Product button */
#shop_product5056 #box_productfull .tkanina3,
#shop_product5057 #box_productfull .tkanina3 {
	display:none !important;
}
/*
#shop_category118 h1.category-name:after,
a#headlink44:after {
	content: 'NOWOŚĆ';
    color: #FFF;
    background-color: #6B8476;
    padding: 2px 6px;
    border-radius: 10px;
    font-size: 9px;
    position: relative;
    top: -12px;

}

@media screen and (max-width: 768px) {
	a#headlink44:after {
		top: -44px;
		left: 165px;
	}
}*/

@media screen and (min-width: 768px) {
.menu .innermenu .parent:hover > span a::after {
    right: 0px !important;
}


}


/* Temp */
.products.viewphot .product .prodimage .img-wrap {
	text-align:center;
}

@media screen and (min-width: 768px) {
	.home-arrangement-innerbox .productname {
		height: 75px;
		overflow: visible;
	}
}

.home-arrangement-innerbox .home-arrangement-rightwrap .home-arrangement-box {
    background: #f3f3f3 !important;
    border: 1px solid #bdbdbd !important;
}

.products.viewphot .tags li.new {
	margin-left:30px;
}


a.comformy-top-link img,
a.comformy-top-link-mobile img {
	max-height: 14px;
    margin-top: 3px;
}

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;
	}
}

/* Spring Sale */
.spring-sale {
	background:#414141;
	display:flex;
	text-align:center;
	align-items: center;
    justify-content: center;
	padding:5px;
}

.spring-sale .just-a-txt {
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	color:#fff;
}

.spring-sale .just-a-txt span {
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	color:#fff;
}

.spring-sale .timer-container {
	background: #686868;
	border-radius: 50px;
	color:#fff !important;
	text-transform:uppercase;
	padding:5px 20px;
	margin:0 7px 0 22px;
	width:170px;
}

.spring-sale .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;
}

.spring-sale .sale-button a:hover {
	border: 1px solid #819E8D;
	background:#819E8D;
}

.timer-container,
#timer {
	display:flex;
	margin-left:10px;
}

.timer-container .timer-txt,
.timer-container .timer-txt span,
#timer,
#timer div {
	color:#fff;
	font-size:13px;
}

.logo-bar .link-logo-img {
	text-align:center;
}

.spring-sale-mobile {
	display: none;
}

@media screen and (max-width: 825px) {
	.spring-sale,
	.spring-sale .timer-container,
	.spring-sale .sale-button {
		display:none;
	}
	
	.spring-sale-mobile {
		display: block;
		background:#414141;
		display:flex;
		text-align:center;
		align-items: center;
		justify-content: center;
		padding:5px;
	}
	
	.spring-sale .just-a-txt,
	.spring-sale-mobile .just-a-txt {
		font-size:11px;
		color: #fff;
	}
	
	.spring-sale .just-a-txt span,
	.spring-sale-mobile .just-a-txt span {
		color:#819E8D;
		font-size:11px;
	}
	
	
}

.search__container .search-form .btn,
.search__input-area-item.search__input-area-item_grow {
	margin-top:20px;
}

/* 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;
	}
}

/* Filtry Materace */
.custom_filters #box_filter .innerbox {
	display:flex;
}

.custom_filters #box_filter .innerbox .multiselect > span {
	text-align: center;
    font: normal normal 300 16px/22px Public Sans;
    letter-spacing: 0.32px;
    color: #000000;
	background: #f4f4f4 !important;
	padding: 4px 20px;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #d1d1d1;
    border-radius: 25px;
	margin-right:17px;
}

.custom_filters #box_filter .innerbox .multiselect:last-child span {
	margin-right:0px;
}

.custom_filters #box_filter .innerbox .multiselect ul {
	margin-top: 15px;
    border-radius: 10px;
}

#box_filter .innerbox > div ul li {
    margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
	.promocode .btn:not(.search__btn-search) {
		margin-top: 10px;
	}
}