.hide-on-phone {
    display: block;
    transition: 0.2s;
}
.hide-on-desktop {
    display: none;
    transition: 0.2s;
}
.fa-star {
    font-size: 8pt;
}
.fa-chevron-right, .fa-chevron-left, .fa-chevron-up {
    font-size: 8pt;
}
.onit {
    color: #000;
}
.btn-danger {
    background-color: #0f6736;
    border: normal;
}
#loading-screen {
    position: fixed; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
    background-color: #fff; 
    display: flex; 
    justify-content: center; 
    align-items: center;
    z-index: 9999; 
    flex-direction: column;
    font-family: 'Rubik', sans-serif;
}
.loader {
    width: 80px; height: 80px; 
    border: 8px solid #eee; 
    border-top: 8px solid #0f6736; 
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
.loading-text {
    margin-top: 20px; 
    color: #0f6736; 
    font-weight: 500;
}
.newb { 
    background-color: #006636;
}
.addItemBtn {
    background-color: #0f6736;
    border: none;
    height: 40px;
    width: 40px;
    color: #fff;
    border-radius: 20px;
    padding-top: 5px;
    transition: 0.3s;
}
.addItemBtn:hover {
    background-color: #e0e0e0;
    border: none;
    color: #111820;
    transition: 0.3s;
}
.shopWhatsappBtn {
    background-color: #0f6736;
    border: none;
    height: 40px;
    width: 40px;
    color: #fff;
    border-radius: 20px;
    padding-top: 5px;
    transition: 0.3s;
}
.shopWhatsappBtn:hover {
    background-color: #e0e0e0;
    border: none;
    color: #111820;
    transition: 0.3s;
}
.purchaseBtn {
    background-color: #0f6736;
    border: none;
    height: 50px;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 8px;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
}
.purchaseBtn:hover {
    color: #fff;
    background-color: #111820;
 
}
.header-span {
    position: absolute; 
    top: -5px; 
    left: 25px; 
    width: 20px; 
    height: 20px; 
    background-color: #111820; 
    color: white; 
    font-size: 8pt; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    border-radius: 50%;
    transition: 0.3s;
}
.whatsapp {
    background-color: #40c351;
    border: none;
    height: 50px;
    color: #fff;
    min-width: 50px;
}
.whatsapp:hover {
    color: #40c351;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.hd-ic:hover {
    color: red;
}
.offcanvas-toggle:hover .hd-ic {
    color: red;
    transition: 0.3s;
}
.offcanvas-toggle:hover .header-span {
    color: red;
    transition: 0.3s;
}
.btn-danger {
    background-color: #0f6736;
}
/*ratings css*/
.ratingBar {
  text-align: center;
}
.ratingBar h1 {
  font-family: 'Sansita', sans-serif;
  letter-spacing: 1px;
  font-size: 50px;
  color: #fdd835;
  margin-bottom: 10px;
}
.ratingBar  i {
  color: #fdd835;
}
.ratingBar span {
  position: relative;
  display: inline-block;
}
.ratingBar  span:before, .ratingBar  span:after {
  position: absolute;
  content: "";
  background-color: #fdd835;
  width: 40px;
  height: 2px;
  top: 40%;
}
.ratingBar  span:before {
  left: -45px;
}
.ratingBar  span:after {
  right: -45px;
}
.ratingBar p {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
}
.wrapper {
  position: relative;
  border: none;
  font-size: 14px;
  margin: 0px auto;
  

}


.wrapper input {
  border: 0;
  width: 0.5px;
  height: 0.5px;
  overflow: hidden;
  position: absolute !important;
  clip: rect(0.5px 0.5px 0.5px 0.5px);
  clip: rect(0.5px, 0.5px, 0.5px, 0.5px);
  opacity: 0;
}

.wrapper label {
  position: relative;
  float: right;
  color: #C8C8C8;
}

.wrapper label:before {
  margin-left: 5px;
  content: "\f005";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 1em;
  color: #ccc;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.wrapper input:checked ~ label:before {
  color: #fdd835;
}

.wrapper label:hover ~ label:before {
  color: #fdd835;
}

.wrapper label:hover:before {
  color: #fdd835;
}
.fa-star {
  color: #fdd835;
}
/*end*/


.btn-primary {
  background-color: #0f6736;
  border:1px solid #0f6736;
  color: #fff;
  display: block;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  padding: 18px 20px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  z-index: 9;
}
.btn-primary:hover {
    background-color: #111820;
    border: 1px solid #111820;
    transition: 0.3s;
}
.form-control {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    color: #777;
    height: 40px;
    padding: 0 15px;
    width: 100%;
    outline: none;
}