html,
body {
	user-select: none; /* supported by Chrome and Opera */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	font-family: "SourceSansPro";
}

.btnDD {
	background-color: white;
	color: black;
	margin: 1px 1px 1px 1px;
}
.divRTSkinMain {
	position: absolute;
	left: 4px;
	top: 4px;
	width: 95%;
}
.divRTSkinDD {
	display: none;
	position: absolute;
	left: 0px;
	top: 24px;
}

#pointsContainer {
	width: 100%;
	height: 100%;
	display: block;
}

.hotspot {
	/* transform: scale(0.8); */
	margin-left: 15px;
	/* background: #868485; */
	padding: 5px 8px;
	color: #fff;
	/* font-family: "Roboto", sans-serif; */
	font-size: 14px;
	cursor: pointer;
	width: auto;
	opacity: 0.8 !important;
	position: absolute;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Old versions of Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently
   supported by Chrome, Edge, Opera and Firefox */
}

.hotspot:hover {
	opacity: 1 !important;
	/* padding: 8px;
  font-size: 19px; */
}

.text {
	display: inline-block;
	font-weight: 600;
	/* margin-left: 34px;
  margin-top: -32px;
  margin-right: 3px; */
}

.circle {
	/* margin-left: 2px; */
	width: 19px;
	vertical-align: sub;
	margin-right: 3px;
	/* margin-top: 0px;
  padding-bottom: 6px; */
}

/* animation design */

#animContainer {
	width: 100%;
	height: 100%;
	display: none;
}

.animation {
	margin-left: 15px;
	/* background: #868485; */
	padding: 5px 8px;
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	cursor: pointer;
	width: 315px;
	max-width: max-content;
	opacity: 0.8 !important;
	position: absolute;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Old versions of Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently
   supported by Chrome, Edge, Opera and Firefox */
}

.animation:hover {
	opacity: 1 !important;
}

.anim_circle {
	width: 19px;
	margin-right: 3px;
	margin-top: -2px;
}

.anim_text {
	font-weight: 400;
	display: inline-block;
	font-size: 14px;
	margin-right: 1px;
}

/* internal callouts designs */

#internalcalloutsContainer {
	width: 100%;
	height: 100%;
	display: none;
}
.drawer_content {
	padding-top: 0px;
}
.internalcallout {
	/* margin-left: 15px;  
  background: #fff;
  padding: 4px 8px 5px 30px;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  cursor: pointer;
  width: max-content;  
  opacity: 0.79;
  position: absolute; */
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Old versions of Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently
   supported by Chrome, Edge, Opera and Firefox */

	/* border: 0px red solid; */
}
.internalcallout:hover {
	opacity: 0.99 !important;
}

.internalcallout img {
	vertical-align: text-bottom;
}

.internalcollout_circle {
	width: 16px;
	margin-left: -23px;
	margin-right: 3px;
}

.internalcollout_text {
	height: 0;
	padding: 0px 32px 0px 40px;
	position: absolute;
	background-color: #ffff;
	transition: height 0.5s;
	overflow: hidden;
	margin-left: -5px;
	margin-top: -32px;
	opacity: 1.8;
	z-index: -1;
}

.internalcollout_head {
	/* display: inline-block; */
	padding-top: 10px;
	font-weight: bolder;
}

.internalcollout_text p {
	padding-top: 5px;
}

.internalcollout_circle:hover + .internalcollout_text {
	display: block;
}

.internal_title {
	/* font-weight: bold; */

	font-size: 15px;
}

.internalcollout_description {
	height: 0;
	/* padding: 0px 1px 0px 36px; */
	/* padding-right: 36px;
  position: absolute;   */
	background-color: #ffff;
	transition: height 1s;
	overflow: hidden;
	/* margin-left: -8px;
  margin-top: -27px; */
	opacity: 1.8;
	z-index: -1;
}
.internalcollout_description p {
	/* padding-top: 28px;
  padding-left: 33px; */
	font-size: 14px;
	margin: 0;
}

