/*
 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 .product-element-bottom #learn-more {
    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;
}

@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;
    }
}