/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

.header01 {
	background: linear-gradient(
	  to bottom,
	  white 0px,
	  white 70px,
	  transparent 70px,
	  transparent 100%
	);
}
.h1span span {
	color:#829067;
}

/* Change WooCommerce buttons color */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
    background-color: #525C32 !important; /* button background */
    border-color: #525C32 !important;     /* button border */
    color: #ffffff !important;            /* text color */
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
    background-color: #434B28 !important; /* darker shade on hover */
    border-color: #434B28 !important;
    color: #ffffff !important;
}
.yith-wcbk-add-to-cart-button.single_add_to_cart_button.button.alt.yith-wcbk-not-allowed {
	margin: 0 !important;
	width: 100%;
}


/* Header Start */
.menucontainer {
    max-height:75px;
}
.bookbtn {
	background-color: #525c32;
	font-family: "M PLUS Rounded 1c", Sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	border-style: solid;
	border-radius: 2px 2px 2px 2px;
}

.bookbtn:hover {
	background-color: #829067;
	font-family: "M PLUS Rounded 1c", Sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	border-style: solid;
	border-radius: 2px 2px 2px 2px;
}

.bookbtn a {
	color:#fff!important;	
}
/* Header End */