/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 #blmd-map{
    height: 300px;
    width: auto;
 }

.forntendmechandise{
    height: 500px;
    width: 100%;
}
/* The Modal (background) */
.blmd-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.blmd-modal-content {
  background-color: #fefefe;
  margin: auto;
  font-family: roboto;
  width: 96%;
  text-align: center;
  border-radius:10px;
}

/* The Close Button */
.blmd-close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  padding: 5px;
  font-weight: 300;
}
label.blmd-label{
    line-height: 18px;
    padding: 2px 10px;
    font-size:18px;
    display: inline-block;
}
.blmd-hidden{
    display:none;
}
.blmd-close:hover,
.blmd-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  padding: 10px;
}
.blmd-modal-p{
    padding-top: 10px;
    padding-left: 15px;
}
.blmd-question{
   /* border: 1px solid #888;*/
    padding:10px;
}
.blmd-label-1{
  margin-left: 57px;
}
.blmd-question-2 .blmd-label-1,.blmd-question-3 .blmd-label-1{
  margin-left: 33px;
}
.blmd-label-2,.blmd-label-3{
  margin-left: 11px;
}
.blmd-label-4,.blmd-label-5{
  margin-left: 11px;
}
.blmd-que-1{
  text-align: right;
  margin:0px;
}
.blmd-image{
  width: 100%;
  height: auto;
  padding: 10px 2px;
}
.blmd-sucess-div p{
  margin-top: 18px;
}
.blmd-img-div p{
  margin: 30px 0px 0px 0px;
  display: inline-block;
}
.blmd-btn{
  color:#ffffff !important;
  background-color:#000000 !important;
  font-size: 14px;
  border-radius: 16px !important;
  padding:2px 20px 0px 20px !important;
  border:1px solid #000000 !important;
  width: auto !important;
}
.blmd-img-div .blmd-btn{
  font-size: 12px !important;
  line-height: 25px !important;
}
.blmd-btn-home-p{
   width: 100%;
   text-align: center;
}
.blmd-msg{
  font-size: 12px;
  font-weight: bold;
}
.blmd-question-heading{
  font-weight: 800;
}
.blmd-question-heading,.blmd-question-para{
  margin-left: 50px;
  margin-right: 50px;
  margin-top: 20px;
}
.blmd-stars {
  display: inline-block;
}
.blmd-stars *{
  float: right;
}
.blmd-ratio{
  display: none !important;
}
.blmd-stars .blmd-ratio-label:after {
  font-size: 34px;
  color:gold;
  content:"\2606";
  font-weight: 300;
  
}
.blmd-ratio:checked ~ .blmd-ratio-label:after {
  color: gold;
  content:"\2605";
}
.blmd-design-thumbnail{
    width: 60px;
    height: 60px;
    border: 2px solid #ffffff;
    border-radius: 99px;
    overflow: hidden;
    min-width: 60px;
    position: absolute;
    top: 75px;
    background: #ffffff;
    right: 0px;
    left: 0px;
    margin: auto;
}
.blmd-design-thumbnail img{
    width: 40px;
    height: 45px;
    padding-top: 6px;
}
.blmd-heading{
  text-align: center;
}
.blmd-points-table{
  margin-bottom: 50px;
}
.spinner{
  background: url(../icons/spinner.gif) no-repeat;
  background-size: 20px 20px;
  display: inline-block;
  visibility: hidden;
  float: none;
  vertical-align: middle;
  opacity: .7;
  width: 20px;
  height: 20px;
  margin: 4px 10px 0;
}
.spinner.is-active{
   visibility: visible;
}