/* ==========================================================================
     #PAGE WRAPPER
========================================================================== */

html {
    width: 100%;
    width: 100vw;
}

body:before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    background: url("../images/fondo.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
    margin: 0px;
    padding: 0px;
}

.page-wrapper {
    min-height: 100vh;
    background: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

/* ==========================================================================
     #SPACING
========================================================================== */

.p-t-75 {
    padding-top: 50px;
}

.p-b-100 {
    padding-bottom: 100px;
}

/* ==========================================================================
   #WRAPPER
========================================================================== */

.wrapper {
    margin: 0;
    height: 100vh;
    width: 100vw;
}

.wrapper--w680 {
    max-width: 680px;
}

/* ==========================================================================
   #CARD
========================================================================== */

.card {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #fff;
    opacity: 1;
    border: 0;
}

.card-body {
    padding: 1.5rem;
}

.qty-minus, .qty-plus {
    font-size: 1.4rem;
    padding: 1px;
    background-color: #f0f0f0;
    border-radius: 50%;
}

.qty-minus-sm, .qty-plus-sm {
    font-size: 1.4rem;
    padding: 1px;
    background-color: #f0f0f0;
    border-radius: 50%;
}

.quantity {
    -webkit-appearance: none;
    appearance: none;
    font-size: 1.3rem;
    text-align: center;
    vertical-align: middle;
    padding: 0 10px;
    color: #3a474e;
    background: #f2f3f0;
    border: 1px solid #c3c7c9;
    border-radius: 0;
    outline: none;
    width: 100%;
    height: 38px;
    min-width: 0;
}

.sm-device {
    display: none;
}

.lg-device {
    display: unset;
}

#navbar-producto {
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
}

@media only screen and (max-width: 435px) {
    .quantity {
        text-align: center;
    }
    .sm-device {
        display: unset;
    }
    .lg-device {
        display: none;
    }
    .nav-producto {
        padding: 0px 8px 0 0 !important;
    }
}

@media only screen and (max-width: 450px) {
    #principal-card {
        padding-left: 0.4rem;
        padding-right: 0.4rem;
    }
}

.quantity:focus {
    border: none;
    outline: none;
}

.quantity::-webkit-outer-spin-button, .quantity::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product-title {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 22px;
    color: #0d0c22;
    display: block;
    margin-top: 0.5rem;
    padding: 0;
}

.weight {
    color: #779;
    font-size: 1.0rem;
    margin-left: .1rem;
    font-weight: bold;
}

.precio {
    color: #444;
    font-size: 1.24rem;
}

.weight2 {
    color: #a7a8a8;
    font-size: 0.85rem;
    font-weight:bold;
}

.order-header {
    color: #BCBCBC;
}

.navbar-general .nav-producto a {
    padding-top: 0 !important;
}

.navbar-general .nav-producto.active a {
    color: #2A9F43;
    font-weight: bold;
}

.navbar-general .nav-item a {
    display: block;
    padding-top: 0.3rem;
    color: #0d0c22;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.2rem;
}

@media only screen and (max-width: 991px) {
    .navbar-general .nav-producto a {
        font-size: 0.83rem;
    }
}

@media only screen and (max-width: 767px) {
    .navbar-general .nav-producto a {
        font-size: 0.88rem;
    }
}

@media only screen and (max-width: 374px) {
    .navbar-general .nav-producto a {
        font-size: 0.83rem;
    }
}

@media only screen and (max-width: 360px) {
    .navbar-general .nav-producto a {
        font-size: 0.78rem;
    }
}

@media only screen and (max-width: 349px) {
    .navbar-general .nav-producto a {
        font-size: 0.66rem;
    }
}

.navbar-general {
    padding-left: 0px !important;
    margin: 0;
}

#pasos {
    background: white;
    -moz-border-radius: 0px;
    -webkit-border-radius: 20px 20px 0px 0px;
    border-radius: 20px 20px 0px 0px;
    opacity: 1;
    border-bottom: 3px solid #2A9F43;
}

.navbar-general .nav-pasos.active a {
    color: #2A9F43 !important;
    font-weight: bold;
}

.nav-pasos {
    width: 33.3333%;
}

#pasos a {
    color: black;
    font-size: 1.2rem;
    padding-top: 0.6rem;
}

