

/* ----------------------------------------------------
	You can put your custom css code here: 
-------------------------------------------------------*/
.stock	{
	color:#A0F258;
	font-size:17px;
}
.outofstock	{
	color:#ED4B43;
	font-size:17px;
}
/* *****Star Ratings***** */
@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);

fieldset, label { margin: 0; padding: 0; }

/****** Style Star Rating Widget *****/

.rating { 
  border: none;
  float: left;
}

.rating > input { display: none; } 
.rating > label:before { 
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating > .half:before { 
  content: "\f089";
  position: absolute;
}

.rating > label { 
  color: #ddd; 
 float: right; 
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #FFED85;  }
/* *****!Star Ratings****** */

.field-icon {
  float: right;
  margin-top: -25px;
  position: relative;
  z-index: 2;
}

.logo-background{
	background-image:linear-gradient(to bottom right, #F2EBEB, #D9D4D4, #B8B5B5, #888383, #575555, #1F1E1E) !important;
}

.imagezoom-view{
	
	position: absolute;
    left: 626.844px;
    top: 254px;
    width: 700px !important;
    height: 395px !important;
    background: none !important;
    z-index: 2147483647;
    overflow: hidden;
    border: none;
}
.imagezoom-cursor{
	position: absolute;
    width: 249.351px;
    height: 205.195px;
    background-color: transparent !important;
    z-index: 2147483647;
    opacity: 0.5;
    cursor: crosshair;
    top: 313.403px;
    left: 263.325px;
}


/* coupon slider */

.carousel-control.right,.carousel-control.left{
  background-image:none;
  color:#f4511e;
}
.carousel-inner img
{
    
    width:100%;
    margin:auto;

    
}


.carousel-indicators li {

  display:inline-block;
  width:14px;
  height:11px;
  margin:10px;
  text-indent: 0;
  cursor: pointer;
  border:none;
  border-radius: 50%;
  background-color:grey;
  box-shadow:inset 1px 1px 1px 1px rgba(0,0,0,0.5);    
}
.carousel-indicators .active {
  width:14px;
  height:11px;
  margin:10px;
  background-color:#000000;
}

.item img{
  height: 450px !important;
}

@media (max-width:600px){
  .item img{
    height: 150px !important;
  }
}
/* /coupon slider */