.modal-newleter .modal-content .modal-top {
    object-fit: cover;
    max-height: 300px;
}
.breadcrumbs-default {
    padding: 10px 0;
}
.icon-arrow-down {
    transition: transform 0.3s ease;
}

.icon-arrow-down.rotate-up {
    transform: rotate(180deg);
}
.fs-18 {
    font-size: 18px;
}

.fs-14 {
    font-size: 14px;
}
.mh-600 {
    max-height: 600px;
    width: 100%;
    object-fit: cover;
}
.h-500 {
    height: 500px;
}
.flat-spacing {
    padding-top: 50px;
    padding-bottom: 50px;
}
.mw-200 {
    object-fit: contain !important;
    max-width: 200px;
}
.grill-dark {
    background-color: #d8ede2;
    border: 1px solid #bcdaca!important;
}

.blog-circle-box .img-box {
    width: 240px;
    height: 240px;
    margin: 0 auto -120px;
    border-radius: 50%;
}

.blog-circle-box .content {
    padding: 150px 34px 34px;
    border-radius: 10px;
    display: grid
;
    gap: 10px;
}

.title-display {
    font-size: 56px;
    line-height: 88px;
    font-weight: 500;
}

.swiper-slide .box-content {
    opacity: 1;
}

.slider-effect-fade .swiper-slide .fade-item {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

.grill-color {
    background: #F9FAF8;
}

.bg-step-1 {
    background-color: #E4F1EC;
    cursor: pointer;
    opacity: 5;
    transition: background-color 1.4s ease-in-out, background 2s ease-in-out;
}

.bg-step-1:hover {
    background: linear-gradient(135deg, #d0e8dc, #b8dbce);
    opacity: 5;
    transition: background-color 1.4s ease-in-out, background 2s ease-in-out;
}

.bg-step-2 {
    background-color: #F5EAEA;
    cursor: pointer;
    opacity: 5;
    transition: background-color 1.4s ease-in-out, background 2s ease-in-out;
}

.bg-step-2:hover {
    background: linear-gradient(135deg, #f3d5d5, #e6bebe);
    opacity: 5;
    transition: background-color 1.4s ease-in-out, background 2s ease-in-out;
}

.bg-step-3 {
    background-color: #f7e0c9;
    cursor: pointer;
    opacity: 5;
    transition: background-color 1.4s ease-in-out, background 2s ease-in-out;
}

.bg-step-3:hover {
    background: linear-gradient(135deg, #f6d4b8, #f0bc90);
    opacity: 5;
    transition: background-color 1.4s ease-in-out, background 2s ease-in-out;
}

.bg-zeus_1 {
    background-color: #ffe5e5!important;
}
.bg-zeus_2 {
    background-color: #ebebeb!important;
}
.top-bar-text {
    font-size: 14px;
    color: #305D53;
}
.tf-topbar {
    padding: 2px 0;
    background-color: #E4F1EC;
}
.nav-account .dropdown-account {
    top: calc(100% + 1px);
}

.nav-account .dropdown-login .sub-top {
    padding-bottom: 0;
    border-bottom: transparent;
}
.wrap-slider img {
    border-radius: 0 40px 40px 0;
    height: 530px;
}
.slider-effect .content-left {
    border-radius: 40px;
}
.tf-form-search .search-box {
    display: flex;
    gap: 6px;
    justify-content: center;
    align-items: center;
}
.tf-form-search .search-box input {
    border-radius: 8px;
    padding-top: 7px;
    padding-bottom: 7px;
    width: 86%;
    border: 1px solid var(--line);
    height: 40px;
}
.tf-form-search .search-box .tf-btn {
    border-radius: 8px;
    width: 64px;
    height: 40px;
    right: 0;
}

.tf-btn {
    padding: 10px 32px;
}
.card-product .card-product-wrapper {
    aspect-ratio: 1!important;
}

.card-product .card-product-wrapper img {
    overflow: hidden;
}
.card-product .card-product-wrapper img:hover {
    transform: scale(1.1);
}
.card-product .card-product-wrapper .on-sale-wrap .on-sale-item {
    padding: 4px 8px;
    font-size: 11px;
}

.card-product .card-product-info .price {
    font-size: 16px;
    color: #618474;
}

.zeus-left {
    width: 100%;
    margin-right: 20px;
}
.btn-col {
    width: 100%;
    margin-top: 24px;
}
.zeus-slide {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: -40px;
    padding-left: 30px;
    margin-left: -30px;
}

.icon-links {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #305D53;
    background: #A9D9C3;
    padding: 10px 0;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    line-height: 1;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Albert Sans", sans-serif!important;
    letter-spacing: 3px;
}
.rubicons {
    margin-left: 8px;
    transition: transform 0.3s ease;
}
.icon-links:hover {
    background: #305D53;
    color: #FFFFFF;
    transform: translateY(-4px);
    box-shadow: 0 4px 8px rgba(48, 93, 83, 0.2);
}

.icon-links:hover > .rubicons {
    transform: translate(3px, -3px);
}
.h-140 {
    height: 140px;
}
.he-50 {
    height: 50px;
}
.header-default .box-nav-ul {
    gap: 30px;
}
#header .box-nav-ul .menu-item.active .item-link,
#header .box-nav-ul .menu-item:hover .item-link {
    color: #0F766EFF;
}
#header .box-nav-ul .item-link {
    font-weight: 500;
}
#header .box-nav-ul .item-link::after {
    height: 50px;
}
.header-default .header-bottom.style-2 .wrapper-header .menu-item {
    padding: 10px 0px;
}
.header-default .header-bottom.style-2 .wrapper-header{
    min-height: 50px;
}
#header .nav-account .dropdown-item:hover {
    color: #0d9488!important;
}

