html,
body {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #dadada;
	margin: 0;
	padding: 0;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	color: #005f9c;
	overflow: hidden;
}

canvas {
	position: absolute;
	background-color: transparent;
	display: block;
	margin: 0;
	padding: 0;
}


/* img {height: 19px;position: relative;background-color: transparent;margin: 0;padding: 0;width: 50px;} */

video {
	position: absolute;
	background-color: transparent;
	display: block;
	margin: 0;
	padding: 0;
}

#switchSubcategory {
	font-size: 10px;
	width: 108px;
	display: none;
	background: linear-gradient(270deg, #ffffff75, transparent);
	/* transform: scale(.8); */
	margin-left: -66px;
	height: 60px;
	padding: .1px;
}
#switchSubcategory span{font-size: 12px;color:#fff;filter: drop-shadow(0px 0px 4px rgba(0,0,0,.7));}


/* width */

::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

button:focus,
button:active,
button:hover {
	outline: none;
}


/* Track */

::-webkit-scrollbar-track {
	background: transparent;
}


/* Handle */

::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 10px;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
	background: #232323;
}
.tg-list-item {
	position: relative;
}

.tg-list-item>div {
	position: absolute;
	left: 60px;
	width: 40px;
}

.tg-list-item>div>img {
	width: 100%;
	filter: invert(1);
}

.tgl {
	display: none;
}

.tgl,
.tgl:after,
.tgl:before,
.tgl *,
.tgl *:after,
.tgl *:before,
.tgl+.tgl-btn {
	box-sizing: border-box;
}

.tgl::-moz-selection,
.tgl:after::-moz-selection,
.tgl:before::-moz-selection,
.tgl *::-moz-selection,
.tgl *:after::-moz-selection,
.tgl *:before::-moz-selection,
.tgl+.tgl-btn::-moz-selection {
	background: none;
}

.tgl::selection,
.tgl:after::selection,
.tgl:before::selection,
.tgl *::selection,
.tgl *:after::selection,
.tgl *:before::selection,
.tgl+.tgl-btn::selection {
	background: none;
}

.tgl+.tgl-btn {
	outline: 0;
	display: block;
	width: 40px;
	height: 15px;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin: 10px;
}

.tgl+.tgl-btn:after,
.tgl+.tgl-btn:before {
	position: relative;
	display: block;
	content: "";
	width: 16px;
	height: 16px;
	margin-top: -4px;
	margin-left: -1px;
}

.tgl+.tgl-btn:after {
	left: 0;
}

.tgl+.tgl-btn:before {
	display: none;
}

.tgl:checked+.tgl-btn:after {
	left: 50%;
	background: #2196F3;
}

.tgl-light+.tgl-btn {
	background: #f0f0f0;
	border-radius: 2em;
	padding: 2px;
	transition: all .4s ease;
}

.tgl-light+.tgl-btn:after {
	border-radius: 50%;
	background: #fff;
	transition: all .2s ease;
}

.tgl-light:checked+.tgl-btn {
	background: #9FD6AE;
}

.tgl-ios+.tgl-btn {
	background: #a7acb1;
	border-radius: 2em;
	padding: 2px;
	transition: all .4s ease;
	/* border: 1px solid #e8eae9; */
}

.tgl-ios+.tgl-btn:after {
	border-radius: 2em;
	background: #ffffff;
	transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
	box-shadow: 2px 2px 0 1px rgba(0, 0, 0, 0.2), 0 4px 0 rgba(0, 0, 0, 0.3);
}

.tgl-ios+.tgl-btn:hover:after {
	will-change: padding;
	background: #2196F3;
}

.tgl-ios+.tgl-btn:active {
	box-shadow: inset 0 0 0 2em #e8eae9;
}

.tgl-ios+.tgl-btn:active:after {
	padding-right: .8em;
}

.tgl-ios:checked+.tgl-btn {
	background: #79c2ff;
}

.tgl-ios:checked+.tgl-btn:active {
	box-shadow: none;
}

.tgl-ios:checked+.tgl-btn:active:after {
	margin-left: -.8em;
}

