/*
Theme Name: jolisport child
Theme URI: http://sport.jolithemes.com/
Description: A child theme of jolisport
Author: jolithemes
Author URI: http://jolithemes.com/
Version: 1.0
Text Domain: jolisport
Template: jolisport
*/

@import url("../jolisport/style.css");


.el_cart_totals {
	float: left;
	background-color: #fff;
	width: 37rem;
	min-height: 24rem;
	padding: 4rem;
}
.woocommerce div.product .summary .product-price {
	margin: 0 0 2rem 0;
	font-size: 1.03em;	
}
.cart_total .shop_table_totals th {
	width: 5em;
	color: #fff;
}
img.vc_single_image-img.attachment-full:hover{
	opacity:0.5;
}
img.vc_single_image-img:hover {
    opacity: 0.8;
	 background: #66FF33;
  top: 0;
  left: 0;
  transition: opacity .30s ease-in-out;
   -moz-transition: opacity .30s ease-in-out;
   -webkit-transition: opacity .30s ease-in-out;
}