@import 'legacy.css';
/* @import "mobile.css"; */
/* @import url("https://use.typekit.net/fep6ljk.css"); */

@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans-Bold-webfont.eot');
	src: url('../fonts/OpenSans-Bold-webfont.eot?#iefix')
			format('embedded-opentype'),
		url('../fonts/OpenSans-Bold-webfont.woff') format('woff'),
		url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
		url('../fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans-Regular-webfont.eot');
	src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix')
			format('embedded-opentype'),
		url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
		url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
		url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans-Semibold-webfont.eot');
	src: url('../fonts/OpenSans-Semibold-webfont.eot?#iefix')
			format('embedded-opentype'),
		url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'),
		url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
		url('../fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold')
			format('svg');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Yeseva One';
	src: url('../fonts/YesevaOne-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

html,
body {
	overflow-x: hidden;
}
body {
	font-family: 'Open Sans' !important;
}
a,
a:visited,
a:active,
a:hover {
	text-decoration: none;
	outline: none;
}

a:hover {
	color: inherit !important;
}
label {
	font-weight: 400 !important;
}

#sofa-logo {
	height: 30px;
}

#sofa-sellingpoints {
	font-family: 'Open Sans', serif;
	background-color: #f2e7e4;
	color: #0e273a;
	padding: 5px 10px;
	z-index: 2;
	position: fixed;
	top: 0;
	width: 100%;
}

.icon-cart {
	background: url('../img/svg/delivery-icon.svg') no-repeat;
}

.icon-price {
	background: url('../img/svg/pricetag-icon.svg') no-repeat;
}

.icon-payment {
	background: url('../img/svg/creditcard-icon.svg') no-repeat;
}

.icon-satisfied {
	background: url('../img/svg/icon-satisfied.svg') no-repeat;
}

.__s-icon {
	background-size: contain;
	height: 30px;
	width: 30px;
	display: inline-block;
	vertical-align: middle;
}

.sellingpoint-single {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 14px;
}

#sofa-head {
	margin-top: 50px;
}

#sofa-nav {
	margin-top: 15px;
	padding-bottom: 10px;
}

@media (max-width: 800px) {
	#sofa-nav {
		margin-top: 0;
		padding-bottom: 0;
	}
}

#sofa-nav ul {
	margin: 0;
	padding: 0;
}

#sofa-nav ul > li {
	display: inline-block;
	padding: 0 20px;
}

@media (max-width: 991px) {
	#sofa-nav ul > li {
		padding: 0 10px;
	}
}

#sofa-nav ul > li > a {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 28px;
	color: #0e273a;
	text-align: center;
	padding: 15px 0;
	background: url('../img/svg/icon-arrow-down.svg');
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 25px;
}
.mm_has_sub > a .mm_arrow {
	background: url('../img/svg/icon-arrow-down.svg') no-repeat 0px 5px;
	display: inline-block;
	width: 20px;
	height: 19px;
}

#sofa-nav ul > li > a:hover {
	font-weight: 600;
	color: #0e273a;
}

li > div > ul > li > a {
	background: none !important;
}

#sofa-nav ul > li > a:hover {
	font-weight: 600;
}

/**
 * Sub nav
 */
#sofa-nav ul > li > div {
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	border-left: 1px solid #e2eaf0;
	border-right: 1px solid #e2eaf0;
	border-bottom: 1px solid #e2eaf0;
	text-align: left !important;
	margin-top: 10px;
	background: #fff;
	top: 26px;
	padding: 0 20px;
	/* height: auto!important; */
}

#sofa-nav ul > li.mouse-over > div {
	display: block !important;
}

#sofa-nav ul > li:hover > div > ul > li {
	width: 25%;
	padding: 5px;
}

#sofa-nav ul > li:hover > div li > div {
	display: none !important;
}

header#header {
	position: fixed;
	z-index: 99;
	width: 100%;
	background: #fff;
	padding: 10px 0;
}

#sofa-cart-summary {
	min-height: 100vh;
	max-height: 100vh;
	overflow-y: scroll;
	width: 35%;
	max-width: 600px;
	background: #fff;
	display: none;
	position: fixed;
	padding: 40px;
	top: 0;
	right: 0;
	z-index: 109;
}
@media (max-width: 767px) {
	#sofa-cart-summary {
		padding-bottom: 120px !important;
	}
}
@media (min-width: 992px) {
	#checkout #header-top-right {
		padding-top: 4px;
	}
}
#header-top-right a {
	font-family: 'Open Sans' !important;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	color: #0e273a;
}

#header-top-right #sofa-header-cartLink {
	background: url('../img/svg/icon-basket.svg');
	background-size: 42px;
	background-repeat: no-repeat;
	padding-top: 9px;
	padding-bottom: 10px;
	padding-left: 40px;
}
#header-top-right #sofa-header-showroom {
	padding-right: 15px;
	background: url('../img/svg/showroom.svg');
	padding-left: 27px;
	background-size: 22px;
	background-repeat: no-repeat;
}
#header-top-right #sofa-header-customerCare {
	background: url('../img/svg/customerservice.svg');
	background-size: 36px;
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-bottom: 10px;
	padding-left: 35px;
	padding-right: 10px;
}

@media (max-width: 991px) {
	#header-top-right #sofa-header-customerCare {
		padding-left: 35px;
		padding-right: 5px;
	}
	#header-top-right #sofa-header-showroom,
	#header-top-right #sofa-header-erhverv {
		display: none !important;
	}
}

@media (max-width: 1199px) {
	#sofa-header-showroom {
		display: none;
	}
}

#header-top-right #sofa-header-cartLink::before {
	content: attr(data-cart-qty);
	position: absolute;
	right: 50px;
	font-size: 9px;
	background: #ec9b7b;
	padding: 3px 7px;
	border-radius: 50%;
	color: #fff;
	top: -10px;
}
@media (max-width: 800px) {
	#header-top-right #sofa-header-cartLink::before {
		right: 22px !important;
		top: 0;
	}
}
@media (max-width: 767px) {
	#header-top-right #sofa-header-customerCare {
		padding-right: 0;
	}
	#header-top-right #sofa-header-cartLink,
	#header-top-right #sofa-header-customerCare {
		background-position: -5px -5px;
	}
}

.sofa-cart-accept-alert {
	display: none;
	background: #fff;
	position: fixed;
	width: 35%;
	max-width: 600px;
	z-index: 109;
	top: 100px;
	left: 50%;
	transform: translateX(-50%);
	padding: 40px;
	text-align: center;
}

.sofa-cart-accept-alert h2 {
	font-family: 'Yeseva One';
	font-style: normal;
	font-weight: normal;
	font-size: 35px;
	line-height: 41px;
	text-align: center;
	color: #272219;
	margin: 0;
}

.sofa-cart-accept-alert .must-accept {
	margin: 20px 0;
}

.sofa-cart-accept-alert .tos-popup-btns a {
	width: 48%;
	display: inline-block;
	text-align: center;
}

.sofa-cart-accept-alert .tos-popup-btns a {
	border-radius: 2px;
	padding: 10px;
	font-family: 'Open Sans' !important;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 28px;
	align-items: center;
	text-align: center;
}

.sofa-cart-accept-alert .tos-popup-btns a.tos-popup-decline {
	background: #e2eaf0;
	color: #060e15;
}

.sofa-cart-accept-alert .tos-popup-btns a.tos-popup-decline:hover {
	color: #060e15 !important;
}

.sofa-cart-accept-alert .tos-popup-btns a.tos-popup-accept {
	background: #e07b52;
	color: #fff;
}

.sofa-cart-accept-alert .tos-popup-btns a.tos-popup-accept:hover {
	color: #fff !important;
}

.clear-filter {
	background: url('../img/icons/icon_close.png');
	height: 12px;
	width: 12px;
	display: block;
	float: right;
}

a.cart-close-icon {
	background: url('../img/icons/icon_close.png');
	height: 12px;
	width: 12px;
	display: block;
	float: right;
}

a.cart-item-delete {
	background: url('../img/icons/icon_trash.png');
	height: 23px;
	width: 22px;
	display: block;
	float: right;
}

a.btn-to-cart,
a.btn-to-checkout {
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 8px 50px;
	background: #00B67A;
	border-radius: 2px;
	color: #fff;
	width: 100%;
	text-align: center;
	display: block;
	margin-bottom: 20px;
}

a.btn-to-cart:hover {
	color: #fff !important;
	text-decoration: none !important;
}

#sofa-cart-summary h4 {
	font-family: 'Open Sans' !important;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	color: #060e15;
	margin-top: -6px;
}

.ajaxcart-noitems {
	display: none;
	width: 100%;
	height: 50vh;
	text-align: center;
}

#sofa-searchheader {
	margin-top: -6px;
}
#sofa-searchheader input {
	/* border: none; */
	background: url('../img/icons/search_icon.png') no-repeat right + 10px
		center/20px;
	background-size: ;
	padding: 10px;
	padding-left: 16px;
	width: 100%;
	border: 1px solid #eee;
}

#sofa-searchheader input::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #0e273a;
	opacity: 1; /* Firefox */
}

#sofa-searchheader button {
	display: none;
}

#sofa-cart-summary-overlay {
	height: 100vh;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}

.cart-summary-content {
	display: none;
	padding: 15px;
	/* overflow: scroll; */
}
#ajax-related {
	padding: 15px;
}
.sofa-ajaxcart-close {
	float: right;
}

#sofa-footer {
	margin-top: 0;
	padding-top: 50px;
	padding-bottom: 50px;
	background: #0e273a;
	color: #fff;
	/* font-family: 'proxima-nova', sans-serif !important; */
	font-size: 16px;
}

#sofa-footer {
	/* font-family: 'proxima-nova', sans-serif !important; */
	font-size: 16px;
}

#sofa-footer ul {
	margin: 0;
	padding: 0;
}

#sofa-footer ul li {
	list-style: none;
}

#sofa-footer ul li a {
	color: #fff;
	/* font-family: 'proxima-nova', sans-serif !important; */
}

.footer-row {
	margin-top: 60px;
}

.social-links-footer a {
	margin: 0 5px;
}

#sofa-product-top {
	background: linear-gradient(0deg, #fff 0px, #f2e7e4 0px);
	/*margin-top: 120px;*/
	padding-top: 60px;
	padding-bottom: 60px;
}
@media (min-width: 1291px) {
	#sofa-product-top {
		padding: 160px 60px 120px 60px;
	}
}

nav.breadcrumb {
	margin-top: 20px;
	margin-bottom: 10px;
	list-style: none;
	background-color: transparent !important;
	padding-left: 0;
	padding-right: 0;
}

nav.breadcrumb ol {
	list-style: none !important;
	padding: 0 !important;
}

nav.breadcrumb ol > li {
	display: inline-block !important;
}

nav.breadcrumb ol > li:after {
	content: '/';
	color: #999 !important;
}

nav.breadcrumb ol > li:last-child:after {
	content: '';
}

nav.breadcrumb ol > li > a {
	color: #999;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px;
}

nav.breadcrumb ol > li:last-child > a {
	color: #333 !important;
}

ul.product-images {
	margin: 0;
	padding: 0;
}

li.thumb-container {
	margin: 10px 0;
	list-style: none;
	display: inline-block;
}

.product-name-top {
	font-style: normal;
	font-weight: normal;
	font-size: 38px;
	line-height: 44px;
	color: #060e15;
	margin-bottom: 20px;
}

