/* Woocommerce CSS */

/************  Rating Stars  *************/

@font-face {
	font-family: star;
	src: url(../font/woo_font/star.eot);
	src: url(../font/woo_font/star.eot?#iefix) format('embedded-opentype'), url(../font/woo_font/star.woff) format('woff'), url(../font/woo_font/star.ttf) format('truetype'), url(../font/woo_font/star.svg#star) format('svg');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: WooCommerce;
	src: url(../font/woo_font/WooCommerce.eot);
	src: url(../font/woo_font/WooCommerce.eot?#iefix) format('embedded-opentype'), url(../font/woo_font/WooCommerce.woff) format('woff'), url(../font/woo_font/WooCommerce.ttf) format('truetype'), url(../font/woo_font/WooCommerce.svg#WooCommerce) format('svg');
	font-weight: 400;
	font-style: normal;
}

.woocommerce p.stars:after, .woocommerce-page p.stars:after {
	content: "";
	display: block;
	clear: both;
}
.woocommerce p.stars span, .woocommerce-page p.stars span {
	width: 80px;
	height: 16px;
	position: relative;
	float: left;
	background: url(../images/star.png) repeat-x left 0;
}
 .woocommerce-review-link {
 color:#222;
 font-family:"Lato", sans-serif;
 font-size:14px;
}
.woocommerce p.stars span a, .woocommerce-page p.stars span a {
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 0;
	padding-top: 16px;
	overflow: hidden;
}
.woocommerce p.stars span a:hover, .woocommerce-page p.stars span a:hover, .woocommerce p.stars span a:focus, .woocommerce-page p.stars span a:focus {
	background: url(../images/star.png) repeat-x left -16px;
}
.woocommerce p.stars span a.active, .woocommerce-page p.stars span a.active {
	background: url(../images/star.png) repeat-x left -32px;
}
.woocommerce p.stars span a.star-1, .woocommerce-page p.stars span a.star-1 {
	width: 16px;
	z-index: 10;
}
.woocommerce p.stars span a.star-2, .woocommerce-page p.stars span a.star-2 {
	width: 32px;
	z-index: 9;
}
.woocommerce p.stars span a.star-3, .woocommerce-page p.stars span a.star-3 {
	width: 48px;
	z-index: 8;
}
.woocommerce p.stars span a.star-4, .woocommerce-page p.stars span a.star-4 {
	width: 64px;
	z-index: 7;
}
.woocommerce p.stars span a.star-5, .woocommerce-page p.stars span a.star-5 {
	width: 80px;
	z-index: 6;
}
.woocommerce-product-rating .star-rating {
	height: 4em;
	width: 6em;
}
.woocommerce .star-rating, .woocommerce-page .star-rating, .pro-box .pro-footer .star-rating {
	overflow: hidden;
	position: relative;
	height: 1.1em;
	line-height: 1em;
	font-size: 14px;
	width: 5.28em;
	font-family: 'star';
	font-weight: normal;
	z-index: 99;
}
#product_grid .woocommerce .star-rating, #product_grid .woocommerce-page .star-rating, #product_grid .pro-box .pro-footer .star-rating {
	color: #ffcc00;
}
.woocommerce .star-rating:before, .woocommerce-page .star-rating:before, .pro-box .pro-footer .star-rating:before {
	content: "\73\73\73\73\73";
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	font-weight: 400;
	color:#b3afaf;
}
.woocommerce .star-rating span, .woocommerce-page .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	color: #c5a059;
	direction: ltr;
}
.woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before, .pro-box .pro-footer .star-rating span:before {
	content: "\53\53\53\53\53";
	top: 0;
	left: 0;
	font-size: 14px;
}
/************  Rating Stars End  *************/


.woocommerce-page #container{
	margin:0 auto;
	width:1140px;
	overflow:hidden;
	display:block;
}
.woocommerce-page .woocommerce-breadcrumb{
	display:none;
}

.woocommerce div.product{
	float:left;
	width:100%;
	position:relative;
}
.woocommerce-page a.added_to_cart{
	font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}
