/**
* Theme Name: Machic Child
* Description: This is a child theme of Machic, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/KlbTheme">KlbTheme (Sinan ISIK)</a>
* Template: machic
* Version: 1.1.7
* single_variation_wrap
*/

  .single-product  .quantity {
    display: none !important;
  }  
  
  /*.single-product .product-price{
    display: none !important;
  }
  */
  
  .single-product-wrapper .product-price,
  .woocommerce-variation-price .price .amount{
    font-weight: bold;
    font-size:30px;
    line-height: 50px;  
}

.reset_variations{
	display:none !important;
}

.single-product-container .product-info{
  margin-bottom: 30px;
}

.single-product-wrapper .product-price .price del .amount,
.single_variation_wrap .woocommerce-variation-price .price del .amount{
	font-weight: normal;
    font-size: 18px;	
}

.single-product-wrapper .product-price .price ins,
.single_variation_wrap .woocommerce-variation-price .price ins{
	color:#000000 ; 
}


.ol.flex-control-thumbs {
	width:100%;
	display:table;
	clear:both;
}
.ol.flex-control-thumbs li {
	width:20%;
	display:inline-table;
}
