/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/
/* card container */
.custom-product-grid {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

.custom-product-card {
    width: 32%;
    padding: 15px;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #E9E7DE;
}

.product-image img {
    width: 100%;
    border-radius: 12px;
}

.product-title {
    font-size: 18px;
    margin: 15px 0;
}

.product-bottom {
    display: block !important;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.product-bottom .price {
    font-weight: bold;
    font-size: 16px;
    color: #000;
}

.add-to-cart-btn {
    background: #0079C2;
    color: #fff;
    padding: 10px 12px;
    border-radius: 8px;
    text-decoration: none;
}

.add-to-cart-btn:hover {
    background: #005177;
}
.cutom-image-padding .icon-wrapper {
    padding: 8px;
}
.img-left-abs img {
    width: 200px;
}
.img-left-abs {
    position: absolute;
    bottom: -15px;
    left: -90px;
    width: 210px !important;
}
.cus-img-right-abs {
    position: absolute;
    right: -90px;
    width: 210px !important;
    top: 31px;
}
.cus-img-right-abs img {
    width: 210px;
}

/* Contact form 7 subscription form styling */
/* Container */
.subscribe-form {
    display: flex;
    align-items: center;
    background: #eee;
    padding: 10px;
    border-radius: 15px;
    max-width: 700px;
    margin: 0 auto;
}

/* Input wrapper */
.subscribe-input {
    flex: 1;
}

/* Input field */
.subscribe-input input {
    width: 100%;
    border: none;
    background: transparent;
    padding: 15px;
    font-size: 16px;
    outline: none;
}

/* Button wrapper */
.subscribe-btn {
    margin-left: 10px;
}

/* Button style */
.subscribe-btn input[type="submit"] {
    background: #0a74b9;
    color: #fff;
    border: none;
    padding: 15px 25px;
    border-radius: 10px;
    font-weight: bold;
    cursor: pointer;
}

/* Hover */
.subscribe-btn input[type="submit"]:hover {
    background: #085a8c;
}
.subscribe-form p {
    margin: 0;
}
footer#Footer {
    position: revert;
}
.wpcf7-response-output {
    text-align: center;
    color: black;
}

/*Product single page styling*/
form.cart {
    display: flex;
    flex-wrap: wrap;
}

.rental-date-field {
    width: 100% !important;
    flex: 0 0 100%;
    margin-bottom: 15px;
}

.rental-date-field input {
    width: 100%;
    padding: 10px;
    font-size: 16px;
}

.woocommerce-cart .wc-item-meta li {
    display: flex;
    gap: 5px;
    align-items: center;
}

.woocommerce-cart .wc-item-meta li strong {
    margin-right: 5px;
}

.woocommerce-cart .wc-item-meta li p {
    margin: 0;
}
.woocommerce.columns-4 ul.products li.product, .woocommerce ul.products.columns-4 li.product {
    width: 31%;
}
.woocommerce ul.products li.product a img {
    border-radius: 20px;
}
.post-type-archive-product #Subheader {
    padding: 50px 0 45px;
}

.rental-date-field {
    width: 100% !important;
    flex: 0 0 100%;
    margin-bottom: 15px;
    padding-top: 20px;
}

.rental-date-field strong {
    font-size: 25px;
    color: black;
}


/* ✅ Tablet (2 items) */
@media (max-width: 992px) {
    .custom-product-card {
        width: 47%;
    }
}

/* ✅ Mobile (1 item) */
@media (max-width: 576px) {
    .custom-product-card {
        width: 100%;
    }

    body.mobile-row-2-products .products_wrapper ul.products li.product {
        width: 100%;
    }
    #Subheader h1.title {
    font-size: 2.5rem !important;
}

}