/*
Theme Name: Aquabell theme
Theme URI: #
Template: hello-elementor
Author: Aquabell
Author URI: #
Description: This is the child theme
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.3.0.1738148238
Updated: 2025-01-29 10:57:18

*/

.woocommerce.woocommerce-page  div#primary, .woocommerce.woocommerce-page .footer-mn {
    margin-top: 80px !important;
}

.woocommerce .woocommerce-ordering{
	display: none;
}

a.button.product_type_simple i {
    display: none;
}
.jkit-product-block-wrapper a.button.product_type_simple {
    background: transparent !important;
    color: #d47533 !important;
    border-radius: 50px !important;
    font-size: 16px !important;
    border: 1px solid #d47533 !important;
}
.jkit-product-block-wrapper a.button.product_type_simple:hover {
    background: #d47533 !important;
    color: #FFF !important;
    border: 1px solid #d47533 !important;
}
.jeg-elementor-kit.jkit-product-categories .jkit-product-category {
    margin: 10px;
}

@media only screen and (max-width: 767px){
	.woocommerce.woocommerce-page  div#primary, .woocommerce.woocommerce-page .footer-mn {
    	margin-top: 40px !important;
	}
}