﻿@keyframes spin {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

@keyframes blinker {
	50% {
		background-color: #af1b04
	}
}

@keyframes ePload {
	0% {
		background-position: -468px 0
	}

	100% {
		background-position: 468px 0
	}
}

.absLoading {
	animation-duration: 1.25s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-name: ePload;
	animation-timing-function: linear;
	background: #f6f6f6;
	background: linear-gradient(to right, #f6f6f6 8%, #f0f0f0 18%, #f6f6f6 33%);
	background-size: 800px 104px
}

html[data-theme="dark"] .absLoading {
	background: linear-gradient(to right, #030303 8%, #252525 18%, #030303 33%);
	background: #3f3f3f;
	color: #3f3f3f !important
}

@keyframes bounce {

	0%,
	25%,
	50%,
	75%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	40% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5)
	}

	60% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px)
	}

	85% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px)
	}
}

.bounce {
	-webkit-animation: bounce -.5s;
	animation: bounce -.5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

@-webkit-keyframes ripple {
	0% {
		-webkit-transform: scale(1)
	}

	75% {
		-webkit-transform: scale(1.75);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(2);
		opacity: 0
	}
}

@keyframes ripple {
	0% {
		transform: scale(1)
	}

	75% {
		transform: scale(1.75);
		opacity: 1
	}

	100% {
		transform: scale(2);
		opacity: 0
	}
}

:root {
	--primary: #000;
	--theme-colour: #444444;
	--blueClr: #036FAD;
	--primaryBg: #359EDB;
	--e2f: #E2F4FB;
	--white: #ffffff
}

:root {
	--light: 300;
	--regular: 400;
	--medium: 500;
	--semi-bold: 600;
	--bold: 700;
	--extra-bold: 800
}

.row.to6px {
	margin-left: -6px;
	margin-right: -6px
}

.row.to6px [class^="col-"] {
	padding-right: 6px;
	padding-left: 6px
}

.row.to8px {
	margin-left: -8px;
	margin-right: -8px
}

.row.to8px [class^="col-"] {
	padding-right: 8px;
	padding-left: 8px
}

.row.to0px {
	margin-left: 0px;
	margin-right: 0px
}

.row.to0px [class^="col"] {
	padding-right: 0px;
	padding-left: 0px
}

.productdetailSection .custcontainer {
	max-width: 1340px;
	width: 100%;
	margin: auto;
}

.productdetailSection .custcontainer .tabrow .nav-pills {
	background-color: #797875;
	padding: 0 30px
}

.productdetailSection .custcontainer .tabrow .nav-pills .nav-item .nav-link {
	box-shadow: none;
	transition: .1s;
	background-color: transparent;
	color: white;
	font-weight: 400;
	font-size: 14px;
	border: none
}

.productdetailSection .custcontainer .tabrow .nav-pills .nav-item .nav-link.active {
	background-color: #26a543;
	border: none
}

.productdetailSection .custcontainer .tabrow .tab-content .productRow {
	padding: 50px 10px
}

.productdetailSection .custcontainer .tabrow .tab-content .productRow .zoom-main-img {
	display: flex
}

.productdetailSection .custcontainer .tabrow .tab-content .productRow .zoom-main-img .MagicZoom {
	margin: 0 !important;
	width: 100%
}

.productdetailSection .custcontainer .tabrow .tab-content .productRow .zoom-main-img .MagicZoom figure {
	width: 100%;
	max-height: 400px;
	height: 100%
}

.productdetailSection .custcontainer .tabrow .tab-content .productRow .zoom-main-img .MagicZoom figure img {
	width: 100%;
	height: 100%;
	object-position: center;
	max-width: 100% !important
}

.productdetailSection .custcontainer .tabrow .tab-content .productRow .zoom-main-img .selector-thumb {
	display: block;
	margin-left: 18px;
	max-width: 100px
}

.productdetailSection .custcontainer .tabrow .tab-content .productRow .zoom-main-img .selector-thumb .thumbimg {
	width: 100%
}

.productdetailSection .custcontainer .tabrow .tab-content .productRow .productInfo h2 {
	color: #212529;
	font-weight: var(--bold);
	font-size: 20px
}

.productdetailSection .custcontainer .tabrow .tab-content .productRow .productInfo .reviewStar {
	margin-top: 20px
}

.productdetailSection .custcontainer .tabrow .tab-content .productRow .productInfo .reviewStar svg {
	margin-right: 5px;
	width: 22px;
	height: 22px
}

.productdetailSection .custcontainer .tabrow .tab-content .productRow .productInfo .reviewStar svg path {
	fill: #ffc107 !important
}

.productdetailSection .custcontainer .tabrow .tab-content .productRow .productInfo .reviewStar .fas::before {
	content: "\f005"
}

.productdetailSection .custcontainer .tabrow .tab-content .productRow .productInfo .reviewStar .fas-solid::before {
	content: "\f5c0"
}

.productdetailSection .custcontainer .tabrow .tab-content .productRow .productInfo .priceSection {
	margin-top: 30px;
	display: flex;
	align-items: center;
	gap: 50px
}

.productdetailSection .custcontainer .tabrow .tab-content .productRow .productInfo .priceSection .originalPrice {
	font-weight: var(--bold);
	font-size: 20px;
	color: #212529;
	display: flex;
	align-items: center
}

.productdetailSection .custcontainer .tabrow .tab-content .productRow .productInfo .priceSection .originalPrice span {
	font-weight: var(--regular);
	font-size: 16px;
	color: #212529;
	margin-right: 10px
}

.productdetailSection .custcontainer .tabrow .tab-content .productRow .productInfo .priceSection .originalPrice .pricetag {
	display: flex;
	align-items: center
}

.productdetailSection .custcontainer .tabrow .tab-content .productRow .productInfo .priceSection .originalPrice .pricetag svg {
	width: 18px;
	height: 18px;
	margin-right: 1px;
	fill: #dc3545
}

.productdetailSection .custcontainer .tabrow .tab-content .productRow .productInfo .priceSection .originalPrice .pricetag h4 {
	font-weight: var(--medium);
	font-size: 22px;
	color: #dc3545b0;
	margin-bottom: 0;
	text-decoration: line-through
}

.productdetailSection .custcontainer .tabrow .tab-content .productRow .productInfo .priceSection .offerPrice {
	font-weight: var(--bold);
	font-size: 20px;
	color: #212529;
	display: flex;
	align-items: center
}

.productdetailSection .custcontainer .tabrow .tab-content .productRow .productInfo .priceSection .offerPrice span {
	font-weight: var(--regular);
	font-size: 16px;
	color: #212529;
	margin-right: 10px
}

.productdetailSection .custcontainer .tabrow .tab-content .productRow .productInfo .priceSection .offerPrice .pricetag {
	display: flex;
	align-items: center
}

.productdetailSection .custcontainer .tabrow .tab-content .productRow .productInfo .priceSection .offerPrice .pricetag svg {
	width: 20px;
	height: 20px;
	margin-right: 1px;
	fill: #dc3545
}

.productdetailSection .custcontainer .tabrow .tab-content .productRow .productInfo .priceSection .offerPrice .pricetag h3 {
	font-weight: var(--bold);
	font-size: 22px;
	color: #dc3545;
	margin-bottom: 0
}

.productdetailSection .custcontainer .tabrow .tab-content .productRow .productInfo .priceSection .stockSpan {
	color: green;
	font-size: 16px;
	font-weight: 600
}

.productdetailSection .custcontainer .tabrow .tab-content .productRow .productInfo .color-sizediv {
	display: flex;
	gap: 100px;
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #1514142e
}

.productdetailSection .custcontainer .tabrow .tab-content .productRow .productInfo .color-sizediv .colorField p {
	font-weight: var(--regular);
	font-size: 15px;
	color: #212529;
	margin-bottom: 0
}

.productdetailSection .custcontainer .tabrow .tab-content .productRow .productInfo .color-sizediv .colorField .chooseClr {
	margin-top: 16px;
	display: flex;
	gap: 12px;
	max-width: 300px;
	flex-wrap: wrap
}

.productdetailSection .custcontainer .tabrow .tab-content .productRow .productInfo .color-sizediv .colorField .chooseClr .custom-control-inline {
	margin-right: 0
}

.productdetailSection .custcontainer .tabrow .tab-content .productRow .productInfo .color-sizediv .colorField .chooseClr .custom-control-inline label::after {
	display: none
}

.productdetailSection .custcontainer .tabrow .tab-content .productRow .productInfo .color-sizediv .colorField .custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	background-color: transparent
}

