/*
Theme Name: gasdum
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/


.input-hidden{position:absolute;left:-9999px}input[type=checkbox]:checked+label>img{border:1px solid #fff;box-shadow:0 0 3px 3px #090}input[type=checkbox]+label>img{border:1px dashed #444;width:150px;height:150px;transition:.5s all}.woocommerce-mini-cart-item .option_ext{display:none}.woocommerce-table__line-item .wc-item-meta p{display:inline-block}.wc-item-meta strong{font-size:12px}.option-head{font-weight:600}
@media (max-width:550px){
	.box-vertical .box-image{
		width:22% !important;
		float:left;
	}
}
<link rel="stylesheet" type="text/css" media="screen and (max-width: 360px)" href="portrait.css">
<link rel="stylesheet" type="text/css" media="screen and (min-width: 361px) and (max-width: 480px)" href="landscape.css">
<link rel="stylesheet" type="text/css" media="screen and (min-width: 481px)" href="desktop.css">

@viewport {
  width: device-width ;
  zoom: 1.0 ;
}
@-ms-viewport {
  width: device-width ;
}
@media screen and (max-width:320px) {
  /* CSS for screens that are 320 pixels or less will be put in this section */
}
@media screen and (min-width:320px) and (max-width:640px) {
  /* for screens that are at least 320 pixels wide but less than or equal to 640 pixels wide */
}
/* code that is here, until the first @media block, will apply to any screen size */
#somethingorother {
  width: 800px ;
}

@media screen and (max-width: 320px) {
  /* comes into effect for screens less than or equal to 320 pixels */
  #somethingorother {
    width: 120px ;
  }
}
@media screen and (min-width: 321px) and (max-width: 480px) {
  /* comes into effect for screens between 321 and 480 pixels (inclusive) */
  #somethingorother {
    width: 320px ;
  }
}
@media screen and (min-width: 481px) {
  /* comes into effect for screens larger than or equal to 481 pixels */
  #somethingorother {
    width: 480px ;
  }
}
@media screen and (orientation:portrait) {
  /* ... */
}
@media screen and (orientation: landscape) {
  /* ... */
} 
@media only screen and (max-width: 480px) {
  /* ... */
} 
@media not (max-width: 639px) {
/* CSS rules for any device that is wider than 639 pixels */
}


.wpml-ls-legacy-dropdown{
	width:auto!important;
}