/* CANVAS ACTIVE */
/* SAFARI SCROLL FIX */
html[class*='modal-open'] {
	height: calc(var(--window-inner-height) - 1px);
}

body[class*='modal-open'] {
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}
/* SAFARI SCROLL FIX ^^ */

.canvas-module.active,
.canvas-module-xs.active {
	display: block;
}

.canvas-right-module.active,
.canvas-left-module.active,
.canvas-right-module-xs.active,
.canvas-left-module-xs.active {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

/* DIMMER */
.mask:after {
	content: '';
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.04);
	position: absolute;
	pointer-events: none;
}

#dimmer,
.overlay {
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
	z-index: -1;
}

#dimmer.active,
.overlay.active,
body[class*='modal-open'] #dimmer {
	z-index: 61;
	opacity: 1;
	pointer-events: initial;
}

/* Btn - knappar */
.btn,
.btn a,
.Knapp_Generell a,
.buy-button,
.info-link,
.do_more #more_of_it,
input[type='button'],
.Checkout a,
.Knapp_Kop a,
.Knapp_Kop2,
button,
.utlamningsstalle a {
	text-align: center;
	font-weight: 700;
	width: 100%;
	display: inline-block;
	border-radius: var(--border-radius2);
	cursor: pointer;
	padding: 0.5em 1em; /* fallback */
	padding: calc(var(--gutter) / 2) var(--gutter);
	border: 0;
}
.cm-img-cta a {
	border-radius: var(--border-radius2);
}

.cm-img-txt-wrap:not(:empty) {
	width: 100%;
}

.cm-img-txt {
	white-space: unset;
}

@media (768px <= width <= 1200px) {
	.cm-img-txt-wrap:not(:empty) {
		padding: 0;
	}
	.cm-img-txt-wrap h2 {
		font-size: 20px;
	}
	.cm-img-txt-wrap h4 {
		font-size: 14px;
	}
	.cm-img-txt:not(:empty) + .cm-img-cta:not(:empty) {
		margin-top: 0.5rem;
	}
}

.btn-xs,
.utlamningsstalle a {
	padding: 0.33em; /* fallback */
	padding: calc(var(--gutter) / 3);
}

.btn-sm {
	padding: 0.5em; /* fallback */
	padding: calc(var(--gutter) / 2);
}

.btn-md,
.do_more #more_of_it,
.Checkout a,
#SubmitFalt .buy-button {
	padding: var(--gutter);
}

#SubmitFalt {
	display: flex;
}

.btn-lg {
	padding: 1.5em; /* fallback */
	padding: calc(1.5 * var(--gutter));
}

.btn-auto,
.Knapp_Visa_Onskelista_Tabell,
.Knapp_Kop a,
.Knapp_Kop2 {
	width: auto;
}

.do_more #more_of_it {
	margin: 2em auto;
	max-width: 500px;
}

.do_more {
	text-align: center;
}

.btn,
.info-link,
.Knapp_Generell a,
.do_more #more_of_it,
button,
.utlamningsstalle a {
	background: var(--cta-background2);
	color: var(--cta-color2);
}

.btn.cta-primary,
.buy-button,
input[type='button'],
.Checkout a,
.Knapp_Kop a,
.Knapp_Kop2 {
	background: #1f709a;
	color: var(--cta-color1);
	padding: 20px 20px;
}

@media screen and(min-width: 48em) {
	.btn.cta-primary,
	.buy-button,
	input[type='button'],
	.Checkout a,
	.Knapp_Kop a,
	.Knapp_Kop2 {
		padding: 12px 65px;
	}
}

.buy-button {
	position: relative;
}

.buy-button .feedback {
	display: none;
}

.buy-button .label {
	font-size: 0;
}

.buy-button[data-state='default'] .label {
	font-size: 14px;
}

