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;
} */

.carousel-control-next {
	opacity: 1 !important;
}
.carousel-control-prev
{
	opacity: 1 !important;
}
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;
	position: relative;
	bottom: 87px;
	right: 188px;
}

#_wrapper {
	left: 10vw;
	width: 80vw;
	height: 70vh;
	/* display: none;
	align-items: center;
	height: 60vh;
	position: absolute;
	width: 100%;
	margin: 2.3vh;
	justify-content: center; */

	/* position: absolute;
    width: 80vw;
	height: 80%; 
    left: 10vw;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(154, 183, 188, 0.24);
    border-radius: 12px; */
}


#frameCompare_content {
	position: absolute;
	width: 50vw;
	height: 88vh;
	left: 10vw;
	background: #FFFFFF;
	box-shadow: 0px 4px 8px rgba(154, 183, 188, 0.24);
	border-radius: 12px;
	left: 50%;
    transform: translate(-50%);
}


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: 99;
	font-size: 22px;
	bottom: -50px;
	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;
	background-color: #000000;
}


#productList ul li.active {
	display: block;
	opacity: 1;
}

#productList ul li span {
	color: rgb(250, 241, 241);
	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
}

.carousel-control-next {
    right: -22px;
    z-index: 1;
   }
   .carousel-control-prev {
    left: -32px;
    z-index: 1;
   }
.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_camera {
	position: absolute;
	left: 48%;
	opacity: 1;
}

#image_whatsapp {
	/* display: none; */
	width: 50px;
	transition: all .2s;
}

#image_camera {
	/* display: none; */
	width: 50px;
	transition: all .2s;
}


.shareslist.shownow #image_whatsapp {
	display: inline;
}

#image_camera {
	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
}

.carousel-inner1 {
	width: 97%;
	margin: 0 auto
}
#inner-carousel1{
	width: 80%; 
	bottom: 1em;
	display: flex;
    flex-direction: column-reverse;
}
.header {
	padding-left: 0
}

.button-camera {
	position: absolute;
	right: 5%;
	top: 2.5%
}

#facemask {
	width: 970px;
	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;*/
	/* top: 25px; */
	position: absolute;
	width: 80vw;
	height: 70vh;
	left: 10vw;
	background: lavender;
	box-shadow: 0px 4px 8px rgba(154, 183, 188, 0.24);
	border-radius: 12px;
	/* padding: 2.5em 1.875em 2.5em 2.1875em; */
}

.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 {

	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;
	left: 50%;
    transform: translateX(-50%);
}

.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 !important;
	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 {
	display: none;
	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 !important;
	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;
}
#cancelhalf, #favhalf ,#carthalf{
	display: none;
}

@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: 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;
	}
}

@media (min-height: 1090px) and (min-width: 610px) {
	#shape_filter {
		/* display: block !important; */
		position: absolute;
		top: 50px;
		left: 10px;
		z-index: 1;
		padding-top: 8px;
	}
}


/* Titan eyeplus code */
#bootstrap-overrides {
	position: absolute;
	margin: 0;
	background-color: #EFFCFE;
	width: 100%;
	height: 100%;
}


body {
	position: absolute;
	margin: 0;
	background-color: #EFFCFE;
	width: 100%;
	height: 100%;
}
.firstpage-over{
	/* height: 100vh; */
}

#vto-container {
	/* display: none; */
}
.firstpage-over{
	display: none;
}

	/* .firstpage-over
    {
        background-color: rgba(0, 0,0,0.2);
        height: 200px;
        margin: 10px;
        border-radius: 10px;
		display: none;
    }
    .firstpage-over-content
    {
        text-align: center;
        color: white;
       padding: 10px;
    }
    .firstpage-over-content img{
        width: 80%;
        text-align: center;
    } */



#firstScreen {
	display: flex;
	/* display: none; */
}

#secondScreen {
	display: none;
}

#thirdScreen {
	display: none;
}

#fourthScreen {
	display: none;
}

#wishlist-container {
	display: none;
}
#compareimg{
	display: none;
}
#addtoCart-btn2{
	display: none;
}
#favbutton{
	width: 2.8vw;
}
#wishlist_parent{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#filter-overlay {
	display: none;
}

.container-1 {
	/* display: flex; */
	/* position: absolute;
    width: 1440px;
    height: 100px; */
}

.heading-text {
	font-family: Manrope;
	font-style: normal;
	font-weight: 800;
	font-size: 2em;
	line-height: 44px;
	display: flex;
	align-items: flex-end;
	color: #272932;
	margin: 0;
	margin: 3.9vh 10vw 3.9vh;
	visibility: hidden;
}


.container-content {
	position: absolute;
	/* width: 100%; */
	left: 10vw;
	width: 80vw;
	background: #FFFFFF;
	box-shadow: 0px 4px 8px rgba(154, 183, 188, 0.24);
	border-radius: 12px;
	/* max-height: 70vh; */
	/* overflow: auto; */
}

#vto_wrapper_container {
	position: absolute;
	height: 100%;
	width: 100%;
	display: none;
	/*position: absolute;
    width: 80vw;
	/* height: ; 
    left: 10vw;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(154, 183, 188, 0.24);
    border-radius: 12px; */
}
.carousel-inner {
	width: 85%;
	bottom: 1em;
	right: 0.5em;
}

#frame_comparison {
	position: absolute;
	height: 100%;
	width: 100%;
	display: none;
}

.image-container {
	margin: 2.3vh;
	min-width: 34.3vw;
	height: 63vh;
	background: url("../assets/images/Rectangle.png");
	background-size: contain;
	background-repeat: no-repeat;
	border-radius: 12px;
	display: inline-block;
}

.image-container-right {
	display: table;
	justify-content: center;
	align-items: center;
	flex: 1;
	text-align: center;
	margin: 11vh 6.3vw 0vh 6.3vw;
}

.heading-text1 {
	margin-top: 1.5em;
	font-family: Manrope;
	font-style: normal;
	font-weight: 800;
	font-size: 1.5em;
	line-height: 33px;
	text-align: center;
	color: #272932;
}

.heading-text2 {
	margin-top: 1em;
	font-family: Manrope;
	font-style: normal;
	font-weight: bold;
	font-size: 1em;
	line-height: 22px;
	text-align: center;
	color: #8B8FA9;
}