.product-cover {
	text-align: center;
}

.js-qv-product-cover {
	mix-blend-mode: darken;
	max-height: 100%;
	/* width: auto !important; */
	object-fit: cover;
}

.product-c2abox {
	background: #fff;
	padding: 20px 30px !important;
}

@media (max-width: 992px) {
	.product-c2abox {
		margin-top: 20px;
	}
}

.product-c2abox .product-price {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 800;
	font-size: 24px;
	line-height: 24px;
	color: #e07b52;
	display: inline-block;
}

.product-c2abox .product-discount {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	text-decoration-line: line-through;
	color: #999;
	display: inline-block;
	margin-left: 20px;
}

#sofa-product-top .product-flags {
	position: absolute;
	z-index: 90;
	right: 30px;
	margin-top: 10px;
}

.product-list-cover .product-flags {
	position: absolute;
	z-index: 90;
	left: 10px;
	padding: 0;
	top: 10px;
}

div#product-price-payever {
	margin-top: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	width: 100%;
	border-radius: 2px;
	background: #e2eaf0;
	text-align: center;
	padding: 10px;

	font-family: 'Open Sans' !important;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
}

div#product-price-payever span {
	text-align: start;
}

div#product-price-payever img {
}

div#product-price-payever .payever-widget-block {
	display: block;
	padding: 0;
	pointer-events: none;
}

@media (max-width: 435px) {
	div#product-price-payever img {
		width: 44px;
		height: 44px;
	}
}

#product div#product-price-payever {
	display: none;
}

#product anyday-price-widget {
	background: #e2eaf0;
	padding-block: 0.5rem;
	border-radius: 4px;
}

.product-variants-item span.color {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	min-width: 52px;
	min-height: 52px;
	padding: 2px;
	border: 1px solid transparent;
	border-radius: 2px;
}

.product-variants-item a {
	font-family: 'Open Sans' !important;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	/* identical to box height, or 117% */

	text-align: right;
	text-decoration-line: underline;

	/* Primary/200 */

	color: #557894;
}

.product-variants-item ul {
	margin: 0;
	padding: 0;
	margin-top: 10px;
	display: grid;
	grid-template-columns: repeat(auto-fill, 58px);
}

.product-variants-item ul > li {
	display: inline-block;
	width: 100%;
}

.product-variants-item ul > li > label > input[type='radio'] {
	display: none;
}

.product-variants-item .selected-variant {
	border: 1px solid #e07b52 !important;
	border-radius: 2px;
}

.product-variants-item .variant-checkbox {
	border: 1px solid transparent;
	padding: 2px;
}

.product-variants-item .selected-variant::after {
	display: block;
	background: url('../img/icons/icon_checkmark.svg');
	content: ' ';
	position: absolute;
	width: 28px;
	height: 28px;
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: -28px;
	margin-left: 4px;
}

/** Payever styles **/
.pe-widget-card {
	border-color: transparent !important;
	background-color: transparent !important;
	max-width: unset !important;
	max-height: unset !important;
}

.pe-widget-card[_ngcontent-bis-c15] {
	background: unset !important;
	border: unset !important;
}

.rate-button-small {
	background: transparent !important;
}

.rate-button-small finexp-ui-santander-icon-short {
	display: none !important;
}

.rate-button[_ngcontent-dae-c20] {
	padding: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h3,
.h2 {
	font-family: 'Yeseva One' !important;
}

#sofa-product-inspiration {
	margin: 0 0 30px;
	clear: both;
}

#sofa-product-inspiration h3 {
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	line-height: 28px;
}
#sofa-test {
	padding-bottom: 2rem;
}
#sofa-product-inspiration img {
	max-width: 100% !important;
}

#sofa-product-details {
	margin: 0;
	background: #f9fcff;
	padding: 40px;
	font-family: 'Open Sans' !important;
	font-style: normal;
	font-weight: normal;
}

#sofa-product-details .h3 {
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	line-height: 28px;
	color: #060e15;
	margin-bottom: 20px;
	clear: both;
}

.list-product-details ul {
	margin: 0;
	margin-left: 12px;
	margin-top: 15px;
	padding: 0;
}

.list-product-details li {
	width: 100%;
	margin: 0;
	padding: 0;
}

.list-product-details li span {
	float: right;
	width: 55%;
}
.list-product-details .sofa-specc-bull li span.aright {
	float: right;
	width: 55%;
}
.list-product-details .sofa-specc-bull li span.aleft {
	float: left;
	width: 40%;
}
.list-product-details .sofa-specc-bull li {
	display: inline-block;
}

@media (min-width: 1100px) {
	#product .list-product-details {
		padding-left: 6rem;
	}
}

.product-short-description {
	display: none;
}

#containermaininner {
	margin-top: 180px;
}
#cart #containermaininner {
	margin-top: 30px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	#cart #containermaininner {
		margin-top: 100px;
	}
}
#module-thecheckout-order #containermaininner {
	margin-top: 140px;
}

@media (max-width: 800px) {
	#prices-drop #containermaininner {
		margin-top: 140px;
	}
	#containermaininner {
		margin-top: 110px;
	}
	#cart #containermaininner {
		margin-top: 115px;
	}
}

.product-single-cat {
	border: 1px solid #f2f2f2;
	width: 30% !important;
	margin: 1.5%;
	padding: 0 !important;
	background: #fff;
	min-height: 475px !important;
	float: left !important;
	position: relative;
}

.product-list-cover {
	background: #f2e7e4;
	height: 100px;
	display: block;
}

.product-list-cover img {
	mix-blend-mode: darken;
	max-height: 170px;
	object-fit: cover;
	width: 100%;
}

.product-list-cover .thumbnail {
	border: none !important;
	background-color: transparent !important;
}

.plist_attribute_images_left {
	display: none;
}

.plist_attribute_images_right {
	text-align: center;
	padding: 0 3px;
}

.plist_attribute_images {
	margin-top: 70px !important;
	z-index: 9;
	position: relative;
	min-height: 45px;
}

.product-single-cat .product-title {
	font-family: 'Open Sans' !important;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	overflow: hidden;
	height: 52px;
}

.product-single-cat .product-title a {
	color: #000;
}

.product-single-cat h3 a:hover {
	text-decoration: none;
}

.product-cat-hover {
	filter: drop-shadow(0px 4px 15px rgba(35, 31, 32, 0.1));
	transition: all 0.25s;
}

.product-details-list {
	padding: 0 15px;
}

section#products .products {
	position: relative;
}

.product-list-c2a {
	width: 90%;
	margin: 20px auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background: #0e273a;
	border-radius: 2px;
	line-height: 28px;
	color: #fff;
	padding: 10px;
	border: 0;
	font-family: 'Open Sans' !important;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
}

#cart #cart-related .product-list-c2a {
	width: 180px !important;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0;
	margin-right: 0;
}

#sofa-cart-summary .ajax-cart-item-data .product-list-c2a {
	width: 30px !important;
	/* margin: 20px auto; */
	/* display: flex; */
	/* flex-direction: row; */
	/* justify-content: center; */
	/* align-items: center; */
	background: url(../img/svg/icon-basket.svg) no-repeat center center / 50px;
	/* border-radius: 2px; */
	line-height: 28px;
	color: #fff;
	padding: 10px;
	border: 0;
	font-family: 'Open Sans' !important;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	text-indent: -9000px;
	float: right;
	display: block;
	margin-top: -50px;
}

.product-list-c2a:hover {
	filter: drop-shadow(0px 4px 15px rgba(35, 31, 32, 0.1)) !important;
	transition: all 0.25s !important;
}

.product-list-extra {
}

.product-cat-hover > .product-list-extra {
	display: block;
	z-index: 9;
}

.catalog-single-shipping {
	text-align: center;
	display: block;
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: normal;
	font-size: 12px;
	line-height: 24px;
	text-transform: uppercase;
	color: #0e273a;
	margin-bottom: 10px;
}

.catalog-single-shipping img {
	width: 40px;
}

#product-availability .catalog-single-shipping {
	text-align: center;
}

#category #content-wrapper {
	padding: 0;
}

#category #wrapperinner {
	background-repeat: no-repeat;
	background-image: linear-gradient(0deg, #fbf7f4, #fbf7f4 100px, #ffffff 0);
}

.new-category-header {
	background: #f2e7e4;
	display: grid;
	grid-template: 1fr / 4fr 6fr;
	align-items: center;
	min-height: 280px;
	margin: 20px 0;
}

.new-category-header .category-short-description {
	background: #f2e7e4;
}

@media (max-width: 800px) {
	.new-category-header .category-short-description {
		padding-bottom: 20px;
	}
}

.new-category-header .category-cover {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	overflow: hidden;
}

.new-category-header .category-cover video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media(max-width: 992px) {
	.new-category-header .category-cover.blackweek {
		object-fit: contain;
		background-size: contain;
		aspect-ratio: 16 / 10;
	}

	.category-cover img {
    width: 100%;
		height: auto !important;
    object-fit: contain;
}
}

.category-cover p {
    margin: 0;
}
.category-cover img {
    width: 100%;
    min-height: 280px;
		height: 100%;
    object-fit: cover;
}

.category-body,
#sofa-category-filters {
	background: #fbf7f4;
}

body.page-category .breadcrumbwrapper {
	display: none;
}

.category-top {
	display: block;
	text-align: center;
}

body.page-index #containermaininner {
	display: none;
}

body.page-product #containermaininner {
	display: none;
}

.category-top .subcategories {
}

a:hover {
	text-decoration: none !important;
}

.category-top .subcategories ul {
	/* overflow-x: scroll;
    line-height: 40px;
    white-space: nowrap;*/
}

.category-top .subcategories > ul > li {
	display: inline-block;
	margin-bottom: 30px;
}

.category-top .subcategories > ul > li > a {
	padding: 10px;
	color: #999;
	border: 1px solid #e2eaf0;
	box-sizing: border-box;
	border-radius: 2px;
	margin: 20px 5px;
}

.category-short-description {
	margin: 25px auto;
	width: 70%;
}

.product-single-cat .product-price-and-shipping {
	text-align: center;
}

.product-single-cat .product-price-and-shipping > .price {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #e07b52;
}

.product-single-cat .product-price-and-shipping > .price-per-month {
	margin-top: 10px;
	display: block;
	font-style: italic;
}

.product-single-cat .materialer {
	height: 30px;
	text-align: center;
}

.float-right {
	float: right;
}

.product-variants-item {
	margin: 10px 0;
}

span.attribute-name {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 14px;
	color: #060e15;
	text-transform: capitalize;
}

ul.attr-direction {
	margin-top: 10px;
	grid-template-columns: repeat(2, 72px);
}

ul.attr-direction li {
	padding: 10px;
	aspect-ratio: 1 / 1;
	display: grid;
	place-items: center;
}

ul.attr-direction li.attribute-selected {
	border: 1px solid #e07b52;
}

ul.attr-direction li label {
	margin-bottom: 0;
}

ul.attr-direction li img {
	width: 100%;
	object-position: center;
	object-fit: contain;
}

.btn-add-to-cart {
	background-color: #00B67A !important;
	border-color: transparent !important;
	border-radius: 2px !important;
	display: block !important;
	width: 100% !important;
	padding: 10px !important;
}

