/*
Theme Name: Persianas2Go
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.2.5
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.custom-product-page .product-thumbnails img {
    max-height: 83px;
    object-fit: cover;
}

.custom-product-page .pisol_single_buy_now {
    display: none !important;
}

.custom-product-page .single_add_to_cart_button {
    min-height: 3.5em;
    background-color: #e8aa69;
    width: 25em;
}

.custom-product-page #wscp-postcode {
    margin-bottom: 0;
}

.custom-product-page .window_button {
    min-height: 2.5em;
    background-color: #e8aa69;
    color: #fff;
    width: 29.5em;
    text-align: center;
    border-radius: 5px;
    padding: 4px 15px;
    margin: 5px 0 15px;
    font-size: 0.7em;
    text-transform: uppercase;
    display: block;
}

table.variations {
    max-width: 340px;
}

.reset_variations {
    display: none;
}

.woocommerce-variation-price {
    display: none;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

    .custom-product-page .quantity+.button {
        font-size: .97em;
    }

    .custom-product-page .single_add_to_cart_button {
        width: 100%;
    }

}
