.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: 300px !important;
  width: 200px !important;
  overflow: hidden !important;
  position: relative !important;
  margin: auto !important;
}

.thumbnail__media_productos {
  height: 550px !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;
}