.shipping-details-item {
  /* width: 370px; */
  padding: 25px;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
}
.shipping-details-img img {
  height: 24px;
  width: 24px;
  object-fit: contain;
  object-position: center;
  aspect-ratio: 3/2;
}
.shipping-details-img {
  padding: 5px;
}

.upsell-radio-item {
  border-radius: 5px;
  /*border: 1px dashed black;*/
  width: 100%;
  padding: 10px 10px 10px 18px;
  margin-top: 10px;

  /*box-shadow: 0px 0px 8px 0px #aaaaaa;*/
}
.upsell-radio-item:not(:last-child) {
  border-bottom: 1px solid #dcdcdc;
}
.upsell-radio-img {
  height: 85px;
  width: 85px;
  padding: 5px;
}
.upsell-radio-img img {
  object-fit: contain;
  object-position: center;
  aspect-ratio: 3/2;
}
/*            
.slick-slider {
    touch-action: auto !important;
    -ms-touch-action: auto !important;
}
*/

.pv-img-container img {
  object-fit: contain;
  object-position: center;
}

@media screen and (min-width: 769px) {
  .pv-img-container {
    height: 450px;
    width: 450px;
  }
}

@media screen and (max-width: 768px) {
  .pv-img-container {
    height: 270px;
  }
}

.pv-select_variant_btn_stock_styling:not([data-stock="In-Stock"]) {
  background-color: #e7e7e7;
  border: 1px solid #5a5a5a;
  color: #5a5a5a;
  background-image: linear-gradient(
    to bottom right,
    transparent 46%,
    #00000021 48%
  );
  background-size: 102% 100%;
  background-repeat: no-repeat;
}
.sold-out-badge {
  font-size: 10px;
  color: black;
  font-weight: bold;
}
.bestseller-badge {
  font-size: 12px;
  color: #7e7e7e;
  font-weight: 600;
}
.pv-fp-link {
  padding-left: 10px;
  background-color: #3bb77e;
  padding-right: 10px;
  border-radius: 5px;
  color: white;
}
.pv-thumb-img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  object-position: center;
}

.pv-main-badge {
  padding: 5px;
  border-radius: 5px;
}

.load-placeholder {
  margin: 0 auto;
  width: 100%;
  /* height: 24px; */
  background-color: #fcfcfc;
  border-radius: 5px;
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}

.load-placeholder-animation {
  animation-duration: 1.25s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: darkgray;
  background: linear-gradient(to right, #fcfcfc 10%, #f9f9f9 18%, #fcfcfc 33%);
  background-size: 800px 104px;
  /* height: 24px; */
  position: relative;
}

@media screen and (max-width: 768px) {
  .pv-image_thumbnails {
    display: none !important;
  }
}