.crossbtn {
	border: 0px red solid;
	margin-top: -24px;
	margin-left: 381px;
	position: absolute;
	font-weight: bolder;
	cursor: pointer;
	display: none;
}

#maincanvasContainer {
	display: none;
}

.compatible {
	border: 0px green solid;
	width: 336px;
	height: 0;
	padding: 5px 1px 0px 36px;

	position: absolute;
	background-color: #ffff;
	transition: height 0.5s;
	overflow: hidden;
	margin-left: -5px;
	margin-top: 2px;
	opacity: 1.8;
	/* display: flex;
  flexWrap: wrap;
  zIndex: 1; */
}
.compatible p {
	font-size: 16px;
}
.compatible img {
	border: 0px red solid;
	height: 255px;
	width: 95%;
	margin-top: -15px;
}
/**---
HOTSPOT POINTS START
----------------***/
:root {
	--white: #ffffff;
	--black: #333333;
	--blue: #0067b8;
	--grey: #eeeeee;
	--light-grey: #c1c1c1;
	--extra-light-grey: #e6e6e6;
	--very-light-grey: #cecece;
	--very-dark-grey: #6b6b6b;
	--extra-grey: #b1b1b1;
	--dark-black: #0a0a0a;
	--dark-grey: #898b8d;
	--extra-dark-grey: #5f5f5f;
	--grayish-cyan: #c9d0d2;
	--dark-red: #9d321e;
	--dark-grayish-blue: #79838a;
	--extra-dark-blue: #2b4a72;
	--grayish-orange: #cbb2a2;
	--extra-grayish-blue: #9c9ea5;
	--extra2-grayish-blue: #92a3af;
	--fullwidth: 100%;
	--transition-speed: 0.1s;
	--ease: cubic-bezier(0.5, 0, 0, 1);
	--shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.15);
}
.pointes {
	width: 35px;
	height: 35px;
	z-index: 1;
	position: absolute;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 0 0 0 0px var(--white);
	display: inline-block;
	-webkit-transition: scale, width, height,
		box-shadow 0.4s cubic-bezier(0, 0, 0, 2);
	-moz-transition: scale, width, height,
		box-shadow 0.4s cubic-bezier(0, 0, 0, 2);
	transition: scale, width, height, box-shadow 0.4s cubic-bezier(0, 0, 0, 2);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border: none !important;
	opacity: 0.4;
	animation-name: scaleCallout;
	animation-duration: 5s;
	animation-delay: 1s;
	animation-fill-mode: both;
	animation-iteration-count: infinite;
}
/* .pointes:hover,
.pointes:focus {
	box-shadow: 0 0 0 8px #0068b893 !important;
	outline: none !important;
} */
.pointes.circle {
	border: 2px solid transparent !important;
	border-radius: 50%;
	bottom: 0;
	box-shadow: 0 0 0 2px var(--white) !important;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.pointes::after {
	content: "";
	-webkit-transition: all 0.4s cubic-bezier(0, 0, 0, 2);
	-o-transition: all 0.4s cubic-bezier(0, 0, 0, 2);
	transition: all 0.4s cubic-bezier(0, 0, 0, 2);
	border-radius: 50%;
	bottom: 0;
	box-shadow: 0 0 0 14px var(--white);
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	background: transparent;
}

/* .pointes:hover::after {
	box-shadow: 0 0 0 1px var(--white);
	background: var(--white);
} */
.pointes.circle::after {
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
}
@keyframes scaleCallout {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.6);
	}
	100% {
		transform: scale(1);
	}
}
/**---
HOTSPOT POINTS END
----------------***/

/**---
Zoom Out START
----------------***/
.zoomout_container {
	position: absolute;
	cursor: pointer;
	right: 0px;
	float: right;
	bottom: 0;
	background-color: #e6000d;
	line-height: 0.7;
	width: 161px;
	min-width: 161px;
	height: 46px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	cursor: pointer; 
	/*background-image: url("./img/new1010.png"); */
}

.all_appliances {
	font-size: 13px;
	width: 141px;
	margin-top: 5px;
}
.zoomout {
	width: 115px;
	font-size: 18px;
	letter-spacing: 2.5px;
	font-weight: 500;
}
.minusicon img {
	margin-top: -5px;
	margin-left: 3px;
}


