::-webkit-scrollbar {
  width: 20px;
}
::-webkit-scrollbar-thumb {
  background: lightgray; 
  border-radius: 5px;
}

.video {
  width: 100%;
  height: 400px;
  margin: auto;
  display: block;
  border: none;
}
.popup-btn, .close-btn {
    width: 100%;
    height: auto;
    display: block;
/*     margin: 50px auto; */
    cursor: pointer;
/*     border: 2px solid black; */
    background-color: white;
    object-fit: cover;
    vertical-align: bottom;
}
.popup-btn:hover {
  color: white;
  background-color: black;
}
.video-popup {
  display: none;
  width: 100%;
  height: 100vh;
  margin: auto;
  position: fixed;
  top: 0;
  boxshadow: 10px 10px 10px 10px black;
  left: 0;
  z-index: 800;
}
.popup-bg {
  background: rgba(0,0,0,0.8);
  width: 100%;
  height: 100vh;
  position: absolute;
}
.popup-content {
  background: black;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
      width: 100%;
  height: auto;
}
.popup-title {
  padding: 30px;
  margin: 0 auto;
  color: red;
  text-transform: uppercase;
}

/* Third Popup */
.popup-btn-3, .close-btn-3 {
    width: 100%;
    height: auto;
    display: block;
/*     margin: 50px auto; */
    cursor: pointer;
/*     border: 2px solid black; */
    background-color: white;
    object-fit: cover;
    vertical-align: bottom;
}
.popup-btn-3:hover {
  color: white;
  background-color: black;
}
.video-popup-3 {
  display: none;
  width: 100%;
  height: 100vh;
  margin: auto;
  position: fixed;
  top: 0;
  boxshadow: 10px 10px 10px 10px black;
  left: 0;
  z-index: 800;
}
.popup-bg-3 {
  background: rgba(0,0,0,0.8);
  width: 100%;
  height: 100vh;
  position: absolute;
}
.popup-content-3 {
  background: black;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
     width: 100%;
  height: auto;
}
.popup-title-3 {
  padding: 30px;
  margin: 0 auto;
  color: red;
  text-transform: uppercase;
}
.popup-content-3 iframe {
    width: 100%;
  height:500px;
}
@media (max-width: 768px) {

.video-popup, .video-popup-2 .video-popup-3 {

z-index: 9999;
}
}






.pacd-badge {
  margin-right: 20px;
  margin-bottom: 60px;
  text-align: right;
}
.pacd-badge img {
  width: 97px;
  vertical-align: bottom;
}
.pacd-flex{
  display: flex;
  flex-wrap: wrap;
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 1.5%;
}
.pacd-flex-left {
  width: 55%;
}
.pacd-flex-content {
  padding-right: 5%;
}
.pacd-title {
  
}
.pacd-title h1 {
  color: #fff;
  margin-top: 4%;
  margin-bottom: 5%;
}
.pacd-subtitle {

}
.pacd-subtitle h2 {
  color: #fff;
  margin-bottom: 2%;
}
.pacd-text {
  
}  
.pacd-text p {
  color: #fff;
} 
.pacd-price {
  
}
.pacd-price h2 {
  color: #fff;
  font-size: calc(var(--font-size-header) * 1.35);
}

  
  
  
.pacd-flex-right {
  width: 45%;
}
.pacd-flex-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.pacd-flex-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-form__cart-submit {
  margin: 0;
}




.pacd-boxes {
  padding-left: 40px;
  padding-right: 40px;
}
.pacd-box-flex {
  display: flex;
  flex-wrap: wrap;
}
.pacd-box-item {
  position: relative;
  width: 19%;
  min-width: 240px;
  margin-right: 1.25%;
  margin-bottom: 1.25%;
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pacd-box-item:last-child {
  margin-right: 0%;
}
.pacd-box-item::before {
  content: url('https://cdn.shopify.com/s/files/1/0524/7274/2047/files/mark_ico.png?v=1662979300');
  position: absolute;
  top: 0;
  left: 0;
}
.pacd-box-text {
  padding: 20px 35px;
  text-align: center;
}
.pacd-box-text p {
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
}
/* .pacd-box-text p strong {
  color: red;
} */



@media(max-width:768px){

.npacd-overlay {
  padding-top: 5%;
}
.pacd-badge {
  display: none;
}
.pacd-flex {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 5%;
}
.pacd-flex-left {
    width: 100%;
    order: 1;
}
.pacd-flex-right {
    width: 100%;
}  
.pacd-flex-content {
    padding-right: 0%;
}
.pacd-boxes {
    padding-left: 20px;
    padding-right: 20px;
}
.pacd-box-item {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 5%;
}







  

  
  
  
  



}