/* fill content with default value to keep auto width of element same as default-state */
.buy-button:not([data-state='default']) .label:before {
	content: attr(data-default);
	color: transparent;
	font-size: 14px;
}

/* icons for states */
.buy-button:not([data-state='default']) .label:after {
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	line-height: normal;
	font-size: 14px;
	color: var(--cta-color1);
}

/* icon for processing */
.buy-button[data-state='processing'] .label:after {
	content: '\f1ce';
	transform: none;
	-webkit-animation: air-loading 1s linear infinite;
	animation: air-loading 1s linear infinite;
	margin: -0.5rem 0 0 -0.5rem;
}

/* icon for success */
.buy-button[data-state='success'] .label:after {
	content: '\f00c';
}

/* icon for success */
.buy-button[data-state='error'] .label:after {
	content: '\f321';
}

/* Close */
.close-header {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-content: space-between;
	height: 2.5em; /* fallback */
	line-height: 2.5em; /* fallback */
	height: calc(var(--gutter) * 2.5);
	line-height: calc(var(--gutter) * 2.5);
}

.close-header {
	/* background: var(--base-background2);
	color: var(--base-color2); */
}
.close-header i {
	color: var(--base-color2);
}

.close-header span,
.close-header:before,
.close-header i {
	flex: 1;
}

.close-header:before,
.close-header i {
	padding-left: var(--gutter);
}

.close-header:after {
	font-family: 'Font Awesome 5 Pro';
	content: '\f00d';
	font-size: 1.4em;
	text-align: center;
	color: var(--base-color4);
	cursor: pointer;
	width: 1.8em; /* fallback */
	width: calc(var(--gutter) * 1.8);
}

.close-header:before,
.close-header:after {
	font-size: 1.4em;
}

@media screen and (max-width: 1300px) {
	#gradeDiv_prod {
		scroll-snap-type: x mandatory;
	  }
	  
	  #gradeDiv_prod .grade {
		min-width: 100% !important;
		scroll-snap-align: start;
		padding: 0 15px;
	  }
	  #gradeDiv_prod {
		max-width: 90%;
		margin: 0 auto;
	  }
	  #gradeDiv_prod .owl-prev {
		left: -20px;
	  }
	  #gradeDiv_prod .owl-next {
		right: -20px;
	  }
	  #gradeDiv_prod .owl-controls {
		position: unset !important;
	  }
}
@media screen and (max-width: 48em) {
	.close-header {
		height: calc(30px + 2em); /* fallback */
		height: calc(30px + var(--gutter) * 2);
		position: relative;
		line-height: calc(30px + 2em); /* fallback */
		line-height: calc(30px + var(--gutter) * 2);
	}

	.close-header:after {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		width: calc(22px + 2em); /* fallback */
		width: calc(22px + var(--gutter) * 2);
	}
	
}

@media screen and (min-width: 48.01em) {
	/* HOVER */
	.btn:hover,
	.buy-button:hover,
	input[type='button']:hover,
	button:hover,
	.info-link:hover,
	.do_more #more_of_it:hover .Checkout a:hover,
	.Knapp_Kop a:hover,
	.Knapp_Kop2:hover,
	.Knapp_Generell a:hover,
	.utlamningsstalle a:hover {
		filter: brightness(0.8);
	}
}

/* Input - Select - Form elemets  */
input:not([type='range']):not([type='color']),
select,
textarea,
button {
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-box-shadow: none;
	appearance: none;
	outline: none;
	box-shadow: none;
	font-size: inherit;
	font-family: inherit;
}

