.pv-main-title {
font-size: 40px;
font-weight: 800;
line-height: 44px;
color:#312783;
}
.subscription-text {
  position: relative;
  float: right;
  margin: 8px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #312783;
}
/* Switch */
.pv-main-switch {
  position: relative;
  float: right;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin-top: 6px;
}

.pv-main-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #312783;
}

input:focus + .slider {
  box-shadow: 0 0 1px #312783;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
/* end switcher input style*/
.pv-detail-info h1 {
  color: #312783;
}
.pv-Retour-point-vente i {
  margin-right:12px;
margin-bottom: -4px;
}
.point-vent-main-detail {
  padding: 50px 1% 0 1%
}
.pv-Retour-point-vente {
  margin:20px 0px 40px;
}
.pv-detail-adress {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color:#312783;
  }
  
.point-vent-detail.span_12 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
.pv-product-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 33px;
    color:#312783;
  }
  .pv-horaire-day {
    text-transform: capitalize
  }
  .pv-thumbnails img {
    border-radius: 12px;
    height: 100%;
  }
  .product-a-venir {
    margin-top:100px ;
    margin-bottom:40px 
  }
  .product-en-cours {
    margin-bottom: 100px ;
    margin-top:40px 
  }
  .pv-discription {
    background: #fff;
    padding:20px 30px;
    border: 1px solid #525FE1;
    border-radius: 20px;
    min-height: 100%;
  }
  .pv-detail-discription {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color:  #808080  ;
  padding-top: 20px;
  }
  .pv-detail-title  {
  color: #312783 !important;
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
  }
  .pv-social-media .pv-social-items i {
    background: var(--nectar-accent-color);
    padding: 10px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    line-height: 20px;
    color: #fff;
    margin: 0 4px;
  }
  .pv-social-media {  display: flex;}
  .pv-rs-title {  padding-bottom: 20px; }
  .pv-reseau-social { margin-top: 16px;}
  .pv-services {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color:#312783;
    }
 .pv-thumbnails img { width: 100%;}
 .pv-horaire-items {
    display: block;
    display: grid;
    grid-template-columns: 50% 50%;
    color: #312783 ;
  }
  .pv-horaire-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #312783;
    padding-bottom: 20px;
    
    }
    .pv-horaire-title i {
       font-size: 24px;
      margin-right: 20px;
      
    }
    .pv-group-horaire {
      padding-left: 45px;
      font-size: 15px;
     font-weight: 400;
     line-height: 22px;
    }
    .pv-horaire-group-items {
      padding: 8% 6% !important;
    }
    .jama-no-products-found {
      margin-top: -30px;
    }
    @media (min-width:1000px){
      .pv-thumbnails {
        height:345px !important;
      }
    }