#sofa-trustpilot {
	background: #f9fcff;
	padding: 40px;
	margin: 30px 0 20px;
}

.cart-free-delivery {
	background: #e2eaf0;
	padding: 5px;
	display: block;
	margin-bottom: 20px;
	text-align: center;
}

.ajax-cart-item {
	margin-bottom: 15px;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 0.5rem;
}

.ajax-cart-item .item-total-price {
	font-family: 'Open Sans' !important;
	font-style: normal;
	font-weight: 800;
	font-size: 16px;
	line-height: 24px;
	color: #e07b52;
	display: block;
	margin: 2px 0;
}

.ajax-cart-item > div {
	padding: 0 !important;
}

.ajax-cart-item-img {
	float: left;
	width: 98px;
	text-align: center;
}
.ajax-cart-item-img .img_sec {
	background: #f2f2f2;
	vertical-align: middle !important;
	display: inline-flex !important;
	padding: 5px 0;
	margin-bottom: 10px;
	text-align: center;
}
.ajax-cart-item-img img {
	mix-blend-mode: darken;
	max-width: 70%;
}

#sofa-cart-summary .ajax-cart-item-data {
	width: calc(100% - 100px);
}

.ajax-cart-item-data {
	padding: 0 0 0 15px;
	width: 80%;
	float: left;
}
@media (max-width: 767px) {
	.ajax-cart-item-data {
		width: 65%;
	}
}
.ajax-cart-item-data .product-title {
	font-family: 'Open Sans' !important;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 14px;
	color: #060e15;
}

.ajax-cart-item-data .product-title a {
	font-family: 'Open Sans' !important;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 14px;
	color: #060e15;
}

.product-upper-category a {
	color: #060e15;
	font-family: 'Open Sans' !important;
}

.product-upper-category {
	color: #060e15;
	font-family: 'Open Sans' !important;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	display: block;
}

.product-attributes {
	margin: 5px 0;
}

.product-attributes li {
	list-style-type: none;
	font-family: 'Open Sans' !important;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #999999;
}

.product-attributes li span {
	color: #060e15 !important;
}

#sofa-ajaxcart-loading {
	display: block;
	height: 200px;
	background: url('../img/icons/ajax-loader.gif') no-repeat;
	background-position: center;
}

.ajaxcart-linesplit {
	display: none;
	height: 1px;
	background: #e2eaf0;
	margin: 20px 0;
}

.empty-cart .ajaxcart-linesplit {
	display: none !important;
}

.cart-summary-subtotals {
	margin: 20px 0;
}

.cart-summary-subtotals img {
	width: 46px;
}

.cart-summary-subtotals ul li {
	margin-bottom: 5px;
}

.cart-summary-subtotals ul {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

.ajaxcart-subtotal {
	font-family: 'Open Sans' !important;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #060e15;
}

.ajaxcart-discount {
	display: none;
	font-family: 'Open Sans' !important;
	font-style: normal;
	font-weight: normal;
	line-height: 24px;
	color: #999999;
}

.ajaxcart-discount span {
	color: darkred;
}

.ajaxcart-total {
	font-family: 'Open Sans' !important;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	color: #060e15;
}

.ajaxcart-subtotal > span {
	font-family: 'Open Sans' !important;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	text-align: right;
}

.cart-summary-subtotals ul > li {
	display: block;
}

.cart-summary-subtotals ul > li > span {
	float: right;
}

.ajaxcart-shipping {
	font-family: 'Open Sans' !important;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 14px;
	color: #999999;
}

.ajaxcart-tos {
	text-align: center;
	margin: 10px 0;
}

.ajaxcart-tos label {
	font-family: 'Open Sans' !important;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 14px;
	color: #060e15;
}

#checkout-content {
	background: #fff;
	/*width: 63.667%;*/
	width: 100%;
	padding: 20px 40px;
}

.checkout-sellingpoint {
	width: 100%;
	padding: 15px;
	background: #fff;
	margin-top: 80px;
	color: #0e273a;
	font-family: 'Open Sans' !important;
}

body#cart .checkout-sellingpoint {
	margin-top: 30px;
}

.checkout-sellingpoint .sellingpoint-single {
	font-size: 12px;
}

#sofa-checkout-cart-overview {
	background: #fff;
	padding: 20px;
	/* margin-left: unset; */
	/* width: 108%; */
}

body.page-cart {
	background: #e2eaf0;
}

body.page-cart .breadcrumbwrapper {
	display: none;
}

body.page-cart #content-wrapper {
	margin-top: 70px;
	padding-left: 0;
	padding-right: 0;
}

.cart-overview ul {
	margin: 0;
	padding: 0;
}

.cart-overview ul li {
	list-style-type: none;
}

.cart-overview .ajax-cart-item-img {
	/* height: 175px; */
	width: 98px;
}

.cart-overview .ajax-cart-item-data {
	width: calc(100% - 100px);
	float: right;
}

#sofa-cart .cart-content {
	margin-top: 20px;
}

#sofa-cart-page .ajax-cart-item {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/* #sofa-cart-page .ajax-cart-item-img img {
    max-width: 100%;
} */

.display-promo {
	display: flex !important;
	align-items: center;
	gap: 10px;
}
.display-promo input[type=checkbox],
.display-promo label {
	margin: 0;
}
.promo-code-button img {
	position: relative;
	top: -3px;
}
.promo-code-button label {
	font-family: 'Open Sans' !important;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 14px;
	color: #060e15;
}

.cart-voucher ul.promo-name {
	margin: 0;
	padding: 0;
}

.cart-voucher ul.promo-name li span {
	font-family: 'Open Sans' !important;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 14px;
	color: #060e15;
}

.cart-voucher ul.promo-name {
	margin-bottom: 10px;
}

.cart-voucher ul.promo-name li span.label {
	font-weight: bold;
	padding: 0;
}

.cart-voucher ul.promo-name li.cart-summary-line {
	list-style: none;
}

input.promo-input {
	background: #e2eaf0;
	border-radius: 2px;
	padding: 10px;
	border: 0;
	width: 70%;
}

.promo-code button {
	background: #0e273a;
	border-radius: 0 4px 4px 0;
	width: 30%;
	margin-left: -5px;
	padding: 5px;
	margin-top: -4px;

	font-family: 'Open Sans' !important;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 28px;
	align-items: center;
}

input,
textarea {
	outline: none;
}

body.page-order {
	background: #e2eaf0;
}

body.page-order .breadcrumbwrapper {
	display: none;
}

body.page-order #content-wrapper {
	margin-top: 30px;
}

body.page-order #display-top .menu {
	display: none !important;
}

#sofa-head {
	padding-top: 20px;
	padding-bottom: 20px;
}

body.page-order #sofa-nav {
	display: none;
}

body.page-order .-unreachable {
	display: none;
}

body.page-order .-complete {
	display: none;
}
body.page-order .-complete.js-current-step.-current {
	display: block;
}
body.page-order .step-title span.step-number {
	display: none;
}

body.page-order .ajax-cart-item-img {
	height: auto;
	/* width: 33%; */
}

body.page-order .ajax-cart-item-data {
	width: 66% !important;
	float: right;
	padding-right: 0;
}

body.page-order .placeholder {
	display: none;
}

body.page-order .input-placeholder input {
	background: #e2eaf0;
	border-radius: 2px;
	border: 0;
	background-image: none !important;
	margin-bottom: 10px;
	font-family: 'Open Sans' !important;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 14px;
	padding: 10px;
}
/*
body.page-order .form-control {
    height: unset !important;
} */

body.page-order
	.checkout-step
	body.page-order
	.input-placeholder
	input::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #557894;
	opacity: 1; /* Firefox */
}

body.page-order .form-group {
	margin-bottom: 10px;
}

body.page-order #sofa-searchheader {
	display: none;
}

#sofa-checkout-backlink {
	display: none;
}

body.page-order #sofa-checkout-backlink {
	display: inline-table;
}

body.page-order #sofa-checkout-backlink a {
	background: url('../img/icons/icon-back.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	color: #0e273a;
	font-family: 'Open Sans' !important;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 28px;
}

#searchtopdown {
	display: none;
	outline: 0;
	outline: none;
}
#cart #searchtopdown {
	display: none !important;
}
#module-thecheckout-order #searchtopdown {
	display: none !important;
}
.ssa-searchblock.ssa-searchblock-top {
	display: none;
	position: absolute;
	width: 100%;
	background: #fff;
	padding-bottom: 10px;
}

@media (max-width: 767px) {
	body.page-order #sofa-checkout-backlink a {
		background-position: left + 10px center;
	}
	#search_widget,
	#sofa-searchheader {
		display: none;
	}
	/* #searchtopdown {display: block; float: left; padding: 8px 15px 0 5px;} */
	#checkout #searchtopdown {
		display: none;
	}
	.ssa-searchblock.ssa-searchblock-top #search_widget {
		display: block;
		width: 100%;
		padding: 0 15px;
	}
	.ssa-searchblock.ssa-searchblock-top #search_widget input {
		width: 100%;
		padding: 6px;
		border: 1px solid #ddd;
		text-indent: 40px;
	}
	.ssa-searchblock.ssa-searchblock-top #search_widget button {
		position: absolute;
		z-index: 1;
		left: 15px;
		background: #000;
		border: 0;
		color: #fff;
		padding: 7px;
	}
	#header-top-right {
		float: right;
	}
	body:not(#checkout) #sofa-head .col-md-3.paddng-left {
		width: 60% !important;
	}
	body:not(#checkout) #sofa-head #header-top-right {
		width: 40% !important;
	}
}

@media (max-width: 500px) {
	.ajax-cart-item-img {
		text-align: left;
	}
	/* #sofa-cart-summary .ajax-cart-item-data {width: 70%; padding: 0 0 0 15px;} */
}

textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type='text']:focus,
input[type='password']:focus,
input[type='email']:focus,
input[type='number']:focus,
[type='text'].form-control:focus,
[type='password'].form-control:focus,
[type='email'].form-control:focus,
[type='tel'].form-control:focus,
[contenteditable].form-control:focus {
	box-shadow: inset 0 -1px 0 #ddd;
}

#sofa-checkout-steps {
	margin: 0 0 30px 0;
}

#sofa-checkout-steps:after {
	position: absolute;
	left: 15%;
	top: 6%;
	height: 1px;
	background: #999;
	content: '';
	width: 75%;
	display: block;
}

#sofa-checkout-steps ol {
	margin: 0;
	padding: 0;
}

#sofa-checkout-steps ol li {
	list-style: none;
	display: inline-block;
	width: 25%;
	text-align: center;
	font-family: 'Open Sans' !important;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #0e273a;
	cursor: pointer;
}

#sofa-checkout-steps ol li span {
	font-family: 'Yeseva One' !important;
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	line-height: 28px;
	background: #0e273a;
	color: #fff;
	/* Grays/f2f2f2 */
	width: 70px;
	height: 70px;
	border-radius: 50%;
	padding: 20px 19px;
	display: block;
	vertical-align: middle;
	margin: 0 auto 10px auto;
	z-index: 91;
	position: relative;
	border: 1px solid #999999;
	box-sizing: border-box;
}

#sofa-checkout-steps ol li.current_step span {
	color: #0e273a;
	background: #fff;
	border: 1px solid #f2f2f2;
	box-sizing: border-box;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

#order-summary-content .order-options {
	margin: 20px 0;
}
#order-summary-content .order-options textarea {
	max-width: 100%;
}

