/* 
Theme Name:		 Autoric child
Theme URI:		 http://childtheme-generator.com/
Description:	 Autoric child is a child theme of Autoric, created by ChildTheme-Generator.com
Author:			 404 Not Found
Author URI:		 http://childtheme-generator.com/
Template:		 autoric
Version:		 1.0.0
Text Domain:	 autoric-child
*/


/*
    Add your custom styles here
*/

.header-cart,.yith-wcwl-add-button{
	display:none!important;
}

.product-button-hover{
	display:none!important;
}

.woocommerce span.onsale, .woocommerce-page span.onsale{
	display:none;
}

@media(min-width: 1024px){

	.header-bottom .theme-container{
	
		display: flex;
	    flex-direction: row;
	    flex-wrap: nowrap;
	    align-items: center;
	}

	.header-right{
		width: 100%;
	}
		.header-bottom .header-right{
			display: flex;
		    flex-direction: row;
		    flex-wrap: nowrap;
		    justify-content: flex-end;
		    align-items: center;

		}

		.topcontact a{
			color: #ffdb06;
			font-size: 14px;
		}
}

.bg-wg-modal .wg-modal{
    max-width:650px!important;
}
#wpforms-form-9606 .wpforms-field {
    display: flex;
    flex-direction: column;
}
@media(max-width: 480px){
	.topcontact{
			display: none;
			
		}
}