.woocommerce-page .quantity .qty{
	width:15%;
	text-align:center;
}
.woocommerce-page.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
	clear:both;
	background:#c5a059;
	padding:10px 30px;
	border-radius:2px;
	color:#fff;
	text-decoration:none;
}
.woocommerce-page .woocommerce-error, .woocommerce-page .woocommerce-info, .woocommerce-page .woocommerce-message{
	float:left;
	width:100%;
	margin:0 0 15px 0;
	color:#fff;
	background:#c5a059;
	padding:7px 10px;
}
.woocommerce-page .woocommerce-product-rating a{
	color:#aba8a8;
}
.woocommerce-page .product_meta a{
	color:#fff;
	text-decoration:none;
}
.woocommerce-page .comment-form{
	margin-bottom:40px;
	width:50%;
}
.single-product .comment-reply-title{
	display:block;
	clear:both;
}
.single-product .products h2{
	margin:0 0 10px 0;
}
.single-product.woocommerce .reset_variations{
	padding:11px 18px;
	border-radius:3px;
	float:left;
	font-weight:700;
	font-size:16px;
	text-transform:uppercase;
}
.woocommerce-cart table.cart td.actions .coupon .input-text{
	width:50%;
	text-align:center;
}
.woocommerce .cart .button, .woocommerce .cart input.button{
	padding:3px 20px !important;
	border:0;
}
.woocommerce ul.products li.product .button{
	margin-top:0 !important;
}
.cross-sells h2, .cart_totals h2{
	margin:0 0 20px 0;
}
.woocommerce .cart .coupon .button{
	float:left;
}
.woocommerce table.shop_table td{
	line-height:27px !important;
	text-align:left;
}
.woocommerce-checkout input[type="checkbox"]{
	margin-top:11px;
	width:auto;
}
.woocommerce table.shop_table{
	background:#c5a0592e !important;
	color:#222;
	border:1px solid #c5a059;
}
.woocommerce-cart-form table th, .woocommerce-cart-form .woocommerce-Price-amount {
	color:#c5a059;
	text-align:center;
}
.woocommerce-shipping-calculator a{
	text-decoration: none;
	color:#fff;
	padding: 10px 20px;
	border-radius: 5px;
	margin:0 0 5px 0;
	float: left;
	background:#c5a059;
}
.shipping-calculator-form{
	float:left;
	width:100%;
}
.single-product .woocommerce .product p.price, .woocommerce div.product span.price{
	font-size:16px;
}
.single-product.woocommerce .sku_wrapper{
	padding-bottom:10px;
	display:block;
}
.single-product.woocommerce ul.products li.product .button{
	margin-top:0;
}
.woocommerce-page ul.products li.product .price del{
	float:left;
}
.woocommerce ul.products li.product .price ins{
	margin:0 0 0 10px;
	text-decoration:none;
}
.woocommerce-page ul.products li.product .price del{
	color:#fff;
}
.woocommerce-page span.onsale{
	right:6px !important;
	top:6px !important;
}
.single-product span.onsale{
	right:inherit !important;
	left:6px;
}
.woocommerce-page.woocommerce nav.woocommerce-pagination{
	margin:30px 0;
}
.woocommerce-page.woocommerce nav.woocommerce-pagination ul li a, .woocommerce-page.woocommerce nav.woocommerce-pagination ul li span{
	background-color: #fff;
    border: 2px solid #ccc;
    font: 500 15px/15px 'Patua One', cursive;
    color: #777;
    float: left;
    margin: 0 3px;
    padding: 10px 15px;
    position: relative;
    text-decoration: none;
}
.woocommerce-page.woocommerce nav.woocommerce-pagination ul, .woocommerce-page.woocommerce nav.woocommerce-pagination ul li{
	border:0;
}
.woocommerce-page.woocommerce nav.woocommerce-pagination ul li span.current{
	border-color:transparent !important;
	background:#c5a059;
	color:#fff;
}
.single-product .quantity .qty{
	width:50%;
	float:left;
	padding:0 0 0 10px;
	text-align:center;
}
.single-product.woocommerce div.product form.cart{
	margin-bottom:10px;
}
.product_meta{
	float:left;
	width:100%;
	padding:10px;
	margin:25px 0px;
	background:#c5a0592e;
}
.product_meta span.posted_in{
	display:block;
	padding:0 0 0 0;
}
.product_meta .tagged_as a, .product_meta span.posted_in a{
	text-decoration:none;
}
.single-product.woocommerce div.product form.cart div.quantity{
	width:30%;
	float:left;
	margin:0 15px 0 0;
}
.single-product div.product form.cart .button{
	padding:7px 20px !important;
	color:#fff;
	float:right;
}
.single-product .woocommerce-variation-price{
	float:left;
	width:100%;
	padding:0 0 10px 0;
}
.single-product.woocommerce div.product form.cart .variations{
	margin-bottom:0;
}
.single-product.woocommerce div.product span.price ins{
	font-weight:400;
}
.woocommerce-page.woocommerce div.product .woocommerce-product-rating{
	margin-bottom:6px;
}
.woocommerce-page.woocommerce div.product p.price{
	margin-bottom:5px;
}
.single-product.woocommerce div.product form.cart .variations label {
    font-weight: 400;
    font-size: 15px;
    text-transform: capitalize;
    padding: 12px 0 0 0;
}
.single-product.woocommerce div.product form.cart .variations select{
	/*min-width:85%;*/
	margin:0 3px 0 0;
	color:#222;
}
.single-product.woocommerce div.product form.cart .variations select{
	min-width:70%;
}
.single-product.woocommerce div.product form.cart .variations td{
	float:left;
}
.single-product select{
	width:70%;
}
.post-type-archive-product ul.products li.product .button{
	margin-top:0;
}
.woocommerce-page.woocommerce div.product .woocommerce-product-rating{
	margin-top:10px;
}
.single-product.woocommerce div.product .woocommerce-tabs .panel h2{
	margin-bottom:40px;
}
.woocommerce-MyAccount-navigation a{
	text-decoration:none;
}

