﻿.noUi-base {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 2px;
    background: #666;
    outline: none;
    opacity: 0.9;
}

.noUi-horizontal {
    height: 2px !important;
}

.noUi-target {
    background: none;
    border-radius: initial;
    border: none;
    box-shadow: none;
}

.noUi-horizontal .noUi-handle {
    width: 7px !important;
    height: 7px !important;
    top: -3px !important;
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
    right: -0.55rem;
    left: auto;
    color: #333;
    display: table-cell;
    height: 10px;
    transform: rotate(-45deg);
    vertical-align: middle;
    width: 10px;
    border-radius: initial;
}

.filter-widget {
    overflow: hidden;
}

.alert-danger {
    color: #bb1212;
}

.validation-summary-valid ul {
    padding: 0;
}

.resend .outline {
    background: transparent;
    border: 1px solid #333;
    color: #333;
    display: block;
    width: 100%;
    float: none;
    padding: 6px 20px;
    margin-top: 0;
}

.address-item {
    position: relative;
}

    .address-item > p {
        line-break: anywhere;
    }

.radio-address {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    cursor: pointer;
}

    .radio-address:checked + .address-item {
        border-color: #F3C716;
        box-shadow: -5px 5px 0 rgba(243, 199, 22, 0.6);
    }

.checkout-pay-wrapper .gatewallet .gateways .item {
    position: relative;
}

.radio-button {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    cursor: pointer;
}

    .radio-button:checked + .checkout-pay-wrapper .gatewallet .gateways .item {
        background: #222;
        font-size: 20px;
        line-height: 20px;
        color: #F3C716;
    }

/*.checkout-pay-wrapper .gatewallet .gateways .item.active {
    background: #222;
    font-size: 20px;
    line-height: 20px;
    color: #F3C716;
}*/
#div-order-waiting {
    border: 1px solid #f3c716;
    padding: 1rem;
    margin-top: 2rem;
    line-height: 2;
}

.btn-sucsess {
    padding: 0 10px;
    background: #222;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 34px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn-cancel {
    padding: 0 10px;
    background: #9d2727;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 34px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right: 1rem;
}

.edit {
    position: absolute;
    z-index: 9;
}

.sent {
    opacity: 0.6;
    transform-origin: center center;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
}

.store-item {
    position: relative;
}

.radio-stores {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    cursor: pointer;
}

    .radio-stores:checked + .store-item {
        background: #F3C716;
        color: #333;
    }

.fly-cart .r {
    width: initial;
}

.product-item-swiper-alt .price {
    direction: ltr !important;
}

.zoom-icon {
    position: absolute;
    left: 10px;
    bottom: 10px;
}

.primary-menu {
    width: max-content;
}

.top-main-menu {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
}

.primary-menu-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
}

    .primary-menu-wrap .primary-menu-topul {
        width: max-content;
    }

/*.main-header .primary-menu li a {
    line-height: 60px;
}*/

.main-header .primary-menu li:hover .submenu {
    top: 55px;
}

.main-header .primary-menu li a.nochild:after {
    background: none;
}

.fashion-cats .col-md-4:nth-of-type(3n) .item {
    border-left: 1px solid #eee;
}

.fashion-cats .col-md-4:nth-of-type(1) .item, .fashion-cats .col-md-4:nth-of-type(4) .item {
    border-left: none;
}

/*.fashion-cats .item {
    text-align: center;
}

    .fashion-cats .item img {
        height: 100px;
        width: auto;
        float: none !important;
        margin: 0;
    }*/




@media (min-width:1025px) and (max-width:1386px) {
    .main-header .primary-menu li a {
        font-size: 14px;
        padding: 10px 10px;
    }

    .search-section .search-icon {
        width: 50px;
    }

    .main-header .hbtn {
        width: 80px;
    }
}

.btn-login {
    font: 18px "Fractul";
    height: 56px;
    color: #555;
    border: 1px solid #ddd;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #F7F7F7;
    display: block;
    margin-bottom: 1rem;
    padding: 0 !important;
    text-align: center !important;
}

.login-page {
    padding: 40px;
    max-width: 700px;
    margin: 5% auto;
    text-align: justify;
}

.btn-login-submit {
    padding: 10px 40px;
    background: #333;
    color: #fff;
    margin-top: 20px;
    border: none;
    font-size: 18px;
    float: none;
    width: 100%;
}

.validation-summary-valid {
    margin-top: 1rem;
}

