

/* ----------------------------------------------------
	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****** */


/* **********my account********* */
.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;
}
/********** !my account********** */


/* ********** zoom functionality*********** */
.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;
}
/* **********!Zoom functionality********** */

/*********** home page menu dropdown *************/
.accordion {

  color: #fff !important;
  cursor: pointer;
  padding: 20px !important;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  font-size: 18px !important;
  transition: 0.4s;
  background-color:#000 !important;
}

.menu-active, .accordion:hover {
  background-color: #ccc; 
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: #fbc955 !important;
  overflow: hidden;
  color:#000;
}
/*********** home page menu dropdown *************/

/* ********Rupees symbol******* */
.rupees{
	font-family:sans-serif;
}
/* ********Rupees symbol******* */

/******* filter-position ***********/
.filter-position{
position:relative;
right:0;
margin-top:60px;

}
/******* /filter-position ***********/

/* home page product sub-category */
.product__menu button{
padding:10px;	
}
/* /home page product sub-category */

/* browse-category */
 .browse-categories{
	 width:30% !important;
 }
/* /browse-category */

/* mobile response for sub-categories menu */
.mobile_ul{
  list-style-type: none;
}
.mobile_ul>li{
  display: contents;
  margin-left: 2%;
}
/* //mobile response for sub-categories menu */

label{
  color:cyan !important;
}
/* //Book my service animation */

/* filter font */
.filter__list li a{
  font-family: sans-serif;
}
/* //filter font */

/* payu */
.payu-text p{
color: #000;
}

.container-80{
  width: 80%;
  margin: 0 auto;
}

.container-45{
  width: 45%;
  margin: 0 auto;
}
@media(max-width:600px)and (min-width:320px){
  .container-45{
    width: 80%;
    margin:0 auto;
  }
}



.img-pos{
  width: 20% !important;
  border-radius: 100% !important;
  position: relative !important;
  top: -35px !important;
  bottom: 0 !important;
  right: 0 !important;
  left: 0 !important;
}

/* //payu */


/* Fullscreen youtube video */
.video{
  width:100%;
   height:400px;
}
@media screen and (max-width:600px){
  .video{
    width: 100% !important;
    height: 100% !important;
  }
}

/* / Fullscreen youtube video */

/* Category images editing */
.new__product__thumb a img{
  border-radius: 100px !important;
  box-shadow: 0px 0px 20px 6px #e4e54561 !important;
}
/* Category images editing */

/* banner decor */
.only-banner-img a img {
  border-radius: 60px;
  box-shadow: 0px 0px 20px 11px #47371a;
}
/* banner decor */

/* Coming soon */

* {
box-sizing: border-box;
}

#myVideo {

width: 100%; 
height: 100%;
}

/* Coming Soon */

/* Categories name decor */
.new__product__details h2 a{
    color: #000000 !important;
    font-weight: 800;
    box-shadow: inset 0px 0px 12px 9px white;
    border-radius: 12px;
    text-shadow
}
/* Categories name decor */

/* Shop Now decor*/
.htc__btn.shop__now__btn {
    
    font-weight: 800 !important;
    box-shadow: inset 20px -19px 20px 0px #fffdfd !important;
}
/* SHop Now decor*/

/* video_accordion_style */
.video_button{
  margin: 0 auto;
  margin-bottom: 30px;
}

.video_border_style{
  border:8px solid #ffe87c;
  border-radius:10px;
}
/* video_accordion_style */

/*seo-content*/
.seo-content-mela ol li{
    font-weight:600;
    font-family: 'Material-Design-Iconic-Font';
}
/*seo-content*/