input:not([type='button']):not([type='submit']):not([type='reset']):not([type='file']):not([type='color']):not([type='range']):not(#sokterm),
select,
textarea,
.select-ul-li:not(.xs-dd):not(.ValjSortordning),
.select-ul-li ul,
.select-ul-li-dd {
	border: 1px solid var(--border-color1);
	border-radius: var(--border-radius2);
	padding: 0 var(--gutter);
	background: var(--base-background1);
	color: var(--base-color1);
}

input:not([type='checkbox']):not([type='radio']):not([type='button']):not([type='submit']):not([type='reset']):not([type='file']):not(
		[type='color']
	):not([type='range']):not(#sokterm),
select,
.select-ul-li span.active {
	line-height: 2.5em; /* fallback */
	height: 2.5em; /* fallback */
	line-height: calc(var(--gutter) * 2.5);
	height: calc(var(--gutter) * 2.5);
}

textarea {
	padding: var(--gutter);
}

.select-wrapper,
.select-ul-li {
	display: inline-block;
	position: relative;
	width: 100%;
}

.select-ul-li.xs-dd,
.ValjSortordning {
	width: auto;
}

.select-ul-li.xs-dd .active {
	padding-right: 3em; /* fallback */
	padding-right: calc(var(--gutter) * 3);
	padding-left: var(--gutter);
}

.ValjSortordning .active {
	padding-right: 3em; /* fallback */
	padding-right: calc(var(--gutter) * 2);
	padding-left: var(--gutter);
}

.select-wrapper {
	padding: 0;
	background: var(--base-background1);
	color: var(--base-color1);
}

.select-wrapper:after,
.select-ul-li:after {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 200;
	content: '\f078';
	position: absolute;
	top: 0;
	line-height: 2.5em; /* fallback */
	line-height: calc(var(--gutter) * 2.5);
	right: var(--gutter);
	pointer-events: none;
}

.select-ul-li span.active {
	pointer-events: none;
}

select {
	padding-right: 3em; /* fallback */
	padding-right: calc(var(--gutter) * 3);
	position: relative;
	cursor: pointer;
	width: 100% !important;
}

.select-wrapper > select {
	background-color: transparent;
}

input:not([type='button']):not([type='submit']):not([type='reset']):not([type='file']):not([type='color']):not([type='range']):not(#sokterm):focus,
select:focus,
textarea:focus,
button:focus,
.select-ul-li.open {
	outline: none;
	border-color: var(--border-marked);
}

input[type='checkbox'],
input[type='radio'] {
	height: 0.7rem;
	width: 0.7rem;
	padding: 3px !important;
	margin: 0 3px;
	cursor: pointer;
	/* ta bort, ändra övriga */
	margin: 0 3px;
	cursor: pointer;
}

input[type='radio'] {
	border-radius: 100% !important;
	/* ta bort, ändra övriga */
}

input[type='checkbox']:checked {
	background: linear-gradient(#000, #000) content-box, linear-gradient(#ffffff, #efefef) padding-box !important;
	/* ta bort, ändra övriga */
}

input[type='radio']:checked {
	/* background: radial-gradient(circle, var(--brand-color1) 33%, rgba(0,0,0,0) 45%)!important; ta bort, ändra övriga */
	background: radial-gradient(circle, #000 50%, rgba(0, 0, 0, 0) 75%) content-box, linear-gradient(#ffffff, #efefef) padding-box !important;
	/* ta bort, ändra övriga */
}

.select-ul-li {
	cursor: pointer;
	position: relative;
}

.select-ul-li ul,
.select-ul-li-dd {
	margin: 0;
	position: absolute;
	top: calc(100% + 1px);
	left: -1px;
	width: calc(100% + 2px);
	display: none;
	box-shadow: var(--box-shadow1);
	background: var(--base-background1);
	color: var(--base-color1);
	max-height: 300px;
	min-width: 200px;
	overflow: auto;
	text-align: left;
}

.select-ul-li.open ul,
.select-ul-li.open .select-ul-li-dd {
	display: block;
	z-index: 3;
}

.select-ul-li li {
	list-style: none;
	line-height: 2em;
}

.end-xs .select-ul-li ul,
.end-xs .select-ul-li-dd {
	left: initial;
	right: 0;
}

.ValjSortordning:after {
	right: 0;
}

.label {
	display: block;
	font-weight: 700;
}

.Kontaktform input:not([type='checkbox']),
.Kontaktform textarea {
	width: 100%;
}

@media only screen and (min-width: 48em) {
	.ul-padding ul {
		display: block;
		list-style-type: disc;
		margin-block-start: 1em;
		margin-block-end: 1em;
		margin-inline-start: 0px;
		margin-inline-end: 0px;
		padding-inline-start: 40px;
	}

	td,
	tr {
		text-overflow: ellipsis;
		white-space: normal;
	}
}

/* MISC */

/* a[onmouseover*="overlib"] {
	pointer-events: none;
} */

img[alt='space'] {
	display: none;
}

.pointer {
	cursor: pointer;
}

/* STARTPAGE */
.cm_article_wrapper h2 + .PT_Wrapper_All {
	margin-top: calc(var(--gutter) * -1);
}

/*Spinner*/
@-webkit-keyframes air-loading {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes air-loading {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* TRANSITION */

.btn,
.buy-button,
input[type='button'],
button,
.info-link,
.do_more #more_of_it,
.Knapp_Generell a,
.Checkout a,
.Knapp_Kop a,
.Knapp_Kop2,
input,
select,
textarea,
.Artgrp_VisaFler a:hover {
	transition: 200ms ease-in-out all;
}

.canvas-right-module,
.canvas-left-module,
.canvas-right-module-xs,
.canvas-left-module-xs {
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

/* Kundprofil */

#SKM_Kund_ID label:after {
	content: ':';
	margin-right: 5px;
}

.Snabbkassa_Kundfalt_Marginal:not(.Avtal),
#SKM_PNr {
	display: -webkit-box;
	display: -moz-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	position: relative;
}

#SKM_PNr label {
	margin-bottom: 0.5rem;
}

#SKM_PNr + table {
	position: relative;
	width: 100%;
}

#SKM_PNr + table tr td:nth-child(2) {
	display: none;
}

#SKM_PNr + table *:not(img) {
	width: 100%;
}

#SKM_PNr + table img[name*='Profilstatus_PNr'] {
	position: absolute;
	right: 0;
	top: -24px;
	bottom: 0;
}

#LankAdressblockAnvnamn,
#LankAdressblockLeveransadress,
#LankAdressblockOvrigt {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
}