.tgl-skewed+.tgl-btn {
	overflow: hidden;
	-webkit-transform: skew(-10deg);
	transform: skew(-10deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: all .2s ease;
	font-family: sans-serif;
	background: #888;
}

.tgl-skewed+.tgl-btn:after,
.tgl-skewed+.tgl-btn:before {
	-webkit-transform: skew(10deg);
	transform: skew(10deg);
	display: inline-block;
	transition: all .2s ease;
	width: 100%;
	text-align: center;
	position: absolute;
	line-height: 2em;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.tgl-skewed+.tgl-btn:after {
	left: 100%;
	content: attr(data-tg-on);
}

.tgl-skewed+.tgl-btn:before {
	left: 0;
	content: attr(data-tg-off);
}

.tgl-skewed+.tgl-btn:active {
	background: #888;
}

.tgl-skewed+.tgl-btn:active:before {
	left: -10%;
}

.tgl-skewed:checked+.tgl-btn {
	background: #86d993;
}

.tgl-skewed:checked+.tgl-btn:before {
	left: -100%;
}

.tgl-skewed:checked+.tgl-btn:after {
	left: 0;
}

.tgl-skewed:checked+.tgl-btn:active:after {
	left: 10%;
}

.tgl-flat+.tgl-btn {
	padding: 2px;
	transition: all .2s ease;
	background: #fff;
	border: 4px solid #f2f2f2;
	border-radius: 2em;
}

.tgl-flat+.tgl-btn:after {
	transition: all .2s ease;
	background: #f2f2f2;
	content: "";
	border-radius: 1em;
}

.tgl-flat:checked+.tgl-btn {
	border: 4px solid #7FC6A6;
}

.tgl-flat:checked+.tgl-btn:after {
	left: 50%;
	background: #7FC6A6;
}

.tgl-flip+.tgl-btn {
	padding: 2px;
	transition: all .2s ease;
	font-family: sans-serif;
	-webkit-perspective: 100px;
	perspective: 100px;
}

.tgl-flip+.tgl-btn:after,
.tgl-flip+.tgl-btn:before {
	display: inline-block;
	transition: all .4s ease;
	width: 100%;
	text-align: center;
	position: absolute;
	line-height: 2em;
	font-weight: bold;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 4px;
}

.tgl-flip+.tgl-btn:after {
	content: attr(data-tg-on);
	background: #02C66F;
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

.tgl-flip+.tgl-btn:before {
	background: #FF3A19;
	content: attr(data-tg-off);
}

.tgl-flip+.tgl-btn:active:before {
	-webkit-transform: rotateY(-20deg);
	transform: rotateY(-20deg);
}

.tgl-flip:checked+.tgl-btn:before {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.tgl-flip:checked+.tgl-btn:after {
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
	left: 0;
	background: #7FC6A6;
}

.tgl-flip:checked+.tgl-btn:active:after {
	-webkit-transform: rotateY(20deg);
	transform: rotateY(20deg);
}

.makeHidden{visibility: hidden !important}

#styles-plhr {
	padding: 0px;
}

#_wrapper {
	display: flex;
	align-items: center;
	height: 100%;
	position: absolute;
	width: 100%;
	justify-content: center;
	top: 0
}

div#segmentButton {
    position: absolute;
    z-index: 9999;
    left: 10px;
}
button#showSegmentButton {
    border-radius: 0px;
    background: transparent;
    border-color: #fff;

}
#fitmentLoader{
	position: absolute;
	padding: 5px;
    z-index: 9999;
    left: 10px;

}
#segmentResult {
    position: absolute;
	padding: 5px;
    z-index: 9999;
    left: 10px;
	
	background:radial-gradient(ellipse at center, rgba(0, 0, 0, 0.61) 0%, rgba(255, 255, 255, 0) 100%);
}
#segmentResult p{
    color: #ffbd5b;
	font-weight: 300;
}
#segmentResult span{
    color: #fff;
	font-weight: 500;
}

#sunonColors {
	margin-top: 0;
	position: absolute;
	z-index: 1;
	padding: 0;
	left: 0;
}

#sunonColors h3 {
	padding: 0 5px;
	font-size: 14px;
	color: #fff;
	margin: 7px 0 0;
	text-shadow: 0 2px 3px #000;
}

#sunonColors li {
	display: inline-block;
	margin-left: 3px;
	margin-top: 3px;
	border: 2px solid #ccc;
	border-radius: 50%;
}

#sunonColors li a {
	border: 2px solid #666;
	cursor: pointer;
	border-radius: 50%;
	width: 21px;
	height: 21px;
	/* margin: 4px; */
	display: block;
	/* padding: 2px; */
	/* border-radius: 50%; */
	margin-top: 0px;
	margin-left: 0px;
}

#sunonColors li.active {
	border: solid 2px #000;
	height: 25px;
	/* margin: 1px; */
	width: 25px;
	padding: -9px;
	border-radius: 50%;
}

#sunonColors li.active a+.sunoncolorDetails {
	display: block;
}

.sunoncolorDetails {
	position: absolute;
	display: none;
	z-index: 999;
	color: #222;
	left: 0;
	top: 0;
	width: 100%;
	font-size: 13px;
	padding-left: 10px;
	padding-top: 4px;
}

#colorVarients {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	left: 5px;
	margin-top: -20px;
}
#colorVarients h3{padding:0;margin: 0 0 5px 0;font-size: 14px;font-weight: bold;text-shadow: 0 0 4px #fff;}

#colorVarients li {
	background: #ffffff;
	width: 25px;
	display: inline-block;
	height: 25px;
	border-radius: 50%;
	padding: 2px;
	margin: 0;
	border: solid 2px #ccc;
}

#colorVarients li a {
	height: 100%;
	display: block;
	border-radius: 50%;
	transform: rotate(90deg);
	/* margin-top: -10px; */
}

#colorVarients li.active {
	border: solid 2px #666;
}

#colorVarients li.active a+.colorDetails {
	display: block;
}

.colorDetails {
	position: absolute;
	display: none;
	z-index: 999;
	color: #222;
	left: 0;
	top: 0;
	width: 100%;
	font-size: 13px;
	padding-left: 10px;
	padding-top: 4px;
}

.actionRightmenus{
	top: 10px;
	position: absolute;
	right: 0;
	z-index: 10;
}

.h3,
h3 {
	font-size: 18px;
	color: #000;
}

h2 {
	color: #fff;
}

.material-div {
	position: absolute;
	right: -201px;
	width: 140px;
	top: 0;
	/* left: 153px; */
}

.bottom-div {}

* {
	scroll-behavior: smooth
}

#switchCamera {
	z-index: 1;
	font-size: 22px;
	bottom: 5px;
	padding: 1px;
	right: 5px;
	position: relative;
	color: #383838;
	border-radius: 50%;
	margin: 0;
	transform: rotate(0deg);
	transition: all .1s;
	width: 42px;
	margin-bottom: 2px;
}

#switchCamera img {
	width: 40px;
}

#watermark {
	position: absolute;
	height: 7%;
	z-index: 9999;
	padding: 3px;
	/* background: #00000080; */
	border-radius: 10px;
	margin-top: 119px;
	margin-left: 4px;
	width: 20%;
}

#watermarkCanvas {
	width: 58%;
	height: 33%;
	margin-top: 95px;
}

#switchCamera:active {
	background: #ffffff4a;
	transform: rotate(180deg);
}

#preloading {
	position: fixed;
	z-index: 9999;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0 20px;
	background-color: #fff;
	overflow: hidden;
	height: 100%;
	display: flex
}

#preloading .progress-indicator {
	background: #6495ed;
	height: 3px;
	width: 0;
	display: inline-block
}

#preloading div {
	display: none;
	text-align: center;
	align-items: center
}

#preloading div img {
	width: 150px
}

#preloading span {
	display: block
}

#preloading div.active {
	display: block
}

