/**
* Theme Name:        avanam-majori
* Theme URI:         https://templatemela.com/
* Template:          avanam
* Author:            TemplateMela
* Author URI:        #
* Description:       This is a child theme of Avanam, generated by TemplateMela.
* Version:           1.0.0
* License:           GNU General Public License v3.0 (or later)
* License URI:       https://www.gnu.org/licenses/gpl-3.0.html
* Text Domain:       avanam-majori
* Requires at least: 6.2
* Tested up to:      6.6
* Requires PHP:      7.4
* Tags: translation-ready, two-columns, right-sidebar, left-sidebar, footer-widgets, blog, custom-logo, custom-background, custom-menu, rtl-language-support, editor-style, threaded-comments, custom-colors, featured-images, wide-blocks, full-width-template, theme-options, e-commerce

*/

a.image-wrap.link_category_product img {
    height: 180px;
}
#theme-switch-loader .theme-switch-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff; /* or #111 for dark */
  opacity: 0.7;
  z-index: 9999;
  transition: opacity 0.3s ease;
}
    #add_payment_method table.cart th.product-name, .woocommerce-cart table.cart th.product-name, .woocommerce-checkout table.cart th.product-name {
        position: unset !important;
		    font-weight: 400 !important; 
    font-size: 14px !important;
        
    }
.eael-error-message {
    color: red;
}
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order .shop_table tbody td.product-name {
    
    padding: 10px 0 10px 0px !important;
}
@media (max-width: 1024px) {
.woocommerce a.added_to_cart:not(.woocommerce .product-action-wrap.style-text a.added_to_cart):not(form.cart .added_to_cart), .woosw-popup .woosw-items .button{
	padding: 10px 10px;
    font-size: 14px;
}
}
@media screen and (max-width: 767px) {
    .woocommerce-page table.shop_table_responsive tbody th, .woocommerce table.shop_table_responsive tbody th {
         display: block !important; 
    }
	.woocommerce a.added_to_cart:not(.woocommerce .product-action-wrap.style-text a.added_to_cart):not(form.cart .added_to_cart), .woosw-popup .woosw-items .button{
		font-size: 13px;
	}
}