.shipping_teaser {
	font-size:18px;
}

.product-price-old{
	font-size:25px !important; 
}

.popup-body{
	width:100% !important;
}

.color-label {
	display: flex;
	align-items: center;
	cursor: pointer;
	margin-bottom: 10px;
	font-size: 80px;
	position: relative;
}

@media only screen and (max-width: 768px) {
	iframe, img {
		width: 100%;
		height: 100%;
		object-fit: contain; /* or cover, depending on desired effect */
	}
		
	.route-product-product:not(.popup) .product-info .product-details .product-price-group {
		margin-top: 10px;
	}
	
	.product-price-old{
		font-size:20px !important; 
	}
	
	.title-price{
		line-height:1em !important;
		letter-spacing:0;
	}
	
	img.video-thumbnail {
		width: 70px !important;
		height: 70px !important;
		object-fit: cover; /* Ensures the image fills the space while preserving the aspect ratio */
	}
}

.route-product-product:not(.popup) .product-info .product-details .product-price-group {
	min-width: 30% !important;
	margin-left: 1% !important;
}

.color-label input {
	position: absolute;
	opacity: 0; /* Hide the original checkbox */
	cursor: pointer;
}

@media (max-width: 760px) {
	.direction-horizontal .additional-image {
			width: calc(100% / 4);
	}
	.option-price{
		padding: 0 10px;
		font-weight: bold;
		font-size: 18px;
		display: inline;
		line-height: 1.3;
	}
}

.vp-center {
	align-items: stretch;
	justify-content: stretch;
}

iframe {
	width: 100%;
	height: 100%;
	object-fit: cover; /* Ensure the video fills the container */
}

.color-swatch {
	padding: 5px 10px; /* Adds some space around the text */
	margin-right: 8px;
	color: white; /* Sets text color to white for contrast */
	border-radius: 3px; /* Optional: makes the background slightly rounded */
	display: inline-block;
}

.color-label input:checked + .color-swatch {
	box-shadow: 0 0 0 2px #000; /* Adds a shadow when the checkbox is checked */
}

.product-info .product-options .push-option > div input:checked + .option-value {
	box-shadow: none !important;
}
.product-options input.form-control {
	border: 0 !important;
	min-height: 55px !important;
	border-radius: 5px !important;
}
.btn-info.btn {
	margin: 0 10px;
}

.price_style {
	font-family: 'Open Sans', sans-serif;
	font-size: 35px;
	font-weight: 700;
	line-height: 1.2em;
	letter-spacing: .5px;
	color: #2F2F2F;
}

.video-thumbnail-container {
	position: relative;
	display: inline-block;
	cursor: pointer;
	overflow: hidden;
}

.video-thumbnail {
	display: block;
	width: 100%;
	height: auto;
}

.play-icon-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	pointer-events: none; /* Ensure clicks pass through the icon to the container */
}