.js-additional-information {
	display: none !important;
}

body.page-order .payment-options .row {
	margin-left: 0;
	margin-right: 0;
}

body.page-order .payment-options .row:first-of-type {
	display: none !important;
}

body.page-order .checkout-step .row {
	margin-left: 0;
	margin-right: 0;
}
/*
.payment-options .payment-option {
    display: inline-block;
    border: 1px solid transparent;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.payment-options .selectedPaymentOption {
    border: 1px solid #E07B52;
    box-sizing: border-box;
    border-radius: 2px;
}

.js-payment-option-form {
    display: none !important;
}

.payment-options .payment-option input[type=radio] {
    display: none !important;
}

.payment-options .payment-option span,
.payment-options .payment-option label {
    font-size: 9px;
    text-align: center;
    width: 100%;
    padding-top: 43px;
    font-weight: normal;
} */

.payment-option-quickpay {
	background: url('../img/icons/creditcard-checkout.svg');
	background-size: 100%;
	width: 230px !important;
}

.payment-option-eanpayment {
	background: url('../img/icons/icon-checkout-ean.svg');
	background-size: 45%;
}

.payment-option-payever {
	background: url('../img/icons/icon-checkout-santander.png');
	background-repeat: no-repeat !important;
}

.payment-option-ps_wirepayment {
	background: url('../img/icons/icon-bankwire.svg');
	background-size: 47%;
}

body.page-order #delivery_message {
	background: #e2eaf0;
	border-radius: 2px;
	border: 0;
	padding: 10px;
}

body.page-order #payment-confirmation article.alert {
	display: none;
}

body.page-order #payment-confirmation button {
	position: absolute;
	width: 96%;
	left: 0;
	background: #e07b52;
	border-radius: 2px;
	font-family: 'Open Sans' !important;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 28px;
	color: #fff !important;
	margin: 40px 15px;
}

.checkout-continue-btn,
.js-address-form button.continue {
	position: absolute;
	width: 96%;
	left: 0;
	background: #e07b52 !important;
	border-radius: 2px;
	font-family: 'Open Sans' !important;
	font-style: normal;
	font-size: 16px !important;
	line-height: 28px !important;
	color: #fff !important;
	margin: 40px 15px;
	border-color: transparent !important;
	z-index: 99;
}
.js-address-form button.continue {
	position: relative;
	width: 100%;
	margin: 10px 0;
}
#customer-form .form-footer {
	display: block ruby;
	clear: both;
}

body.page-order .checkout-step .row {
	margin-left: 0;
	margin-right: 0;
}

.delivery-options .delivery-option {
	border: 1px solid #f2f2f2;
	margin-bottom: 10px;
}

.delivery-options .selected-delivery {
	border: 1px solid #e07b52 !important;
}

.delivery-options .delivery-option .carrier-price {
	float: right;
}

.delivery-options .delivery-option .delivery-radiobtn {
	background: url('../img/icons/icon-delivery.png');
	width: 22px;
	height: 22px;
	display: inline-table;
}

.delivery-options .delivery-option [class*='col-'] {
	padding-left: 5px;
	padding-right: 5px;
}

.delivery-options .delivery-option .delivery-data span {
	vertical-align: top;
	margin: 5px 0;
	display: inline-table;
}

.delivery-options .delivery-option .delivery-data span.carrier-name {
	padding: 5px;
}

.delivery-options .delivery-option .delivery-data span.carrier-delay {
	padding: 4px;
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
}

.delivery-options .selected-delivery .delivery-radiobtn {
	background: url('../img/icons/icon-delivery-checked.png') !important;
}

#sofa-cms-header {
	padding: 60px 0 60px 0;
	background: #e2eaf0;
	margin-bottom: 40px;
}

#sofa-cms-header h1 {
	font-size: 40px;
	line-height: 45px;
	color: #060e15;
	font-family: 'Yeseva One';
	font-style: normal;
	font-weight: normal;
	margin-top: 0;
	clear: both;
	margin-bottom: 0;
	text-transform: lowercase;
}
#sofa-cms-header h1::first-letter {
	text-transform: uppercase !important;
}
body.page-cms #containermaininner .breadcrumbwrapper {
	display: none;
}

body.page-cms nav.breadcrumb {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

#cms #main .delivery-video {
	width: 100%;
	height: 100%;
	aspect-ratio: 16 / 9;
}

.checkout-right {
	/* margin-left: unset !important; */
	float: right;
}

.checkout-trustpilot {
	background: #fff;
	margin-top: 30px;
	padding: 20px;
	/* float: right; */
	/* width: 108%; */
}

#translations-basedon {
	font-style: italic;
}

#sofa-copyright {
	padding: 20px 0;
	background: #fff;
	/* font-family: proxima-nova, sans-serif !important; */
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
}

ul.copyright-right-links {
	margin: 0;
	padding: 0;
}

ul.copyright-right-links li a {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	color: #0e273a;
	/* font-family: proxima-nova, sans-serif !important; */
}

ul.copyright-right-links li {
	display: inline;
	margin-left: 15px;
}

.payever-widget-block {
	height: 0 !important;
	overflow: hidden;
}

.product-image-thumb {
	width: 40px;
	height: 40px;
	display: inline-block;
	margin-right: 5px;
	background-size: cover;
	background-repeat: no-repeat;
}

/* #sofa-home {
	margin-top: 185px;
} */
@media (max-width: 991px) {
	#sofa-home {
		margin-top: 160px;
	}
}
#sofa-home-slide {
	background: url('/img/front/hero.jpg');
	height: 800px;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 175px;
	padding: 250px 50px;
	color: #fff;
	background-position: center;
}

#sofa-home-slide p.h1,
.homeslider-container h3 {
	font-family: 'Yeseva One' !important;
	font-style: normal;
	font-weight: normal;
	font-size: 50px;
	line-height: 60px;
	margin-bottom: 40px;
	text-align: center;
	background-color: rgb(240, 231, 228);
	color: rgb(20, 38, 56);
	display: inline-block;
}

#sofa-home-slide p {
	font-family: 'Open Sans' !important;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
}

#sofa-home-slide a,
.homeslider .caption p a {
	margin-top: 50px;
	padding: 10px 100px;
	background: #0e273a;
	color: #fff;
	font-family: 'Open Sans' !important;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 28px;
	border-radius: 2px;
}

@media (max-width: 767px) {
	#sofa-home-slide p.h1 {
		font-size: 40px;
	}
	#sofa-home-slide p.h1,
	.homeslider-container h3 {
		font-size: 40px;
	}
	#sofa-home-slide a,
	.homeslider .caption p a {
		padding: 10px 50px;
	}
}

#sofa-home-usbs {
	background: #0e273a;
	padding: 40px;
	color: #fff;
}

#sofa-home-usbs h4 {
	font-family: 'Open Sans' !important;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 28px;
	text-transform: uppercase;
}

#sofa-home-usbs p {
	font-family: 'Open Sans' !important;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
}
#sofa-home-usbs p.h2 {
	font-size: 30px;
	font-family: 'Yeseva One' !important;
}
#sofa-home-usbs p.h4 {
	font-family: 'Open Sans' !important;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 28px;
	text-transform: uppercase;
}
#sofa-home .container:not(#sofa-home-slide),
#sofa-home .container-fluid {
	margin-top: 40px;
	margin-bottom: 40px;
}
@media (min-width: 1500px) {
	.container {
		width: 1440px !important;
	}
}

.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.row-eq-height > div {
	display: flex;
	align-items: center;
}

.accordion-group {
	border-bottom: 3px solid #e9e9e9;
	padding: 10px 0;
	font-family: 'Open Sans' !important;
	font-style: normal;
}

.accordion-heading a {
	color: #0e273a;
	font-family: 'Open Sans' !important;
	font-style: normal;
}

.accordion-group .accordion-inner {
	padding: 10px;
}

.page-cms p {
	font-family: 'Open Sans' !important;
	font-style: normal;
}

.ui-autocomplete {
	top: 100px;
	/* left: 50% !important; */
	transform: translateX(-101%);
}

@media (min-width: 992px) and (max-width: 1199px) {
	.ui-autocomplete {
		left: 53% !important;
		transform: translateX(-100%);
	}
}

@media (max-width: 991px) {
	.ui-autocomplete {
		top: 100px;
		left: 65% !important;
		transform: translateX(-100%);
	}
	#sofa-checkout-steps:after {
		top: 3%;
	}
}

@media (max-width: 767px) {
	#ui-id-2.ui-autocomplete {
		top: 100px;
		left: 97% !important;
		transform: translateX(-100%);
		width: 91% !important;
	}
	#ui-id-1 {
		display: none !important;
	}
}
#sofa-category-filters {
	/* background: #eff4f7; */
	padding: 20px 0;
}

.facet ul {
	margin: 0;
	padding: 0;
}

.facet ul li {
	list-style: none;
}

.material-icons {
	display: none !important;
}

.facet-dropdown input[type='checkbox'] {
	display: none;
}

.facet-dropdown .dropdown-menu {
	-webkit-box-shadow: unset !important;
	box-shadow: unset !important;
	top: unset !important;
	padding: 20px;
	z-index: 90 !important;
}

.facet-dropdown .dropdown-menu a {
	font-family: 'Open Sans' !important;
	font-style: normal !important;
	font-weight: 200 !important;
	font-size: 16px !important;
	line-height: 28px !important;
	color: #0e273a !important;
}

.custom-checkbox .magnitude {
	display: none !important;
}

#search_filters .facet span.custom-checkbox {
	font-weight: unset !important;
}

.custom-checkbox .color {
	display: inline-block;
	height: 20px;
	width: 20px;
}

.facet-dropdown .select-title span {
	text-align: left !important;
}

.facet-pris p.newh6,
#amazzing_filter .af_filter.has-slider .af_subtitle_heading .af_heading_icon {
	background: url('../img/icons/icon-filter-price.svg') no-repeat;
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: left;
}

.facet-farve p.newh6,
#amazzing_filter .af_filter.a2 .af_subtitle_heading .af_heading_icon {
	background: url('../img/icons/icon-filter-color.svg');
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: left;
}

.facet-retning p.newh6,
#amazzing_filter .af_filter.a3 .af_subtitle_heading .af_heading_icon {
	background: url('../img/icons/icon-filter-directions.svg');
	background-repeat: no-repeat;
	background-position: left;
}
.facet-materiale p.newh6,
#amazzing_filter .af_filter.a10 .af_subtitle_heading .af_heading_icon {
	background: url('../img/icons/icon-filter-material.svg');
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: left;
}

.facet-materiale p.newh6,
#amazzing_filter .af_filter.a11 .af_subtitle_heading .af_heading_icon {
	background: url('../img/icons/icon-filter-cover.svg');
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: left;
}

.facet-retning .custom-checkbox {
	padding: 35px !important;
}

.facet-retning .dropdown-menu > a:nth-of-type(1) > span {
	width: 49% !important;
	background: url('../img/icons/icon_couch-left.png') center center;
	background-repeat: no-repeat !important;
	height: 32px;
	font-size: 0 !important;
}

.facet-retning .dropdown-menu > a:nth-of-type(2) > span {
	width: 49% !important;
	background-repeat: no-repeat !important;
	background: url('../img/icons/icon_couch-right.png') center center;
	height: 32px;
	font-size: 0 !important;
}