#LankAdressblockAnvnamn b,
#LankAdressblockLeveransadress b,
#LankAdressblockOvrigt b {
	order: 1;
	margin-top: 1rem;
}

#LankAdressblockAnvnamn label,
#LankAdressblockLeveransadress label,
#LankAdressblockOvrigt label {
	order: 2;
}

#Adressblock2 .Snabbkassa_Kundfalt_Marginal {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-wrap: wrap;
}

#Adressblock2 .Snabbkassa_Kundfalt_Marginal > img {
	width: auto;
	position: absolute;
	right: 0;
	top: 0;
	margin: auto;
}

.Avtal {
	position: relative;
}

#Adressblock2 .Snabbkassa_Kundfalt_Marginal.Avtal * {
	width: auto !important;
	right: auto;
}

#Adressblock2 .Snabbkassa_Kundfalt_Marginal.Avtal input {
	width: 1em !important;
}

#Adressblock2 .Snabbkassa_Kundfalt_Marginal.Avtal label:first-child {
	display: none;
}

.Avtal img {
	position: relative !important;
	margin-left: 10px !important;
}

input.KundprofilFaltFEL:not([type='button']):not([type='submit']):not([type='reset']):not([type='file']):not([type='color']):not([type='range']):not(
		#sokterm
	) {
	border: 1px solid var(--danger-color);
}
/* Uppdaterade regler */
#mypages-container .KundNyText {
	text-align: center;
	display: block;
}
#Adressblock2 #SKM_Land:after {
	content: '\f078';
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(25%);
	color: black;
	font-size: 16px;
	pointer-events: none;
	padding-right: 14px;
}
#mypages-container {
	text-align: center;
}
p#SKM_Kund_ID {
	font-weight: bold;
}
#Adressblock2 .Knapp_Generell_Tabell {
	margin-left: auto;
}
#Adressblock2 .Knapp_Generell_Tabell #SubmitKnapp {
	padding: var(--gutter);
	min-width: 180px;
}
#Adressblock2 input[type='checkbox'] + i {
	padding-left: 8px;
}
#mypages-container .Tabell_Dinsida_UppdLosen {
	margin: 0 auto;
}
#mypages-container .Tabell_Dinsida_UppdLosen > tbody > tr {
	display: flex;
	flex-wrap: wrap;
}
#mypages-container .Tabell_Dinsida_UppdLosen > tbody > tr > td {
	flex: 0 0 100%;
	text-align: left;
}
#mypages-container .Tabell_Dinsida_UppdLosen > tbody > tr > td input {
	width: 100%;
}
@media only screen and (min-width: 48em) {
	#mypages-container #Adressblock {
		max-width: 650px;
		margin: 0 auto;
	}
	#Adressblock2
		.Snabbkassa_Kundfalt_Marginal
		> *:not(img):not([type='checkbox']):not(#SKM_Epost i):not(#SKM_Erbjud i):not(#Teldag i):not(#SKM_Erbjud_Mobil i):not(#SKM_Erbjud label):not(
			#SKM_Epost label
		):not(#SKM_Erbjud_Mobil label) {
		flex: 0 0 100%;
		text-align: left;
	}
	#Adressblock2 .Snabbkassa_Kundfalt_Marginal > label {
		padding-bottom: calc(var(--gutter) / 2);
	}
	#LankAdressblockAnvnamn,
	#LankAdressblockLeveransadress,
	#LankAdressblockOvrigt {
		font-size: 1.1rem;
	}
}

