
body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}

#adArea {
	cursor: pointer;
	font-family: Tahoma, sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	background-color: #da291c;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	overflow: hidden;
	color: #000;
}

a {
	color: #000;
}

#adArea * {
	box-sizing: border-box;
}

p {
	display: block;
	margin-block-start: 0em;
	margin-block-end: 0em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}

#a1 {
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	left: 10px;
}

#a2 {
	right: 10px;
}

.arrow {
	width: 16px;
	margin-top: 10px;
}

.arrowCircle,
.arrow {
	transition: all 150ms ease-out;
}

.arrowCircle {
	width: 32px;
	height: 32px;
	border-radius: 4px;
	text-align: center;
	bottom: 5px;
	z-index: 100010;
	background: #fff;
	/* border: 2px solid #01ca6c; */
	/* box-shadow: 0px 0px 4px 4px rgba(87, 78, 78, 0.12); */
}

.arrowCircle:hover .st0 {
	fill: #fff;
}

.arrowCircle:hover {
	background-color: #da291c;
}

#cont {
	width: 300px;
	height: 250px;
	overflow: hidden;
}

.ek-product {
	position: relative;
	width: 300px;
	height: 250px;
	border: 1px solid #eee;
}

.ek-product:focus {
	outline: 0;
}

.prod {
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	top: 10px;
	right: 50px;
	position: absolute;
	width: 95px;
	height: 150px;
	/* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); */
	/* opacity: 0; */
	/* border: 1px solid red; */
}

.imgExpand {
	width: 100%;
	height: 100%;
	top: 0;
}

.title {
    left: 0;
    top: 165px;
    font-size: 14px;
    font-weight: 900;
    font-style: normal;
    line-height: 1.2;
	width: 100%;
	text-align: center;
	padding: 0 15px;
    color: #21282e;
}

.title p:nth-child(1) {
	height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.emiPrice {
	right: 160px;
	top: 20%;
	/* width: 100px; */
	text-align: right;
	color: #da291c;
	padding: 5px;
	border-bottom: 1px solid #c1c1c1;
}

.cashPrice {
	right: 160px;
	top: 42%;
	color: #585858;
}

.e1, .c1 {
	font-weight: bold;
	font-size: 16px;
}

.e2, .c2 {
	/* font-weight: 300; */
	font-size: 14px;
}

.shopButton {
	position: absolute;
	left: 50%;
	bottom: 5px;
	transform: translateX(-50%);
	min-width: 200px;
	color: #fff;
	line-height: 1;
	font-size: 14px;
	font-weight: 900;
	text-align: center;
	border-radius: 4px;
	box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.1);
	padding: 9px;
	background-color: #da291c;
	/* background-image: url(../images/shopping-cart.svg); */
	/* background-position: right 10px top 50%; */
	background-size: 14px;
	background-repeat: no-repeat;
	transition: 0.35s;
	/* text-transform: uppercase; */
}

.logoBg {
	left: 5px;
	top: 5px;
	width: 40px;
	height: 40px;
	background: url(../images/logo.png) left top / contain no-repeat;
}

.brand {
	left: 0;
	top: 0;
	padding: 4px 8px;
	border-bottom-right-radius: 4px;
	font-size: 10px;
	background: #fff;
}

.block {
	background-color: #fff;
	/* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); */
}

#loaderCont {
	left: 0;
	top: 0;
	z-index: 15;
}

#loader {
	width: 166px;
	height: 172px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -83px 0 0 -86px;

	background-image: url("../images/loader.png");
}

@-webkit-keyframes rotating

/* Safari and Chrome */
	{
	from {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotating {
	from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.rotating {
	-webkit-animation: rotating 2s linear infinite;
	-moz-animation: rotating 2s linear infinite;
	-ms-animation: rotating 2s linear infinite;
	-o-animation: rotating 2s linear infinite;
	animation: rotating 2s linear infinite;
}

.noSelect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}

.center {
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.wrapper {
	text-overflow: clip;
}

#pointer {
	left: -25px;
	top: -25px;
}

.abs {
	position: absolute;
}

.rct {
	width: 300px;
	height: 250px;
	position: absolute;
}

.opacity0 {
	opacity: 0;
}

.opacity1 {
	opacity: 1;
}

.zi1 {
	z-index: 800;
}

.zi2 {
	z-index: 900;
}

.zi5 {
	z-index: 5000;
}

.zi6 {
	z-index: 6000;
}

.zi7 {
	z-index: 7000 !important;
}

.zi8 {
	z-index: 8000 !important;
}

.zi9 {
	z-index: 9000 !important;
}

.zi10 {
	z-index: 10000 !important;
}

.zIndex99998 {
	z-index: 99998;
}

.zIndex99999 {
	z-index: 99999;
}

.hidden {
	visibility: hidden;
}

.noEvents {
	pointer-events: none;
}

.noVis {
	visibility: none;
}

.noDisplay {
	display: none;
}