/** 
  *	Shop
  *	related products
  *	My cart 
*/

/* layout shop
-------------------------------------------------------------- */
.post-type-archive-product .page-wrap {
	padding: 40px 0 70px;
}

.single.single-product .page-wrap {
	padding: 67px 0 40px;
}

.woocommerce.woocommerce-page .content-inner,
.single.single-product .content-inner {
	padding: 0 15px;
}

.woocommerce.woocommerce-page .content-inner.sidebar-left {
    float: right;
    width: 68.37606837606838%;   
}

.woocommerce.woocommerce-page .content-inner.sidebar-right {
    float: left;
    width: 68.37606837606838%;   
}

.woocommerce.woocommerce-page .widget-area {
	float: left;
    width: 31.62393162393162%;   
}

.woocommerce.woocommerce-page .page-wrap.sidebar-right .widget-area {
	padding-left: 70px;
}

.woocommerce.woocommerce-page .page-wrap.sidebar-left .widget-area {
	padding-right: 70px;
}

/* layout cart check out
-------------------------------------------------------------- */
.woocommerce-page .page-wrap {
	padding: 49px 0 80px;
}

.woocommerce-page .page-wrap .content-area.fullwidth {
	width: 100%;
	margin-right: 0;
}

.woocommerce-page .page-wrap .content-area.sidebar-right {
    float: left;
    width: 70.94017094017094%;
    margin-right: 5.982905982905983%;
    margin-left: 0;
}

.woocommerce-page .page-wrap .content-area.sidebar-left {
    float: right;
    width: 70.94017094017094%;
    margin-left: 5.982905982905983%;
    margin-right: 0;
}

/* Cart button
-------------------------------------------------------------- */
.woocommerce.woocommerce-page .cart-button {
	margin-top: 4px;
	float: right;
	position: relative;
	width: 22px;
	height: 24px;
	border: 2px solid #000000;
	text-align: center;
	line-height: 20px;
	display: inline-block;
	font-weight: 700;
	font-size: 12px;	
	background-color: #fff;
}

.woocommerce.woocommerce-page .cart-button:before {
	width: 10px;
	height: 10px;
	position: absolute;
	left: 50%;
	margin-left: -5px;	
	top: -6px;
	border: 2px solid #000000;
	content: "";
	border-radius: 50%;
}

.woocommerce.woocommerce-page .cart-button:after {
	position: absolute;
	width: 100%;
	height: 5px;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
}

/* List product
-------------------------------------------------------------- */
.woocommerce.woocommerce-page ul.products {
	margin: 0 -15px 0 -15px;
	overflow: hidden;
	padding-top: 19px;
	position: relative;
    clear: both;
    display: flex;
    flex-wrap: wrap;
    
}

.product-slider {
	border-bottom: 5px solid #f5f5f5;
    padding-bottom: 44px;
    margin-bottom: 59px;
}

.woocommerce.woocommerce-page ul.products li {
	list-style: none;
	width: 25%;	
	padding: 0 15px;
	position: relative;
	padding-top: 36px;
	padding-bottom: 6px;
	margin-bottom: 25px;
	border-top: 1px solid #e5e5e5;
	text-align: center;
}

.woocommerce.woocommerce-page ul.products li a h3 {
	font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #303030;
    text-decoration: none;
}

.woocommerce.woocommerce-page ul.products li a .price {
	font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #303030;
    text-decoration: none;
}
	
.woocommerce.woocommerce-page ul.products li .onsale {
	background-color: #edb820;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    height: 50px;
    left: 15px;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: -12px;
    width: 50px;
}

.woocommerce.woocommerce-page ul.products li > a > img {
	margin-bottom: 16px;
}

.woocommerce.woocommerce-page ul.products li > a > h3,
.woocommerce.woocommerce-page ul.products li > a > .price {
	color: #000000;	
} 