.facet .dropdown-menu {
	width: 100% !important;
}

.facet span > span {
}

.facet .facet-dropdown {
	background: url('../img/icons/icon-filter-arrowdown.svg');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 30px;
	padding-bottom: 5px;
	border-bottom: 1px solid #0a0a0a;
}

.facet-læder,
.facet-velour,
.facet-status,
.facet-kategorier {
	display: none;
}

a.__CtA,
.row-eq-height > div a {
	padding: 10px 100px;
	background: #0e273a;
	color: #fff !important;
	font-family: 'Open Sans' !important;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 28px;
	border-radius: 2px;
}

.plist_attribute_images .color_pick {
	padding: 2px;
}
.plist_attribute_images .color_pick:nth-child(1) {
	border: 1px solid #e07b52;
}

.plist_attribute_images .colorChanged .color_pick:nth-child(1)::after {
	display: none;
}

.plist_attribute_images .color_pick:nth-child(1)::after {
	display: block;
	background: url('../img/icons/icon_checkmark.png');
	width: 12px;
	height: 9px;
	content: ' ';
	position: absolute;
	margin-top: -15px;
	margin-left: 5px;
}

.colorChanged .color_pick:nth-child(1) {
	border: 0px solid #e07b52;
}

.plist_attribute_images .color_picked {
	border: 1px solid #e07b52 !important;
}

.plist_attribute_images .color_picked::after {
	display: block !important;
	background: url('../img/icons/icon_checkmark.png') !important;
	width: 12px !important;
	height: 9px !important;
	content: ' ' !important;
	position: absolute !important;
	margin-top: -15px !important;
	margin-left: 5px !important;
}

.stock-status {
	float: right;
}

.stock-status > .available-now {
	background: url('../img/svg/green-dot.svg');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	font-family: 'Open Sans' !important;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 14px;
	color: #27ae60;
}

.stock-status > .out-of-stock {
	/* background: url('../img/svg/red-dot.svg'); */
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	font-family: 'Open Sans' !important;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 14px;
	color: #e07b52;
}

#sofa-home-newsletter {
	margin-top: 60px;
}
#sofa-home-newsletter img {
	max-width: 100%;
}

#sofa-home-newsletter h2 {
	font-family: 'Open Sans' !important;
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	line-height: 28px;
	text-transform: uppercase;
	color: #0e273a;
	margin-bottom: 20px;
}

#sofa-home-newsletter .hn_inlin {
	display: inline-block;
}
#sofa-home-newsletter p {
	font-family: 'Open Sans' !important;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #0e273a;
}

#sofa-home-newsletter h3 {
	font-family: 'Yeseva One' !important;
	font-style: normal;
	font-weight: normal;
	font-size: 38px;
	line-height: 44px;
	color: #0e273a;
	margin-bottom: 20px;
}

#sofa-home-newsletter input[type='name'],
#sofa-home-newsletter input[type='email'] {
	width: 48%;
	background: #e2eaf0;
	border-radius: 2px;
	padding: 10px;
	border: 0;
	margin-right: 1rem;
}

#sofa-home-newsletter input[type='submit'] {
	padding: 8px 58px;
	background: #0e273a;
	color: #fff;
	font-family: 'Open Sans' !important;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 28px;
	border-radius: 2px;
	margin-top: 20px;
}

.product-qty {
	display: flex;
	/* float: right; */
}

.product-qty > .qty-inp {
	border: 1px solid #e9e9e9;
	border-radius: 2px;
	margin: auto 0;
}

.product-qty > .qty-inp-1 {
	border-right: none;
	/* margin-right: -5px !important; */
	padding: 5px 12px;
	cursor: pointer;
}

.product-qty > .qty-inp-2 {
	border-radius: 0;
	padding: 5px 15px;
}

.product-qty > .qty-inp-3 {
	border-left: 0;
	/* margin-left: -5px !important; */
	padding: 5px 10px;
	cursor: pointer;
}

/**
 * Product images modal
 */

#product-modal .modal-content {
	background: transparent;
	border: none;
	padding: 0;
}
#product-modal .modal-content .modal-body .product-cover-modal {
	background: #fff;
}
#product-modal .modal-content .modal-body .image-caption {
	background: #fff;
	width: 800px;
	padding: 0.625rem 1.25rem;
	border-top: 1px solid #f1f1f1;
}
#product-modal .modal-content .modal-body .image-caption p {
	margin-bottom: 0;
}
#product-modal .modal-content .modal-body .thumbnails {
	height: 100%;
	background: #fff;
	position: relative;
	border-left: 1px solid #e9e9e9;
}
#product-modal .modal-content .modal-body .mask {
	position: relative;
	overflow: hidden;
	max-height: 565px;
	margin-top: 2.188rem;
	z-index: 1;
}
#product-modal .modal-content .modal-body .mask.nomargin {
	margin-top: 0;
}
#product-modal .modal-content .modal-body .product-images {
	padding: 0 10px;
}
#product-modal .modal-content .modal-body .product-images img {
	width: 9.25rem;
	cursor: pointer;
	background: #fff;
}
#product-modal .modal-content .modal-body .product-images img:hover {
	border: 3px solid #2fb5d2;
}

#product-modal .modal-content .modal-body .product-images img.selected {
	border: 3px solid #2fb5d2;
}

#product-modal .modal-content .modal-body .arrows {
	height: 106%;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	color: #fff;
	right: 1.875rem;
	z-index: 0;
	cursor: pointer;
}
#product-modal .modal-content .modal-body .arrows .arrow-up {
	position: absolute;
	top: -2rem;
	opacity: 0.2;
}
#product-modal .modal-content .modal-body .arrows .arrow-down {
	position: absolute;
	bottom: -2rem;
}
#product-modal .modal-content .modal-body .arrows i {
	font-size: 6.25rem !important;
	display: inline;
}
#main .images-container .js-qv-mask.hidden-lg-up {
	width: 100% !important;
}

.js-product-images-modal .modal-footer {
	display: none;
}
.js-qv-product-images .owl-item {
	display: inline-block;
}

.modal-content {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.modal-body figure {
	max-height: 100%;
}

span.regular-price {
	text-decoration: line-through;
}

.facet-farve a.search-link {
	display: inline-block;
}

.facet-farve .custom-checkbox {
	font-size: 0 !important;
}

.facet-farve .dropdown-menu {
	text-align: center;
}

body#cart #ajax-related {
	max-width: 100%;
	width: auto;
}

/* body#cart #ajax-related .ajax-cart-item-data {
    width: 70%;
} */

body#order-confirmation .breadcrumbwrapper {
	display: none !important;
}

div#_desktop_search_filters_clear_all {
	width: unset !important;
	float: right !important;
}

.dropdown-menu h5 {
	text-align: left;
	font-family: 'Open Sans', serif !important;
	margin-bottom: 10px;
}

.facet-retning .filter-active {
	border: 1px solid #e07b52;
}

.facet-materiale .filter-active {
	border: 1px solid #e07b52;
}

.filter-active::after {
	display: block;
	background: url('../img/icons/icon_checkmark.png');
	width: 12px;
	height: 9px;
	content: ' ';
	position: absolute;
	margin-top: -25px;
	margin-left: 5px;
}

#search_filter_toggler {
	display: none;
}

.popover {
	max-width: unset !important;
}

#emaerket-widget-ixuh3gy1re {
	display: none;
}

#sofa-home-slide {
}

.product-flags .discount {
	padding: 20px 10px;
	border-radius: 50%;
	background: #000000;
	list-style: none;
	color: #fff;
	font-size: 20px;
	right: 20px;
	top: 20px;
	z-index: 9;
	display: none;
}
#product .product-flags .discount {
	display: block;
}
#product .product-flags .product-flag {
	margin-bottom: 5px;
}
.product-flags .new {
	border-radius: 50%;
	background: #000;
	list-style: none;
	color: #fff;
	font-size: 13px;
	text-align: center;
	width: 70px;
	height: 70px;
	line-height: 70px;
}
#product .product-flags .product-flag.new {
	display: none;
}
.modal-dialog {
	width: 800px;
}

.product-flags .product-flag.design-selv {
	list-style: none;
}

#checkout-personal-information-step .nav > li > a {
	pointer-events: none;
	color: #000000;
}
.product-cover {
	min-height: 330px;
	height: 330px;
}
.images-container-srnweb {
	clear: both;
	padding-top: 2rem;
}

#sofa-home-customtext {
	/* padding-bottom: 50px; */
}

#sofa-home-customtext a.homemore {
	display: block;
	text-align: center;
	background: url(../img/readmore_bg.png) repeat-x center bottom;
	position: absolute;
	width: 100%;
	height: 75px;
	z-index: 9999;
	padding-top: 40px;
	cursor: pointer;
	margin-top: -7rem;
}
#sofa-home-customtext #custom-text {
	height: 400px;
	overflow: hidden;
}
#sofa-home-customtext #custom-text.active {
	height: auto;
	overflow: auto;
}
#module-ambjolisearch-jolisearch .categories.search-categories {
	margin: 20px 0;
	padding-bottom: 2rem;
	border-bottom: 1px solid #f2f2f2;
}
#module-ambjolisearch-jolisearch .categories.search-categories a {
	color: #000000;
}
#module-ambjolisearch-jolisearch
	.categories.search-categories
	.thumbnail-container
	img {
	max-width: 100%;
}
.ajaxcart-footer.mobile {
	display: none !important;
}
h1.product-name-top {
	margin-top: 0;
}

@media (max-width: 767px) {
	h1.product-name-top {
		font-size: 30px;
		text-align: center;
		margin-top: 0;
	}
	nav.breadcrumb {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.ajaxcart-footer.mobile {
		display: block !important;
	}
	body.page-cart #content-wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}
	#static-block-wrapper_1,
	#static-block-wrapper_2 {
		text-align: center;
	}
	.static_block_content {
		padding-bottom: 30px;
	}
	#sofa-trustpilot {
		padding: 15px;
	}
	#sofa-home-slide {
		height: 580px;
	}
}

#cart #sofa-footer,
#checkout #sofa-footer,
#cart #sofa-copyright,
#checkout #sofa-copyright,
#cart #sofa-searchheader,
#cart #header-top-right,
#module-thecheckout-order #sofa-searchheader,
#module-thecheckout-order #header-top-right {
	display: none !important;
}
#cart .col-md-1.paddng-left,
#module-thecheckout-order .col-md-1.paddng-left {
	width: 100%;
	margin: 0 !important;
}
#cart #sofa-head,
#module-thecheckout-order #sofa-head {
	text-align: center;
}

#cart #wrapper,
#checkout #wrapper {
	padding-bottom: 3rem;
}
.checkout-sellingpoint-mobile {
	display: none;
}

@media (max-width: 991px) {
	#sofa-checkout-cart-overview {
		margin-top: 8rem;
		margin-bottom: 3rem;
	}
	.checkout-trustpilot {
		margin-top: 0;
		width: 48%;
		float: right;
	}
	.checkout-sellingpoint-mobile {
		display: block;
		float: left;
		background: #fff;
		width: 48%;
		padding: 25px;
	}
	.checkout-right {
		margin-top: 40px;
		float: none;
	}
	#checkout .checkout-sellingpoint-mobile {
		width: 100%;
	}
	.list-product-details {
		padding-top: 4rem;
	}
}

