/*
Theme Name: Career Gulf
Theme URI: https://career-gulf.com/
Author: Career Gulf
Description: Custom lightweight WordPress theme for Career Gulf.
Version: 1.0.0
Requires at least: 6.5
Requires PHP: 8.2
Text Domain: career-gulf
*/

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
	display: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul{
    flex-wrap: nowrap;
    gap: 5px;
    flex-direction: column;
}
.woocommerce-account .woocommerce-MyAccount-navigation a{
    display: block !important;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals,
.woocommerce-checkout form .form-row-first{
    width: 100% !important;
}
