.btn {
  --bs-link-hover-color: #FF1962;
  --bs-btn-color: #FF1962;
  --bs-btn-focus-shadow-rgb: 255, 25, 98;
}

.form-check-input {
  --bs-form-check-bg: transparent;
}
.form-check-input:checked {
  background-color: #FF1962;
  border-color: #FF1962;
}
.form-check-input:focus {
  border-color: #FF1962;
  box-shadow: 0 0 0 0.25rem rgba(255, 25, 98, 0.25);
}

.form-control,
.form-select,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container .select2-selection--single,
label.custom-file-label,
.select2-dropdown {
  border-color: transparent;
  background-color: #211F20;
  color: #fff;
  width: 100%;
  letter-spacing: 0.4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: background-color 200ms;
}
.form-control::-moz-placeholder, .form-select::-moz-placeholder, .select2-container--default .select2-selection--single .select2-selection__rendered::-moz-placeholder, .select2-container .select2-selection--single::-moz-placeholder, label.custom-file-label::-moz-placeholder, .select2-dropdown::-moz-placeholder {
  color: #555;
}
.form-control::placeholder,
.form-select::placeholder,
.select2-container--default .select2-selection--single .select2-selection__rendered::placeholder,
.select2-container .select2-selection--single::placeholder,
label.custom-file-label::placeholder,
.select2-dropdown::placeholder {
  color: #555;
}
.form-control:focus,
.form-select:focus,
.select2-container--default .select2-selection--single .select2-selection__rendered:focus,
.select2-container .select2-selection--single:focus,
label.custom-file-label:focus,
.select2-dropdown:focus {
  color: #fff;
  box-shadow: none;
  border-color: transparent;
  background-color: #4C4A4B;
}
.form-control:focus::-moz-placeholder, .form-select:focus::-moz-placeholder, .select2-container--default .select2-selection--single .select2-selection__rendered:focus::-moz-placeholder, .select2-container .select2-selection--single:focus::-moz-placeholder, label.custom-file-label:focus::-moz-placeholder, .select2-dropdown:focus::-moz-placeholder {
  color: #222;
}
.form-control:focus::placeholder,
.form-select:focus::placeholder,
.select2-container--default .select2-selection--single .select2-selection__rendered:focus::placeholder,
.select2-container .select2-selection--single:focus::placeholder,
label.custom-file-label:focus::placeholder,
.select2-dropdown:focus::placeholder {
  color: #222;
}
.form-control.is-invalid,
.form-select.is-invalid,
.select2-container--default .select2-selection--single .select2-selection__rendered.is-invalid,
.select2-container .select2-selection--single.is-invalid,
label.custom-file-label.is-invalid,
.select2-dropdown.is-invalid {
  border-color: var(--bs-form-invalid-color);
}
.form-control.disabled, .form-control:disabled,
.form-select.disabled,
.form-select:disabled,
.select2-container--default .select2-selection--single .select2-selection__rendered.disabled,
.select2-container--default .select2-selection--single .select2-selection__rendered:disabled,
.select2-container .select2-selection--single.disabled,
.select2-container .select2-selection--single:disabled,
label.custom-file-label.disabled,
label.custom-file-label:disabled,
.select2-dropdown.disabled,
.select2-dropdown:disabled {
  --bs-secondary-bg: #4d4b4c;
  color: #aaa;
}
.form-control:focus,
.form-select:focus,
.select2-container--default .select2-selection--single .select2-selection__rendered:focus,
.select2-container .select2-selection--single:focus,
label.custom-file-label:focus,
.select2-dropdown:focus {
  border-color: #FF1962;
  box-shadow: 0 0 0 0.25rem rgba(255, 25, 98, 0.25);
}

.myaccount-list-nav__link {
  display: flex;
  align-items: center;
  color: #9EA0A5;
}
.myaccount-list-nav__link--active {
  color: #F4F4F4;
}
.myaccount-list-nav__link::before {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #FF1962;
  margin-right: 12px;
}

.myaccount__title {
  font-family: "Hammersmith One", sans-serif;
  text-transform: uppercase;
}

