@media screen {
    /* Main CSS */
	main{
		max-width: 100%!important;
	}
     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 */
 


/* Global */
h2{
	margin: 0!important;
}


/*my account*/
 .useracc li{
    padding: 10px;
    background: #F3F3F3!important;
    margin-bottom: 5px;
    width: 100%;
    display: inline-block;
    text-align: left;
	border-left: 5px solid #E50007;
}
.useracc li:hover{
	border-left: 5px solid #000;
}
.useracc li:hover{
	border-left: 5px solid #000!important;
}
 .useracc li a{
    color: #000;
}
.useracc li a:hover{
	color: #000!important;
}
 .useracc ul{
    margin: 0!important;
    padding: 0!important;
    list-style: none;
    width: 100%
}
 .useracc .woocommerce-MyAccount-navigation{
    width: 15%!important;
}
 .useracc .woocommerce-MyAccount-content{
    width: 82%;
    padding: 10px;
}





.woocommerce-info{
	border-color: #223981!important;
}
.woocommerce-info::before {
    color: #223981!important;
}

.woocommerce-MyAccount-content{
	    padding: 30px!important;
}


/* Address */
.woocommerce-Address-title{
	 background: #223981;
    color: #FFF;
    padding: 15px;
	position: relative;
	    border-radius: 30px;
    padding-left: 30px;
}

.woocommerce-Address-title h3{
    margin: 0 auto;
    position: relative;
    left: 0%;
}

.woocommerce-Address-title a{
    height: 100%;
    padding: 30px;
    position: absolute;
    right: 0;
    top: 0;
    background: #B71E23;
    color: #FFF!important;
    line-height: 0.3;
	border-radius: 0px 30px 30px 0px;
	font-weight: bold!important;
}
.woocommerce-Address-title a:hover{
	background: red;
	
}
.woocommerce-Address address{
	padding: 10px 0;
}
.woocommerce-Address{
	margin: 0!important;
}

.woocommerce-Addresses{
	margin: 0!important;
}
/* .woocommerce-MyAccount-content  a{
	color: #000;
}
.woocommerce-MyAccount-content a:hover{
	color: #E50007;
}
 */

.woocommerce-EditAccountForm fieldset legend{
    padding: 10px;
    background: #223981;
    color: #FFF;
}
.woocommerce-EditAccountForm fieldset{
	margin: 20px 0!important;
	padding: 30px;
	background: #f9f9f9;
	border-radius: 30px!important;
}

.woocommerce-EditAccountForm input{
	border-bottom: 1px solid black!important;
	background: transparent;
	border: none;
}

.woocommerce-EditAccountForm fieldset input{
	border-bottom: 1px solid #000!important;
	background: #FFFFFF!important;
	color: #000!important;
	border: none;
}
.woocommerce-EditAccountForm fieldset label{
	color: #000!important;
}

.woocommerce-MyAccount-content .woocommerce-Button{
	background: #223981!important;
}

.woocommerce-MyAccount-content .woocommerce-Buttonhover{
	background: #B71E23!important;
}

/* //download */
.woocommerce-MyAccount-navigation-link--downloads{
	display: none!important;
}



/* CART */
.elementor-menu-cart__footer-buttons a{
	padding: 15px !important;
	background: #223981!important;
	color: #FFFFFF!important;
	border-radius: 30px!important
}
.elementor-menu-cart__footer-buttons a:hover{
	background: #B71E23!important;
}

.elementor-menu-cart__product-name a{
color: var(--e-global-color-accent);
    font-family: "CHEEKY MOGHSTER", Sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
	color: #223A80!important
}

.elementor-menu-cart__product-price, .remove_from_cart_button{
	color: #000!important;
}
.woocommerce-message{
	border-top-color: #9FB6FC!important;
	padding: 25px 60px!important;
}
.woocommerce-message::before{
	top: 50%!important;
	transform: translateY(-50%)!important;
}
.woocommerce-message::after {
    clear: none!important;
}
.woocommerce-notices-wrapper .woocommerce-message::before{
	color: #223A80!important;
	
}

/* .woocommerce-breadcrumb{
	display: none!important;
}
 */

/* Password Reset */
.woocommerce-ResetPassword {
	width: 50%!important;;
    margin: 0 auto!important;;
}
.woocommerce-ResetPassword .woocommerce-form-row{
	width: 100%!important;
}



/* Validation */

.woocommerce-error{
	margin: 0 auto!important;
	width: 50%!important;
	margin-bottom:  60px!important;
	border-top-color: #223A80;
}
.woocommerce-error::before {
	display: none!important;
}

.woocommerce-error strong{
	color: #B71E23!important;
}

.woocommerce-error li{
	margin: 0 auto!important;
	width: 100%!important;
	padding: 20px 15px!important;
}



/* Check out */

.woopack-product-checkout h2{
	font-family: "CHEEKY MOGHSTER", Sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
	color: #223A80!important;
	margin-bottom: 15px;
}

.woopack-product-checkout thead .woocommerce-table__product-name, .woopack-product-checkout thead .woocommerce-table__product-table{
	border: 0!important;
    background: #223A80;
    color: #FFF;
    padding: 10px 30px!important;
    font-size: 18px;
	
}
.woopack-product-checkout thead .woocommerce-table__product-name{
	border-radius: 15px 0 0 0!important
}
.woopack-product-checkout thead .woocommerce-table__product-table{
	border-radius: 0px 15px 0 0!important
}


.woopack-product-checkout td, .woopack-product-checkout tfoot th{
	padding: 10px 30px!important;
/* 	border: 0!important; */
	border: 1px solid rgba(0,0,0,.1)!important;
	background: #fff!important;
}

.woopack-product-checkout tbody tr, .woopack-product-checkout tfoot tr{
	border: 1px solid #F9F9F9!important;
}

.woocommerce-customer-details address{
	border-radius: 15px!important;
	border: 1px solid rgba(0, 0, 0, .1)!important;
	padding: 30px !important
}


.woopack-product-checkout tfoot tr::last-of-type th{
	border-radius: 0 0 30px 0!important
}

.woopack-product-checkout tfoot tr::last-of-type td{
	border-radius: 0 0 0px 30px!important
}

.woocommerce-order .order_details{
	background: #F9F9F9!important;
    padding: 30px 30px!important;
	border-radius: 15px!important;
}

.woopack-product-checkout .woocommerce-order{
	color: #000000!important;
}



.woocommerce-message a.button{
    background: #223981!important;
    color: #FFF!important;
    border-radius: 30px;
    padding: 13px 30px;
    transition: 0.3s ease;
    display: block;
	margin-top: -10px!important;
    /*width: 100%;*/
    /*margin-top: 10px;*/
}

.woocommerce-message a.button:hover{
    background: #B71E23!important;
    color: #FFF!important;
    
}



.wp-image-1002{
	object-fit: contain!important;
	object-position: left!important;
}


a.added_to_cart{
	display: none!important;
}

.ae-element-woo-add-to-cart-btn.loaded::after{
	top: 30%!important;
}

@media(max-width: 576px){
	
	.elementor-element-326ade4{
		flex-wrap: nowrap;
	}
	
	.elementor-element-f03f617{
		width: 30%!important;
		max-width: 30%!important;
	}
	
	.elementor-element-f03f617 img{
		width: 100%!important;
        height: 75px!important;
	}
	
	.woocommerce-message a.button{
        margin-top: 30px !important;
        left: 50%;
        transform: translateX(-50%);
        float: none !important;
        width: 70%;
		text-align: center!important;
	}
	
	.woocommerce-message::before{
		top: 22%!important;
	}
	
	.comment-form .submit{
		width: 100%!important
	}
}