#header .nav-icon .nav-icon-item .text {
    font-size: 15px;
    font-weight: 400;
    color: #6b7280;
}
.hover-sw-nav.hover-sw-2 .nav-sw {
    top: 40%;
}
.hover-sw-nav.hover-sw-5 .nav-sw {
    top: 40%;
}
.logo-header img {
    width: 160px;
}
.header-style-2 .logo-header img {
    width: 160px;
}
.cont-box {
    max-height: 300px;
    overflow-y: auto;
}

.card-product {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 24px;
}

.product-fit {
    max-height: 500px;
    object-fit: contain;
}

/* product detail*/
.openModalButton {
    width: 170px;
}
.tf-check:checked {
    border: #305D53;
    background-color: #A9D9C3;
}
.h-46 {
    height: 46px;
}
.detail-icons {
    width: 80px;
    transition: transform 0.3s ease;
}
.tf-product-delivery:hover .detail-icons {
    transform: scale(1.1);
}

.tf-product-delivery {
    transition: all 0.4s ease;
    text-align: center;
}
.tf-product-delivery:hover {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}
.text-yellow {
    color: #f0a750;
}
.other-zeus {
    color: #305D53;
    background: #A9D9C3;
}
.wg-blog:hover .title a {
    background-size: 0;
    font-weight: 500;
}
.design-area button {
    color: black;
    font-size: 13px;
    font-weight: 400;
    justify-content: start;
}

.design-area .box-checkbox .tf-check {
    width: 18px;
    height: 18px;
    min-width: 18px;
    border: 1px solid var(--line);
}
.design-area input[type=text] {
    font-size: 14px;
}
.variant-picker-item .variant-picker-values label.style-text {
    width: 128px;
    height: 40px;
    border-radius: 6px;
}
.wg-quantity {
    width: 130px;
}
.wg-quantity input {
    width: 38px;
}
.collection-position-2 .cls-btn {
    border-radius: 8px;
}
.collection-position-2 .cls-btn:hover {
    background-color: black;
    color: white;
}
.collection-position-2 .cls-btn p {
    font-size: 15px;
}
.collection-position-2:not(.style-2, .style-3) .cls-btn:hover {
    color: white;
}