.nav {
    padding-left: 0.0rem;
    margin-bottom: 0;
    list-style: none;
}

a {
    cursor: pointer;
}

.nav-item {
    margin: 0;
    color: #666;
    float: left;
    height: 48px;
    text-align: center;
}

.nav-producto {
    margin: 0 10px 0px 0;
    padding: 0px 20px 0 0;
    border-right: 1px solid #c9cec8;
    height: 25px;
    text-align: left;
}

.nav-producto:last-child {
    border-right: 0px;
}

label {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: #0d0c22;
    display: block;
    margin: 0;
    padding: 0;
}

input[type='text'], input[type='search'], input[type='password'], input[type='email'], input[type='url'], input[type='tel'], .selectize-input, textarea, .ql-container .ql-editor, select, .input-with-prefix {
    font-family: 'Haas Grot Text R Web', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.5;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    padding: 8px 8px;
    outline: none;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #0d0c22;
    background-color: #f3f3f4;
    border: 1px solid #ccc;
    margin-top: 6px;
    margin-bottom: 18px;
}

.producto {
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-top: 6px;
    margin-bottom: 18px;
    padding: 1.0rem;
    background-color: #fff;
    opacity: 1;
}

.producto-botones {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.hide {
    display: none;
}

.imagen-producto {
    height: auto;
    width: 100%;
    max-width: 300px;
    max-height: 190px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.imgdiv {
    margin-top: 0.3rem;
    margin-bottom: 0.5rem;
    overflow: hidden;
    height: 186px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
}

.campo-deshabilitado {
    pointer-events: none;
    color: #AAA;
    background: #F5F5F5;
}

.boton {
    margin-top: 1.0rem;
}

.instrucciones-box {
    margin-top: 6px;
    margin-bottom: 20px;
    height: 180px;
}

.search-box {
    border-radius: 22px !important;
    margin-bottom: 0.3rem !important;
}

.fas {
    font-family: "Font Awesome 5 Free";
}

.product-item {
    display: flex;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    flex-grow: 1;
    border-radius: 20px;
    border: 1px solid #ccc;
    margin-top: 6px;
    margin-bottom: 18px;
    padding: 1.0rem;
    background-color: #fff;
    opacity: 1;
}

.producto-texto {
    width: 100%;
    flex-grow: 1;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
}

.product-item__image-wrapper {
    position: relative;
    width: 100%;
}

@media screen and (max-width: 760px) {
    .producto-texto {
        text-align: center;
        padding-left: 15px;
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        flex-direction: column;
    }
    .p-t-75 {
        padding-top: 10px;
    }
    #navbar-producto {
        width: 100%;
    }
}

@media screen and (max-width: 760px) {
    .product-item {
        flex-direction: row;
        align-items: stretch;
        padding: 11px 1.94805% 6px 1.62338%;
        flex-wrap: nowrap;
    }
}

@media screen and (max-width: 760px) {
    .product-item__image-wrapper {
        padding-top: 3px;
        flex-shrink: 0;
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        flex-direction: column;
        width: 110px;
    }
}

.search-wrapper {
    margin-top: 0.3rem;
    position: relative;
}

i.buscar {
    position: absolute;
    top: 19px;
    left: 25px;
}

#myInput {
    padding-left: 3.0rem;
}

.validacion-error {
    color: #d50000 !important;
    border: 1px solid #d50000 !important;
    background: #ffeeee !important;
}

.datos-error {
    margin-top: -1.0rem;
    margin-bottom: 0.5rem;
    font-size: 0.85rem;
    color: #d50000 !important;
}

.logo {
    position: fixed;
    top: 0;
    left: 0;
    width: 15vw;
    height: auto;
    z-index: 999;
}

#productos-filtro {
    margin-bottom: 1.0rem;
}

.boton-radio {
    border-radius: 20px;
    margin-top: 0.5rem;
}

.cantidad-control {
    display: block;
    width: 100%;
    display: none;
    margin-top: 0.5rem;
}

.cantidad-wrapper {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    height: 100%;
}

