@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);

.woos_layout3 *{
	font-family: "Roboto Condensed", sans-serif;
}

/* responsive slides fix */
.woos_layout3 .woos_product_gallery{
	position: relative;
}

.woos_layout3 .rslides_nav{
	background: rgba( 251, 68, 0, 0.6 );
	padding: 5px 5px 5px 5px;
	position: absolute;
	-webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
	top: 45%;	
	z-index: 999999;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;	
}

.woos_layout3 .rslides_nav:hover{
	background: rgba( 251, 68, 0, 0.9 );	
}

.woos_layout3 .rslides_nav.prev{
	left: 0px;
}

.woos_layout3 .rslides_nav.next{
	right: 0px;
}

.woos_layout3 .woos_slider_con{
	margin: 0!important;
	list-style: none!important;
}

.woos_layout3 .rslides_nav .fa{
	color: #ffffff;
	font-family: FontAwesome;
}
/* end responsive slides fix */

.woos_layout3 .woos_price{
	margin-bottom: 20px;
}

.woos_layout3.woos_item{
	margin: 10px;
	padding-top: 3px;
	background: #ffffff;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;	
}

.woos_layout3.woos_item:hover{
	background-color: #FB4400;
}

.woos_layout3 .woos_container{
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	position: relative;
	overflow: hidden;
}
/* overlay */
.woos_layout3 .woos_overlay{
	display: block;
	position: absolute;
	z-index: 20;
	background: rgba(255, 255, 255, 0.8);
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.woos_layout3 .woos_overlay {
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
}

.woos_layout3.hover .woos_overlay {
  height: 100%;
}

.woos_layout3 .woos_responsive_frame{
	width: 100%;
	height: 100%;
}
.woos_layout3 .woos_media{
	text-align: center;
	width: 100%;
}

.woos_layout3 .woos_media img{
	width: 100%;
	height: auto;
}

.woos_layout3 .woos_content{
	width: 48%;	
	float: right;	
}

.woos_layout3 .woos_clearfix{
	clear: both;
}

.woos_layout3 .woos_ratings {
	height: 17px;
	display: inline-block;
	position: relative;
	width: 80px;
	text-align: center;
}

.woos_layout3 .woos_clearfix{
	clear: both;
}

.woos_layout3 .woos_ratings:before,.woos_layout3 .woos_ratings:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  position: absolute;
  top: 0;
  left: 0;
}
.woos_layout3 .woos_ratings:before {
  color: #FB4400;
  content: "\f006\f006\f006\f006\f006";
}
.woos_layout3 .woos_ratings:after {
  color: #FB4400;
  content: "\f005\f005\f005\f005\f005";
  overflow: hidden;
}

.woos_layout3 .woos_ratings.woos_none:after {
	content: "";
}

.woos_layout3 .woos_ratings.woos_half:after {
	content: "\f089";
}

.woos_layout3 .woos_ratings.woos_one:after {
  content: "\f005";
}

.woos_layout3 .woos_ratings.woos_onehalf:after {
  content: "\f005\f089";
}

.woos_layout3 .woos_ratings.woos_two:after {
  content: "\f005\f005";
}

.woos_layout3 .woos_ratings.woos_twohalf:after {
  content: "\f005\f005\f089";
}

.woos_layout3 .woos_ratings.woos_three:after {
  content: "\f005\f005\f005";
}

.woos_layout3 .woos_ratings.woos_threehalf:after {
  content: "\f005\f005\f005\f089";
}

.woos_layout3 .woos_ratings.woos_four:after {
  content: "\f005\f005\f005\f005";
}

.woos_layout3 .woos_ratings.woos_fourhalf:after {
  content: "\f005\f005\f005\f005\f089";
}

/* PRICE*/
.woos_layout3 .woos_price.woos_price_margin_top{
	margin-top: 34px;
}
.woos_layout3 .woos_price{
	text-align: center;
	margin-top: 10px;
}
.woos_layout3 .woos_price span{
	font-size: 25px;
	font-weight: 700;
	color: #393939;
}

.woos_layout3 .woos_price del span{
	font-size: 15px;
	color: #999999;
}

.woos_layout3 .woos_price ins{
	background: transparent;
	margin-left: 10px;
	text-decoration: none;
}
.woos_layout3 .woos_price ins span{	
	color: #FB4400;
}

/* TITLE*/
.woos_layout3 .woos_title{
	text-align: center
}
.woos_layout3 .woos_title a{
	text-decoration: none;
	color: #4C4C4C;
	font-size: 20px;
	font-weight: bold;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;	
}