.zoomout_container.macZoom {
	position: absolute;
	cursor: pointer;
	right: 0px;
	float: right;
	bottom: 0;
	background-color: #e6000d;
	line-height: 0.7;
	width: 160px;
	min-width: 160px;
	height: 46px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 8px;
	cursor: pointer;
}

.zoomout_container.macZoom .all_appliances {
	font-size: 11.7px;
	width: 155px;
	margin-top: 5px;
}

#SDW6767HS_awardText{
	right: 16%;
    top: 20%;
}

#SDW6888JS_awardText{
	right: 19%;
    top: 17%;
}
#STR3065HS_awardText, #SSC2489GS_awardText{
	left: 24%;
	bottom: 20%;
}
#SMD2489ES_awardText, #SMD2499FS_awardText, #SMD2470ASY_awardText, #KB6524PSY_awardText, #SMD2479JS_awardText {
    left: 27%;
    top: 46%;
}

#SSG3065JS_awardText {
    left: 28%;
}

#SWB3085HS_awardText {
    left: 28%;
    bottom: 36%;
}
/**---
Zoom Out END
----------------***/

/* / Mobile UI css /  */
#reset_canvas_Mob {
	display: none;
}
.mobRotateText {
	font-family: "SourceSansPro";
}
#main-menu {
	top: 45px;
}





#loaderIconsMob {
	display: none;
}




#reset_canvas_Mob .all_appliances {
	font-size: 12px;
}



#oven1,
#oven2,
#oven3,
#oven14,
#oven15,
#oven17,
#oven19 {
	display: none;
}

.select_SMD3070AS {
	position: absolute;
	/* right: 3%;
	bottom: 50px; */
	background-color: rgba(255, 255, 255, 0.9);
	width: 455px;
	padding: 35px;
	display: flex;
	color: black;
	flex-direction: column;
	justify-content: center;
	height: 290px;
	z-index: 1;
	border: 10px solid rgba(221, 0, 28, 0.8);
}
.select_SMD3070AS .content {
	font-size: 15px;
	color: #2d333f;
	margin-bottom: 15px;
	line-height: 17px;
	max-width: 99%;
}
.select_SMD3070AS.select_SMD3070AS_mob {
	position: absolute;
	left: 50%;
	top: 28%;
	transform: translate(-50%, -50%) scale(0.6);
	background-color: rgba(255, 255, 255, 0.9);
	width: 405px;
	padding: 20px;
	display: flex;
	color: black;
	flex-direction: column;
	justify-content: center;
}
.select_SMD3070AS.select_SMD3070AS_ipad {
	position: absolute;
	background-color: rgba(255, 255, 255, 0.9);
	width: 455px;
	padding: 35px;
	display: flex;
	color: black;
	flex-direction: column;
	justify-content: center;
	height: 290px;
	z-index: 1;
	border: 10px solid rgba(221, 0, 28, 0.8);
	margin-left: 15%;
}

.select_STR3065HS {
	position: absolute;
	/* right: 3%;
	bottom: 50px; */
	background-color: rgba(255, 255, 255, 0.9);
	width: 455px;
	padding: 35px;
	display: flex;
	color: black;
	flex-direction: column;
	justify-content: center;
	height: 290px;
	z-index: 1;
	border: 10px solid rgba(221, 0, 28, 0.8);
}
.select_STR3065HS .content {
	font-size: 15px;
	color: #2d333f;
	margin-bottom: 15px;
	line-height: 17px;
	max-width: 99%;
}
.select_STR3065HS.select_STR3065HS_mob {
	position: absolute;
	left: 50%;
	top: 28%;
	transform: translate(-50%, -50%) scale(0.6);
	background-color: rgba(255, 255, 255, 0.9);
	width: 405px;
	padding: 20px;
	display: flex;
	color: black;
	flex-direction: column;
	justify-content: center;
}
.select_STR3065HS.select_STR3065HS_ipad {
	position: absolute;
	background-color: rgba(255, 255, 255, 0.9);
	width: 455px;
	padding: 35px;
	display: flex;
	color: black;
	flex-direction: column;
	justify-content: center;
	height: 290px;
	z-index: 1;
	border: 10px solid rgba(221, 0, 28, 0.8);
	margin-left: 15%;
}

