@charset "UTF-8";

#main {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #000;
}




#main .banner-img {
  max-width: 200px;
}

#main .product h4 {
font-size: 25px;
}

#main .product {
  margin: 2.2rem;
  padding-bottom: 25px;
  border-bottom: #836FB2 3px solid;
}

#main .product h4 {
margin: 20px 0;
}

#main .friends-logo {
  height: 28px;
  margin-left: 10px;
}


#main section {
  width: 100%;
}


  #main .carousel {
    width: 100%;

  }

#main .carousel-control-next,
#main .carousel-control-prev /*, .carousel-indicators filter: invert(100%); */ {
     opacity: 1;
}

#main .carousel-control-next .carousel-control-next-icon,
#main .carousel-control-prev .carousel-control-prev-icon {
  background-size: 80% 80%;
  padding: 1.2rem;
  background-color: #836FB2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}


#main .carousel-control-next:hover .carousel-control-next-icon,
#main .carousel-control-prev:hover .carousel-control-prev-icon {
  background-color: #625385;
}

#main .buy-button {
  margin-top: 40px;
}

#main .price {
      font-size: 1.2rem;
      margin-left: 10px;
  }

#main .cta button {
  background-color: #836FB2;
}

#main .cta button:hover {
  background-color: #625385;
}

#main .cta button:active {
 background-color: #625385;
}

#main .cta button:focus {
  background-color: #625385;
}

#main h3 {
  margin-bottom: 25px;
}

#main .page-image {
  width: 80%;
  margin: 10%
}



@media (max-width: 767px) {

  #main .product h2 {
    margin-top: 20px
  }

  #main .text-xs-center{
    text-align: center;
  }


}