.inner-container-right {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.scanLogo {
	background: url(../assets/images/Ellipse.png);
	height: 10.6vh;
	width: 10.6vh;
	background-size: contain;
	display: inline-block;
	background-repeat: no-repeat;
}

.btn-text {
	height: 7%;
	width: 15.4vw;
	cursor: pointer;
	/* font-family: Manrope;
    font-style: normal;
    font-weight: 800;
    font-size: 1em;
    line-height: 19px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    padding: 0.76vw;
    display: inline-block; */
}


/* second screen */

.container-2 {
	width: auto;
	height: auto;
	padding: 2.5em 1.875em 2.5em 2.1875em;
}

.heading-text_2 {
	margin: 0;
	font-family: Manrope;
	font-style: normal;
	font-weight: bold;
	font-size: 1.25em;
	line-height: 27px;
	color: #272932;
}

.title1 {
	margin-top: 1em;
	font-family: Manrope;
	font-style: normal;
	font-weight: bold;
	font-size: 1em;
	line-height: 22px;
	color: #8B8FA9;
}

.select_container {
	display: flex;
	margin-top: 30px;
}

.select_child1 {
	background: #FFFFFF;
	box-shadow: 0px 2px 8px rgba(116, 132, 137, 0.16);
	border-radius: 12px;
	margin-right: 15px;
	cursor: pointer;
}

.select_child2 {
	background: #FFFFFF;
	box-shadow: 0px 2px 8px rgba(116, 132, 137, 0.16);
	border-radius: 12px;
	margin-right: 15px;

}

#categoryList {
	overflow: auto;
}

#categoryList .active {
	border-color: black;
	border-style: solid;
	border-width: 2px;
}

#categoryList div {
	background: #FFFFFF;
	box-shadow: 0px 2px 8px rgba(116, 132, 137, 0.16);
	border-radius: 12px;
	cursor: pointer;
	margin: .1em 1em .1em .1em;
}

.select_child3 {
	background: #FFFFFF;
	box-shadow: 0px 2px 8px rgba(116, 132, 137, 0.16);
	border-radius: 12px;
	margin-right: 15px;
}

.select_child1_div {
	height: 16.9vh;
	width: 16.3vw;
	margin: 10px;
	background-size: contain;
	background-repeat: no-repeat
}

.select_child2_div {
	background-image: url("../assets/images/option2.png");
	height: 153px;
	width: 235px;
	margin: 10px;
	background-size: contain;
	background-repeat: no-repeat
}

.select_child3_div {
	background-image: url("../assets/images/option3.png");
	height: 153px;
	width: 235px;
	margin: 10px;
	background-size: contain;
	background-repeat: no-repeat
}

p.top {
	margin-bottom: 0.75em;
	font-family: Manrope;
	font-style: normal;
	font-weight: bold;
	font-size: 1em;
	line-height: 22px;
	display: flex;
	align-items: flex-end;
	color: #272932;
	padding-left: 1.38vw;
}

p.top2 {
	margin-bottom: 1.25em;
	font-family: Manrope;
	font-style: normal;
	font-weight: bold;
	font-size: 0.8em;
	line-height: 19px;
	display: flex;
	align-items: flex-end;
	color: #35BBD1;
	padding-left: 20px;
}

.bottom-div {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	margin-left: 20px;
}

.bottom-div-1 {
	flex-direction: column-reverse;
	width: -webkit-fill-available;
	width: 100%;
}

.go-back2{
	     cursor: pointer;
		font-family: Manrope;
		font-style: normal;
		font-weight: 600;
		font-size: 0.95em;
		line-height: 30px;
		display: flex;
		align-items: center;
		text-align: center;
		letter-spacing: 0.04em;
		color: #748489;
		position: absolute;
		left: 2em;
		/* bottom: 1em; */
		bottom: 0em;
		border: none;
}
.go-back3{
	cursor: pointer;
   font-family: Manrope;
   font-style: normal;
   font-weight: 600;
   font-size: 0.95em;
   line-height: 30px;
   display: flex;
   align-items: center;
   text-align: center;
   letter-spacing: 0.04em;
   color: #748489;
   /* position: absolute;
   left: 2em;
   bottom: 1em;
   bottom: 50px; */
   border: none;
}
.go-back22{
	cursor: pointer;
    font-family: Manrope;
    font-style: normal;
    font-weight: 600;
    font-size: 0.95em;
    line-height: 30px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.04em;
    color: #748489;
    /* position: relative; */
    /* right: 20em; */
    /* top: 12em; */
	border: none;
}

.go-back222 {
	cursor: pointer;
    font-family: Manrope;
    font-style: normal;
    font-weight: 600;
    font-size: 0.95em;
    line-height: 30px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.04em;
    color: #748489;
    position: absolute;
    left: -33em;
    bottom: 0em;
	border: none;
}

.go-back {
	cursor: pointer;
	font-family: Manrope;
    font-style: normal;
    font-weight: 600;
    font-size: 0.95em;
    line-height: 30px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.04em;
    color: #748489;
	border: none;
}
#second-2{
	display: flex;
    justify-content: space-between;
}

/* THird screen */
.container-3 {
	width: auto;
	height: auto;
	padding: 2.5em 1.875em 2.5em 2.1875em;
}

.container-4 {
	width: auto;
	height: auto;
	padding: 2.5em 1.875em 2.5em 2.1875em;
}

.select2 {
	background: radial-gradient(100% 100% at 50% 100%, rgba(255, 255, 255, 0) 49.26%, rgba(255, 255, 255, 0.16) 100%);
	backdrop-filter: blur(4px);
	/* Note: backdrop-filter has minimal browser support */
	border-radius: 12px 12px 0px 0px;
	margin-right: 20px;
}

.site_img {
	width: 320px;
	height: 150px;
}

.select2_child1_1 {
	/* background-image: url("../assets/images/short_sight.png"); */
	/* background-size: contain; */
	/* background-repeat: no-repeat; */
	width: 320px;
	height: 150px;
}