#preloading #progress {
	position: absolute;
	width: 100%;
	margin-left: -20px;
	bottom: 0
}

#preloading #percent {
	margin-top: -15px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -16px
}

.screenShotmultiple {
	width: 848px;
	position: absolute;
	top: 0;
	/* background: #ffffff; */
	height: 636px;
	left: 50%;
	margin-left: -424px;
	padding: 5% 0;
}

.screenShotmultiple>div {
	padding: 7px 9px;
	transition: all .5s;
	top: 0;
}

.screenShotmultiple img {
	border: 3px solid #fff;
	box-shadow: 0 0 2px #ccc;
	transition: transform 0.25s ease;
	z-index: 999;
	/* transform: translate(10px, 10px); */
}

.screenshotactive {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 999;
}

.screenShotmultiple img:hover {
	/* opacity: 0.7; */
}

.screenShotmultiple .shapeDetails {
	left: 35px;
	position: absolute;
	margin-left: 10px;
	color: #fff;
	/* filter: drop-shadow(2px 4px 6px black); */
	font-size: 12px;
	bottom: 30px;
}

.screenshotactive .shapeDetails {
	font-size: 16px;
}
.fa-download{
	left: 15px;
	position: absolute;
	margin-left: 10px;
	color: #fff;
	/* filter: drop-shadow(2px 4px 6px black); */
	font-size: 12px;
	bottom: 30px;
}
.screenShotmultiple #zoomimage {
	/* background-image: url(../assets/zoom.png); */
	position: absolute;
	/* color: #191717; */
	/* font-weight: normal; */
	/* font-family: "Montserrat"; */
	font-size: 27px;
	top: 91%;
	z-index: 999;
	/* background: #fff; */
	padding: 4px 10px;
	min-width: 112px;
	text-align: center;
	margin-top: -20px;
	border-radius: 10px;
	margin-left: -17%;
	/* box-shadow: 0 -5px 4px #222222b0; */
	height: 31px;
}

.screenShotmultiple #navigatetoRTE {
	position: absolute;
	right: 20px;
	bottom: 20px;
	color: #FFC107;
	font-size: 32px;
}

.screenshot {
	width: 100%;
	height: 100%;
}

.screenshot>div {
	margin: auto;
	position: relative;
	top: 62px;
	z-index: 2;
}

.screenshot img {}


#shapeList h2 {}

#shapeList li.recommanded {
	background: #dcf4ff;
	border-top: none;
}

#shapeList li.recommanded a img {
	opacity: 1;
	margin-top: -18px;
}

#shapeList li.recommanded a::before {
	content: '';
	border-top: 11px solid #87c7ff;
	border-left: 11px solid #87c7ff;
	border-right: 11px solid #ccc0;
	border-bottom: 11px solid #ccc0;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .2s;
	margin-top: 0px;
}

#shapeList {
	position: absolute;
	margin: 0;
	padding: 0;
	right: 20px;
	width: 87px;
	background: #fff;
	top: 5%;
	overflow: auto;
	z-index: 9;
	border-radius: 10px;
	max-height: 90%;
}


/* #shapeList li{background: #e2e2e2;
    height: 55px;
    width: 60px;
    border-radius:50%;
    padding:3px;
    margin: 0 5px;}  */

#shapeList h2 {
	font-size: 17px;
	/* text-align: center; */
	margin: 0;
	padding: 8px;
	border-bottom: solid #03A9F4 1px;
	color: #0089ff;
	text-align: center;
	overflow: auto;
}

#shapeList li a {
	text-align: center;
	padding: 6px;
	width: 100%;
	margin: 0;
	cursor: pointer;
	display: block;
	flex-direction: column;
	overflow: hidden;
	position: relative;
	color: #666;
	border-bottom: #ccc solid 1px;
	transition: all .1s;
	height: 61px;
}

#shapeList li:last-child a {
	border-bottom: none;
}

#shapeList li a:active {
	padding: 5px;
}

#shapeList li.active {
	border: 3px solid #337ab7;
}

#shapeList li a img {
	width: 70px;
	margin-top: -21px;
	opacity: .5;
	filter: grayscale(1);
	transition: all 1s;
}

#shapeList li a .shape-text {
	font-size: 11px;
	bottom: 11px;
	width: 100%;
	position: absolute;
	left: 0;
}

#shapeList li a.active {
	color: #0089ff;
	border-left: 2px solid #0089ff;
}

#shapeList li a::before {
	content: '';
	border-top: 11px solid #ccc0;
	border-left: 11px solid #fff;
	border-right: 11px solid #ccc0;
	border-bottom: 11px solid #ccc0;
	position: absolute;
	top: 50%;
	left: 0;
	transition: all .2s;
	margin-top: 0px;
}

#shapeList li a.active img {
	opacity: 1;
	filter: grayscale(0);
}

#productList ul {
	margin: 0;
	padding: 0;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	transition: all .5s;
	justify-content: left;
	width: 100%;
}

.Product-placeholder #productList {
	margin: auto;
	overflow: hidden;
	margin-top: 0;
}

#productList ul li.active {
	display: block;
	opacity: 1;
}

#productList ul li span {
	color: #000;
	display: inline-block;
	font-size: 12px;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 20px;
}

#productList ul li span {}

#productList ul li {
	list-style-type: none;
	margin: 0 18px;
	opacity: .6;
	text-align: center;
	position: relative;
}

#productList ul li a {
	display: block;
	text-align: center;
	vertical-align: middle;
	padding: 10px 0;
	position: relative;
	transition: all .5s;
	width: 94px;
	top: 0;
	display: flex;
	height: 57px;
	overflow: hidden;
	cursor: pointer;
	align-items: center;
	justify-content: center;
}

.animateItem {
	animation: spin 2s linear infinite
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

#productList ul li a img {
	transform-origin: center;
	transform: scale(1);
	width: 85%;
	border-radius: 30%;
	/* height: 10px; */
	/* top: 12px; */
}

#productList ul li.favorite {
	border-radius: 5px;
	border: #F44336 solid 1px;
}