.select_cooktop {
	position: absolute;
	/* right: 3%;
	bottom: 50px; */
	background-color: rgba(255, 255, 255, 0.9);
	width: 455px;
	padding: 35px;
	display: flex;
	color: black;
	flex-direction: column;
	justify-content: center;
	height: 290px;
	z-index: 1;
	border: 10px solid rgba(221, 0, 28, 0.8);
}
.select_cooktop .content {
	font-size: 15px;
	color: #2d333f;
	margin-bottom: 15px;
	line-height: 17px;
	max-width: 99%;
}
.select_cooktop.select_cooktop_mob {
	position: absolute;
	left: 50%;
	top: 28%;
	transform: translate(-50%, -50%) scale(0.6);
	background-color: rgba(255, 255, 255, 0.9);
	width: 405px;
	padding: 20px;
	display: flex;
	color: black;
	flex-direction: column;
	justify-content: center;
}
.select_cooktop.select_cooktop_ipad {
	position: absolute;
	background-color: rgba(255, 255, 255, 0.9);
	width: 455px;
	padding: 35px;
	display: flex;
	color: black;
	flex-direction: column;
	justify-content: center;
	height: 290px;
	z-index: 1;
	border: 10px solid rgba(221, 0, 28, 0.8);
	margin-left: 15%;
}

/*Award*/
.awardHotspotText {
	position: absolute;
    background-color: rgba(255, 255, 255, 0.9);
    /* width: 270px; */
    min-width: 230px;
    display: flex;
    color: black;
    flex-direction: column;
    z-index: 1;
    /* left: 22%;
    bottom: 6%; */
}


.awardHotspotText.select_cooktop_mob {
	position: absolute;
	left: 50%;
	top: 28%;
	transform: translate(-50%, -50%) scale(0.6);
	background-color: rgba(255, 255, 255, 0.9);
	width: 405px;
	padding: 20px;
	display: flex;
	color: black;
	flex-direction: column;
	justify-content: center;
}
#closepopUpAward {
	position: absolute;
    right: 0px;
    top: 0px;
    border: none;
    cursor: pointer;
    margin: 0px;
    padding: 0px;
    width: 15px;
    height: 15px;
    font-size: 10px;
}
.awardHotspot{position: absolute; cursor: pointer; width: 70px; height: 80px; background: transparent;z-index: 99;display: none!important;}
.awardHotspot.active{
	display: block!important;
}
.awardHotspot.active::after{
	content: "";
}
.awardHotspotText .content {
    /* font-size: 15px;
    color: #2d333f; */
    /* margin-bottom: 15px; */
    /* line-height: 17px; */
    /* max-width: 99%; */
	
}
.awardHotspotTextHeader{
	height: 40px; background-color: #dd001c;
}

.awardHotspotTextHeader h1{
	text-align: left;
    padding: 10px 0px 10px 10px;
    color: #fff;
    font-weight: bolder;
    margin: 0px;
    font-size: 16px;
}
.awardHotspotText .content h1{
	text-align: left;
    font-size: 14px;
    font-family: "SourceSansPro";
    font-weight: bolder;
    margin: 0px;
    padding: 0px;
}
.awardHotspotText .content p{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-family: "SourceSansPro";
}
.awardHotspotText .content .awardSection{
	margin: 10px;
}

/*Award End*/


@media not all and (min-resolution: 0.001dpcm) {
	@supports (-webkit-appearance: none) {
		.select_SMD3070AS {
			position: absolute;
			background-color: rgba(255, 255, 255, 0.9);
			width: 455px;
			padding: 35px;
			display: flex;
			color: black;
			flex-direction: column;
			justify-content: center;
			height: 290px;
			z-index: 1;
			border: 10px solid rgba(221, 0, 28, 0.8);
			margin-left: 15%;
		}
	}
}