.woocommerce.woocommerce-page ul.products li > a > h3 {
	margin-bottom: 7px;
	margin-top: 0;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
	max-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.woocommerce.woocommerce-page ul.products li > a > h3:hover {
	color: #edb820;
}

.woocommerce.woocommerce-page ins,
.widget.woocommerce ins {
	background-color: transparent;
	color: #000;
}

.woocommerce.woocommerce-page ul.products li > a > .price {
	color: #999999;
	font-size: 25px;
	font-family: "Montserrat",sans-serif; 
	font-weight: 700;
	color: #edb820;
}

.woocommerce.woocommerce-page ul.products li .add_to_cart_button {
	position: absolute;
	left: 50%;
	margin-left: -53px;
	top: 35%;
	border: 1px solid #edb820;
	padding: 4px 15px;
	background-color: #edb820;
	color: #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	font-family: "Montserrat",sans-serif; 
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
}

.woocommerce.woocommerce-page ul.products li:hover .add_to_cart_button {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-animation: pop-in 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);
	   -moz-animation: pop-in 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);
	        animation: pop-in 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);
}

.woocommerce.woocommerce-page ul.products li .add_to_cart_button:hover {
	background-color: #000000;
	border-color: #000000;
}

.woocommerce.woocommerce-page ul.products li .added_to_cart {
    font-size: 14px;
    color: #edb820;
    text-transform: uppercase;
    letter-spacing: 1.5px;
} 

/* related products
-------------------------------------------------------------- */
.woocommerce.woocommerce-page .related.products ul.products li {
	width: 33.33%;
	border-top: 0;
}

.woocommerce.woocommerce-page .related.products {
	padding-top: 25px;
	position: relative;
}

.related.products h2 {
    color: #000;
    margin-bottom: 15px;
    padding-bottom: 22px;    
    position: relative;    
}

/* Product slider */
.product-slider .products li > a > img {
	border: 1px solid #e5e5e5;

}

.woocommerce.woocommerce-page .product-slider ul.products li {
	width: 100%;
	cursor: e-resize;
	padding: 0 5px;
	margin-bottom: 0;
}

.woocommerce.woocommerce-page .product-slider ul.products li h2,
.woocommerce.woocommerce-page ul.products li h2 {
	font-size: 16px;
	line-height: 23px;
	font-family: "Montserrat",sans-serif;
	color: #303030;
	margin: 5px 0 0;
}

.woocommerce.woocommerce-page .product-slider ul.products li a {
	cursor: e-resize;
}

.woocommerce.woocommerce-page .product-slider .products li {
	border: none;
}

.product-slider .products li .price {
	display: none;
}

/* Pagination product */
.woocommerce-pagination {
	padding-top: 53px;
	border-top: 1px solid #e5e5e5;
	text-align: left;
}

.woocommerce-pagination ul {
	padding: 0;
	margin: 0;
}

.woocommerce-pagination ul li {
	display: inline-block;
	margin-left: 0;
	text-align: center;
	margin-right: 6px;
}

