/*
============================================================

	Theme Name: Oxygen - Child Theme
	Theme URI: https://laborator.co/themes/oxygen
	Author: Laborator
	Author URI: https://laborator.co/
	Version: 1.0
	Description: Use this theme if you want to extend features of Oxygen or prevent overwriting the changes you make when new theme update is available.
	Template: oxygen
	Text Domain: oxygen
	
============================================================
*/



.laborator-woocommerce .product-single .entry-summary .price {
  font-size: 30px;
}

.related.products {
  display: none!important;
}

@media all and (max-width: 1080px) {
  .laborator-woocommerce .product-single .entry-summary .price {
    font-size: 25px;
  }
  .mobile-menu {
    z-index: 1000!important;
  }
  .item-wrapper {
    z-index: 100!important;
  }
}

/*.mobile-menu .nav{    z-index: 1000!important;}
.item-wrapper{    z-index: 100!important;}
}*/

.single-product .slick-list {
  min-height: 170px;
}