/* HEADER */
/* menu-sticky */
.follow {
	 position: fixed !important;
	 top: 0 !important;
	 width: 100% !important;
	 z-index:9999999999 !important;
	 transition: all 0.42s ease;
	 box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22) !important;
}
.follow img {
	max-width: 40% !important;
	transition: all 0.42s ease;
}
.c-header-sticky img{
	transition: all 0.42s ease;
}

/* menu-sticky */


.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__container {
    top: 40px !important;
    left: -283px !important;
}
.c-menu button{
    box-shadow: unset !important;
}
a#elementor-menu-cart__toggle_button {
    padding: 0;
    border: none;
}
/* HEADER */
.elementor-menu-cart__toggle .elementor-button svg {
    fill: var(--toggle-button-icon-color, #000000) !important;
}


/*Cart page */
.cart-page .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward {
    line-height: 15px !important;
    padding-top: 5px !important;
}

/* Contact-form-7 */
.cr-row {
    display: flex;
	justify-content: space-between;
    column-gap: 10px;
}
.cr-col{
    width: 50%;
}
.cr-form-wrapper input[type="text"],
.cr-form-wrapper input[type="email"],
.cr-form-wrapper input[type="tel"],
.cr-form-wrapper input[type="date"],
.cr-form-wrapper textarea {
    width: 100% !important;
    background-color: #EFEFEF !important; /* LIGHT GRAY BACKGROUND */
    border: 2px solid #EFEFEF !important; /* Invisible border initially */
    padding: 0 15px;
    border-radius: 4px;
    font-size: 14px;
    color: #555;
    outline: none;
    box-sizing: border-box;
    font-family: inherit;
}
select.wpcf7-form-control.wpcf7-select.cr-select {
    background-color: #EFEFEF;
	border: 2px solid #EFEFEF !important;
}
.contact-form .cr-submit-btn {
    text-align: center;
}	
.contact-form span.wpcf7-spinner {
    display: none;
}
 .wpcf7-submit:hover {
    background-color: #7D0222CC;
    box-shadow: 0px 6px 12px 1px #cbcbcb;
    transition: 0.4s;
    transform: translateY(-5px);

}
.wpcf7-submit {
    transition: 0.4s;
}
.flip-button a {
	transition: 0.4s;
}
 .flip-button a:hover {
    background-color: #7D0222CC;
    box-shadow: 0px 6px 12px 1px #231f1f7d;
    transition: 0.4s;
    transform: translateY(-5px);

}

/*     height: 56px; */
}
select.wpcf7-form-control.wpcf7-select.cr-select:focus {
	border: 2px solid #8B0000 !important;
}
input[type="text"], input[type="number"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type=reset], input[type=tel], input[type=date], select {
    height: 50px !important;
}

/* Height for Textarea (Tall) */
.cr-form-wrapper textarea {
	width: 100% !important;
    height: 206px !important; 
    padding-top: 15px !important; 
    resize: vertical;
}

/* Focus State (Red Border, White Background) */
.cr-form-wrapper input:focus,
.cr-form-wrapper textarea:focus {
    border: 2px solid #8B0000 !important;
    background-color: #EFEFEF !important;
}

@media only screen and (max-width: 768px) {
    .cr-row {
    display: unset !important;
}
.cr-col{
    width: 100% !important;
}
}


/* Contact-form-7 */



/* footer-section */
#circle-r-ribbon {
    margin: 0 auto;
}
span.c-logo{
    margin-top: 30px;
    display: flex;
    justify-content: center;
    column-gap: 20px;
}