*{letter-spacing: 1px;}
.gray{
  background-color: #f1f3f6;
}
/*search button*/
.topnav .fa{color:  #9100ff; font-size:17px !important; }

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #2196F3;
  color: white;
}
.ghgg{padding-left: 0px;padding-right: 0px;}
.jkj{padding-right: 0px;padding-left: 5px;}
.bhn{padding-left: 4px;padding-right: 0px;}
 h6{font-size: 12px;color: rgb(33, 33, 33);margin-top:5px;}
.usernameSection{padding-left: 0px;}
.username{font-weight: 700;
text-transform: capitalize;}
.editmyaccount{margin-top: 10px;margin-bottom: 10px;}
.accountheading{margin-bottom: 20px;margin-top: 20px;}
.well{padding: 10px; background-color: white; margin-bottom: 40px;}
.addressDropdown{right:0 !important;
    min-width: 100px;
    left:-86px;
}
.addressDropdown  li a{color:white;}
.pull-right li{list-style: none;}
.addnewaddress{background-color: rgba(23, 146, 37, 0.11) !important;display: none;}
.addnewaddressheading{margin-top: 0px;margin-bottom: 30px;font-size: 18px;color: rgb(251,63,7);}
.hindgreenExclusivewell{margin-top:10px;border-radius: 0px;background-color: white;}
.homepageheading{margin-bottom: 5px;
margin-top: 5px;
letter-spacing: 1px;color:rgb(251,63,7);}
.thumbnail{border-radius: 0px;}
.hover15 figure {
    position: relative;
}
.hover15 figure::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255,255,255,.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
.hover15 figure:hover::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}
@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 130%;
        height: 130%;
        opacity: 0;
    }
}
.mobileIndex{display: none !important;}
.mobileIndex #mobileDiwali{width: 100%;}
.mobileIndex .container{padding-right: 0px;padding-left: 0px;}
@media(max-width: 768px){
 .mobileIndex{display: block !important;}
 .largeindex{display: none;}  
 .hindgreenExclusive .firsrimage{margin-top: 55px;} 
}

.topnav .search-container {
  float: right;
}

.topnav input[type=text] {
  padding: 8px 20px;
  margin-top:8px;
  font-size: 15px;
  border: none;
  margin-bottom: 8px;
}

