* {
	font-family: "Poppins", sans-serif;
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}
* {
	border: 0;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-size: 12px;
}
body {
	background-color: transparent;
	padding-bottom: 20px;
	font-size: 14px;
	line-height: 1.42857143;
	margin: 0;
}
a:active, a:hover {
	outline: 0;
}
a, a:visited, a:hover {
	text-decoration: none;
	color: #282828;
}
#wizard .button .star .fa{color:#566e2d;}
.review_overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 2147483647;
	opacity: 1;
	transition: opacity 400ms ease-in 0s;
	/* overflow-y: scroll;*/
	background: rgba(238, 238, 238, 0.9);
}
.go_realative {
	position: relative;
	min-height: 100%;
	max-width: 900px;
	margin: 10% auto 0;
}
.space-left {
	margin-left: 7px;
}
#header {
	border-bottom: solid 1px #DEDEDE;
	margin: 20px auto 7px;
	padding: 0 7px 7px;
	position: relative;
}
#header .dropdown-toggle {
	display: block;
	float: right;
	padding: 8px;
	border-radius: 2px;
	margin: 0 0 7px 7px;
}
#header .dropdown-toggle .icon-bar {
	background-color: #888;
}
#header .dropdown-toggle .icon-bar+.icon-bar {
	margin-top: 4px;
}
#header .dropdown-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}
#header .star+.star {
	margin-left: 2px;
}
#header #write {
	padding: 4px 12px;
	font-size: 16px;
	margin: 0;
	height: 33px;
}
.half {
	width: 50%;
	float: left;
	clear: none;
}
.clearfix:after {
	content: " ";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
.metadata {
	margin-bottom: 5px;
}
.metadata .small {
	font-size: 11px;
	color: #a3a3a3;
}
.metadata .value {
	font-size: 13px;
}
.align-right {
	text-align: right;
}
.pre-wrap {
	white-space: pre-wrap;
}
.text-large {
	font-size: 24px;
	vertical-align: middle;
}
.main-text {
	font-size: 14px;
	line-height: 19px;
}
.action {
	cursor: pointer;
}
.truncate {
	height: 250px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.summary {
	color: #282828;
}
.summary-text {
	padding: 6px 0 0 0;
	display: inline-block;
	font-size: 16px;
	vertical-align: middle;
}
#grid {
	margin: 0 auto;
	padding: 0 0 20px;
	/*background-color: #fff;*/
	position: relative;
}
.lx-btn {
	border: solid 1px #282828;
	color: #282828;
	background: transparent;
}
.lx-primary {
	border-radius: 2px;
	transition-property: background, color;
	transition-duration: 0.2s;
	transition-timing-function: ease-in-out;
}
.lx-btn:focus, .lx-btn:hover {
	background: #282828;
	color: #fff;
	outline: 0;
}
.close-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	line-height: 30px;
	text-align: center;
	font-size: 30px;
	cursor: pointer;
}
@media (min-width: 645px) {
.close-btn {
	top: -15px;
	right: 25px
}
.no-img .main .close-btn {
	top: -25px;
	right: 12px;
}
}
.grid-item .block.time {
	color: #a3a3a3;
	font-size: 11px;
	padding: 5px 10px 0;
	height: 20px;
}
#grid .grid-item-wrap {
	width: 100%;
	float: left;
}
#grid .grid-item .star {
	font-size: 14px;
}
#grid .grid-item .box {
	padding-top: 10px;
	padding-bottom: 10px;
}
#grid .grid-item .box.item-img {
	padding: 0
}
.grid-item {
	margin: 7px;
	background-color: #fff;
	overflow: hidden;
}
.grid-item .item-img {
	position: relative;
}
.grid-item .item-img img {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
}
.grid-item .star {
	font-size: 18px;
}
.grid-item .block {
	padding: 10px 10px 0;
}
.grid-item .block.rating {
	height: 27px;
}
.grid-item .block.title {
	padding: 0 10px 0;
	font-weight: bold;
	font-size: 16px;
}
.grid-item .owner {
	margin-top: 4px;
	font-weight: normal;
}
#grid .item-reply {
	background-color: rgba(224, 224, 224, 0.7);
	border-top: solid 1px #c3c3c3;
}
#grid .item-reply .item-reply-title {
	opacity: 0.7;
}
.cell img {
	float: left;
	max-width: 20%;
	max-height: 100px;
	margin-right: 5%;
}
.cell .desc {
	float: left;
	width: 75%;
}
.price {
	font-size: 14px;
	color: #282828;
}
.discount {
	font-size: 14px;
	color: #008000;
	font-weight: bold;
	margin-left: 7px;
}
.product {
	min-height: 81px;
}
.product .desc .name {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
}
 @media (max-width:480px) {
#grid.grid-col-1 .grid-item-wrap {
	width: 100%;
}
}
@media (min-width:320px) {
#grid .grid-item-wrap {
	width: 50%;
}
}
@media (min-width:480px) {
#grid .grid-item-wrap {
	width: 33.3333333333333%;
}
}
@media (min-width:920px) {
#grid .grid-item-wrap {
	width: 25%;
}
}
social {
	text-align: right;
	padding: 0;
	position: absolute;
	top: 20px;
	right: 20px
}
.social a {
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	background: #aaa;
	padding: 3px 0 0 0;
	color: #fff;
	font-size: 18px;
}
.social a + a {
	margin: 0 0 0 10px;
}
.social a i {
	color: #fff;
}
.social a:hover, .social a:focus {
	background: #282828;
}
#quickview {
	position: relative;
	margin: 0 auto;
	height: 100%;
	max-width: 900px;
}
#quickview .grid-item-wrap {
	position: relative;
}
#quickview .block.title {
	margin-right: 110px
}
#quickview .grid-item-wrap {
	margin: 0 auto;
	height: 100%;
}
#quickview .grid-item-wrap.no-img {
	max-width: 450px;
}
#quickview .box {
	background: #fff;
	padding: 20px;
	box-shadow: 0 0 15px 0 #ccc;
	position: relative;
	margin-bottom: 20px;
}
#quickview .grid-item {
	background: 0;
	margin: 0;
	padding: 2% 2% 0 2%;
	height: 100%;
}
#quickview .grid-item .item-img {
	padding: 0;
	border-radius: 7px;
	margin-bottom: 20px;
}
#quickview .grid-item .item-img img {
	width: 100%;
}
#quickview .main, #quickview .item-img {
	margin: 1%;
}
#quickview .btn {
	display: inline-block;
	padding: 6px 10px;
	vertical-align: middle;
	font-size: 14px;
}
@media (min-width: 620px) {
#quickview .has-img .grid-item .item-img {
	width: 58%;
	float: left;
}
#quickview .has-img .grid-item .main {
	width: 38%;
	float: left;
}
}
@media (max-width: 620px) {
#quickview .grid-item-wrap {
	max-width: 400px;
	padding-top: 40px
}
}
body.grid-active {
	visibility: visible;
}
.grid-item .stars {
	height: 27px;
}
.grid-item .item-img .action {
	cursor: zoom-in;
}
.grid-item .item-img img {
	opacity: 1;
}
.grid-item:hover .item-img img {
	opacity: 0.9;
}
.grid-item:hover {
	background: #E8E8E8;
}
.block.product-box {
	padding-bottom: 10px;
	border-top: solid 1px #c3c3c3;
	cursor: pointer;
	min-height: 70px
}
.block.product-box img {
	float: left;
	max-height: 50px;
	margin: 0 5px 0 0;
}
.block.product-box .name.name-with-img {
	padding-left: 60px
}
.loox-inline-branding {
	display: inline-block;
	width: 36px;
	height: 11px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 0 0 2px;
}
.chevron::before {
	border-style: solid;
	border-width: 0.10em 0.10em 0 0;
	content: '';
	display: inline-block;
	height: 0.65em;
	position: relative;
	top: 0.50em;
	transform: rotate(-45deg);
	vertical-align: top;
	width: 0.65em;
}
#header .star {
	color: #bfa537;
}
#grid .star {
	color: #bfa537;
}
a, a:visited {
	color: black;
}
nav.menu {
	float: right;
	clear: none;
	margin: 0 0 7px 7px;
}
.menu-icon {
	border: solid 1px #282828;
	padding: 8px 6px 2px;
	width: 37px;
	border-radius: 2px;
}
.icon-bar {
	display: block;
	width: 100%;
	height: 2px;
	border-radius: 1px;
	background: #888;
	margin: 0 0 5px;
}
.menu a {
	text-decoration: none;
}
.menu ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.menu li {
	display: block;
	position: relative;
	text-decoration: none;
	transition-duration: 0.5s;
}
.menu li a {
	line-height: 1.5;
	color: #333;
	padding: 3px 7px;
	display: block;
}
.menu li:hover, li:focus-within {
background: #282828;
cursor: pointer;
}
.dropdown li:hover, .dropdown li:focus {
	background: #F0F0F0;
}
.menu li:focus-within a {
outline: none;
}
.dropdown {
	display: none;
	right: 0;
	text-align: left;
	position: absolute;
	top: 100%;
	float: left;
	min-width: 145px;
	padding: 5px 0;
	font-size: 14px;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.shown {
	visibility: visible;
	opacity: 1;
	display: block;
	z-index: 1;
}
.btn {
	display: inline-block;
	padding: 6px 12px;
	cursor: pointer;
}
.menu ul li:focus-within > ul, .menu ul li ul:focus {
visibility: visible;
opacity: 1;
display: block;
}
.menu ul li ul li {
	clear: both;
	width: 100%;
}
@media (max-width:480px) {
#header .text-large {
	font-size: 19px;
}
#header #write {
	font-size: 12px;
	padding: 4px 10px;
}
}
@media (min-width:1150px) {
#grid .grid-item-wrap {
	width: 20%;
}
}
@media (min-width:1380px) {
#grid.grid-col-6 .grid-item-wrap {
	width: 16.6666666666667%;
}
}
<!--
review list css end--> * {
	font-family: "Poppins", sans-serif;
}
.float {
	float: left;
	clear: none;
}
.breaker {
	float: none;
	clear: both;
}
.disabled {
	color: #c3c3c3 !important;
	border-color: #c3c3c3 !important;
	cursor: not-allowed;
}
body {
	background-color: transparent;
	overflow: hidden;
	padding: 0;
}
#wizard {
	height: 550px;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.slide {
	display: none;
	position: absolute;
	width: 100%;
	border: solid 1px #a2a2a2;
	border-radius: 2px;
	top: 0;
	transition-property: top, opacity;
	transition-duration: 0.5s;
	transition-timing-function: ease-in-out;
	background-color: #fff;
	padding: 20px 20px 50px 20px;
	opacity: 0.2;
}
.slide.first {
	opacity: 1;
	display: block;
}
.slide h3, .slide h4 {
	text-align: center;
	max-width: 500px;
	margin: 0 auto;
	font-weight: normal;
	text-transform: uppercase;
}
.slide h3 {
	margin-bottom: 10px;
	font-size: 24px;
	color: #1C1C1C;
	font-weight: bold;
}
.slide h4 {
	color: #888;
	font-size: 20px;
}
.button, .numpad td {
	background-color: #0078e7;
	color: white;
	border: solid 1px #129FEA;
	margin: 15px 0;
	padding: 5px;
	font-size: 22px;
	border-radius: 12px;
	cursor: pointer;
}
.button {
	max-width: 400px;
	margin: 15px auto 0;
	display: block;
	text-align: center;
	width: 100%;
}
.button.small {
	width: 69px;
	height: 50px;
	margin: 5px;
	display: inline-block;
	padding: 3px;
	text-align: center;
	font-size: 16px;
}
span.star {
	font-size: 0.5vw;
	line-height: 36px;
	vertical-align: middle;
	width: 100px;
}
span.text {
	width: 162px;
}
span.star, span.text {
	display: inline-block;
	text-align: left;
	font-size: 17px;
}
.numpad, .numpad table {
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
}
.numpad .numpad-result {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	padding: 10px;
	margin: 40px auto;
	border: solid 1px #444;
	height: 71px;
	width: 100%;
}
.numpad .button {
	width: 100%;
}
.numpad td {
	width: 33.33%;
	text-align: center;
	border: solid 1px black;
	border-radius: 0;
}
.invalid, .invalid:focus {
	border: solid 1px #ff0000 !important;
}
.switch {
	text-decoration: underline;
	cursor: pointer;
	font-size: 14px;
	text-align: center;
}
.skip, .back {
	position: absolute;
	bottom: 8px;
	font-size: 18px;
	cursor: pointer;
	border: 1px solid #566e2d;
	padding: 0px 8px;
	color: #566e2d;
	border-radius: 2px;
}
.skip {
	right: 20px;
}
.back {
	left: 20px;
}
.errormsg {
	display: none;
	color: red;
	font-weight: bold;
	font-style: italic;
}
.progressor {
	position: absolute;
	border: solid 1px #566e2d;
	bottom: 28px;
	left: 45%;
	width: 10%;
	height: 25px;
	margin: 0 auto;
	text-align: center;
}
.progressor .full {
	position: absolute;
	width: 0;
	height: 100%;
	background-color: #566e2d;
}
.progressor .text {
	color: #000;
	position: relative;
}
.field-wrap {
	padding: 0 0 20px;
	max-width: 400px;
	margin: 0 auto;
}
.field-wrap input {
	padding: 10px 15px;
	font-size: 20px;
	width: 100%;
	display: block;
	border: solid 1px #c1c1c1;
}
.message {
	visibility: hidden;
}
.field-wrap.error .message {
	visibility: visible;
	color: #ff0000;
	font-weight: bold;
}
.review-text {
	height: 200px;
	width: 100%;
	font-size: 18px;
	border: solid 1px #566e2d;
	padding: 10px;
	outline: 0;
}
@media only screen and (min-width: 680px) {
.review-text {
	height: 255px;
}
}
textarea:focus, input:focus {
	outline: 0;
}
.button, .numpad td {
	border: solid 1px #566e2d;
	color: #566e2d;
	background: #fff;
	border-radius: 2px;
	transition-property: background, color;
	transition-duration: 0.2s;
	transition-timing-function: ease-in-out;
}
.button.active, .button:focus, .button:hover {
	background: #566e2d;
	color: #fff;
	outline: 0;
}
.legal {
	max-width: 400px;
	margin: 12px auto 0;
	text-align: center;
}
.legal, .legal a {
	font-size: 13px;
	color: #999;
}
.legal a {
	text-decoration: underline;
}
.ft-lbs {
	display: none;
}
.closebtn {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: 10px;
	text-align: center;
	top: 10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
	cursor: pointer;
}