/*
 Theme Name:   Blocksy Child
 Theme URI:    https://www.papajacques.ro
 Description:  Blocksy Child Theme — Papa Jacques
 Author:       Papa Jacques
 Author URI:   https://www.papajacques.ro
 Template:     blocksy
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  blocksy-child
*/

/*************** CUSTOM CSS ***************/

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

/* Cart dropdown — button text color fix */
.ct-header-cart .ct-cart-content .button,
.ct-header-cart .ct-cart-content a.button {
    color: #ffffff !important;
}

body.woocommerce-checkout .ct-customer-details,
body.woocommerce-cart .ct-container {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.single-product #rank-math-rich-snippet-wrapper { display: none !important; }