/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.site-header, .site-footer{
	display: none !important;
}
.woocommerce-Tabs-panel h2{
	display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
	color: #FFF !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
	background-color: #660033 !important;
	border: 1px solid #55042c !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
	background-color: #FFF !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
	color: #660033 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:not(.active) a:hover{
	color: #FFF !important;
}
.woocommerce div.product.elementor .woocommerce-tabs .panel{
	border-top: 1px solid #55042c21 !important;
}
.woocommerce .star-rating span::before{
	color: #660033 !important;
}
.comment-form input[type="submit"]{
	color: #FFF !important;
	background-color: #660033 !important;
}
.comment-form input[type="submit"]:hover{
	background-color: #000 !important;
}
.price del + ins{
	text-decoration: none !important;
	font-size: 25px !important;
}
.woocommerce-review-link{
	color: #000 !important;
}
.single-product .onsale{
	display: none !important;
}
.review-btn{
	color: #FFF;
    background-color: #660033;
    font-family: "Manrope", Sans-serif;
    padding: 12px 20px 12px 20px;
    font-weight: 700;
    font-size: 14px;
    border-radius: 30px;
    margin-top: 10px;
    display: inline-block;
}
.review-btn:hover{
	background-color: #000;
	color: #FFF;
}
.wlfmc-wishlist-table tr td.last-column .button:not(.minus):not(.plus){
	font-family: "Manrope", Sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    border-radius: 30px 30px 30px 30px !important;
    padding: 12px 20px 12px 20px !important;
    color: #FFFFFF !important;
    background-color: var(--e-global-color-primary ) !important;
    transition: all 0.2s !important;
}