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

.custom-registration-message {
    margin-bottom: 30px;
}

.brandSlider img {
    height: 60px;
    width: auto;
    filter: grayscale(1);
}

.brandSlider img:hover {
    filter: grayscale(0);
}

.order-again {
    margin-bottom: 0px;
}

.woocommerce-table__product-name.product-name span.kove-order-thumb {
    float: left;
}

.wd-checkout-prod-title del.was, .wd-checkout-prod-title .now {
    display: none;
}

tr.cart-discount {
    position: relative;
}

tr.cart-discount th {
    padding-left: 15px !important;
}

.woocommerce-remove-coupon {
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
}

small.woocommerce-coupon-description {
    display: block;
}

/* .login-see-prices #learn-more.affirm-as-low-as {
    display: none;
} */

p#learn-more {
    font-size: 15px;
}

.affirm-as-low-as a.affirm-modal-trigger {
    display: none;
}

.affirm-as-low-as .__affirm-logo.__ligature__affirm_full_logo__ {
    font-size: 1em;
}

/* .wd-carousel-item {
  aspect-ratio: 1 / 1 !important;
}

.wd-carousel-item {
  position: relative !important;
  width: 100% !important;
  padding-top: 100% !important;
}

.wd-carousel-item > * {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
} */

.login-see-prices .variations_form .out-of-stock {
    display: none;
}

.product-grid-item .star-rating.wd-style-simple {
    display: none;
}

.wd-products[class*="wd-stretch-cont"] .wd-product :is(.price,.wrap-price,.product-rating-price) {
    margin-top: unset !important;
}

span.onsale.product-label {
    display: none;
}

span.onsale.customBadge {
    background: var(--btn-accented-bgcolor);
    color: #fff;
    padding: 2px 10px !important;
    font-size: 0.8rem;
    border-radius: 5px !important;
    position: absolute;
    left: 10px;
    top: 10px;
}

.yith-wcbm-badge.yith-wcbm-badge-text {
    font-family: "Futura PT", Arial, Helvetica, sans-serif;
    font-size: 0.8rem;
    left: 10px !important;
    top: 10px !important;
    position: absolute;
}

@media only screen and (max-width: 600px) {
  .woocommerce-remove-coupon {
        position: unset;
        transform: unset;
    }
    small.woocommerce-coupon-description {
        display: unset;
    }
    tr.cart-discount th {
        padding-left: unset !important;
    }

    p#learn-more {
        font-size: 13.68px;
    }

    .affirm-as-low-as .__affirm-logo.__ligature__affirm_full_logo__ {
        font-size: 13.68px;
    }
}