.play-icon-overlay svg {
	width: 50px; /* Adjust size of the icon */
	height: 50px;
	opacity: 1; /* Slight transparency for better visibility */
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.price-valuta{
	font-size: 80% !important;
	font-weight: 400 !important;
}

.price_style.valuta_style {
	font-weight: 400;
	font-size: 0.8em;
	/* Additional styles here */
}

.btn-info.btn:hover {
	background: #F7F7F8 !important;
	color: black !important;
}

.calculator {
	padding-left: calc(30%) !important;
	font-size: 18px;
	font-weight: bold;
}

.option-value {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px; /* Optional: Space between columns */
}

.option-description {
	flex-grow: 4; 
}
.countdown-wrapper{
	display: none !important;
}

.route-product-product:not(.popup) .product-info .button-group-page .btn-cart {
	padding-top:22px !important;
	padding-bottom:22px !important;
}

.option-price{
	flex-grow: 2;
	text-align: right;
}

.title-price {
	font-family: 'Open Sans', sans-serif;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.2em;
	letter-spacing: .5px;
	color: #2F2F2F;
}

.remove-radio-button {
	flex-grow: 0; 
	flex-shrink: 0;
	margin-left: 10px; /* Optional: space between "price" and "X" */
	visibility: hidden; /* Hidden by default */
}

.hidden {
	display: none;
}

.product-info .product-options .push-option > div .option-value {
	background: #F9F9F9;
	min-width: 100% !important;
}

.product-info .product-options .push-option input,
.product-info .product-options .push-option input + img + .option-value {
	display: block !important;
	position: relative !important;
	width: 20px !important;
	margin-right: -25px !important;
	border-radius: 5px !important;
	margin-left: 1px;

}


.product-info .product-options .push-option input, .product-info .product-options .push-option input + img + .option-value {
		left:1% !important;
}

.product-info .product-options .push-option input,
.product-info .product-options .push-option input + img + .option-value {
	margin-left:5px;
}

.product-info .product-options .push-option > div input:checked + .option-value {
	border-color: rgba(0, 0, 0, .075);
}

.desktop .product-info .product-options .push-option > div .option-value:hover,
.product-info .product-options .push-option > div input:checked + .option-value {
	border-color: rgba(0, 0, 0, .075);
}

.radio label {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.input-group {
	line-height: 70px;
}

.product-info .product-details .price-group {
	font-family: 'Roboto';
	font-weight: 500;
	font-size: 30px;
	margin-left:5px;
}

.calculator-group .text-min-max,
.calculator-group .text-multiplier {
	width: 100%;
	text-align: center;
	justify-content: center;
	font-size: 85%;
	padding: 5px;
	
}

input[type=checkbox],
input[type=radio] {
	opacity: 1 !important;
}

.calculator-group .text-multiplier {
	font-weight: bold;
}

.control-label {
	font-size: 17px;
}

.calculator-group{
	margin-right:10px;
}

.product-options input.form-control {
	background: #F7F7F8 !important;
	max-width: 250px;
}

.form-group .control-label + div {				
	background: #F9F9F9;
}

.btn-info.btn {
	background: #F7F7F8;
	color: black;
}

.mobile-break {
	display: none;
}

@media (max-width: 768px) {
	.mobile-break {
		display: block;
	}
}

.product-info .product-options .push-option input,
.product-info .product-options .push-option input + img + .option-value {
	display: block;
	width: 100%;
	position: relative;
	top: 100%;
	min-height: 20px !important;
	transform: translateY(-20%);
	min-height: auto;
	min-width: auto;
	background: none;
	box-shadow: none;
	transition: background-color 0.2s;
	text-align: center;
	border-width: 1px;

	border-color: #E8E8E8;
}

.form-control {
	padding: 0;
	height: 100px;
}

.btn-info.btn {
	background: #f7f7f8;
}

.input-option {
	width: 200px !important;
}

.options-container {
	max-width: min-content !important;
}

.product-info .product-options .push-option > div .option-value {
	display: flex !important;
	min-height: 50px;
	border-radius: 2px !important;
	font-size: 15px;
}

.product-info .product-options .push-option > div label {
	background: white !important;
	min-width: 100% !important;
}

.option-value {
	display: inline-block !important;
	padding-left: 35px !important;
	margin-top: 10px;
}

@media only screen and (max-width: 480px) {
	.value-description{
		margin-top:25px;
	}
	
	.swiper-slide {
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

.title {
	padding: 0 !important;
	padding: 10px 0 0 0 !important;
}

.prd-block_viewed:after {
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	opacity: 0.8;
	background: #f7f7f8;
	border-radius: 5px;
}

@media all and (min-width: 501px) {
	.calculator-group {
		width: 45%;
		display: inline-block;
	}
	
	.flex-display {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}

.calculator-group .text-min-max,
.calculator-group .text-multiplier {
	justify-content: end;
}

@media (min-width: 1024px) { /* Adjust this breakpoint as needed */
	 .product-left {
		width: 55% !important;
	}
	.product-info .product-right {
		width: calc(100% - 55%) !important;
	}
}

.btn .btn-cart{
	padding-top:60px !important;
}

.product-price-bolded {
	font-weight: bold;
	font-size: 18px;
}

.option-value {
	display: inline-block;
}

#product > .product-options .options-container,
#product > .product-options .options-container > div,
#product > .product-options .options-container > div > label {
	width: 100% !important;
	min-width: 100% !important;
	background: white !important;
}

.product-info .product-options .push-option > div {
	display: grid;
	width: 100%;
}

#product > .product-options .options-container > div > label > input[type="radio"] {
	display: block !important;
	position: initial !important;
}

#product > .product-options .options-container > div > label > input[type="radio"] + span {
	min-width: calc(100% - 50px) !important;
	width: calc(100% - 50px) !important;
	background: #F9F9F9;
	border: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
	padding-left: 12px;
	margin: 0 0 4px;
	outline: none !important;
}

.product-info .product-details .buttons-wrapper {
	padding-bottom: 10px !important;
}

.radio-form-class {
	.control-label + div {
		background-color: white !important;
	}
}

.product-price-group {
	font-size: 30px;
	padding: 0;
	background: #F9F9F9;
	border-radius: 5px;
	padding-left:5px;
}

.product-info .product-details .product-price-group {
	padding: 6px 0;
}

@media only screen and (max-width: 480px) {
	.product-image .swiper .swiper-controls {
		display: block;
	}
	
	.product-info .product-options .push-option > div .option-value {
		min-width: 100% !important;
		min-height: 65px !important;
		border-radius: 5px !important;
		font-size: 15px;
		flex-direction: column;
		min-width: 100% !important;
	}
	
	.product-info {
		display: block !important;
	}
	
	.product-info .product-details .buttons-wrapper {
		display:block !important;
	}
	
	.option-value {
		justify-content: center !important;
	}

	.product-info .product-details .stepper-group {
		align-items: center;
		flex-wrap: wrap !important;
	}

	.total-price-container {
		background: #F7F7F8;
		border-radius: 5px;
	}
}

.swiper-container .swiper-slide iframe {
	width: 100%;
	height: 100%;
}

.product-info .product-details .stepper-group {
	align-items: center;
	flex-wrap: nowrap;
}

.title-measurement {
	font-size: 16px !important;
}

.price-measurement-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 35px;
	color: #2F2F2F;
}

.page-title {
	font-size: 30px !important;
	font-weight: 500 !important;
	margin-bottom: 0;
	color: #2F2F2F !important;
}

#content, .row {
	width: 100% !important;
	max-width: 100% !important;
}