.woocommerce-pagination ul li a {
	display: inline-block;
	width: 45px;	
	line-height: 45px;
	border: 1px solid #dfdfdf;
	text-align: center;
	font-family: "Montserrat", sans-serif;
	color: #333333;	
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

.woocommerce-pagination ul li .current {
	background-color: #edb820;
	color: #fff;
	display: block;
	width: 45px;
    line-height: 45px;
    font-family: "Montserrat", sans-serif;
    border: 1px solid #edb820;
}

.woocommerce-pagination ul li a:hover {
	background-color: #edb820;
	color: #fff;
	border-color: #edb820;
}

.woocommerce-pagination ul li.prev a:hover,
.woocommerce-pagination ul li.next a:hover {
	background: transparent;
	color: #edb820;
}

.woocommerce-pagination ul li.prev i,
.woocommerce-pagination ul li.next i {
	font-weight: 700;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
} 

.woocommerce-pagination ul li.prev {
	float: left;
	padding-left: 6px;
	margin-left: 0;
}

.woocommerce-pagination ul li.prev a {
	text-align: left;
}

.woocommerce-pagination ul li.next {
	float: right;
	padding-right: 10px;
	margin-left: 0;
}

.woocommerce-pagination ul li.next a {
	text-align: right;
}

.woocommerce-pagination ul li.active {
	background-color: #edb820;
	border: 1px solid #edb820;
	color: #fff;
	width: 40px;
	line-height: 40px;
	margin-left: 29px;
}

/* Form ordering */
.woocommerce .woocommerce-result-count, 
.woocommerce-page .woocommerce-result-count {
    float: left;
    height: 45px;
    line-height: 45px;
    margin-bottom: 1px;
    font-size: 27px;
    font-family: "Montserrat",sans-serif;
}

.woocommerce-ordering select {
	margin-bottom: 20px;
	outline: none;
	cursor: pointer;
}

.woocommerce .woocommerce-ordering, 
.woocommerce-page .woocommerce-ordering {
    float: right;
}

.woocommerce-ordering select {
	height: 45px;
    color: #333333;
    border: 2px solid rgb(229,229,229);
    padding: 12px 0;
    background-color: #fcfcfc;
}

/* Product single
-------------------------------------------------------------- */
.woocommerce .product , 
.woocommerce-page .product {
	position: relative;
}

.woocommerce .product .images, 
.woocommerce-page .product .images {
	float: left;
	width: 47.85435630689207%;	
	margin-bottom: 30px;
}

.woocommerce .product .summary, 
.woocommerce-page .product .summary {
	width: 52.14564369310793%;
	float: right;
	padding-left: 30px;
}

.woocommerce .onsale, .woocommerce-page .onsale {
    background: #edb820;
}

.woocommerce .onsale, .woocommerce-page .onsale {
    position: absolute;
    left: -50px;
    top: -50px;
    color: #ffffff;
    height: 100px;
    width: 100px;
    text-align: center;
    line-height: 160px;
    font-weight: bold;
    z-index: 9;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.woocommerce .product .summary .product_title, 
.woocommerce-page .product .summary .product_title {
	font-family: "Montserrat", sans-serif;
    font-size: 25px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 16px;
    margin-top: 0;
    padding-right: 60px;
}

.woocommerce .product .summary p.price, 
.woocommerce-page .product .summary p.price {
	font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 35px;
    color: #333333;
    margin-bottom: 32px;
}

.woocommerce .product .summary .cart button.single_add_to_cart_button, 
.woocommerce-page .product .summary .cart button.single_add_to_cart_button {
	margin: 0 0 20px 0;
    vertical-align: middle;
    background-color: #edb820;
    border-radius: 4px;
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
    font-size: 13px;
    list-style: 30px;
    padding: 10px 27px 10px 30px;
}

.woocommerce .product .summary .cart button.single_add_to_cart_button:hover, 
.woocommerce-page .product .summary .cart button.single_add_to_cart_button:hover {
	background-color: #000;
    color: #fff;
    padding: 10px 27px 10px 30px;
    border: none;
}

.woocommerce .product .product_meta {
	color: #666;
}

.woocommerce .product .summary .product_meta > span, 
.woocommerce-page .product .summary .product_meta > span {
	display: block;
	padding: 5px 0;
	color: #303030;
	font-family: "Montserrat",sans-serif;
}

.woocommerce .product .summary .product_meta > span a, 
.woocommerce-page .product .summary .product_meta > span a {
	color: #666;
	font-family: "Muli",sans-serif;
}

.woocommerce-page .description {
	margin-bottom: 35px;
}

.woocommerce-page .quantity .input-text {
    width: 80px;
    height: 45px;
    vertical-align: middle;
    text-align: center;
    background-color: #e5e5e5;
    border-radius: 4px;
    font-family: "Montserrat", sans-serif;
    color: #333333;
    font-size: 13px;
}

.woocommerce-page div.quantity {
	float: left;
	margin-right: 21px;
}

.woocommerce .product .summary .cart, 
.woocommerce-page .product .summary .cart {
	margin-bottom: 13px;
	margin-top: -5px;
}

.woocommerce-page .product_meta p {
	margin-bottom: 12px;
}

.woocommerce-page .product_meta span {
	color: #666666;
}

.woocommerce-page .product_meta .name span {
	font-size: 16px;
}

/* Gallery slide */
.woocommerce-page .thumbnails {
	margin: 0 -5px;
}

.woocommerce-page .thumbnails a.zoom {
	padding: 0 5px;
	margin-top: 10px;
	display: inline-block;
}

/* woocommerce-tabs */
.woocommerce-page .woocommerce-tabs.wc-tabs-wrapper,
.woocommerce-page .woocommerce-tabs.wc-tabs-wrapper .panel  {	
	position: relative;
	border: 1px solid transparent;    
    box-shadow: none;
    border-radius: 0;
    padding-top: 26px;   
    margin-bottom: 0;
    padding-bottom: 0;
}

.woocommerce-page .description > #tab-description {
	display: block!important;
}

.woocommerce .product .woocommerce-tabs, 
.woocommerce-page .product .woocommerce-tabs {
    clear: both;       
    overflow: hidden;
}

.woocommerce .product .tabs.wc-tabs, 
.woocommerce-page .product .tabs.wc-tabs {
	border-bottom: 1px solid #eeeeee;
	padding: 0;
	margin: 0;
}

.woocommerce .woocommerce-tabs .panel h2 {
	display:none !important
}

.woocommerce-tabs ul li {
	display: inline-block;
    font-family: "Montserrat", sans-serif;
    color: #999999;
    text-transform: uppercase;
    padding: 5px 0;
    margin-right: 30px;
}

.woocommerce-tabs ul li a {
	color: inherit;
}

.woocommerce-tabs ul li.active a,
.woocommerce-tabs ul li a:hover {
	color: #222;
}

.woocommerce-tabs .entry-content .content-inner > p {
	margin-bottom: 27px;
}

/* Review tab */
.woocommerce-tabs .entry-content .content-inner.review {
	padding: 60px 0 100px;
}

.woocommerce-tabs #comments,
.woocommerce-tabs #review_form {
	width: 100%;
	float: left;
}

