/*
Theme Name: Razzi Child
Theme URI: https://demo4.drfuri.com/razzi/
Author: DrFuri
Author URI: http://drfuri.com
Description: Razzi Child Theme.
Version: 1.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: razzi
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: razzi
*/

.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon {
    display: block !important;
}

.checkout-coupon.checkout-form-col.col-flex.col-flex-md-6.col-flex-xs-12 {
    display: none;
}

.woocommerce-checkout .checkout-form-col .woocommerce-form-coupon-toggle{
	 display: none;
}

.single-product div.product .woocommerce-tabs .panel {
    max-width: 1200px !important;
}

b, strong {
    font-weight: 600;
}

@media only screen and (max-width: 1024px) {
table.abc{
display: block; overflow-x: auto; white-space: nowrap !important;
}
}

.woocommerce-message, .woocommerce-info, .woocommerce-error {
    background-color: #20409a !important;
}