@media (max-width: 650px) {
	.checkout-trustpilot,
	.checkout-sellingpoint-mobile {
		width: 100%;
		margin-bottom: 3rem;
	}
	#sofa-checkout-cart-overview {
		margin-bottom: 3rem;
	}
}

#sofa-product-details img {
	height: auto;
	max-width: 100%;
	mix-blend-mode: multiply;
}
#fancybox-container-2 #containermain {
	display: none !important;
}
#fancybox-container-2 {
	width: 600px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-top: 30px;
}
#_desktop_search_filters_clear_all .btn {
	background: #fff;
}
.mb-footer-extend.minus_img {
	background-image: url('../img/icons/minus-7-16.png');
}
.active_filters .material-icons.close {
	display: inline-block !important;
	float: none;
}
.active_filters .close {
	opacity: 1;
}
.active_filters .js-search-link {
	background: #eff4f7;
}
.home-slier-topmargin {
	margin-top: 50px;
}

#sofa-trustpilot {
	margin-top: -40px;
}
#sofa-home-about image img {
	max-width: 100%;
}
.sofa-desccc-bull {
	padding-bottom: 3rem;
}
.sofa-desccc-bull iframe {
	width: 100% !important;
	max-width: 100% !important;
	height: 100%;
}
#product .product-cover img {
	width: 100%;
}
.images-container .product-cover {
	padding: 0;
}
.images-container .layer {
	width: 50px;
	position: absolute;
	bottom: 20px;
	cursor: pointer;
}
#product .slick-prev:before {
	content: url('../img/icons/Icon/Arrow.png');
	color: black;
	font-size: 30px;
}

#product .slick-next:before {
	content: url('../img/icons/Icon/Arrow1.png');
	color: black;
	font-size: 30px;
}

#product .slick-slider .slick-list {
	mix-blend-mode: darken;
	max-height: 100%;
	object-fit: cover;
}
#product .slick-slide img {
	display: inline-block;
	/* height:330px; */
}
.slick-slide.thumb-item {
	height: 330px;
}
.modal-body .slick-slide.thumb-item {
	height: auto;
}
.images-container-srnweb .slick-initialized .slick-slide {
	max-width: 100px;
}

.product-cover .slick-dots li {
	width: 5px;
	height: 5px;
}
#product-modal .modal-content .modal-body .product-cover-modal {
	width: 100%;
}
#product-modal div.modal-content {
	background: #fff;
}
#product-modal .modal-header .close {
	margin-top: -8px;
}

#sofa-home-samples img {
	max-width: 100%;
}

/*****************Mobile.css file data*****************/
/* @media (min-width: 601px) and (max-width: 1425px) {
    #sofa-cart-summary .ajax-cart-item-data {
        width: 70% !important;
    }
} */
/*
@media (min-width: 1000px) and (max-width: 1425px) {
    #sofa-cart-summary .ajax-cart-item-data {
        width: 69% !important;
    }
} */

@media (min-width: 1000px) {
	.checkout-right {
		float: right !important;
	}
}

@media (max-width: 1150px) {
	/* #header-top-right > div {
        width: 250px !important;
    } */

	/* #header-top-right #sofa-header-cartLink {
        margin-left: 0;
        padding-left: 35px !important;
    } */

	#header-top-right #sofa-header-cartLink::before {
		right: 48px !important;
	}
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
}
@media (max-width: 991px) {
	#sofa-head div[class*='col-'] {
		width: 33.333% !important;
		vertical-align: middle;
		float: left;
	}
	.contact-us-block {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

body#cart .col-md-2.paddng-left,
body#module-thecheckout-order .col-md-2.paddng-left {
	padding-left: 0px !important;
	width: 100% !important;
}

@media (max-width: 800px) {
	#sofa-home-slide h1 {
		line-height: 50px !important;
		font-size: 40px !important;
	}

	/*
     * hide on small devices
     */
	.sm-hide {
		display: none !important;
	}

	/*
     * display on small devices
     */
	.sm-display {
		display: unset !important;
	}

	body.page-cart .checkout-left {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	/* body.page-cart .checkout-right {
        padding-left: 0 !important;
        padding-right: 0 !important;
        float: unset !important;
    } */

	/* body.page-order .checkout-right {
        padding-left: 0 !important;
        padding-right: 0 !important;
    } */

	.checkout-left {
		/* width: 82% !important;
        padding-left: 0 !important;
        padding-right: 0 !important; */
	}

	/* .checkout-right {
        width: 82% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    } */

	body.page-order #sofa-checkout-backlink a {
		display: inline-flex !important;
	}

	body.page-order #payment-confirmation button {
		width: 100% !important;
		margin: 40px 0 !important;
	}

	#sofa-sellingpoints .row {
		/* overflow-x: scroll !important; */
		width: 100% !important;
		display: ruby-base;
	}

	#sofa-sellingpoints .row .sellingpoint-single {
		padding-left: 0 !important;
		padding-right: 0 !important;
		width: 25% !important;
		display: inline-block;
	}

	#sofa-head {
		padding: unset !important;
	}

	/* #sofa-head div[class*='col-'] {
        width: 30% !important;
        vertical-align: middle;
        display: flex;
    } */

	body:not(.page-order) #sofa-checkout-backlink {
		display: none !important;
	}

	#sofa-cart-summary {
		width: 100% !important;
		padding: 20px !important;
	}

	#sofa-searchheader {
		display: inline-block;
	}

	#sofa-head .col-md-6 {
		display: inline-block;
	}
	/*
    #sofa-header-menu {
        display: none;
        overflow-y: scroll !important;
    } */

	#containermain {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	/* .ajax-cart-item-data {
        width: 60% !important;
        display: inline-block !important;
    } */

	.ajaxcart-tos label,
	.ajaxcart-tos input {
		display: inline-block !important;
	}

	.category-short-description {
		width: 100% !important;
		margin: 0 !important;
	}

	.subcategories .category-list {
		padding: 0 !important;
		margin: 20px 0;
	}

	#header-top-right {
		text-align: right !important;
		/* margin-left: 30px; */
	}

	/* body.page-order #sofa-head {
        padding: 10px 0 !important;
    } */

	#header-top-right a {
		color: transparent !important;
		width: 30px !important;
		display: inline-flex !important;
		float: unset !important;
	}

	.product-single-cat {
		width: 90% !important;
		display: block !important;
		margin: 10px 5% !important;
		min-height: 300px !important;
	}

	#sofa-product-top {
		padding: unset !important;
		height: auto !important;
		margin-top: 112px !important;
	}

	/* .product-c2abox {
        padding: 0 !important;
        position: unset !important;
    } */

	/* .cart-summary-content {
        max-height: 50vh;
    } */

	#sofa-test img {
		max-width: 100% !important;
		height: auto !important;
	}

	#sofa-product-related h2 {
		text-align: center;
	}

	.sofa-cart-accept-alert {
		width: 80% !important;
	}

	.sofa-cart-accept-alert h2 {
		font-size: 18px !important;
		line-height: unset !important;
	}

	/* #sofa-cart-page .ajax-cart-item-img img {
        width: 100% !important;
        height: fit-content !important;
        display: inline-block !important;
        vertical-align: top !important;
    } */

	#cart #sofa-checkout-cart-overview {
		margin-top: 3rem !important;
	}
	#sofa-checkout-cart-overview {
		float: unset !important;
		margin-top: 80px !important;
		width: 100% !important;
	}

	img {
		max-width: 100%;
	}

	#sofa-checkout-steps {
		display: none !important;
	}

	.checkout-sellingpoint {
		margin-top: 85px !important;
	}

	body.page-cart #content-wrapper {
		display: flex !important;
		flex-flow: column !important;
	}

	body.page-cart #sofa-checkout-cart-overview {
		order: 1;
	}

	#checkout-content {
		padding: 20px !important;
	}

	body.page-cart #checkout-content {
		order: 2;
	}

	body.page-cart .checkout-sellingpoint {
		order: 3;
	}

	.cart-overview .ajax-cart-item-img {
		height: unset !important;
	}

	#sofa-footer [class*='col-'] {
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 20px;
	}

	.mb-center {
		text-align: center;
	}

	.mb-footer-extend {
		background: url('../img/icons/icon-small-plus.png');
		background-repeat: no-repeat;
		background-position: top 6px right 10px;
		cursor: pointer;
	}

	.mb-footer-extend ul {
		display: none;
	}

	.mb-footer-menu {
		margin: 20px 0;
	}

	/* #sofa-cms-header h1 {
		line-break: anywhere;
	} */

	.mb-hide {
		display: none !important;
	}

	.social-links-footer {
		text-align: center !important;
	}

	#sofa-home-slide {
		background-size: cover;
	}

	a.__CtA,
	.row-eq-height > div a {
		padding: 10px 50px !important;
	}
	.row-eq-height > div a:hover {
		color: #ffffff;
	}
	#sofa-home-slide {
		background-size: cover !important;
		padding: 80px 15px !important;
	}

	#sofa-home-slide a {
		padding: 10px 20px !important;
	}

	#sofa-footer {
		padding: 50px 15px !important;
	}

	.footer-row > .payment-methods img {
		width: 45px;
	}

	body:not(#checkout) .paddng-left {
		padding-left: 60px;
	}

	.search-active #search_widget {
		width: 30px !important;
		overflow: unset !important;
	}

	#sofa-sellingpoints {
		/* overflow: scroll; */
		max-height: 40px;
	}

	#sofa-searchheader input {
		/* height: 25px; */
		margin-top: 7px;
	}

	.row-eq-height {
		display: unset !important;
	}

	#sofa-nav ul > li {
		display: block !important;
		text-align: left !important;
	}

	#sofa-nav ul > li > a {
		padding: 10px !important;
		/* background: unset !important; */
		border-bottom: 1px solid #e9e9e9;
		width: 100% !important;
		display: block;
		text-align: left !important;
	}

	#sofa-nav ul > li {
		padding: 0 !important;
	}

	.mobile-menu-active {
		height: 70vh;
		position: relative;
		margin-top: 10px;
		display: block !important;
	}

	.checkout-continue-btn {
		margin: 40px 0 !important;
		width: 100% !important;
	}

	.page-home .trust-pilot-wrapper {
		display: inline-block;
		width: 100%;
	}

	#product-modal .modal-content .modal-body {
		padding: 0;
	}

	.scroll-box-arrows .left {
		left: -35px;
	}

	.scroll-box-arrows .right {
		right: -35px;
	}

	.mobile-carousel .owl-item img {
		width: 100%;
	}

	/*#product .scroll-box-arrows i {
        line-height: 100px;
        height: 130px !important;
    }*/
	/*#product-modal .modal-body #thumbnails {
        display:none;
    } */
	.js-product-images-modal .modal-dialog {
		top: 20%;
		position: relative;
	}

	.scroll-box-arrows {
		display: block;
	}

	.js-product-images-modal .owl-item,
	.cover-mobile .owl-item {
		display: inline-block;
	}

	.js-product-images-modal .owl-item {
		position: relative;
		left: -2.5em;
		margin: 0 10px;
		/*width: 375px !important;*/
	}

	.js-product-images-modal .owl-stage {
		display: flex;
		-moz-box-pack: center;
		justify-content: center;
		align-items: flex-start;
		align-content: flex-start;
	}

	.cover-mobile .thumb-container {
		list-style: none;
	}

	.owl-loaded .disabled {
		display: none;
	}

	#product-modal .modal-content .modal-body .product-images .owl-item img {
		width: 100%;
	}

	#product-modal .modal-content {
		z-index: -1;
		position: relative;
	}

	#product-modal .modal-footer {
		border: 0 !important;
		display: block;
		position: absolute;
		top: -100px;
		right: 0;
	}

	.facet {
		width: 90% !important;
		flex-basis: unset !important;
		flex-grow: unset !important;
		margin: 0 auto;
	}

	.dropdown-backdrop {
		display: none !important;
	}

	/* .checkout-trustpilot {
        width: unset !important;
        float: unset !important;
    } */

	body.page-cart #content-wrapper {
		margin-top: 0 !important;
	}

	#sofa-nav ul > li > div {
		position: unset !important;
	}

	#sofa-nav ul > li:hover > div > ul > li {
		width: 100% !important;
	}

	@-moz-document url-prefix() {
		.checkout-left {
			width: 100% !important;
		}

		.checkout-right {
			width: 100% !important;
		}
	}
}