.woocommerce-tabs #comments {
	padding-right: 60px;
}

.woocommerce-tabs #review_form {
	padding-left: 0;
	padding-bottom: 0px;
}

.woocommerce-tabs #comments h2 {
    color: #999999;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.woocommerce-tabs #comments ol.commentlist {
	margin: 0;
	padding: 0;
}

.woocommerce-tabs #comments > ol.commentlist > li {
	margin-bottom: 42px;
}

.woocommerce-tabs #comments ol.commentlist li img {
	float: left;
	margin-right: 20px;
}

.woocommerce-tabs #comments ol.commentlist li .comment-text {
	overflow: hidden;
}

.woocommerce-tabs #comments .meta {
	margin-bottom: 7px;
}

.woocommerce-tabs #comments .meta .author {
	font-weight: 700;
	color: #000000;
	margin-right: 20px;
}

/* Review Form */
.nah-woocommerce-product-rating .nah-star-rating {
	float: right;
	position: relative;
	max-width: 130px;
}

.nah-woocommerce-product-rating .base-star {
	position: relative;
	display: inline-block;
	color: #edb820;
}

.nah-woocommerce-product-rating .rating-star {
	position: absolute;
	top: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #edb820;
}

.woocommerce-tabs #review_form .comment-reply-title {
    color: #000;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 35px;
	margin-top: 0;
}

.woocommerce-tabs #review_form .comment-form p {
	margin-bottom: 12px;
}

.woocommerce-tabs #review_form .your-rating {
	float: left;
	margin-right: 50px;
	border: 2px solid #e3e3e3;
	text-align: center;
	padding: 11px 70px;
}

.woocommerce-tabs #review_form .your-rating ul li {
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;
}

