 /*
 Theme Name: Swisslachs
 Theme URI: https://example.com
 Description: Child theme for MyTheme
 Author: Suresh
 Author URI: https://example.com
 Template: hello-elementor
 Version: 1.0
 */
 
 

/* You can add custom CSS below */


body {
  background-color: #f0f0f0;
}

.woocommerce-variation {
  margin-bottom: 20px;
}
.single_add_to_cart_button:disabled {
  background-color: #ccc !important;
  cursor: not-allowed;
  opacity: 0.6;
}