.saving-offer-container {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  min-height: 500px;
  z-index: 30000;
  background-color: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.saving-offer-container.show {
  display: flex;
}
.saving-offer-container .spinner-blue, .saving-offer-container .spinner-blue-only {
  border-color: #ffc107;
}
.saving-offer-container .circle-clipper .circle {
  border-width: 7px;
}
.saving-offer-container .preloader-wrapper.big {
  width: 80px;
  height: 80px;
}
.saving-offer-container .saving-text {
  font-size: 20px;
  font-weight: 400;
  margin-top: 30px;
}

img {
  max-width: 100%;
}

.show-order {
  color: black;
  border: 2px solid #ffc107;
  text-transform: uppercase;
  padding: 10px 15px;
  border-radius: 40px;
  display: block;
  margin-top: 20px;
  text-align: center;
}
.show-order:hover {
  text-decoration: none;
  color: #2c2c2c;
  background-color: #eeb407;
}

.preview {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 996px) {
  .preview {
    margin-bottom: 20px;
  }
}
.preview-pic {
  flex-grow: 1;
}

.preview-thumbnail.nav-tabs {
  border: none;
  margin-top: 15px;
}

.preview-thumbnail.nav-tabs li {
  width: 18%;
  margin-right: 2.5%;
}

.preview-thumbnail.nav-tabs li img {
  max-width: 100%;
  display: block;
}

.preview-thumbnail.nav-tabs li a {
  padding: 0;
  margin: 0;
}

.preview-thumbnail.nav-tabs li:last-of-type {
  margin-right: 0;
}

.tab-content {
  overflow: hidden;
}

.tab-content img {
  width: 100%;
  -webkit-animation-name: opacity;
  animation-name: opacity;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

.toast {
  background-color: #ffc107;
  color: black;
}
.toast .toast-action {
  margin-left: 2rem;
  background-color: white;
  color: black;
  font-weight: bold;
  margin-right: -10px;
  height: 30px;
  line-height: 30px;
  border-radius: 20px;
}

.drop-buscado-container {
  /*
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  */
  min-height: 180px;
  height: auto !important;
  height: 180px;
  border: 1px dotted #5c5c5c;
  padding: 10px;
  overflow: auto;
}
.drop-buscado-container .text-ref {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.drop-buscado-container .dz-preview {
  margin: 0px;
  margin-right: 10px;
}
.drop-buscado-container .dz-message {
  margin: 0.5em 0;
}

/*.card {*/
/*    margin-top: 50px;*/
/*    background: #eee;*/
/*    padding: 3em;*/
/*    line-height: 1.5em;*/
/*}*/
#precio {
  font-size: 30px;
}

@media screen and (min-width: 997px) {
  .wrapper {
    display: flex;
    margin-top: 2em;
    margin-bottom: 2em;
  }
}
.details {
  display: flex;
  flex-direction: column;
}

.owl-carousel-container {
  position: relative;
}
.owl-carousel-container .wanted-hook {
  right: 0px;
  bottom: 20px;
  text-align: center;
  border-radius: 10px 0px 0px 10px;
  background-color: #ff9800;
  color: white;
  position: absolute;
  padding-left: 15px;
  padding-right: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 22px;
  z-index: 10;
}
.owl-carousel-container .owl-carousel .owl-item img {
  max-height: 400px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.owl-carousel-container .pic-qty {
  z-index: 10;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 5px 10px;
  background-color: #2c2c2c;
  color: white;
  border-radius: 20px;
  transition: all 140ms ease;
}

.product-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 5px;
  margin-top: 0;
}

.state {
  color: #5c5c5c;
  font-size: 12px;
}

.modal {
  width: 90%;
}
.modal .modal-content {
  padding: 20px 10px;
  border: none;
  border-radius: 0px;
}
.modal .modal-header {
  padding: 0px 0px 10px;
}

.badge.pretty-price,
#ofertas-recibidas {
  background-color: #ffc107;
  font-size: 20px;
  height: 25px;
  line-height: 25px;
  color: #2c2c2c;
  border-radius: 20px;
}

.vip-info {
  padding: 20px 15px;
  border: 1px solid #ffc107;
  margin-top: 30px;
}
.vip-info .vip-title {
  font-size: 19px;
  margin-bottom: 5px;
}
.vip-info .vip-sub {
  font-size: 14px;
  margin-bottom: 20px;
}
.vip-info table th {
  font-weight: bold;
}
.vip-info img {
  max-width: 120px;
  max-height: 100px;
  border-radius: 5px;
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
    transform: scale(3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
    transform: scale(3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.keywords {
  margin-top: 1em;
}

.oferta-img-slide {
  position: relative;
}
.oferta-img-slide .eliminar-foto {
  width: calc(100% - 30px);
  left: 15px;
  bottom: 10px;
  position: absolute;
}

#of-loader {
  display: none;
}

.text-grey {
  margin-top: 7px;
  color: #5c5c5c;
  display: block;
}

@media screen and (min-width: 768px) {
  .search-detail-container {
    padding-top: 40px;
  }

  .modal {
    width: 70%;
    max-width: 992px;
  }
}
@media screen and (min-width: 1024px) {
  .search-detail-container {
    padding-top: 70px;
  }
  .search-detail-container .product-title {
    font-size: 30px;
  }

  .owl-carousel-container {
    position: relative;
  }
  .owl-carousel-container .owl-carousel .owl-item img {
    max-height: 600px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}