.select2_child2_1 {
	background-image: url("../assets/images/long_sight.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 320px;
	height: 150px;
}

.select2_child1_2 {
	position: relative;
	background: #FFFFFF;
	box-shadow: 0px 2px 8px rgba(116, 132, 137, 0.16);
	border-radius: 12px;
	margin-top: -30px;
	height: 122px;
	width: 320px;
}

.power-option {
	display: flex;
	justify-content: space-evenly;
	pointer-events: none;
	cursor: pointer;
	align-items: center;
	margin: 1em 0
}

.power-option p.active {
	background: #DAF0F4;
	box-shadow: 0px 4px 8px rgba(154, 183, 188, 0.16);
	border-radius: 8px;
}

p.top_2 {
	font-family: Manrope;
	font-style: normal;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.5em;
	display: flex;
	align-items: flex-end;
	color: #272932;
	padding-left: 1.25em;
	margin: 0;
	padding: 1em 0px 0px 1em;
}

p.top2_2 {

	font-family: Manrope;
	font-style: normal;
	font-weight: 500;
	font-size: .75em;
	line-height: 15px;
	display: flex;
	align-items: center;
	letter-spacing: 0.04em;
	color: #748489;
	padding: 5px 0px 0px 1em;
	margin: 0;
}

.power-div {
	background: #FFFFFF;
	box-shadow: 0px 4px 8px rgba(154, 183, 188, 0.16);
	border-radius: 8px;
}

.power {
	margin: 0;
	font-family: Manrope;
	font-style: normal;
	font-weight: 500;
	font-size: .75em;
	line-height: 1em;
	display: flex;
	align-items: center;
	text-align: center;
	letter-spacing: 0.04em;
	color: #272932;
	padding: 0.5vw 0.8vh;
	background: #FFFFFF;
	box-shadow: 0px 4px 8px rgb(154 183 188 / 16%);
	border-radius: 8px;
}

div:focus {
	outline: 3px solid black;
}

.filter {
	width: 77.2vw;
	height: 65vh;
	background-color: black;
	margin: 1.3vw;
}

.filter-btn {
	/* position: absolute; */
	right: 0vh;
	top: 0vh;
	width: 3.5em;
	margin: 1em 0.5em 1em 0;
	cursor: pointer;
}

.filter_wishlist_icon {
	position: absolute;
	display: flex;
	right: 0;
	/* top: 7px; */
	flex-direction: row-reverse;
}

.menu-btn {
	left: 0vh;
	top: 0vh;
	width: 3.5em;
	margin: 1vw 0 1vw 1vw;
	cursor: pointer;
}
#cancelhalf {
	left: 0vh;
	top: 0vh;
	width: 3.5em;
	margin: 1vw 0 1vw 1vw
}
#cancelPng, #backPng{
	display: none;	
	height: 50px;
	width: 60px;
}

.selected-listType {
	font-size: 1em;
	margin: 0 0 0.5em 0.75em;
	font-family: Manrope;
	font-style: normal;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.5em;
	/* identical to box height */
	align-items: flex-end;
	color: #000000;
}

.menu-div {
	position: absolute;
	/* left: 0vh; */
	left: -2vh;
	top: 0vh;
	display: flex;
	align-items: center;
}

.filter-container {
	/* display: none;
	z-index: 2;
	position: absolute;
	background: #FFFFFF;
	box-shadow: 0px 4px 8px rgba(154, 183, 188, 0.24);
	border-radius: 16px;
	width: 22.7vw;
	min-height: 50vh;
	max-height: 65vh;
	overflow: auto;
	right: 0vh;
	margin: 1.5vw 6vw 0vw 0vw; */


	display: none;
    z-index: 99;
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(154, 183, 188, 0.24);
    border-radius: 16px;
    /* width: 12.7vw; */
	width: 16vw;
    min-height: 30vh;
	max-height: 47vh;
    /* max-height: 65vh; */
    overflow: auto;
    right: 0vh;
    /* top: 76px; */
    margin: 4.5vw 1.2vw 0vw 0vw;
    height: 50vh;
}

.viewList-container {
	display: none;
	position: absolute;
	background: #FFFFFF;
	box-shadow: 0px 4px 8px rgba(154, 183, 188, 0.24);
	border-radius: 16px;
	/* width: 22.7vw; */
	/* min-height: 50vh;
    max-height: 70.25vh; */
	overflow: auto;
	left: 0vh;
	margin: 2vh 5.5vw;
	z-index: 2;
}

.viewList-content {
	/* padding:1em */
}

.viewList-content ul {
	padding: 0;
}

.viewList-content li {
	padding: 1em;
	display: flex;
}

.viewList-content li p {
	font-family: Manrope;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 19px;
	display: flex;
	align-items: center;
	color: #272932;
	cursor: pointer;
}

.viewList-content img {
	width: 1.5em;
	height: 1.5em;
	margin-right: 0.5em;
}

.filter-content {
	margin: 1.1vw;
}

.filter-heading {
	z-index: 9;
	display: flex;
    justify-content: space-around !important;
    position: sticky;
    justify-self: flex-start;
    top: 0;
    background: white;
	justify-content: space-around;
    align-items: center;
	width: 100%;
}

.filters {
	font-family: Manrope;
	font-style: normal;
	font-weight: 600;
	font-size: 1.25em;
	line-height: 2.7vh;
	align-items: center;
	text-transform: capitalize;
	color: #272932;
}

.reset {
	font-family: Manrope;
	font-style: normal;
	font-weight: bold;
	font-size: 0.75em;
	line-height: 16px;
	align-items: center;
	letter-spacing: 0.04em;
	color: #35BBD1;
	cursor: pointer;
}

.filter-heading p:last-child {
	margin-left: auto;
}

ul.separator {
	list-style: none;
	padding: 0;
	width: 100%;
}

ul.separator li {
	/* padding: .5em 0; */
	padding: 1em 0;
	border-bottom: 1px solid #DAF0F4;
}

.collapsible {
	background-color: #FFFFFF;
	/* box-shadow: 0px 4px 8px rgba(154, 183, 188, 0.24); */
	cursor: pointer;
	text-align: left;
	outline: none;
	font-family: Manrope;
	font-style: normal;
	font-weight: bold;
	font-size: 0.87em;
	line-height: 1.27em;
	align-items: center;
	color: #272932;
	display: flex;
    justify-content: space-between;
}

.collapsible:after {
	content: '\276E';
	color: #272932;
	float: right;
	transform: rotate(-90deg);
	margin-right: 10px;
}