.woocommerce-tabs #review_form label {
	margin-bottom: 8px;
	font-weight: 400;
}

.woocommerce-tabs #review_form input[type="text"],
.woocommerce-tabs #review_form input[type="email"] {
	margin-bottom: 20px;
}

.woocommerce-tabs #review_form input[type="submit"] {
    border-color: #edb820;
    color: #fff;
    background-color: #edb820;
    font-size: 16px;
    letter-spacing: 2px;
    padding: 17px 52px;
}

.woocommerce-tabs #review_form input[type="submit"]:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.woocommerce #nah-gallery-flexslider li {
	text-align: center;
}

/* Click add to cart */
.woocommerce .woocommerce-message .button.wc-forward, 
.woocommerce-page .woocommerce-message .button.wc-forward {
    float: right;
    margin-top: -10px;
    background-color: #edb820;
    color: #fff;
    height: 45px;
    line-height: 45px;
    padding: 0 40px;
    border-radius: 3px;
    border: 2px solid #edb820;
    font-family: "Condensed-Black", sans-serif;
    font-size: 14px;
}

.woocommerce .woocommerce-message .button.wc-forward:hover, 
.woocommerce-page .woocommerce-message .button.wc-forward:hover {
	background-color: #000;
	border: 2px solid #000;
}

/* My cart
-------------------------------------------------------------- */
.woocommerce .shop_table > thead > tr > th, 
.woocommerce .shop_table > tbody > tr > th, 
.woocommerce .shop_table > tfoot > tr > th, 
.woocommerce .shop_table > thead > tr > td, 
.woocommerce .shop_table > tbody > tr > td, 
.woocommerce .shop_table > tfoot > tr > td {
	border: 1px solid #f0f0f0;
    line-height: 1.42857;
    padding: 20px;
    vertical-align: middle;
    text-align: center;
    color: #222;
}

/* Coupon */
div.coupon {
	display: inline-block;
}

.woocommerce .shop_table tbody tr td.actions .coupon #coupon_code, 
.woocommerce-page .shop_table tbody tr td.actions .coupon #coupon_code {
	width: 250px;
    float: left;    
    margin-bottom: 0;
}

.woocommerce-page .shop_table tbody tr td.actions {
	padding: 20px;
}

.woocommerce .shop_table tbody tr td.actions .coupon .button, 
.woocommerce-page .shop_table tbody tr td.actions .coupon .button {
    float: left;   
}

.woocommerce .cart-collaterals h2,
.woocommerce .woocommerce-shipping-fields h3,
.woocommerce-page .woocommerce-billing-fields h3,
.woocommerce-page #order_review_heading,
.woocommerce-order-received h2,
.woocommerce-order-received h3 {
	font-size: 14px;
    line-height: 14px;
    color: #000;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.woocommerce .form-row label.checkbox, 
.woocommerce-page .form-row label.checkbox,
.woocommerce #ship-to-different-address .checkbox, 
.woocommerce-page #ship-to-different-address .checkbox {
    display: inline-block;
}

.woocommerce .form-row label, .woocommerce-page .form-row label {
    display: block;
    margin-bottom: 5px;
}

.woocommerce .wc-proceed-to-checkout a {
	color: #fff;
}

.woocommerce .shop_table label[for="coupon_code"] {
	display: none;
}

.woocommerce .shop_table.cart {
	margin-bottom: 30px;
}

.woocommerce .shop_table.cart tr {
	font-family: "Condensed-Black", sans-serif;
    color: #000000;
    text-transform: uppercase;
}

.woocommerce .shop_table.cart .quantity .qty {
	width: 80px;
    height: 60px;
    vertical-align: middle;
    text-align: center;
    border: 2px solid #eeeeee;
    font-family: "Condensed-Black", sans-serif;
    color: #999999;
}

.woocommerce .shop_table.cart .button-border {
	display: inline-block;
	padding: 30px 0;
	margin-right: 30px;
}