.topnav .search-container button {
  float: right;
  padding: 10px 10px;
  margin-top: 8px;
  margin-right: 16px;
  background: white;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.topnav .search-container button:hover {
  background: #ccc;
}

@media screen and (max-width: 600px) {
  .topnav .search-container {
    float: none;
  }
  .topnav a, .topnav input[type=text], .topnav .search-container button {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: ;
  }
  .topnav input[type=text] {
    border: 1px solid #ccc;  
  }
}
/*search button*/
/*navbar*/
.navbar-inverse {
    background-color:#9100ff;
    border-color: #9100ff;
    box-shadow: 3px 3px 3px lightgray;
}
.navbar-inverse .navbar-brand {
    color: white;
    font-size: 30px;
    font-weight: bold;
}
.navbar-inverse .navbar-nav>li>a {
    color: white;
    font-size: 14px;
}
.navbar-default{margin-top: 51px;box-shadow: 4px 4px 4px lightgray;}
/*navbar*/
/*2nd nav*/
.navbar-default{
  background-color: white;
  border-color: white;
}
#myNavbar2 {padding-left: 2px;}
@media(max-width: 768px){
  #myNavbar2 {padding-left: 15px;}
}
/*2nd nav*/
/*dropdown*/
.dropdown-menu .fa{color:#9100ff;margin-right: 4px; font-size: 12px;}
.dropdown-menu .glyphicon-triangle-right{color: black !important;
    margin-right: 10px;
    font-size: 8px !important;}
.dropdown-menu hr{margin-bottom: 0px;
margin-top: 0px;}
.dropdown-menu>li>a {padding: 10px 20px;}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent;
}
.dropdown{ position: relative;}

  .dropdown-menu{display: none;
box-shadow: 0px 8px 16px 0px rgba(53, 120, 181, 0.175);
background-color: white;padding: 0px;}

.dropdown:hover .dropdown-menu{
  display:block; 
}
/*dropdown*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);

.mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  color: #222;
  padding: 3px 5px;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
     padding-left: 7px;
    transition: 0.7s;
    color: #9100ff !important;
}
.mega-dropdown-menu .dropdown-header {
  font-size: 18px;
  color: #ff3546;
  padding: 5px 60px 5px 5px;
  line-height: 30px;
}
/*login&signup*/

  div.form-item {
    position: relative;
  }
    
 /*label.control-label {*/
 /*   display: block;*/
 /*   position: absolute;*/
 /*   font-size: 14px;*/
 /*   line-height: 14px;*/
 /*   color: #333131;*/
 /*   top: 50%;*/
 /*   margin-top: -7px;*/
 /*   left: 11px;*/
 /*   cursor: text;*/
 /*   transition: 0.3s;*/
 /*   padding: 0 3px;*/
 /*   font-weight: 400;*/
 /* }*/
  .form-control{border-radius:0px;}

  .form-control:focus{
    /*border:2px solid blue;*/
    box-shadow: none;
  }
  /*@media(max-width:768px){*/
  /* .form-content{margin-top:30px !important; margin-bottom: 60px;}*/
  /*}*/
  /*.form-content{margin-top: 40px; margin-bottom: 60px; }*/
    .form{margin-top: 20px;}
    .panel-primary{background-image: url("../frmbg.JPG");
    opacity:0.8}
    .panel-primary>.panel-heading {
    color: white;
    background-color: transparent;
    border-color: transparent;
}
#signheading{margin-top: -2px;}
.ls{background-image: url("../orange1.PNG");
background-repeat: no-repeat;}
.fp{color: white;}
p{color: white;}
#faid{margin-right: 10px;}
#sendMail{width: 100%;}
.log{padding-left: 0px;padding-right: 0px;margin-top: 10px;}
.form-group h5{margin-top: 0px;}
.form2{display: none;}
/*login&signup*/
/*index*/
.berhampur{background-color: white;box-shadow: 5px 5px 5px lightgray;}
.berhampur .border{border:5px solid lightgray;}
.berhampur img {height: 240px;}
.berhampur h2{font-size: 19px !important;}

@media(max-width:768px){
.berhampur h2 , h3 {
    font-size: 13px !important;

}
}
hr{border-top:1px solid lightgray;}
/*.zoom {
  
  transition: transform .2s;
}

.zoom:hover {
  -ms-transform: scale(1.2); 
  -webkit-transform: scale(1.2); 
  transform: scale(1.2); 
}*/
.off{color:green;}
.handloom{background-color: white;margin-top: 20px;box-shadow: 5px 5px 5px lightgray;margin-bottom: 20px !important;}
.handloom .border{border:5px solid lightgray;}
.handloom h2{font-size:19px;}
@media(max-width:768px){

  .handloom h2{font-size:13px; margin-bottom: 38px;}
}
.all{padding: 0px;}
.thumbnail{background-color: white;padding-right: 7px;padding-bottom: px;padding-top: 7px;padding-left: 7px;}
.handloom img {height: 240px;}
.all img{height: 240px;}
.btn-warning{background-color: #ff9f00;border-color: #ff9f00;border-radius: 0px;margin-bottom: 10px;}
.btn-warning:focus{background-color: #ff9f00;border-color: #ff9f00;border-radius: 0px;margin-bottom: 10px; outline: 0 ! important; border:none; }
.btn-success{background-color: #fb641b !important;border-color: #fb641b;border-radius: 0px;margin-bottom: 10px;}
.btn-success:hover{background-color: #fb641b !important;border-color: #fb641b;border-radius: 0px;margin-bottom: 10px;}
.btn-success:focus{background-color: #fb641b !important;border-color: #fb641b;border-radius: 0px;margin-bottom: 10px !important; outline: 0 !important; border:none;}

/*index*/
/*carousel*/

/*.carousel-indicators{margin-left: unset !important;}*/
#myCarousel ol{margin-bottom: -9px;}
.thumbnail .caption{padding-bottom: 0px;}

.carousel-indicators .active {
   
    background-color:#fb641b;
        width: 10px;
    height: 10px;
}

.carousel-indicators li {

    background-color: lightgrey;
        width: 9px;
    height: 9px;
    border-color: black;


}


/*carousel end*/
/*footer*/
.footer{background-color:#212121;}
.cwu .fa {font-size: 30px;margin-top: 32px;}
.payment img{margin-top: 20px;}
/*
@media(max-width:768px){
.payment img {
    margin-top: 20px;
    width: 29px;
}
}*/

.col-xs-2{padding-left: 0px;}
.footer h3{color: orange;margin-bottom: 18px;font-size: 22px;}
.footer .cwu img{width: 44px;margin-top: 20px;}
/*
@media(max-width:768px){
 
 .footer .cwu img{width: 29px;margin-top: 20px;}
}*/

.footer h4 a{text-decoration: none;}
.footer hr{border-top: 1px solid yellowgreen;}
.footer h4 a{color: white;font-size: 14px;}
.copy p{margin-top: 10px;margin-bottom: 30px;}
.address{line-height: 2;}
/*footer*/
.carousel-control.left{background-image: none;}
.carousel-control.right{background-image: none;}
.all .thumbnail{box-shadow:5px 5px 5px lightgray;}
.carousel-inner{box-shadow:5px 5px 5px lightgray;}
.seconddiv img{box-shadow:5px 5px 5px lightgray;}
h2 {
    font-size: 24px;
    font-family: sans-serif;
}
.padding{padding-bottom: 20px;}
.padding2{padding-right: 0px;padding-bottom: 20px;}
.padding1{padding-left: 0px;padding-bottom: 20px;}
.firstdiv{padding-bottom: 20px;padding-left: -15px;padding-right: 0px;}
@media(max-width: 768px){.firstdiv{margin-top: 111px; padding-left:0px;}}
.seconddiv{padding-bottom: 20px;padding-right: 0px;}
.all1{padding-left: 0px;}
.all4{padding-right: 0px;}
@media(max-width: 700px){
  h2{font-size: 18px;}
}
@media(max-width: 768px){
  .seconddiv{padding-left: 0px;}
}
@media(max-width: 768px){
  .all1,.all2,.all3,.all4{padding-right: 0px; padding-left: 0px;}
}
@media(max-width: 768px){
  .padding,.padding1,.padding2{padding-right: 0px; padding-left: 0px;}
}
.margin{margin-bottom: 0px;}
/*panel myorder*/
.panel-group .panel-footer{background-color: transparent;border-top:1px solid lightgray;}
.paneldiv{background-color: white;margin-bottom: 20px;position: relative;z-index:;}
.panel-footer h4{font-size: 17px;}
.panel-heading h4{font-weight: 600;}
.panel-heading h4 .btn-md{background-color: #9100ff;color: white;font-size: 13px; border-radius: 0px;padding: 7px 10px;}
.last{border:1px solid lightgray;margin-bottom: 20px;color:#9100ff;}
.last1{margin-bottom: 20px;color:#9100ff;}
.last h4{font-weight: 600;}
.delivery p{color: orange;}
/*panelend*/
/*wishlist*/
.panel-body .rate{color:#9100ff;}
.panel-heading h4 .btn-default{margin-right: 10px; border-radius: 0px !important;}
.btn-default .fa{color:#9100ff;}
a .btn-danger{color: white;background-color:#ff9f00; border-color:#ff9f00;  margin-bottom: 10px;
    border-radius: initial; }

a .btn-danger:hover{color: white;background-color:#ff9f00; margin-bottom: 10px;
    border-radius: initial; border-color:#ff9f00;  }


.row:hover a .pro{
  color: blue;
}
.row a{color: black; text-decoration:none !important;}
.mrp{text-decoration: line-through;color: gray;font-size: 16px;}
.offer{color: green;font-size: 16px;}
.wish{background-color: white;margin-top: 20px;margin-bottom: 20px;box-shadow: 4px 4px 4px lightgray;}
/*wishlist*/
/*notification*/
.notification a{text-decoration: none;}
.notification  .more {display: none;color:#9100ff; }
.notification:hover .more{
  display: block;
}
/*notification*/
/*details*/
.sliding .carousel-inner {
  width: 100%;
  min-height: 292px;
  }
 
 .sliding .carousel-control.right {
  right: 0;
  left: auto;
  background-image: none !important;
  background-repeat: repeat-x;
}
 .sliding .carousel-control.left {
  left: 0;
  right: auto;
  background-image: none !important;
  background-repeat: repeat-x;
}
.sliding #carousel-example-generic {
    margin: 20px auto;
    width: 100%;
}

.sliding #carousel-custom {
    margin: 20px auto;
}
.sliding #carousel-custom .carousel-indicators {
    margin: 0px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
    overflow:hidden;
    display: grid;
}
.sliding #carousel-custom .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin-bottom: 6px;
    width: auto;
}
.sliding #carousel-custom .carousel-indicators li img {
    display: block;
}
.sliding #carousel-custom .carousel-indicators li:hover img {
    border:4px solid gray;
}
.sliding #carousel-custom .carousel-outer {
    position: relative;
}
.sliding .carousel-indicators li img {
  height: 66px;
  width: 100%;}
  .sliding .carousel-inner  .item  .img-responsive{width:100% !important;}
 /*.sliding .carousel-inner>.item>img{height: 292px;}*/
  .sliding{margin-bottom: 20px;}
  .detail{margin-top: 10px;}
  /*.detail .margin2{height:15px;}*/
  .mfd{font-size: 16px;}
  .detail2{margin-top: 25px;}
  .detail2 h5{font-size: 15px;}
  .detail2 img{height: 20px;}
  .detail2 .fa{font-size: 25px;}
  .detail2 .fa-twitter{color: #0066c0;}
  .imgdetail img{ margin-right: 10px;}
  .drpwar{margin-top: 10px;}
  .detail2 .imgmail{height: 55px;}
  .detail2 .imgface{height: 45px;}
  .detail2 .imginst{height: 45px;}
  .detail2 .imgwhat{height: 45px;}
  .margin2{margin-bottom: 10px;}
  .detailcontainer{margin-bottom: 20px;background-color: white;}
  .danrew{color:gray;font-size: 15px;font-weight: 600;}
  .detail a{text-decoration: none;}
  .soob{ text-shadow: 3px 3px  6px blue;font-weight: 600;font-size: 26px;}
  .moredetails{text-shadow: 3px 3px #FFEB3B;color: red; font-weight: 600;}  
/*details*/
.margin2 .truck{height: 25px;}

/*newupdate28*/
#textcenterhome {
    text-align: center;
       font-family: "Times New Roman", Times, serif;
       margin-bottom:10px;
       margin-top: -21px;
}

.imgHome{
  width:100%;
 border:3px solid lightgray;
     border-radius:60%;
    padding: 3px;
 
   box-shadow: 0 10px 10px rgba(0,0,0,0.30), 0 0px 0px rgba(0,0,0,0.22);
   
}

/* hr {*/
/*    margin-top:5px;*/
/*    margin-bottom:5px;*/
/*}*/

#spaceTD{
  margin-bottom: 25px;
}

.captionn {
  text-align:center;
  margin-top:20px;
}

.bold{
  font-weight:bold;
  font-size:15px;
}

@media(max-width:768px){
  #textcenterhome, #imgHome,#spaceTD{
    display: none;
  }
}

@media(max-width:768px){
    #indicators{
        display:none;
    }
}
#mobilnavhr{margin-bottom:0px !important;}