/**
* Theme Name:        avanam-craftme
* 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-craftme
* 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

*/

.product-after-images-element, 
.single-product-payments {
	display: none !important;
}
.welcome-newsletter input[type=email] {
	max-width: 500px !important;
	width: 100%;
	height: 45px;
}
.single-product .product_meta .availability_wrapper {
  display: block;          
  margin-top: 15px;
}
.single-product .product_meta .availability_wrapper .availability {
  font-weight: 600;
}
.woocommerce .woocommerce-Price-amount:not(del .woocommerce-Price-amount):not(.tmcore-product-price-filter .woocommerce-Price-amount) { 
	font-size: 18px;	
}
.site-bottom-footer-inner-wrap {
	padding-bottom: 30px !important;
}
.woocommerce-checkout form.checkout .woocommerce-checkout-payment label.woocommerce-form__label-for-checkbox {
	line-height: 1.6;
}

@media (max-width: 767px) {
    .woocommerce ul.products:not(.products-list-view) li.product:not(.product-item, .product-cat) .product-details.entry-content-wrap { 
        text-align: center;
    }
	.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item, .product-cat) .product-details.entry-content-wrap .product-action-wrap {    
        max-width: 50%;
		margin: auto;
	}
}