*{
	font-family: "Florentino", Sans-serif;
}
.navbar .navbar-nav .nav-link, .navbar .navbar-nav .nav-link, span, h1, h2, h3, h4, h5, h6, p, a, li, .section-title, .section-title2, .testimonials .item .ew-testi-content, .testimonials .item .info .ew-testi-title-1, .strictContent p, .strictContent .helpText, label
{
	font-family: "Florentino", Sans-serif; !important;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, textarea.wpcf7-form-control.wpcf7-textarea, input#email, input.wpcf7-form-control.wpcf7-text {
    background-color: #fff;
}
input.wpcf7-form-control.wpcf7-tel.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-tel{
max-width: 100%;
    margin-bottom: 15px;
    padding: 14px 20px;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
    line-height: 1.5em;
    font-family: "Jost", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #797370;
    background-image: none;
    border: none;
    border-radius: 30px;
    border: 1px solid rgba(203, 157, 85, 0.3);
}
button.cursor-pointer {
    width: 100%;
}
.footer{
	background:#fac3b1 !important;
}

/*.listext-text
{
	display: flex; 
flex-direction: column; 
gap: 15px;
padding: 10px 20px;
background-color: #f9f9f9; 
border-radius: 8px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}*/
.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .current-menu-item > a {
    color: #cb9d55 !important;
}

.listext li
{
	 justify-content: center;
}

.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0 4px 0 0;
    width: 30%;
}
.woocommerce .quantity .qty {
    width: 100%;
    text-align: center;
	background: #fff !important;
    border-radius: 4%;
}
.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
    width: 100%;
    background: #cb9d55;
}
textarea#comment {
    background: #fff;
}
.navbar .dropdown-menu {
        width: auto !important;
    }
.single-product .section-title {
    text-align: center !important;
font-size: 35px;
}
.banner-header {
    background: #F7737E;
}
[data-overlay-dark]:before {
   background: #BCBEC0;
background: linear-gradient(180deg,rgba(188, 190, 192, 1) 0%, rgba(188, 190, 192, 1) 50%, rgba(241, 232, 223, 1) 100%);
}