@media screen {
    /* Main CSS */
     body {
         overflow-x: hidden;
    }
     a, a span, a i {
         outline: none;
    }
    /* Gravity Forms Validation Stars Here */
     .gfield_error input, .gfield_error textarea {
         background-color: rgba(220,20,60,.2) !important;
    }
     .gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
         background: transparent !important;
         border: unset !important;
         font-size: 13px !important;
         margin-top: 0 !important;
         padding: 0 !important;
    }
	.gform_required_legend {
		display: none;
	}
    /* End Gravity Forms Validation Ends Here */
    /* Fix Images in Chrome and Edge Starts Here*/
     img {
         transform: translateZ(0);
         image-rendering: -webkit-optimize-contrast;
    }
    /* Fix Images in Chrome and Edge Ends Here*/
    /* Recaptcha Move to the Left */
     .grecaptcha-badge {
         width: 70px !important;
         overflow: hidden !important;
         transition: all 0.3s ease !important;
         left: 4px !important;
    }
     .grecaptcha-badge:hover {
         width: 256px !important;
    }
    /* End Recaptcha Move to the Left */
}
/* Recaptcha hide on mobile */
 @media (max-width: 1024px) {
     .grecaptcha-badge {
         display: none;
    }
}
/* End Recaptcha hide on mobile */

.elementor-menu-cart__main a{
	color: #235FAA!important;
}

.elementor-menu-cart__main .elementor-menu-cart__product-price{
	color: #000000!important;
}

p.form-submit .submit{
		color: #FFFFFF!important;
   font-family: "din-2014", Sans-serif;
    text-transform: uppercase;
    font-size: 16px!important;
    font-weight: 500!important;
    background-color: #225EA9!important;
    border-radius: 0px 0px 0px 0px!important;
	padding: 10px 25px!important;
	border: 0!important;
}
p.form-submit .submit:hover{
	background: #000!important;
}


.woocommerce-message{
	background: #99DFFF !important;
	color: #000!important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
	outline: none!important;
	padding-top: 20px;
}
.woocommerce-message::before{
	color: #000!important;
	padding-top: 4px!important;
}

.woocommerce-message .button{
	color: #000!important;
        font-family: "din-2014", Sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    background-color: #FFF!important;
    border-radius: 0px!important;
	border: 0!important;
	margin-top: -4.5px!important;
}
.woocommerce-message .button:hover{
	background: #000!important;
	color: #FFF!important;
}

.woocommerce-MyAccount-content .woocommerce-message{
	background: #99DFFF !important;
	color: #000!important;
}
.woocommerce-MyAccount-content .woocommerce-message::before{
	color: #000!important;
	padding-top: 4px!important;
}
.elementor-menu-cart__footer-buttons a{
	color: #FFFFFF!important;
	font-family: "din-2014", Sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    background-color: #225EA9!important;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 50px 15px 50px;
	border: 0!important;
}
.elementor-menu-cart__footer-buttons a:hover{
	background: #000!important;
}
.button{
	border-radius: none!important;
}
 .cart-empty, .woocommerce-info{
	background: #99DFFF !important;
	color: #000!important;
	
	
}
.cart-empty::before, .woocommerce-info::before{
	color: #000!important;
	padding-top: 4px!important;
}

.elementor-menu-cart__close-button::before, .elementor-menu-cart__close-button::after{
	background: #225EA9!important
}

.elementor-menu-cart__close-button::before:hover, .elementor-menu-cart__close-button::after:hover{
	background: #000!important
}

.elementor-menu-cart__subtotal strong{
	font-weight: 700!important;
	text-transform: uppercase!important;
}

.elementor-menu-cart__footer-buttons{
	margin: 0!important;
}