.popup_label {
	margin: 5px 0 5px 5px;
	font-weight: bold;
	font-family: "SourceSansPro";
	font-size: 15px;
	cursor: pointer;
	color: #dd001c;
}
#closepopUp {
	position: absolute;
	right: 10px;
	top: 10px;
	border: none;

	cursor: pointer;
}
#closepopUpSTR3065HS {
	position: absolute;
	right: 10px;
	top: 10px;
	border: none;

	cursor: pointer;
}
#closepopUpCooktop {
	position: absolute;
	right: 10px;
	top: 10px;
	border: none;

	cursor: pointer;
}
#select_SMD3070AS input {
	z-index: 1;
	opacity: 0;
	cursor: pointer;
}
#select_STR3065HS input {
	z-index: 1;
	opacity: 0;
	cursor: pointer;
}
#select_cooktop input {
	z-index: 1;
	opacity: 0;
	cursor: pointer;
}
#radioBtn1 {
	position: absolute;
	top: 16px;
	/* left: 16px; */
	display: block;
	/* width: 19px;
	height: 19px;
	background: url(./img/V3.svg) no-repeat center center;
	
	border-radius: 50%; */
	z-index: -1;
}
.inputDiv {
	position: relative;
	border-top: 1px solid #c6c6c7;
	border-bottom: 1px solid #c6c6c7;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* .inputDiv:hover #radioBtn1 {
	background: url(./img/2_RB.svg) no-repeat center center;
	background-size: contain;
	border-radius: 50%;
}
.inputDiv:hover #radioBtn2 {
	background: url(./img/2_RB.svg) no-repeat center center;
	background-size: contain;
	border-radius: 50%;
} */
#radioBtn2 {
	position: absolute;
	top: 16px;
	/* left: 16px; */
	/* width: 19px;
	height: 19px;
	background: url(./img/V02.svg) no-repeat center center;
	
	border-radius: 50%; */
	z-index: -1;
}
/* #radioBtn1.checked1 {
	background: url(./img/2_RB.svg) no-repeat center center;
	background-size: contain;
	border-radius: 50%;
}

#radioBtn2.checked2 {
	background: url(./img/2_RB.svg) no-repeat center center;
	background-size: contain;
	border-radius: 50%;
} */
#SMD3070ASS_Drawer_Oven.selected {
	pointer-events: all;
}
.switch_popup {
	position: absolute;
	/* right: 3%;
	bottom: 50px; */
	background-color: rgba(255, 255, 255, 0.9);
	width: 455px;
	padding: 35px;
	display: none;
	color: black;
	flex-direction: column;
	justify-content: center;
	height: 290px;
	z-index: 1;
	border: 10px solid rgba(221, 0, 28, 0.8);
}
.switch_popup.switch_popup_mob {
	position: absolute;
	left: 50%;
	background-color: rgba(255, 255, 255, 0.9);
	width: 455px;
	padding: 35px;
	display: none;
	color: black;
	flex-direction: column;
	justify-content: center;
	height: 290pxpx;
	z-index: 1;
	border: 10px solid rgba(221, 0, 28, 0.8);
	transform: translate(-50%, -50%) scale(0.6);
}
.switch_popup.switch_popup_ipad {
	position: absolute;
	left: 50%;
	background-color: rgba(255, 255, 255, 0.9);
	width: 455px;
	padding: 35px;
	display: none;
	color: black;
	flex-direction: column;
	justify-content: center;
	height: 290pxpx;
	z-index: 1;
	border: 10px solid rgba(221, 0, 28, 0.8);
	transform: translate(-50%, -50%);
	margin-left: 15%;
}

@media not all and (min-resolution: 0.001dpcm) {
	@supports (-webkit-appearance: none) {
		.switch_popup {
			position: absolute;
			left: 50%;
			background-color: rgba(255, 255, 255, 0.9);
			width: 455px;
			padding: 35px;
			display: none;
			color: black;
			flex-direction: column;
			justify-content: center;
			height: 290pxpx;
			z-index: 1;
			border: 10px solid rgba(221, 0, 28, 0.8);
			transform: translate(-50%, -50%);
			margin-left: 15%;
		}
	}
}