.title-price-container {
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.route-product-product:not(.popup) .product-info .product-details .product-price-group {
	min-width: 30% !important;
}

.product-info .button-group-page .btn-cart.btn {  
	min-width: 100% !important;
}

.title.page-title {
	font-size: 30px;
	font-weight: 300;
	color: #2F2F2F;
}

@media only screen and (max-width: 480px) {
	.product-info .product-options .push-option > div .option-value {
		align-items: baseline;
	}
	.title-price .price_weight {
    font-size: 25px;  !important;
    }
	
	.product-title-heading {
		font-family: 'Open Sans', sans-serif;
		font-size: 25px;
		flex:1;
		font-weight: 600 !important;
		margin-bottom: 0;
		color: #2F2F2F !important;
	}
	
	.product-options {
		padding-top:0 !important; 
		margin-bottom:0 !important;
	}
	
	.unit_style {
		line-height:0;
	}
}
	
.route-product-product:not(.popup) .product-info .button-group-page .stepper-group {
	flex-grow: 1 !important;
	width: auto !important;
}

.page-title.price-measurement-title {
	font-size: 40% !important;
	color: #2F2F2F;
	font-family: 'Open Sans', sans-serif;
}

.product-info .product-options .push-option > div .option-value:hover,
.product-info .product-options .push-option > div input:checked + .option-value {
	background: #F9F9F9 !important;
}

.product-info .product-details .product-price-group {
	padding-left: 8px;
	padding-right:8px;
}

.product-title-heading {
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	flex:1;
	font-weight: 600;
	margin-bottom: 0;
	color: #2F2F2F !important;
}

.product-options{
	padding-top:0 !important; 
	margin-bottom:0 !important;
}

.product-image .swiper-container, 
.product-image .swiper-wrapper {
	height: 100%;
	width: 100%;
}

.swiper-container,
.swiper-wrapper,
.swiper-slide {
	width: 100%;
	height: auto;
}

iframe {
	width: 100%;
	height: auto;
	max-width: 100%;
	object-fit: cover;
}

.vp-center {
	align-items: stretch;
	justify-content: stretch;
}

img.video-thumbnail {
	width: 110px;
	height: 147px;
	object-fit: cover; /* Ensures the image fills the space while preserving the aspect ratio */
}

.popup-inner-body > .product-price-group {
	display:none !important;
}

@media only screen and (max-width: 480px) {
	.unit_style {
		line-height: 1;
	}
}

.mobile-header-active #cart-items.count-badge{
	transform: translateX(-2px) !important;
	display: inline-flex !important;
}