.collapsible span{
	
    /* flex: 1; */
    /* flex: 2; */
	color: white;
    background: #35BBD1;
    width: 2em;
    height: 2em;
    display: none;
    justify-content: center;
    border-radius: 50%;
    margin-right: 5px;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 700;
	font-size: 0.75em;
	line-height: 16px;
	align-items: center;
	text-align: center;
	letter-spacing: 0.04em;

	color: #FFFFFF;

}


.active1:after {
	content: "\276E";
	transform: rotate(90deg);
}

.inactive1:after {
	content: "\276E";
	transform: rotate(-90deg);
}

.content {
	padding: 0 18px;
	display: none;
	overflow: hidden;
	background-color: white;
}

.attribute-lable {
	display: flex;
	justify-content: space-between;
	margin-bottom: 1em;
	font-family: Manrope;
	font-style: normal;
	font-weight: 500;
	font-size: 0.75em;
	line-height: 1em;
	align-items: center;
	letter-spacing: 0.04em;
	color: #272932;
}

#content23 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-right: 6vw;
	max-height: 44vh;
	overflow: auto;
	margin-top: 1em;
	/* margin-left: 2.7vw; */
	/* margin-top: 1.7vh;
    margin-right: 8.8vw; */
}

.content231 {
	cursor: pointer;
	display: flex;
	width: 22.22vw;
	height: 8.88vh;
	background: #FFFFFF;
	box-shadow: 0px 2px 8px rgba(116, 132, 137, 0.16);
	border-radius: 12px;
	margin-top: 0.75em;
}

/* #image231{
    width: 7.5vw;
    height: 7.8vh;
} */

#image231 img {
	width: 6.01vw;
	height: 9.4vh;
	transform: rotate(-20deg);
	object-fit: cover;
	padding-right: 10px;
}

#text231 {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	margin: 0.5em 0;
	flex: 1;
}

#text2311 {
	width: 8.8vw;
	height: 2.2vh;
	font-family: Manrope;
	font-style: normal;
	font-weight: bold;
	font-size: 1em;
	color: #272932;

}

#text2311 p {
	margin: 0;
}

#text2312 p {
	margin: 0;
}

#text2312 {
	width: 10.9vw;
	height: 1.88vh;
	font-family: Manrope;
	font-style: normal;
	font-weight: 500;
	font-size: 0.75em;
	color: #272932;
	letter-spacing: 0.04em;

}

#radiobutton231 {
	margin-top: 1.5vh;
	margin-right: 1em;
}

.radio-btn {
	cursor: pointer;
}

#submit-site-btn {
	content: url('../assets/images/btn-next.png');
	/* pointer-events: none; */
	height: 2.5em;
}

#submit-frame-btn {
	content: url('../assets/images/btn-next.png');
	pointer-events: none;
	height: 2.5em;
}

#submit-glass-btn {
	content: url('../assets/images/btn-next.png');
	pointer-events: none;
	height: 2.5em;
}

#getStart-btn {
	height: 2.6em;
	margin-top: 1em;
	content: url('../assets/images/start-btn.png');
}

p {
	margin: 0;
}

/* .active, .collapsible:hover {
    background-color: #555;
  } */




.maindiv {
	background: #FFFFFF;
	box-shadow: 0px 4px 8px rgba(154, 183, 188, 0.24);
	border-radius: 16px;
	width: 90%;
	border-radius: 10px;
	place-items: center;
}

.imagediv {
	display: flex;
	align-items: center;
	margin-right: 1em;
}

.imagediv img {
	width: 5em;
}

.textdiv {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	/* line-height: 0.6; */
}

.textdiv p {
	font-weight: bold;
	margin: 0;
	font-family: Manrope;
	font-style: normal;
	font-weight: 600;
	font-size: 1em;
	line-height: 1.5em;
	align-items: center;
	text-transform: capitalize;
	color: #272932;
}

.textdiv p span {
	font-family: Manrope;
	font-style: normal;
	font-weight: bold;
	font-size: .75em;
	line-height: 1em;
	align-items: center;
	letter-spacing: 0.04em;
	color: #00D971;
}

.subtxt li {
	font-family: Manrope;
	font-style: normal;
	font-weight: bold;
	font-size: 0.75em;
	line-height: 1em;
	align-items: center;
	letter-spacing: 0.04em;
	color: #8B8FA9;
	margin-right: .25em;
}

.subtxt i {
	/* z-index: 999999; */
	font-size: 6px;
	position: relative;
	left: 0;
	top: -2px;
}

#img1 {
	width: 1.25em;
}

#img2 {
	width: 1.25em;
}

::marker {
	margin-right: -5px;
}

.carousel-control-prev {
	left: 0;
	z-index: 1;
	height: 80%;
	/* background: red; */
}

.carousel-control-next {
	right: 0;
	z-index: 1;
	height: 80%;
	/* background: red; */
}

.slide {
	position: absolute;
	align-items: center;
	width: 100%;
	left: 0;
	/* bottom: 0; */
	bottom: -3px;
	display: none;
}

.slide1 {
	position: absolute;
	align-items: center;
	width: 100%;
	left: 0;
	bottom: 22px;
	/* display: none; */
}

.carousel-control-next-icon {
	background-image: url('./../assets/images/right-arrow-btn2.png') !important;
	/* width: 2.5em; */
}

.carousel-control-prev-icon {
	background-image: url('./../assets/images/left-arraw-btn2.png') !important;
	/* width: 2.5em; */
}

#addtoCart-btn {
	width: 9vw;
	height: 2em;
	margin: 0;
	cursor: pointer;
}

.btndiv {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: end;
}

#inner-carousel .carousel-control-prev .carousel-control-prev-icon {
	background-image: url('/assets/images/left-arraw-btn.png');
	width: 3em;
	height: 3em;
}

#inner-carousel1 .carousel-control-prev .carousel-control-prev-icon {
	background-image: url('/assets/images/left-arraw-btn.png');
	width: 3em;
	height: 3em;
}

#inner-carousel .carousel-control-next .carousel-control-next-icon {
	width: 3em;
	height: 3em;
}

#inner-carousel1 .carousel-control-next .carousel-control-next-icon {
	width: 3em;
	height: 3em;
}


/* wishlist CSS from Mahesh */

.content2 {
	display: flex;
	margin-bottom: 1.25em;
}

