/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
#g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -78px 0 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}

.woocommerce-password-hint:after {
	left: unset!important;
    right: 30px!important;
}

.custom-featured-product .woodmart-tab-content .col-6{
-ms-flex:0 0 49%;
flex:0 0 49%;
max-width:49%;
}
.woodmart-social-icon {
	margin: 0px 3px;
}
@media only screen and (min-width:1025px){
	.custom-featured-product .products .col-lg-20_0{
	-ms-flex:0 0 20%;
	flex:0 0 20%;
	max-width:20%;
	}
}



@media (max-width:767px){
.text-left-xs{text-align: left !important;}
.text-center-xs{text-align: center !important;}
.mg-top-20-xs{margin-top: 20px !important;}
.mg-bottom-15-xs{margin-bottom: 15px !important;}
.mg-top-20-xs{margin-bottom: 20px !important;}
.woocommerce-MyAccount-navigation ul li a{padding: 10px 0px;}
.woocommerce-MyAccount-title{padding-left: 0px;padding-right: 0px;}

}

.related-and-upsells-border{
	border-bottom: 1px solid #f4f4f4 !important;
    padding-bottom: 20px;
    width: 100%;
}
.product-tabs-wrapper{margin-bottom: 0px !important;padding-bottom: 0px;}
::placeholder {
  color: #333333 !important;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #333333 !important;
}

::-ms-input-placeholder{ /* Microsoft Edge */
 color: #333333 !important;
}
#order_comments::placeholder,.input-text::placeholder {
  color: #aaa9a9 !important;
}
#order_comments:-ms-input-placeholder,.input-text:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #aaa9a9 !important;
}

#order_comments::-ms-input-placeholder,.input-text::-ms-input-placeholder{ /* Microsoft Edge */
 color: #aaa9a9 !important;
}
/*.woocommerce-billing-fields label[for="billing_company"]{color:#777 !important;}
*/.btn-color-black{background-color:#333333 !important;color:#fff !important;box-shadow: none !important;}
.woodmart-load-more,.woodmart-load-more:not(:hover){background-color:#333333 !important;color:#fff !important;border:1px solid #333333 !important;}