/** Shopify CDN: Minification failed

Line 168:25 Expected identifier but found whitespace
Line 168:27 Unexpected "{"
Line 168:36 Expected ":"
Line 169:25 Expected identifier but found whitespace
Line 169:26 Unexpected "2px"
Line 169:33 Unexpected "{"
Line 169:43 Expected ":"
Line 169:66 Unexpected ","
Line 169:75 Unexpected "{"
Line 169:85 Expected ":"
... and 12 more hidden warnings

**/
body .cart__footer > * {
  width: 35rem;
}

/* Pre Check */

.pre-check {
  background:#dadada;
  margin: 0px 0 20px;
  padding: 10px 20px;
  transition: all .2s cubic-bezier(0.7, 0, 0.84, 0);
  -webkit-transition: all .2s cubic-bezier(0.7, 0, 0.84, 0);
  -moz-transition: all .2s cubic-bezier(0.7, 0, 0.84, 0);
  -ms-transition: all .2s cubic-bezier(0.7, 0, 0.84, 0);
}

.pre-item {
  background-color: #f5f5f5;
  font-size: 0.875em;
  padding: 20px;
  text-align: initial;
}

.pre-item+.pre-item {
  padding-top: 0;
}

.pre-item h5 {
  font-weight: 500;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  text-transform: uppercase;
}

/* Facturación */

.factura a {
  color: #000;
}

.styled-checkbox {
  opacity: 0;
  position: absolute;
}

.styled-checkbox+label {
  cursor: pointer;
  display: inline;
  padding: 0 !important;
  position: relative;
}

.styled-checkbox+label:first-of-type {
  margin-right: 15px;
}

.styled-checkbox+label small {
  display: none;
}

.styled-checkbox+label:before {
  content: "";
  display: inline-block;
  height: 20px;
  margin-right: 10px;
  position: relative;
  top: -1px;
  vertical-align: text-top;
  width: 20px;
  background-color: #ffffff;
}
.styled-checkbox:checked + label:before {
  background-color: #ffffff;
}

.styled-checkbox:checked+label:after {
  content: "";
  height: 2px;
  left: 5px;
  position: absolute;
  top: 8px;
  transform: rotate(45deg);
  width: 2px;
  -webkit-transform: rotate(45deg);
  background: #000000;
  box-shadow: 2px 0 #000000, 4px 0 #000000, 4px -2px #000000, 4px -4px #000000, 4px -6px #000000, 4px -8px #000000;
}

.factura .billing-menu {
  opacity: 0;
  visibility: hidden;
  height: 0;
  margin-top: 0;
  transition: all .4s cubic-bezier(0.7, 0, 0.84, 0);
  -webkit-transition: all .4s cubic-bezier(0.7, 0, 0.84, 0);
  -moz-transition: all .4s cubic-bezier(0.7, 0, 0.84, 0);
  -ms-transition: all .4s cubic-bezier(0.7, 0, 0.84, 0);
}

.factura .billing-menu.show {
  opacity: 1;
  visibility: visible;
  height: auto;
  margin-top: 10px;
}

.factura .billing-menu .cart-attribute__field {
  width: 100%;
  zoom: 0.8;
}

.factura .billing-menu .cart-attribute__field+.cart-attribute__field {
  margin-top: 10px;
}

.factura .billing-menu input.valido {
  border: 1px solid #22aa73;
}

.factura .billing-menu input.invalido {
  border: 1px solid #e21c24;
}

@media only screen and (min-width : 100px) and (max-width : 830px) {
  .factura {}

  .factura h5 {
    margin-bottom: 10px;
  }

  .factura .styled-checkbox+label {
    margin-bottom: 10px;
    padding-left: 0px !important;
  }

  .factura .styled-checkbox:checked+label:before {
    left: 0;
  }

  .factura .styled-checkbox+label:before {
    left: 0;
  }

  .factura .styled-checkbox:checked+label:after {
    top: 6px;
  }
}

            
            
            .styled-checkbox:checked + label:after {
              background: {{ section.settings.checkbox_check }};
              box-shadow: 2px 0 {{ settings.cart_checkbox_check }}, 4px 0 {{ settings.cart_checkbox_check }}, 4px -2px {{ settings.cart_checkbox_check }}, 4px -4px {{ settings.cart_checkbox_check }}, 4px -6px {{ settings.cart_checkbox_check }}, 4px -8px {{ settings.cart_checkbox_check }};
            }