.msg-email {
    padding: 40px;
    max-width: 700px;
    margin: 0 auto;
    text-align: justify;
    border: 1px solid #e1e1e1;
    margin: 5% auto;
}

#loginLink {
    color: #ffc107;
}

.btn-forgot-pass {
    cursor: pointer;
}

@media (max-width: 430px) {
    .sup-call {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width:768px) {
    .yellow-contact {
        padding: 20px 30px !important;
    }

        .yellow-contact .footer-secondary-menu {
            text-align: center !important;
            margin-top: 1rem !important;
        }

        .yellow-contact .sup-call small {
            display: none;
        }

    .footer-social {
        text-align: center !important;
    }

    .fashion-cats .item img {
        margin-left: initial;
        margin-right: initial;
        float: none;
    }

    .fashion-cats .item img {
        margin-left: 0 !important;
        margin-right: 0 !important;
        float: initial !important;
    }

    .product-atc-section .atc-button {
        padding: 16px 40px !important;
        font-size: 16px !important;
    }

        .product-atc-section .atc-button img {
            margin-left: 0 !important;
            margin-right: 15px !important;
        }

    .fly-cart .in {
        flex-direction: column !important;
    }

    .added-item {
        text-align: center;
    }

        .added-item img {
            width: 200px;
        }
}

.product-atc-section .atc-button {
    padding: 16px 30px 16px 30px !important;
}

    .product-atc-section .atc-button img, .product-atc-section .atc-button svg {
        margin-left: 0 !important;
    }

        .product-atc-section .atc-button img.mov, .product-atc-section .atc-button svg.mov {
            margin-left: -58px !important;
        }

.secondary-menu {
    display: flex;
    justify-content: space-between;
}

.currency-menu li a {
    font-size: 16px !important;
    color: #777 !important;
    line-height: 50px !important;
    cursor: pointer;
}

.currency-menu ul {
    display: grid;
    padding: !important;
}

.currency-menu .submenu > ul > li::before, .currency-menu .submenu > ul > li::after {
    content: initial !important;
}

.currency-menu .submenu > ul > li {
    border: none !important;
    width: 100%;
}

.currency-menu .submenu {
    top: 51px !important;
    padding: 0 !important;
    margin-right: 15px;
}

@media only screen and (max-width: 1024px) {
    .main-header .menu-section .secondary-menu {
        display: block !important;
    }

        .main-header .menu-section .secondary-menu li {
            width: 100% !important;
            padding: 0 !important;
        }

    .primary-menu-wrap .primary-menu-topul {
        width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    .currency-menu .mobile-open-sub {
        border: none !important;
    }

    .currency-menu li a::after {
        margin-right: 0 !important;
        margin-top: 18px !important;
    }

    .currency-menu .submenu > ul > li a.heading {
        border: none !important;
    }

    .currency-menu .submenu::before {
        background: transparent !important;
    }

    .main-header .menu-section .secondary-menu ul, .main-header .primary-menu .submenu.sub-open-mobile {
        overflow: hidden !important;
    }

    .currency-menu ul {
        display: block !important;
    }

    .currency-menu .submenu > ul > li {
        margin-bottom: 0 !important;
    }

    .search-section .search-box {
        padding: 15px 0 !important;
    }

    .main-header .menu-section .primary-menu {
        width: 100% !important;
    }
}

.general-page-wrapper h1 {
    padding: 10px !important;
}

#select-currency {
    border: 1px solid #ffc107;
    padding: 6px;
    display: flex;
    margin: 10px 0;
}

.add-address-form {
    padding: 1rem;
}

.page-wishlist-wrapper {
    margin-top: 40px;
}

.wishlist-product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
}

.wishlist-product-card {
    position: relative;
    border: 1px solid #eee;
    border-radius: 8px;
    background: #fff;
    padding: 16px;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    transition: transform 0.2s ease;
}

    .wishlist-product-card:hover {
        transform: translateY(-4px);
    }

.wishlist-favorite {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 36px;
    height: 36px;
    background: #fcd307;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s ease;
}

    .wishlist-favorite svg {
        width: 20px;
        height: 20px;
        fill: none;
        stroke: black;
        stroke-width: 2px;
        transition: fill 0.3s ease, stroke 0.3s ease;
    }

    .wishlist-favorite.active svg {
        fill: red;
        stroke: red;
    }

.wishlist-product-image {
    width: 100%;
    height: 200px;
    object-fit: contain;
    margin-bottom: 12px;
}