.productdetailSection .custcontainer .tabrow .tab-content .productRow .productInfo .color-sizediv .colorField .custom-control-label::before {
	border-color: transparent
}

.productdetailSection .custcontainer .tabrow .tab-content .productRow .productInfo .color-sizediv .colorField .custom-radio .custom-control-label.red::before {
	background-color: red
}

.productdetailSection .custcontainer .tabrow .tab-content .productRow .productInfo .color-sizediv .colorField .custom-radio .custom-control-label.green::before {
	background-color: green
}

.productdetailSection .custcontainer .tabrow .tab-content .productRow .productInfo .color-sizediv .colorField .custom-radio .custom-control-label.black::before {
	background-color: black
}

.productdetailSection .custcontainer .tabrow .tab-content .productRow .productInfo .color-sizediv .colorField input[type="radio"] {
	width: 20px;
	height: 20px
}

.productdetailSection .custcontainer .tabrow .tab-content .productRow .productInfo .color-sizediv .sizeField p {
	font-weight: var(--regular);
	font-size: 15px;
	color: #212529;
	margin-bottom: 0
}

.productdetailSection .custcontainer .tabrow .tab-content .productRow .productInfo .color-sizediv .sizeField .choosesize {
	margin-top: 15px;
	display: flex;
	align-items: center;
	gap: 25px
}

.productdetailSection .custcontainer .tabrow .tab-content .productRow .productInfo .color-sizediv .sizeField .choosesize .sizeBtn input[type=radio] {
	border: 1px solid #151414;
	padding: 0.5em;
	-webkit-appearance: none;
	width: 30px;
	height: 28px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	margin: auto
}

.productdetailSection .custcontainer .tabrow .tab-content .productRow .productInfo .color-sizediv .sizeField .choosesize .sizeBtn input[type=radio]:checked {
	border-color: #bf1111
}

.productdetailSection .custcontainer .tabrow .tab-content .productRow .productInfo .color-sizediv .sizeField .choosesize .sizeBtn label {
	border-radius: 0;
	background: transparent;
	color: #212529;
	font-size: 12px;
	position: relative
}

.productdetailSection .custcontainer .tabrow .tab-content .productRow .productInfo .quantity {
	padding-top: 30px;
	margin-top: 30px;
	display: flex;
	align-items: center;
	gap: 30px;
	border-top: 1px solid #1514142e
}

.productdetailSection .custcontainer .tabrow .tab-content .productRow .productInfo .quantity .minus,
.productdetailSection .custcontainer .tabrow .tab-content .productRow .productInfo .quantity .plus {
	width: 35px;
	height: 34px;
	font-size: 22px;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #ddd;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	cursor: pointer
}

.productdetailSection .custcontainer .tabrow .tab-content .productRow .productInfo .quantity input {
	height: 34px;
	width: 65px;
	text-align: center;
	font-size: 18px;
	border: 1px solid #ddd;
	border-radius: 4px;
	display: inline-block;
	vertical-align: middle
}

.productdetailSection .custcontainer .tabrow .tab-content .productRow .productInfo .quantity .btnGroup {
	display: flex;
	align-items: center;
	gap: 20px
}

.productdetailSection .custcontainer .tabrow .tab-content .productRow .productInfo .quantity .btnGroup #cartBtn {
	width: 120px;
	height: 45px;
	border-radius: 4px;
	background: #1f262f;
	border: none;
	font-size: 14px;
	transition: .1s
}

.productdetailSection .custcontainer .tabrow .tab-content .productRow .productInfo .quantity .btnGroup #cartBtn:hover {
	background-color: #020202
}