#closeswitch_popup {
	position: absolute;
	right: 10px;
	top: 10px;
	border: none;
	cursor: pointer;
}

#SMD3070ASS_Drawer_Oven_microwave_drawer_build_walloven_text {
	width: 270px;
	/* margin-left: 25px; */
}
#animation1_15_circle {
	/* margin-top: 25px; */
}
#animation1_3,
#animation1_4,
#animation1_16 {
	transition: margin 2s;
}
#burger-menu:focus {
	outline: 0 !important;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.icon_stable {
	position: relative;
	/* display: inline-block; */
	/* border-bottom: 1px dotted black; */
}

.icon_stable .tooltiptext {
	visibility: hidden;
	min-width: 150px;
	background-color: black;
	font-size: 15px;
	color: #fff;
	text-align: left;
	border-radius: 6px;
	padding: 5px 0 5px 40px;
	position: absolute;
	z-index: 1;
	top: 85%;
	left: 50%;
	margin-left: -20px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.icon_stable .tooltiptext::after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 13%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent black transparent;
}

.icon_stable:hover .tooltiptext {
	visibility: visible;
}

.ovenTooltip {
	width: 230px;
}
.ovenTooltip::after {
	left: 9% !important;
}
.overTheRangeTooltip {
	width: 280px;
}
.overTheRangeTooltip::after {
	left: 7% !important;
}
@media only screen and (max-width: 1600px) {
	#SWB3085HS_awardText {
		bottom: 32%;
	}
	#SDW6888JS_awardText {
		right: 10%;
		top: 15%;
	}
}
@media only screen and (max-width: 1440px) {
	.awardHotspotText{
		transform: scale(0.8);
	}
    #SDW6767HS_awardText {
		right: 10%;
		top: 5%;
	}
	
	#STR3065HS_awardText, #SSC2489GS_awardText{
		left: 26%;
	}
}

@media only screen and (max-width: 1280px) and (max-height: 720px){
    #SDW6767HS_awardText {
        right: 7%;
        top: 5%;
    }

	#SSC2489GS_awardText {
		left: 27%;
		bottom: 12%;
	}

	#STR3065HS_awardText {
		left: 27%;
		bottom: 6%;
	}

	#SWB3085HS_awardText {
		bottom: 32%;
	}
}

