/**
 * Theme Name: Rey Child
 * Theme URI: http://reytheme.com/
 * Description: This is a child theme of Rey.
 * Author: Marius H.
 * Author URI:  https://twitter.com/mariushoria
 * Template: rey
 * Version: 1.0.0
 * License: General Public License
 * License URI: http://www.gnu.org/licenses/gpl.html
 * Text Domain: rey-child
 */

body.single-product .rey-sidePanel,
body.single-product .tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap,
.woocommerce.single-product.--fixed-summary.--fixed-summary-cssfirst .rey-siteWrapper {
    background-color: #F0F0F0 !important;
}


body.single-product .rey-siteHeader {
    background-color: #222 !important;
}

.woocommerce div.product .single_add_to_cart_button.loading .single_add_to_cart_button-text {
    opacity: 1 !important;
}

@media screen and (min-width: 1280px) {
    .woocommerce.single-product.--fixed-summary.--fixed-summary-cssfirst .rey-product div.summary {
        max-width: 1200px !important;
        margin: auto !important;
    }
}

body.single-product .rey-cartPanel .rey-cartPanel-continue {
    display: none;
}

body.single-product .rey-removeBtn  {
    background-color: #222 !important; 
}

body.single-product .rey-cartPanel .woocommerce-mini-cart__total .woocommerce-mini-cart__totalRow,
body.single-product .woofood-mini-cart-min-message,
body.single-product .rey-cartPanel .rey-cartPanel-close span,
body.single-product .rey-cartPanel-wrapper a,
body.single-product .rey-cartPanel .woocommerce-mini-cart__empty-message,
body.single-product .rey-cartPanel .woocommerce-mini-cart .woocommerce-mini-cart-item dl:not(:empty) dd {
    color: #222 !important;
}


body.single-product .rey-sidePanel-close .rey-icon {
    background: #222 !important;
    padding: 3px !important;
}