/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.1
 Text Domain:  woodmart
*/

ins .amount  {
    color: #f84147 ;
   
}

p.stock.wd-style-default:is(.available-on-backorder) {
    color: #fbbc34!important;
}

.wcus-checkout-fields {
    margin-top: 10px
}

.widgettitle, .widget-title {
    text-transform: none;
    color: #333;
}


.page-title {
    --wd-title-sp: 14px!important;
    --wd-title-font-s: 24px!important;
    position: relative;
    margin-block: -40px 40px;
    padding-block: var(--wd-title-sp);
}

.woocommerce-product-details__short-description {
    color: #f84147c7;
}

.wd-bg-style-3 {
    --wd-swatch-h: 40px!important;
    --wd-swatch-w: 80px!important
}

.wd-swatch :is(img,picture) {
   
    height: auto;
    width: auto;
   
}

.grecaptcha-badge { 
    visibility: hidden;
}

.product-grid-item .product-element-top    {
  
  align-items: center;
  height: 100%;
   justify-content: center;
}

.awooc-custom-order-button {
    flex: none!important;
    margin-left: 0px!important;
    color: #fff;
    background: #6AC4C1;
}

.woocommerce .awooc-custom-order-wrap .wpcf7-form-control.wpcf7-submit {
    background-color: #6AC4C1;
    color: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,.125);
}



.wpcf7-submit:hover, .awooc-custom-order-button:hover {
    background-color: #00A046!important;
    color: #fff!important;
}

.wd-dynamic-discounts th {
    text-transform: none;
}



.wd-product :is(.product-image-link, .hover-img) img {
    width: auto;
    height: auto;
    max-height: 280px;
    max-width: 280px;
    object-fit: contain;
}