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

input.wpcf7-form-control.wpcf7-text {
    height: 40px;
    border-radius: 8px;
    border: 1px solid #d2d2d2;
}
div#wpcf7-f13-p29026-o1 label {
    font-size: 15px !important;
    font-family: 'Outfit';
}
textarea.wpcf7-form-control.wpcf7-textarea{
    min-height: 80px;
    border-radius: 8px;
    border: 1px solid #d2d2d2;
    resize: none;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 150px;
    border-radius: 8px;
    background: #114497;
}
span.wd-cart-number.wd-tools-count {
    background-color: #000 !important;
}
button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed {
    width: 84%;
	border-radius:8px;
}
button#wd-add-to-cart {
    width: 100%;
    background: #000;
	border-radius:8px;
}
.product-wrapper img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    height: 275px;
    object-fit: cover;
}
button.single_add_to_cart_button.button.alt {
    width: 84%;
    border-radius: 8px;
}
a.btn.wd-load-more.wd-products-load-more.load-on-click {
    background: #114497;
    border-radius: 8px !important;
}
span.load-more-label {
    color: #fff !important;
}
span.tab-label.nav-link-text {
    border: 1px solid #d2d2d2;
    padding: 8px 20px;
    border-radius: 30px;
}



@media only screen and (max-width: 600px) {
.product-wrapper img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    height: 155px;
    object-fit: cover;
}
button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed {
    width: 74% !important;
}
h1.product_title.entry-title.wd-entities-title {
    font-size: 20px;
}
}