#productList ul li.favorite:before {
	content: "";
	border-bottom: 10px solid #F44336;
	border-left: 10px solid #F44336;
	border-right: 10px solid #ccc0;
	border-top: 10px solid #ccc0;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all .2s;
	margin-top: 0px;
	z-index: 999;
}

#inactive {
    position: absolute;
    z-index: 6;
    height: 200px;
    width: 100%;
    background: rgba(255, 255, 255, 0.84);
}

#backToGallery {
    position: absolute;
    left: 42%;
    top: 25px;
    border: 1px solid rgb(33, 150, 243);
    background-color: transparent;
    color: rgb(0, 0, 0);
    border-radius: 0px;
}

#productList ul li a.active {
	padding: 0;
	width: 137px;
}

#productList ul li a.active img {
	width: 90%;
	margin-top: -10px;
}

#leftArrow {
	width: 40px;
	height: 40px;
	background: #d9edf7;
	position: absolute;
	left: 0
}

#rightArrow {
	width: 40px;
	height: 40px;
	background: #d9edf7;
	position: absolute;
	right: 0
}

css-13mo65m,
[data-css-13mo65m] {
	padding: 4px 8px;
	margin: 10px;
	border: 2px solid #fff;
	color: #fff;
	display: inline-block;
	cursor: pointer
}

.product-icons {
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 3;
	height: 61px;
}

.text-primary {
	color: #f7158a
}

.product-icons li {
	color: #474c58;
	padding: 0 4px;
	font-size: 28px;
}

#mycanvas {
	top: 25%;
	left: 78%;
	width: "580px";
	height: "580px"
}

#canvas1 {
	z-index: 1;
	top: -15%;
	top: 25%;
	left: 78%;
	transform: rotateY(180deg);
	transform: translate(-40%) rotateY(180deg)
}

#canvas2 {
	z-index: 1;
	top: -15%;
	top: 25%;
	left: 89%;
	transform: translate(-40%) rotateY(180deg);
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 5px;
	width: 150px
}

#canvas3 {
	z-index: 1;
	top: -15%;
	top: 25%;
	left: 89%;
	transform: rotateY(180deg);
	transform: translate(-40%) rotateY(180deg)
}

#canvas4 {
	z-index: 1;
	top: -15%;
	top: 47%;
	left: 78%;
	transform: translate(-40%) rotateY(180deg);
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 5px;
	width: 150px
}

#canvas5 {
	z-index: 1;
	top: -15%;
	top: 47%;
	left: 78%;
	transform: rotateY(180deg);
	transform: translate(-40%) rotateY(180deg)
}

#canvas6 {
	z-index: 1;
	top: -15%;
	top: 47%;
	left: 89%;
	transform: translate(-40%) rotateY(180deg);
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 5px;
	width: 150px
}

#canvas7 {
	z-index: 1;
	top: -15%;
	top: 47%;
	left: 89%;
	transform: rotateY(180deg);
	transform: translate(-40%) rotateY(180deg)
}

#canvas8 {
	z-index: 1;
	top: -15%;
	top: 69%;
	left: 78%;
	transform: translate(-40%) rotateY(180deg);
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 5px;
	width: 150px
}

#canvas9 {
	z-index: 1;
	top: -15%;
	top: 69%;
	left: 78%;
	transform: rotateY(180deg);
	transform: translate(-40%) rotateY(180deg)
}

#canvas10 {
	z-index: 1;
	top: -15%;
	top: 69%;
	left: 89%;
	transform: translate(-40%) rotateY(180deg);
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 5px;
	width: 150px
}

#canvas11 {
	z-index: 1;
	top: -15%;
	top: 69%;
	left: 89%;
	transform: rotateY(180deg);
	transform: translate(-40%) rotateY(180deg)
}

#image_camera {
	left: 50%;
	position: absolute;
	width: 50px;
	height: 50px;
	background-image: url(../assets/screenshot.png);
	border-radius: 50%;
	border: solid 3px #ffffff;
	transition: all 1s;
	cursor: pointer;
	bottom: 10px;
	margin-left: -25px;
	background-size: 100%;
	background-color: #0000;
	cursor: pointer;
	background-position: 0 4px;
	background-repeat: no-repeat;
}

#image_camera:hover {
	background-color: #00000042;
	transform: scale(1.3);
	background-image: url(../assets/screenshot.png);
	background-position: 0 4px;
}

#image_camera .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	/* Position the tooltip */
	position: absolute;
	z-index: 1;
}

#image_camera:hover .tooltiptext {
	visibility: visible;
}

#compareScreenshots:hover,
#compareScreenshots:active {
	background: #0000004a;
}

#compareScreenshots {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	transition: all 1s;
	cursor: pointer;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	margin-bottom: 7px;
}

#comapre {
	/* width: 63px; */
	/* height: 50px; */
	font-size: 15px;
	left: 116%;
}

.shareslist {
	transition: all 1s;
	position: absolute;
	right: 5px;
	bottom: 5px;
	opacity: 1;
	z-index: 10;
}

.shareslist.shownow {
	position: absolute;
	right: 0;
	bottom: 60px;
	opacity: 1;
}

#image_whatsapp {
	/* display: none; */
	width: 50px;
	transition: all .2s;
}



.shareslist.shownow #image_whatsapp {
	display: inline;
}

#image_Download img {
	width: 100%
}

#image_share,
#image_Download {
	position: absolute;
	right: 5px;
	bottom: 10px;
	width: 50px;
	transition: all .2s;
	transform-origin: bottom right;
	transform: scale(1);
}

#image_Download {
	animation: mymove 1s infinite;
	transform-origin:center;
}

@keyframes mymove {
	0% {
		transform: scale(1)
	}
	50% {
		transform: scale(1.2)
	}
	100% {
		transform: scale(1)
	}
}

#image_share:hover,
#image_Download:hover {
	animation: none;
	transform: scale(1);
}