@media only screen and (max-width: 480px) {
	.icon_stable .tooltiptext {
		display: none;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.icon_stable .tooltiptext {
		display: none;
	}
	#hamburger {
		left: -13px !important;
	}
}
@media only screen  and (max-width: 480px) {
	.container #leftIconMenu {
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: center;
		overflow-y: hidden;
		overflow-x: auto;
		position: relative;
		top: 0;
		z-index: 2;
	}
	#scroll_panel {
		left: 0 !important;
		top: 55px !important;
	}
	#main-menu {
		top: 50%;
		padding-top: 0;
	}

	#burger-menu {
		display: none !important;
	}
	.select_appliances {
		display: none;
	}
	.cartMainDiv.row {
		width: 100%;
	}
	.cartMainDiv.row .card_product {
		height: 80px;
	}
	#SMO1854DS .card_product img,
	#SMO1652DS .card_product img {
		width: 85px !important;
	}
	
	.loaderTitle {
		padding: 0px 20px;
	}

	.container #leftIconMenu {
		width: 93%;
		/* display: flex; */
		display: block;
		/* flex-direction: row;
		justify-content: space-between; */
		/* border-bottom: 1px #dddddd solid !important; */
		overflow-y: hidden;
		overflow-x: auto;
		/* overflow-x: hidden; */
		position: relative;
		top: -1px;
		z-index: 2;
		max-width: max-content;
		scrollbar-width: none;
	}
	#scroll_panel {
		left: 0 !important;
		top: 50px !important;
	}
	#main-menu {
		top: 50%;
		padding-top: 0;
		padding: 0 !important;
	}
	#burger-menu {
		display: none !important;
	}
	.select_appliances {
		display: none;
	}
	.cartMainDiv.row {
		width: 100%;
	}
	.cartMainDiv.row .card_product {
		height: 80px;
	}
	#SMO1854DS .card_product img,
	#SMO1652DS .card_product img {
		width: 85px !important;
	}

	.icon_stable {
		top: 0px !important;
		left: 0px !important;
		/* width: 60px !important; */
		width: 44px !important;
		/* padding-right: 47px; */
		float: left;
	}
	#loaderIconsMob {
		display: block;
	}
	#loaderIconsDesk {
		display: none;
	}
	.threeDinfo img {
		width: 66px;
		margin-bottom: 6px;
		position: relative;
		left: 15px;
	}
	#navigateBtn {
		display: none !important;
	}

	#mobArrow{
		display: block !important;
		width: 40px;
		height: 50px;
		position: absolute;
		/* right: -14px; */
		right: -8px;
		top: 0px;
		background-color: #f2f2f2;
		z-index: 9;
	}

	#mobArrowScroll{
		display: block !important;
		width: 40px;
		height: 50px;
		position: absolute;
		left: -17px;
		top: 0px;
		opacity: 0;
		transform: rotate(180deg);
		background-color: #f2f2f2;
		z-index: 9;
	}

	#mobileContainer{
		display: inline-table;
		width: 730px;
		
	}

	#category9{
		margin-left: 40px;
	}

	.awardHotspotText {
		transform: scale(0.7);
	}

	#SMD2489ES_awardText, #SMD2499FS_awardText, #SMD2470ASY_awardText, #KB6524PSY_awardText, #SMD2479JS_awardText {
		left: 23%;
		top: 28%;
	}
	#SSC2489GS_awardText {
        left: -11%;
        bottom: unset;
        top: 25%;
    }
	#STR3065HS_awardText{
        left: -3%;
        bottom: unset;
        top: 10%;
    }
	#SSG3065JS_awardText {
		left: -6%;
		top: 32%;
	}
	#SWB3085HS_awardText {
		left: -9%;
		top: 27%;
		width: 250px;
		bottom: unset;
	}
}

@media only screen and (min-width: 360px) and (max-width: 374px) {
	.container #leftIconMenu {
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: center;
		overflow-y: hidden;
		overflow-x: auto;
		position: relative;
		top: 0;
		z-index: 2;
	}
	#scroll_panel {
		left: 0 !important;
		top: 55px !important;
	}
	#main-menu {
		top: 50%;
		padding-top: 0;
	}

	#burger-menu {
		display: none !important;
	}
	.select_appliances {
		display: none;
	}
	.cartMainDiv.row {
		width: 100%;
	}
	.cartMainDiv.row .card_product {
		height: 80px;
	}
	#SMO1854DS .card_product img,
	#SMO1652DS .card_product img {
		width: 85px !important;
	}
	
	.loaderTitle {
		padding: 0px 20px;
	}

	.container #leftIconMenu {
		width: 93%;
		/* display: flex; */
		display: block;
		/* flex-direction: row;
		justify-content: space-between; */
		/* border-bottom: 1px #dddddd solid !important; */
		overflow-y: hidden;
		overflow-x: auto;
		/* overflow-x: hidden; */
		position: relative;
		top: -1px;
		z-index: 2;
		max-width: max-content;
		scrollbar-width: none;
	}
	#scroll_panel {
		left: 0 !important;
		top: 50px !important;
	}
	#main-menu {
		top: 50%;
		padding-top: 0;
		padding: 0 !important;
	}
	#burger-menu {
		display: none !important;
	}
	.select_appliances {
		display: none;
	}
	.cartMainDiv.row {
		width: 100%;
	}
	.cartMainDiv.row .card_product {
		height: 80px;
	}
	#SMO1854DS .card_product img,
	#SMO1652DS .card_product img {
		width: 85px !important;
	}

	.icon_stable {
		top: 0px !important;
		left: 0px !important;
		/* width: 60px !important; */
		width: 42px !important;
		/* padding-right: 47px; */
		float: left;
	}
	#loaderIconsMob {
		display: block;
	}
	#loaderIconsDesk {
		display: none;
	}
	.threeDinfo img {
		width: 66px;
		margin-bottom: 6px;
		position: relative;
		left: 15px;
	}
	#navigateBtn {
		display: none !important;
	}

	#mobArrow{
		display: block !important;
		width: 40px;
		height: 50px;
		position: absolute;
		/* right: -14px; */
		right: -8px;
		top: 0px;
		background-color: #f2f2f2;
		z-index: 9;
	}

	#mobArrowScroll{
		display: block !important;
		width: 40px;
		height: 50px;
		position: absolute;
		left: -17px;
		top: 0px;
		opacity: 0;
		transform: rotate(180deg);
		background-color: #f2f2f2;
		z-index: 9;
	}

	#mobileContainer{
		display: inline-table;
		width: 730px;
		
	}

	#category9{
		margin-left: 52px;
	}
}

