.mt-10 {
  margin-top: 10px; }

.mb-10 {
  margin-bottom: 10px; }

.mr-10 {
  margin-right: 10px; }

.ml-10 {
  margin-left: 10px; }

.mt-20 {
  margin-top: 20px; }

.mb-20 {
  margin-bottom: 20px; }

.mr-20 {
  margin-right: 20px; }

.ml-20 {
  margin-left: 20px; }

.mt-30 {
  margin-top: 30px; }

.mb-30 {
  margin-bottom: 30px; }

.mt-24 {
  margin-top: 24px; }

.mr-24 {
  margin-right: 24px; }

.mb-24 {
  margin-bottom: 24px; }

.ml-24 {
  margin-left: 24px; }

.mb-40 {
  margin-bottom: 40px; }

.mt-40 {
  margin-top: 40px; }

.mb-44 {
  margin-bottom: 44px; }

.mt-48 {
  margin-top: 48px; }

.mr-48 {
  margin-right: 48px; }

.mb-48 {
  margin-bottom: 48px; }

.ml-48 {
  margin-left: 48px; }

.mb-60 {
  margin-bottom: 60px; }

.mt-60 {
  margin-top: 60px; }

.roboto-normal {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px; }

.roboto-normal-italic {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px; }

.roboto-medium {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px; }

.roboto-bold {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px; }

.text-white {
  color: #ffffff !important; }

.text-gray {
  color: #9F9F9F; }

.text-black {
  color: #000000; }

.justify-center {
  justify-content: center; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.title {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin: 0;
  padding: 0; }

.subtitle-date {
  margin: 8px 0 0 0; }

.ellipsis-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%; }

.inherited-link {
  color: inherit;
  text-decoration: none; }

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #000000;
  color: #ffffff;
  transition: 0.3s background-color ease-in-out; }

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: #B52221;
  color: #ffffff; }

.woocommerce-error {
  font-family: 'Roboto'; }

.woocommerce .woocommerce-order {
  font-family: 'Roboto'; }

.woocommerce .shop_table {
  border-color: #E9E9E9; }
  .woocommerce .shop_table thead th {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px; }

.woocommerce .actions .coupon {
  display: flex; }
  .woocommerce .actions .coupon .input-text {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px; }
  .woocommerce .actions .coupon button[type=submit] {
    border: none;
    background: none;
    outline: 0;
    cursor: pointer; }

.woocommerce .actions button[type=submit] {
  border: none;
  background: none;
  outline: 0;
  cursor: pointer; }

.woocommerce .cart_totals .title {
  margin-bottom: 20px;
  margin-top: 40px;
  font-size: 24px; }

.woocommerce .checkout.woocommerce-checkout .col2-set {
  display: flex;
  width: 100%; }
  .woocommerce .checkout.woocommerce-checkout .col2-set .col-1 {
    max-width: 770px;
    min-width: 770px;
    width: 770px;
    padding: 0;
    box-sizing: content-box;
    padding-right: 30px; }
  .woocommerce .checkout.woocommerce-checkout .col2-set .col-2 {
    max-width: 370px;
    min-width: 370px;
    width: 370px;
    padding: 0;
    box-sizing: content-box; }

.woocommerce .checkout.woocommerce-checkout .woocommerce-billing-fields .title,
.woocommerce .checkout.woocommerce-checkout .woocommerce-additional-fields .title {
  margin-bottom: 20px; }

.woocommerce .checkout.woocommerce-checkout #order_review_heading {
  margin-bottom: 20px; }

.woocommerce .checkout.woocommerce-checkout .form-row {
  margin-bottom: 20px; }
  .woocommerce .checkout.woocommerce-checkout .form-row label {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
    display: block; }
  .woocommerce .checkout.woocommerce-checkout .form-row input[type=text],
  .woocommerce .checkout.woocommerce-checkout .form-row input[type=email],
  .woocommerce .checkout.woocommerce-checkout .form-row input[type=number],
  .woocommerce .checkout.woocommerce-checkout .form-row input[type=tel],
  .woocommerce .checkout.woocommerce-checkout .form-row textarea {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    border: 1px solid #E9E9E9;
    border-radius: 5px;
    padding: 10px;
    outline: 0;
    resize: none; }

.woocommerce .select2-container .selection {
  width: 100%;
  height: 38px;
  display: block; }

.woocommerce .select2-container--default .select2-selection--single {
  display: flex;
  height: 100%;
  align-items: center;
  border-radius: 5px;
  border-color: #E9E9E9; }
  .woocommerce .select2-container--default .select2-selection--single span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px; }

.woocommerce .select2-container--default .select2-selection--single:focus {
  outline: 0; }

.woocommerce .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method {
  font-family: 'Roboto'; }

.woocommerce .woocommerce-privacy-policy-text {
  font-family: 'Roboto'; }

.woocommerce #payment #place_order, .woocommerce .woocommerce-page #payment #place_order {
  font-family: 'Roboto';
  padding: 15px 30px; }

.select2-search__field {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  outline: 0; }

.select2-results__options li {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  outline: 0; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 6px; }

#billing_company_field .optional {
  display: none; }

#billing_cif_field .optional {
  display: none; }

#billing_norc_field .optional {
  display: none; }

#billing_iban_field .optional {
  display: none; }
