/**
 * Tablet + Mobile
 */
@media only screen and (min-width: 320px) and (max-width: 860px) {


}

/**
 * Tablet
 */
@media only screen and (min-width: 426px) and (max-width: 860px) {
/* Global */
  .mh-row-5-col > .col {
  	max-width: 50% !important;
  	-ms-flex-preferred-size: 50% !important;
  	flex-basis: 50% !important;
  }
}

/**
 * Mobile
 */
@media only screen and (min-width: 320px) and (max-width: 425px) {
/* Global */
  .mh-row-5-col > .col {
  	max-width: 100% !important;
  	-ms-flex-preferred-size: 100% !important;
  	flex-basis: 100% !important;
  }

/* Woocommerce */
  /* Box products */
  .product-small.box .box-text-products .price-wrapper .mh-tour-info {
    font-size: 14px;
  }

}

@media only screen and (max-width: 320px) {

}
