/* ----- Mensajes ----- */
.woocommerce-notices-wrapper{
  width: 100%;
  max-width: 1550px;
  margin: 0 auto;
  padding: 0 0.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-info {
  background-color: #3c3c3c;
  border: none;
  border-left: 4px solid;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 15px 15px 15px 45px !important;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
}
.woocommerce-notices-wrapper .woocommerce-info {
  border-color: #d9edf7;
}
.woocommerce-notices-wrapper .woocommerce-info::before {
  color: #d9edf7;
}
.woocommerce-notices-wrapper .woocommerce-message {
  border-color: #dff0d8;
}
.woocommerce-notices-wrapper .woocommerce-message::before {
  color: #dff0d8;
}
.woocommerce-notices-wrapper .woocommerce-error {
  border-color: #f2dede;
}
.woocommerce-notices-wrapper .woocommerce-error::before {
  color: #f2dede;
}
.woocommerce-notices-wrapper .woocommerce-error::before,
.woocommerce-notices-wrapper .woocommerce-message::before,
.woocommerce-notices-wrapper .woocommerce-info::before {
  left: 18px !important;
  top: 15px !important;
}
.woocommerce-notices-wrapper a {
  color: #fff;
  font-weight: 400;
  text-decoration: underline;
}
/* ----- Mensajes ----- */

/* ----- Single product - IMAGE ----- */
.woocommerce div.product div.images img {
  height: auto !important;
}
/* ----- Single product - IMAGE ----- */
#billing_postcode_field .optional {
    display: none;
}
/* -----  Método de pago ----- */
.payment_box.payment_method_wocommerce_yape_peru{
  display: none !important;
}
#billing_comprobante_field label,
#billing_tipo_documento_field label{
  top: -5px;
  pointer-events: none;
}
#billing_comprobante_field select,
#billing_tipo_documento_field select {
  border: 0;
  font-size: 13px;
  padding: 16px 0 0 10px;
  height: 50px;
}
#billing_country_field,
#billing_state_field{
  margin-bottom: 10px;
}
/* -----  Método de pago ----- */
.box-logo-0 img[data-lazyloaded="1"] {
  opacity: 0;
}
.box-logo-0 img[data-lazyloaded="1"].litespeed-loaded {
  opacity: 1;
}
#interaccion-mapa {
  display: none;
  font-size: 13px;
  font-weight: bold;
}
.fancybox-slide--video .fancybox-content{
  max-width: 450px;
}
#customer_details label[for="billing_country"],
#customer_details label[for="shipping_country"]{
  pointer-events: none;
  top: -5px !important;
}
.no-cart{
  padding: 45px 30px 30px 30px;
  text-align: center;
  line-height: 1.4;
  font-size: 13px;
}
.no-cart .WhatsApp{
  color: #26d267;
  border: 1px solid #26d267;
  display: table;
  margin: -7px auto 15px auto;
  padding: 9px 15px;
}
.no-cart .address{
  background: #d8b6c8;
  padding: 6px 0;
  margin-top: -7px;
}
@media (max-width: 550px){
  .checkout-col6 {
    width: 100%;
  }
}