/*********************************************WOOCOMMERCE CSS START**********************************************/
.product-page{
	float:left;
	width:100%;
}
.products{
	list-style:none;
	padding:0;
	margin:0;
	float:left;
	width:100%;
}
.products li{
	float:left;
	padding:0;
	margin:0 15px 30px 15px;
	list-style:none;
	position:relative;
	text-align:left;
	width:255px;
	min-height:425px;
}
.products li .onsale{
	position:absolute;
	width:45px;
	height:45px;
	font-size:12px;
	line-height:45px;
	text-align:center;
	border-radius:100%;
	background:#c5a059;
	color:#fff;
}
.products li img{
	display:block;
	width:100%;
	height:auto;
}
.products li a{
	color:#fff;
	text-decoration:none;
	display:block;
}
.woocommerce-page ul.products li.product .price del{
	float:none;
	display:inline-block;
}
.woocommerce ul.products li.product .button{
	font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}
.products li .price{
	display:block;
	margin:0 0 10px 0;
	text-align:left;
	padding-top:10px;
}
.woocommerce-ordering{
	float:left;
	width:100%;
	margin:0 0 30px 14px;
	display:none;
}
.woocommerce-pagination{
	float:left;
	width:100%;
	text-align:center;
}
.woocommerce-pagination .page-numbers{
	display:block;
	text-align:center;
	list-style:none;
	margin:0;
	padding:0;
}
.woocommerce-pagination .page-numbers li{
	display:inline-block;
}
.woocommerce div.product .onsale{
	position:absolute;
	top:6px;
	width:45px;
	height:45px;
	font-size:12px;
	line-height:45px;
	text-align:center;
	border-radius:100%;
	background:#c5a059;
	color:#fff;
	z-index:99;
}
.woocommerce-product-gallery {
	float:left;
	width:46%;
	margin:0 30px 0 0;
}
.flex-control-nav{
	list-style:none;
	padding:0;
	margin:20px 0 0 0;
	list-style:none;
}
.flex-control-nav li{
	display:inline-block;
	width:120px;
	margin:0 10px 11px 0;
}
.flex-control-nav li img{
	width:100%;
	height:auto;
}
.product-page .summary{
	float:left;
	width:50%;
	margin-top:5%;
}
.product-page .summary h1{
	margin:0 0 15px 0;
	color:#c5a059 !important;
}
.woocommerce-page.woocommerce div.product .woocommerce-product-rating{
	color:#fff;
}
.product-page .woocommerce-Price-amount{
	color:#c5a059;
}
.product-page p{
	color:#fff;
	padding-left:12px;
}
.quantity label{
	color:#c5a059;
	float:left;
	margin:0 15px 0 0;
}
.product-page .add_to_wishlist{
	float:left;
	background:#c5a059;
	color:#fff;
	padding:8px 20px;
	border-radius:3px;
	margin:10px 0 20px 0 !important;
}
.feedback{
	float:left;
	background:#c5a059;
	color:#fff;
	padding:8px 20px;
	border-radius:3px;
	margin:10px 10px 20px 0 !important;
}
.show a{
	float:left;
	background:#c5a059;
	color:#fff;
	padding:8px 20px;
	border-radius:3px;
	margin:10px 10px 20px 0 !important;
}
.product-page .woocommerce-tabs{
	float:left;
	width:100%;
	margin:40px 0 40px 0;
}
.product-page .woocommerce-tabs ul{
	padding:0;
	margin:0;
	float:left;
	width:100%;
	list-style:none;
}
.product-page .woocommerce-tabs ul li{
	float:left;
	padding:0;
}
.product-page .woocommerce-tabs ul li a{
	text-decoration:none;
	float:left;
	padding:10px 20px;
	color:#fff;
	margin:0 10px 0 0;
}
.product-page #tab-description{
	float:left;
	width:100%;
	padding:20px 30px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border-radius:0;
}
.product-page #tab-description h2{
	margin:0 0 15px 0;
}
.product-page #tab-description p{
	color:#222;
}
.woocommerce-message{
	float:left;
	width:100%;
	background:#c5a059;
	margin:0 0 15px 0;
	padding:4px 10px;
	color:#fff;
}
.woocommerce-message .wc-forward{
	text-decoration:none;
	background:#222;
	color:#fff;
	float:left;
	padding:4px 12px;
	margin:0 10px 0 0;
	border-radius:2px;
}
#tab-reviews{
	float:left;
	width:100%;
	border-radius:0;
	padding:20px 30px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.woocommerce-Reviews{
	float:left;
	width:100%;
}
.woocommerce-tabs #comments{
	float:left;
	width:100%;
}
.woocommerce-tabs .commentlist{
	list-style:none;
	padding:0;
	margin:0;
}
.woocommerce-tabs .commentlist li{
	margin-bottom:30px;
}
.woocommerce-tabs .commentlist li p{
	color:#222;
	margin:0;
}
.woocommerce-tabs .commentlist li img{
	float:left;
	margin:0 15px 0 0;
}
.woocommerce-tabs .commentlist li .comment-text{
	overflow:hidden;
	color:#c5a059;
	margin:-10px 0 0 0;
}
.woocommerce-tabs .commentlist li .star-rating{
	color:#c5a059;
}
#review_form_wrapper{
	float:left;
	width:100%;
}
.woocommerce-tabs .commentform p{
	color:#222;
}
.woocommerce-tabs .comment-reply-title{
	font-size:24px;
	color:#fff;
}
.woocommerce-page .comment-form p{
	color:#222;
}
.woocommerce-tabs .stars{
	float:left;
	width:100%;
}
.woocommerce-tabs .stars a{
	margin:0 5px 0 0;
}
.woocommerce-tabs .comment-form-comment{
	float:left;
	width:100%;
}
.woocommerce-tabs .comment-form-comment label{
	display:block;
}
.woocommerce-tabs .comment-form label{
	display:block;
}
.woocommerce-tabs #commentform input[type="submit"]{
	border:0;
	padding:10px 40px;
	text-transform:uppercase;
	border-radius:3px;
	color:#fff;
	background:#c5a059;
}
.woocommerce-tabs #commentform input[type="email"], .woocommerce-tabs #commentform input[type="text"]{
	border:1px solid #ccc;
	height:40px;
	padding:0 10px;
	width:100%;
}
.woocommerce-tabs #commentform textarea{
	border:1px solid #ccc;
	padding:10px;
	resize:none;
	width:100%;
}
.single-product .related h2{
	margin:0 0 20px 0;
}
.single-product .related .woocommerce-loop-product__title{
	margin:15px 0 15px 0;
}

