.main-content {
  margin-top: 0;
}

.product-details {
  background: white;
  border: none;
}

/* .product-description .table {
  padding: 0 25px;
} */
.product-description {
	padding: 15px 0;
}
.swiper-pagination-bullets {
  bottom: 0 !important;
}

.swiper-pagination-bullet-active {
  background: #fa8d7c;
}

.swiper-slide p {
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  margin: -20px 20px 0 20px;
  padding-bottom: 40px;
}

.product-details {
/*   padding: 0 25px; */
  padding: 0 15px;
}

.product-title {
  font-size: 18px;
  font-weight: 700;
  font-family: 'Montserrat';
  color: black;
  padding: 0;
}

#productPrice {
  font-size: 18px;
  font-family: 'Montserrat';
  padding-bottom: 12.5px;
}

#addToCartForm {
  padding: 0;
}

/* #addToCartForm {
  padding: 0 25px;
} */

.bullet-points {
  background-color: #f6f7fb;
  padding: 35px 25px 15px;
}

.bullet {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.bullet img {
  width: 30px;
  margin-right: 10px;
}

.bullet p {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.trust-wrapper {
  padding: 20px 5px;
  background-color: #f6f7fb;
  display: flex;
  justify-content: space-between;
  margin: 15px 0 2px;
}

.usa {
  width: 36px;
}

.cruelty {
  width: 28.5px;
}

.phthalate {
  width: 19.5px;
}

.gluten {
  width: 19.5px;
}

.paraben {
  width: 22px;
}

.icon-bullet {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.icon-bullet img {
  margin-bottom: 9px;
}

.trust-wrapper > .icon-bullet > p {
  font-family: 'Montserrat';
  font-size: 10px;
  text-align: center;
  margin: 0;
  padding: 0;
}
@media (min-width: 450px){
  .trust-wrapper {
  	padding: 20px;
  }
  .trust-wrapper > .icon-bullet > p {
  	font-size: 11px;
  }
}
.hiw {
  padding: 0 20px;
  text-align: center;
}

.hiw h2 {
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 700;
}

.hiw-bullet {
  margin: 30px 0;
  box-shadow: 0 0 6.8px 1.2px rgba(13, 9, 16, 0.2);
}

.hiw-bullet .text {
  padding: 15px 25px;
}

.hiw-bullet .text h4 {
  font-family: 'Montserrat';
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 9px;
  text-transform: uppercase;
}

.hiw-bullet .text p {
  margin: 0;
  font-size: 13px;
  font-family: Montserrat, sans-serif;
  padding: 0;
}

.quote {
  margin: 25px;
  padding: 45px 30px;
  text-align: center;
  border: 1px solid #ccd0d9;
}

.quote p {
  padding: 0;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-style: italic;
}

.quote h4 {
  margin: 0;
  font-size: 15px;
  font-family: 'Montserrat';
  font-weight: 700;
  text-transform: uppercase;
  color: #fa8d7c;
}

.stuck {
  position:fixed;
  bottom:0;
  left:0;
  padding: 0 25px;
}

.stuck label {
  display: none;
}

.to-stick {
  width: 100%;
  background-color: white;
  z-index: 9999999;
}



.np-desc {
  padding-top: 70px;
}

.vip-action-container p {
  font-size: 16px;
}

/* .product-video-wrapper {
    height: 338px;
    width: 100%;
  	padding-bottom: 10px;
  }
 */
  .video-banner {
    width: 100%;
    height: 100%;
  }

  .video-js, .vjs-poster {
    background-color: white;
  }
.no-carousel-image {
	padding: 5px 25px;
}
/* .desktop-only .product-video-wrapper {
	padding-left: 25px;
  padding-right: 25px;
} */
.product-flex-pre-title {
    display: block;
    font: 600 13px/1.3 "Montserrat", sans-serif;
    color: #e8528b;
    text-transform: uppercase;
    margin: 15px 0 10px;
}

@media (min-width: 768px) {
  .product-flex-pre-title {
    font-size: 14px;
    margin: 0 0 10px;
}
  .no-carousel-image {
	padding: 25px 60px;
	}
  .bullet-points {
    padding: 15px 0;
    background-color: white;
  }
  
  .stuck {
    display: none;
  }
  
  .product-details {
    padding-top: 50px;
  }
  
  .swiper-slide p {
    margin-top: -50px;
  }
  
  .np-desc {
    padding-top: 100px;
  }
  
  .trust-wrapper {
    margin: 25px;
  }
  
/*   .product-video-wrapper {
    padding: 10px;
  } */
  
/*   .specifications {
    margin: 20px;
  } */
  
  .vip-action-container p {
    font-size: 100%;
  }
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
/*       background: #000; */
}
  .embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
        max-width: 1000px;
    margin: 0 auto 30px;
    z-index: 1;
}
  .embed-responsive:before {
    display: block;
    content: "";
}
  .embed-responsive-16by9:before {
    padding-top: 56.25%;
}
.embed-responsive-4by3:before{padding-top:75%}
.embed-responsive-1by1:before{padding-top:100%}

.filters-container .free-text-search .magnifying-glass-icon {
    top: 13px;
}
.yotpo-shoppers-say .shoppers-say-title {
	margin-top: 0 !important;
  display: none;
}
.yotpo.yotpo-main-widget, .yotpo .yotpo-modal-dialog {
	width: 100% !important;
}
.main-widget .yotpo-reviews-header, .main-widget .yotpo-reviews-filters {
	margin-left: 0 !important;
  margin-right: 0 !important;
}
.yotpo .new-yotpo-small-box {
	margin: 35px 0 0 0 !important;
}
div.yotpo-review.yotpo-regular-box.yotpo-review {
	margin: 10px 0 !important;
}
@media (max-width: 767px){
	.write-question-review-buttons-container .write-question-review-button {
		height: auto !important;
      margin-top: 20px !important;
	}
}
@media only screen and (max-width: 541px) {
	.filters-container .free-text-search {
    width: 100% !important;
}
.filters-container .free-text-search-input {
    width: 100% !important;
    max-width: 100% !important;
}
}