.selectfirstitem {
	display: flex;
	align-items: center;
	padding: 10px;
	border-radius: 10px;
	background: #FFFFFF;
	box-shadow: 0px 4px 8px rgba(154, 183, 188, 0.24);
	border-radius: 12px;
	width: 38vw;
	justify-content: space-between;
}

#div2 {
	margin-left: 20px;
}

.selectfirstitem img {
	width: 5em;
	margin-right: 15px;
}

.selectfirstitem h3 {
	font-size: 13px;
}

#additem {}

#hearticon img {
	width: 35px;
	margin-top: 60px;
	margin-left: 41px;
}

#additem img {
	margin-top: 5px !important;
}

#content1 {
	width: 100%;
	display: flex;
	align-items: center;
	background: #FFFFFF;
	box-shadow: 0px 4px 8px rgba(154, 183, 188, 0.24);
	border-radius: 12px;
	padding: 1.25em;
	justify-content: space-between;
}

.frame_heading {
	margin: 0;
	font-family: Manrope;
	font-style: normal;
	font-weight: bold;
	font-size: 1.25em;
	line-height: 27px;
	display: flex;
	align-items: center;
	text-align: center;
	color: #000000;
}

.wishlist-head {
	margin: 3.9vh 10vw 3.9vh 10vw;
}

#wishList_screen {
	margin: 0 10vw;
}

.frame_name p {
	font-family: Manrope;
	font-style: normal;
	font-weight: 600;
	font-size: 1em;
	line-height: 25px;
	/* identical to box height */
	align-items: center;
	text-transform: capitalize;
	color: #272932;
	margin: 0;
}

.fav-icon {
	height: 100%;
	display: flex;
	align-items: end;
}

.card-right-container {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: end;
}

.select_frame {
	/* display: none; */
	cursor: pointer;
	margin: 0.3em 0.3em 0 0;
}

.card-right-container .fav-cart-btn {
	display: flex;
	align-items: start;
}

#compare_frames {
	cursor: pointer;
	margin-right: 15px;
}

/* Hide the browser's default radio button */
input[type="checkbox"] {
	/* position: absolute; */
	/* opacity: 0;
    cursor: pointer; */
}

/* Create a custom radio button */
.checkmark {
	position: absolute;
	height: 15px;
	width: 15px;
	background-color: #eee;
	border-radius: 20%;
}

/* On mouse-over, add a grey background color */
.container:hover input~.checkmark {
	background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
input[type="checkbox"]:checked~.checkmark {
	background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}


/* Show the indicator (dot/circle) when checked */
input[type="checkbox"]:checked~.checkmark:after {
	display: block;
}

/* Style the indicator (dot/circle) */
.checkmark:after {
	/* top: 0px;
   left: 0px; */
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: white;
}

.wishlist_empty {
	align-items: center;
	display: flex;
	justify-content: center;
	display: none;
}

#takePhoto {
	/* display: none; */
	position: absolute;
	/* bottom: 1em; */
	bottom: 3em;
    left: 50%;
    transform: translateX(-60%);
}

#popups_container {
	/* display: none; */
}

#screenshots_list_container {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	justify-content: center;
	/* width: 100%; */
	overflow-y: scroll;
}

#screenshots_list_container img {
	height: 46%;
	margin: 1%;
	border-radius: 0.5em;
}

#screenshots_parent {
	display: none;
	height: 100%;
	width: 80%;
	display: flex;
	justify-content: center;
}

#titanPlusScreen {
	/* display: none; */
}

.tabs_parent {
	top: 0;
	margin-top: 2em;
	position: absolute;
	/* height: 100%; */
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.tabs_parent ul {
	background: #F3F3F3;
	border-radius: 1.5em;
	margin: 5px;
}

.tabs_parent .tabs_header {
	background: white;
	/* background: #F3F3F3; */
	box-shadow: 0px 4px 4px rgb(154 183 188 / 24%);
	border-radius: 25px;
	margin-bottom: 0.5em;
}

.tabs_header .nav-tabs .nav-item .active {
	border-color: #fff !important;
	font-family: Manrope;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #272932;
}

.tabs_header .nav-tabs {
	border-bottom: 0 !important;
}

#myTabContent .screenshotImg {
	align-items: center;
	justify-content: center;
	display: flex;
	/* height: 100%; */
	width: 100%;
	padding: 1% 10%;
	top: 15px;
    position: absolute;
}

.nav>li>a {
	padding: 4px 30px !important;
	font-family: Manrope;
	font-style: normal;
	font-weight: bold;
	color: #8B8FA9;
	/* border-radius: 0 1.5em 1.5em 0; */
}

.nav>li>a :hover {
	border-radius: 0 1.5em 1.5em 0;
}

#frameCompare_content td {
	height: 3em;
	text-align: center;
	vertical-align: middle;
	/* font-family: Manrope;
	font-style: normal;
	font-weight: bold;
	font-size: .9em;
	letter-spacing: 0.04em;
	color: #272932; */
}

#frameCompare_content #div1 td {
	font-family: Manrope;
	font-style: normal;
	font-weight: bold;
	font-size: .9em;
	letter-spacing: 0.04em;
	color: #272932;
}

#frameCompare_content #div2 td {
	font-family: Manrope;
	font-style: normal;
	font-weight: bold;
	font-size: .9em;
	align-items: center;
	letter-spacing: 0.04em;
	color: #272932;
}

#frameCompare_content th {
	height: 50px;
}

#frameCompare_content #div1 {
	background: #FFFFFF;
	box-shadow: 0px 4px 8px rgba(154, 183, 188, 0.24);
	border-radius: 12px;
	/* width: 132px; */
	/* height: 100%; */
	display: flex;
	justify-content: center;
	margin-right: 20px;
	/* padding: 20px; */
	margin-top: 20px;
}

#frameCompare_content #div2 {
	background: #FFFFFF;
	box-shadow: 0px 4px 8px rgba(154, 183, 188, 0.24);
	border-radius: 12px;
	width: 132px;
	/* height: 100%; */
	display: flex;
	justify-content: center;
	margin-right: 20px;
	margin-top: 20px;
}

#frameCompare_content #maindiv {
	display: flex;
	align-items: center;
	background: #FFFFFF;
	box-shadow: 0px 4px 8px rgba(154, 183, 188, 0.24);
	border-radius: 12px;
	width: 100%;
	padding: 2.5em;
	overflow: auto;
	height: 100%;
	align-items: center;
}