@media only screen and (max-width: 48em) {
	#Adressblock2 {
		width: 100%;
	}
	#LankAdressblockAnvnamn,
	#LankAdressblockLeveransadress,
	#LankAdressblockOvrigt {
		font-size: 1.1rem;
	}
	#Adressblock2 .Knapp_Generell_Tabell {
		width: 100%;
	}
	#Adressblock2
		.Snabbkassa_Kundfalt_Marginal
		> *:not(img):not([type='checkbox']):not(#SKM_Epost i):not(#SKM_Erbjud i):not(#Teldag i):not(#SKM_Erbjud_Mobil i):not(#SKM_Erbjud label):not(
			#SKM_Epost label
		):not(#SKM_Erbjud_Mobil label) {
		flex: 0 0 100%;
		text-align: left;
	}
	#Adressblock2 .Snabbkassa_Kundfalt_Marginal > label {
		padding-bottom: calc(var(--gutter) / 2);
	}
}

/*Presentkort*/
@media screen and (max-width: 48em) {
	.Presentkort table {
		width: 100%;
	}
	.Presentkort table.PS_Tabell td:first-child {
		width: 100%;
		text-align: center;
	}
	.Presentkort table.PS_Tabell tr {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
}

/* Dialogruta */
#dialogruta {
	position: fixed;
	max-height: 500px;
	max-width: 500px;
	height: fit-content;
	text-align: left;
	top: 0;
	margin: auto;
	left: 0;
	bottom: 0;
	z-index: 61;
	background: var(--base-background1);
	border: var(--border-std);
	right: 0;
	visibility: hidden;
	padding: calc(var(--gutter) * 2);
}

#dialogruta h1 {
	margin-top: 0;
	margin-top: 0;
	font-size: 18px;
}

#dialogruta h1 img {
	display: none;
}

#dialogruta a:last-child {
	background: var(--base-background6);
	color: var(--base-color6);
	line-height: 35px;
	display: block;
	padding: 0 10px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
}

