.quickadd-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999998;
    overflow-x: hidden;
    overflow-y: auto;
    background: rgba(11, 11, 11, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.quickadd-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    max-height: 100vh;
    overflow: hidden;
}

.quickadd-content {
    background: white;
    max-width: 800px;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    position: relative;
    padding: 20px;
    max-height: 100%;
    overflow: hidden;
}

.product-lightbox {
    background: #fff;
}

.quickadd-close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    z-index: 1046;
    opacity: 0.65;
    padding: 0;
    color: #333;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
    background: none;
    border: none;

}
@media only screen and (max-width: 48em) {
    .quickadd-close {
        color: #b01f24;
        margin-right: 0;
        margin-bottom: 0;
        right: 20px;
        top: 20px;
    }
}
.quickadd-close:hover {
    opacity: 1;
}

.product-gallery {
    margin-bottom: 20px;
}

.quick-view-image {
    width: 100%;
    height: auto;
    display: block;
}

.product-lightbox-inner h1 {
    font-size: 24px;
    margin-bottom: 10px;
}

.variations_form {
    margin-top: 20px;
}

.single_variation_wrap {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .row-collapse {
        display: flex;
    }

    .col {
        flex: 1;
        padding: 0 15px;
    }

    .large-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 767px) {
    .quickadd-content {
        padding-left: 10px;
        padding-right: 10px;
        max-height: 100vh;
        overflow: hidden;
    }
    .product-gallery {
        max-height: 40vh;
        overflow: hidden;
    }    
    .product-lightbox-inner {
        padding: 10px;
    }

    .quick-view-image {
        object-fit: contain;
        height: 100%;
    }
}

.product_type_variable.add_to_cart_button {
    background-color: #ffffff;
    border: 1px solid #b01f24;
    color: #b01f24;
    font-size: 1em;
    font-weight: 800;
}

.product_type_variable.add_to_cart_button:hover {
    background-color: #b01f24;
    color: #ffffff;
}

.woocommerce-no-products-found {
    display: none;
}

.woocommerce-no-products-found:first-of-type {
    display: block;
}

.quickadd-content .variation-selection-error {
    color: #b01f24;
    font-size: 0.9em;
    margin-bottom: 10px;
    display: block;
    clear: both;
}

.quickadd-content .quantity {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}

.quickadd-content .single_add_to_cart_button {
    display: inline-block;
    vertical-align: top;
}

.quickadd-content .single_add_to_cart_button.please-select-options {
    opacity: 0.5;
    cursor: not-allowed;
}