/* General styles */

p {
  font-size: 1.4vw;
}

@media (max-width: 768px) {
  p {
    font-size: 20px;
  }
}

.bg-color {
  display: inline-block;
}


.bg-color .yellow-color {
  display: inline;
  background: #fff200;
  color: black;
  
  padding: 0 2%;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.bg-color .black-color {
  display: inline;
  background: black;
  color: white;
  
  padding: 0 2%;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}


/*
  Carousel items
*/

.roll-on-carousel .carousel-img {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

#roll-on-img {
  background-image: url("../images/range/roll-on/slide-1.png");
}

#roll-on-img2 {
  background-image: url("../images/range/roll-on/slide-2.png");
}


.roll-on-carousel #slide-1-caption {
  color: white;
  margin-left: 8vw;
  margin-right: 15vw;
  margin-top: 100px;
  font-size: 1.4vw;
  padding: 3%;
  text-align: center;
}

.roll-on-carousel #slide-2-caption {
  color: white;
  margin-left: 8vw;
  margin-right: 5vw;
  margin-top: 45%;
  font-size: 1.4vw;
  padding: 3%;
  text-align: center;
}

.roll-on-carousel #slide-2-caption {  
  color: white;
}



@media (max-width: 900px) {
  .roll-on-carousel #slide-1-caption {
    margin-top: 10%;
    margin-left: 5vw;
    margin-right: 12vw;
  }
  
  .roll-on-carousel #slide-2-caption {
    margin-top: 25%;
  }
}

@media (max-width: 500px) {
  #slide-1-caption {
    font-size: 1.8vw !important;
    margin-top: 1%;
  }

  #slide-2-caption {
    font-size: 1.9vw !important;
    margin-top: 1%;
  }
} 

/*
  Bushman roll on section
*/

.roll-on-desc-container {
  padding: 3%;
}

.roll-on-desc-container p {
  font-size: 1.4vw;
  font-weight: 600;
}

.roll-on-desc {
  background: #FFF200;
  background: #fff200;
}

.bushman-roll-on-section {
  height: auto;
  width: 100%;
  border: 20px solid #FFF200;
  padding-top: 5%;
  padding-bottom: 5%;  
}

.roll-on-desc-container {
  background-image: url('../images/range/roll-on/roll-on-desc-banner.jpg');
  background-size: 100% 100%;
  width: 90%;
}

#red-arrow-ball {
  position: absolute;
}


.bushman-roll-on-icon {
  min-height: 35px;
  height: 25px;
  width: auto;
  padding-right: 3%;
}


#bushman-protection-icon {
  height: 40px;
}


#bushman-time-release-icon {
  height: 50px;
}

#roll-on-plus-img {
  height: 200px;
  width: auto;;
}

.image-and-button-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3%;
}

.icon-container p {
  height: 50px;
  font-size: 20px;
}

.bushman-roll-on-shift-left {
  margin-left: -25%;
}

#buy-now {
  background: red;
  color: white;
  width: 40%;
  height: 30px;
}

@media (max-width: 1060px) {
  .roll-on-desc-container {
    background-image: none;
    background: #FFF200;
    background: #fff200;
    height: auto;
    padding: 1%;
  }

  .roll-on-desc-container p {
    font-size: 1.7vw; 
  }
}

@media (max-width: 1000px) {
  .icon-container p {
    height: 50px;
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .bushman-roll-on-section {
    height: auto;
    width: 100%;
    padding-bottom: 2%;
    padding-top: 2%;
  }

  .pull-in-mob {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0 !important;
  }

  .image-and-button-container {
    position: static;
  }

  #buy-now {
    width: 100%;
  }

  #buy-now a {
    top: 25%;
    font-size: 20px;
  }

  .roll-on-desc-container p {
    font-size: 19px; 
  }

  #bushman-protection-icon {
    float: left;
  }
}

/*
  Bushman easy application
*/

.bushman-easy-app-section {
  height: auto;
  width: 100%;
}

.bushman-easy-app-container {
  height: 100%;
  width: 100%;
  background-image: url('../images/range/roll-on/bushman-easy-app.jpg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}


.easy-app-desc-container p {
  font-size: 1.2vw;
}

#fiftyc-img {
  height: 15vw;
  width: auto;
}

.alt-img-heading {
  padding: 1%;
}

#roll-on-product-alt {
  width: 100% !important;
  height: auto;
}

/* Bushamn easy app mob */
@media (max-width: 768px) {
  .bushman-easy-app-section {
    height: auto;
    width: 100%;
  }

  .alt-img-desc {
    padding: 3vh;
  }

  .alt-img-desc p {
    font-size: 5vw !important;
  }
}

/*
  Product comparison
*/

.product-comparison-section {
  height: auto;
  width: 100%;
  padding: 5% 0;
}

.product-comparison-container {
  height: 100%;
  width: 100%;
}

.large-product {
  height: 11vw !important;
}

.small-product {
  height: 7vw !important;
}

/* BUY NOW BUTTON */
#buy-online-button {
  margin: 0 auto;
  display: block;
  width: 70%;
  font-size: 15px;
  padding: 1%;
  color: white !important;
  background-color: red;
  border: 1px solid white;
  border-radius: 2px;
  box-shadow: 1px 1px 3px grey;
  transition: transform .5s, box-shadow .5s, background-color .5s;
}

#buy-online-button:hover {
  background-color: #e20017;
  box-shadow: 5px 5px 5px grey;
  transform: translate(-2px, -2px);
  transition: transform .5s, box-shadow .5s, background-color .5s;
}