#image_back {
	position: absolute;
	/* position: absolute;
      z-index: 999;
      font-size: 22px;
      display: block;
      padding: 1px;
      color: #383838;
      background: #ffffff5c;
      border-radius: 50%;
      margin: 8px; */
	bottom: 10px;
	height: 50px;
	left: 0;
}

#closeComparescreen {
	position: absolute;
	top: 10px;
	padding: 4px 6px;
	right: 14px;
	font-size: 20px;
	color: #000;
	cursor: pointer;
	z-index: 1000;
	background: #fff;
	border-radius: 50%;
}

#image_facebook {
	position: absolute;
	z-index: 999;
	bottom: 20px;
	left: 241px;
	padding: 10px;
	display: none;
}

.glyphicon-chevron-left:before {
	font-size: 30px
}

.glyphicon-chevron-right:before {
	font-size: 30px
}

.carousel-inner {
	width: 97%;
	margin: 0 auto
}

.header {
	padding-left: 0
}

.button-camera {
	position: absolute;
	right: 5%;
	top: 2.5%
}

#facemask {
    width: 100%;
    position: absolute;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    background: #222222d4;
}

#facemask img {
    height: 69%;
    filter: invert(1);
}

#faceshapedetails {
	width: 40px;
	height: 40px;
	color: #000;
}


/* #faceshapedetails > #faceshapeinfo{
 position: relative;
} */

#modelloader {
	position: absolute;
	mix-blend-mode: multiply
}

html {
	font-size: 0!important
}

td {
	padding: 5px
}

img {}

.img-div {
	width: 100%;
	height: 100px;
	background: #fff;
	text-align: center;
	vertical-align: middle;
	display: inherit;
	border-radius: 50%
}

.img-div:hover {
	background-color: #f8c633
}

.img-bottom {
	width: 100%;
	height: auto
}

.header-class {
	overflow: hidden;
	width: 100%;
	background-repeat: no-repeat;
	position: absolute;
	height: 80px;
	top: 0;
}

.img-logo {
	height: 100%;
	max-width: 320px;
}

.img-logo img {
	height: 100%
}

.hiddeindesktop {
	display: none;
}

.screenshottext {
	width: 100%;
	text-align: center;
	/* display: inline-block; */
}

.logo {
	text-align: left;
	height: 62px;
	margin: 0;
	margin-left: 0;
	background: #ffffff;
	/* display: none; */
}

.header-p {
	color: #191919;
	overflow: hidden;
	z-index: 100;
	font-size: 14px;
	letter-spacing: 2px;
	margin-top: -3px;
}

.div-empty {
	height: 90px
}

#kixrGlassCanvas {
	z-index: -1;
	top: -2%;
	transform: translate(-50%) rotateY(180deg)
}

.rating {
	display: inline-block;
	position: relative;
	height: 50px;
	line-height: 50px;
	font-size: 50px
}

.rating label {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	cursor: pointer
}

.rating label input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0
}

.rating label .icon {
	float: left;
	color: transparent
}

.rating label:last-child .icon {
	color: #000
}

.rating:not(:hover) label input:checked~.icon,
.rating:hover label:hover input~.icon {
	color: #09f
}

.rating label input:focus:not(:checked)~.icon:last-child {
	color: #000;
	text-shadow: 0 0 5px #09f
}

li {
	list-style-type: none
}

.bottom-div li a {
	overflow: hidden;
	border-radius: 50%;
	cursor: pointer;
	display: block;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	height: 55px;
	width: 60px
}

.material-div li a {
	overflow: hidden;
	border-radius: 50%;
	cursor: pointer;
	display: block;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	height: 55px;
	width: 60px
}

li a:hover {}

.bottom-div ul {
	margin: 13px 0;
	text-align: center;
	display: flex;
	justify-content: center;
	padding: 0;
	overflow: auto
}

.material-div ul {
	margin: 13px 0;
	text-align: center;
	display: flex;
	justify-content: center;
	padding: 0;
	overflow: auto
}

.bottom-div li a {
	background: #ffc900;
	cursor: pointer;
	margin: 0 7px;
	cursor: pointer
}

.material-div li a {
	background: #ffc900;
	cursor: pointer;
	margin: 0 7px;
	cursor: pointer
}

.bottom-div li a.active {
	box-shadow: #96721f 0 0 13px inset
}

.material-div li a.active {
	box-shadow: #96721f 0 0 13px inset
}

.suggestions {
	width: 100%;
	position: fixed;
	bottom: 0;
	margin: 0;
	background: #fff;
}

.suggestions .next {
	position: absolute;
	right: -20px;
	top: 29px;
	z-index: 999;
	font-size: 28px;
	cursor: pointer;
	padding: 0 0px;
	color: #5c5a5d;
}

.suggestions .prev {
	position: absolute;
	left: -23px;
	top: 29px;
	z-index: 999;
	font-size: 28px;
	cursor: pointer;
	color: #5c5a5d;
}

.screenShotmultiple .next {
	position: absolute;
	right: -18px;
	top: 50%;
	z-index: 999;
	font-size: 28px;
	cursor: pointer;
	padding: 0 0px;
	color: #ffffff;
}

.screenShotmultiple .prev {
	position: absolute;
	left: -25px;
	top: 50%;
	z-index: 1000;
	font-size: 28px;
	cursor: pointer;
	padding: 0 8px;
	color: #f9f9f9;
}

.hideheader{
	top:0px !important;
	height: calc(100% - 91px) !important;
}


#_content {
	position: absolute;
	top: 62px;
	width: 100%;
	height: calc(100% - 113px);
}

.Product-placeholder {
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 91px;
}

.btn-primary {
	color: #fff;
	background-color: #00bfd5;
	border-color: #00bfd5
}

#captureNotification {
	color: #ffffff;
	font-weight: normal;
	text-shadow: 0px 0px 5px #000000;
	font-family: "Montserrat";
	font-size: 16px;
	position: absolute;
	height: 26px;
	/* padding-top: 77px; */
	/* padding-right: 10px; */
	bottom: 90px;
	width: 80%;
	z-index: 999;
}