.productdetailSection .custcontainer .tabrow .tab-content .productRow .productInfo .quantity .btnGroup #cartBtn:focus {
	border: none;
	box-shadow: none
}

.productdetailSection .custcontainer .tabrow .tab-content .productRow .productInfo .quantity .btnGroup #buynowBtn {
	width: 120px;
	height: 45px;
	border-radius: 4px;
	background: #1f262f;
	border: none;
	font-size: 14px;
	transition: .1s
}

.productdetailSection .custcontainer .tabrow .tab-content .productRow .productInfo .quantity .btnGroup #buynowBtn:hover {
	background-color: #020202
}

.productdetailSection .custcontainer .tabrow .tab-content .productRow .productInfo .quantity .btnGroup #buynowBtn:focus {
	border: none;
	box-shadow: none
}

.productdetailSection .custcontainer .tabrow .tab-content .productRow .product-details {
	margin-top: 60px
}

.productdetailSection .custcontainer .tabrow .tab-content .productRow .product-details .detail-tab li a {
	color: #000000bd;
	font-size: 16px;
	font-weight: 400
}

.productdetailSection .custcontainer .tabrow .tab-content .productRow .product-details .detail-tab li a.active {
	color: black
}

.productdetailSection .custcontainer .tabrow .tab-content .productRow .product-details .tab-content {
	margin-top: 40px
}

.productdetailSection .custcontainer .tabrow .tab-content .productRow .product-details .tab-content h4 {
	font-size: 18px;
	font-weight: 400;
	color: black;
	margin-bottom: 20px
}

.productdetailSection .custcontainer .tabrow .tab-content .productRow .product-details .tab-content span {
	font-weight: var(--regular);
	font-size: 16px;
	color: #000000bd
}

.productdetailSection .custcontainer .tabrow .tab-content .productRow .product-details .tab-content .soldby {
	margin-bottom: 30px
}

.productdetailSection .custcontainer .tabrow .tab-content .productRow .product-details .tab-content .soldby span {
	font-size: 16px;
	font-weight: 400;
	color: black
}

.productdetailSection .custcontainer .tabrow .tab-content .productRow .product-details .tab-content .soldby span.brand {
	font-weight: 600;
	font-size: 18px;
	color: #ffc107
}

.productdetailSection .custcontainer .tabrow .tab-content .productRow .product-details .tab-content .reviewpage .reviewBlock {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	padding: 25px;
	background-color: white;
	border-radius: 4px
}

.productdetailSection .custcontainer .tabrow .tab-content .productRow .product-details .tab-content .reviewpage .reviewBlock:not(:last-child) {
	margin-bottom: 20px
}

.productdetailSection .custcontainer .tabrow .tab-content .productRow .product-details .tab-content .reviewpage .reviewBlock .custinfo {
	display: flex;
	align-items: center;
	gap: 12px
}

.productdetailSection .custcontainer .tabrow .tab-content .productRow .product-details .tab-content .reviewpage .reviewBlock .custinfo .custImg {
	width: 50px;
	display: flex
}

.productdetailSection .custcontainer .tabrow .tab-content .productRow .product-details .tab-content .reviewpage .reviewBlock .custinfo .custImg img {
	width: 100%
}

.productdetailSection .custcontainer .tabrow .tab-content .productRow .product-details .tab-content .reviewpage .reviewBlock .custinfo .custname {
	font-weight: var(--semi-bold);
	font-size: 16px;
	color: #000
}

.productdetailSection .custcontainer .tabrow .tab-content .productRow .product-details .tab-content .reviewpage .reviewBlock .custinfo .rateStar {
	display: flex;
	align-items: center;
	margin: 0;
	gap: 8px
}

.productdetailSection .custcontainer .tabrow .tab-content .productRow .product-details .tab-content .reviewpage .reviewBlock .custinfo .rateStar li {
	list-style: none
}

.productdetailSection .custcontainer .tabrow .tab-content .productRow .product-details .tab-content .reviewpage .reviewBlock .custinfo .rateStar li svg {
	width: 26px;
	fill: #ffc107
}

.productdetailSection .custcontainer .tabrow .tab-content .productRow .product-details .tab-content .reviewpage .reviewBlock p {
	font-weight: var(--regular);
	font-size: 16px;
	color: #000000c4;
	margin-top: 15px
}

.mz-expand div a {
	opacity: 0
}

.mz-expand a {
	opacity: 0 !important
}

.preview span {
	opacity: 0 !important
}

.preview span a {
	pointer-events: none
}

.fa-star::before {
	content: "\f005"
}

.productContainer {
	max-width: 1920px;
	padding: 0 35px
}

.mrg-top {
	margin-top: -13%
}

.page-pad {
	padding: 0 100px
}

.productListpage .prodctItem {
	display: flex;
	flex-direction: column;
	border: 1px solid #d4d4d4;
	border-radius: 4px;
	padding: 10px;
	position: relative;
	margin-bottom: 16px
}

.productListpage .prodctItem figure {
	height: 300px
}

.productListpage .prodctItem figure img {
	width: 100%;
	height: 100%
}

.productListpage .prodctItem .itemdetails .itemBrand {
	font-size: 16px;
	color: #ffc107;
	font-weight: bold
}

.productListpage .prodctItem .itemdetails .itemName {
	font-weight: var(--medium);
	font-size: 14px;
	color: #000;
	margin-top: 5px;
	display: flex;
	transition: .1s
}