#frameCompare_content #maindiv .active {
	color: red;
}

#frameCompare_content .frame_text{
	font-family: Manrope;
	font-style: normal;
	font-weight: bold;
	font-size: 1em;
	line-height: 22px;
	color: #272932;
}


#loader_parent{
	display: none;
	z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    align-items: center;
    justify-content: center;
    background-color: #DAF0F4
}

#loader_animate {
	position: absolute;
	/* display: none; */
	z-index: 1;
    width: 10em;
    height: 10em;
	left: 45%;
	top:40%;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
  }
  
  @-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
  }
 
.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
  justify-content: center;
}

.carousel-inner .carousel-item-right.active,
.carousel-inner .carousel-item-next {
  transform: translateX(25%);
}

.carousel-inner .carousel-item-left.active, 
.carousel-inner .carousel-item-prev {
  transform: translateX(-25%);
}
  
.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left{ 
  transform: translateX(0);
  
} 
/* .collapsible>.filtercount>span{
	color: white;
	margin-left: 16em;
    padding: 5px;
    background-color:#35BBD1;
    border-radius: 50%;
    height: 22px;
    width: 22px;
}
.collapsible>.filtercount{
	display: none;
	justify-content: flex-end;
	margin-right: 2em;
	
} */



  /* checkbox */
  .checkcontainer{
    display: block;
    position: relative;
    /* padding-left: 35px;
    margin-bottom: 12px; */
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.radiobtn {
    position: absolute;
    top: 0;
    left: 0;
    height: 1em;
    width: 1em;
    background-color: #eee;
    border-radius: 25%;
}
.checkcontainer input {
    /* position: absolute; */
    opacity: 0;
    cursor: pointer;
}
.checkcontainer input:checked ~ .radiobtn {
    background-color: #66F6FF;
}
.checkcontainer .radiobtn:after {
    top: .1em;
    left: .1em;
    width: 0.8em;
    height: 0.8em;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.25);
}
.checkcontainer input:checked ~ .radiobtn:after {
    display: block;
}
.radiobtn:after {
    content: "";
    position: absolute;
    display: none;
}

@media (min-width:0px) and (max-width: 1100px) {
	.textdiv p {
		font-weight: bold;
		margin: 0;
		font-family: Manrope;
		font-style: normal;
		font-weight: 600;
		font-size: 10px;
		line-height: 1.5em;
		align-items: center;
		text-transform: capitalize;
		color: #272932;
	}
	#vto_wrapper_container{
		background-color: rgb(250, 245, 236);
	}
	.maindiv {
		background: #FFFFFF;
		box-shadow: 0px 4px 8px rgb(154 183 188 / 24%);
		border-radius: 16px;
		width: 85%;
		border-radius: 10px;
		place-items: center;
	}
	.carousel-inner {
		width: 95%;
		bottom: -4em;
		right: 0em;
	}
	#gobackmob{
		/* display: none; */
		position: absolute;
		left: 1em;
		/* bottom: -100px; */
		border: none
	}
	#gobackmobwlist{
		position: absolute;
		top: 3em;
		left: 10em;
		right: 0;
		border: none
	}
	#gobackmobwlist2{
		position: absolute;
		top: 3em;
		/* left: 1em; */
		border: none
	}

	#_content {
		/* position: absolute; */
		/* top: 62px;*/
		top: 25px;
		position: absolute;
		width: 90vw;
		height: 90%;
		left: 5vw;
		background:#ffffff;
		box-shadow: 0px 4px 8px rgba(154, 183, 188, 0.24);
		border-radius: 12px;
		/* padding: 2.5em 1.875em 2.5em 2.1875em; */
	}

 /* TEP part */

 /* comparescreenomages */

 #inner-carousel1{
	width: 100%; 
	bottom: 1em;
	display: flex;
    flex-direction: column-reverse;
}
#myTabContent .screenshotImg {
	align-items: center;
	justify-content: center;
	display: none;
	height: 100%;
	width: 100%;
	padding: 1% 20%;
}

.slide1 {
    position: absolute;
    align-items: center;
    width: 100%;
    left: 0;
    bottom: 6em;
    /* display: none; */
}
.carousel-control-next-icon {
	background-image: url('./../assets/images/imageSlideNext.png') !important;
	/* width: 2.5em; */
}

.carousel-control-prev-icon {
	background-image: url('./../assets/images/imageSlidePrev.png') !important;
	/* width: 2.5em; */
}

 
.mobile_ss_compare{
	width: 90%;
	height: 95%;
	margin: 5%;
	background-color: white;
	box-shadow: 0px 4px 8px rgba(154, 183, 188, 0.24);
	border-radius: 16px;
	overflow: hidden;
	display: flex;
    flex-direction: column;
     padding: 0.2em; 
}

.mobile_ss_compare>img{
	flex: 1;
	margin: 0.2em;
}

.carousel_compare_parent{
	 display: none; 
	width: 100%;
    height: 100%;
}

.mobile_ss_compare>div{
	margin: 0 1em;
}

.mobile_ss_compare>div{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: .5em;
}

/* .mobile_ss_compare div:nth-child(2){
	display: flex;
	flex-direction: row;
} */

