#product-detail.content {
  max-width: 1680px;
  margin: 0 auto;
}

#product-detail .buy a.mobile {
  display: none;
}

/* Carrusel */
#product-detail .carrusel-img {
  text-align: center;
}

#product-detail .carrusel-img .list-img .item-img label {
  font-weight: normal;
  font-size: 11px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: inline-block;
  padding-top: 1em;
  cursor: pointer;
  color: #000000;
}

/* Detalles */
#product-detail .product-detail {
  display: flex;
}

/* Imagenes */
#product-detail .imgs {
  margin-top: 4em;
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  height: max-content;
  cursor: zoom-in;
}

#product-detail .imgs .item {
  margin: 0.5em 1%;
  width: 48%;
  position: relative;
}
#product-detail .imgs img {
  width: 100%;
}

#product-detail .imgs .magnify .item {
  width: 96%;
  margin: 0.5em 2%;
}

/* Comprar */
#product-detail .buy {
  margin-top: 4.5em;
  width: 30%;
  margin-left: 10%;
  height: max-content;
}

#product-detail .buy button {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 1em;
  box-sizing: border-box;
  margin-bottom: 0.75em;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.2em;
  cursor: pointer;
}

#product-detail .buy .button-add {
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  margin-top: 2em;
}

#product-detail .buy .button-try {
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  margin-bottom: 2em;
}

#product-detail .buy label {
  display: flex;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: #000000;
  margin-bottom: 0.25em;
}

#product-detail .buy .code,
#product-detail .buy .size {
  font-weight: normal;
}

#product-detail .buy .shop {
  font-weight: normal;
  color: #929292;
}

#product-detail .buy a {
  display: flex;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.115em;
  text-decoration-line: underline;
  color: #000000;
}

#product-detail .buy .rental-forms {
  margin-top: 4em;
}

#product-detail .buy .show-subscription {
  margin-top: 2em;
}

#product-detail .buy .rental-forms .articles-include .title {
  display: flex;
  margin-bottom: 0.5em;
}

#product-detail .buy .rental-forms .articles-include .title label {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: #000000;
}

#product-detail .buy .rental-forms .articles-include .title .bold {
  font-weight: bold;
}

#product-detail .buy .rental-forms .information {
  padding: 0em 1em;
}

#product-detail .buy .rental-forms .information label {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.115em;
  color: #000000;
}

#product-detail .buy .rental-forms .information .item {
  display: flex;
  margin-top: 1em;
}

#product-detail .buy .rental-forms .information .item label {
  margin-left: 1em;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: #000000;
  text-align: left;
}

#product-detail .buy .rental-forms img {
  height: 20px;
  width: 20px;
}

#product-detail .buy .rental-forms label {
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.115em;
  color: #000000;
}

#product-detail .buy .rental-forms .option {
  display: flex;
  background: #eae9e7;
  margin: 1em 0;
  padding: 2em 1em;
  min-height: max-content;
  height: 3em;
  align-items: center;
  cursor: pointer;
}

#product-detail .buy .rental-forms .option label {
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: #000000;
  cursor: pointer;
  margin-bottom: 0;
}

#product-detail .buy .rental-forms .option .aclaration {
  font-style: italic;
  font-size: 12px;
  line-height: 18px;
  color: #686868;
}

#product-detail .buy .rental-forms .option .aclaration.bold {
  font-weight: 600;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: #000000;
}

#product-detail .buy .rental-forms .disponibility {
  padding-top: 1em;
  border: 1px solid black;
  padding-bottom: 1em;
  border-left: none;
  border-right: none;
  margin-bottom: 1em;
  margin-top: 1em;
}

/* Options */
#product-detail .options {
  display: flex;
  text-align: center;
  width: 60%;
  margin: 4em auto 4em auto;
}

#product-detail .options .item {
  width: 48%;
  margin: 0 1%;
}

#product-detail .options .title {
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.115em;
  color: #000000;
}

#product-detail .options .detail {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #000000;
}

#product-detail .options .sub-detail {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #888585;
}

#product-detail .options a {
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.115em;
  text-decoration-line: underline;
  color: #000000;
}

/** EGG **/
#product-detail .list-egg {
  display: flex;
  width: 100%;
}

#product-detail .list-egg .mr-05 {
  margin-right: 0.5em;
}

#product-detail .egg-out {
  flex: 0 auto;
  height: 140px;
  clip-path: ellipse(48% 48% at 50% 50%);
  background-color: #000;
  padding: 1px;
  width: 96px;
}

#product-detail .egg-in {
  width: 100%;
  clip-path: ellipse(48% 48% at 50% 50%);
  background-color: white;
  height: 138px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#product-detail .list-egg .egg-in img {
  width: 100%;
  height: 100%;
}

#detail-option-add-plan {
  display: none;
}

#detail-option-rent-one-time,
#detail-option-add-plan .disponibility {
  display: inline-block;
}

#detail-option-rent-one-time #label-disponibility,
#detail-option-add-plan #label-disponibility-plan {
  text-align: center;
  font-size: 12px;
  padding: 2px 0px;
  color: white;
  margin-top: 0.5em;
  display: none;
}

#detail-option-rent-one-time #label-disponibility.free,
#detail-option-add-plan #label-disponibility-plan.free {
  background: #6ccd75;
}

#detail-option-rent-one-time #label-disponibility.reservated,
#detail-option-add-plan #label-disponibility-plan.reservated {
  background: #fc4949;
}

#product-detail .magnify {
  flex: 0 50%;
  width: 100%;
}

