
.woocommerce {
  display: flex;
  margin-top: 2rem;
  margin-bottom: 2rem;
  align-items: baseline;
  /* display: contents !important; */
}
.woocommerce-form-coupon-toggle {
  display: none !important;
}
.woocommerce-info {
  display: flex;
  justify-content: space-around;
}
.woocommerce-info {
  margin: 0 2rem;
}
.woocommerce-MyAccount-content {
  margin: 0 2rem !important;
}
.woocommerce-info {
  padding-left: 3rem;
}
.woocommerce-billing-fields > h3 {
  display: none !important;
}
.woocommerce-input-wrapper > input {
  height: 50px !important;
}
#payment .place-order .button {
  display: none !important;
}

.woocommerce-checkout-review-order-table {
  display: none !important;
}
#payment .payment_methods > .woocommerce-PaymentMethod > label, #payment .payment_methods > .wc_payment_method > label {
display: inline flow-root list-item !important;
}

.select2-container--default .select2-selection--single {
  height: 50px !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 50px !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 50px !important;
}

#secondary {
  display: none !important;
}
#ship-to-different-address {
  display: none !important;
}

.carro {
  display: contents;
}

.boton-2.boton-completo {
  display: flex;
  align-items: center;
}

.woocommerce-MyAccount-navigation-link--pedidos:before {
  
  
  content: url("../images/iconos/ico-cesta.svg") !important;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.woocommerce-MyAccount-navigation-link--editar-cuenta:before {
  content: url('../images/iconos/ico-perfil.svg') !important;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.woocommerce-MyAccount-navigation-link--salir:before {
  content: url('../images/iconos/ico-salir.svg') !important;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.hentry .entry-content .woocommerce-MyAccount-navigation ul li {
  display: flex;
  align-items: center;
}

.otgs-development-site-front-end {
  display: none !important;
}

body {
  overflow-x: hidden !important;
}