.productListpage .prodctItem .itemdetails .itembtm {
	margin-top: 12px;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.productListpage .prodctItem .itemdetails .itembtm .rate {
	font-weight: var(--medium);
	font-size: 16px;
	color: #000
}

.productListpage .prodctItem .itemdetails .itembtm .rate .rupeeSign {
	margin-right: 4px
}

.productListpage .prodctItem .itemdetails .itembtm .rate .rupeeSign svg {
	width: 10px
}

.productListpage .prodctItem .itemdetails .itembtm .cartBtn {
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: none;
	border: none;
	border-radius: 50%;
	padding: 10px;
	outline: none
}

.productListpage .prodctItem .itemdetails .itembtm .cartBtn svg {
	width: 85px;
	height: 35px;
	fill: black
}

.productListpage .prodctItem .fvrtBtn {
	position: absolute;
	top: 20px;
	right: 30px
}

.productListpage .prodctItem .fvrtBtn svg {
	width: 16px;
	fill: #fff
}

.productListpage .prodctItem .fvrtBtn.active svg {
	fill: #f72121e3
}

.productListpage .prodctItem:hover .itemName {
	color: #26a543
}

.filterSection {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	padding: 25px 14px 0px;
	height: 100%
}

.filterSection .filterCap {
	display: flex;
	align-items: center
}

.filterSection .filterCap svg {
	width: 28px;
	margin-right: 10px
}

.filterSection .filterCap h3 {
	font-weight: var(--medium);
	font-size: 22px;
	color: #000;
	margin-bottom: 0
}

.filterSection .filterItem {
	margin-top: 40px
}

.filterSection .filterItem .sortby .accordion .card {
	border: none;
	border-radius: 0;
	padding-bottom: 12px;
	margin-bottom: 20px
}

.filterSection .filterItem .sortby .accordion .card:not(:last-child) {
	border-bottom: 1px solid #d4d4d47d
}

.filterSection .filterItem .sortby .accordion .card .card-header {
	padding: 0;
	background-color: transparent;
	border: none
}

.filterSection .filterItem .sortby .accordion .card .card-header h2 {
	font-size: 16px
}

.filterSection .filterItem .sortby .accordion .card .card-header h2 button {
	font-weight: 400;
	color: #000;
	padding: 0;
	text-decoration: none;
	box-shadow: none
}

.filterSection .filterItem .sortby .accordion .card.cardItem .card-body {
	padding: 10px 8px
}

.filterSection .filterItem .sortby .accordion .card.cardItem .card-body input:focus {
	box-shadow: none;
	border: none
}

.filterSection .filterItem .sortby .accordion .card.cardItem .card-body label {
	font-size: 14px;
	color: black
}

.filterSection .filterItem .sortby .accordion .card.cardItem .card-body label::after {
	top: .45rem;
	left: -1.33rem;
	display: block;
	width: 8px;
	height: 8px
}

.filterSection .filterItem .sortby .accordion .card.cardItem .card-body label::before {
	border-color: black;
	background-color: white
}

.filterSection .filterItem .sortby .accordion .card.cardItem .card-body .custom-radio .custom-control-input:checked~.custom-control-label::after {
	background-color: #000406;
	border-radius: 50%;
	background-image: none
}

.filterSection .filterItem .sortby .accordion .card.cardItem .card-body .custom-control-label::before {
	width: 14px;
	height: 14px
}

.filterSection .filterItem .sortby .accordion .card.cardCheckItem .card-body {
	padding: 10px 8px
}

.filterSection .filterItem .sortby .accordion .card.cardCheckItem .card-body input:focus {
	box-shadow: none;
	border: none
}

.filterSection .filterItem .sortby .accordion .card.cardCheckItem .card-body label {
	font-size: 14px;
	color: black
}

.filterSection .filterItem .sortby .accordion .card.cardCheckItem .card-body label::before {
	border-color: black
}

.filterSection .filterItem .sortby .accordion .card.cardCheckItem .card-body .custom-control-input:checked~.custom-control-label::before {
	background-color: #000
}

.filterSection .filterItem .sortby .accordion .card.cardCheckItem .card-body .custom-control-label::before {
	width: 14px;
	height: 14px
}

.filterSection .filterItem .sortby .accordion .card .price-input {
	width: 100%;
	display: flex;
	margin: 20px 0 0
}

.filterSection .filterItem .sortby .accordion .card .price-input .field {
	display: flex;
	width: 100%;
	height: 30px;
	align-items: center
}

.filterSection .filterItem .sortby .accordion .card .price-input .field span {
	font-weight: var(--regular);
	font-size: 12px;
	color: #000
}

.filterSection .filterItem .sortby .accordion .card .field input {
	width: 65px;
	height: 100%;
	outline: none;
	font-size: 12px;
	margin-left: 8px;
	border-radius: 4px;
	text-align: center;
	border: 1px solid #999;
	-moz-appearance: textfield
}

.filterSection .filterItem .sortby .accordion .card input[type="number"]::-webkit-outer-spin-button,
.filterSection .filterItem .sortby .accordion .card input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none
}

.filterSection .filterItem .sortby .accordion .card .price-input .separator {
	width: 80px;
	display: flex;
	font-size: 16px;
	align-items: center;
	justify-content: center
}

.filterSection .filterItem .sortby .accordion .card .slider {
	height: 3px;
	position: relative;
	background: #ddd;
	border-radius: 5px
}

.filterSection .filterItem .sortby .accordion .card .slider .progress {
	height: 100%;
	left: 0%;
	right: 0%;
	position: absolute;
	border-radius: 5px;
	background: #17a2b8
}

.filterSection .filterItem .sortby .accordion .card .range-input {
	position: relative
}

.filterSection .filterItem .sortby .accordion .card .range-input input {
	position: absolute;
	width: 100%;
	height: 5px;
	top: -5px;
	background: none;
	pointer-events: none;
	-webkit-appearance: none;
	-moz-appearance: none
}

.filterSection .filterItem .sortby .accordion .card input[type="range"]::-webkit-slider-thumb {
	height: 17px;
	width: 17px;
	border-radius: 50%;
	background: #17a2b8;
	pointer-events: auto;
	-webkit-appearance: none;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.05)
}

.filterSection .filterItem .sortby .accordion .card input[type="range"]::-moz-range-thumb {
	height: 17px;
	width: 17px;
	border: none;
	border-radius: 50%;
	background: #17a2b8;
	pointer-events: auto;
	-moz-appearance: none;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.05)
}

.card-header h2 button:before {
	float: right !important;
	font-family: FontAwesome;
	content: "-";
	padding-right: 5px
}

.card-header h2 button.collapsed:before {
	float: right !important;
	content: "+"
}

.banerImgSection.imgHeight figure {
	height: 450px
}

.banerImgSection figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin-bottom: 0
}

.custom-control-input:checked~.custom-control-label::before {
	background-color: #000
}

