


.pricebox-bottle-nr b{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.bigger b{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.medium{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.footer-menu .footer-menu-links a{
    font-family: 'Roboto', sans-serif !important;
}

.footer-bottom-bg b{
    font-family: 'Roboto', sans-serif !important;
}

.ds24b-container {
  position: fixed;
  right: 0;
  left: 0;
  height: 45px;
  background-color: #fff;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100000;
}

.ds24b-container .ds24b-badge img {
  height: 20px;
  max-width: 100%;
  vertical-align: baseline;
  border: none;
  padding: 0;
  margin: 0;
}

.ds24b-container .ds24b-badge .ds24b-trust img {
  position: relative;
  top: 1px;
  vertical-align: baseline;
  margin-right: 5px;
  height: 17px;
  width: 13px;
}

.ds24b-container .ds24b-badge .ds24b-trust {
  text-transform: uppercase;
  font-size: 15.5px;
  line-height: 20px;
  border-left: lightgrey 1px solid;
  padding-left: 10px;
  margin-left: 10px;
  position: relative;
  top: -4px;
}

.video-background {
  background-color: #572549;
  padding-top: 100px;
  padding-bottom: 50px;
}

.video-background .video-wrapper h2 {
  max-width: 950px;
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  margin: 0 auto;
  text-shadow: 2px 4px 5px rgba(0, 0, 0, 0.5);
}

.video-background .video-wrapper .video-box {
  width: 100%;
  padding-top: 40px;
  position: relative;
  z-index: 10000;
}

.video-background .video-wrapper .video-box video {
  width: 100%;
  box-shadow: 0 0 10px 0 #000;
  border: 4px solid #fff;
  cursor: pointer;
}

.video-background .video-wrapper .video-box .click-here-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 10;
}

.video-background .video-wrapper .video-box .click-here-btn.show {
  display: flex !important;
}

.video-background .video-wrapper .video-box .click-here-btn.close {
  display: none !important;
}

.video-background .video-wrapper .video-box .click-here-btn img {
  width: 400px;
  animation: bigandsmall 4s linear infinite;
}

@keyframes bigandsmall {
  0% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

.video-background .video-wrapper .video-box .video-controllers {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 9;
}

.video-background .video-wrapper .video-box .video-controllers.close {
  display: none !important;
}

.video-background .video-wrapper .video-box .video-controllers.show {
  display: flex !important;
  opacity: 0;
}

.video-background .video-wrapper .video-box .video-controllers.active {
  opacity: 1;
}

.video-background
  .video-wrapper
  .video-box
  .video-controllers
  .video-controller
  button {
  background-color: #572549;
  border: none;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-background
  .video-wrapper
  .video-box
  .video-controllers
  .video-controller
  button:active {
  border: none;
}

.video-background
  .video-wrapper
  .video-box
  .video-controllers
  .video-controller
  button
  img {
  width: 64px;
  margin-left: 11px;
}

.video-background .video-wrapper .video-box #progressBar {
  position: absolute;
  bottom: 11px;
  z-index: 10;
  padding: 0 4px;
  width: 100%;
}

.video-background .video-wrapper .video-box #progressLine {
  height: 8px;
  background-color: #572549;
  display: none;
  width: 0%;
}

.video-background .video-wrapper .video-box #progressLine.show {
  display: block;
}

.pricebox-free-bonus-img {
  display: none !important;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000000;
    text-align: right;
    width: 100%;
    height: auto;
}

.modal a{
    background: linear-gradient(360deg, rgba(226, 190, 0, 1) 0%, rgba(255, 228, 86, 1) 100%);
    border-radius: 10px !important;
    color: #000 !important;
    padding: 15px;
    font-size: 16px !important;
   font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    display: inline-block;
    font-weight: 700 !important;
    transition: transform .3s;
    box-shadow: 1px 2px 22px rgb(0 0 0 / 20%);
    border-radius: 10px;
    text-decoration: none !important;
    margin: 46px 20px;
    text-transform: uppercase;
}

.modal a:hover{
    transform: scale(1.05);
}

.discount-timer-section{
    background-color: #000;
    padding: 1.5rem 0;
    margin-bottom: 120px;
    position: relative;
    display: none;
}

.discount-timer-section::after{
    content: "";
    width: 45px;
    height: 45px;
    position: absolute;
    bottom: -20px;
    background-color: #000;
    transform: rotate(45deg);
    left: 48.8%;
}

.discount-timer-section h3{
    text-align: center;
    font-size: 38px;
    color: #fff;
    font-weight: bold;
}

.discount-timer-section .discount-timer{
    text-align: center;
}

.discount-timer-section .discount-timer p{
    font-size: 54px;
    color: #EEFE3C;
    font-weight: bold;
}

@media (max-width: 991px){
    
    .video-background .video-wrapper h2{
        font-size: 34px;
    }
    
    .video-background .video-wrapper .video-box .click-here-btn img{
        width: 160px;
    }
    
    .video-background .video-wrapper .video-box .video-controllers .video-controller button{
        width: 130px;
        height: 130px;
    }
    
    .video-background .video-wrapper .video-box .video-controllers .video-controller button img{
        width: 45px;
    }
}

@media (max-width: 575px){
    
    .video-background .video-wrapper .video-box .video-controllers{
        top: 14px;
    }
    
    .video-background .video-wrapper h2 {
        font-size: 24px;
    }
    
    .discount-timer-section h3{
        font-size: 26px;
    }
    
    .video-background .video-wrapper .video-box .click-here-btn img{
        width: 110px;
    }
    
    .video-background .video-wrapper .video-box .video-controllers .video-controller button {
        width: 95px;
        height: 95px;
    }   
    
    .video-background .video-wrapper .video-box .video-controllers .video-controller button img{
        width: 32px;
    }
}
