/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.variations select {
    width: 100%;
}
.archive.woocommerce-page .woof_sid_flat_white{
	    background: #091a2a;
}

/* @media only screen and (min-width: 950px) {
  .woof_show_mobile_filter {
    display: none;
  }
} */
@media only screen and (max-width: 950px) {
	.woof_show_mobile_filter {
		display: block !important;
	  }
}