.woocommerce-cart-form .product-thumbnail img{
	width:120px;
	height:120px;
}

.woocommerce-cart-form .quantity .qty{
	padding:0 0 0 10px;
	color:#222;
}
.woocommerce-cart-form table.cart td.actions .coupon .input-text{
	color:#222;
	margin:20px 0 0 0;
}
.woocommerce-cart-form .coupon{
	float:left;
	width:42%;
	margin:0 0 20px 0;
}
.woocommerce-cart-form .coupon label{
	color:#fff;
	text-align:left;
	padding:0 15px;
}
.woocommerce .cart .button, .woocommerce .cart input.button{
	background:#c5a059;
}
.woocommerce-cart-form .button{
	margin:20px 0 0 0;
}
.cart-collaterals{
	float:left;
	width:100%;
	margin:20px 0 0 0;
}
.cart-collaterals .products .woocommerce-loop-product__title{
	margin:15px 0;
}
.cart-collaterals .cart_totals {
	float:left;
	width:50%;
}
.cart-collaterals .cart-subtotal, .order-total{
	color:#fff;
}
.cart-collaterals .shipping{
	color:#222;
}
.cart-collaterals table.shop_table td{
	text-align:left;
}
.shipping-calculator-form input{
	color:#222;
	padding:0 10px;
}
.shipping-calculator-form button{
	border:0;
	color:#fff;
	background:#c5a059;
	padding:10px 30px;
}
.shop_table.wishlist_table tr td.product-thumbnail a img{
	height:120px;
	width:120px;
}
.woocommerce table.wishlist_table thead th, .woocommerce table.wishlist_table tbody td{
	color:#222;
}
.woocommerce .wishlist_table td.product-add-to-cart a{
	display:inline-block !important;
	color:#fff !important;
	padding:10px 20px !important;
}
.woocommerce-info a{
	padding:2px 10px;
	background:#222;
	color:#fff;
}
.woocommerce-checkout{
	float:left;
	width:100%;
	margin:20px 0 0 0;
}
#customer_details{
	float:left;
	width:100%;
	margin-bottom:30px;
}
#customer_details .col-1{
	float:left;
	width:50%;
	margin:0 30px 0 0;
}
#customer_details label{
	display:block;
}
#customer_details input{
	width:100%;
	color:#222;
	padding:0 10px;
}
#customer_details textarea{
	width:100%;
	height:202px;
	color:#222;
	padding:10px;
}
#customer_details .col-2{
	float:left;
	width:47%;
}
.woocommerce-checkout-payment{
	float:left;
	width:40%;
	border:1px solid #fff;
	padding:20px;
	border:1px solid #c5a059;
}
.woocommerce-checkout-payment button{
	background:#c5a059;
	color:#fff;
	border:0;
	padding:8px 20px;
}
.woocommerce-error{
	list-style:none;
	background:none !important;
	padding:0 !important;
	margin:0 !important;
}
.woocommerce-error li{
	margin:6px 0;
	padding:0 10px;
	background:#c5a059;
}
.woocommerce-form-login{
	float:left;
	width:100%;
}
.woocommerce-form-login label{
	display:inline-block;
}
.woocommerce-form-login input, .checkout_coupon input{
	width:100%;
}
.woocommerce-form-login button, .checkout_coupon button{
	border:0;
	padding:6px 30px;
	color:#fff;
	background:#c5a059;
}
.woocommerce-form-login .woocommerce-form__label-for-checkbox{
	float:left;
	margin:0 20px 0 0;
}
.checkout_coupon{
	float:left;
	width:100%;
}
.variations_form table td, .variations_form table th{
	border:0;
}
.single-product .up-sells h2{
	margin:0 0 20px 0;
}
.single-product .up-sells .products h2{
	margin:15px 0;
}
h1.woocommerce-products-header__title.page-title {
    display: none;
}
h2.woocommerce-loop-product__title {
    text-align: left;
	font-size:30px !important;
}
.woocommerce ul.products li.product .button, .woocommerce-page a.added_to_cart{
	background:#c5a059;
	color:#fff;
    font: 400 15px/20px 'Montserrat', sans-serif;
    text-align: center;
}
.woocommerce-page .woocommerce-product-rating a {
    padding: 15px 0 8px 0;
    display: block;
}
.single-product p.price {
	background: #c5a059;
    display: inline-block;
    padding: 7px 20px;
}
.single-product .woocommerce-Price-amount{
	color:#fff;
	font-size:16px;
}
.woocommerce-product-details__short-description {
    float: left;
    margin: 20px -10px;
}
.product_meta span.posted_in{
	color:#c5a059;
}
.product_meta .tagged_as a:hover, .product_meta span.posted_in a:hover{
	color:#c5a059;
}
.tabs.wc-tabs .active{
	color:#fff;
	background:#c5a059;
}
.single-product .woocommerce-Tabs-panel.panel{
background:#c5a0592e;
}
.single-product .woocommerce-Reviews p{
	padding-left:0px;
}
.woocommerce-tabs .comment-form label{
	color:#fff;
    font: 400 10px/20px 'Montserrat', sans-serif;
}
.woocommerce-cart .product-thumbnail a{
	padding-left:35px;
}
.woocommerce-cart .shop_table a.remove {
	padding-left:22px;
}
.woocommerce-checkout  table.shop_table{
	color:#fff;
}
.woocommerce-checkout-payment ul li{
	list-style:none;
}
.woocommerce-checkout-payment label{
	color:#c5a059;
}