.bckclr {
  background-color: blue;
}
.bckclr2 {
  background-color: yellow;
}
.bckclr3 {
  background-color: green;
}
#slider .carousel-item {
  height: 38em;
}
.wrapper {
  /* position: relative; */
}

.carousel-caption {
  /* font-size: 18px; */  
  right: 90% !important;
  bottom: 0em !important; 
  text-align: left;
  width: 32em;
  top: 12em;
}

.carousel-caption>h4 {
  font-size: 2.5em;
  color: white;
}
.carousel-item>img {
  width: 100%;
}

.banner-button {
  background: #3e20aa;
  color: white;
  border: none;
  padding: 15px 50px;
  border-radius: 25px;
  font-weight: bold;
}

.bundle-features{
  width: 100%;
  height: 22em;    
  position: absolute;
  margin-top: -11em;
  padding-left: 10em;
  padding-right: 10em;
}
.bundle-features-1{
  background-color: #54c5a3;
  color: white;
  padding-top: 5em;
  padding-bottom: 5em;  
  border-radius: 30px 0 0 30px;
  position: relative;
}
.bundle-features-1-btn{
  background: #0e8863;
  color: white;
  border: none;
  padding: 15px 50px;
  border-radius: 25px;
  font-weight: bold;
}

.bundle-features-1-btn a{ 
  color: white;
  text-decoration: none;
}

.bundle-features-1-img{
  width: 22em;
  position: absolute;
  padding-top: 3em;
}


.bundle-features-21{
  background-color: #fd9aed;
  color: white;
  border-radius: 0 30px 0 0;
  width:100%;
  /* position: relative; */
}
.bundle-features-21-btn{
  background: #e33fc9;
  color: white;
  border: none;
  padding: 15px 49px;
  border-radius: 25px;
  font-weight: bold;
}
.bundle-features-21-btn a{ 
  color: white;
  text-decoration: none;
}
.bundle-features-21-s2{
  padding-top: 3em;
  padding-bottom: 2em;  
}
.bundle-features-21-h1{
  color:#a71b90
}

.bundle-features-22{
  background-color: #ffd38b;
  color: white;
  border-radius: 0 0 30px 0;
  width:100%;
  /* position: relative; */
}
.bundle-features-22-h1{
  color:#ca450b;
  text-align: center;
}
.bundle-features-22-btn{
  background: #ca450b;
  color: white;
  border: none;
  padding: 15px 49px;
  border-radius: 25px;
  font-weight: bold;
}

.bundle-features-22-btn a{ 
  color: white;
  text-decoration: none;
}

.bundle-features-22-s1{
  padding-top: 3em;
  padding-bottom: 2em;  
}
.bundle-features-22-img {
  position: absolute;
  bottom: 0;
}

.popular-bundles {
  background-color: #eeeeee;
  width: 100%;
  height: auto;
  padding-top: 20em;
  padding-left: 10em;
  padding-right: 10em;
  /* height:100%; */
  /* overflow: auto; */
}
.switch-toggle {
  float: left;
  background: #ffffff;
  padding-top: 0.5em;
  border-radius: 20px;
}
.switch-toggle input {
  position: absolute;
  opacity: 0;
}
.switch-toggle input + label {
  color: #aaaaaa;
  /* padding: 7px; */
  float:left;
  /* color: #fff; */
  cursor: pointer;
  padding-left: 2em;
  padding-right: 2em;
}
.switch-toggle input:checked + label {
  background: #7754f6;
  color :white;
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 10px;
}


.switch-toggle a {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
}

.switch-toggle input:checked + label a { 
  color :white;
  text-decoration: none;
}


.popular-bundles-space {
  
}
.bundle-name {
  color: inherit;
}

.bundle-thumbnail{
  background-color: #ffffff;
  margin: 2em;
  border-radius: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
}
.bundle-thumbnail-img {
  border: 0;
  padding: 1em;
  margin-left: -1em;
}
.wishlist-icon {
  font-size: 2em;
  color: #cccccc;
}
.addtocart-icon {
  font-size: 2em;
  color: #cccccc;
  padding-right: 0.5em;
}
.bundle-rating-checked {
    color: orange;
    padding-bottom: 1em;
}


/* Style for Birthday Bundle details page */
.bundle-page-main{
  background-color: #eeeeee;
  margin-top: -1em;
  padding-top: 6em;
}
  
@media only screen and (max-width: 600px) {

  #slider .carousel-item {
    height: 10em;
  }

  .carousel-caption>h4 {
    font-size: 18px;
    margin-top: -10em ;
  }
  .carousel-caption>p {
    font-size: 10px;
  }
  .banner-button {
    padding: 7px;
    margin-top: -6px;
    font-size: 13px;
  }
  .bundle-features{
    margin-top: -1em;
    padding-left: 0px;
    padding-right: 0px;
  }
  
  .bundle-features-1{
    border-radius: 0px;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .bundle-features-1-h1{
    font-size: 1.5em;
  }
  .bundle-features-1-p1{
    font-size: 0.5em;
  }
  .bundle-features-1-img{
    padding-right:0.5em;
  }

  .bundle-features-21-h1{
    font-size: 1.5em;
  }
  .bundle-features-21{
    border-radius: 0px;
  }

  .bundle-features-21-img{
    position: absolute;
    bottom: 0;
  }
  .bundle-features-21-s2{
    text-align: center;
  }

  .popular-bundles{
    min-width: 34em;
    margin-left: -4em;
    padding-top: 55em;
  }
}