/* promo code */
.promobar .containt .code {
    padding: 0px 8px;
}

/* add to cart button */
#addToCart {
    padding: 14px 20px;
    font-family: "Dosis", "HelveticaNeue", "Helvetica Neue", sans-serif;
    font-weight: 600;
    font-size: 18px;
	letter-spacing: 2.6px;
    background: #1fba34;
}
#addToCart:focus,
#addToCart:hover {
    background: #1fba34;
	opacity: 0.90 !important;
}

button.btn.first_btn:before,
button.first_btn.btn-secondary:before,
button.first_btn.header-cart-btn:before {
    content: none !important;
}
button.btn.first_btn:after,
button.first_btn.btn-secondary:after,
button.first_btn.header-cart-btn:after {
    content: none !important;
}

button.btn.second_one:before,
button.second_one.btn-secondary:before,
button.second_one.header-cart-btn:before {
    content: none !important;
}
button.btn.second_one:after,
button.second_one.btn-secondary:after,
button.second_one.header-cart-btn:after {
    content: none !important;
}

/* order button */	
.order-wrap .btn {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 8px 20px;

	font-family: "Dosis","HelveticaNeue","Helvetica Neue",sans-serif;
	font-weight: 600;
	font-size: 18px;	
	letter-spacing: 2.6px;
	text-align: center;	
	line-height: 1.42;

	text-decoration: none;
	text-transform: uppercase;
		
	vertical-align: middle;
	white-space: nowrap;
	
	color: #fff;
	background: #1fba34;
	*background: #e84a41;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 2px;	
	
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-ms-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
}	
.order-wrap .btn:hover {
	opacity: 0.90;
}

/* client review */
.list-alireview .alireview-row .alireview-author {
    font-family: "Arial", sans-serif !important;
    font-weight: 600;
    color: #39332e !important;
}
.list-alireview .alireview-row .alireview-post p {
    font-weight: 400;
    font-family: "Arial", sans-serif !important;
}
.list-alireview .alireview-row .alireview-product-link {
    font-family: "Arial", sans-serif !important;
    font-weight: 600;
}