/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.products .wd-buttons {
	background-color: #fff0;	
	box-shadow: none;
}

.products .wd-buttons a, .products .wd-buttons .button{
	background-color: #fff;
	border-radius: 50%;
	border: 1px solid #e2e2e2;
	margin: 0px 1px;

}

.wd-action-btn.wd-style-icon .button:hover{
	background-color: #fff!important;
}

.wd-buttons .wd-action-btn>a{
	height: 40px !important;
}

.products .wd-buttons a{
	color: #000;
}
/* for b2b*/
.wd-add-cart-icon { 
	display: none; 
}

.logged-in .wd-add-cart-icon { 
	display: inline-flex; 
} 

.page-id-9462 .container.main-footer, .page-id-9462 .copyrights-wrapper .container{
	max-width: 1650px !important;
}

/* Header b2b title */
.b2b-text{
	    padding-left: 4px;
    font-size: 25px;
    font-weight: 100;
}

/* mobile*/
@media(max-width:600px){
	.footer-container .wpb_single_image .vc_single_image-wrapper{
		max-width:50%;
	}
}

	.wd-popup .wpcf7-email {
		border-color: black;
    color: black;
    width: 50%;
	}

/* footer Newsletter */
.footer-container .wpcf7-form-control-wrap .wpcf7-email{
	width: 80%;
}
@media(max-width:600px){.footer-container .wpcf7-form-control-wrap .wpcf7-email{
	width: 60%;
	}}


/* gia to demo*/
.mobile-tab-title.mobile-categories-title, .mobile-nav .menu-item-wishlist.wd-with-icon, .mobile-nav .menu-item-compare.wd-with-icon, .mobile-nav .menu-item-account.wd-with-icon{
	display:none;
} 