.card-product .card-product-wrapper .on-sale-wrap .on-sale-item {
    background-color: #e48601;
}

/* product detail*/

.tf-sticky-btn-atc .content .p_name {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    max-width: 320px;
}

@media only screen and (max-width: 768px) {
    .widget-tabs.style-menu-tabs .widget-menu-tab .item-title {
        font-size: 16px;
    }
    .tf-sticky-btn-atc.show {
        transform: translateY(62px);
    }
    .collection-position-2.style-4 .content {
        display: flex;
        align-items: center;
        justify-content: center;
        left: 8px;
        right: 8px;
    }
    .collection-position-2.style-4 .cls-btn {
        padding: 8px 8px;
        font-size: 12px !important;
        height: 38px;
    }
    .collection-position-2 .cls-btn .text {
        max-width: 122px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        line-height: 16px;
    }
    .collection-position-2 {
        border-radius: 10px;
    }
    h4 {
        font-size: 20px;
    }

    .flat-spacing {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .zeus-slide {
        padding-top: 10px;
    }
    .modal-newleter .modal-content .modal-top {
        max-height: 200px;
    }
    .wrap-slider img {
        height: 100%;
        border-radius: 10px 10px 0 0;
    }
    .slider-effect .img-slider {
        width: 100%;
    }
    .slider-effect .content-left {
        border-radius: 0 0 10px 10px;
    }
    .tf-slideshow .wrap-slider {
        padding-right: 1rem;
        padding-left: 1rem;
        padding-top: 1rem;
        height: 450px!important;
    }
    .slider-effect .box-content .heading {
        font-size: 24px;
    }
    .tf-topbar .top-bar-text {
        font-size: 12px;
    }

    .collection-item .collection-content {
        display: flex;
        align-items: center;
        justify-content: center;
        left: 8px;
        right: 8px;
    }
    .collection-item .collection-content .tf-btn:not(.btn-xl, .btn-md, .btn-line, .style-2, .style-3) {
        padding: 8px 8px;
        font-size: 12px !important;
    }
    .collection-item .collection-title {
        height: 38px;
    }
    .collection-item .collection-title span {
        max-width: 122px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        line-height: 14px;
    }
    .canvas-mb .icon-close-popup {
        left: auto;
        right: 15px;
    }

    .checkmark-icon {
        bottom: 24px;
        right: -9px;
    }
    .mb_15 {
        margin-bottom: 10px;
    }
    .respons-font {
        font-size: 12px;
        line-height: 1.2rem;
    }
    .card-product {
        padding: 10px;
    }
    .fs-18 {
        font-size: 14px !important;
    }
    .card-product .card-product-info .title {
        font-size: 14px;
    }
    .card-product .card-product-info .price {
        font-size: 14px;
        color: #618474;
    }
    .btn-col {
        margin-top: 14px;
    }
    .icon-links {
        padding: 0.6rem 0;
    }
    .footer .footer-logo, .footer .footer-heading {
        margin-top: 20px;
    }
    .category-banner {
        width: 100%;
        height: 66px;
        object-fit: cover;
    }
    .tf-payment {
        width: 100% !important;
    }
    .card-product .h-140 {
        height: 80px;
    }
    .collection-item-v4.style-2 .collection-image {
        height: 100px;
    }
    .tf-breadcrumb-wrap .tf-breadcrumb-list .p-detail {
        max-width: 220px;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
    }
    .fs-22 {
        font-size: 18px!important;

    }
    .tf-product-info-title {
        margin-bottom: 6px !important;
    }
    .openModalButton {
        width: 100%;
    }
    #goTop {
        bottom: 140px;
    }
    .tf-product-delivery {
        padding: 20px 18px;
    }
    .product-fit {
        max-height: 260px;
    }
    .tf-sticky-atc-btns .wg-quantity {
        width: 100px;
    }

}
@media only screen and (max-width: 1024px) {
    .tf-sticky-btn-atc {
        bottom: 62px;
    }
    ul.breadcrumbs li {
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
        max-width: 240px;
    }
}