#product-detail .recienLlegado {
  position: absolute;
  left: 1px;
  top: -11px;
  z-index: 5;
}
#product-detail .recienLlegado label {
  letter-spacing: 3px;
  color: #000;
  font-weight: 400;
  opacity: 0.7;
}

#product-detail .buy .favorite {
}
#product-detail .buy .favorite img {
  width: 24px;
}
#product-detail .buy .favorite .check {
  display: none;
  cursor: pointer;
}
#product-detail .buy .favorite .uncheck {
  cursor: pointer;
}

#product-detail .buy .favorite.isChecked .check {
  display: inline;
}
#product-detail .buy .favorite.isChecked .uncheck {
  display: none;
}

.emision {
  display: flex;
  margin-top: 2em;
  align-items: center;
}
.emision img {
  width: 35px;
  margin-right: 10px;
}
.emision div {
  letter-spacing: 0.075em;
  font-weight: 300;
  margin-right: 60px;
}
.emision a {
  letter-spacing: 0.075em;
  font-weight: 300;
  color: #000 !important;
  text-decoration: underline;
  display: block !important;
  font-size: initial !important;
  line-height: normal !important;
  cursor: pointer;
}

@media (min-width: 1024px) and (max-width: 1500px) {
  #product-detail .buy {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1024px) and (max-width: 1360px) {
  #product-detail .buy {
    margin-left: 5%;
  }
}

@media (min-width: 320px) and (max-width: 1023px) {
  #product-detail.content {
    margin: 6em 0em 0em 0em;
  }

  #product-detail .imgs {
    width: 100%;
    flex-wrap: wrap;
    margin-top: 0em;
  }

  #product-detail .product-detail {
    flex-wrap: wrap;
  }

  #product-detail .buy {
    width: 100%;
    padding: 0px 15px;
    margin-left: 0px;
    margin-top: 1em;
  }

  #product-detail .page-title {
    width: 90%;
    font-size: 22px;
    line-height: 30px;
    margin: 2em auto 0em auto;
  }

  #product-detail .buy a {
    display: block;
    text-align: center;
  }

  #product-detail .buy .rental-forms > label {
    display: block;
    text-align: center;
  }

  #product-detail .options {
    width: 100%;
    flex-wrap: wrap;
    padding: 0px 15px;
    margin-bottom: 1em;
    margin-top: 2em;
  }

  #product-detail .options .item {
    width: 100%;
    margin-bottom: 2em;
  }

  #product-detail .buy .rental-forms .information label {
    text-align: left;
  }

  #product-detail .buy .rental-forms .information .item {
    margin-top: 0.5em;
  }

  #product-detail .buy .rental-forms .information .item label {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
  }

  #product-detail .buy .rental-forms .information .item img {
    height: 15px;
    width: 15px;
    margin-top: 2px;
  }

  #product-detail .options .item {
    margin-bottom: 1.5em;
  }

  #product-detail .options .detail {
    margin: 2px 0px;
  }

  #product-detail .options .sub-detail {
    margin: 2px 0px;
  }

  #product-detail .options .href {
    margin: 2px 0px;
  }

  #product-detail .options .href a {
    font-size: 12px;
  }

  #product-detail .buy a.mobile {
    display: block;
  }

  #product-detail .buy a.desktop {
    display: none;
  }

  #products .recienLlegado {
    z-index: 2;
  }
  #products .recienLlegado label {
    font-size: 10px;
  }

  .emision a {
    font-size: 13px !important;
  }
  .emision div {
    margin-right: 10px;
    font-size: 13px;
  }
  .emision img {
    margin-top: -5px;
  }
  .emision {
    align-items: center;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  #product-detail .imgs img:first-child {
    display: block;
    width: 100%;
    height: 100%;
  }
}

/* CALENDAR CONTENT */

#product-detail .ui-datepicker {
  display: flex !important;
  flex-direction: column;
  border: none !important;
}

/* CALENDAR HEADER */

#product-detail .ui-datepicker-header {
  order: 1;
  background: white !important;
  border: none !important;
  width: max-content;
  display: flex !important;
  padding: 0 !important;
}

#product-detail .ui-datepicker-header .ui-datepicker-title {
  margin: 0 0.75em !important;
  align-items: flex-end !important;
  display: flex !important;
}

#product-detail .ui-datepicker-header .ui-datepicker-title span {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.115em;
  color: #000000;
  text-transform: uppercase !important;
}

#product-detail .ui-datepicker-header .ui-datepicker-prev {
  order: 1;
}

#product-detail .ui-datepicker-header .ui-datepicker-title {
  order: 2;
}

#product-detail .ui-datepicker-header .ui-datepicker-next {
  order: 3;
}

#product-detail .ui-datepicker-header .ui-datepicker-prev,
#product-detail .ui-datepicker-header .ui-datepicker-next {
  background: white;
  position: relative !important;
  align-items: center !important;
  display: flex !important;
  width: max-content !important;
  border: none !important;
}

#product-detail .ui-datepicker-header .ui-datepicker-prev span {
  background: url(../../assets/icons/arrow-left-calendar.svg);
  background-repeat: no-repeat;
}

#product-detail .ui-datepicker-header .ui-datepicker-next span {
  background: url(../../assets/icons/arrow-right-calendar.svg);
  background-repeat: no-repeat;
}

#product-detail .ui-datepicker-header .ui-datepicker-prev span,
#product-detail .ui-datepicker-header .ui-datepicker-next span {
  display: block !important;
  position: relative !important;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #000000;
  cursor: pointer;
}

#product-detail .ui-datepicker-prev-hover,
#product-detail .ui-datepicker-next-hover,
#product-detail .ui-state-hover {
  border: none !important;
}