/* Reset button */
.woocommerce-page .wc-proceed-to-checkout {
	width: 270px;
	background-color: #edb820;
	font-size: 14px;
	padding: 13px 20px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.woocommerce-page .wc-proceed-to-checkout a {
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
}

.woocommerce-page .wc-proceed-to-checkout:hover {
	background: #000;
}

.woocommerce-page input[type="submit"]:hover
.woocommerce input[type="submit"]:hover {
	background-color: #edb820;
	color: #fff;
	border: 2px solid #edb820;
}

.return-to-shop a {
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: 18px 28px;
    font-size: 13px;
    display: inline-block;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1.1px;
    background-color: #edb820;
    border-radius: 3px;
    border: none;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25) !important;
}

.woocommerce .button:hover, 
.woocommerce-page .button:hover,
.return-to-shop a:hover {
	background-color: #000;
	color: #fff;
}

.woocommerce .button.product_type_simple:hover , 
.woocommerce-page .button.product_type_simple:hover {
	background-color: transparent;	
	color: #edb820;	
}

.woocommerce select, 
.woocommerce textarea, 
.woocommerce input[type="text"], 
.woocommerce input[type="password"], 
.woocommerce input[type="datetime"], 
.woocommerce input[type="datetime-local"], 
.woocommerce input[type="date"], 
.woocommerce input[type="month"], 
.woocommerce input[type="time"], 
.woocommerce input[type="week"], 
.woocommerce input[type="number"], 
.woocommerce input[type="email"], 
.woocommerce input[type="url"], 
.woocommerce input[type="search"], 
.woocommerce input[type="tel"], 
.woocommerce input[type="color"],
.woocommerce-page select, 
.woocommerce-page textarea, 
.woocommerce-page input[type="text"], 
.woocommerce-page input[type="password"], 
.woocommerce-page input[type="datetime"], 
.woocommerce-page input[type="datetime-local"], 
.woocommerce-page input[type="date"], 
.woocommerce-page input[type="month"], 
.woocommerce-page input[type="time"], 
.woocommerce-page input[type="week"], 
.woocommerce-page input[type="number"], 
.woocommerce-page input[type="email"], 
.woocommerce-page input[type="url"], 
.woocommerce-page input[type="search"], 
.woocommerce-page input[type="tel"], 
.woocommerce-page input[type="color"] {
	margin-bottom: 0;
	padding: 0 0 0 15px;	
}

.woocommerce button, input[type="button"], 
.woocommerce input[type="reset"], 
.woocommerce input[type="submit"],
.woocommerce-page button, input[type="button"], 
.woocommerce-page input[type="reset"], 
.woocommerce-page input[type="submit"]  {
	font-family: "Montserrat", sans-serif;
	padding: 12.3px 30px;
	background-color: #edb820;
	color: #fff;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.woocommerce .shop_table tbody tr td.actions .coupon #coupon_code, .woocommerce-page .shop_table tbody tr td.actions .coupon #coupon_code, .woocommerce .shop_table tbody tr td.actions .coupon .button, .woocommerce-page .shop_table tbody tr td.actions .coupon .button {
    float: none !important;
}

.woocommerce .woocommerce-message, 
.woocommerce-page .woocommerce-message, 
.woocommerce .woocommerce-info, .woocommerce-page .woocommerce-info, 
.woocommerce .woocommerce-error, .woocommerce-page .woocommerce-error {
    padding: 20px 20px 20px 60px;
    margin-bottom: 40px;
    border: 2px solid #d6e9c6;
    color: #3c763d;
    position: relative;
}

.woocommerce .woocommerce-message:after, 
.woocommerce-page .woocommerce-message:after, 
.woocommerce .woocommerce-info:after, 
.woocommerce-page .woocommerce-info:after, 
.woocommerce .woocommerce-error:after, 
.woocommerce-page .woocommerce-error:after {
    position: absolute;
    font-family: 'FontAwesome';
    left: 20px;
    top: 50%;
    margin-top: -12px;
    font-size: 28px;
    content: "\f058";
}