.wishlist-product-title {
    font-size: 14px;
    margin-bottom: 8px;
}

.wishlist-product-prices {
    font-size: 14px;
    display: flex;
    gap: 10px;
    justify-content: center;
}

.wishlist-price-new {
    font-weight: bold;
    margin-left: 6px;
}

.wishlist-price-old {
    text-decoration: line-through;
    color: #999;
    font-size: 13px;
}

.d-none {
    display: none;
}

.d-block {
    display: block;
}

.address-container {
    max-height: calc(100vh - 70px);
    overflow-y: auto;
}

.user-profile-card {
    background: linear-gradient(180deg, #ffffff 0%, #f6f6f6 100%);
    box-shadow: 0 8px 30px rgba(17,17,17,0.12);
    padding: 22px;
    border-top: 2px solid #f3c716;
}

.user-profile-field {
    display: flex;
    flex-direction: column;
    background: rgba(17,17,17,0.02);
    padding: 12px;
    border: 1px solid rgba(17,17,17,0.06);
    transition: transform .18s ease, box-shadow .18s ease;
}

    .user-profile-field:focus-within {
        border-color: rgba(212,180,0,0.6);
    }

.user-birth-input {
    display: flex;
    flex-flow: row nowrap;
    gap: 6px;
}

.user-profile-label {
    font-size: 0.92rem;
    margin-bottom: 8px;
    color: #222;
    font-weight: 600;
}

.user-profile-field input[type="text"],
.user-profile-field input[type="date"],
.user-profile-field input[type="password"],
.user-profile-field select {
    font-size: 1rem;
    padding: 10px 12px;
    border: 1px solid rgba(17,17,17,0.12);
    background: transparent;
    outline: none;
    transition: box-shadow .12s ease, border-color .12s ease;
}

.user-profile-field input::placeholder {
    color: transparent;
}

.user-profile-field input:focus {
    border-color: #f3c716;
    box-shadow: 0 6px 20px rgba(212,180,0,0.12);
}

.user-profile-actions {
    margin-top: 18px;
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}

.user-profile-btn-primary {
    background: #f3c716;
    color: #111;
    border: none;
    padding: 10px 18px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 6px 16px rgba(212,180,0,0.18);
    transition: transform .12s ease, box-shadow .12s ease;
}

    .user-profile-btn-primary:hover {
        transform: translateY(-3px);
        box-shadow: 0 12px 26px rgba(212,180,0,0.2);
    }

.user-profile-btn-ghost {
    background: transparent;
    color: #222;
    border: 1px solid rgba(17,17,17,0.08);
    padding: 9px 14px;
    cursor: pointer;
}

    .user-profile-btn-ghost:hover {
        background: rgba(17,17,17,0.03);
    }

@media (max-width:420px) {
    .user-profile-actions {
        justify-content: center;
    }
}

.user-profile-up-row.user-profile-up-g-4 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.user-profile-up-col-md-6 {
    flex: 1 1 calc(50% - 10px);
}

.user-profile-up-col-12 {
    flex: 1 1 100%;
}

@media (max-width: 767.98px) {
    .user-profile-up-col-md-6 {
        flex: 1 1 100%;
    }
}

.bi {
    width: 24px;
    height: 24px;
}

.order-cancel-btn {
    padding: 0;
    cursor: pointer;
    background: none;
    border-radius: 0;
    border: none;
}

.bi.bi-x-circle:hover {
    color: #0a58ca;
}

.order-btn {
    border: none;
    padding: 8px;
    /*    width: 44px;*/
    height: 36px;
    align-self: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: 2px solid #555;
    border-radius: 2px;
}

    .order-btn:hover {
        background-color: #F3C716;
    }

.order-btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.c-product-details__fav {
    color: #000000;
    font-size: 1.7em;
}

.like-wish {
    fill: none;
    stroke: black;
    position: absolute;
    top: 0;
}

.product-wish.selected .like-wish {
    fill: #f7c60f;
    color: #f7c60f;
    stroke: #f7c60f;
}

.order-main-container {
    margin-top: 40px;
    display: flex;
    border: 1px solid #D6D6D6;
    gap: 10px;
    text-align: center;
    margin-bottom: 20px;
}

.order-image-container {
    /*    width:200px;
    height:200px;*/
    width: 100%;
    /*    border: 1px solid #cfcfcf;*/ /*//*/
}

.order-row-account {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
    border-bottom: 1px solid #C7C7C7;
}

.order-page-button {
    background-color: #3D3D3D;
    color: white;
    padding: 8px;
}

.order-details-col {
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.order-code {
    padding-left: 4px;
    padding-right: 4px;
}

@media screen and (max-width : 991px) {
    .order-page-button {
        padding: 8px;
        display: flex;
        text-align: center;
        justify-content: center;
    }

    .detail-orders {
        padding-left: 8px;
        padding-right: 8px;
    }

    .price-final {
        padding-left: 8px;
        padding-right: 8px;
    }

    .wrap-order {
        min-width: 656px;
        overflow: auto;
    }

    .wrap-order-container {
        overflow-x: scroll;
    }
}

.order-tabs {
    z-index: 2;
    position: relative;
    background: #fff;
    padding: 30px 30px 30px;
}

    .order-tabs .headbar {
        position: relative;
        text-align: center;
    }

        .order-tabs .headbar:before {
            content: "";
            right: 0;
            left: 0;
            border-bottom: 1px solid #eee;
            top: 50%;
            position: absolute;
        }

        .order-tabs .headbar .tab-names {
            text-align: center;
            display: inline-block;
            position: relative;
            z-index: 3;
        }

            .order-tabs .headbar .tab-names .item {
                display: inline-block;
                position: relative;
                cursor: pointer;
                padding: 0 10px;
                line-height: 30px;
                background: #fff;
                margin: 0 20px;
                color: #555;
                font-weight: 900;
            }

                .order-tabs .headbar .tab-names .item.active {
                    color: #F3C716;
                }

@media screen and (max-width : 767px) {
    .order-page-button {
        padding: 8px 8px;
        display: flex;
        justify-content: center;
        text-align: center;
    }
}

@media screen and (max-width : 575px) {
    .order-row-account2 {
        flex-wrap: wrap;
        border: none;
        border-top: 1px solid #C7C7C7;
    }

    .order-page-button {
        padding: 8px 8px;
    }

    .order-image-container {
        width: 75%;
    }

    .order-main-container {
        flex-direction: column;
        margin-bottom: 40px;
    }

    .order-result-col {
        display: flex;
        width: 50%;
        justify-content: center
    }

        .order-result-col.fullcol {
            width: 100%;
            margin-top: 15px;
        }

    .account-page-header > .current-page > div::after {
        display: none;
    }
}

/*detail-order*/
.detail-border {
    border-bottom: 1px solid #dfdfdf;
}

    .detail-border:last-child {
        border-bottom: none !important;
    }

.box-detail, .product-detail-order {
    line-height: 2;
    margin-top: 20px;
}

.product-detail-order {
    border: 1px solid #F3C716;
    /*border-bottom: none !important;*/
}

.image-product-detail {
    margin-left: 1.5rem;
    position: relative;
}

    .image-product-detail .qty-order {
        background-color: #383636;
        position: absolute;
        top: 150%;
        left: -8px;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        color: #fff;
        padding: 1px;
        font-size: 11px;
        text-align: center;
        line-height: 20px;
    }

.order-detail-header, .product-detail-header, .product-detail-header-row3, .product-detail-header-row4, .product-detail-header-row5, .product-detail-header-row6, .status-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    line-height: 2;
    gap: 4px;
}

.name-delivery {
    display: flex;
    flex-direction: column;
}

.order-detail, .status-order {
    border-bottom: 1px solid #dfdfdf;
}

.delivery-title, .delivery-call, .price-item {
    font-weight: 500;
}

.delivery-item1, .delivery-item2, .total-price, .code-delivery, .total-price1 {
    font-weight: 900;
    display: flex;
    gap: 4px;
}

.delivery, .total-price, .detail-header-items, .box-order {
    border-bottom: 1px solid #dfdfdf;
    padding-left: 0.5rem;
}

.order-product-name {
    line-height: 2;
}

.order-size-product {
    line-height: 2;
}

.status-color2 {
    color: #b10001;
}

.status-color1 {
    color: green;
}

.box-address {
    position: relative;
    height: 280px;
    overflow: hidden;
}

.btn-fix-bottom {
    position: absolute;
    left: 5%;
    top: 86%;
}

.overflow-height {
    height: 93px;
    overflow-y: scroll;
}
/*name-price2 {
    float: left;
}*/
@media(max-width:575px) {
    .product-detail-order, .box-detail {
        font-size: 13px !important;
    }

    .qty-order {
        left: 8px;
        bottom: 8px;
    }
}

@media(max-width:367px) {
    .name-price1 {
        margin-right: 0 !important;
    }
}


.home-home .cat-list .item img {
    width: 150px !important;
}

.main-header .primary-menu li a {
    padding: 10px 25px;
    font-size: 16px !important;
}

.yellow-contact .sup-call {
    font-size: 20px !important;
}

    .yellow-contact .sup-call a {
        font-size: 20px;
    }

.home-hero-slider:after, .landing-home-slider:after {
    background: none !important;
}

.home-main-cats-section .item .over:after {
    background: none !important;
}

.fashion-banners .banner .over {
    background: none !important;
}

.fashion-banners .banner .title {
    color: #898383;
}

.home-signature-video:before {
    background: none !important;
}

.home-main-cats-section .item:hover .overtext:after {
    transform: rotate(0deg);
}

.reponsive-img {
    max-width: 100%;
    height: auto;
}

.mt-2 {
    margin-top: 2rem !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.btn-submit {
    padding: 10px 40px;
    background: #333;
    color: #fff;
    border: none;
    font-size: 20px;
    float: none;
    width: 100%;
}

    .btn-submit:hover {
        color: #fff;
    }

.message-modal-container {
    border: 1px solid #ddd;
    padding: 30px 40px;
    top: 50%;
    right: 50%;
    min-width: 200px;
    min-height: 100px;
    background: #fff;
    position: fixed;
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
    z-index: -1;
    width: 550px;
    transform: scale(0.8) translate(50%, -59%);
}

    .message-modal-container.active {
        opacity: 1;
        z-index: 11;
        transform: scale(1) translate(50%,-50%);
    }

.modal-close-button {
    left: auto;
    right: -14px;
    width: 28px;
    height: 28px;
    background: #777;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    top: -14px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    color: #fff;
    line-height: 24px;
    text-align: center;
    border: 1px solid #ddd;
    font-size: 24px;
    position: absolute;
    cursor: pointer;
}

@media screen and (max-width: 600px) {
    .message-modal-container {
        margin-top: 30px;
        max-width: calc(100% - 80px);
    }
}

.message-modal-title-container {
    border-bottom: 1px solid #c6c6c6;
    margin-bottom: 1rem;
}

.confirm-email-password .login-page {
    padding: 0;
    margin: 0;
}

.edit, .address-delete {
    font-weight: normal;
    color: #000;
    margin-right: 0 !important;
    position: relative !important;
}

.text-right {
    text-align: right;
}

.language-container {
    position: absolute;
    top: 35px;
    width: 75px;
    background-color: #fff;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.25s ease;
}


.secondary-menu ul li:hover .language-container {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}


.language-container > span {
    padding: 10px 5px;
    width: 100%;
    text-align: center;
    user-select: none;
    cursor: pointer;
    transition: background 0.2s;
}

    .language-container > span:hover {
        background: #f2f2f2;
    }

@media(max-width:1024px) {
    .language-container {
        top: 188px;
        left: 49px;
    }
}

.language-dropdown.active .language-container {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    /**/
}

.language-dropdown-selected {
    background-color: #F3C716;
}

.reset-pass {
    all: unset;
    cursor: pointer;
    color: #000 !important;
    text-decoration: underline;
}

.footer-menu {
    margin-bottom: 0 !important;
}

.footer-bottom-links {
    margin-bottom: 60px;
    background: #A2A2A2;
    opacity: 0.5;
}

    .footer-bottom-links ul {
        margin-bottom: 0;
        padding: 1rem;
    }

    .footer-bottom-links li {
        margin-right: 2rem;
        margin-bottom: 2rem;
        display: inline;
    }

        .footer-bottom-links li a {
            color: #000
        }

#main-footer .footer-menu {
    padding-bottom: 10px;
}

.support-footer-cls {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 5px;
    direction: ltr;
    max-width: fit-content;
}

#payment-err {
    margin: 10px 0;
    color: red;
}

.transfer-page {
    display: flex;
    justify-content: center;
}

.btn-transfer-page {
    padding: 10px 0;
    background: #333;
    color: #fff;
    margin-top: 20px;
    border: none;
    font-size: 20px;
    margin-top: 1rem;
    display: block;
    width: 280px;
    margin: 2rem auto 0 auto;
}

    .btn-transfer-page:hover {
        color: #fff;
    }

.container-btn| {
    display: flex;
    justify-content: center;
    align-items: centerl
}

.gateways > .items > .item {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 8px;
}