/* LOADER / PRELOAD */

.preloader {
	display: none;
}


.scroll-button {
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	padding: 10px;
	border: none;
	background: #d6d6d6;
	color: #000;
	cursor: pointer;
	font-family: 'Font Awesome 5 Pro';
	border-radius: 50%;
	display: flex;
	justify-content: center;
	width: 35px;
}
.scroll-container {
	position: relative;
}

.review-prev {
	left: 0;
}

.review-next {
	right: 0;
}

.gradeProd_wrapper {
	background-color: white;
	border-radius: 15px;
	padding: 16px !important;
	text-align: left !important;
	margin-bottom: 20px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	position: relative;
	display: block;
    width: 100%;
    margin-top: 10px;
    overflow-y: hidden;
  }
  
  
  #gradeDiv_prod {
	display: flex;
	margin-top: 10px;
	width: 100%;
	flex-direction: row;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x proximity;
  }
  #gradeDiv_prod::-webkit-scrollbar-track
  {
	  background-color: #e9e9e9;
  }
  
  #gradeDiv_prod::-webkit-scrollbar
  {
	  height: 5px;
	  background-color: #e9e9e9;
  }
  
  #gradeDiv_prod::-webkit-scrollbar-thumb
  {
	  background-color: #cb9d63;
  }
  
  #gradeDiv_prod .grade {
	scroll-snap-align: start;
	font-size: 15px;
	padding: 0 15px;
	min-width: 20%;
  }
  
  #gradeDiv_prod .grade .score {
	font-family: "Font Awesome 5 Pro";
	color: #cb9d63;
	margin-bottom: 5px;
  }
  
  #gradeDiv_prod .grade .score::before {
	font-weight: 900;
  }
  
  #gradeDiv_prod .grade .score::after {
	font-weight: 300;
  }
  
  #gradeDiv_prod .grade .g5::before {
	content: '\f005\f005\f005\f005\f005';
  }
  
  #gradeDiv_prod .grade .g4::before {
	content: '\f005\f005\f005\f005';
  }
  
  #gradeDiv_prod .grade .g3::before {
	content: '\f005\f005\f005';
  }
  
  #gradeDiv_prod .grade .g2::before {
	content: '\f005\f005';
  }
  
  #gradeDiv_prod .grade .g1::before {
	content: '\f005';
  }
  
  #gradeDiv_prod .grade .g1::after {
	content: '\f005\f005\f005\f005';
  }
  
  #gradeDiv_prod .grade .g2::after {
	content: '\f005\f005\f005';
  }
  
  #gradeDiv_prod .grade .g3::after {
	content: '\f005\f005';
  }
  
  #gradeDiv_prod .grade .g4::after {
	content: '\f005';
  }
  
  #gradeDiv_prod .grade .text {
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
  }
  
  #gradeDiv_prod .grade .namn {
	font-weight: bold;
	line-height: 20px;
  }
  
  #gradeDiv_prod .grade .date {
	float: right;
	font-style: normal;
	color: #848484;
	font-size: 12px;
	line-height: 20px;
  }
  
  /* C4U 230810 BACK TO TOP */
#myBtn { 
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  width: 60px; /* C4U 230810 */
  bottom: 50px; /* Place the button at the bottom of the page */
  right: 40px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: 2px solid #fff; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #d4f4ff; /* Set a background color */
  color: black; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  -webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;
  font-size: 18px; /* Increase font size */
  box-shadow:0 6px 8px 0 rgb(0 0 0 / 10%), 0 5px 18px 0 rgb(0 0 0 / 11%);
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}
/* // C4U 230810 BACK TO TOP */

  /*Cross selling*/
  .CrossSelling .PT_Wrapper_All{
	margin-left:0;
	margin-right:0;
	padding-right: 5px;
  }
  .CrossSelling .buy-button{
	padding:10px;
  }
  .CrossSelling .info-link{
	display: none;
  }