.mobile_ss_compare>div:nth-child(3)>img{
	width: 7em;
}

	/* listview */
	.viewList-container {
		top:18em;
	}

	/* secondscreen */
 .container-1 {
	 display: none;
	/* display: flex; */
    justify-content: space-around;
    position: sticky;
    top: 0px;
    /* background-color: #effcfe; */
	}
	.heading-text {
		font-family: Manrope;
		font-style: normal;
		font-weight: 800;
		font-size: 1em;
		line-height: 44px;
		display: flex;
		align-items: flex-end;
		color: #272932;
		margin: 0;
		margin: 2vh 10vw ;
	}
	#second-2 {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.loader{
		display: none;
	}
	.title1{
		display: none;
	}	
	.select_container {
		display: flex;
		flex-direction: column;
		margin-top: .8em;
	}
	.select_child1_div {
		height: auto;
		width: 95%;
		margin: 10px;
		background-size: contain;
		background-repeat: no-repeat;
	}
	p.top {
		margin-bottom: 0.75em;
		margin-left: 1em;
		font-family: Manrope;
		font-style: normal;
		font-weight: bold;
		font-size: .7em;
		line-height: 22px;
		display: flex;
		align-items: flex-end;
		color: #272932;
		padding-left: 1.38vw;
		display: inline;
		float: left;
	}
	p.top2 {
		/* margin-bottom: 2.25em; */
		margin-right: 1em;
		font-family: Manrope;
		font-style: normal;
		font-weight: bold;
		font-size: .7em;
		line-height: 19px;
		display: flex;
		align-items: flex-end;
		color: #35BBD1;
		/* padding-left: 20px; */
		display: inline;
		float: right;
	}
	.heading-text_2 {
		margin: 0;
		font-family: Manrope;
		font-style: normal;
		font-weight: bold;
		font-size: .9em;
		line-height: 27px;
		color: #272932;
	}
	.container-2 {
		width: auto;
		height: auto;
		padding: 10px;
	}
	#categoryList div {
		background: #FFFFFF;
		box-shadow: 0px 2px 8px rgb(116 132 137 / 16%);
		border-radius: 12px;
		cursor: pointer;
		margin: 0.1em 0.1em 0.1em 0.1em;
	}
	.container-content {
		/* position: absolute;
		width: 90%;
		left: 5vw;
		background:none;
		box-shadow: none;
		border-radius: 0px; */
		/* background: #FFFFFF; */
		/* box-shadow: 0px 4px 8px rgb(154 183 188 / 24%); */
		/* border-radius: 12px; */
		/* max-height: 70vh; */
		/* overflow: auto; */

		position: absolute;
        background: none;
        box-shadow: none;
        border-radius: 0px;
		left: 0;
		width: auto;
	}
	.bottom-div {
		/* display: flex;
		justify-content: space-between;
		margin-top: 20px;
		margin-left: 20px; */
		position: fixed;
		bottom: 0px;
		display: flex;
		justify-content: center;
		align-items: center;
		/* margin-top: 20px; */
		margin-left: -17px;
		flex-direction: column-reverse;
		background: white;
		width: -webkit-fill-available;
	}
	.bottom-div-1 {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-left: -17px;
		flex-direction: column-reverse;
		width: -webkit-fill-available;
	}
	/* thirdscreen */
	.container-3 {
		width: auto;
		height: auto;
		padding: 0;
	}
	.select2 {
		background: radial-gradient(100% 100% at 50% 100%, rgba(255, 255, 255, 0) 49.26%, rgba(255, 255, 255, 0.16) 100%);
		backdrop-filter: blur(4px);
		border-radius: 12px 12px 0px 0px;
		margin-right: 0px;
		padding: 5px 0px;
	}
	#facescannotification {
		/* width: 100%;
		position: absolute;
		height: 100%;
		display: flex !important;
		justify-content: center;
		align-items: center; */
		width: 100%;
		position: absolute;
		/* height: 100%; */
		height: 90%;
		display: flex !important
	;
		justify-content: center;
		align-items: center;
		top: 50%;
		transform: translateY(-50%);
	}
	/* .go-back {
		display: flex;
		justify-content: space-around;
	}
	.btn-text {
		height: 7%;
		width: 100%;
		cursor: pointer;
	}  */
	/* .bottom-div {
		display: flex;
		flex-flow: column-reverse;
		justify-content: space-between;
		margin-top: 20px;
		margin-left: 20px;
	} */
	.select2_child1_1 {
		width: 100%;
	}
	.select2_child1_2 {
		position: relative;
		background: #FFFFFF;
		box-shadow: 0px 2px 8px rgb(116 132 137 / 16%);
		border-radius: 12px;
		margin-top: -30px;
		height: 122px;
		width: 100%;
	}
	.site_img {
   		 width: 100%;
    	height: 150px;
	}
	/* fourthscreen */
	.container-4 {
		width: auto;
		height: auto;
		padding: 0;
	}
	#content23 {
		display: flex;
		/* flex-direction: column; */
		/* justify-content: space-between; */
		flex-wrap: wrap;
		padding-right: 0;
		max-height: 44vh;
		overflow: auto;
		margin-top: 1em;
		/* margin-left: 2.7vw; */
	}
	.content231 {
		cursor: pointer;
		display: flex;
		width: 100%;
		height: 12.88vh;
		background: #FFFFFF;
		box-shadow: 0px 2px 8px rgb(116 132 137 / 16%);
		border-radius: 12px;
		margin-top: 0.75em;
	}
	#text2312 {
		width: 26.9vw;
		height: 1.88vh;
		font-family: Manrope;
		font-style: normal;
		font-weight: 500;
		font-size: 0.8em;
		color: #272932;
		letter-spacing: 0.04em;
	}
	#image231 img {
		width: 30.01vw;
		height: 12.4vh;
		transform: rotate(-20deg);
		object-fit: cover;
		padding-right: 20px;
	}
	#content23 {
		max-height: 70vh;
	}
	/* wishlist */
	#wishlist_parent {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.wishlist-head {
		display: none;
	}
	.selectfirstitem {
		width: 100%;
	}
	.card-right-container .fav-cart-btn {
		display: flex;
		align-items: start;
		flex-direction: column;
		align-items: end;
	}
	.selectfirstitem img {
		/* width: 8.8vw; */
    	/* height: 1em; */
		/* margin-right: 5px; */
	}
	#addtoCart-btn {
		width: 15vw;
		height: 1em;
		margin: 0;
		cursor: pointer;
	}
	#addtoCart-btn{
		/* display: none; */
	}
	#compareimg{
		display: flex;
        position: sticky;
        bottom: 0px;
        background-color: #effcfe;
        width: 100%;
        justify-content: center;
        flex-direction: column;
        align-items: center;
	}
	
	#addtoCart-btn2{
		display: block;
		width: 3em;
		height: 1em;
	}
	.select_frame .checkcontainer{
		/* display: none; */
	}
	#favbutton {
		width: 8.8vw;
	}
	/* filter */
	.filter_wishlist_icon {
		position: absolute;
		display: flex;
		right: 0;
		top: 0px;
		flex-direction: row-reverse;
		z-index: 99;
	}
	.filter-btn {
		/* position: absolute; */
		right: 0vh;
		top: 0vh;
		width: 3.5em;
		margin: 0;
		cursor: pointer;
	}
	.filter-container {
		/* display: none;
		z-index: 2;
		position: absolute;
		background: #FFFFFF;
		box-shadow: 0px 4px 8px rgb(154 183 188 / 24%);
		border-radius: 16px;
		width: 80.7vw;
		min-height: 50vh;
		max-height: 85vh;
		overflow: auto;
		left: 0;
		top: 7vh;
		margin: 1.5vw 6vw 0vw 0vw; */


		display: none;
        z-index: 99;
        position: absolute;
        background: #FFFFFF;
        box-shadow: 0px 4px 8px rgb(154 183 188 / 24%);
        border-radius: 8px;
        /* width: 80.7vw; */
        min-height: 50vh;
        max-height: 85vh;
        overflow: auto;
        /* left: 0; */
        /* top: 5vh; */
        height: 60vh;

		left: 20px;
        top: 5vh;
        height: 60vh;
		width: 78.7vw;

	}
	.frame_name p {
		font-family: Manrope;
		font-style: normal;
		font-weight: 600;
		font-size: 0.5em;
		line-height: 10px;
		align-items: center;
		text-transform: capitalize;
		color: #272932;
		margin: 0;
	}
	/* firstscreen */
	.firstpage-over{
		display: block;
	}
	.image-container {
		display: none;
	}
	#firstScreen {
		display: flex;
		/* display: none; */
		/* flex-direction: column; */
	}
	.trailondiv
	{
		position: absolute;
		bottom: 100px;
		z-index: 99999;
		text-align: center;
		background-color: rgba(154, 183, 188, 0.3);
		backdrop-filter: blur(30px);
		border-radius: 13px;
		padding: 10px;
		color: white;
		left: 50%;
        transform: translate(-50%);
        width: 300px;
	}
	.trailondiv h3
	{
		color: white;
	}
	.trailondiv p
	{
		font-size: 15px;
		padding: 0px 0px 10px 0px;
	}
	#getstartbtn
	{
		width: 78%;
		height: 6vh;
		object-fit: contain;
	}
	#trailimage
	{
		width: 100%;
		height: 100vh;
	}
	.image-container-right {
		display: none;
	}
	#cancelPng,backPng{
		display: block;
		position: fixed;
		left: 0px;
		top: 2em;
	}
	#cartfullPng{
		display: block;
		position: fixed;
		right: 0px;
		top: 2em;
	}
   /* tepvto */
   .selected-listType{
		display: none;
   }
   #cancelhalf ,#favhalf ,#carthalf{
	   position: absolute;
	   display: block;
   }
   #favhalf ,#carthalf{
	height: 3.5em;
}

   #favfull{
	   /* display: none; */
	   right: 0vh !important;
   }
   .carousel-inner {
	   width: 95%;
   }
   .filter_wishlist_icon #togfull{
	position: relative;
    right: 0vh;
    top: 51vh;
    width: 3.5em;
    margin: 0;
    cursor: pointer;
	}
   .menu-div #viewfull{
	position: absolute;
    left: 0vh;
    top: 51vh;
    width: 3.5em;
    margin: 1vw 0 1vw 1vw;
	display: none;
   }
   .filter_wishlist_icon #favhalf{
	position: absolute;
    right: 2.6em;
   }
   .carousel-control-next {
    right: -10px;
    z-index: 1;
   }
   .carousel-control-prev {
    left: -8px;
    z-index: 1;
   }

   