.cantidad {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.boton-cantidad {
    width: 50px;
    height: 100%;
    line-height: 1;
    padding: 0 7px;
    font-size: 11px;
}

.boton-primario {
    background: #28a745;
    border-color: #28a745;
    color: #fff;
    height: 38px;
}

.boton-decremento {
    text-align: right;
    border-radius: 36px 0 0 36px;
}

.boton-incremento {
    text-align: left;
    border-radius: 0 36px 36px 0;
}

@media screen and (max-width: 500px) {
    #carrito-title {
        display: none;
    }
}

#subtotal {
    display: inline;
    text-align: right !important;
}

@media screen and (max-width: 768px) {
    #subtotal {
        display: inline;
        text-align: left !important;
    }
}

#subtotal span:before {
    content: "$";
}

#subtotal p {
    color: #444;
    display: inline;
    padding-right: 1.0rem;
    font-size: 1.8rem;
}

#subtotal span {
    color: #28a745;
    font-size: 1.8rem;
    font-weight: bold;
}

@media screen and (max-width: 995px) {
    #subtotal p {
        color: #444;
        display: inline;
        padding-right: 0.7rem;
        font-size: 1.5rem;
    }
}

.disable-dbl-tap-zoom {
    touch-action: manipulation;
}

.checkdiv {
    margin-top: 0.3rem;
    margin-bottom: 1.0rem;
    overflow: hidden;
    height: 25vh;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
}

.imagen-check {
    max-width: 100%;
    height: 100%;
}

.detalles {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 22px;
    color: #0d0c22;
    margin-top: 0.8rem;
    margin-bottom: 0.5rem;
    padding: 0;
}

.article{
    margin-bottom:0.5rem;
    text-align: center;
}
  .article .item{
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.0rem;
    font-weight: 500;
    line-height: 22px;
    color: #0d0c22;
    margin-top: 0.8rem;
    margin-bottom: 0.5rem;
    padding: 0;
  }

  .article .price{
    
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #0d0c22;
    font-weight: bold;
  }

  .card-title-confirmacion {
      font-weight: 600;
  }

  .seleccion-medida {
    display:flex;
    justify-content: space-evenly;
    align-items: center;
    background: #f2f3f0;
    border-radius: 8px;
    color: #3a474e;
    height: 30px;
    margin-top: 0.3rem;
    border: 1px solid #c3c7c9;
  }

  .medida {
      display: flex;
      flex: 1;
      height: 30px;
      align-items: center;
      justify-content: center;
      border-right: 1px solid #c3c7c9;
  }

  .medida:last-child {
    border-right: 0;
  }
  .medida-activa:first-child {
    background: #28A745;
    border-radius: 8px 0 0 8px;
  }
  .medida-activa {
    background: #28A745;
  }
  .medida-activa:last-child {
    background: #28A745;
    border-radius: 0px 8px 8px 0;
  }
  .medida-activa:only-child {
    background: #28A745;
    border-radius: 8px;
  }
  .medida-activa span {
      color: white;
  }

  .escondido {
    visibility: hidden;
  }

  .peso-seleccion li {
      display: inline-block
  }

  .precios {
      display: inline;
  }
.drop-zone {
    border: 4px dashed #999;
    padding: 60px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    position: relative;
    width: 60%;
    max-width: 600px;
    margin: 0 auto;
    min-height: 200px;
    box-sizing: border-box;
    font-size: 16px;
  }

  .drop-zone p {
    margin: 0;
  }

  .drop-zone--dragover {
    border-color: #000;
    background-color: #eee;
  }

  .search-btn {
    display: inline-block;
    background-color: #007bff;
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 4px;
    font-size: 16px;
  }

  ul.errorlist {
    display: none;
}

.login_form input[type="text"],
.login_form input[type="password"] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    transition: 0.3s;
}

.login_form input[type="text"]:focus,
.login_form input[type="password"]:focus {
    border-color: #4285F4;
    box-shadow: 0 0 0 2px rgba(66, 133, 244, 0.2);
}

.login_form input[type="submit"] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    background-color: #4285F4;
    border: none;
    color: white;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    border-radius: 4px;
    text-transform: uppercase;
}

.login_form input[type="submit"]:hover {
    background-color: #2b6ed2;
}

.validacion-error {
    border-color: #ea4335;
}

.validacion-error:focus {
    box-shadow: 0 0 0 2px rgba(234, 67, 53, 0.2);
}