/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 25 2022 | 13:45:59 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

@media screen and (min-width: 600px) and (max-width: 999px) {
	#menu-woocommerce-menu.menu {
		    display: grid;
		    grid-template-columns: 1fr 1fr;
	}
}

@media screen and (max-width: 450px) {
	div.row_col_wrap_12_inner.col.span_12.left > div.vc_col-sm-5.wpb_column.column_container.vc_column_container.col.child_column.padding-3-percent.inherit_tablet.inherit_phone.instance-5 > div {
		padding: 10px !important;
	} 
}