#modelDetails {
	color: #ffffff;
	font-weight: normal;
	text-shadow: 0 1px 3px #000000c7;
	font-family: "Montserrat";
	font-size: 18px;
	position: absolute;
	height: 90px;
	padding-top: 10px;
	padding-right: 10px;
	right: 130px;
}

#shapeDetails {
	position: absolute;
	color: #191717;
	font-weight: normal;
	font-family: "Montserrat";
	font-size: 18px;
	top: 4px;
	z-index: 999;
	background: #fff;
	padding: 4px 10px;
	min-width: 100px;
	text-align: center;
	margin-top: -16px;
	border-radius: 10px;
	box-shadow: 0 -5px 4px #222222b0;
}

#showBuyNow {
	text-align: center;
	height: 43px;
	font-size: 18px;
	border: 1px solid #2196F3;
	line-height: 12px;
	font-weight: 400;
	font-family: "Montserrat", sans-serif;
	border-radius: 0;
	background: #fff;
	width: 190px;
	right: 0;
	color: #222;
}

.bottom-div {
	padding-top: 60px;
	/* right: 210px; */
	margin: -54px auto;
	left: 165px;
	justify-content: flex-end;
}

.material-div {
	padding-top: 60px;
	right: 210px;
	margin: -54px auto;
	/* left: -449px; */
	justify-content: flex-end;
}

.favorite {
	color: #fd0044
}

@keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}
	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
}

.bounceOut {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut
}

@keyframes bounceIn {
	from,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	}
	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

#svg>circle {
	stroke-dashoffset: 0;
	transition: stroke-dashoffset 1s linear;
	stroke: #2bd0ff;
	stroke-width: .4em
}

#svg #bar {
	stroke: rgba(255, 255, 255);
	stroke-dashoffset: 0;
	transition: stroke-dashoffset 1s linear
}

.loading {
	background: #fff;
	transition: all 1s
}

.info {
	position: absolute;
	font-size: 14px;
	width: 100%;
	padding: 0 5px;
	font-family: "Montserrat";
	color: #fff;
	text-shadow: #333 1px 1px 2px;
	z-index: 999;
	flex-direction: column-reverse;
	bottom: 25px;
	display: block;
	width: 90%;
	margin-left: 0%;
}

.info h2 {
	font-size: 16px;
	margin: 4px 0
}

.info p {
	margin: 2px 0;
	font-size: 13px
}

#loader-msg {
	display: none
}

.NeedHelpDetection {
	color: #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .51);
	width: 100%;
	position: absolute;
	height: 100%;
	left: 0;
	display: flex;
	top: 0;
	align-items: center;
	justify-content: center;
	flex-direction: column
}

.needhelp-msg {
	font-size: 22px;
	margin: 16px;
	text-transform: uppercase;
	border-bottom: 1px solid #ffffff8a;
	font-weight: bold
}

.wellfit-msg {
	font-size: 14px
}

.lookinto-msg {
	font-size: 14px
}

.mobilesTabs {
	display: none;
}

#__kixr {
	height: 100%;
	width: 100%;
	justify-content: center;
	display: flex;
	position: relative;
}

#__kiksar__stage {
	position: absolute;
	z-index: 1;
}

#__kixr__stage {}

.flipcameraH {
	transform: rotateY(0deg);
	/* transform: scaleX(-1); */
}

.camerafailure {
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	background: #ffffff;
	color: #505050;
	border-radius: 10px;
	padding: 10px;
	font-size: 18px;
	width: 500px;
	margin-left: -250px;
	font-family: arial;
	border: #03A9F4 solid 1px;
	box-shadow: 0 0 15px #1e3b524a;
}

#gallery-lightbox {
	background-color: rgba(0, 0, 0, 0.473);
	width: 100%;
	height: calc(100% - 153px);
	position: fixed;
	top: 62px;
	z-index: 999;
}

.scanbutton {
	position: absolute;
	z-index: 2;
	bottom: 60px;
}

.scanbutton span {
	/* border: 1px solid #ed2d25; */
	background-color: #ffffff;
	color: #222222;
	font-weight: bold;
	padding: 2px 5px;
	font-family: "Montserrat", sans-serif;
	transition: .5s all;
	overflow: hidden;
}

.scanbutton span:hover {
	background-color: #ffffff;
	color: #000000;
}

.scanbutton span img {
	height: 28px;
}

#scanAgain {
	left: 0;
	position: fixed;
	width: 38px;
	border-radius: 0;
	bottom: 160px;
	text-align:left;
	border-left: 0;
}

#scanAgain:hover,
#scanAgain:active {
	width: 130px;
}

#positionInformation {
    font-size: 13px;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    text-shadow: 0px 1px 4px #000;
    color: #fff;
    align-items: center;
}

.toggleResult {
	position: absolute;
	bottom: -15px;
	background: #fff;
	padding: 0px 5px;
	border-radius: 0 0 5px 5px;
	cursor: pointer;
	color: #515058 !important;
	margin-left: -10px;
}

#faceDetails.slideup {
	top: -114px;
}

#faceDetails {
	max-width: 600px;
	position: absolute;
	z-index: 1;
	color: #ffffff;
	width: 100%;
	/* background: url('../assets/blurryBG.png'); */
	/* box-shadow: 0 0 10px #ffffff; */
	border-radius: 0 0 15px 15px;
	top: 0;
	/* border: 1px solid #c5c5c5; */
	text-align: center;
	background-size: cover;
	transition: .5s all;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.61) 0%, rgba(255, 255, 255, 0) 100%);
}

#faceDetails h2 {
	font-size: 12px;
	margin: 0px;
	padding: 3px;
	color: #ffffff;
}

#faceDetails .group1 {
	/* background: #fff; */
	/* border: #ffffff solid 1px; */
	/* box-shadow: inset 0 0 40px #d5d9dc; */
	align-items: center;
	text-align: center;
	padding: 3px;
	font-size: 12px;
	margin: 0;
}