.woocommerce .woocommerce-info:after, 
.woocommerce-page .woocommerce-info:after {
    content: "\f05a";
}

.woocommerce .woocommerce-info, 
.woocommerce-page .woocommerce-info {
    border-color: #edb820;
    color: #31708f;
}

.woocommerce .woocommerce-message .showlogin, 
.woocommerce-page .woocommerce-message .showlogin, 
.woocommerce .woocommerce-info .showlogin, 
.woocommerce-page .woocommerce-info .showlogin, 
.woocommerce .woocommerce-error .showlogin, 
.woocommerce-page .woocommerce-error .showlogin, 
.woocommerce .woocommerce-message .showcoupon, 
.woocommerce-page .woocommerce-message .showcoupon, 
.woocommerce .woocommerce-info .showcoupon, 
.woocommerce-page .woocommerce-info .showcoupon, 
.woocommerce .woocommerce-error .showcoupon, 
.woocommerce-page .woocommerce-error .showcoupon {
    font-weight: bold;
    color: #333333;
}

.woocommerce #customer_details, 
.woocommerce-page #customer_details {
    float: left;
    width: 45%;
}

.woocommerce #order_review, 
.woocommerce-page #order_review {
    text-align: left;
    float: right;
    width: 48%;
    position: relative;
}

.woocommerce #order_review_heading, 
.woocommerce-page #order_review_heading {
    width: 48%;
    float: right;
}

/* Payment */
#payment .wc_payment_methods.payment_methods {
	padding: 0;
	margin: 0;
}

.woocommerce #order_review #payment 
.payment_methods li, 
.woocommerce-page #order_review #payment .payment_methods li {
    list-style: none;
    background: rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    margin-bottom: 5px;
    padding: 15px 20px;
}

#payment .place-order {
	text-align: left;
	margin: 30px 0;
}

.woocommerce .woocommerce-error, .woocommerce-page .woocommerce-error {
    border-color: #ebccd1;
    color: #a94442;
}

.woocommerce .woocommerce-error {
	padding: 0;
	margin: 0;
}

.woocommerce .woocommerce-message, 
.woocommerce-page .woocommerce-message, 
.woocommerce .woocommerce-info, 
.woocommerce-page .woocommerce-info, 
.woocommerce .woocommerce-error, 
.woocommerce-page .woocommerce-error {
    padding: 20px 20px 20px 60px;
    margin-bottom: 40px;
    border: 2px solid #d6e9c6;
    color: #3c763d;
    position: relative;
}

.woocommerce .woocommerce-error, 
.woocommerce-page .woocommerce-error {
    border-color: #ebccd1;
    color: #a94442;
}

.woocommerce .woocommerce-error:after, 
.woocommerce-page .woocommerce-error:after {
    content: "\f071";
}

/* order detail */
.woocommerce .order_details, 
.woocommerce-page .order_details {
    margin: 0;
    padding: 20px 0;
    border-top: 1px solid #e6e6e6;
    display: inline-block;
    width: 100%;
}

.woocommerce .order_details li:first-child, 
.woocommerce-page .order_details li:first-child {
    padding-left: 0;
}

.woocommerce .order_details li, 
.woocommerce-page .order_details li {
    list-style: none;
    float: left;
    border-right: 1px dotted #cccccc;
    padding: 0 20px;
}

.woocommerce .order_details li:last-child, 
.woocommerce-page .order_details li:last-child {
    border: none;
}

.woocommerce .shop_table.order_details, 
.woocommerce-page .shop_table.order_details {
    border-top: none;
    margin-bottom: 30px;
}

.woocommerce .shop_table, 
.woocommerce-page .shop_table {
    display: table;
}

/* Ratings */
.woocommerce-review-link {
    font-size: 13px;
    color: #999;
}

.woocommerce.woocommerce-page .woocommerce-product-rating {
	margin-bottom: 20px;
}

