:root {
--main: #2e524a;
--secondary: #fda043;
--accent: #bac9ac;
--accent_second: #ebdbcb;
--light: #ffffff;
--dark: #000000;
--heading: #2e524a;
--body: #363636;
--bodybg: #ffffff;
--btn-color: #ffffff;
--btn-color2: #ffffff;
--btn-bgcolor: #fda043;
--btn-bgcolor2: #2e524a;
--e-global-color-primary: #2e524a;
--e-global-color-secondary: #040202;
--menu-color: #040202;
}
.btn-theme {
background: var(--main);
color: #ffffff;
height: 50px;
padding: 0 40px;
text-align: center;
line-height: 50px;
}
button.btn-theme {
border: 0;
}
.single-product input#shiprocket_pincode_check, .single-product button#check_pincode {
display:none;
}
span.wpcf7-form-control-wrap > span, .wpcf7-form .wpcf7-response-output {
color: #2e524a!important;
}