.order-meta {
  height: 100%;
  border: 1px solid rgb(178, 0, 56.4956521739);
  padding: 15px;
  background-color: #FF1962;
}
.order-meta dd, .order-meta dt {
  font-size: 12px;
}
.order-meta dt {
  text-transform: uppercase;
  margin-bottom: 5px;
}
.order-meta__status {
  color: #8dc63f;
}

.table-order {
  width: 100%;
  border: 0;
  margin-top: 25px;
}
.table-order thead {
  display: none;
}
.table-order th {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  color: #9d9d9d;
  letter-spacing: 2px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: 400;
  border-bottom: 1px solid #e9e9e9;
  height: 60px;
}
.table-order th:first-child {
  padding-left: 25px;
}
.table-order th:last-child {
  padding-right: 25px;
}
.table-order tr {
  display: flex;
  flex-direction: column;
  border: 1px solid #e9e9e9;
  margin-bottom: 15px;
  padding: 25px;
}
.table-order tr td {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  color: #fff;
  letter-spacing: 1px;
  line-height: 28px;
  height: 60px;
}
.table-order tr td:first-child {
  margin-top: 0;
}
.table-order .table-order__detail-button {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  color: #FF1962;
  letter-spacing: 1px;
  line-height: 28px;
  text-transform: uppercase;
}
.table-order .table-order__detail-button:hover {
  color: #b3b3b3;
}
.table-order .table-order__row-heading {
  font-size: 10px;
  text-transform: uppercase;
  color: #9d9d9d;
  letter-spacing: 2px;
}
@media (min-width: 992px) {
  .table-order {
    border: 1px solid #e9e9e9;
  }
  .table-order thead {
    display: table-header-group;
  }
  .table-order tr {
    border: 0;
    display: table-row;
    margin-bottom: 0;
    padding: 0;
  }
  .table-order tr:not(:last-child) {
    border-bottom: 1px solid #e9e9e9;
  }
  .table-order tr td {
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .table-order tr td:first-child {
    padding-left: 25px;
  }
  .table-order tr td:last-child {
    padding-right: 25px;
  }
}

.address-block {
  padding: 30px;
  background: transparent;
  border: 1px solid #303032;
  border-radius: 8px;
  text-align: center;
  min-height: 280px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.address-block__title {
  font-size: 18px;
  letter-spacing: 1.29px;
  margin-bottom: 30px;
}
.address-block address {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 22px;
}
.address-block__links {
  margin-top: 45px;
}
.address-block__links a {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2px;
  line-height: 14px;
}
.address-block--blank {
  border: 1px solid #303032;
  align-items: center;
  justify-content: center;
}
.address-block--blank a {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 16px;
}
.address-block--active {
  background-color: #1D1D20;
}
.address-block--active .address-block__links a,
.address-block--active .address-block__title {
  color: #d6d6d6;
}
.address-block--active address {
  color: #f8f8f8;
}

.select2-container .select2-selection--single {
  border-radius: 0;
  border: 0;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  height: 38px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  color: #a3a3a3;
  letter-spacing: 1px;
  line-height: 15px;
  display: flex;
  align-items: center;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  height: 38px;
}

.fab-cart {
  position: fixed;
  bottom: 20px;
  right: 0;
  z-index: 99;
}
.fab-cart__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FF1962;
  width: 60px;
  height: 60px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.table-cart {
  margin-left: -15px;
  margin-right: -15px;
}
.table-cart .quantity-field .btn {
  width: 28px;
  padding: 0;
  border-radius: 0;
  background: #f9f9f9;
  color: #2a2c2d;
  height: 38px;
  text-align: center;
  border: 1px solid #e9e9e9;
  font-size: 12px;
}
.table-cart .quantity-field input {
  height: 38px;
  text-align: center;
  border: 1px solid #e9e9e9;
  font-size: 12px;
  max-width: 46px;
  font-family: "Montserrat", sans-serif;
  color: #000;
  letter-spacing: 0.7px;
  line-height: 28px;
}
.table-cart .quantity-field input[type=number] {
  -moz-appearance: textfield;
}
.table-cart .quantity-field input::-webkit-inner-spin-button, .table-cart .quantity-field input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.table-cart__header {
  display: none;
}
.table-cart__item {
  border-top: 1px solid #e9e9e9;
  padding: 25px 30px;
}
.table-cart a {
  font-size: 14px;
  color: #1a1a1a;
  letter-spacing: 1.17px;
  line-height: 28px;
}
.table-cart a:hover {
  text-decoration: none;
}
.table-cart .single-product__meta {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  color: #fff;
  letter-spacing: 0.83px;
}
.table-cart .single-product__meta:hover {
  text-decoration: none;
}
.table-cart .single-product__title {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #FF1962;
  letter-spacing: 0;
  line-height: 22px;
}
.table-cart .single-product__title:hover {
  text-decoration: none;
}
.table-cart .single-product__price {
  font-size: 12px;
  color: #fff;
  letter-spacing: 1px;
  line-height: 28px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.table-cart__promo-code {
  border-top: 1px solid #e9e9e9;
  padding: 25px 30px;
  background: #f8fafa;
}
.table-cart__promo-code strong {
  font-family: CircularStd-Bold, sans-serif;
  font-size: 14px;
  color: #000;
  line-height: 28px;
}
.table-cart__promo-code input {
  height: 54px;
  border-right: 0;
  border-color: #e1e5e7;
}
.table-cart__promo-code input.is-invalid + .input-group-append button {
  border-color: #dc3545;
}
.table-cart__promo-code button {
  background-color: #fff;
  border: 1px solid #e1e5e7;
  border-left: 0;
  display: flex;
  align-items: center;
  font-family: CircularStd-Bold, sans-serif;
  font-size: 11px;
  color: #1a1a1a;
  letter-spacing: 1px;
}
.table-cart__footer {
  border-top: 1px solid #e9e9e9;
  padding-left: 15px;
  padding-right: 15px;
}
.table-cart__footer dl {
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.93px;
  line-height: 28px;
}
.table-cart__footer dt {
  text-align: right;
}
.table-cart__footer dt.text-muted {
  color: #9b9b9b;
  letter-spacing: 0;
}
.table-cart__footer dt.grand-total {
  font-size: 11px;
  color: rgb(178, 0, 56.4956521739);
  letter-spacing: 0.92px;
  text-transform: uppercase;
}
.table-cart__footer dd.text-muted {
  color: #9b9b9b;
  letter-spacing: 0;
}
.table-cart__footer dd.grand-total {
  font-family: CircularStd-Bold, sans-serif;
  font-size: 17px;
  color: #000;
  letter-spacing: 1.42px;
  line-height: 22px;
}
.table-cart .error {
  color: #c81118;
  font-size: 12px;
  line-height: 23px;
}
.table-cart .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #000;
}
@media (min-width: 992px) {
  .table-cart {
    border: 1px solid #e9e9e9;
    margin-left: 0;
    margin-right: 0;
  }
  .table-cart__header {
    padding: 0 30px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 10px;
    color: #FF1962;
    letter-spacing: 1px;
    border-bottom: 1px solid #e9e9e9;
    height: 60px;
  }
  .table-cart__header .row {
    width: 100%;
  }
  .table-cart__item:first-child {
    border-top: 0;
  }
  .table-cart .single-product__meta {
    font-size: 10px;
    letter-spacing: 0.83px;
    margin-bottom: 10px;
  }
  .table-cart .single-product__title {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 22px;
  }
  .table-cart .single-product__price {
    margin: 0;
  }
  .table-cart__footer {
    padding: 25px 30px;
  }
  .table-cart__footer dl {
    font-size: 12px;
    color: #fff;
    letter-spacing: 0;
    line-height: 28px;
  }
  .table-cart__footer dd.text-muted,
  .table-cart__footer dt.text-muted {
    color: #9b9b9b;
  }
  .table-cart__footer dt.grand-total {
    letter-spacing: 1px;
  }
  .table-cart__footer dd.grand-total {
    font-size: 17px;
    color: #FF1962;
    letter-spacing: 1.42px;
    line-height: 22px;
  }
}
