/*---------------------------------------------------------------------------------
	Site: Reforma
	COPYRIGHT (c) ASKÅS INTERNET- & REKLAMBYRÅ AB 1997-2018. ALL RIGHTS RESERVED.
---------------------------------------------------------------------------------*/
/*------------------------
   PICTURE COLUMN
------------------------*/
#Bildkolumn {
	text-align: center;
}
.carousel { 
	scroll-snap-type: x mandatory;
	/*scroll-behavior: smooth;*/
	display: flex;
	-webkit-overflow-scrolling: touch;
	overflow-x: scroll;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
	scrollbar-width: none; /* Firefox 64 */
	padding: 0;
	margin: 0;
	width: 100%;
}
.carousel .item {
	cursor: zoom-in;
	position: relative;
	min-width: 100%;
	max-width: 100%;
	min-height: 100%;
	max-height: 100%;
	text-align: center;
	padding-bottom: 60.4%; /* ratio of the images */
	scroll-snap-align: center;
	scroll-snap-stop: always;
}
.item img,
.item figure {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	object-fit: scale-down;
}
.productzoom-inner-wrapper {
	display: none !important;
}
.thumbswrapper-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0;
}
.thumbnail {
	cursor: zoom-in;
	transition: 300ms ease opacity;
	flex-basis: 50%;
	min-width: 50%;
	text-align: center;
	position: relative;
	aspect-ratio: 2 / 3;
	padding-bottom: 75%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 3px solid #fff;
}
.thumbnail img {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
	width: auto;
	max-width: unset;
}
.thumbnail.first {
	flex-basis: 100%;
	min-width: 100%;
	aspect-ratio: unset;
	padding-bottom: unset;
}
.thumbnail.first img {
	position: unset;
	transform: none;
	height: auto;
	max-width: 100%;
}
/* lazy loader */
@keyframes spinner {
	to {
		transform: rotate(360deg);
	}
}
.carousel-lazy[data-src],
.popped_img .carousel-lazy-zoom[data-src] {
	opacity: 1 !important;
	color: #fff;
	margin-top: -20px;
	width: 100%;
}
.carousel-lazy[data-src]:before,
.popped_img .carousel-lazy-zoom[data-src]:before {
	content: "";
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 30px;
	margin-top: 5px;
	margin-left: -15px;
	border-radius: 50%;
	border: 2px solid #ccc;
	border-top-color: #000;
	animation: spinner 0.7s linear infinite;
}

