.media_productos {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.select2-container .select2-selection--single {
  height: 43px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-top: 6px !important;
}

.select2-result-repository.clearfix {
  display: flex;
  align-items: center;
  justify-content: center;
}

.media.media_productos {
  height: auto !important;
  width: 200px !important;
  overflow: hidden !important;
  position: relative !important;
  margin: auto !important;
}

.thumbnail__media_productos {
  height: 400px !important;
  overflow: hidden !important;
}

.media-grid-producto img {
  width: 100%;
  /* position: relative; */
}

.product-single-thumbnail img {
  width: 100%;
}

.btn-theme-transparent,
.btn-theme-transparent:focus,
.btn-theme-transparent:active,
.btn-title-more {
  background-color: rgba(0, 0, 0, 0);
  border-color: #e9e9e9;
  color: #222;
}

.content_delete_producto_en_resumen {
  position: absolute;
  height: 100%;
  width: 15%;
  background: red;
  top: 0;
  right: -100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  transition: all 0.5s ease;
}

.media.media_productos_en_resumen {
  position: relative;
  height: 70px;
  overflow: hidden;
}

.media.media_productos_en_resumen:hover .content_delete_producto_en_resumen {
  right: 0 !important;
}

.panel-heading {
  background: #F9FAFB !important;
}

.panel-footer {
  background: #F9FAFB !important;
}
span.paypal-button-text {
  display: none;
}

.titulo-de-producto-en-resumen {
  font-size: 14px;
  margin: 0px;
  margin-top: 4px;
  color: #222 !important;
}

.titulo-de-producto-en-resumen a {
  color: #222 !important;
}

.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 90px;
  z-index: 9999;
  width: 56px;
  height: 56px;
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-float:hover,
.whatsapp-float:focus {
  transform: scale(1.08);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
  color: #fff;
}

.whatsapp-float svg {
  width: 28px;
  height: 28px;
}

@media (max-width: 767px) {
  .whatsapp-float {
    right: 16px;
    bottom: 80px;
    width: 48px;
    height: 48px;
  }

  .whatsapp-float svg {
    width: 24px;
    height: 24px;
  }
}