.sellingpoint-single a {
	color: #000000;
}

@media (max-width: 991px) {
	.ybc-menu-button-toggle_icon {
		background: url('../img/svg/burger-menu.svg');
		height: 40px;
		width: 40px;
		background-size: contain;
		float: left;
	}

	.burger-active {
		background: url('../img/icons/burger-close.png') !important;
		background-size: 20px !important;
		background-position: center !important;
		background-repeat: no-repeat !important;
	}
	body:not(#checkout) .paddng-left {
		padding-left: 60px !important;
	}
}
@media (max-width: 991px) {
	#checkout #sofa-nav-menu {
		display: none;
	}
}
@media (max-width: 767px) {
	.footer-row .payment-methods {
		text-align: center;
	}
	#sofa-product-inspiration {
		text-align: center;
	}
	body.page-cart .checkout-left,
	.checkout-right {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	#sofa-sellingpoints .row .sellingpoint-single {
		padding-left: 0 !important;
		padding-right: 0 !important;
		width: 49% !important;
		display: inline-block;
	}
	/* #sofa-sellingpoints .row .sellingpoint-single:nth-child(3), #sofa-sellingpoints .row .sellingpoint-single:nth-child(4) {display: none;} */
	.instagram-carousel-container .owl-carousel.owl-drag .owl-item {
		-ms-touch-action: pan-y;
		touch-action: pan-y;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		width: 49% !important;
		margin-bottom: 10px;
		margin: 0 !important;
	}
	body:not(#checkout) .paddng-left {
		padding-left: 60px;
		width: 60% !important;
	}
}

@media (max-height: 800px) {
	#ajax-related .ajax-cart-item:last-child {
		display: none;
	}
}

@media (max-width: 629px) {
	#sofa-home-slide p.h1 {
		font-size: 50px !important;
		margin-bottom: 0 !important;
		margin-top: 25%;
	}
	.payment-option-quickpay {
		width: 100% !important;
		background-size: auto !important;
	}
	.mm_menu_content_title .mm_arrow {
		display: none !important;
	}
}

#sofa-product-related {
	padding: 0 30px;
}
#product .slick-slider .slick-prev {
	left: -15px;
}
#product .slick-slider .slick-next {
	right: 0;
}
#product .slick-prev,
#product .slick-next {
	height: 28px;
}
@media (min-width: 768px) {
	#product .modal-dialog {
		width: 1050px;
	}
}

#product-modal .modal-content .modal-body .product-cover-modal {
	width: 100%;
	object-fit: cover;
	mix-blend-mode: darken;
	max-height: 100%;
}
.bg_ffe84c {
	background: #e07a52;
	color: #ffffff;
}
.bg_ffe84c:hover {
	background: #ffdf06;
	color: #000;
}
.yellow_box {
	background: #dccbc8;
	padding: 10px;
	text-align: center;
	font-weight: 600;
	font-size: 16px;
	display: none;
}
#sofa-test video {
	max-width: 100%;
	width: 100% !important;
	height: 100%;
}
.no-destktop {
	display: none !important;
}

@media (max-width: 767px) {
	.no-destktop {
		display: block !important;
	}
	/* (A) OUTER CONTAINER */
	#sofa-sellingpoints .container {
		/* (A1) DIMENSIONS */
		width: 100%;
		/* height: 150px; /* OPTIONAL */

		/* (A2) COSMETICS */
		overflow: hidden; /* HIDE SCROLLBARS */
	}

	/* (B) MIDDLE CONTAINER - FLEX LAYOUT */
	#sofa-sellingpoints .row {
		display: flex;
		position: relative;
		top: 0;
		right: 0;
		margin: 0;
	}

	/* (C) SLIDES - FORCE INTO ONE LONG HORIZONTAL ROW */
	#sofa-sellingpoints .row .sellingpoint-single {
		width: 100% !important;
		flex-shrink: 0;
		box-sizing: border-box;
		text-align: center;
	}

	/* (D) SLIDE ANIMATION */
	@keyframes slideh {
		/* (D0) THE IDEA - USE KEYFRAMES TO SHIFT SLIDES *
    0% { right: 0; }
    33% { right: 100%; }
    66% { right: 200%; }
    100% { right: 0; }

    /* (D1) BUT THE ABOVE WILL SHIFT NON-STOP */
		/* SO WE ADD PAUSES BETWEEN EACH SLIDE */
		0% {
			right: 0;
		}
		20% {
			right: 0;
		}
		23% {
			right: 100%;
		}
		40% {
			right: 100%;
		}
		43% {
			right: 200%;
		}
		60% {
			right: 200%;
		}
		63% {
			right: 300%;
		}
		80% {
			right: 300%;
		}
		90% {
			right: 0%;
		}
	}
	#sofa-sellingpoints .row .sellingpoint-single {
		animation: slideh linear 12s infinite;
	}
	#sofa-sellingpoints .row .sellingpoint-single:hover {
		animation-play-state: paused;
	}
	#header-top-right #sofa-header-cartLink,
	#header-top-right #sofa-header-customerCare {
		right: 38px !important;
		top: -5px;
	}
}
/*********************END MOBILE>CSS FILE DATA BULL***********************/
#amazzing_filter h2.title_block {
	display: none;
}
.aninstagramfeed {
	margin-top: 100px !important;
	margin-bottom: 0 !important;
}
h2.an_insta-title {
	margin-bottom: 20px;
}
.slick-list a:focus {
	outline: none;
}
@media (max-width: 800px) {
	#product-modal .modal-content .modal-body .product-cover-modal {
		max-height: 300px;
	}
}
a.edit-address,
a.delete-address,
.add-address a {
	background: #0e273a;
	color: #fff !important;
	padding: 2px 10px;
	margin-right: 10px;
}
.add-address a {
	background: #e07b52;
}
#boninstagram .instagram-carousel-container ul {
	padding: 0 !important;
}
#boninstagram .instagram-carousel-container ul,
#boninstagram .instagram-carousel-container ul li {
	list-style: none;
}
.tilbud_circle {
	background: #e07b52;
	border-radius: 50%;
	color: #ffffff;
	line-height: 50px;
	width: 50px;
	height: 50px;
	text-align: center;
	position: absolute;
	right: 10px;
	top: 10px;
	background: #000000;
	color: #ffffff;
	font-weight: 600;
}
.tilbud_circle.black {
	background: #000000;
	color: #ffffff;
	font-weight: 600;
}
#product .product-flags .tilbud_circle {
	list-style: none;
	position: relative;
	display: block;
}
#boninstagram .instagram-carousel-container .instagram-home-title h3 {
	font-size: 30px !important;
	margin: 0;
	font-weight: 400;
	color: #3a3a3a;
	text-transform: none !important;
	font-family: 'Yeseva One' !important;
}
#boninstagram .instagram-carousel-container ul li a img {
	object-fit: none;
}

#boninstagram {
	margin-top: 50px;
}
.plist_attribute_images {
	height: 45px;
	overflow: hidden;
}
#static-block-wrapper_9 a {
	color: #fff;
	outline: none;
	outline: 0;
}
#product .slick-dots li button::before {
	font-size: 10px;
}
#header-top-right #sofa-header-erhverv {
	padding-right: 15px;
	background: url('../img/svg/erhverv.svg');
	padding-left: 30px;
	background-size: 22px;
	background-repeat: no-repeat;
}
/*********END***************************/

/************** Category Video **************/

.category-top .category-video {
	width: 70%;
	margin: 25px auto;
}

.category-top .category-video video {
	width: 100%;
}

@media (max-width: 800px) {
	.category-top .category-video {
		width: 100%;
	}
}

/************** End **************/

/* TABLE IMAGE FIX */
.page-content table img {
	object-fit: cover;
}

@media (max-width: 1024px) {
	.page-content table img {
		object-fit: contain;
		background: linear-gradient(0deg, #ffffff 0% 50%, #f2e7e3 50% 100%);
	}
}
/*********END***************************/

/************** Mobile Only Menu items **************/
.mobile-menu-only {
	display: none !important;
}

/* maybe use 800px as the custom "erhverv" link is visible till then */
@media (max-width: 992px) {
	.mobile-menu-only {
		display: initial !important;
	}
	.mobile-search-bar {
		display: block;
	}
	.mobile-search-bar #search_widget {
		display: block !important;
	}

	#category #content-wrapper {
		margin-top: 30px;
	}

	.new-category-header {
		grid-template: 1fr auto / 1fr;
		margin-left: 16px;
		margin-right: 16px;
	}

	.new-category-header.blackweek {
		grid-template: 1fr auto / 1fr !important;
	}

	#category .category-short-description {
		padding: 20px 10%;
	}
}
/************** End **************/

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

#cms #content table {
	width: 100%;
}

#cms #content table img,#cms #content .col-lg-6 img {
	width: 100%;
	height: 100%;
}

@media (max-width: 1024px) {
	#cms #content table > table tr {
		display: grid;
	}
}

#sofa-category-filters #amazzing_filter form {
	display: flex;
	justify-content: center;
}

h1.page-header {
	border: unset !important;
	text-align: center;
}

#category .clearfix.category-list {
	margin-left: -40px;
}

div.product-variants-item .variant-checkbox {
	width: 100%;
	aspect-ratio: 1/1;
}
div.product-variants-item span.color {
	width: 100% !important;
}
.attriname {
	font-size: 11px;
	text-align: center;
}
.variant_summary {
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-bottom: 10px;
	padding: 5px;
}
.variant_summary tbody {
	font-size: 12px;
}

@media (max-width: 768px) {
	.col-lg-12.mobset {
		padding: 0;
	}
	.col-lg-12.mobset div {
		padding-bottom: 10px;
		padding-left: 0;
		padding-right: 0;
	}
}
.sopt1 {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
}

#product .row.product-usp {
	margin-top: 70px;
}

/* New Product Page */

#product .details {
	margin-top: 56px;
}

@media (min-width: 992px) {
	#product .details.desktop {
		display: block;
	}
	#product .details.mobile {
		display: none;
	}
}

@media (max-width: 992px) {
	#product .details.desktop {
		display: none;
	}
	#product .details.mobile {
		display: block;
		margin-top: 0;
	}
}

#product .details .h3 {
	font-size: 26px;
	margin-bottom: 16px;
}

#product .details .details-container {
	box-shadow: 0 8px 65px #00000006;
}

