@font-face {
  font-family: 'Joy';
  src: url('../../uploads/fonts/Joy.woff2') format('woff2'),
      url('../../uploads/fonts/Joy.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.woocommerce .oxy-woo-element div.product .woocommerce-variation-add-to-cart,
.woocommerce .woocommerce-variation-add-to-cart {
  display: block !important;
}
#-product-cart-button-116-29 button.button.alt {
  float: none !important;
}
.btn-whatsapp {
  font-size: 14px;
  font-weight: 600;
  display: block;
  color: #000;
  padding: 18px 0;
  text-decoration: underline;
}
.btn-whatsapp:hover {
  text-decoration: underline;
}
.btn-whatsapp svg {
  width: 25px;
  height: 25px;
  vertical-align: middle;
  margin-right: 10px;
  fill: #604891;
}
.btn-tallas {
  background: #cccccc;
  color: #000;
  padding: 15px 20px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
}
/*.guia-modal-window {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.25);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999999999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.guia-modal-window:target {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.guia-modal-window > div {
  max-width: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2em;
  background: white;
}*/
.guia-modal-window header {
  font-weight: bold;
}
.guia-modal-window h1 {
  font-size: 150%;
  margin: 0 0 15px;
}
.guia-modal-window h2 {
  font-family: 'Joy';
  text-align: center;
  color: #8776ad;
  font-size: 60px;
  font-weight: 100;
  line-height: 42px;
  margin: 15px 0;
}
.guia-modal-close {
  color: #aaa;
  line-height: 50px;
  font-size: 80%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 70px;
  text-decoration: none;
}
.guia-modal-close:hover {
  color: black;
}
.guia-modal-window > div {
  border-radius: 1rem;
}
.guia-modal-window div:not(:last-of-type) {
  margin-bottom: 15px;
}
.top_image_guia {
  margin: 0;
  text-align: center;
}
#open-modal .table_description_guia p:nth-of-type(1) {
    color: #8776ad;
    font-size: 14px !important;
    font-weight: 700;
    line-height: 18px;
}
#open-modal .tallas {
  width: 100%;
}
#open-modal .tallas th img {
  margin: 0 auto;
  display: block;
}
#open-modal .tallas td,
#open-modal .tallas th {
  text-align: center;
}
#open-modal .tallas select, #open-modal .tallas input {
    width: 120px;
}
#open-modal .modal-close {
    font-size: 30px;
    position: absolute;
    right: 20px;
    top: 20px;
}
.size_table_guia {
    max-width: 400px;
    margin: 0 auto;
}
.btn-gift img {
  width: 72px;
  display: inline-block;
}
.btn-gift img.alt,
.btn-gift:hover img.no-alt {
  display: none;
}
.btn-gift:hover img.alt {
  display: inline-block;
}
select#billing_city {
  font-size: 18px;
  background: url(../../../oxygen-woocommerce/elements/assets/chevron-down.svg);
  background-size: 6px;
  background-repeat: no-repeat;
  background-position: right 7px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}
#billing_city::-ms-expand {
  display: none;
}
.stock_status {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 9;
  background: #414141;
  color: #ddd;
  font-size: 10px;
  padding: 3px 6px;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 900px) {
  .guia-modal-window {
    height: 100vh;
    /*overflow-y: scroll;*/
  }
  .guia-modal-window > div {
    top: 0;
    transform: initial;
    left: 0;
    width: 100%;
    padding: 25px;
  }
  #open-modal .tallas th img {
    width: 90%;
  }
  #open-modal .tallas select {
    width: 100%;
  }
}
@media (max-width: 480px) {
  #open-modal .tallas tbody {
    display: block;
  }
  #open-modal .tallas tr {
    display: inline-block;
    width: 49%;
  }
  #open-modal .tallas tr:last-child {
    width: 100%;
  }
  #open-modal .tallas td, #open-modal .tallas th {
    text-align: center;
    display: block;
    height: 100px;
    width: 100%;
  }
  #open-modal .tallas td {
    padding-top: 20px;
  }
}