.productdeals {
    position: relative;
}
.deal_detail {
    clear: both;
    font-style: normal;
    padding: 0;
    text-align: center;
}

.center{
    text-align: center;
    
    
}

.topcounter{
    
    margin-top:20px;
}

.bottomcounter{
    color:#ea0000;
margin-bottom: 20px;
}



.productdeals .deal_detail {
    padding: 10px 0 0;
    font-size:12px;
}
.deal_detail ul {
    padding:0px!important;
}
.deal_detail ul li {
    display: block;
    margin: 0 3px;
}
.deal_detail ul li span {
    display: block;
    font-style: normal;
    font-weight: bold;
}
.deal_detail ul li span.deal_detail_num {
    color: #CC3333;
    font-size: 14px;
    font-weight: bold;
}
.deal_detail ul li span.deal_detail_num .price {
    font-size: 14px;
}
.deal-qty-box {
    clear: both;
    padding: 5px 0 0;
    text-align: center;
}
.deal-qty-box .deal-qty{
    color: #CC3333;
    font-size: 12px;
    font-weight: bold;
}
.item-detail{
    text-align: center;
}
.productdeals .product-block .deal_detail_num .price{
    margin:0px;
}
/* Countdown */
.productdeals .timeleft {
    background-color: #666666;
    background-image: linear-gradient(to bottom, #3b5871, #0A263D);
    background-image: -webkit-linear-gradient(to bottom, #3b5871, #0A263D);
    background-image:    -moz-linear-gradient(to bottom, #3b5871, #0A263D);
    background-image:     -ms-linear-gradient(to bottom, #3b5871, #0A263D);
    background-image:      -o-linear-gradient(to bottom, #3b5871, #0A263D);
    min-height: 40px;
    border-radius: 2px 2px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    text-align: right;
}
.productdeals .timeleft h3{
    color: #FFFFFF!important;
    padding:0; 
    margin:0; 
    line-height:40px;
    font-family: verdana,arial;
    font-size: 19px;
    font-weight: normal;
}
.productdeals .item-countdown ul{
    color: #4A4949;
    font-size: 9px;
    font-weight: normal;
    list-style-type: none;
    padding: 0;
    text-align: center;
  
}
.productdeals .item-countdown ul li{float:right!important;display: inline-table; margin: 0px 8px 0px 0px!important; line-height: inherit!important; }
.productdeals .item-countdown ul li.first{}
.productdeals .item-countdown ul li.last{ margin: 0px;}
.productdeals .item-countdown ul li div{text-transform: uppercase; clear: both;text-align:center;width:100%;font-size:10px;}
.productdeals .item-countdown ul li div.countdown_num{font-size: 18px; color: #fff; margin: 0px 0px 3px 0px;}
.productdeals .item-countdown ul li div.countdown_num span{background: #000; padding: 1px 3px; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; margin: 0px 1px;}


.productdeals .timeleft{background-color: #666666; background-image: linear-gradient(to bottom, #7aa832, #4b6f13);}
.productdeals .item-countdown ul li div.countdown_num span{background: #666666;}
.productdeals .item-countdown ul li div.countdown_num span.mw_dld_detail_num{color: #666666}

/*Carousel css*/

.productdeals .product-block .group-item {
	display: inline-block;
}
.productdeals .name {
	background-color: #424242;
	line-height: 30px;
	margin: -30px -13px 0px 10px;
	position: relative;
	width: 30%;
	padding:10px;
}
.productdeals .name a {
	 color: #FFFFFF;
	 margin: 0;
	 padding: 0 13px;
	 font-size: 14px;
}
.productdeals .product-block:hover  .name a {
	color: #f2711f;
}
.productdeals .group-action .cart {
    float: none;
}
.productdeals .group-action .cart input {
	background-color: #7eac22;
    display: inline-block;
    height: auto;
    overflow: hidden;
    padding: 0;
    text-indent: 0;
    width: auto;
}
.productdeals .group-action .group-action-inner {
	background-color: #7eac22;
    bottom: 30px;
    height: 33px;
    margin: 0 ;
    position: absolute;
    width: 100%;
    right: -100%;
	opacity:0;
    transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}
.productdeals .product-block:hover .group-action .group-action-inner {
	right: 0;
	opacity:1;
    transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
}
.productdeals .group-action .wishlist, 
.productdeals .group-action .compare {
    float: left;
    width: 19.5%;
    border-left: 1px solid #8cbc2b;
    border-right: 1px solid #6d951d;
}
.productdeals .group-action .cart {
    float: left;
    border-left: 1px solid #8cbc2b;
    width: 56%;
}
.productdeals .group-action .wishlist:hover, 
.productdeals .group-action .compare:hover, 
.productdeals .group-action .cart:hover {
}
.productdeals .group-action .wishlist a,
.productdeals .group-action .compare a, 
.productdeals .group-action .cart .button {
    background-image: url("../image/default/icon-action.png");
    background-repeat: no-repeat;
    height: 32px;
    width: 100%;
}
.productdeals .group-action .wishlist a, 
.productdeals .group-action .compare a {
    overflow: hidden;
    text-indent: -9999em;
    padding: 0;
}
.productdeals .group-action .wishlist a {
    background-position: 55% 12px;
}
.productdeals .group-action .compare a {
    background-position: 58% -52px;
}
.productdeals .group-action .cart .button {
    background-position: 14% -125px;
    color: #FFFFFF;
    font-weight: 400;
    padding-left: 30px;
}
.productdeals .group-action .icon-plus {
    background-color: #F2711F;
    bottom: 0;
    color: #FFFFFF;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 30px;
}
.productdeals .product-block:hover .group-action .icon-plus {
	background-color: #7eac22;
}
.productdeals .product-block .price {
	float: left;
	color: #f2711f;
	font-size: 18px;
	margin: 5px 0;
}
.productdeals .product-block .rating {
	 text-align: right;
}

.productdeals .box-description {
    font-size: 12px;
    color: #808080;
    text-transform: none;
    display: inline-block;
    padding:  0 15px;
    line-height: 22px;
}

.productdeals .box-description p {
    margin-bottom: 0;
}
.productdeals .carousel-controls {
    position: absolute;
    right: 0;
    top: 10px;
    width: 80px;
}
.productdeals .carousel-control {
    border-radius: 15px;
    font-size: 24px;
    height: 20px;
    line-height: 15px;
    margin-top: 0;
    width: 20px;
    opacity: 0.5;
}
.productdeals .box-product > div{
  
}


/* #1 start edit code */
/* css filter */
.productdeals .limit{
    float: right;
    margin-left: 15px;
}
.productdeals .sort{
    float: right;
    margin-left: 15px;
}
.productdeals .category{
    float: right;
    margin-left: 15px;
}
/* css row-fluid */
product-grid .row-fluid {
    width: 100%;
}

.product-lst {
    margin-top: 15px;
    text-align: center;
}

.productdeals .product-lst .product-inner .name {
    background-color: #42442;
    margin: 0px 0px 0px;
    line-height: 30px;
    position: relative;
}



.product-empty {
    color: red;
    margin-bottom: 15px;
    margin-top: 15px;
}

/* #1 end edit code */

.product-pavdeals  .image{

margin-bottom:15px;
}

.product-pavdeals .price-old {
    color: #4D4E4F;
    text-decoration: line-through;
}

.product-pavdeals .price-new{
    font-size: 15px;
    color: #D74142;
}










.productdeals {
	background-color: #fff;
	border: 1px solid #e0e0e0;
	overflow:  hidden;
}



.productdeals .namedeals {
	color: #333333;
line-height: normal;
transition-duration: 0.3s;
font-weight: bold;
text-align: center;
}

.remove-price {
    /*background: #666;*/
    color: #666;
    /*display: table;*/
    /*float: right;*/
    font-size: 14px;
    /*height: 34px;*/
    /*margin-left: 5px;*/
    padding: 8px 7px 0;
    position: relative;
}

.remove-price span:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;

  /*-webkit-transform:rotate(20deg);*/
  /*-moz-transform:rotate(20deg);*/
  /*-ms-transform:rotate(20deg);*/
  /*-o-transform:rotate(20deg);*/
  /*transform:rotate(20deg);*/
}


.sale-price {
    color: #fff;
    float: right;
    font-size: 18px;
    margin-top: 4px;
	height: 30px;
}

.price-type{
    color: #fff;
    font-size: 11px;
    line-height: 1.2;
    margin-bottom: 1px;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 3px;
    width: 35px;
}

.deals-timer p {
	 font-size: 13px;
}



.deals-first-pic > img {
    height: auto;
    width: 100%;
}

.sm-title h2 {
    font-size: 12px;
    line-height: normal;
    margin: -8px 0 23px;
    text-align: right;
    width: 89%;
}

.visible-sm > a{
	color:#262626;
	font-weight: bold;
}

.feat > li {
    display: inline-block;
    margin-bottom: 15px;
    margin-top: 30px;
    width: 100%;
	min-height: 100%;
}

div#feature_list ul.feat {
    height: 278px;
    list-style: outside none none;
    overflow-y: hidden;
}


.deals-error {
    text-align: center;
    padding-top: 18px;
    color: #A8A8A8;
}


.feature-deals .flip-clock-wrapper {
    padding: 0 25px;
}

.deals-timer {
	margin-top: 10px;
}

.deals-timer .flip-clock-wrapper {
    float: right;
    margin: 1em;
    position: relative;
	width: auto !important;
}

.feat li:first-child .deals-timer{
	display: block;
}

/* =========================== Deals Timer Style Codes ========================= */

.deals-timer ul{
	margin: 3px 1px !important;
    padding: 13px !important;
}

.deals-timer .flip-clock-wrapper{
	margin: 0 !important;
}

.deals-timer .flip-clock-wrapper ul li{
	line-height: 33px;
}

.deals-timer .flip-clock-dot{
	width: 3px;
	height: 3px;
	left: 2px;
}

.deals-timer .flip-clock-dot.bottom {
    bottom: 8px;
}

.deals-timer .flip-clock-dot.top {
    top: 16px;
}

.deals-timer .flip-clock-divider{
	height: 33px;
    width: 6px;
}

.deals-timer .flip-clock-wrapper ul{
	width: 16px;
	height: 30px;
	line-height: 43px;
	padding: 13px 19px 13px 0 !important
}

.deals-timer .flip-clock-wrapper ul li a div div.inn{
	font-size: 16px;
}

/* ======================== Begin Deals Panel Styles =========================== */

.rima-car-title {
	color: #959595;
    float: right;
    font-size: 14px;
    margin: 4px 5px 0;
	font-weight: 500;
}

.rima-car-title-panel{
	padding-right:0 !important;
	padding-left:0 !important;
	margin-bottom:3px;	
}

.deals-panel header, .most-view-booth-panel header {
    position: relative;
    z-index: 6;
}

.deals-panel-nav {
	padding-left: 0 !important;
}

.deals-panel-nav ul{
	padding:0;
	margin:5px 25px 0 0;
	border-bottom:1px solid;
	float: left;
	border-color:#eee;
}

.deals-panel-nav ul li {
 	background: #ffffff;
    border-radius: 3px 3px 0 0;
    color: #959595;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: 100;
    list-style: outside none none;
    margin-right: 2px;
    padding: 5px 10px;
    transition-duration: 0.3s;
}

.deals-panel-nav ul li:hover{
	background:#DDDDDD;
}
.sale-price {
    color: #fff;
    float: right;
    font-size: 18px;
    margin-top: 4px;
    height: 30px;
}.feature-daels-price {
    /*background: #006AD0;*/
    display: table;
    margin: 7px auto;
    float: right;
}

.feature-deals > span {
    color: #747474;
    display: block;
    text-align: right;
}
.productdeals .tab-content {
	padding:  0;
	margin: 0;
	background: none;
	border: none;
	position: relative;
	width:75%;
	float:left;
}
.productdeals .carousel-inner .item {
	 padding:  0;
}
.productdeals .carousel-control{
	z-index:10
}
.productdeals .product-block {
	 margin:  0;
}
.productdeals .product-block .image {
	float: left;
	margin-right: 20px;
}
.productdeals .product-block .description {
	 padding-bottom:  30px;
}
.productdeals .tab-content:before {
	position: absolute;
	content: '';
	width: 1px;
	 background-color: #d0d0d0; 
	  background-repeat: repeat-x;
	  /* Safari 4-5, Chrome 1-9 */ 
	   background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d0d0d0), to(#FFFEFE));
	   /* Safari 5.1, Chrome 10+ */ 
	   background: -webkit-linear-gradient(top, #FFFEFE, #d0d0d0);
	    /* Firefox 3.6+ */ 
	    background: -moz-linear-gradient(top, #FFFEFE, #d0d0d0); 
	    /* IE 10 */
	     background: -ms-linear-gradient(top, #FFFEFE, #d0d0d0);
	  /* Opera 11.10+ */
	   background: -o-linear-gradient(top, #FFFEFE, #d0d0d0);
	 height:  150%;
	 right: 0;
	  top: 0;
}
.productdeals .tab-nav {
	position: relative;
	width: 25%;
	float: left;
}
.productdeals .tab-nav ul {
}
.productdeals .tab-nav ul li:before {
		    bottom: 0;
    content: "";
    height: 1px;
    left: 1px;
    position: absolute;
    width: 100%;
    z-index: 10;
	 /* fallback */ 
	 background-color: #e0e0e0; 
	  background-repeat: repeat-y;
	  /* Safari 4-5, Chrome 1-9 */ 
	  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#e0e0e0));
	   /* Safari 5.1, Chrome 10+ */ 
	   background: -webkit-linear-gradient(left, #e0e0e0, #ffffff);
	    /* Firefox 3.6+ */ 
	    background: -moz-linear-gradient(left, #e0e0e0, #ffffff); 
	    /* IE 10 */
	     background: -ms-linear-gradient(left, #e0e0e0, #ffffff);
	  /* Opera 11.10+ */
	   background: -o-linear-gradient(left, #e0e0e0, #ffffff);
	}
.productdeals .tab-nav ul li {
	 line-height:  45px;
	 position: relative;
	 padding-left: 15px;
	 padding-right: 15px;
	 border-top: 1px solid transparent;
	 margin-left: -1px; 
}
.productdeals .tab-nav ul li.active:before {	    
	bottom: 0;
    content: "";
    height: 1px;
    left: 0px;
    position: absolute;
    width: 100%;
    z-index: 10;
	 /* fallback */ 
	 background-color: #e0e0e0; 
	  background-repeat: repeat-y;
	  /* Safari 4-5, Chrome 1-9 */ 
	  background: -webkit-gradient(linear, left top, right top, from(#e0e0e0), to(#e0e0e0));
	   /* Safari 5.1, Chrome 10+ */ 
	   background: -webkit-linear-gradient(left, #e0e0e0, #e0e0e0);
	    /* Firefox 3.6+ */ 
	    background: -moz-linear-gradient(left, #e0e0e0, #e0e0e0); 
	    /* IE 10 */
	     background: -ms-linear-gradient(left, #e0e0e0, #e0e0e0);
	  /* Opera 11.10+ */
	   background: -o-linear-gradient(left, #e0e0e0, #e0e0e0);
}
.productdeals .tab-nav ul li.active:after {	    
	top: -2px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 10;
	 /* fallback */ 
	 background-color: #e0e0e0; 
	  background-repeat: repeat-y;
	  /* Safari 4-5, Chrome 1-9 */ 
	  background: -webkit-gradient(linear, left top, right top, from(#e0e0e0), to(#e0e0e0));
	   /* Safari 5.1, Chrome 10+ */ 
	   background: -webkit-linear-gradient(left, #e0e0e0, #e0e0e0);
	    /* Firefox 3.6+ */ 
	    background: -moz-linear-gradient(left, #e0e0e0, #e0e0e0); 
	    /* IE 10 */
	     background: -ms-linear-gradient(left, #e0e0e0, #e0e0e0);
	  /* Opera 11.10+ */
	   background: -o-linear-gradient(left, #e0e0e0, #e0e0e0);
}


.productdeals .tab-nav ul li.active:first-child:after {background:  none;}
.productdeals .tab-nav ul li.active {
	background-color:  #ffffff;
	z-index: 10;
}
.productdeals .tab-nav ul li.active a{
	 font-weight: bold;
	 color: #5F9A7B;
}
.productdeals .tab-nav ul li a{
	 line-height: 45px;
	 display: block;
}
	.productdeals .tab-nav ul li a img {
		margin-right: 5px;
	}

.tab-content .box-products {
	margin-right: 1px;
	}
	
	
.custom-tab-carousel {
	float:right;
	width:100%;
	margin:0px 0;
}

.custom-tab-carousel-right {
	width: 25%;
  float: left;
  border-left: 1px solid #ddd;
  overflow: hidden;
  height: 250px;
  background: #F5F5F5;
}

.custom-tab-carousel-left {
	width:75%;
	overflow:hidden;
	float:left;
	height:250px;
	background:#fff;
}

.custom-tab-carousel-content {
	float:right;
	width:100%;
	text-align:right;
	direction:rtl;
}

#tabs > div {
	width: 100%;
	float: left;
	height:250px;
	overflow: hidden;
}
#tabs h3 {
	font-size: 15px;
	line-height: 20px;
	margin: 0 0 20px 0;
	display:none;
}
#pager {
	width: 100%;
	float:right;
}
#pager a {
	border-bottom: 1px solid #ddd;
  float: right;
  width: 100%;
  text-align: center;
  color: #080808;
  font-size: 12px;
  line-height: 31px;
  height: 31px;
  text-decoration: none !important;
}
#pager a:hover {
	color: #666;
}
#pager a.selected {
	background-color: #006AD0!important;
  color: #FFFFFF;
 
}
#pager a.arr{
display: none;
width: 15px;
height: 29px;
position: absolute;
right: -15px;
top: 0px;
background: transparent url("../image/arrow-7.png") no-repeat scroll -15px 0px !important;
}

.item-countdown {
	font-family:tahoma, Helvetica, sans-serif;	
	display: inline-block;
}

.counter-item-title {
	font-family:BYekan;
	font-size:13px;	
}
.productdeals .product-thumb .caption {
    min-height:315px;

}
.productdeals {
    position: relative;
}
.deal_detail {
    clear: both;
    font-style: normal;
    padding: 0;
    text-align: center;
}
.productdeals .deal_detail {
    padding: 10px 0 0;
    font-size:12px;
}
.deal_detail ul {
    padding:0px!important;
}
.deal_detail ul li {
    display: block;
    margin: 0 3px;
}
.deal_detail ul li span {
    display: block;
    font-style: normal;
    font-weight: bold;
}
.deal_detail ul li span.deal_detail_num {
    color: #CC3333;
    font-size: 14px;
    font-weight: bold;
}
.deal_detail ul li span.deal_detail_num .price {
    font-size: 14px;
}
.deal-qty-box {
    clear: both;
    padding: 5px 0 0;
    text-align: center;
}
.deal-qty-box .deal-qty{
    color: #CC3333;
    font-size: 12px;
    font-weight: bold;
}
.item-detail{
    text-align: center;
}
.productdeals .product-block .deal_detail_num .price{
    margin:0px;
}
/* Countdown */
.productdeals .timeleft {
    background-color: #333333;
    background-image: linear-gradient(to bottom, #3b5871, #0A263D);
    background-image: -webkit-linear-gradient(to bottom, #3b5871, #0A263D);
    background-image:    -moz-linear-gradient(to bottom, #3b5871, #0A263D);
    background-image:     -ms-linear-gradient(to bottom, #3b5871, #0A263D);
    background-image:      -o-linear-gradient(to bottom, #3b5871, #0A263D);
    min-height: 40px;
    border-radius: 2px 2px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    text-align: center;
}
.productdeals .timeleft h3{
    color: #FFFFFF!important;
    padding:0; 
    margin:0; 
    line-height:40px;
    font-family: verdana,arial;
    font-size: 19px;
    font-weight: normal;
}
.productdeals .item-countdown ul{
    color: #4A4949;
    font-size: 14px;
    font-weight: normal;
    list-style-type: none;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
	margin-top:10%;
}

.productdeals .item-countdown ul li{float:left!important;display: inline-table; margin: 0px 4px 0px 4px!important; line-height: inherit!important; }

.productdeals .item-countdown ul li.first{}

.productdeals .item-countdown ul li.last{ margin: 0px;}

.productdeals .item-countdown ul li div{text-transform: uppercase; clear: both;text-align:center;width:100%;font-size:10px;}

.productdeals .item-countdown ul li div.countdown_num{font-size: 18px; color: #fff; margin: 0px 0px 3px 0px;}

.productdeals .item-countdown ul li div.countdown_num span{background: #000; padding: 4px 6px; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; margin: 0px 1px;}

.productdeals .item-countdown ul li.counter-dots {
	margin:0 !important;
	padding:0 !important;
	font-size:30px;
	line-height:25px !important;
	font-weight:bold;	
}


.productdeals .timeleft{background-color: #33333; background-image: linear-gradient(to bottom, #7aa832, #4b6f13);}
.productdeals .item-countdown ul li div.countdown_num span{background: #333333;}
.productdeals .item-countdown ul li div.countdown_num span.mw_dld_detail_num{color: #333333}

/*Carousel css*/

.productdeals .product-block .group-item {
	display: inline-block;
}
.productdeals .name {
	background-color: #424242;
	line-height: 30px;
	margin: -30px -13px 0px 10px;
	position: relative;
	width: 30%;
	padding:10px;
}
.productdeals .name a {
	 color: #FFFFFF;
	 margin: 0;
	 padding: 0 13px;
	 font-size: 14px;
}
.productdeals .product-block:hover  .name a {
	color: #f2711f;
}
.productdeals .group-action .cart {
    float: none;
}
.productdeals .group-action .cart input {
	background-color: #7eac22;
    display: inline-block;
    height: auto;
    overflow: hidden;
    padding: 0;
    text-indent: 0;
    width: auto;
}
.productdeals .group-action .group-action-inner {
	background-color: #7eac22;
    bottom: 30px;
    height: 33px;
    margin: 0 ;
    position: absolute;
    width: 100%;
    right: -100%;
	opacity:0;
    transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}
.productdeals .product-block:hover .group-action .group-action-inner {
	right: 0;
	opacity:1;
    transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
}
.productdeals .group-action .wishlist, 
.productdeals .group-action .compare {
    float: left;
    width: 19.5%;
    border-left: 1px solid #8cbc2b;
    border-right: 1px solid #6d951d;
}
.productdeals .group-action .cart {
    float: left;
    border-left: 1px solid #8cbc2b;
    width: 56%;
}
.productdeals .group-action .wishlist:hover, 
.productdeals .group-action .compare:hover, 
.productdeals .group-action .cart:hover {
}
.productdeals .group-action .wishlist a,
.productdeals .group-action .compare a, 
.productdeals .group-action .cart .button {
    background-image: url("../image/default/icon-action.png");
    background-repeat: no-repeat;
    height: 32px;
    width: 100%;
}
.productdeals .group-action .wishlist a, 
.productdeals .group-action .compare a {
    overflow: hidden;
    text-indent: -9999em;
    padding: 0;
}
.productdeals .group-action .wishlist a {
    background-position: 55% 12px;
}
.productdeals .group-action .compare a {
    background-position: 58% -52px;
}
.productdeals .group-action .cart .button {
    background-position: 14% -125px;
    color: #FFFFFF;
    font-weight: 400;
    padding-left: 30px;
}
.productdeals .group-action .icon-plus {
    background-color: #F2711F;
    bottom: 0;
    color: #FFFFFF;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 30px;
}
.productdeals .product-block:hover .group-action .icon-plus {
	background-color: #7eac22;
}
.productdeals .product-block .price {
	float: left;
	color: #f2711f;
	font-size: 18px;
	margin: 5px 0;
}
.productdeals .product-block .rating {
	 text-align: right;
}

.productdeals .box-description {
    font-size: 12px;
    color: #808080;
    text-transform: none;
    display: inline-block;
    padding:  0 15px;
    line-height: 22px;
}

.productdeals .box-description p {
    margin-bottom: 0;
}
.productdeals .carousel-controls {
    position: absolute;
    right: 0;
    top: 10px;
    width: 80px;
}
.productdeals .carousel-control {
    border-radius: 15px;
    font-size: 24px;
    height: 20px;
    line-height: 15px;
    margin-top: 0;
    width: 20px;
    opacity: 0.5;
}
.productdeals .box-product > div{
  
}


/* #1 start edit code */
/* css filter */
.productdeals .limit{
    float: right;
    margin-left: 15px;
}
.productdeals .sort{
    float: right;
    margin-left: 15px;
}
.productdeals .category{
    float: right;
    margin-left: 15px;
}
/* css row-fluid */
product-grid .row-fluid {
    width: 100%;
}

.product-lst {
    margin-top: 15px;
    text-align: center;
}

.productdeals .product-lst .product-inner .name {
    background-color: #42442;
    margin: 0px 0px 0px;
    line-height: 30px;
    position: relative;
}



.product-empty {
    color: red;
    margin-bottom: 15px;
    margin-top: 15px;
}

/* #1 end edit code */

.product-pavdeals  .image{

margin-bottom:15px;
}

.product-pavdeals .price-old {
    color: #4D4E4F;
    text-decoration: line-through;
}

.product-pavdeals .price-new{
    font-size: 15px;
    color: #D74142;
}










.productdeals {
	background-color: #fff;
	border: 1px solid #e0e0e0;
	margin: 5px;
	overflow:  hidden;
}
.productdeals .tab-content {
	padding:  0;
	margin: 0;
	background: none;
	border: none;
	position: relative;
	width:75%;
	float:right;
}
.productdeals .carousel-inner .item {
	 padding:  0;
}
.productdeals .carousel-control{
	z-index:10
}
.productdeals .product-block {
	 margin:  0;
}
.productdeals .product-block .image {
	float: left;
	margin-right: 20px;
}
.productdeals .product-block .description {
	 padding-bottom:  30px;
}
.productdeals .tab-content:before {
	position: absolute;
	content: '';
	width: 1px;
	 background-color: #d0d0d0; 
	  background-repeat: repeat-x;
	  /* Safari 4-5, Chrome 1-9 */ 
	   background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d0d0d0), to(#FFFEFE));
	   /* Safari 5.1, Chrome 10+ */ 
	   background: -webkit-linear-gradient(top, #FFFEFE, #d0d0d0);
	    /* Firefox 3.6+ */ 
	    background: -moz-linear-gradient(top, #FFFEFE, #d0d0d0); 
	    /* IE 10 */
	     background: -ms-linear-gradient(top, #FFFEFE, #d0d0d0);
	  /* Opera 11.10+ */
	   background: -o-linear-gradient(top, #FFFEFE, #d0d0d0);
	 height:  150%;
	 right: 0;
	  top: 0;
}
.productdeals .tab-nav {
	position: relative;
	width: 25%;
	float: left;
margin-top: -10px;
margin-bottom: -10px;
margin-left: -10px;
background-color: #F5F5F5;
border-left: 1px solid #E5E5E5;
}
.productdeals .tab-nav ul {
}
.productdeals .tab-nav ul li:before {
		    bottom: 0;
    content: "";
    height: 1px;
    left: 1px;
    position: absolute;
    width: 100%;
    z-index: 10;
	 /* fallback */ 
	 background-color: #e0e0e0; 
	  background-repeat: repeat-y;
	  /* Safari 4-5, Chrome 1-9 */ 
	  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#e0e0e0));
	   /* Safari 5.1, Chrome 10+ */ 
	   background: -webkit-linear-gradient(left, #e0e0e0, #ffffff);
	    /* Firefox 3.6+ */ 
	    background: -moz-linear-gradient(left, #e0e0e0, #ffffff); 
	    /* IE 10 */
	     background: -ms-linear-gradient(left, #e0e0e0, #ffffff);
	  /* Opera 11.10+ */
	   background: -o-linear-gradient(left, #e0e0e0, #ffffff);
	}
.productdeals .tab-nav ul li {
	 line-height:  45px;
	 position: relative;
	 padding-left: 15px;
	 padding-right: 15px;
	 border-top: 1px solid transparent;
	 margin-left: -1px; 
}
.productdeals .tab-nav ul li.active:before {	    
	bottom: 0;
    content: "";
    height: 1px;
    left: 0px;
    position: absolute;
    width: 100%;
    z-index: 10;
	 /* fallback */ 
	 background-color: #e0e0e0; 
	  background-repeat: repeat-y;
	  /* Safari 4-5, Chrome 1-9 */ 
	  background: -webkit-gradient(linear, left top, right top, from(#e0e0e0), to(#e0e0e0));
	   /* Safari 5.1, Chrome 10+ */ 
	   background: -webkit-linear-gradient(left, #e0e0e0, #e0e0e0);
	    /* Firefox 3.6+ */ 
	    background: -moz-linear-gradient(left, #e0e0e0, #e0e0e0); 
	    /* IE 10 */
	     background: -ms-linear-gradient(left, #e0e0e0, #e0e0e0);
	  /* Opera 11.10+ */
	   background: -o-linear-gradient(left, #e0e0e0, #e0e0e0);
}
.productdeals .tab-nav ul li.active:after {	    
	top: 2px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 10;
	 /* fallback */ 
	 background-color: #e0e0e0; 
	  background-repeat: repeat-y;
	  /* Safari 4-5, Chrome 1-9 */ 
	  background: -webkit-gradient(linear, left top, right top, from(#e0e0e0), to(#e0e0e0));
	   /* Safari 5.1, Chrome 10+ */ 
	   background: -webkit-linear-gradient(left, #e0e0e0, #e0e0e0);
	    /* Firefox 3.6+ */ 
	    background: -moz-linear-gradient(left, #e0e0e0, #e0e0e0); 
	    /* IE 10 */
	     background: -ms-linear-gradient(left, #e0e0e0, #e0e0e0);
	  /* Opera 11.10+ */
	   background: -o-linear-gradient(left, #e0e0e0, #e0e0e0);
}


.productdeals .tab-nav ul li.active:first-child:after {background:  none;}
.productdeals .tab-nav ul li.active {
	
	border-left: 1px solid #E5E5E5;
	border-top: 1px solid #E5E5E5;
color: #FFF;
  
background-color: #FFF !important;
	z-index: 10;
	
}
.productdeals .tab-nav ul li.active a{
	 font-weight: bold;
	 color: #5F9A7B;
}
.productdeals .tab-nav ul li a{
	 line-height: 45px;
	 display: block;
}
	.productdeals .tab-nav ul li a img {
		margin-right: 5px;
	}

.tab-content .box-products {
	margin-right: 1px;
	}
.productdeals .price .text {
    padding: 5px;
    font-size: 14px;
    line-height: 1;
}
.productdeals .price  {
font-size:18px;
 height: 64px; z-index: 1; background: #F0F0F0 none repeat scroll 0% 0%;   float: right; width: 90%; margin: 14px 0px 0px;
}
  .productdeals .deal-price-off {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 92px;
    height: 92px;
    background: #006AD0 none repeat scroll 0% 0%;
    border-radius: 50%;
    text-align: center;
    z-index: 2;
}
 .productdeals .deal-price-off  .percent {
    display: inline-block;
    font-size: 20px;
    color: #FFF;
    line-height: 1;
    margin-top: 13px;
    margin-bottom: -20px;
}
 .productdeals .deal-price-off  .text {
    padding: 15px 0px 0px;
    color: #FFF;
    line-height: 1;
    font-size: 14px;
}
  .productdeals .btn-buy {
    background: #0D85BD;
    display: block;
    margin: 5px 0px 0px;
    padding: 5px 0px;
    color: #FFF;
    font-size: 16px;
    position: relative;
    border: medium none;
	border-radius:0px;
}
  .productdeals .btn-buy .buy-shape {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
    background: #FFF none repeat scroll 0% 0%;
    margin: 12px 50px 0px 0px;
    border-radius: 45px;
}
.deal-buy-btn {
    position: absolute;
    
    right: 10px;
    width: 95%;
	top:175%;
}
.btn-buy .buy-shape i {
    display: none;
    font-size: 26px;
    color: #404040;
    margin: 9px 3px 0px 0px;
}
.productdeals  .deal-onimage {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 40px;
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0% 0%;
    margin: 0px 0px 22px;
    z-index: 11;
    border-radius: 0px 4px 4px 0px;
}
.productdeals .deal-onimage .main-deal-sells {
    height: 40px;
    background: #272727 none repeat scroll 0% 0%;
    float: left;
    padding: 1px 7px 0px;
    border-radius: 0px 4px 4px 0px;
    white-space: nowrap;
}
.productdeals .deal-onimage .main-deal-sells span.num {
    color: #fff;
    font-size: 18px;
    white-space: nowrap;
}
.productdeals  .deal-onimage .main-deal-sells span.text {
    white-space: nowrap;
	 color: #fff;
}

@media only screen and (max-width: 749px) {
  .productdeals .deal-price-off {
    font-size:15px;
    width:62px;
    height: 62px;
   
}
.z-tabs.clean.z-shadows > ul > li.z-active > a:after {
	border-color:  #3cbcf4 ;
    border-width: 0px;
    
}

}
/* -------------------- Header Tab Slider --------------- */

.tab-slider .z-container .z-content .z-content-inner, .tab-slider .z-content, .tab-slider .z-content.z-active {
    padding: 0 0 !important;
}

.tab-slider .z-tabs-nav .z-active a::after{
	border-width: 0 !important;
}

.tab-slider .nav-pills > li > a{
	border-radius: 0 !important;
	border: none !important;
	border-bottom: 3px solid transparent !important;
}

.tab-slider.z-tabs.horizontal > ul > li {
    float: right !important;
}

.tab-slider.z-tabs.horizontal.bottom > ul > li > a{
	top: 0 !important;
}

.z-content-inner img {
    max-width: 100%;
}

/* -------------------- Feature Slider ------------------ */
@media(max-width:768px){
    .offbox{
        font-size:15px !important;
    }
    .sale-price{
        font-size:15px !important;
    }
}

.offbox{
    background-color:
#ea0000;
color:
white;
padding: 10px;
border-radius: 13px;
text-align: center;
margin: auto;
    margin-top: 25px;
    
}
.txtdescription{
    
    color: #8d867e;
    
    
}
.feature-slider{
	/*border-bottom: 3px solid !important;*/
	display: table !important;
	width: 100%;
    padding-bottom: 0 !important;
    padding-top: 2px !important;
}

.feature-slider .z-tabs-nav{
	border: 0 !important;
}

.feature-slider .z-tabs.vertical > ul{
	width: 23% !important;
}

.z-tabs.vertical > ul > li > a {
	border: none !important;
}

.z-tabs.clean.z-shadows > ul > li > a{
	background: #f7f6f6  !important;
	box-shadow: none !important;
}


.allproductli{
    
background-color:
#ffa200 !important;
text-align: center;
color:
white;
/*float: left;*/
padding: 10px;
border-radius: 10px;



}
.z-tabs.vertical.z-shadows > ul > li > a{
	margin-bottom: 1px;
}

.z-tabs.clean.z-shadows > ul > li.z-active > a{
	color: #FFF !important;
	position: relative;
	background: #EA0000  !important;
}

.z-tabs.clean.z-shadows > ul > li.z-active > a:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.z-tabs.clean.z-shadows > ul > li.z-active > a:after {
	border-color: rgba(136, 183, 213, 0)  rgba(136, 183, 213, 0)   rgba(136, 183, 213, 0) #EA0000 ;
    border-width: 19px;
    margin-top: -19px;
}

.z-tabs.medium.vertical > ul > li > a {
    padding: 10px 10px !important;
	font-size: 12px !important;
}

.z-content.z-active{
	padding-top: 0 !important;
}

.z-tabs.vertical > ul {
    min-width: 170px !important;
    width: 20% !important;
}

/*.feature-deals{*/
/*	text-align:center;*/
/*	margin-top: -4px;*/
/*}*/
.feature-deals{
text-align: center;
margin-top: -20px;
background-color:#ea0000;
border-radius: 0px 0px 20px 20px;
}

.feature-deals > span{
	color: #fff;
display: block;
text-align: right;
font-size: 18px;
padding: 10px;
text-align: center;
}

.feature-daels-price{
	/*background:#D2AB67;*/
	/*display: table;*/
	/*margin: 7px auto;*/
	/*float: right;*/
	width:100%;
	
	margin-top:30px;
}
.remove-price {
    /*background: #666;*/
    color: #000000;
    display: table;
    /*float: right;*/
    font-size: 16px;
    /*height: 34px;*/
    /*margin-left: 5px;*/
    padding: 8px 7px 0;
    margin: auto;
    position: relative;
}
 @media only screen and (max-width: 700px) {

    .remove-price {
    
        font-size: 12px !important;
    
    }
    
    .remove-price span:before {
          
        -webkit-transform:rotate(-20deg);
        -moz-transform:rotate(-20deg);
        -ms-transform:rotate(-20deg);
        -o-transform:rotate(-20deg);
        transform:rotate(-20deg);
    }
    .txtdescription.max-lines{
        display:none;
    }
    .feature-p .namedeals a {
        font-size:16px !important;
    }
    #feature_list .z-content-inner{
        padding-left:30px !important;
        padding-right:30px !important;
    }
}
.remove-price span:before {
  position: absolute;
  content: "";
  left: 0;
  top: 57%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;
  
  /*-webkit-transform:rotate(20deg);*/
  /*-moz-transform:rotate(20deg);*/
  /*-ms-transform:rotate(20deg);*/
  /*-o-transform:rotate(20deg);*/
  /*transform:rotate(20deg);*/
}

.sale-price {
    color: #ea0000;
    float: right;
    font-size: 26px;
 /*   margin-top: 4px;*/
	/*height: 30px;*/
	    margin: auto;
	    
	    margin-top: 10px;
position: static;
width: 100%;
text-align: center;

}

.price-type{
    color: #fff;
    font-size: 11px;
    line-height: 1.2;
    margin-bottom: 1px;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 3px;
    width: 35px;
}

.deals-timer p {
	 font-size: 13px;
}

/*.deals-first-pic{*/
/*	text-align: center;*/
/*	padding: 15px;*/
	
	
	
	
/*}*/

.deals-first-pic{
	text-align: center;
	padding: 0px;
	margin:auto;
	
	
	
	
}


.deals-first-pic > img {
    height: auto;
    width: 100%;
}

.sm-title h2 {
    font-size: 12px;
    line-height: normal;
    margin: -8px 0 23px;
    text-align: right;
    width: 89%;
}

.visible-sm > a{
	color:#262626;
	font-weight: bold;
}

.feat > li {
    display: inline-block;
    margin-bottom: 15px;
    margin-top: 30px;
    width: 100%;
	min-height: 100%;
}

div#feature_list ul.feat {
    height: 278px;
    list-style: outside none none;
    overflow-y: hidden;
}


.deals-error {
    text-align: center;
    padding-top: 18px;
    color: #A8A8A8;
}


.feature-deals .flip-clock-wrapper {
    padding: 0 25px;
}

.deals-timer {
	margin-top: 10px;
}

.deals-timer .flip-clock-wrapper {
    float: right;
    margin: 1em;
    position: relative;
	width: auto !important;
}

.feat li:first-child .deals-timer{
	display: block;
}

/* =========================== Deals Timer Style Codes ========================= */

.deals-timer ul{
	margin: 3px 1px !important;
    padding: 13px !important;
}

.deals-timer .flip-clock-wrapper{
	margin: 0 !important;
}

.deals-timer .flip-clock-wrapper ul li{
	line-height: 33px;
}

.deals-timer .flip-clock-dot{
	width: 3px;
	height: 3px;
	left: 2px;
}

.deals-timer .flip-clock-dot.bottom {
    bottom: 8px;
}

.deals-timer .flip-clock-dot.top {
    top: 16px;
}

.deals-timer .flip-clock-divider{
	height: 33px;
    width: 6px;
}

.deals-timer .flip-clock-wrapper ul{
	width: 16px;
	height: 30px;
	line-height: 43px;
	padding: 13px 19px 13px 0 !important
}

.deals-timer .flip-clock-wrapper ul li a div div.inn{
	font-size: 16px;
}
.namedeals{
	
	font-size:18px;
}


@media only screen and (min-width: 768px) {


    .desktoprespansive
    {
        width: 90%;
        margin:auto
    }


}