@media (min-width: 1600px) {
    .nav-account .dropdown-account {
        left: -70px;
        min-width: 220px;
    }
}
@media (min-width: 1600px) {
    .nav-account .dropdown-login {
        left: -30px;
    }
}

@media (min-width: 992px) {
    .collection-position-2.style-4 .cls-btn {
        padding: 8px 20px;
    }
    .breadcrumbs-default {
        padding: 10px 0;
    }
}


@media (min-width: 1440px) {
    .nav-account .dropdown-login {
        min-width: 230px;
        max-width: 230px;
    }
    .nav-account .dropdown-account {
        left: -40px;
    }
}

@media (min-width: 768px) {
    .tf-product-info-list {
        max-width: 744px;
    }
}



/* bask page */

.checkout-container {
    width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 0;
    border-top: 1px solid #ddd;
}
.checkout-form {
    padding: 32px;
    padding-left: 14%;
    box-sizing: border-box;
    flex: 1 1 0;
    width: 52%;
    min-width: unset;
    border-right: 1px solid #ddd;
    max-width: 100vw;
}
.checkout-summary {
    background: #f9f9f9;
    padding: 32px;
    padding-right: 14%;
    box-sizing: border-box;
    width: 48%;
    min-width: unset;
    position: sticky;
    top: 0;
    z-index: 20;
    height: 100vh;
    max-width: 100vw;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.brand-logo img {
    height: auto;
}
.form-section-title {
    font-weight: 600;
    margin-bottom: 12px;
    font-size: 1.2rem;
}
.order-item {
    display: flex;
    align-items: flex-start;
    position: relative;
}
.order-item-img {
    width: 60px;
    height: 60px;
    padding: 6px;
    object-fit: cover;
    border-radius: 8px;
    margin-right: 16px;
    background: #fff;
    border: 1.5px solid #e3e3e3;
    position: relative;
}
.order-qty-badge {
    position: absolute;
    top: -7px;
    left: 47px;
    background: #444;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 600;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.order-item-details {
    flex: 1;
    font-size: 1.08rem;
    color: #222;
    font-weight: 500;
    display: flex;
    flex-direction: column;
}
.order-item-details span {
    font-size: 0.96rem;
    font-weight: 400;
}
.text-end a {
    color: black;
    font-weight: 600;
    font-size: 0.92rem;
    cursor: pointer;
    transition: all .3s;
}
.text-end:hover a {
    color: #000;
}
.order-item-details a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    transition: all .3s;
}
.order-item-details:hover a {
    color: #000;
    text-decoration: none;
}
.form-check-input:checked {
    background-color: #212529;
    border-color: #343a40;
}
.order-item-price {
    font-size: 1.13rem;
    font-weight: 600;
    color: #222;
    white-space: nowrap;
}
.discount-row {
    display: flex;
    gap: 10px;
}
.discount-row input[type="text"] {
    flex: 1;
    border-radius: 8px;
    font-size: 1.08rem;
    padding: 16px 16px;
    background: #fff;
    border: 1.4px solid #e3e3e3;
    outline: none;
    box-shadow: none;
    transition: border-color 0.2s;
}
.discount-row input[type="text"]:focus {
    border-color: #888;
}
.discount-row button {
    border: none;
    background: #cbcbcb;
    color: #ffffff;
    font-weight: 400;
    font-size: 0.9rem;
    padding: 0 18px;
    letter-spacing: 1px;
    border-radius: 8px;
    cursor: pointer;
    transition: all .3s;
}
.discount-row button:hover {
    background-color: black;
}
.order-label {
    color: #444;
    font-size: 1.05rem;
}
.order-summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.09rem;
}
.order-summary-row.total {
    font-size: 1.35rem;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0;
}
.order-summary-row .order-label {
    color: #222;
    font-weight: 500;
    font-size: 1rem;
}
.order-summary-row .order-total {
    color: #222;
    font-weight: 700;
}
.order-taxes {
    color: #444;
    font-size: 1rem;
    margin-top: -1rem;
}
.order-shipping-info {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #444;
    font-size: 1.05rem;
}
.order-shipping-info svg {
    width: 16px;
    height: 16px;
    color: #444;
    margin-bottom: 2px;
}
.footer-links {
    font-size: 0.9rem;
    margin-top: 32px;
    text-align: center;
    color: #888;
}
.footer-links a {
    color: #888;
    margin: 0 8px;
    text-decoration: underline;
}
.form-control, .form-select {
    background: #fff;
    border: 1.4px solid #e3e3e3;
    border-radius: 8px;
    box-shadow: none;
    color: #222;
    font-size: 16px;
    padding: 12px 14px;
    height: 48px;
    cursor: pointer;
    transition: border-color 0.2s;
}
.form-control:focus, .form-select:focus {
    border-color: #111;
    box-shadow: none!important;
    background: #fff;
    color: #222;
}
.form-label {
    font-size: 0.95rem;
    color: #000;
    font-weight: 500;
    margin-bottom: 2px;
    margin-left: 2px;
}
.form-check {
    margin-bottom: 12px;
}
.form-check-input:focus {
    box-shadow: none !important;
}
.radio-group-box {
    background: #fff;
    border: 1.5px solid #e3e3e3;
    border-radius: 8px;
    padding: 10px 0 10px 0;
    margin-bottom: 24px;
}
.form-check-input[type="radio"] {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid #e3e3e3;
    margin-top: 0;
    margin-right: 10px;
    background: #fff;
    transition: border-color 0.2s;
}
.form-check-input[type="radio"]:checked {
    border: 6px solid #111;
    background-color: #fff;
}
.form-check-input[type="radio"]:focus {
    border-color: #111;
    box-shadow: 0 0 0 2px #e3e3e3;
}
.form-check-label {
    font-size: 0.96rem;
    color: #222;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.radio-icon {
    margin-left: auto;
    margin-right: 16px;
    color: #888;
    font-size: 1.3em;
}
.input-icon {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #bbb;
    font-size: 1.2em;
    pointer-events: none;
}
.input-group {
    position: relative;
}
select.form-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='gray' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6l4 4 4-4'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1.2em;
    padding-right: 2.5em;
}
input[type='search']::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.express-btn, .form-control, .form-select, .btn {
    max-width: 100%;
    box-sizing: border-box;
}
textarea, input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color] {
    border: 1px solid var(--line);
}
.address-card {
    background-color: #ffffff;
    border: 1px solid #000000;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    max-width: 100%;
}
.address-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
.address-content p {
    margin: 0;
    font-size: 15px;
    color: #333;
}
.payment-box {
    background: #fff;
    border: 1.5px solid #222;
    border-radius: 10px;
    margin-bottom: 32px;
    overflow: hidden;
    box-shadow: 0 2px 8px 0 rgba(60,60,60,0.04);
}
.payment-radio-row {
    padding: 16px 18px;
    border-bottom: 1px solid #eee;
    background: #fff;
    position: relative;
}
.payment-radio-row:last-child {
    border-bottom: none;
}
.payment-radio-row .form-check-input[type='radio'] {
    margin-right: 12px;
    margin-left: 0;
    margin-top: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #e3e3e3;
    background: #fff;
    transition: border-color 0.2s;
}
.payment-radio-row .form-check-input[type='radio']:checked {
    border: 6px solid #111;
    background-color: #fff;
}
.payment-radio-row .form-check-label {
    font-size: 1rem;
    color: #222;
    font-weight: 500;
    margin-left: 0;
    display: flex;
    align-items: center;
}
.payment-radio-row.active {
    box-shadow: 0 2px 8px 0 rgba(60,60,60,0.04);
    position: relative;
    background-color: #f7f7f7;
    z-index: 2;
}
.payment-icons img {
    height: 24px;
    margin-left: 4px;
    margin-right: 0;
    vertical-align: middle;
}
.payment-accordion-content {
    background: #fafafa;
    border-top: 1px solid #eee;
    padding: 20px;
    text-align: center;
    animation: fadeIn 0.2s;
}
.payment-accordion-content .d-flex .mh-72 {
    max-height: 72px;
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px);}
    to { opacity: 1; transform: translateY(0);}
}
.payment-accordion-content svg {
    margin-bottom: 16px;
    color: #888;
}
.payment-card-fields {
    background: #fafafa;
    padding: 0 18px 8px 18px;
    border-top: none;
    border-bottom: none;
}
.pay-container {
    padding: 2rem 1rem;
}
.pay-alert {
    gap: 0.5rem;
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    color: #666;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
}
.pay-order-number {
    font-weight: 500;
    color: #333;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 0.15rem 0.3rem;
    border-radius: 4px;
}
.pay-order-number:hover {
    background-color: #f1f3f5;
}
.pay-copied-text {
    background-color: #e9ecef;
}
.pay-banks {
    display: grid;
    gap: 1rem;
}
.pay-bank {
    position: relative;
    cursor: pointer;
    margin: 0;
}
.pay-bank-radio {
    position: absolute;
    opacity: 0;
}
.pay-bank-content {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e9ecef;
    transition: all 0.2s ease;
    padding: 1rem 1.25rem;
    box-shadow: 0 0 0 transparent;
}
.pay-bank:hover .pay-bank-content {
    border-color: #adb5bd;
}
.pay-bank-radio:checked + .pay-bank-content {
    border-color: #f3480f;
}
.pay-bank-radio:checked + .pay-bank-content::after {
    content: '✓';
    position: absolute;
    top: 10px;
    right: 14px;
    font-size: 1.25rem;
    color: #f3480f;
}
.pay-bank-header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.6rem;
}
.pay-bank-logo {
    object-fit: contain;
}
.pay-bank-status {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    background-color: #e9ecef;
    color: #495057;
}
.pay-bank-info {
    display: grid;
    gap: 0.5rem;
}
.pay-account, .pay-iban-section {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.pay-label {
    font-size: 0.8rem;
    color: #6c757d;
}
.pay-value {
    font-size: 1rem;
    font-weight: 500;
    color: #212529;
}
.pay-iban-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f1f3f5;
    border: 1px solid #dee2e6;
    padding: 0.75rem 1rem;
    border-radius: 6px;
    font-family: 'Courier New', monospace;
    font-size: 1rem;
    color: #343a40;
}
.pay-iban {
    font-family: monospace;
    font-size: 1rem;
    color: #495057;
    flex: 1;
}
.pay-copy {
    border: none;
    background: transparent;
    color: #495057;
    cursor: pointer;
    transition: color 0.2s ease;
}
.pay-copy:hover {
    color: #f3480f;
}
.pay-copy.pay-copied {
    background-color: #e9ecef;
    border-color: #adb5bd;
    color: #f76c2b;

}
.pay-steps {
    background: #fff;
    padding: 0.5rem;
    border-radius: 8px;
    border: 1px solid #e9ecef;
    margin-top: 1rem;
}
.pay-steps h6 {
    color: #495057;
    margin: 0 0 0.6rem;
    font-weight: 500;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.pay-steps-list {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}
.pay-step {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.pay-step-number {
    width: 24px;
    height: 24px;
    background-color: #f8f9fa;
    color: #495057;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 0.8rem;
    flex-shrink: 0;
}
.pay-step-text {
    color: #495057;
    font-size: 0.9rem;
    padding-top: 0.25rem;
    text-align: left;
}
.input-group {
    position: relative;
}
.input-icon {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #bbb;
    font-size: 1.2em;
    pointer-events: none;
}
.remember-box {
    background: #fff;
    border: 1.5px solid #e3e3e3;
    border-radius: 8px;
    padding: 14px 16px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    font-size: 1.08rem;
}
.remember-box .form-check-input {
    margin-right: 12px;
    width: 22px;
    height: 22px;
}
.remember-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}
.remember-secure {
    color: #888;
    font-size: 1.01rem;
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    margin-left: 2px;
}
.remember-secure svg {
    margin-right: 6px;
    color: #bbb;
}
.shop-logo {
    font-family: 'Inter', Arial, sans-serif;
    font-weight: 700;
    color: #888;
    font-size: 1.2rem;
    letter-spacing: -1px;
    margin-left: 8px;
}
.btn-paynow {
    width: 100%;
    font-size: 1.06rem;
    font-weight: 500;
    padding: 14px 0;
    letter-spacing: 0.02rem;
    background: #000;
    color: #fff;
    border-radius: 0.6rem;
    border: none;
    cursor: pointer;
    transition: background 0.2s;
}
.btn-paynow:hover, .btn-paynow:focus {
    background: #222;
    color: #fff;
}
.delivery-box {
    background: #fff;
    border: 1.4px solid #222;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 24px;
}
.delivery-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    font-size: 1rem;
    background: #fff;
    border-bottom: 1px solid #e3e3e3;
    transition: background 0.2s, border 0.2s;
}
.delivery-row:last-child {
    border-bottom: none;
}
.delivery-row.inactive {
    background: #ffff;
}
.delivery-row.active {
    background: #f7f7f7;
    z-index: 2;
    position: relative;
}
.delivery-row .form-check-input[type="radio"] {
    margin-right: 12px;
    margin-left: 0;
    margin-top: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #e3e3e3;
    background: #fff;
    transition: border-color 0.2s;
}
.delivery-row .form-check-input[type="radio"]:checked {
    border: 6px solid #111;
    background-color: #fff;
}
.delivery-row .delivery-icon {
    margin-left: 16px;
    color: #222;
    font-size: 1.35em;
    display: flex;
    align-items: center;
}
.billing-box {
    background: #fff;
    border: 1.5px solid #222;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 24px;
}
.billing-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    font-size: 1rem;
    background: #fff;
    border-bottom: 1px solid #e3e3e3;
    transition: background 0.2s, border 0.2s;
}
.billing-row:last-child {
    border-bottom: none;
}
.billing-row.inactive {
    background: #fff;
    color: #888;
}
.billing-row.active {
    background: #f7f7f7;
    z-index: 2;
    position: relative;
}
.billing-row .form-check-input[type="radio"] {
    margin-right: 12px;
    margin-left: 0;
    margin-top: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #e3e3e3;
    background: #fff;
    transition: border-color 0.2s;
}
.billing-row .form-check-input[type="radio"]:checked {
    border: 6px solid #111;
    background-color: #fff;
}
.billing-row .billing-icon {
    margin-left: 16px;
    color: #222;
    font-size: 1.35em;
    display: flex;
    align-items: center;
}
.payment-note {
    font-size: 1rem;
    color: #555;
    text-align: start;
}
.order-summary-toggle {
    display: none;
    background: #ededed;
    border-bottom: 1.5px solid #e3e3e3;
    padding: 16px 18px;
    font-size: 1.13rem;
    font-weight: 500;
    color: #111;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    z-index: 20;
}
.order-summary-toggle .order-summary-title {
    font-weight: 500;
    font-size: 1.08rem;
    color: #222;
}
.order-summary-toggle .order-summary-total {
    font-weight: 700;
    font-size: 1.18rem;
    color: #111;
    margin-left: 8px;
}
.order-summary-toggle .order-summary-arrow {
    margin-left: 10px;
    transition: transform 0.2s;
    display: inline-block;
}
.order-summary-toggle.open .order-summary-arrow {
    transform: rotate(180deg);
}
@media only screen and (max-width: 991px) {
    .checkout-container {
        flex-direction: column-reverse;
        width: 100%;
        max-width: 100%;
        display: flex;
        overflow-x: hidden;
    }
    .checkout-summary {
        border-radius: 0;
        width: 100%;
        max-width: 100%;
        min-width: unset;
        margin-top: 0;
        position: sticky;
        top: 0;
        height: auto;
        box-shadow: none;
        padding: 20px;
        box-sizing: border-box;
        z-index: 20;
    }
    .checkout-form {
        padding: 20px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    .order-summary-toggle {
        display: flex;
        padding: 10px 18px;
    }
    .checkout-summary {
        display: none;
        position: static;
        width: 100vw;
        max-width: 100vw;
        min-width: unset;
        border-radius: 0 0 12px 12px;
        margin-top: 0;
        height: auto;
        box-shadow: none;
        padding: 0 0 24px 0;
    }
    .checkout-summary.open {
        display: flex;
        flex-direction: column;
        background: #e9e9e9;
        padding: 20px;
        width: 100%;
        border-radius: 0;
    }
    .checkout-form {
        padding: 20px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
}
@media only screen and (max-width: 600px) {
    .express-btn {
        min-width: 120px;
        font-size: 1rem;
        height: 42px;
        padding: 0 8px;
    }
}
@media only screen and (max-width: 768px) {

    .pay-container {
        padding: 1rem;
    }

    .pay-bank-content {
        padding: 0.5rem;
    }

    .pay-bank-header {
        margin-bottom: 1rem;
    }

    .pay-iban-container {
        padding: 0.5rem;
    }

    .pay-steps {
        padding: 0.5rem;
    }

    .payment-accordion-content {
        padding: 12px;
    }

    .payment-radio-row {
        padding: 12px;
    }

    .billing-row {
        padding: 14px 12px!important;
        line-height: 1.2rem;
    }

    .delivery-row {
        padding: 14px 12px!important;
        line-height: 1.2rem;
    }

    .payment-radio-row .form-check-label {
        font-size: 14px;
    }
    .payment-icons img {
        margin-left: 0;
        width: 110px;
    }
    .pay-bank-logo {
        max-width: 120px;
    }
    .pay-value {
        font-size: 0.9rem;
    }
    .pay-iban {
        font-size: 0.68rem;
    }
    .pay-step-text {
        padding-top: 0;
    }
    .pay-step {
        gap: 0.3rem;
        line-height: 1.2rem;
    }
    .payment-accordion-content .d-flex .mh-72 {
        height: 52px;
    }
    .payment-note {
        font-size: 0.9rem!important;
        line-height: normal;
    }
    .form-control, .form-select {
        font-size: 0.9rem;
        height: 42px;
    }
    .payment-box {
        margin-bottom: 20px;
    }
    .order-summary-toggle .order-summary-total {
        font-size: 1rem!important;
    }
    .order-summary-toggle .order-summary-title {
        font-size: 1rem!important;
    }
    .order-item-img {
        width: 50px;
        height: 50px;
        padding: 4px;
    }
    .order-qty-badge {
        left: 36px;
    }
    .order-item-details {
        font-size: 0.9rem!important;
    }
    .order-item-details span {
        font-size: 0.86rem;
    }
    .discount-row input[type="text"] {
        font-size: 0.9rem;
        padding: 6px 14px;

    }
    .order-summary-row.total {
        font-size: 1.1rem;
    }
    .order-item-price {
        font-size: 1rem;
    }
    .btn-paynow {
        font-size: 0.9rem!important;
        padding: 10px 0!important;
    }
    .form-check-label {
        font-size: 0.9rem;
        line-height: 22px
    }
}
/* /bask page */


/* auth */
.form-login .wrap .forget-password {
    font-size: 14px;
}

.payment-box .payment-item .payment-header input:checked::before {
    background-color: black;
}

input[type="radio"] {
    accent-color: black;
}

.form-check-input:checked {
    background-color: black;
    border-color: white;
}

input[type="checkbox"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(223, 223, 223, 0.43);
}

/* /auth */