p.stars {
    overflow: hidden;
}

p.stars span {
    float: left;
    height: 16px;
    position: relative;
    width: 80px;
}

p.stars span a {
    float: left;
    height: 0;
    left: 0;
    overflow: hidden;
    padding-top: 16px;
    top: 0;
    width: 16px;
}

p.stars span a:hover, p.stars span a:focus {

}

p.stars span a:before, p.stars span a:before {
	content: "\f006";
	font-family: "FontAwesome";
	position: absolute;
	top: 0;
}
p.stars span a:hover:before, p.stars span a:focus:before,p.stars a.active:before {
	content: "\f005";
	color:#edb820;
}

p.stars a.active {
}

/* star result comment */
.woocommerce .star-rating, 
.woocommerce-page .star-rating {
    color: #edb820;
    float: right;
    margin-top: 7px;
}

.woocommerce .star-rating, 
.woocommerce-page .star-rating {
    color: #edb820;
}

.woocommerce .star-rating, 
.woocommerce-page .star-rating {
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1.1em;
    font-size: 14px;
    width: 66px;
    font-family: 'FontAwesome';
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.woocommerce .star-rating:before, 
.woocommerce-page .star-rating:before {
    color: #edb820;
}

.woocommerce .star-rating:before, 
.woocommerce-page .star-rating:before {
    color: #edb820;
}

.woocommerce .star-rating:before, 
.woocommerce-page .star-rating:before {
    content: "\f006\f006\f006\f006\f006";
    float: left;
    left: 1px;
    position: absolute;
    top: 0;
}

.woocommerce .star-rating span, 
.woocommerce-page .star-rating span {
    float: left;
    left: 0;
    overflow: hidden;
    padding-top: 1.5em;
    position: absolute;
    top: 0;
}

.woocommerce .star-rating span:before, 
.woocommerce-page .star-rating span:before {
    left: 1px;
    position: absolute;
    top: 0;
    content: "\f005\f005\f005\f005\f005";
}

/* widget woocommerce
-------------------------------------------------------------- */
.widget.woocommerce .widget-title {
	margin-bottom: 45px;
}

.widget.woocommerce ul li {
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
}

.widget.widget_shopping_cart.woocommerce ul li {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.widget.woocommerce.widget_recent_reviews ul li a,
.widget.woocommerce.widget_top_rated_products ul li a {
	display: block;
	font-family: "Condensed-Black", sans-serif;
    font-size: 13px;
    line-height: 24px;
    color: #666666;
    letter-spacing: 0.5px;
}

.widget.woocommerce ul li a:hover {
	color: #edb820;
}

.widget.woocommerce ul li img {
	max-width: 80px;
	float: left;
	margin-right: 20px;
	background: #fff;
}

.product_list_widget .woocommerce-Price-amount {
	display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #edb820;
    font-size: 18px;
}

.product_list_widget .product-title {
	font-family: "Montserrat",sans-serif;
	line-height: 20px;
}


@-webkit-keyframes pop-in {
	0% { opacity: 0; }
	1% { opacity: 0; -webkit-transform: scale(0.98) translateY(-30px); }
	80% { -webkit-transform: scale(1); }
	100% { -webkit-transform: translateY(0); }
}
@-moz-keyframes pop-in {
	0% { opacity: 0; }
	1% { opacity: 0; -moz-transform: scale(0.98) translateY(-30px); }
	80% { -moz-transform: scale(1); }
	100% { -moz-transform: translateY(0); }
}
@-o-keyframes pop-in {
	0% { opacity: 0; }
	1% { opacity: 0; -o-transform: scale(0.98) translateY(-30px); }
	80% { -o-transform: scale(1); }
	100% { -o-transform: translateY(0); }
}
@keyframes pop-in {
	0% { opacity: 0; }
	1% { opacity: 0; transform: scale(0.98) translateY(-30px); }
	80% { transform: scale(1); }
	100% { transform: translateY(0); }
}