#faceDetails .group1>div {
	border-right: dashed 1px #f7f7f7a1;
	padding: 0;
	color: #ffbd5b;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 5px;
}

#faceDetails .group1>div:last-child {
	border-right: none;
	/* padding: 1%; */
}

#faceDetails .group2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#faceDetails .group2 span {
	padding: 0 10px;
	font-size: 12px;
}
	#faceDetails span.toggleResult{font-size:14px;}

#faceDetails span {
	color: #ffffff;
	text-shadow: 0px 0px 9px #00000069;
	/* display: block; */
	/* font-weight: bold; */
	font-size: 11px;
	word-break: break-word;
}

#faceDetails img {
	margin: 5px;
	/* width: 100%; */
	height: 40px;
	filter: brightness(2);
}

#faceDetails button {
	margin: 5px;
	background: #ffffff;
	color: #2196F3;
	font-weight: bold;
}

#facescannotification {
	width: 100%;
	position: absolute;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#facescannotification img {
	height: 69%;
}

#productList:before {
	content: ' ';
	background: linear-gradient(to right, rgb(228, 228, 228) 0%, rgba(255, 254, 254, 0) 50%, rgba(255, 255, 255, 0) 100%);
	width: 30px;
	height: 100%;
	position: absolute;
	z-index: 99;
	left: 0;
	top: 0;
}

#productList:after {
	content: ' ';
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 254, 254, 0) 50%, rgb(228, 228, 228) 100%);
	width: 30px;
	height: 100%;
	position: absolute;
	z-index: 99;
	right: 0;
	top: 0;
}

.buynowblok {
	display: grid;
	align-items: center;
	justify-content: right;
	text-align: right;
}



.buynowblok h3 {
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}
.buynowblok h3 span{font-size:11px;display: block;text-overflow: ellipsis;overflow: hidden;}

@media only screen and (min-width: 0px) and (max-width:767px) {
	#faceDetails .group1>div:nth-child(2) {
		border-right: none;
	}
	#faceDetails .group1>div:nth-child(3),
	#faceDetails .group1>div:nth-child(4) {
		border-bottom: none;
	}
	#faceDetails .group1>div {
		border-bottom: 1px dashed #ffffffbf;
	}
	#faceDetails.slideup {
		top: -142px !important;
	}
}

