/*woo*/
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2,
.col-1.woocommerce-Address,
.col-2.woocommerce-Address{
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	width: 100%;
}
.col-1.woocommerce-Address,
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2,
.col-2.woocommerce-Address{
	padding-right: 0;
}

/*checkout page*/
div.woocommerce .woocommerce-billing-fields h3,
.woocommerce form.checkout h3 {
	color:#b79961;
	margin-bottom: 40px;
	font-weight: 400;
}
.woocommerce form p label{
	width: 100%;
	display: block;
	float: left;
	line-height: 1;
	margin-bottom: 15px;
	font-size: 14px;
	text-transform: uppercase;
}
.woocommerce form.checkout p,
div.woocommerce form p, .woocommerce-form-login p {
	padding: 0;
	border-bottom: none;
	margin: 0 0 30px;
}
.checkout_coupon.woocommerce-form-coupon input,
.woocommerce-shipping-fields input,
.woocommerce-shipping-fields textarea,
.woocommerce-billing-fields input,
.woocommerce-billing-fields textarea{
	border: 1px solid #d7d7d7;
	outline: 0;
	border-radius: 0px;
	width: 100%;
	padding: 0 10px 0 20px;
	box-shadow: none!important;
	font-size: 16px;
	background:#f4f5f6;
}
.checkout_coupon.woocommerce-form-coupon input,
.woocommerce-shipping-fields input,
.woocommerce-billing-fields input{
	height: 50px;
	line-height: 48px;
}

.checkout_coupon.woocommerce-form-coupon input:active,
.checkout_coupon.woocommerce-form-coupon input:hover,
.woocommerce-shipping-fields input:active,
.woocommerce-shipping-fields input:hover,
.woocommerce-shipping-fields input:focus,
.woocommerce-billing-fields input:active,
.woocommerce-billing-fields input:hover,
.woocommerce-billing-fields input:focus{
	border: 1px solid #b79961;
	background:#dfefff;
}
.woocommerce form .form-row .required  {
    color: #b79961!important
}
.woocommerce-shipping-fields textarea,
.woocommerce-billing-fields textarea{
	height: auto;
	line-height: 1.5;
	margin-top: 0;
	padding-top: 20px;
}
.woocommerce-billing-fields input[type=checkbox],
.woocommerce-shipping-fields input[type=checkbox]{
	width: 17px;
	display: block;
	float: left;
	clear: left;
	padding: 0 !important;
	margin: 3px 10px 0 0;
	height: auto;
}

::-webkit-input-placeholder {color:#222; line-height:28px}
::-moz-placeholder          {color:#222; line-height:28px}
:-moz-placeholder           {color:#222; line-height:28px}
:-ms-input-placeholder      {color:#222; line-height:28px}



.woocommerce-message{
	background: #222;
	color: #a18b40;
    	text-transform: uppercase;
}
.woocommerce:not(.tax-dc_vendor_shop) .zass-shop-pager{
	display: none!important;
}

body .vendor_description .vendor_img_add .vendor_address {
    	background-color: #222;
}
.wcmp_vendor_banner {
	background-color: #b79961;
	height: 320px;
}
.wcmp_vendor_banner>img{
	display:none!important;
}

/*category description*/
.cat_des_fld{
	display: block;
	position: relative;
	padding-bottom: 15px;
	border-bottom:1px solid #b79961;
	width: calc(100% - 30px);
	margin: -70px auto 35px;
	font-size: 18px;
}

.cat_des_fld p{
	line-height: 1.8;
	font-size: 15px;
}
.cat_des_fld:before,
.cat_des_fld:after{
	content:'';
	display: block;
	position: absolute;
	bottom: -5px;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	background: #b79961;
}
.cat_des_fld:before{
	right: 0;
}
.cat_des_fld:after{
	left: 0;
}

/*basket_product*/

.wccc-content-block a img:hover,
.wccc-content-block a img:focus{
	-webkit-box-shadow: 0px 0px 10px 5px rgba(163,142,68,1);
	-moz-box-shadow: 0px 0px 10px 5px rgba(163,142,68,1);
	box-shadow: 0px 0px 10px 5px rgba(163,142,68,1);
}
.page-template-page-basket .woocommerce-notices-wrapper,
.basket_product:nth-child(even):after,
.product.woocommerce.add_to_cart_inline{
	display:none!important;
}
div.product p.price{
	margin: 20px 0 0;
}
.wc-points-rewards-product-message{
	display: block;
}
.pr_price_wr{
	display: block;
	text-align: right;
	font-size: 18px;
}
div.prod_hold .name{
	/* height: 45px; */
}
.widget_wcmp_quick_info #respond input,
.widget_wcmp_quick_info #respond textarea{
	width: 100%;
	margin-bottom: 10px;
}

@media screen and (max-width: 768px){
	.cat_des_fld{
		font-size: 14px;
	}
	.cat_des_fld p{
		line-height: 1.5;
	}
}


@media screen and (max-width: 767px){
	.basket_wr {
	    	    flex-direction: column;
	}
	.basket_product{
		flex: 0 0 90%;
		max-width: 450px;
		margin: 15px auto;
	}
	.basket_product:after,
	.basket_product:last-of-type:before{
		display:none;
	}
	.woof_section_scrolled {
	    margin-top: 10px;
	}

}
@media screen and (max-width: 479px){
	.basket_product{
		flex-direction: column;
	}
	.basket_thumb,
	.basket_info{
		flex: 0 0 100%;
	}
	.basket_title,
	.basket_thumb{
		text-align: center;
	}
	.basket_title{
		display: block;
	}
}


.wcmp_vendor_banner_template.template1 .description_data {
 	border: 1px solid #b79961!important;
}
.wcmp_vendor_banner_template.template1 .description_data p{
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 20px!important;
}

/*minicart*/
ul.product_list_widget li.mini_cart_item img {
	float: left;
	margin: 0 10px 0 0;
	width: 60px;
	height: auto;
}
