/* Add here all your css styles (customizations) */

.navbar-brand>img {
  margin-top: -7px;
}

.team-v6 img {
  width: 150px;   /* width: 100%; */
  margin-bottom: 20px;
  text-align: center;
}

.headline h2, .headline h3, .headline h4 {
  margin: 0 0 -2px 0;
}

/*Shop Product Prices*/
.shop-product .shop-product-prices li:first-child {
	padding-left: 0;
}

.shop-product .shop-product-prices li {
	font-size: 40px;
	margin-left: 10px;
}

.shop-product .line-through {
	color: #bbb;
	text-decoration: line-through;
}

/*Badge*/
.shop-product .time-day-left {
	top: -6px;
	color: #fff;
	font-size: 12px;
	padding: 3px 8px;
	margin-left: 40px;
	position: relative;
}

.shop-product .oferta {
	top: -6px;
	color: #fff;
	padding: 3px 8px 3px 8px;
	position: relative;
}

.product-descripcio {
    font-size: 16px;
}

/*Countdown
------------------------------------*/

.coming-soon-plugin {
	padding: 20px;
	text-align: center;
}  

#defaultCountdown { 
	width: 100%;
	margin: 10px 0; 
	overflow: hidden;
}

#defaultCountdown span.countdown_row {
	overflow: hidden;
}

#defaultCountdown span.countdown-section {
	margin: 2px;
	width: 70px;
	padding: 25px 0;
	text-align: center;
	display: inline-block;
	background: #72c02c;
}

#defaultCountdown span.countdown-amount {
	color: #fff;
	display: block;
	font-weight: 200;
	font-size: 30px !important;
	line-height: 25px !important;
  	font-family: 'Open Sans', sans-serif;	
}

#defaultCountdown span.countdown-period {
	color: #fff;
	display: block;
	font-weight: 200;
	font-size: 12px !important;
}