a:hover {
	text-decoration: none
}

.dropdown:focus-visible {
	border: none;
	outline: none
}

.btn-secondary {
	box-shadow: none
}

.btn-secondary:focus {
	box-shadow: none
}

.btn-secondary:active {
	box-shadow: none
}

.custcontainer nav .logo {
	max-width: 230px;
	display: flex;
	margin-right: 4rem
}

.custcontainer nav .logo img {
	width: 100%
}

.custcontainer .navbar {
	background-color: #52554c;
	padding: 0 30px
}

.custcontainer .navbar .togleBtn {
	border: 1px solid white;
	padding: 6px;
	width: 42px;
	height: 38px;
	display: flex;
	align-content: center;
	justify-content: center;
	border-radius: 4px
}

.custcontainer .navbar .togleBtn svg {
	width: 18px;
	fill: white
}

.custcontainer .navbar .searchBar {
	gap: 80px
}

.custcontainer .navbar .searchBar .searchArea {
	position: relative;
	width: 100%
}

.custcontainer .navbar .searchBar .searchArea input {
	height: 40px;
	padding-left: 140px
}

.custcontainer .navbar .searchBar .searchArea input:focus {
	box-shadow: none;
	border: none
}

.custcontainer .navbar .searchBar .searchArea .searchBtn {
	position: absolute;
	right: 0;
	top: 0;
	background: #26a543;
	height: 40px
}

.custcontainer .navbar .searchBar .searchArea .searchBtn svg {
	width: 15px;
	fill: white
}

.custcontainer .navbar .searchBar .searchArea select {
	position: absolute;
	top: 0;
	height: 40px;
	background-color: transparent;
	padding-left: 12px;
	border: none
}

.custcontainer .navbar .userAccount {
	display: flex;
	align-items: center;
	gap: 25px
}

.custcontainer .navbar .userAccount .userIcon {
	border: 1px solid #a9aaa6;
	background: #a9aaa6;
	width: 40px;
	height: 40px;
	display: flex;
	padding: 10px;
	border-radius: 50%;
	align-content: center;
	justify-content: center
}

.custcontainer .navbar .userAccount .userIcon svg {
	fill: #52554c
}

.custcontainer .navbar .userAccount .dropdown-toggle::after {
	display: none
}

.custcontainer .navbar .userAccount .cartIcon {
	width: 40px
}

.custcontainer .navbar .userAccount .cartIcon svg {
	fill: #f8f9fa !important
}

.custcontainer .navbar .userAccount .dropdown-menu.active {
	display: block
}

.headernav.nav-pills {
	background-color: #797875;
	padding: 0 30px
}

.headernav.nav-pills .nav-item .nav-link {
	box-shadow: none;
	transition: .1s;
	background-color: transparent;
	color: white;
	font-weight: 400;
	font-size: 14px;
	border: none;
	outline: none
}

.headernav.nav-pills .nav-item .nav-link.active {
	background-color: #26a543;
	border: none
}

.carousel-item {
	transition: all 1s
}

footer {
	background: #2e2f2d;
	padding: 50px 30px;
	margin-top: 50px
}

footer .ftrContainer .footLogo {
	max-width: 200px;
	display: flex;
	margin-right: 4rem;
	width: 100%
}

footer .ftrContainer .footLogo img {
	width: 100%
}

footer .ftrContainer .ftrmenu h3 {
	font-weight: var(--medium);
	font-size: 18px;
	color: #fff
}

footer .ftrContainer .ftrmenu ul {
	margin-top: 20px;
	margin-bottom: 0;
	padding-left: 0
}

footer .ftrContainer .ftrmenu ul li {
	list-style: none
}

footer .ftrContainer .ftrmenu ul li:not(:last-child) {
	margin-bottom: 10px
}

footer .ftrContainer .ftrmenu ul li a {
	font-weight: var(--regular);
	font-size: 14px;
	color: #fff;
	transition: .1s
}

footer .ftrContainer .ftrmenu ul li a:hover {
	color: #28a945
}

footer .ftrContainer .ftrmenu ul.socialmedia {
	display: flex;
	align-items: center;
	gap: 10px
}

footer .ftrContainer .ftrmenu ul.socialmedia li {
	margin-bottom: 0
}

footer .ftrContainer .ftrmenu ul.socialmedia li a {
	border: 1px solid white;
	border-radius: 50%;
	width: 34px;
	height: 34px;
	display: flex;
	justify-content: center;
	align-content: center;
	padding: 6px;
	transition: .1s
}

footer .ftrContainer .ftrmenu ul.socialmedia li a svg {
	fill: white;
	width: 16px
}

footer .ftrContainer .ftrmenu ul.socialmedia li a:hover {
	border-color: #28a945
}

footer .ftrContainer .ftrmenu ul.sell li {
	display: flex;
	align-items: center;
	gap: 10px
}

footer .ftrContainer .ftrmenu ul.sell li span {
	font-weight: var(--medium);
	font-size: 16px;
	color: #fff
}

footer .ftrContainer .ftrmenu ul.sell li .logo {
	width: 120px
}

footer .ftrContainer .ftrmenu ul.sell li .logo img {
	width: 100%
}

footer .footernote span {
	font-weight: var(--regular);
	font-size: 12px;
	color: #fff
}

.pagination {
	width: fit-content;
	margin-left: auto
}

.customContainer {
	max-width: 1920px;
	padding: 50px 100px
}

.customContainer .orderListRow h3 {
	font-weight: var(--medium);
	font-size: 30px;
	color: #000
}

.customContainer .orderListRow .orderlistTable {
	margin-top: 50px;
	border-collapse: separate;
	border-spacing: 0 10px
}

.customContainer .orderListRow .orderlistTable thead th {
	font-size: 16px;
	color: #0000008f
}

.customContainer .orderListRow .orderlistTable tbody tr {
	box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 8px;
	border-radius: 8px
}

.customContainer .orderListRow .orderlistTable tbody tr td {
	padding: 20px 15px;
	font-size: 16px;
	color: black
}

.customContainer .orderListRow .orderlistTable tbody tr td .rupeeSign {
	margin-right: 4px
}