/*------------------------
   PRODUCT COLUMN
------------------------*/
#ArtikelnamnFalt {
	font-size:28px; 
	font-weight:normal;
}
#VarumarkeFalt {
	margin:0 0 5px; 
	text-transform:uppercase; 
	font-size:13px;
}
#PrisFalt span {
	font-size:30px; 
	font-weight:normal; 
	font-family:"LL Circular Bold Web";
}
.PrisREA {
	-webkit-order:1; 
	-ms-flex-order:1; 
	order:1; 
	margin-right:5px;
}
.PrisORD {
	-webkit-order:2; 
	-ms-flex-order:2; 
	order:2; 
	text-decoration:line-through; 
	font-size:17px !important; 
	color:#777; 
	font-family:"LL Circular Book Web" !important; 
	line-height:46px;
}
.PrisORDv {
	font-size:20px !important; 
	font-family:'LL Circular Book Web' !important;
}
.PrisAvd {
	display:none;
}
.AndraFarger .PT_Wrapper {
	width:16.8%;
}
#OrderFalt {
	margin:10px 0 0; 
	padding:10px 0 0;
}
.ProduktbeskrAntalvalTabell, .Laggikorgen_Antalsrad {
	margin:0 0 5px 0;
}
.ProduktbeskrAntalvalText, .Laggikorgen_Antalsfalt {
	height:35px; 
	line-height:35px;
}
.ProduktbeskrAntalvalTabell td {
	padding:0;
}
.Laggikorgen_Antalsfalt {
	width:50px !important;
	border-radius: 0;
}
.Faktablock1 > .col.s_3_of_12 {
	 width: auto;
}
.klevu-result-box-l2 .klevu-origprice-l2, .kuPrice .kuOrigPrice  {
	display: none !important;
}
/* Mobile */
@media screen and (max-width: 750px) {
	.ProduktBild  {
		margin-top: 10px;
	}
	.BildZoomThumbnails {
		width: 100%;
		margin: 0 0 5px;
	}
	/* Sticky buttons - General */
	#Faktakolumn:not(.scrolledTo) .mobile-sticky {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 0 10px;
		background: #fff;
	}
	#Faktakolumn:not(.scrolledTo) #ArtikelnamnFalt.mobile-sticky, 
	#Faktakolumn:not(.scrolledTo) .PrisFav.mobile-sticky {
		border-top: 1px solid #ddd;
		padding-top: 10px;
		bottom: 50px;
		height: 40px;
		max-height: 40px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	#Faktakolumn:not(.scrolledTo) #ArtikelnamnFalt.mobile-sticky {
		width: 60%;
		max-width: 60%;
		margin: 0;
		line-height: 16px;
		font-size: 14px;
		font-family: 'LL Circular Book Web', Arial, Helvetica, sans-serif !important;
		padding-right: 0;
	}
	#Faktakolumn:not(.scrolledTo) .PrisFav.mobile-sticky {
		width: 40%;
		max-width: 40%;
		right: 0;
		left: unset;
		justify-content: flex-end;
		padding-left: 0;
	}
	#Faktakolumn:not(.scrolledTo) #OrderFalt.mobile-sticky {
		padding: 0 10px 10px;
		margin: 0;
	}
	#Faktakolumn:not(.scrolledTo) #SubmitFalt .Knapp_Kop_Tabell_Artikel a,
	#Faktakolumn:not(.scrolledTo) .ProduktbeskrAntalvalTabell, 
	#Faktakolumn:not(.scrolledTo) .ProduktbeskrAntalvalRad,
	#Faktakolumn:not(.scrolledTo) input.Laggikorgen_Antalsfalt {
		height: 40px !important;
		line-height: 40px !important;
	}
	/* Sticky buttons - Price */
	#Faktakolumn:not(.scrolledTo) .PrisFav.mobile-sticky #PrisFalt {
		width: 100%;
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-end;
		align-items: flex-start;
		height: 30px;
	}
	#Faktakolumn:not(.scrolledTo) .PrisFav.mobile-sticky .PrisORD, 
	#Faktakolumn:not(.scrolledTo) .PrisFav.mobile-sticky #PrisFalt span {
		font-size: 16px !important;
		line-height: 16px !important;
	}
	#Faktakolumn:not(.scrolledTo) .PrisFav.mobile-sticky #PrisFalt .PrisREA {
		font-size: 20px !important;
	}
	#Faktakolumn:not(.scrolledTo) .PrisORD, 
	#Faktakolumn:not(.scrolledTo) .PrisREA,
	#Faktakolumn:not(.scrolledTo) .PrisBOLD,
	#Faktakolumn:not(.scrolledTo) .PrisFav span span{
		font-weight: 300 !important;
		font-family: 'LL Circular Book Web', Arial, Helvetica, sans-serif !important;
	}
	#Faktakolumn:not(.scrolledTo) .PrisORD {
		max-width: 100%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	/* Sticky buttons - Antal and Buy */
	#Faktakolumn:not(.scrolledTo) #SubmitFalt{
		margin: 0 0 0 10px;
		width: 100%;
		flex-grow: 1;
	}
	#Faktakolumn:not(.scrolledTo) #OrderFalt>form {
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
	}
	#Faktakolumn:not(.scrolledTo) .ProduktbeskrAntalvalTabell, 
	#Faktakolumn:not(.scrolledTo) .ProduktbeskrAntalvalRad {
		margin: 0;
		width: 100px;
		max-width: 100px;
	}
	#Faktakolumn:not(.scrolledTo) .ProduktbeskrAntalvalFalt {
		width: 50px;
	}
	#Faktakolumn:not(.scrolledTo) .Egenskaper_Tabell tr:not(.Laggikorgen_Antalsrad), 
	.ProduktbeskrAntalvalFalt + .ProduktbeskrAntalvalFalt, 
	#Faktakolumn:not(.scrolledTo) .Text_Lagerstatus,
	#Faktakolumn:not(.scrolledTo) .PrisFav .nor-additional-price,
	#Faktakolumn:not(.scrolledTo) .Set_Falt_Wrap {
		display: none;
	}
}
/* Desktop */
@media screen and (min-width: 751px) {
	#Faktakolumn {
		position: -webkit-sticky;
		position: sticky;
		top: 110px;
		left: 0;
	}
}

