/*
 Theme Name:   woodmart-child
 Description:  woodmart-child
 Author:       woodmart
 Author URI:   http://partobazar.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart-child
*/
.cart-widget-side .widget_shopping_cart {
  padding: 20px 15px;
}
.wd-header-my-account{
	border:1px solid #e0e0e2;
	border-radius:8px;
}
.whb-col-right .wd-dropdown-my-account{
	border-radius:8px;
	color:#424750;
}
.wd-sub-menu li a{
	color:#424750;
}
.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input::placeholder {
  font-style: normal;
	font-size:13px;
	padding-right:10px;
}
input[type="email"], input[type="date"], input[type="search"], input[type="number"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select {
  border-radius: 8px !important;
  border: 1px solid #c0c2c5 !important;
}
input:focus{
	 border: 1px solid #008eb2 !important;
}
.btn, .button, button, [type="submit"], [type="button"]{
	border-radius:8px !important;
}
.wd-sub-menu li a:hover{
	color:#464646;
}
/*.product-group article:first-child{*/
 
/*  border-left:1px solid #e0e0e2;*/
/*}*/
/*.product-group article:nth-child(2){*/
/*  border-bottom:1px solid #e0e0e2;*/
/*}*/
/*.product-group article:nth-child(3){*/
/*   border-top:1px solid #e0e0e2;*/
/*   border-left:1px solid #e0e0e2;*/
/*}*/
:is(.checkout_coupon, .login.hidden-form){
    max-width: 100%;
}
.wd-tools-element > a{
    color: #323232;
}