.banners-content .container-fluid .banner-caption h2 {
    font-family: "feuling-sans-bold";
}

.pro-content .pro-heading-title h1 {
    font-family: "feuling-sans-bold";
}

.product-item__title {
    font-size: 13px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "feuling-sans-bold" !important;
}

.frequently-bought-product-img {
    border: 1px solid #ededed;
}

.text-newsletter-header {
    font-family: "feuling-sans-bold";
    font-size: 50px;
    line-height: 60px;
    font-weight: bold;
}

.text-newsletter {
    font-family: "feuling-sans-bold";
    font-size: 23px;
    line-height: 27px;
    font-weight: bold;
    transform: scaleX(0.85);
}
.newsletterinput {
    font-family: "feuling-sans" !important;
    padding: 15px !important;
    height: 60px;
    font-size: 35px;
}

.newsletterbtn {
    font-family: "feuling-sans-bold" !important;
    font-size: 30px !important;
    border: #000 solid 2px;
    color: #000 !important;
}

.add-accessories::before {
    content: "+";
    position: absolute;
    font-size: 1.5rem;
    line-height: 1.3;
    height: 2.188rem;
    width: 2.188rem;
    background-color: #fff;
    border-radius: 50%;
    top: 50%;
    left: -1.125rem;
    display: inline-block;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cart-table__product-name {
    font-size: 1.2em;
}

.cart-table__column {
    border-bottom: #f0f0f0 1px solid;
}
.cart-coupon-text {
    height: 45px !important;
}
.checkout__totals-subtotals td,
.checkout__totals-subtotals th {
    padding-top: 15px;
}
.checkout__totals-footer td,
.checkout__totals-footer th {
    font-weight: bold;
    font-size: 1.25em;
}

.cart__totals-header {
    font-size: 20px;
}

.cart__totals-footer {
    font-size: 25px;
}

.checkout__totals-header th {
    border-bottom: #e5e5e5 2px solid;
    border-top: #e5e5e5 2px solid;
    padding: 10px 0px;
}
.checkout__totals-products td {
    border-bottom: #f0f0f0 1px solid;
    padding: 10px 0px;
}

.payment-methods {
    margin-bottom: 30px;
}

.payment-methods__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.payment-methods__item {
    border-radius: 2px;
    background: transparent;
    border: 1px solid #e5e5e5;
}
.payment-methods__item:hover {
    background: #f7f7f7;
    border: 1px solid #e5e5e5;
}
.payment-methods__item + .payment-methods__item {
    margin-top: 6px;
}

.payment-methods__item-header {
    display: flex;
    align-items: center;
    padding: 8px 14px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.01em;
    cursor: pointer;
    margin-bottom: 0;
}

[dir="ltr"] .payment-methods__item-radio {
    margin-right: 10px;
}
[dir="rtl"] .payment-methods__item-radio {
    margin-left: 10px;
}

.payment-methods__item-container {
    overflow: hidden;
    height: 0;
    transition: height 0.2s;
}

.payment-methods__item-description {
    font-size: 15px;
    line-height: 20px;
    padding: 2px 16px 13px 16px;
}

.payment-methods__item--active,
.payment-methods__item--active:hover {
    background: #f7f7f7;
    border: 1px solid #e5e5e5;
}
.payment-methods__item--active .payment-methods__item-container {
    height: auto;
}

.order-success {
}
.order-success__body {
    max-width: 690px;
    margin: 0 auto;
}
.order-success__header {
    padding: 60px 0 52px;
    text-align: center;
}
.order-success__icon {
    fill: $accent-color;
    margin: 0 auto;
    display: block;
}
.order-success__title {
    margin-top: 24px;
    margin-bottom: 2px;
}
.order-success__subtitle {
    font-size: 19px;
    font-weight: $font-weight-medium;
}
.order-success__actions {
    margin-top: 20px;
}
.order-success__meta {
    margin-bottom: 28px;
    text-align: center;
}
.order-success__meta-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

.order-success__meta-item {
    flex-basis: 25%;
    line-height: 1.25;
    position: relative;
    padding: 2px 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.order-success__meta-item:not(:last-child) {
    border-right: 2px dashed #ebebeb;
}

.address-card__row-title {
    font-size: 0.9em;
    font-weight: bold;
}

.order-success__meta-title,
.address-card__badge {
    display: block;
    font-size: 1.15em;
    font-weight: bold;
    margin-bottom: 4px;
}
.order-success__meta-value {
    display: block;
    font-size: 14px;
    line-height: 16px;
}

.account-nav {
    border: #e6e6e6 1px solid;
    padding: 10px;
}

.account-nav ul {
    margin-left: 0px;
    padding-left: 0px;
    list-style: none;
}

.account-nav ul li {
    padding: 5px 10px;
}

.account-nav ul li:hover {
    background-color: #f5f5f5;
}

.account-nav__item--active {
    border-left: #c00 2px solid;
    background-color: #f5f5f5;
}

.address-card__badge.card-expired {
    background:#C00 !important;
}
.addresses-list__item.card-expired {
    border:#ffcdcd 1px solid !important;
    background:#fff6f6;
}

.saved-cards li {
    border-radius: 0px !important;
}

.saved-cards li.expired {
    background:#e6e6e6;
}
.mark-expired {color:#C00; font-weight: bold;}

.saved-cards li.selected {
    border:#e5cb92 1px solid;
    background:#fcf6e9;
    color:#c97b00;
    font-weight:bold;
}

.addresses-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.addresses-list__item--new {
    border-radius: 5px;
    border: 2px dashed #ebebeb;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}
.addresses-list__divider:last-child {
    display: none;
}
.addresses-list__item {
    max-width: calc((100% - 32px) / 3);
    min-width: calc((100% - 32px) / 3);
        flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 10px;
    margin-bottom: 20px;;
}

.addresses-list__plus {
    width: 60px;
    height: 60px;
    border: 2px dashed #ebebeb;
    position: relative;
    border-radius: 30px;
    margin-bottom: 24px;
    -webkit-transition: border-color 0.2s;
    transition: border-color 0.2s;
}

.addresses-list__item--new:hover .addresses-list__plus {
    border-color: #e0e0e0;

    &::before,
    &::after {
        background-color: #dbdbdb;
    }
}

.addresses-list__item--new:hover .addresses-list__plus::before,
.addresses-list__item--new:hover .addresses-list__plus::after {
    background-color: #dbdbdb;
}

.addresses-list__plus::after {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}

.addresses-list__plus::before,
.addresses-list__plus::after {
    content: "";
    position: absolute;
    width: 32px;
    height: 4px;
    background-color: #e5e5e5;
    border-radius: 1.5px;
    top: calc(50% - 2px);
    left: 12px;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.addresses-list__divider:nth-child(2n) {
    width: 16px;
}



.address-card__badge {
    right: 0.75rem;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.address-card__badge {
    position: absolute;
    background-color: #3366cc;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 4px 8px 2px;
    top: -2px;
}

.address-card__body {
    padding: 1.5rem;
    font-size: 15px;
    line-height: 18px;
}

.btn-address,
.btn-card {
    font-size: 10px !important;
    font-weight: normal !important;
    text-transform: none !important;
}

.order-header__actions {
    float: right;
}

.btn-xs {
    padding: 0.25rem 0.4rem;
}

.card-table thead th {
    border-bottom: 2px solid #f0f0f0;
    text-transform: uppercase;
    color: #6c757d;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 12px;
}

.card-table tbody th {
    padding: 7px 12px;
}
.card-table tbody td {
    padding: 7px 12px;
}
.card-table tfoot th {
    padding: 7px 12px;
}
.card-table tfoot td {
    padding: 7px 12px;
}

.profile-card__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.profile-card__avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-bottom: 16px;

    img {
        border-radius: 50%;
        max-width: 100%;
    }
}
.profile-card__name {
    font-weight: $font-weight-medium;
    line-height: 20px;
}
.profile-card__email {
    font-size: 15px;
    margin-bottom: 24px;
}

.dashboard {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.dashboard__orders {
    margin-top: 24px;
    width: 100%;
}

select {
    appearance: auto; /* or remove 'none' */
    -webkit-appearance: auto;
    -moz-appearance: auto;
}

.checkout-address address {
  background: #f6f6f6;
  border:#dfdfdf 1px solid;
  padding:8px;
  font-size: 14px;
  cursor: pointer;
}

.checkout-address.active address{
  background: #fff5e2 !important;
  border:#d5ba86 1px solid !important;
}

.chk-add-name {
  font-weight:bold;
  font-size: 15px;
}

@media (min-width: 768px) {
    .dashboard__profile,
    .dashboard__address {
        width: calc(50% - 12px);
    }
}

@media (max-width: 767px) {
    .dashboard__profile,
    .dashboard__address {
        width: 100%;
    }

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

@media (max-width: breakpoint(sm-end)) {
    .order-success__header {
        padding: 44px 0 40px;
    }
    .order-success__meta-list {
        flex-wrap: wrap;
    }
    .order-success__meta-item {
        flex-basis: 50%;

        &:nth-child(2n):before {
            display: none;
        }
        &:nth-child(n + 3) {
            margin-top: 16px;
        }
    }
}

@media (min-width: 768px) {
    .add-accessories::before {
        border: 1px solid #dddddd;
    }
}