@media only screen and (min-width: 0px) and (max-width:1100px) {

	#grayHeart,#greenHeart{
		position: absolute;
        height: 30px;
        left: 5px;
        bottom: 5px;
	}
	
	#shape_filter{position:absolute;top: 70px;left: 5px;z-index: 1;padding-top: 8px;}
	#shapeList.slideShapes{left: 0;max-height: 100%;height: 100%;box-shadow: 0 0 10px #22222269;}
    #shapeList{left:-100px;transition: all .5s ease-in;top: 3px;height: calc(100% - 125px);border-radius: 0;overflow: auto;}

	#colorVarients {
	margin-top: -60px;
	}
    div#segmentButton {
    position: absolute;
    z-index: 9999;
    left: 1px;
    bottom: 150px;
}
#segmentResult {
	left: 1px;
	bottom: 185px;
}
#fitmentLoader{
	position: absolute;
	bottom: 140px;
    left: 25px;

}

	.scanbutton {
		bottom: 50px;
	}
	#faceDetails {
		top: 0;
		background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.61) 0%, rgba(0, 0, 0, 0.08) 100%);
		border-radius: 0px;
	}
	#faceDetails h2{text-shadow: 0 0 6px #222;/* position:absolute; *//* margin-top: -23px; */width: 100%;}
	.resultText{text-align:left; padding-left:10px;;}
	#faceDetails .group1>div {
		height: 60px;
		display: flex;
		flex-direction: row;
		justify-content: left;
	}

	#faceDetails span {
		font-size: 12px;
		font-weight: normal;
		bottom: -19px;
	}
	#faceDetails.slideup {
		top: -84px;
	}
	#styles-plhr {
		padding: 0px;
		width: 100%;
	}
	::-webkit-scrollbar {
		width: 0px;
		height: 0px;
	}
	.screenShotmultiple .prev {
		left: 10px;
		position: fixed;
	}
	.screenShotmultiple .next {
		right: 18px;
		position: fixed;
	}
	.fa {
		text-shadow: 2px 2px 6px #00000070;
	}
	#closeComparescreen {
		top: 65px;
		right: 3px;
		position: fixed;
	}
	.screenShotmultiple {
		width: 100% !important;
		position: absolute;
		top: 0;
		height: 100% !important;
		left: 0;
		overflow: auto;
		margin: 0 !important;
	}
	.screenshotactive {
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		position: fixed;
		z-index: 999;
		background: #000000e3;
	}
	.suggestions .next {
		position: absolute;
		right: 0;
		top: 30%;
		z-index: 999;
		font-size: 28px;
		cursor: pointer;
		padding: 0 0px;
		color: #5c5a5d;
	}
	.Product-placeholder {
		margin: auto;
		height: 60px;
		display: block;
	}
	#showBuyNow {
		width: 126px;
		font-size: 14px;
		right: auto;
		height: 45px;
		float: left;
	}
	#captureNotification {
		font-size: 14px;
		padding: 2px 6px;
		text-align: center;
		height: 49px;
	}
	/* .screenShotmultiple {
    width: 179px;
    position: absolute;
    display: -webkit-box;
    top: 68px;
   
} */
	#__kixr {
		width: 100% !important;
		height: 100% !important;
		top: 0;
		overflow: hidden;
	}
	.kixr-logo-watermark {
		top: 10px;
		position: absolute;
		height: 24px;
		z-index: 9999;
		padding: 3px;
		background: #00000080;
		border-radius: 10px;
		right: 10px;
	}
	.mobilesTabs {
		display: block;
		position: absolute;
		bottom: 87px;
	}
	.mobilesTabs span {
		background: #fff;
		color: #222;
		border: none;
		margin: 0;
		cursor: pointer;
		display: block;
		float: left;
		border-radius: 6px 6px 0 0;
		padding: 10px 20px;
	}
	.mobilesTabs span:first-child {
		box-shadow: inset -4px 0px 6px #00000047;
	}
	.mobilesTabs span:last-child {
		box-shadow: inset 4px -1px 6px #00000047;
	}
	.mobilesTabs span.active {
		box-shadow: none
	}
	.colorDetails {
		font-size: 10px;
	}
	#productList ul li {
		margin: 0 6px;
		height: 60px;
		background: #fff;
		border-radius: 5px;
		position: relative;
	}
	#productList ul li:first-child {
		margin: 0;
	}
	#productList ul li a {
		width: 75px;
		padding: 0;
	}
	#productList ul li a.active {
		width: 100px;
	}
	#productList ul li span {
		font-size: 10px;
		bottom: 0;
		position: absolute;
		width: 100%;
		left: 0;
		height: 14px;
	}
	#facemask img {
		/* width: 640px !important; */
		/* height: auto !important; */
	}
	.info {
		bottom: 97px;
		width: 100%;
		margin: 0;
	}
	.info h2 {
		font-size: 16px;
		margin: 4px 0
	}
	.info p {
		margin: 2px 0;
		font-size: 13px
	}
	.mobileCameraPlaceholder {
		transform-origin: top left;
		transform: scale(1);
		position: absolute!important;
		top: 62px;
		width: 100%!important;
		overflow: hidden
	}
	.hideheader .mobileCameraPlaceholder {
		top: 0px;
		display: inline;
	}
	.img-logo {
		height: 54px;
		margin-top: 3px;
		margin-left: 4px;
	}
	.logo {
		text-align: left;
		height: 62px;
		margin: 0;
		margin-left: 0;
		background: #ffffff;
		display: flex;
	}
	.Product-placeholder {
		width: 100%;
		margin: auto;
	}
	.screenshot {background: #222;position: relative;z-index: 2;}
	.Product-placeholder #productList {
		margin: 0;
		overflow: auto;
		width: 100%;
		/* margin-left: 5%; */
	}
	
	#showBuyNow {
		width: 100%;
		font-size: 14px;
		border-radius: 0;
		border-right: none;
		color: #2196F3;
		font-weight: bold;
	}
	.suggestions .next {
		position: absolute;
		right: -7px;
		z-index: 999;
		font-size: 28px;
		height: 100%;
		width: 30px;
		cursor: pointer;
		top: 0;
		color: #ffffff;
		padding: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.suggestions .prev {
		position: absolute;
		left: -7px;
		z-index: 999;
		font-size: 28px;
		height: 100%;
		width: 30px;
		cursor: pointer;
		top: 0;
		color: #ffffff;
		padding: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.product-icons #image_camera {
		bottom: 0;
		height: 40px;
		width: 40px;
	}
		.product-icons #image_share {
			position: absolute;
			width: 40px;
			height: 40px;
			transition: all 1s;
			cursor: pointer;
			bottom: 0;
			margin: 0;
		}
		.product-icons #image_whatsapp {
			bottom: -350px !important;
			justify-content: right;
			left: 192px !important;
		}
		#image_share,
		#image_Download {
			right: 0;
			position: absolute;
			width: 40px;
			height: 40px;
			transition: all 1s;
			cursor: pointer;
			bottom: 12px;
			margin: 0;
		}
	#image_back {
		position: absolute;
		bottom: 12px;
		left: 3px;
		margin-top: -22px;
		/* margin-bottom: 15px; */
		height: 40px;
	}
	#image_screenshot {
		color: #fff;
		font-size: 16px;
	}
	.hideinDesktop {
		display: block ;
	}
	.hideinMobile {
		display: none ;
	}
	
	.showingShape .suggestions{bottom: 50px;}
	.suggestions {
		width: 100%;
		position: fixed;
		bottom: 0;
		margin: 0;
		background: transparent;
		height: 70px;
	}
	.showingShape .product-icons{bottom: 129px;}
	.product-icons {
		width: 100%;
		bottom: 86px;
		z-index: 3;
		height: 0;
	}

	.showingShape #scanAgain{bottom: 230px;left: 0;}
    
    .showingShape .buynowblok{
	    position: fixed;
	    bottom: 0;
	    left: 0;
	    display: block;
	    width: 100%;
	   }
	 .buynowblok{
	    position: fixed;
	    bottom: 157px;
	    right: 4px;
	    width: 100px;
	    }
    .buynowblok h3{color:#fff;text-shadow:0 0 3px #000;font-size: 14px;width: 50%;position: absolute;line-height: 45px;background: #444;right: 0;text-align: center;}
    #_content {height:calc(100% - 62px)}
}

@media only screen and (min-width: 300px) and (max-width:768px) {

	#shapeList li a .shape-text {
		font-size: 10px;
	}
}

@media only screen and (min-width: 769px) and (max-width:1100px) {
	#__kixr__stage {
		width: 100% !important;
		height: 100% !important;
		display: flex;
		justify-content: center;
	}


	.scanbutton {
		bottom: 90px;
	}
	#faceDetails {
		top: 0px;
		background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.61) 0%, rgba(0, 0, 0, 0.08) 100%);
		border-radius: 0px 0 10px 10px;
	}
}

@media only screen and (min-width: 1100px) and (max-width:2000px) {
	#grayHeart,#greenHeart{
		position: absolute;
        height: 30px;
        left: 5px;
        bottom: 15px;
	}

	#__kixr__stage {
		width: 100% !important;
		height: 100% !important;
		display: flex;
		justify-content: center;
	}

	.kixr-logo-watermark {
		position: absolute;
		height: 24px;
		z-index: 9999;
		padding: 3px;
		background: #00000080;
		border-radius: 10px;
		right: 10px;
	}
	#_content {
		height: calc(100% - 153px);
		width: 100%;
		top: 62px;
		overflow: hidden;
		justify-content: center;
		display: flex;
	}
	.hideinDesktop {
		display: none;
	}
	.hideinMobile {
		display: block;
	}
}