@media only screen and (min-width: 340px) and (max-width: 359px) {
	.container #leftIconMenu {
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: center;
		overflow-y: hidden;
		overflow-x: auto;
		position: relative;
		top: 0;
		z-index: 2;
	}
	#scroll_panel {
		left: 0 !important;
		top: 55px !important;
	}
	#main-menu {
		top: 50%;
		padding-top: 0;
	}

	#burger-menu {
		display: none !important;
	}
	.select_appliances {
		display: none;
	}
	.cartMainDiv.row {
		width: 100%;
	}
	.cartMainDiv.row .card_product {
		height: 80px;
	}
	#SMO1854DS .card_product img,
	#SMO1652DS .card_product img {
		width: 85px !important;
	}
	
	.loaderTitle {
		padding: 0px 20px;
	}

	.container #leftIconMenu {
		width: 93%;
		/* display: flex; */
		display: block;
		/* flex-direction: row;
		justify-content: space-between; */
		/* border-bottom: 1px #dddddd solid !important; */
		overflow-y: hidden;
		overflow-x: auto;
		/* overflow-x: hidden; */
		position: relative;
		top: -1px;
		z-index: 2;
		max-width: max-content;
		scrollbar-width: none;
	}
	#scroll_panel {
		left: 0 !important;
		top: 50px !important;
	}
	#main-menu {
		top: 50%;
		padding-top: 0;
		padding: 0 !important;
	}
	#burger-menu {
		display: none !important;
	}
	.select_appliances {
		display: none;
	}
	.cartMainDiv.row {
		width: 100%;
	}
	.cartMainDiv.row .card_product {
		height: 80px;
	}
	#SMO1854DS .card_product img,
	#SMO1652DS .card_product img {
		width: 85px !important;
	}

	.icon_stable {
		top: 0px !important;
		left: 0px !important;
		/* width: 60px !important; */
		width: 39px !important;
		/* padding-right: 47px; */
		float: left;
	}
	#loaderIconsMob {
		display: block;
	}
	#loaderIconsDesk {
		display: none;
	}
	.threeDinfo img {
		width: 66px;
		margin-bottom: 6px;
		position: relative;
		left: 15px;
	}
	#navigateBtn {
		display: none !important;
	}

	#mobArrow{
		display: block !important;
		width: 40px;
		height: 50px;
		position: absolute;
		/* right: -14px; */
		right: -8px;
		top: 0px;
		background-color: #f2f2f2;
		z-index: 9;
	}

	#mobArrowScroll{
		display: block !important;
		width: 40px;
		height: 50px;
		position: absolute;
		left: -17px;
		top: 0px;
		opacity: 0;
		transform: rotate(180deg);
		background-color: #f2f2f2;
		z-index: 9;
	}

	#mobileContainer{
		display: inline-table;
		width: 730px;
		
	}

	#category9{
		margin-left: 52px;
	}
}

/* #category11{
	display: none;
} */

#RemovethePedestal{
	width: 100%;
}

#RemovethePedestal .card_product, #RemovethePedestal .addToCartBtn{
	display: none;
}