#product #sofa-product-top {
	background: linear-gradient(0deg, #fff5e9, #fff5e9 10%, #f2e7e4 0) !important;
	padding-bottom: 0 !important;
}

#product #sofa-product-details {
	background: #fff5e9 !important;
}

#product #sofa-product-details img {
	width: 100%;
}

@media (max-width: 767px) {
	#product #sofa-product-details {
		padding: 10px 0px 40px 0px;
	}

	#product #sofa-product-details .container {
		padding: 0;
	}
}

#product .details-pane {
	border-top: 1px solid #cacaca;
	background: #fff;
	padding: 20px 30px;
	transition: height 500ms ease;
	overflow-y: hidden;
}

#product .details-pane:first-of-type {
	border-top: none;
}

#product .details-pane .summary {
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	user-select: none;
}

#product .details-pane.open > .summary {
	padding-bottom: 20px;
	color: #e07b52;
	font-weight: 700;
}

#product .details-pane.open > .summary svg {
	transform: rotate(90deg);
}

#product .details-pane .details-content {
	max-height: 0px;
	overflow: hidden;
}

#product .details-pane .details-content img {
	object-fit: contain;
	height: auto;
	width: 100%;
}

#product .details-pane.open .details-content {
	max-height: 1000vh;
	height: 100%;
	transition: all 500ms;
}

#product .details-pane .details-content.Levering .row,
#product .details-pane .details-content.Frakt .row {
	display: grid;
	gap: 20px;
}

#product .details-pane .details-content.Levering .row video,
#product .details-pane .details-content.Frakt .row video {
	width: 100%;
	aspect-ratio: 16 / 9;
	height: 100%;
}

#product .details-pane .details-content iframe {
	width: 100%;
	aspect-ratio: 16 / 9;
	height: 100%;
}

#product .spec-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 10px 20px;
}

#product .extras {
	/* display: grid;
    grid-template: 1fr 1fr / 1fr 1fr 1fr 1fr;
    grid-template-areas:
    "a a a a"
    "b c d d";
    gap: 20px; */
	width: 100%;
}

#product .extras:empty {
	display: none;
}

#product .extras iframe {
	width: 100%;
	aspect-ratio: 16 / 9;
	height: 100%;
}

#product .extras p {
	display: block;
	width: 100%;
	background: #e2eaf0;
	overflow: hidden;
	margin: 0 !important;
}

/* #product .extras:has(p:nth-of-type(2)) {
	height: 1146px;
} */

#product .extras p:nth-of-type(1) {
	grid-area: a;
}

#product .extras p:nth-of-type(2) {
	grid-area: b;
}

#product .extras p:nth-of-type(3) {
	grid-area: c;
}

#product .extras p:nth-of-type(4) {
	grid-area: d;
}

#product .extras p:nth-of-type(5) {
	grid-area: a;
	background: #f2e7e3;
	grid-column-start: 4;
	/* height: 262px; */
	align-self: center;
}

#product .extras p img {
	object-fit: cover;
	height: 100% !important;
	mix-blend-mode: normal !important;
}

@media (max-width: 992px) {
	#product .details {
		margin-bottom: 20px;
	}

	/* #product .extras {
        grid-template: auto auto auto auto / 1fr;
        grid-template-areas:
        "a"
        "b"
        "c"
        "d";
    } */

	#product .extras:has(p:nth-of-type(2)) {
		height: auto;
	}
}

#product .stof-proeve {
	background: #f2e8e4;
	border: 1px solid #000;
	border-radius: 4px;
	padding: 16px;
	width: 100%;
	text-align: center;
	margin-top: 40px;
}

#product .stof-proeve a {
	color: #000;
}

#product .stof-proeve a:hover {
	text-decoration: none;
}

#product .stof-proeve a p {
	max-width: 210px;
	margin: auto;
}

#product .images-container .catalog-single-shipping {
	font-weight: 700;
	font-style: normal !important;
	text-transform: none !important;
	margin-bottom: 0px !important;
}

#product .product-variants-item .float-right[href="https://sofa.dk/content/12-stofkollektion"],
#product .product-variants-item .float-right[href="https://sofadk.no/content/12-stofkollektion"]
{
	display: none;
}

#product #sofa-trustpilot #wrapperinner {
	background: #fff5e9 !important;
}

#product .product-variants-item .selected-variant::after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iI2ZmZiIgdmlld0JveD0iMCAwIDE2IDE2Ij48cGF0aCBkPSJNMTIuNzM2IDMuOTdhLjczMy43MzMgMCAwIDEgMS4wNDcgMGMuMjg2LjI4OS4yOS43NTYuMDEgMS4wNUw3Ljg4IDEyLjAxYS43MzMuNzMzIDAgMCAxLTEuMDY1LjAyTDMuMjE3IDguMzg0YS43NTcuNzU3IDAgMCAxIDAtMS4wNi43MzMuNzMzIDAgMCAxIDEuMDQ3IDBsMy4wNTIgMy4wOTMgNS40LTYuNDI1YS4yNDcuMjQ3IDAgMCAxIC4wMi0uMDIyWiIvPjwvc3ZnPg==);
	width: 28px;
	height: 28px;
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: -28px;
	margin-left: 4px;
}

@media (max-width: 800px) {
	#product #sofa-product-top {
		margin-top: 158px !important;
	}

	#product .details {
		margin-top: 30px;
	}

	#product .images-container .product-usp {
		display: flex;
		margin-top: 50px;
	}

	#product .images-container .sellingpoint-single a {
		display: grid;
		font-size: 11px;
	}

	#product .images-container .sellingpoint-single a i {
		margin: auto;
	}

	#product .stof-proeve {
		background: transparent;
	}

	#product .extras iframe {
		height: initial;
	}
}

.country-no #header-top-right #sofa-header-cartLink::before {
	right: 102px;
}

#amazzing_filter .af_filter.f24 .af_subtitle_heading .af_heading_icon,
#amazzing_filter .af_filter.c55 .af_subtitle_heading .af_heading_icon {
	background: url('../img/icons/icons8-crowd-96.png');
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: left;
	transform: translateX(8px);
}
#amazzing_filter .af_filter.f5 .af_subtitle_heading .af_heading_icon {
	background: url('../img/icons/icons8-full-width-100.png');
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: left;
	transform: translateX(8px);
}
.subheading_noshop {
	font-size: 12px;
	color: grey;
}

/* CMS tabs */

#cms #content.page-cms-12 .details-container {
	margin-top: 20px;
	display: grid;
	gap: 10px;
}

#cms #content.page-cms-12 .details-pane {
	border: 1px solid #cacaca;
	background: #fff;
	transition: height 500ms ease;
	overflow-y: hidden;
}

#cms #content.page-cms-12 .details-pane:last-of-type {
	border-bottom: 1px solid #cacaca;
}

#cms #content.page-cms-12 .details-pane .summary {
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	user-select: none;
	padding: 20px 30px;
}

#cms #content.page-cms-12 .details-pane .details-content {
	max-height: 0px;
	overflow: hidden;
}

#cms #content.page-cms-12 .details-pane.open {
	padding: 20px 30px;
}

#cms #content.page-cms-12 .details-pane.open .details-content {
	max-height: 1000vh;
	height: 100%;
	transition: all 500ms;
}

#cms #content.page-cms-12 .details-pane.open > .summary {
	padding-bottom: 20px;
	color: #e07b52;
	font-weight: 700;
	padding: 0;
	padding-bottom: 20px;
}

#cms #content.page-cms-12 .details-pane.open > .summary svg {
	transform: rotate(90deg);
}

#cart .ajax-labels li {
	display: flex;
	justify-content: space-between;
}

#module-thecheckout-order .addition-description {
	margin-left: 38px;
	font-size: 12px;
}

#index #static-block-wrapper_17 {
	position: relative;
	width: calc(100vw - 15px);
	left: 50%;
	translate: -50%;
	padding: 0 20px;
}

img.img-fluid {
	width: 100%;
	object-fit: cover;
	mix-blend-mode: multiply;
}

#index #static-block-wrapper_17 .my-2 {
	margin-block: 15px;
}


#index #static-block-wrapper_17 .col-md-4.col-ms-12.mx-2 img,
#index #static-block-wrapper_17 .col-md-4.col-ms-12.mx-2 > * {
	background: #F2E7E3;
}

#index #static-block-wrapper_17 .col-md-4.col-ms-12.mx-2 .content {
	padding: 20px 40px;
}

#index #static-block-wrapper_17 .col-md-4.col-ms-12.mx-2 .content p {
	overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
	min-height: 60px;
}

#index #static-block-wrapper_17 .col-md-4.col-ms-12.mx-2 h2 {
	line-height: 1;
	margin-top: 0;
}

#index #static-block-wrapper_17 .col-md-4.col-ms-12.mx-2 a {
	display: block;
	overflow: hidden;
}

#index #static-block-wrapper_17 .col-md-4.col-ms-12.mx-2 img {
	aspect-ratio: 22 / 9;
}

@media(max-width: 992px) {
	#index #static-block-wrapper_17 .col-md-4.col-ms-12.mx-2 img {
		aspect-ratio: 16 / 9;
	}
}

#aw-box-k6267b3b9a1992b79d851a601 {
	display: none;
}

@media(min-width: 1300px) {
	.col-xl-3 {
		width: 25% !important;
	}	
}

@media(max-width: 1299px) {
	#static-block-wrapper_17 .row.mx-2 {
		height: 240px;
		overflow: hidden;
	}	
}

@media(max-width: 991px) {
	#static-block-wrapper_17 .row.mx-2 {
		height: unset;
		overflow: unset;
	}
}

#module-af_seopages-seopage .category-short-description .page-description p:not(p:first-of-type),
#module-af_seopages-seopage .category-short-description .page-description h2 {
	display: none;
}

#module-af_seopages-seopage .category-short-description .page-description * {
	background-color: transparent !important;
}

#duplicated-custom-text {
	display: none;
}

/* BLACK MONTH */

body:has(#sofa-home) .breadcrumbwrapper {
	display: none !important;
}

.seosa_product_label {
	position: absolute;
	mix-blend-mode: darken;
	top: 10px;
	left: 10px;
}

.seosa_product_label img {
	width: 60px;
	height: 60px;
}

section#content{
	position: relative;
}

.seosa_product_label{
	z-index: 9;
}

#sofa-sellingpoints .blackfriday {
	background: #000;
  margin-top: -5px;
  width: calc(100% + 20px);
  margin-left: -10px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
	margin-bottom: 5px;
	
	a {
		color: #fff;

		&:hover,
		&:focus-within {
			color: #eee !important;
		}

		span {
			color: #e07a52;
		}
	}
}

/* #prices-drop h1.top-category-title {
	font-size: 0;
}

#prices-drop h1.top-category-title::before {
	content: 'Black month';
	font-size: 36px;
} */

/* END BLACK MONTH */

#sofa-head {
	padding-top: 38px;
}

#sofa-home-slide-module {
	margin-top: 120px;
}

.order-confirmation-table img{
   width:100%;
}

.bm-combinations {
	grid-template-columns: 1fr 1fr 1fr !important;
}

.bm-combinations img {
	width: 100%;
}

img[src*="variantImgComing.jpg"] {
	width: auto !important;
}
.product-prices.js-product-prices{
	width: 100%;
}

#module-thecheckout-order [data-payment-module="ps_wirepayment"] {
	display: none;
}