.cart-side {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
}

@media (max-width: 1025px) {
  .cart-side:last-child {
    margin-bottom: 150px;
  }
}

@media print {
  .cart-side {
    padding: 0 !important;
    -webkit-box-flex: 100% !important;
        -ms-flex: 100% !important;
            flex: 100% !important;
    max-width: 100% !important;
    margin-bottom: 20px !important;
  }
}

.cart-item {
  height: 143px;
}

.cart .resume-body .cart-item {
  min-height: 90px;
}

.cart .resume-body .panel-scroll {
  max-height: 180px;
}

.cart .cart-count span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #CED242;
  color: #0A0F24;
  font-size: 12px;
  position: relative;
  top: -5px;
  margin-left: 1px;
}

.cart-img img {
  max-height: 70px;
  max-width: 70px;
  width: 100%;
}

.cart-product-quantity {
  width: 120px;
  margin-bottom: 20px;
}

.cart-product-info .cart-action .cart-action-row {
  min-width: 140px;
}

.cart-product-remove button {
  padding: 0 !important;
}

@media (width: 768px) {
  .cart-done button {
    padding: 10px 70px;
  }
}

@media (width: 1024px) {
  .cart-done button {
    padding: 20px 70px;
  }
}

@media (max-width: 1025px) {
  .cart-done button {
    padding: 20px;
  }
  .cart-done button .icon {
    display: none;
  }
}

.cart-done .icon:before {
  font-size: 30px;
  width: 30px;
  margin: 8px auto;
}

.cart-subtotal .justify-content-end {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.icon.icon_question.help_shipping:before {
  font-size: 16px;
  display: inline-block;
}

.icon.icon_remove::before, .icon.icon_more::before {
  color: #63B2DB !important;
}

.modal-question {
  display: inline-block;
  position: absolute;
  top: -7px;
  padding-left: 5px;
}

.modal-question i.icon:before {
  font-size: 16px;
}

.tooltip,
.arrow:after {
  background: #F7FAFB;
  color: #63717A;
  border: 1px solid #D2DCDE;
  border-radius: 5px;
}

.tooltip {
  height: 50px;
  pointer-events: none;
  opacity: 0;
  display: inline-block;
  position: absolute;
  text-align: center;
  text-decoration: none;
}

.tooltip.active {
  opacity: 1;
  margin-top: 5px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.tooltip.out {
  opacity: 0;
  margin-top: -20px;
}

.arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  right: 0;
  margin-left: -35px;
  top: -16px;
}

.arrow:after {
  content: '';
  position: absolute;
  left: 20px;
  bottom: -20px;
  width: 25px;
  height: 25px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.cart-shipping {
  height: 50px;
}

.resume-body .cart-img img {
  max-width: 50px;
  height: 50px;
}

.resume-cart:before {
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: -30px;
  border-top: 18px solid transparent;
  border-bottom: 18px solid #FFFFFF;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  right: 30px;
}

.cart .cart-count {
  left: 2px;
  top: -12px;
}

.cart:hover .resume-cart, .cart.active .resume-cart {
  display: block;
}

.cart .resume-cart {
  display: none;
}

@media (max-width: 767px) {
  .shipping-input div {
    height: auto !important;
    padding: 30px 0;
  }
  .shipping-input div a {
    display: block;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .cart-subtotal .cart-shipping div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .cart-subtotal .cart-done a {
    padding: 20px 70px;
  }
}

@media (width: 768px) {
  .shipping-form .form-field {
    padding: 0 10px !important;
    margin-bottom: 10px;
  }
  .shipping-form .form-field > div {
    margin: 0;
    height: auto !important;
  }
  .shipping-form .form-field > div a {
    margin: 0 auto;
  }
  .shippingNotCalculated {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 67% !important;
            flex: 0 0 67% !important;
    max-width: 67% !important;
  }
  .cart-back > a {
    white-space: nowrap;
  }
  .cart-subtotal .product-brand > .form-field,
  .cart-subtotal .product-brand > .pl-half.align-selfe-center {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .cart-subtotal .product-brand > .form-field {
    margin-bottom: 10px;
  }
  .cart-subtotal .product-brand > .pl-half.align-selfe-center {
    padding-right: 15px;
  }
  .cart-subtotal .cart-shipping div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .cart-subtotal .cart-done a {
    padding: 10px 70px;
  }
}

@media (width: 1024px) {
  .cart-subtotal .product-brand > .form-field label {
    width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .cart-subtotal .product-brand > div > button {
    padding: 15px 5px;
  }
  .cart-subtotal .cart-shipping div {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .cart-subtotal .cart-done a {
    padding: 20px 70px;
  }
}

#addItemToCart[disabled] {
  margin-right: 20px;
  max-width: 200px;
}

.price-value {
  text-transform: lowercase;
}
/*# sourceMappingURL=cart.css.map */