.go-back {
	font-family: Manrope;
    font-style: normal;
    font-weight: 500;
    font-size: 0.8em;
    line-height: 30px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.04em;
    color: #748489;
}
.btn-text {
    height: 8%;
    width: 55.4vw;
    cursor: pointer;
}
/* comparison part */
#screenshots_parent {
    display: none;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
}
#screenshots_list_container img {
    margin: 1%;
    border-radius: 0.5em;
    /* height: 48%; */
	/* height: auto; */
    width: 48%;
}

#takePhoto {
	width: 18vw !important;
	position: absolute;
    bottom: 4em;
    left: 50%;
    transform: translateX(-50%);
}
#takePhoto img{
	width: 18vw !important;
}
#loader_animate {
	left: 30%;
}
.tabs_parent .tabs_header {
    background: white;
    /* background: #F3F3F3; */
    box-shadow: 0px 4px 4px rgb(154 183 188 / 24%);
    border-radius: 25px;
    margin-bottom: 2.5em;
    position: fixed;
    top: 2em;
}
#frameCompare_content {
	position: absolute;
    width: 100vw;
    /* height: 80vh;
    left: 0vw; */
    background: none;
    box-shadow: none;
    border-radius: 0;
    top: 3em;
}
#frameCompare_content #maindiv {
    display: block;
    /* justify-content: center; */
    align-items: center;
	background: none;
    box-shadow:none;
    border-radius: 0;
    width: 100%;
    padding: .5em;
    height: 100%;
    display: flex;
    align-items: center;
	overflow: auto;
}
#frameCompare_content #div2 {
	background: none;
    box-shadow:none;
    border-radius: 0;
    width: 132px;
    /* height: 100%; */
    display: flex;
    justify-content: center;
    margin-right: 20px;
    /* position: fixed; */
	margin-top: 80px;
}

#frameCompare_content #div1 {
	margin-top: 80px;
}

 /* vto part	 */
	#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; */
		bottom: 4em;
	}

	#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;
	}

	#__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: none;
	}

	.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 {
		display: none !important;
		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;
	}
	/* #firstScreen{
		display: block;
	}
	.image-container-right {
		display: table;
		justify-content: center;
		align-items: center;
		flex: 1;
		text-align: center;
		margin: 4vh 6.3vw 0vh 6.3vw;
	}
	.image-container {
		margin: 0vh 23vw;
		min-width: 34.3vw;
		height: 30vh;
		background: url(../assets/images/Rectangle.png);
		background-size: contain;
		background-repeat: no-repeat;
		border-radius: 12px;
		display: inline-block;
	} */

	/* #_content {height:calc(100% - 62px)} */

	.slide {
		bottom: 35px;
	}
}




/* .tab-content {
	width: 80vw;
	height: 70vh;
	left: 10vw;
	background: #FFFFFF;
	box-shadow: 0px 4px 8px rgb(154 183 188 / 24%);
	border-radius: 12px;
} */
