/* Estilos para dispositivos tablet en modo horizontal */
@media only screen and (min-width: 768px) and (max-width: 1366px) and (orientation: landscape) {
  .item.product.product-item {
    width: calc((100% - 20%) / 4) !important;
  }

  .block-minicart #minicart-content-wrapper {
    width: 35%;
  }

  .header.content .logo {
    max-width: 10% !important;
  }
}

/* Estilos para dispositivos tablet en modo vertical */
@media only screen and (min-width: 768px) and (max-width: 1366px) and (orientation: portrait) {
  .item.product.product-item {
    width: calc((100% - 20%) / 3) !important;
  }

  .minicart-items-wrapper .actions {
    width: auto;
  }

  .multiples_productos {
    /*  width: 38%; */
    position: relative !important;
    top: 0;
    margin: 10px auto 0;
  }

  .page-layout-1column .product-info-main {
    width: 45% !important;
  }

  #minicart-content-wrapper {
    width: 40%;

  }

  .nivel-categoria>ul {
    padding: 0px 15px;
  }

  .nivel-categoria>ul>li {
    width: calc((100%/4) - 10px);

  }

  .producto-informacion>p {
    height: 60px;
  }
}

span.counter.qty {
  display: none !important;
}




@media screen and (min-width:1367px) {
  .mp-bg {
    padding: 25px 50px;
  }

  .multiples_productos {
    width: 30%;
  }
}










@media (min-width: 768px) and (orientation: landscape) and (max-width: 1080px) {
  #payment {
    top: 67% !important;
    right: 0% !important;
    width: 100% !important;
    background-color: #f1f1f1;
  }

  .payment-method._active {
    width: 100% !important;
  }

  .amcheckout-wrapper {
    padding: 0 !important;
  }
}

@media (min-width: 768px) and (orientation: portrait) {
  #payment {
    top: 71% !important;
    right: 0% !important;
    width: 100% !important;
    background-color: #f1f1f1;
  }
  .payment-method._active {
    width: 100% !important;
  }

  .amcheckout-wrapper {
    padding: 0 !important;
  }
}