.product-variants > .product-variants-item select {
  width: 100% !important;
}

.cart-item .input-group-btn-vertical > .btn {
  padding: 0 5px;
  line-height: 0;
}

#payment-confirmation .btn-primary,
.btn.continue {
  background: #5cb73e !important;
}

.form-control-comment {
  padding-top: 0.15rem !important;
}
@media (max-width: 767px) {
  .form-control-comment {
    display: none;
  }
}

.label-field-comment {
  font-size: 16px;
  position: relative;
  top: -3px;
}
@media (min-width: 768px) {
  .label-field-comment {
    display: none;
  }
}

.customConditionsMergado {
  display: none !important;
}

#payment-confirmation {
  text-align: center;
  margin-top: 30px;
}
@media (min-width: 768px) {
  #payment-confirmation {
    text-align: right;
  }
}

.delivery-options-list .delivery-option {
  display: flex !important;
  align-items: center !important;
  width: 100%;
}
.delivery-options-list .delivery-option .row {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  width: 100% !important;
}
.delivery-options-list .delivery-option .row > * {
  flex-grow: 1;
}
@media (max-width: 767px) {
  .delivery-options-list .delivery-option .row {
    flex-direction: column;
    align-items: flex-start;
    width: 100% !important;
  }
  .delivery-options-list .delivery-option .row > * {
    text-align: left;
    width: 100% !important;
  }
  .delivery-options-list .delivery-option .carrier-logo {
    margin-bottom: 15px;
  }
  .delivery-options-list .delivery-option .carrier-logo img {
    max-width: 48px;
  }
}

.custom-checkbox input[type=checkbox] + span {
  width: 20px !important;
  height: 20px !important;
}
.custom-checkbox input[type=checkbox] + span .checkbox-checked {
  margin: 0 !important;
  font-size: 18px !important;
}

body#checkout .custom-checkbox span {
  flex: 0 0 20px !important;
}

.nav-link.active {
  text-decoration: underline;
}