.woos_layout3 .woos_title{
	margin-bottom: 20px;
}

.woos_layout3 .woos_title a:hover{
	color: #FB4400;	
}

/* DESCRIPTION */
.woos_layout3 .woos_desc{
	padding-right: 23px;
	padding-left: 23px;
	margin-bottom: 27px;
}
.woos_layout3 .woos_desc p{	
	text-align: center;
	margin-bottom: 15px;
	font-size: 14px;
	color: #656565;
	line-height: 22px;
}

/* QUNATITY */
.woos_layout3 .quantity.buttons_added{
	text-align: right;
	width: 100%;
}
.woos_layout3 .quantity.buttons_added .minus, .woos_layout3 .quantity.buttons_added .plus{
	width: auto;
	height: auto;
	line-height: 26px;
	vertical-align: top;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 0px 10px;
	background: rgba( 251, 68, 0, 0.8 );
	color: #ffffff;
	border: none;
	display: inline-block;
	position: relative;	
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;		
}

.woos_layout3 .quantity.buttons_added .minus:hover, 
.woos_layout3 .quantity.buttons_added .plus:hover, 
.woos_layout3 .quantity.buttons_added .minus:focus, 
.woos_layout3 .quantity.buttons_added .plus:focus, 
.woos_layout3 .quantity.buttons_added .minus:active, 
.woos_layout3 .quantity.buttons_added .plus:active{
	opacity: 1;
	background: #FB4400;
}

.woos_layout3 .quantity.buttons_added .qty{
	float: none;
	width: 40px;
	vertical-align: middle;
	height: 28px;
	padding: 0px 7px;
	border: 1px solid #aaaaaa;
	border-radius: 2px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 0px;
	text-align: right;
}

/* ADD TO CART */
.woos_layout3 .woos_cart{
	position: absolute;
	bottom: 0px;
	width: 100%;
}

.woos_layout3 .stock{
	float: left;
	border-radius: 2px;
	color: #ffffff;
	background: rgba( 251, 68, 0, 0.8 );
	border-radius: 2px;
	padding: 0px 5px;
	line-height: 28px;
	margin: 0px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;	
}
.woos_layout3 .stock:hover{
	opacity: 1;
	background: #FB4400;
}

.woos_layout3 .single_add_to_cart_button.button.alt, .woos_layout3 .single_add_to_cart_button{
	text-decoration: none;
	box-shadow: none;
	font-family: "Roboto Condensed",sans-serif;
	font-size: 14px;	
	text-align: center;
	cursor: pointer;
	padding: 0px;
	line-height: 28px;
	margin-top: 3px;
	display: block;
	width: 100%;
	color: #ffffff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	border: none;
	-webkit-border-radius: 3px;
	background: rgba( 251, 68, 0, 0.8 );
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	text-shadow: none;
	font-weight: 400;
}

.woos_layout3.single_add_to_cart_button.button.alt:hover, 
.woos_layout3 .single_add_to_cart_button.button.alt:focus, 
.woos_layout3 .single_add_to_cart_button.button.alt:active,
.woos_layout3.single_add_to_cart_button:hover, 
.woos_layout3 .single_add_to_cart_button:focus, 
.woos_layout3 .single_add_to_cart_button:active{
	opacity: 1;
	background: #FB4400;
	text-shadow: none;
}

/* SALE RIBON */

.woos_layout3  .woos_sale {	
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	z-index: 999;
	position: relative;
	float: left;
	-webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0); 		
	padding: 0px 10px;
	border-radius: 0px 0px 10px 0px;
	background-color: #BFDC7A;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45)); 
	background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45); 
	background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45); 
	background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45); 
	background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45); 
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
	box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

/* FEATURED RIBON */
.woos_layout3  .woos_featured {
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	z-index: 999;
	position: relative;	
	float: right;
	-webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0); 		
	padding: 0px 10px;
	border-radius: 0px 0px 0px 10px;
	background-color: #FB7006;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FB7006), to(#FB4400)); 
	background-image: -webkit-linear-gradient(top, #FB7006, #FB4400); 
	background-image:    -moz-linear-gradient(top, #FB7006, #FB4400); 
	background-image:     -ms-linear-gradient(top, #FB7006, #FB4400); 
	background-image:      -o-linear-gradient(top, #FB7006, #FB4400); 
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
	box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}