.woocommerce-shop #primary {
    padding-left: 20px;
    padding-right: 20px;
}

.woocommerce-shop #primary .products-container {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce-shop .product {
    padding-left: 2vw;
    padding-right: 2vw;
    margin-bottom: 4em; 
    box-sizing: border-box; /* Include padding and border in the element's total width and height */
}

#xht-labels {
    position: absolute;
    top: 0;
    left: 0;
}

.woocommerce-shop .product-image .labels .onsale {
    position: absolute;
    z-index: 10; /* Ensure it's on top of other elements */
    background-color: #F5BD02; /* Customize the background color */
    color: #000; /* Customize the text color */
    padding: 5px 10px; /* Adjust padding as needed */
    font-weight: bold; /* Make the text bold */
    font-size: 14px;
    text-wrap: nowrap;
}

.wc-stripe_cc-new-method-container #wc-stripe-card-element.payment-type {
    height: unset;
}

#order_review #payment .blockUI, #order_review .shop_table .blockUI {
    height: unset !important;
}
