/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 04 2026 | 09:26:47 */
@media(max-width:1023px){
	html body .ri-primary-button {
 
    height: 40px;
  
    padding: 4px !important;
    margin-left: auto;
    font-size: 11px;
}
	    button.menu-toggle {
  
        order: 10;
    }
	#site-navigation> .account-link {
  display: none;
}
	#site-navigation {
  align-items: flex-end;
  justify-content: flex-end;
} 
	
	.woocommerce-MyAccount-navigation ul {
    padding: 4px 0;
  }
	html  .woocommerce-MyAccount-navigation ul li a {

    font-size: 11px;
  }
}
@media (min-width:800px) and (max-width:1023px){
	html body .ri-primary-button {
    margin-right: 90px;
  }
}