.text-bold {
  font-weight: 800;
}

text-color {
  color: #0093c4;
}
.pdp-attr-heading {
  font-weight: 600;
}
/* Main image - left */
.main-img img {
  width: 100%;
  height: 100%;
}

.img-fluid:hover {
  transform: scale(1.2);
  cursor: pointer;
}

/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input#number:focus-visible {
  outline: none;
}

.row.my-3.previews {
  display: none;
}

/* Preview images */
.previews img {
  width: 100%;
  height: 140px;
}

.main-description .category {
  width: 70%;
  color: gray;
  font-size: 24px;
}

.main-description .category span {
  color: gold;
}

.main-description .product-title {
  font-size: 2.5rem;
}

.old-price-discount {
  font-weight: 600;
}

.new-price {
  font-size: 23px;
  color: #696969;
}

.new-price ins {
  color: #ec0101;
  text-decoration: none;
}

.bage-price {
  color: #fff;
  background-color: #37b38e;
  border-radius: 4px;
  padding: 4px 8px;
  margin: 0 5px;
  line-height: 1.2;
  font-size: 12px;
  position: relative;
  top: -3px;
  display: inline-block;

}

.details-title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.2rem;
  color: #757575;
}

.buttons .block {
  margin-right: 5px;
}

.quantity input {
  border-radius: 0;
  height: 40px;
}

.main-img {
  height: 550px;
  width: 100%;
}

.custom-btn,
.show-btn {
  display: inline-block !important;
  padding: 6px 16px 7px !important;
  text-align: center !important;
  border: 1px solid #ddd !important;
  color: #878787 !important;
  border-radius: 3px !important;
  vertical-align: middle !important;
  cursor: pointer;
  margin: 5px !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  transition: color .25s ease, background-color .25s ease, border-color .15s ease, box-shadow .25s ease, opacity .25s ease !important;
}



.custom-btn:hover:not(.active),
.show-btn:hover:not(.active) {
  border: 1px solid #333 !important;
  color: #333 !important;
}

.active {
  border-color: #333 !important;
  background: #333 !important;
  color: #fff !important;
}

.similar-product img {
  height: 400px;
}

.similar-product {
  text-align: left;
}

.similar-product .title {
  margin: 17px 0px 4px 0px;
}

.similar-product .price {
  font-weight: bold;
}

.questions .icon i {
  font-size: 2rem;
}

.questions-icon {
  font-size: 2rem;
  color: #0093c4;
}

.value-button {
  display: inline-block;
  width: 40px;
  height: 20px;
  text-align: center;
  padding: 11px 0;
}

.value-button:hover {
  cursor: pointer;
}

#decrease {
  margin-right: -4px;
  border-radius: 8px 0 0 8px;
}

#increase {
  margin-left: -4px;
  border-radius: 0 8px 8px 0;
}

#input-wrap {
  margin: 0px;
  padding: 0px;
}

input#number {
  text-align: center;
  border: none;
  width: 40px;
  height: 40px;
}

.value_btn {
  border: 1px solid #000;
  display: inline-block;
  border-radius: 30px;

}

.Add_btn {
  display: inline-block;
  margin-left: 10px;
}

.Add_btn button {
  background-color: #3c024e;
  color: #fff;
  border: none;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  min-height: 40px;
  padding: 5px 25px;
  cursor: pointer;
  margin-top: 20px;
  order: 4;
}

.Add_btn button:hover {
  background-color: #000;
}

.buy_btn {
  margin-top: 10px;
}

.buy_btn button {
  background-color: #f5be47;
  color: #4a2d54;
  border: 2px solid #4a2d54;
  border-radius: 33px;
  padding: 10px 125px;
  font-weight: 900;
}

.discount {
  border: 1px solid #000;
  padding: 10px 15px;
  margin-right: 100px;
}

.discount-one {
  border-bottom: none;
  margin-top: 10px;
}
.thumb-img img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.main-description .category {
  font-size: 21px;
}
.thumb-img {
  height: 100px;
  width: 100px;
  margin-bottom: 5px;
}
.col-md-1.img-thumbnail {
  border: 0;
  padding: 5px;
  height: 550px;
  overflow-y: scroll;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.img-thumbnail::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.img-thumbnail {
-ms-overflow-style: none;  /* IE and Edge */
scrollbar-width: none;  /* Firefox */
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 768px) {
  .main-img {
    height: 315px;
    width: 100%;
    padding: 0;
  }
  .img-container.col-md-5 {
    width: 80%;
  }
  .col-md-1.img-thumbnail.carousel_thumbnail {
    width: 20%;
    height: 315px;
  }
  .col-md-5.product-details {
    width: 100%;
    padding-top: 50px;
  }
  /* Make preview images responsive  */
  .previews img {
    width: 100%;
    height: auto;
  }

  .row>* {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .d-flex {
    display: flex !important;
    flex-wrap: wrap;
  }

  .show-btn {
    margin-bottom: 10px;
  }

  .discount {
    margin-right: 0px;
  }

  .main-description .product-title {
    font-size: 22.5px;
  }

  .new-price {
    font-size: 22px;
    font-weight: 400;
  }

  .Add_btn {
    display: block;
    margin-left: 0px;
  }

  .Add_btn button {
    width: 100%;

  }
  .thumb-img {
    height: 75px;
    width: 75px;
}
  .buy_btn button {
    width: 100%;
    min-height: 40px;
    padding: 0;
    margin-left: 0px;
  }
}