.customContainer .orderListRow .orderlistTable tbody tr td .rupeeSign svg {
	width: 10px
}

.customContainer .orderListRow .orderlistTable .productInfo {
	display: flex;
	gap: 20px;
	transition: .1s;
	width: fit-content
}

.customContainer .orderListRow .orderlistTable .productInfo figure {
	width: 145px;
	height: 150px;
	margin: 0
}

.customContainer .orderListRow .orderlistTable .productInfo figure img {
	width: 100%;
	height: 100%
}

.customContainer .orderListRow .orderlistTable .productInfo .details h4 {
	font-weight: var(--semi-bold);
	font-size: 18px;
	color: #000
}

.customContainer .orderListRow .orderlistTable .productInfo .details .brand {
	font-size: 16px;
	color: #ffc107;
	font-weight: bold
}

.customContainer .orderListRow .orderlistTable .productInfo .details .colordiv {
	display: flex;
	align-items: center;
	gap: 4px;
	margin-top: 5px
}

.customContainer .orderListRow .orderlistTable .productInfo .details .colordiv .clrHead,
.customContainer .orderListRow .orderlistTable .productInfo .details .colordiv .itemclr {
	font-size: 16px;
	color: #000;
	font-weight: 500
}

.customContainer .orderListRow .orderlistTable .productInfo .details .sizediv {
	display: flex;
	align-items: center;
	gap: 4px;
	margin-top: 5px
}

.customContainer .orderListRow .orderlistTable .productInfo .details .sizediv .sizeHead,
.customContainer .orderListRow .orderlistTable .productInfo .details .sizediv .itemsize {
	font-size: 16px;
	color: #000;
	font-weight: 500
}

.customContainer .orderListRow .orderlistTable .productInfo .details .deldiv {
	display: flex;
	align-items: center;
	gap: 4px;
	margin-top: 5px
}

.customContainer .orderListRow .orderlistTable .productInfo .details .deldiv .delHead,
.customContainer .orderListRow .orderlistTable .productInfo .details .deldiv .deldate {
	font-size: 16px;
	color: #000;
	font-weight: 500
}

.customContainer .orderListRow .orderlistTable .productInfo .details .orderid {
	display: flex;
	align-items: center;
	gap: 4px;
	margin-top: 5px
}

.customContainer .orderListRow .orderlistTable .productInfo .details .orderid .ordHead,
.customContainer .orderListRow .orderlistTable .productInfo .details .orderid .ordrnum {
	font-size: 16px;
	color: #000;
	font-weight: 500
}

.customContainer .orderListRow .orderlistTable .productInfo:hover .details h4 {
	color: #820909c4
}

.customContainer .orderListRow .itemdetails {
	margin-top: 35px
}

.customContainer .orderListRow .itemdetails h5 {
	font-size: 16px;
	color: #000000a3
}

.customContainer .orderListRow .itemdetails .itemBox {
	border: 1px solid #1514142e;
	border-radius: 4px;
	padding: 25px;
	display: flex;
	gap: 35px
}

.customContainer .orderListRow .itemdetails .itemBox .iteminfo h4 {
	font-weight: var(--semi-bold);
	font-size: 20px;
	color: #000
}

.customContainer .orderListRow .itemdetails .itemBox .iteminfo .brand {
	font-size: 18px;
	color: #ffc107;
	font-weight: bold
}

.customContainer .orderListRow .itemdetails .itemBox .iteminfo .colordiv {
	display: flex;
	align-items: center;
	gap: 4px;
	margin-top: 10px
}

.customContainer .orderListRow .itemdetails .itemBox .iteminfo .colordiv .clrHead,
.customContainer .orderListRow .itemdetails .itemBox .iteminfo .colordiv .itemclr {
	font-size: 16px;
	color: #000;
	font-weight: 500
}

.customContainer .orderListRow .itemdetails .itemBox .iteminfo .sizediv {
	display: flex;
	align-items: center;
	gap: 4px;
	margin-top: 8px
}

.customContainer .orderListRow .itemdetails .itemBox .iteminfo .sizediv .sizeHead,
.customContainer .orderListRow .itemdetails .itemBox .iteminfo .sizediv .itemsize {
	font-size: 16px;
	color: #000;
	font-weight: 500
}

.customContainer .orderListRow .itemdetails .itemBox .iteminfo .deldiv {
	display: flex;
	align-items: center;
	gap: 4px;
	margin-top: 8px
}

.customContainer .orderListRow .itemdetails .itemBox .iteminfo .deldiv .delHead,
.customContainer .orderListRow .itemdetails .itemBox .iteminfo .deldiv .deldate {
	font-size: 16px;
	color: #000;
	font-weight: 500
}

.customContainer .orderListRow .itemdetails .itemBox .iteminfo .orderid {
	display: flex;
	align-items: center;
	gap: 4px;
	margin-top: 8px
}

.customContainer .orderListRow .itemdetails .itemBox .iteminfo .orderid .ordHead,
.customContainer .orderListRow .itemdetails .itemBox .iteminfo .orderid .ordrnum {
	font-size: 16px;
	color: #000;
	font-weight: 500
}

.customContainer .orderListRow .itemdetails .itemBox .iteminfo .ratediv {
	display: flex;
	align-items: center;
	gap: 4px;
	margin-top: 8px
}

.customContainer .orderListRow .itemdetails .itemBox .iteminfo .ratediv svg {
	width: 10px
}

.customContainer .orderListRow .itemdetails .itemBox .iteminfo .ratediv .rateHead,
.customContainer .orderListRow .itemdetails .itemBox .iteminfo .ratediv .rate {
	font-size: 16px;
	color: #000;
	font-weight: 500;
	display: flex
}

.customContainer .orderListRow .itemdetails .itemBox .iteminfo .seller {
	display: flex;
	align-items: center;
	gap: 4px;
	margin-top: 8px
}

.customContainer .orderListRow .itemdetails .itemBox .iteminfo .seller .selHead,
.customContainer .orderListRow .itemdetails .itemBox .iteminfo .seller .selname {
	font-size: 16px;
	color: #000;
	font-weight: 500
}

