div#product-finder-floating {
  display: none;
}							 
.slide-image {
  width: auto;
  height: 400px;
}
.logo-image {
  width: 140px;
}

.pr-title {
  color: #643d34;
  margin-bottom: 0px;
  font-weight: 700 !important;
  font-size: 24px;
  float: left;
}

.product-title {
  color: #643d34;
  font-size: 16px;
  font-weight: bold;
  margin: 20px auto 0 auto;
  min-height: 72px;
}
.product-description {
  color: #643d34;
  font-size: 16px;
  line-height: 18px;
  margin: 0 auto;
  max-width: 300px;
  max-height: 100px;
  min-height: 100px;
}
.disclaimer {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}
.bestseller-badge {
  position: absolute;
  top: 0;
  margin-left: 50px;
  line-height: 18px;
  background-color: #ffc000;
  padding: 20px;
  border-radius: 50%;
  font-size: 14px;
  color: #fff;
  background: url("/shared/img/icons/best-seller.png") no-repeat;
  background-size: 84px 76px;
  height: 76px;
  width: 84px;
}
.single-product {
	position: relative;
}
.single-product img.product {
  width: auto;
  height: 160px;
}
.single-product a.btn.btn-primary.bd-btn,
.single-product button.btn.btn-primary.bd-btn {
  margin-top: 10px;
  padding: 7px 25px;
}

.banner-text-main {
  padding-top: 70px;
}
.banner-text {
  display: table;
}

.pr-desc {
  margin-top: 7px;
  font-size: 16px;
  clear: both;
}

.related {
  font-size: 25px;
  display: block;
}

/* .formatting { */
/* padding: 90px; */
/* } */

.btn.bd-btn {
  border: 2px solid #643d34;
  background: transparent;
  color: #643d34;
  border-radius: 20px;
  white-space: normal;
  word-wrap: break-word;
  padding: 10px;
}

.main-button {
  padding: 9px 90px !important;
}

.same-height {
  /* min-height: 55px; */
  padding-top: 12px;
  padding-bottom: 12px;
  min-height: 55px;
}
.btn.bd-btn:hover,
.btn.bd-btn.selected,
.btn.bd-btn.back-button {
  color: white;
  background: #643d34;
  border: 2px solid #643d34;
}
div.back-button {
  margin-top: 50px;
}
.bd-btn span {
  display: block;
}
.btn-groups a {
  width: 100%;
}
.product-container .row-slide {
  display: none;
}
.product-container .step1 {
  display: flex;
}
.product-container .step5 {
  justify-content: center;
  margin-top: 40px;
}

.product {
  width: 40%;
}

.noProduct,
.related-products {
  display: none;
}

.related-products {
  background: #f9f9f9;
}

.related-products h2 {
  text-align: center !important;
  margin: 0 0 47px !important;
  color: #c55a11 !important;
  font-size: 28px !important;
  line-height: 32px !important;
  font-weight: 600 !important;
}

.product-box figcaption h3 a {
  text-decoration: none !important;
  color: #643d34 !important;
}

.products-carousel {
  position: relative;
  margin: 0 -15px;
  display: flex;
  gap: 20px;
  overflow-x: visible;		
  justify-content: center;
  align-items: center;  
}

.product-box {
  margin: 0;
  padding: 0 0 0 121px;
  position: relative;
  min-height: 185px;
}

.product-box .img.withbox {
  position: absolute;
  z-index: 20;
  width: 126px;
  height: 259px;
  overflow: hidden;
  top: 0;
  left: 0;
  margin: -50px 0 0 -20px;
}

.product-box figcaption {
  color: #54585a;
  font-size: 16px;
  line-height: 24px;
  max-width: 220px;
}
.product-box figcaption h3 {
  color: #00abe5 !important;
  margin: 0 0 8px !important;
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 700 !important;
}

.product-box figcaption p {
  margin: 0 0 12px !important;
  font-size: 16px !important;
  line-height: 18px !important;
}

.product-box .img img {
  position: absolute;
  z-index: 20;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  width: 126px;
  height: auto;
}
.related-products .container {
  padding-top: 91px;
  padding-bottom: 94px;
}

/* Media Querries */

@media screen and (max-width: 991px) {
  /* Banner */
  .banner-text.align-items-center.d-flex {
    display: block !important;
  }
  .pr-title {
    margin-left: 0;
    font-size: 26px;
  }
  .formatting {
    padding: 0;
  }
  .row-slide.step1,
  .row-slide.step2,
  .row-slide.step3,
  .row-slide.step4,
  .row-slide.step5 {
    flex-direction: column-reverse;
  }
  .banner-text-main {
    padding-top: 0px;
  }

  a.btn.btn-primary.bd-btn.font-weight-bold.mt-5.main-button {
    margin-top: 0 !important;
    padding: 8px 10px !important;
  }

  .slide-image {
    margin: 20px 0px;
    width: 100%;
    height: auto;
  }

  .product-container > div {
    padding-top: 50px;
  }

  .related-prodcuts .product {
    max-width: 140px;
  }

  .products-carousel {
    overflow-x: scroll;
  }
  .slide {
    flex: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  a.btn.btn-primary.bd-btn.font-weight-bold.mt-5.main-button {
    margin: 10px 0px !important;
  }
  .slide-image {
    margin: 20px 0px;
  }
}

.related-prodcuts .product {
  width: 100%;
}

.products {
  overflow: hidden;
}

.row.related-prodcuts-container {
  display: none;
}

.logo-image {
  width: 140px;
  float: left;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.step5 .pr-title {
  width: 100%;
  margin-bottom: 36px;
}

.row.text-center.my-3.related-prodcuts.container {
  font-size: 15px;
}

.related-prodcuts .pr-title {
  margin-bottom: 0px;
  font-size: 16px;
}

.vertical-btn {
  display: table;
  height: 60px;
  width: 100%;
  margin-bottom: 10px;
}

.vertical-btn a {
  display: table-cell;
  vertical-align: middle;
}
