.list-featured {
  background-color: none;
  border-top: none;
}
.lof-featured h3.featured-title {
    height:56px;
    line-height:56px;
    background-color: #393939;
    color: #fff;
	margin: 0;
	
    padding-left: 16px;
	text-transform: uppercase;
	
    font-family: "Roboto Condensed", sans-serif;
	font-weight:600;
	max-width:40%;
	min-width:300px;
	border:none;
}
@media only screen and (min-width:1px) and (max-width:480px){
.lof-featured h3.featured-title {
	padding-left:15px;
	max-width:30%;
	min-width:200px;
	font-size:16px;
}
}
.responsive-img {
    max-width: 100%;
}
.lof-featured .lof-pager {
    padding: 13px;
	height: 0px;
    position: absolute;
    right: 60px;
    top: -38px;
    z-index: 9999;
}
.lof-pager a {
    background: url("images/miscellaneous_sprite.png") no-repeat scroll 0 -300px transparent;
    display: inline-block;
    height: 15px;
    margin: 0 5px 0 0;
    width: 15px;
}
.lof-pager a.selected {
    background-position: -25px -300px;
    cursor: default;
}
.lof-pager a span {
    display: none;
}
.lof-featured{
  margin-bottom: 0;
  padding-bottom:30px;
  border-bottom: 1px solid #EDEDED;
}
.list-featured {
	
}
.list-featured > ul {
    display: block;
    height: 100%;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.list-featured ul li {
    display: block;
    float: left;
    margin: 0 10px;
    padding: 0;
    border:1px solid #EDEDED;
    background:#fff;
}
.list-featured ul li {
    padding-top: 20px;
}
.list-featured ul li .featured-item {
}
.entry-content .entry-price-discount{
  font-style: italic;
}
.entry-content .entry-price {
  font-family: "Open Sans", sans-serif;
  font-weight:700;
  font-size: 16px;
  color: #393939;
  padding: 5px 0 10px 0;
  text-align:center;
}
.entry-price:before, .entry-price:after{
    display:table;
    content:"";
}
.entry-price:after{
    clear:both;
}
.list-featured ul li h4 {
  margin: -3px 0 3px 0;
  font-size: 16px;
  text-align:center;
  line-height:1.3em;
}
.list-featured ul li h4 a {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight:400;
    font-size:16px;
    color: #393939;
    display: block;
    height: 38px;
    overflow: hidden;
    padding: 0 23px;
}
.list-featured ul li p {
    margin: 5px 0 0;
	height: 40px;
	overflow: hidden;
}
.list-featured.responsive {
	position: relative;
	border-top: 1px solid #EDEDED;}

.list-featured.responsive .caroufredsel_wrapper {
  padding-bottom: 15px;
  margin-top: 30px !important;
  min-height:328px !important;
  
}

@media only screen and (min-width:1px) and (max-width:1200px){
.list-featured.responsive .caroufredsel_wrapper {
  padding-bottom: 15px;
  margin-top: 30px !important;
  min-height:auto !important;
  
}
}

.list-featured .featured-nav {
    position: absolute;
    right: 0;
    top: -57px;
    z-index: 10;
    width: 113px;
    height: 56px;
}
.list-featured .featured-nav a {
    outline: medium none;
    text-decoration: none;
    right: 0;
}
.list-featured .next, .list-featured .prev {
    background-color: #dee7ec;
    height: 56px;
    width: 56px;
    top:0;
    position: absolute;
    background: url('images/carousel-next.png') no-repeat center top;
}

.list-featured .next:hover, .list-featured .prev:hover{
    background: url('images/carousel-next.png') no-repeat center bottom;	
}
.list-featured .prev {
    left: 0;
    background: url('images/carousel-prev.png') no-repeat center top;
}
.list-featured .prev:hover {
    left: 0;
    background: url('images/carousel-prev.png') no-repeat center bottom;
}

.featured-item .video-thumb {
    position: relative;
	text-align: center;
	padding: 3px;
	margin-bottom:8px;
	
}
.featured-item .play-icon {
    background: url("images/play.png") no-repeat scroll center center transparent;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 168px;
}
.featured-item .black-overlay {
    background: none repeat scroll 0 0 #000000;
    cursor: pointer;
    display: block;
    height: 100%;
    opacity: 0.3;
    width: 100%;
}
.featured-item img {
 -webkit-transition: all 0.33s ease-out;
 -moz-transition: all 0.33s ease;
 -o-transition: all 0.33s ease;
 width:60%;
 height:auto;
}
 
.featured-item a.lof-add-cart span{
    background-color: #4289B9;
    background-image: -moz-linear-gradient(center top , #4289B9 50%, #396D9C 50%);
    border: 1px solid #396D9C;
    box-shadow: 0 1px 0 0 #50A4C8 inset;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 6px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}
.featured-item a.lof-add-cart:hover span{
    background-color: #396D9C;
    background-image: -moz-linear-gradient(center top , #396D9C 50%, #4289B9 50%);
    box-shadow: none;
    text-decoration: none;
    text-shadow: 0 0 4px #FFFFFF;
}
.featured-item a.lof-add-cart:hover{
    text-decoration: none;
}
.featured-item .lof-main-puplic {
    text-align: center;
}
.featured-widget header{
    padding-bottom: 0px !important;
}