.customContainer .orderListRow .itemdetails .itemBox .iteminfo .reviewdiv {
	display: flex;
	gap: 50px;
	margin-top: 12px
}

.customContainer .orderListRow .itemdetails .itemBox .iteminfo .reviewdiv #full-stars {
	padding: 0 10px;
	position: relative;
	display: flex;
	align-items: center;
	gap: 25px
}

.customContainer .orderListRow .itemdetails .itemBox .iteminfo .reviewdiv #full-stars::before {
	position: absolute;
	content: " ";
	height: auto;
	width: 1px;
	background-color: #000000b2;
	top: 0;
	bottom: 0;
	left: -20px
}

.customContainer .orderListRow .itemdetails .itemBox .iteminfo .reviewdiv #full-stars .rating-group {
	display: inline-flex
}

.customContainer .orderListRow .itemdetails .itemBox .iteminfo .reviewdiv #full-stars .rating__icon {
	pointer-events: none
}

.customContainer .orderListRow .itemdetails .itemBox .iteminfo .reviewdiv #full-stars .rating__input {
	position: absolute !important;
	left: -9999px !important
}

.customContainer .orderListRow .itemdetails .itemBox .iteminfo .reviewdiv #full-stars .rating__input--none {
	display: none
}

.customContainer .orderListRow .itemdetails .itemBox .iteminfo .reviewdiv #full-stars .rating__label {
	cursor: pointer;
	padding: 0 0.1em;
	font-size: 20px;
	margin-bottom: 0
}

.customContainer .orderListRow .itemdetails .itemBox .iteminfo .reviewdiv #full-stars .rating__icon--star {
	color: orange
}

.customContainer .orderListRow .itemdetails .itemBox .iteminfo .reviewdiv #full-stars .rating__input:checked~.rating__label .rating__icon--star {
	color: #ddd
}

.customContainer .orderListRow .itemdetails .itemBox .iteminfo .reviewdiv #full-stars .rating-group:hover .rating__label .rating__icon--star {
	color: orange
}

.customContainer .orderListRow .itemdetails .itemBox .iteminfo .reviewdiv #full-stars .rating__input:hover~.rating__label .rating__icon--star {
	color: #ddd
}

.customContainer .orderListRow .itemdetails .itemBox .iteminfo .reviewdiv #full-stars .reviewBtn {
	background-color: transparent;
	color: #007bff;
	padding: 0;
	border: none;
	font-size: 14px;
	outline: none;
	box-shadow: none
}

.customContainer .orderListRow .itemdetails .itemBox .iteminfo .reviewdiv #full-stars.full-stars-modal {
	position: relative;
	padding: 0;
	margin-bottom: 12px
}

.customContainer .orderListRow .itemdetails .itemBox .iteminfo .reviewdiv #full-stars.full-stars-modal::before {
	display: none
}

.customContainer .orderListRow .itemdetails .itemBox .iteminfo .reviewdiv #full-stars.full-stars-modal .star-rate {
	font-weight: var(--medium);
	font-size: 16px;
	color: #000
}

.customContainer .orderListRow .itemdetails .itemBox .iteminfo .reviewdiv .reviewmodal .modal-dialog {
	max-width: 800px
}

.customContainer .orderListRow .itemdetails .itemBox .iteminfo .reviewdiv .reviewmodal .modal-dialog .modal-content {
	padding: 22px;
	padding-padding: 0;
	padding-border-bottom: none
}

.customContainer .orderListRow .itemdetails .itemBox .iteminfo .reviewdiv .reviewmodal .modal-dialog .modal-content .modal-header {
	border-bottom: none;
	padding: 1rem 0
}

.customContainer .orderListRow .itemdetails .itemBox .iteminfo .reviewdiv .reviewmodal .modal-dialog .modal-content .modal-footer {
	border-top: none;
	padding: 0;
	justify-content: space-between;
	align-items: unset;
	margin: 0
}

.customContainer .orderListRow .itemdetails .itemBox .iteminfo .reviewdiv .reviewmodal .modal-dialog .modal-content .modal-footer .submitBtn {
	font-weight: 500;
	color: #fff;
	text-align: center;
	width: 125px;
	height: 40px;
	padding: 0 12px;
	cursor: pointer;
	background-color: #1f262f;
	border-color: #1f262f;
	border-radius: 4px;
	font-size: 14px;
	transition: .1s;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: none;
	transition: .1s
}

.customContainer .orderListRow .itemdetails .itemBox .iteminfo .reviewdiv .reviewmodal .modal-dialog .modal-content .modal-footer .submitBtn:focus {
	box-shadow: none
}

.customContainer .orderListRow .itemdetails .itemBox .iteminfo .reviewdiv .reviewmodal .modal-dialog .modal-content .modal-footer .submitBtn:hover {
	background-color: #020202
}

.customContainer .orderListRow .itemdetails .itemBox .iteminfo .reviewdiv .reviewmodal .modal-dialog .modal-content .modal-body {
	margin: 0 0 20px;
	padding: 0
}

.customContainer .orderListRow .itemdetails .itemBox .iteminfo .reviewdiv .reviewmodal .modal-dialog .modal-content .modal-body textarea {
	font-weight: var(--regular);
	font-size: 14px;
	color: #000;
	padding: 12px;
	width: 100%;
	max-height: 150px;
	border: 1px solid #dee2e6;
	border-radius: 3px;
	outline: none;
	resize: none
}

.customContainer .orderListRow .itemdetails .itemBox .iteminfo .reviewdiv .reviewmodal .modal-dialog .modal-content .modal-body textarea::placeholder {
	color: #00000082
}

.customContainer .orderListRow .itemdetails .itemBox .iteminfo .reviewdiv .reviewmodal .modal-dialog .modal-content .modal-body textarea:focus {
	outline: none
}

.customContainer .orderListRow .itemdetails .itemBox .iteminfo .reviewdiv .reviewmodal .close:focus {
	outline: none
}

.customContainer .orderListRow .itemdetails .itemBox .itemFigure figure {
	width: 300px;
	height: 300px;
	margin-bottom: 0
}

.customContainer .orderListRow .itemdetails .itemBox .itemFigure figure img {
	width: 100%;
	height: 100%
}

.customContainer .orderListRow .itemdetails .deliveryAdrs {
	border: 1px solid #1514142e;
	border-radius: 4px;
	padding: 25px;
	margin-top: 30px
}

.customContainer .orderListRow .itemdetails .deliveryAdrs h4 {
	font-weight: var(--medium);
	font-size: 20px;
	color: #000
}

.customContainer .orderListRow .itemdetails .deliveryAdrs .deleverydiv {
	margin-top: 20px;
	display: flex;
	gap: 150px
}

.customContainer .orderListRow .itemdetails .deliveryAdrs .deleverydiv .adress {
	width: fit-content;
	max-width: 400px
}

.customContainer .orderListRow .itemdetails .deliveryAdrs .deleverydiv .adress span {
	font-size: 16px;
	color: #000;
	line-height: 1.8
}

.customContainer .orderListRow .itemdetails .deliveryAdrs .deleverydiv .invoiceDwnld span {
	font-weight: var(--regular);
	font-size: 18px;
	color: #000000d1
}

.customContainer .orderListRow .itemdetails .deliveryAdrs .deleverydiv .invoiceDwnld .invoiceBtn {
	margin-top: 12px;
	width: 120px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: var(--regular);
	font-size: 15px;
	color: #000;
	box-shadow: none;
	background: #00000008;
	border: 1px solid #d2d4d7
}

.order-track {
	padding: 0 1rem;
	display: flex;
	flex-direction: column;
	margin-left: auto
}

.order-track-step {
	display: flex;
	height: 5rem
}

.order-track-step:last-child {
	overflow: hidden;
	height: 4rem
}

.order-track-step:last-child .order-track-status span:last-of-type {
	display: none
}

.order-track-status {
	margin-right: 1.5rem;
	position: relative
}

.order-track-status-dot {
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #27a544
}

.order-track-status-line {
	display: block;
	margin: 0 auto;
	width: 2px;
	height: 5rem;
	background: #27a544
}

.order-track-text-stat {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0
}

.order-track-text-sub {
	font-size: 12px;
	font-weight: 300
}

.order-track {
	transition: all .3s height 0.3s;
	transform-origin: top center
}

.upload__box {
	width: 60%
}

.upload__inputfile {
	width: .1px;
	height: .1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1
}

.upload__btn {
	display: inline-block;
	font-weight: 500;
	color: #fff;
	text-align: center;
	width: 150px;
	height: 40px;
	padding: 0 12px;
	transition: all .3s ease;
	cursor: pointer;
	background-color: #1f262f;
	border-color: #1f262f;
	border-radius: 4px;
	line-height: 2;
	font-size: 14px;
	transition: .1s;
	margin-bottom: 0;
	display: flex
}

.upload__btn:hover {
	background-color: #020202
}

.upload__btn p {
	margin: auto
}

.upload__img-wrap {
	display: flex;
	height: 30px;
	overflow: scroll;
	margin-top: 10px
}

.upload__img-box {
	width: 50px;
	padding: 0 10px;
	margin-right: 10px;
	height: 30px
}

.upload__img-close {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
	cursor: pointer
}

.upload__img-close:after {
	content: '\2716';
	font-size: 14px;
	color: #000
}

.img-bg {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	padding-bottom: 100%;
	width: 50px
}

::-webkit-scrollbar-thumb {
	background: #09e22e
}

.accountSection {
	padding: 100px 0
}

.accountSection .custcontainer {
	padding: 0 100px
}

.accountSection .custcontainer h3 {
	font-size: 30px;
	font-weight: 500;
	color: black;
	margin-bottom: 30px
}

.accountSection .custcontainer .acntBlock {
	display: flex;
	flex-direction: column;
	padding: 55px 30px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	border-radius: 4px
}

.accountSection .custcontainer .acntBlock .acntHead {
	display: flex;
	align-items: center;
	gap: 12px
}

.accountSection .custcontainer .acntBlock .acntHead .acIcon svg {
	width: 30px;
	transition: .1s
}

.accountSection .custcontainer .acntBlock .acntHead h4 {
	font-weight: var(--medium);
	font-size: 26px;
	color: #000;
	margin-bottom: 0
}

.accountSection .custcontainer .acntBlock p {
	margin-top: 12px;
	color: #0000008f;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0
}

.accountSection .custcontainer .acntBlock:hover .acntHead .acIcon svg {
	fill: #26a543
}

#clear {
	display: inline
}

#stars_rating {
	margin: 0;
	padding: 0;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center
}

#stars_rating .stars {
	display: inline-flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	padding: 0
}

#stars_rating .stars .star {
	position: relative;
	cursor: pointer;
	padding: 0 5px;
	padding: 0 3px;
	font-size: 40px;
	color: #ddd
}

#stars_rating .stars .star:after {
	content: '★';
	position: absolute;
	transform: translateX(-100%);
	top: 0px;
	font-size: 40px
}

#stars_rating .stars .star.rated {
	color: #ffc107
}

#stars_rating .stars .star.rated:before {
	color: red;
	content: '★';
	position: absolute;
	left: 2px;
	top: 0;
	font-size: 40px
}

#stars_rating .stars:hover .star {
	color: #ffce3c
}

#stars_rating .stars:hover .star:hover~* {
	color: #ffce3c
}

#stars_rating .stars.rated .star:before {
	color: #ffce3c;
	content: '★';
	position: absolute;
	top: 0;
	font-size: 40px
}

#stars_rating .stars.rated .star:after {
	color: #ffce3c
}

#stars_rating .stars.rated .star.rated~*:before {
	display: none
}

#stars_rating .stars.rated .star.rated~*:after {
	color: #ccf
}

#stars_rating .stars.rated:hover .star {
	color: #ffce3c
}

#stars_rating .stars.rated:hover .star:after {
	color: #ffce3c
}

#stars_rating .stars.rated:hover .star:hover~* {
	color: #ccf
}

#stars_rating .stars.rated:hover .star:hover~*:after {
	color: #ccf
}

#stars_rating .rates span.avg:before {
	content: "Average: "
}

/*# sourceMappingURL=style.css.map */