@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i|Roboto:300,400,400i,500,500i,700,700i&display=swap");

h2,
h4 {
    font-family: "Playfair Display", serif;
    font-weight: 600;
}

.header {
    background-color: #f1f1f1;
    padding: 20px 0;
}

.header .logo-wrapper {
    text-align: start;
}

.logo-wrapper img {
    max-width: 100px;
}

.qr-breadcrumb {
    text-align: center;
    color: #fff;
    padding: 75px 0px;
    margin-bottom: 60px;
}

.qr-breadcrumb-details h2 {
    text-transform: uppercase;
}

.qr-breadcrumb-details small {
    opacity: .8;
    display: block;
    margin-bottom: 15px;
}

.qr-breadcrumb-details h2 {
    color: #D3A971;
    margin-bottom: 11px;
    font-family: cursive;
}

h4.qr-page-heading {
    font-family: cursive;
}

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

a:hover {
    text-decoration: none;
}

.main-btn {
    display: inline-block;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid #fff;
    padding: 0 24px;
    font-size: 14px;
    line-height: 56px;
    border-radius: 0px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    background-color: transparent;
}

.main-btn.main-btn-2 {
    background-color: #d3a971;
    color: #fff;
    border-color: #d3a971;
}

.base-btn {
    background-color: #d3a971;
    border: 1px solid #d3a971;
}

.facebook {
    background-color: #3b5998 !important;
}

.google {
    background-color: #db3236 !important;
}

@media (max-width: 767px) {
    .main-btn {
        font-size: 13px !important;
        padding: 0 18px;
    }

    .main-btn.main-btn-2 {
        font-size: 13px !important;
        padding: 0 18px;
    }
}

.main-btn:hover {
    background-color: #d3a971;
    color: #fff;
    border-color: #d3a971;
}

.flag {
    width: 50px;
    height: 140px;
    box-sizing: content-box;
    padding-top: 15px;
    position: absolute;
    background: #fd5d14;
    top: 0px;
    left: -110px;
    color: white;
    font-size: 11px;
    letter-spacing: 0.2em;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .flag {
        left: -84px;
    }
}

.flag span {
    color: #fff;
    font-size: 16px;
    font-family: "Playfair Display", serif;
    font-weight: 400;
}

.flag::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 25px solid #fff;
    border-left: 24px solid transparent;
    border-right: 25px solid transparent;
}

.flag.flag-2 {
    height: 85px;
    width: 30px;
    left: -1px;
    top: -1px;
}

.flag.flag-2::after {
    border-bottom: 15px solid #fff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}

.flag.flag-2 span {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    margin-top: 18px;
    margin-left: -16px;
    transform: rotate(-90deg);
    margin-left: -16px;
    margin-top: 18px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

.qr-menu ul#pills-tab {
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
}

.qr-menu li.nav-item {
    display: inline-block;
    margin: 0 5px 15px 5px;
}

.qr-menu .nav-pills .nav-link {
    border-radius: .25rem;
    white-space: nowrap;
    display: inline-block;
    padding: .5rem .9rem;
}

.qr-menu .nav-pills .nav-link p {
    margin-bottom: 0;
}

.menu-thumb img {
    width: 100%;
}

.categories-tab {
    opacity: 1;
    top: -30px;
    background: #fff;
    z-index: 100;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.categories-tab.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    opacity: 1;
    border-bottom: 1px solid #0000003a;
    padding-top: 10px;
}


/*---------------------------
** Variation Modal CSS
---------------------------*/

.variation-label strong,
.addon-label strong {
    font-family: "Playfair Display", serif;
    font-weight: 600;
    color: #000000;
}

#variationModal .form-check {
    border-bottom: 1px dashed #0000002a;
    padding-bottom: 15px;
    padding-top: 15px;
    font-family: "Roboto", sans-serif;
}

#variationModal .form-check {
    margin-bottom: 0px;
}

#variationModal .form-check:last-child {
    border-bottom: none;
}

#variationModal .form-check span {
    opacity: .8;
}

#variationModal .modal-title small {
    font-weight: 700;
}

#variationModal .modal-content {
    border-radius: 0;
    padding: 13px 15px 19px;
}

.modal-quantity {
    display: flex;
    align-items: center;
}

.modal-quantity span {
    font-size: 14px;
    cursor: pointer;
    border: 1px solid #0000001a;
    padding: 10px 20px;
}

.modal-quantity input {
    border: none;
    text-align: center;
}

.modal-quantity input.form-control:focus {
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.modal-quantity input::-webkit-outer-spin-button,
.modal-quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.modal-quantity input[type=number] {
    -moz-appearance: textfield;
}

.modal-title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 550px;
        margin: 1.75rem auto;
    }
}

/* Cart Icon */

.cart-icon {
    height: 60px;
    width: 60px;
    background-color: #D3A971;
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
    z-index: 50;
}

.cart-icon img {
    width: 100%;
}

.cart-icon span.cart-count {
    position: absolute;
    top: -5px;
    right: -5px;
    display: inline-block;
    background-color: #ff3737;
    color: #fff;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
}


/* Cart Sidebar Overlay */

.cart-sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    cursor: pointer;
    opacity: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    z-index: 1000;
    visibility: hidden;
}

.cart-sidebar-overlay.show {
    opacity: .7;
    visibility: visible;
}


/* Cart Sidebar */

.cart-header {
    padding: 25px 15px;
    color: #fff;
    background-color: #D3A971;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1;
}

.cart-header h3 {
    color: #fff;
    font-size: 20px;
}

.cart-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    width: 320px;
    background-color: #fff;
    height: 100%;
    z-index: 1050;
    border-left: 1px solid #eee;
    opacity: 1;
    transform: translateX(320px);
    -webkit-transform: translateX(320px);
    -moz-transform: translateX(320px);
    -ms-transform: translateX(320px);
    -o-transform: translateX(320px);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.cart-sidebar.show {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
}

.cart-sidebar .cart-item {
    display: flex;
    align-items: flex-start;
}

.cart-sidebar .cart-item .details {
    flex-grow: 8;
}

.cart-sidebar .cart-item .thumb img {
    max-width: 60px;
}

.cart-sidebar .cart-item h4.title {
    font-weight: 500;
}

.cart-sidebar .cart-item h4.title a {
    color: #D3A971;
    font-size: 14px;
}

.cart-sidebar .cart-item {
    border-bottom: 1px solid #0000001a;
    padding: 20px 15px;
}

.cart-sidebar .cart-item .thumb {
    margin-right: 10px;
}

.cart-sidebar .cart-item span.qty-price {
    font-size: 12px;
    color: #000000;
    opacity: .7;
}

.cart-sidebar .cart-item span.close {
    font-size: 14px;
    color: #000000;
    cursor: pointer;
    flex-grow: 1;
    text-align: right;
    /* flex-shrink: inherit; */
}

.cart-sidebar .cart-header .close {
    position: absolute;
    top: 28px;
    right: 14px;
    font-size: 20px;
    color: #fff;
    opacity: 1;
}

.cart-item .details-footer .qty {
    margin-right: 10px;
}

.cart-sidebar .cart-body {
    overflow-y: auto;
    position: absolute;
    top: 74px;
    bottom: 124px;
    left: 0;
    right: 0;
}

.cart-sidebar .cart-footer {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #f1f1f1;
    width: 320px;
    padding: 20px 20px;
    display: flex;
    justify-content: space-between;
}

.cart-sidebar .cart-button {
    border: 1px solid #D3A971;
    padding: 6px 14px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    background-color: #D3A971;
}

.cart-sidebar .cart-total {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    position: absolute;
    width: 320px;
    bottom: 80px;
    border-top: 1px solid #eee;
}

.cart-sidebar .cart-total strong {
    color: #D3A971;
    text-transform: uppercase;
}

.cart-sidebar .cart-total strong.total {
    color: #000;
    opacity: .7;
    font-weight: 500;
    padding-right: 5px;
}

.cart-sidebar .details-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart-sidebar .qty input {
    width: 20px;
    text-align: center;
    border: none;
    font-size: 12px;
}

.cart-sidebar .qty span {
    cursor: pointer;
    font-size: 12px;
    border: 1px solid #0000001a;
    padding: 0px 5px;
}

.cart-item p {
    font-size: 12px;
    opacity: .8;
}


/*---------------------------
** Request Loader CSS
---------------------------*/

.request-loader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #0000007a;
    z-index: 10000;
    display: none;
}

.request-loader img {
    position: fixed;
    display: none;
    width: 80px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.request-loader.show {
    display: block;
}

.request-loader.show img {
    display: block;
}


/* Cart Sidebar Loader */

.cart-sidebar-loader-container.show {
    position: absolute;
    background: #fff;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 100;
    opacity: 1;
    visibility: visible;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.cart-sidebar-loader-container {
    visibility: hidden;
    opacity: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.cart-sidebar-loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #555;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    display: inline-block;
    -webkit-animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/***
=============================================
    Checkout Area style
=============================================
***/

.checkout-area {
    position: relative;
    display: block;
}

.checkout-area .shop-title-box h3 {
    position: relative;
    font-size: 24px;
    color: #282828;
    margin-bottom: 30px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
}

.checkout-area .exisitng-customer {
    position: relative;
    display: block;
    background: #f8f7ff;
    padding: 20px 28px 21px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.checkout-area .exisitng-customer:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    content: "";
    background: #d3a971;
}

.checkout-area .exisitng-customer h5 {
    color: #222222;
    font-size: 16px;
    font-weight: 500;
}

.checkout-area .exisitng-customer h5 a {
    font-weight: 400;
    display: inline-block;
    padding-left: 15px;
    color: #d3a971;
}

.checkout-area .coupon {
    position: relative;
    display: block;
    background: #f8f7ff;
    padding: 20px 28px 21px;
    margin-bottom: 60px;
    border-radius: 5px;
}

.checkout-area .coupon:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    content: "";
    background: #d3a971;
}

.checkout-area .coupon h5 {
    color: #222222;
    font-size: 16px;
    font-weight: 500;
}

.checkout-area .coupon h5 a {
    font-weight: 400;
    display: inline-block;
    padding-left: 15px;
    color: #d3a971;
}

.checkout-area form .field-label {
    color: #282828;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 5px;
    text-transform: capitalize;
}

.checkout-area form .field-input {
    margin-bottom: 15px;
}

.field-input.cross {
    position: relative;
}

.field-input.cross i.fa-times-circle {
    position: absolute;
    color: #000;
    right: 8px;
    top: 16px;
    cursor: pointer;
    display: none;
}

.field-input.cross.cross-show i.fa-times-circle {
    display: block;
}

.checkout-area form .input-group input[type="text"],
.checkout-area form .field-input input[type="text"],
.checkout-area form .field-input select {
    border: 1px solid #f0eef9;
    color: #848484;
    display: block;
    font-size: 16px;
    height: 48px;
    padding: 0 15px;
    width: 100%;
    border-radius: 0;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.checkout-area form .input-group{
    flex-wrap: nowrap;
}
.checkout-area form .input-group .btn-outline-secondary{
    border-color: #f0eef9;
    width: 100%;
}
.checkout-area form .input-group .input-group-prepend{
    flex: 0 0 auto;
    width: 30%;
}
.checkout-area form .input-group input[type="text"]{
    flex: 0 0 auto;
    width: 70%;
}

.checkout-area form .field-input input[type="text"]:focus {
    border: 1px solid #222;
}

.checkout-area form .field-input textarea {
    border: 1px solid #f0eef9;
    color: #848484;
    display: block;
    font-size: 16px;
    height: 121px;
    margin-bottom: 28px;
    padding: 10px 15px;
    width: 100%;
    border-radius: 0;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.checkout-area form .field-input textarea:focus {
    border-color: #d3a971;
}

.checkout-area .create-acc .checkbox {
    margin: 7px 0 0;
}

.checkout-area .create-acc .checkbox label {
    color: #282828;
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
}

.checkout-area .create-acc .checkbox input {
    position: relative;
    top: 1px;
}

.checkout-area .shipping-info input[type="checkbox"] {
    cursor: pointer;
    display: inline-block;
    margin: 0 0 0 20px;
    position: relative;
    top: 0px;
    vertical-align: middle;
}

.checkout-area .cart-table tbody tr .qty .input-group-btn-vertical {
    display: none;
}

.checkout-area .cart-table tbody tr .qty .input-group.bootstrap-touchspin {
    width: 50px;
}

.checkout-area .cart-table tbody tr .qty .input-group.bootstrap-touchspin .quantity-spinner {
    border-radius: 6px;
    background: transparent;
    text-align: center;
}

.checkout-area .bottom {
    position: relative;
    display: block;
    background: #fdfcfb;
    padding-top: 26px;
    padding-bottom: 80px;
    margin-top: 15px;
}

.checkout-area .table {
    overflow-x: auto;
    position: relative;
    width: 100%;
    margin-bottom: 0;
}

.checkout-area .table .cart-table {
    min-width: auto;
    width: 100%;
}

.cart-table .title p {
    margin-top: 1px;
    margin-bottom: 0px;
    font-size: 14px;
}

.cart-table .title h5 {
    margin-bottom: 7px;
    display: block;
    font-size: 16px;
}

.cart-table .title p strong {
    color: #000;
}

.cart-table .price.cart_price strong {
    color: #000;
    margin-right: 4px;
}

.cart-table .price.cart_price p {
    margin-bottom: 1px;
}

.checkout-area .table .cart-table .cart-header {
    position: relative;
    background: #fff;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    width: 100%;
    border: 1px solid #eaeaea;
}

.checkout-area .table .cart-table thead tr th {
    font-weight: 500;
    line-height: 24px;
    min-width: 110px;
    padding: 19px 30px 17px;
    border-top: none;
    border-bottom: none;
    font-size: 18px;
    color: #282828;
}

.checkout-area .table .cart-table thead tr th.product-column {
    padding-left: 30px;
    text-align: left;
}

.checkout-area .table .cart-table tbody tr {
    border-bottom: 1px solid #e8e6f4;
}

.checkout-area .table .cart-table tbody tr td {
    vertical-align: middle;
    min-width: 110px;
    max-width: 160px;
    padding: 20px 0;
    border-top: none;
    padding-left: 30px;
}

.checkout-area .table .cart-table tbody tr td.qty input {
    border-radius: 6px;
    background: transparent;
    text-align: center;
    height: 40px;
    width: 40px;
    border: 1px solid #ddd;
    margin-left: 20px;
    padding: 0;
}

.checkout-area .table .cart-table tbody tr td.price {
    font-size: 18px;
    font-weight: 500;
}

.checkout-area .table .cart-table tbody tr .product-column .column-box {
    min-height: 70px;
}

.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb a {
    display: block;
}

.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb img {
    display: block;
    max-width: 150px;
    border-radius: 6px;
}

.checkout-area .table .cart-table tbody tr .product-column .column-box .product-title,
.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb {
    display: table-cell;
    vertical-align: middle;
}

.checkout-area .table .cart-table tbody tr .product-column .column-box .product-title {
    padding-left: 20px;
}

.checkout-area .table .cart-table tbody tr .product-column .column-box .product-title h3 {
    color: #282828;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}

p.gateway-desc {
    background: #f1f1f1;
    font-size: 14px;
    padding: 10px 25px;
    margin-bottom: 20px;
    color: #212529;
}

.gateway-instruction {
    background: #f1f1f1;
    padding: 15px 30px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.gateway-details label {
    font-size: 14px;
    display: block;
    margin-bottom: 7px;
}

.cart-total-table {
    border: 1px solid #e8e6f4;
    border-radius: 6px;
    list-style-type: none;
    padding-left: 0;
}

.cart-total-table li {
    border-bottom: 1px solid #e8e6f4;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 20px;
}

.checkout-area .cart-total-table i {
    font-size: 9px;
    position: relative;
    top: -3px;
}

.cart-total-table li:last-child {
    border-bottom: none;
    font-weight: 700;
    color: #000;
}

.cart-total-table li:last-child span.col {
    position: relative;
    display: block;
    float: left;
    color: #111;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    padding: 10px 18px;
    width: 50%;
}

.cart-total-table li:last-child span.col.col-title {
    position: relative;
    display: block;
    float: left;
    border-right: 1px solid #e8e6f4;
    color: #282828;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    padding: 10px 18px;
    width: 50%;
}

.cart-total .payment-options {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 30px;
    border: 1px solid #e8e6f4;
    padding: 23px 20px 35px;
    border-radius: 6px;
}

.cart-total .payment-options .option-block {
    margin-bottom: 14px;
}

.cart-total .payment-options .option-block .checkbox {
    margin: 0 0 5px;
}

.cart-total .payment-options .option-block .checkbox label {
    display: block;
    font-weight: 500;
    min-height: 20px;
    padding-left: 0px;
    margin: 0;
}

.cart-total .payment-options .option-block .checkbox label input {
    position: relative;
    top: 1px;
}

.cart-total .payment-options .option-block .checkbox label span {
    color: #282828;
    font-size: 16px;
    font-weight: 400;
    padding-left: 10px;
}

.cart-total .payment-options .option-block .checkbox label span b {
    color: #222222;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    padding-left: 25px;
    text-decoration: underline;
}

.cart-total .payment-options .option-block .text {
    padding-left: 30px;
}

.cart-total .payment-options .option-block .text p {
    margin: 0;
    line-height: 28px;
}

.placeorder-button .main-btn {
    padding: 8px 30px;
    border-color: #d3a971;
    background-color: #d3a971;
    color: #fff;
    line-height: 28px;
    font-family: "Roboto", sans-serif;
}

.placeorder-button .main-btn:hover,
.placeorder-button .main-btn:focus {
    color: #d3a971;
    background-color: transparent;
}


/*---------------------------
** Checkout page css
---------------------------*/

.checkout-message {
    padding: 120px 0px;
    max-width: 780px;
    margin: 0 auto;
}

.checkout-success {
    background: #f1f1f1;
    padding: 40px 0px;
    text-align: center;
    border-radius: 15px;
}

.checkout-success h2 {
    margin-bottom: 15px;
    text-transform: uppercase;
}

.checkout-success p {
    line-height: 26px;
}

.checkout-success .icon i {
    font-size: 60px;
}

.checkout-success .icon {
    display: block;
    margin-bottom: 20px;
}

.cart-total-table li span.col {
    display: block;
}


/*---------------------------
** login page css
---------------------------*/
.login-area{
    padding-bottom: 60px;
}
.login-area .login-content .login-title .title {
    font-weight: 700;
    color: #000;
    font-size: 30px;
}

.login-area .login-content .input-box {
    margin-top: 30px;
}

.login-area .login-content .input-box input {
    width: 100%;
    height: 50px;
    border: 1px solid #ccc;
    padding-left: 30px;
}

.login-area .login-content .input-box span {
    padding-bottom: 15px;
    font-size: 15px;
    display: block;
}

.login-area .login-content .input-btn button {
    background: #d3a971;
    border-color: #d3a971;
    text-transform: uppercase;
}

.login-area .login-content .input-btn button:hover {
    background-color: transparent;
    color: #d3a971;
}

.login-area .login-content .input-btn a {
    color: #d3a971;
    margin-top: 20px;
}

.login-area .login-content .checkbox_common {
    padding-top: 15px;
}

.login-area .login-content .input-text p {
    font-size: 15px;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
    padding-bottom: 15px;
    padding-top: 15px;
}

.login-area .login-content .input-text p a {
    color: #d3a971;
}

.login-content .alert p {
    line-height: 24px;
}

/*===========================
    6.FOOD MENU css
===========================*/

.food-menu-area {
    padding-bottom: 120px;
}

.food-menu-area .food-menu-items {
    position: relative;
    z-index: 5;
}

.food-menu-area .food-menu-items .menu-list-bg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    width: 80%;
    height: 80%;
}

.food-menu-area .food-menu-items.menu-2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .1;
    background-size: contain;
}

.food-menu-area .food-menu-items .menu-list-bg img {
    width: 100%;
    opacity: .06;
}

.food-menu-area .food-menu-items .single-menu-item {
    display: flex;
    align-items: center;
    padding: 20px 50px;
    border: 1px dashed #e0e0e0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background: #fff;
    position: relative;
    width: 100% !important;
}

.food-menu-area.food-menu-3-area .food-menu-items .single-menu-item .item-details {
    display: flex;
    align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .food-menu-area .food-menu-items .single-menu-item {
        padding: 20px 29px;
    }
}

@media (max-width: 767px) {
    .food-menu-area .food-menu-items .single-menu-item {
        padding: 28px;
        display: block;
        text-align: center !important;
    }
}

.food-menu-area .food-menu-items .single-menu-item .menu-thumb {
    position: relative;
}

@media (max-width: 991px) {
    .food-menu-area .food-menu-items .single-menu-item .menu-thumb {
        position: relative;
    }
}

@media (max-width: 767px) {
    .food-menu-area .food-menu-items .single-menu-item .menu-thumb {
        width: 100%;
        margin: 0 auto;
    }

    .food-menu-area .tabs-btn ul li a img {
        display: none;
    }

    .food-menu-area .tabs-btn ul li a p {
        padding-top: 0px;
    }

    .food-menu-area .tabs-btn ul li a {
        display: inline-block;
        padding: 13px 18px;
        margin: 0 2px 4px 0;
    }

    .food-menu-area.food-menu-3-area .food-menu-items .single-menu-item .item-details {
        display: block;
    }
}

.food-menu-area .food-menu-items .single-menu-item .menu-thumb img {
    width: 100%;
}

.food-menu-area .food-menu-items .single-menu-item .menu-thumb .thumb-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.food-menu-area .food-menu-items .single-menu-item .menu-thumb .thumb-overlay a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 34px;
}

@media (max-width: 767px) {
    .food-menu-area .food-menu-items .single-menu-item .menu-content {
        margin-left: 0 !important;
        margin-top: 20px;
        padding-bottom: 10px;
    }

    .food-menu-area .food-menu-items .single-menu-item .menu-content .rate {
        margin-inline: auto;
    }
}

.food-menu-area .food-menu-items .single-menu-item .menu-content a.title {
    font-size: 18px;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    color: #000000;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1 !important;
    line-clamp: 1 !important;
}

.food-menu-area .food-menu-items .single-menu-item .menu-content a.title:hover {
    color: #d3a971;
}

@media (max-width: 767px) {
    .food-menu-area .food-menu-items .single-menu-item .menu-content a.title {
        font-size: 17px;
    }
}

.food-menu-area .food-menu-items .single-menu-item .menu-content p {
    font-size: 14px;
    font-weight: 300;
    padding-top: 7px;
}

.food-menu-area .food-menu-items .single-menu-item .menu-price-btn {
    margin-left: 135px;
    position: relative;
}

.food-menu-area .food-menu-items .single-menu-item .menu-price-btn.menu-2 {
    position: absolute;
    right: 80px;
    margin-left: auto;
}

.food-menu-area .food-menu-items .single-menu-item .menu-price-btn .cart-link {
    cursor: pointer;
}

@media only screen and (max-width: 1199px) {
    .food-menu-area .food-menu-items .single-menu-item .menu-price-btn.menu-2 {
        position: relative;
        right: auto;
        margin-left: auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .food-menu-area .food-menu-items .single-menu-item .menu-price-btn {
        margin-left: 0;
    }
}

.food-menu-area .food-menu-items .single-menu-item .menu-price-btn span {
    font-family: "Playfair Display", serif;
    font-size: 50px;
    color: #d3a971;
    line-height: 1.3;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.menu-price-btn del {
    font-family: "Playfair Display", serif;
    color: #d3a971;
    font-size: 20px;
    text-align: center;
    display: block;
    opacity: .6;
}

@media (max-width: 767px) {
    .food-menu-area .food-menu-items .single-menu-item .menu-price-btn {
        margin-left: 0;
    }

    .menu-price-btn del {
        display: inline-block;
    }
}

.food-menu-area .food-menu-items .single-menu-item .menu-price-btn a {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    white-space: nowrap;
    height: 45px;
    line-height: 45px;
    padding: 0 30px;
    background-color: transparent;
    color: #000000;
    font-weight: 700;
    font-size: 16px;
    font-family: "Playfair Display", serif;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 5;
}

.food-menu-area .food-menu-items .single-menu-item .menu-price-btn a::before {
    position: absolute;
    content: '';
    top: -5px;
    right: -5px;
    height: 100%;
    width: 100%;
    background: #f2e5d4;
    z-index: -2;
}

.food-menu-area .food-menu-items .single-menu-item .menu-price-btn a::after {
    position: absolute;
    content: '';
    top: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: -1;
    border: 1px solid #d3a971;
}

.food-menu-area .food-menu-items .single-menu-item:hover {
    border-color: transparent;
    box-shadow: 0px -5px 25px 0px rgba(0, 0, 0, 0.1);
}

.food-menu-area .food-menu-items .single-menu-item:hover .menu-thumb .thumb-overlay {
    opacity: 1;
}

.food-menu-area .food-menu-items .single-menu-item:hover .menu-content span {
    color: #d3a971;
}

.food-menu-area .food-menu-items .single-menu-item:hover .menu-price-btn a {
    opacity: 1;
}

.food-menu-area .food-menu-items .single-menu-item:hover .menu-price-btn span {
    opacity: 0;
}

.food-menu-area .menu-more-btn a {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    height: 45px;
    line-height: 45px;
    padding: 0 30px;
    background-color: transparent;
    color: #000000;
    font-weight: 700;
    font-size: 16px;
    font-family: "Playfair Display", serif;
    opacity: 1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 9;
    position: relative;
}

@media (max-width: 991px) {
    .food-menu-area .food-menu-items .single-menu-item:hover .menu-price-btn span {
        opacity: 1;
    }

    .food-menu-area .food-menu-items .single-menu-item .menu-price-btn a.mobile {
        opacity: 1;
        top: 20px;
        right: 20px;
        transform: translate(0, 0);
        font-size: 30px;
        padding: 0 18px;
    }

    .food-menu-area.food-menu-2-area .food-menu-items .single-menu-item .menu-price-btn {
        position: static;
    }

    .food-menu-area .food-menu-items .single-menu-item .menu-price-btn.menu-2 {
        position: static;
    }
}

.food-menu-area .menu-more-btn a::before {
    position: absolute;
    content: '';
    top: -5px;
    right: -5px;
    height: 100%;
    width: 100%;
    background: #e5e5e5;
    z-index: -2;
}

.food-menu-area .menu-more-btn a::after {
    position: absolute;
    content: '';
    top: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: -1;
    border: 1px solid #000;
}

.food-menu-area.food-menu-2-area .section-title .title {
    color: #fff;
}

.food-menu-area.food-menu-2-area .tabs-btn ul li a {
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.food-menu-area.food-menu-2-area .tabs-btn ul li a p {
    color: #fff;
}

.food-menu-area.food-menu-2-area .tabs-btn ul li a.active {
    background: #d3a971;
}

.food-menu-area.food-menu-2-area .food-menu-items .single-menu-item {
    background-color: transparent;
    padding: 18px;
    border: 1px dashed #1b1b1b;
}

.food-menu-area.food-menu-2-area .food-menu-items .single-menu-item .menu-price-btn {
    margin-left: 0;
}

@media (max-width: 767px) {
    .food-menu-area.food-menu-2-area .food-menu-items .single-menu-item .menu-thumb {
        width: 100%;
    }
}

.food-menu-area.food-menu-2-area .food-menu-items .single-menu-item .menu-content span {
    color: #fff;
}

.food-menu-area.food-menu-2-area .food-menu-items .single-menu-item .menu-content p {
    color: #798795;
}

.food-menu-area.food-menu-2-area .food-menu-items .single-menu-item .menu-price-btn {
    margin-left: 30px;
    text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .food-menu-area.food-menu-2-area .food-menu-items .single-menu-item .menu-price-btn {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .food-menu-area.food-menu-2-area .food-menu-items .single-menu-item .menu-price-btn {
        margin-left: 0;
        text-align: center;
    }
}

.food-menu-area.food-menu-2-area .food-menu-items .single-menu-item .menu-price-btn span {
    font-size: 32px;
}

.food-menu-area.food-menu-2-area .food-menu-items .single-menu-item .menu-price-btn a {
    color: #fff;
}

.food-menu-area.food-menu-2-area .food-menu-items .single-menu-item .menu-price-btn a::before {
    background: #433625;
}

.food-menu-area.food-menu-2-area .food-menu-items .single-menu-item .menu-price-btn a::after {
    background: #000;
    border-color: #d3a971;
}

.food-menu-area.food-menu-2-area .food-menu-items .single-menu-item:hover {
    border: 1px solid #d3a971;
}

.food-menu-area.food-menu-2-area .food-menu-items .single-menu-item:hover .menu-content span {
    color: #d3a971;
}

.food-menu-area.food-menu-3-area .section-title .title {
    color: #000000;
}

.food-menu-area.food-menu-3-area .tabs-btn .nav li a {
    border-color: #f2f2f2;
}

.food-menu-area.food-menu-3-area .tabs-btn .nav li a p {
    color: #000000;
}

.food-menu-area.food-menu-3-area .tabs-btn .nav li a.active {
    background: #fbf6f1;
    border-color: #fbf6f1;
}

.food-menu-area.food-menu-3-area .tabs-btn .nav li a.active p {
    color: #fff;
}

.food-menu-area.food-menu-3-area .food-menu-items .single-menu-item {
    border-color: #e8e8e8;
    background: #fff;
}

.food-menu-area.food-menu-3-area .food-menu-items .single-menu-item .menu-content span {
    color: #000000;
}

.food-menu-area.food-menu-3-area .food-menu-items .single-menu-item .menu-price-btn a {
    color: #d3a971;
}

.food-menu-area.food-menu-3-area .food-menu-items .single-menu-item .menu-price-btn a::before {
    background: #f2e5d4;
}

.food-menu-area.food-menu-3-area .food-menu-items .single-menu-item .menu-price-btn a::after {
    background: #fff;
    border-color: #d3a971;
}
.food-menu-area.food-menu-3-area .food-menu-items .single-menu-item .menu-price-btn .main-btn.hide{
    display: none;
}

.food-menu-area.food-menu-3-area .food-menu-items .single-menu-item .menu-price-btn span.show{
    opacity: 1 !important;
}

.food-menu-area .button-group button {
    border: none;
    background-color: #06f;
    color: #fff;
    padding: 8px 20px;
    border-radius: 50px;
    margin-bottom: 10px;
    outline: 0;
    cursor: pointer;
}

.food-menu-area.food-menu-3-area .food-menu-items .single-menu-item {
    justify-content: space-between;
}

.food-menu-area.food-menu-2-area .food-menu-items .single-menu-item .menu-thumb {
    max-width: 96px;
}

.food-menu-area .food-menu-items .single-menu-item .menu-thumb {
    max-width: 100px;
}

.checkout-area .country-codes {
    overflow-y: scroll;
    height: 253px;
    width: 100%;
    transform: translate3d(0px, 48px, 0px) !important;
}

/* Custom CSS class to remove flex behavior */
.no-flex {
    display: block !important;
}

#stripe-element {
    background: #f2f2f2;
    padding-inline-start: 12px;
}

.rate {
    background-image: url("../img/rate-star.png");
    background-position: 0 -13px;
    background-repeat: repeat-x;
    height: 13px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    width: 95px;
    margin-bottom: 2px;
}

.rating {
    background-image: url("../img/rate-star.png");
    background-position: 0 0;
    background-repeat: repeat-x;
    height: 13px;
}

@media (max-width: 767px) {

    .food-menu-area .food-menu-items .single-menu-item .menu-price-btn a {
        position: relative;
        opacity: 1;
        width: fit-content;
        margin-inline: auto;
        transform: none;
    }
}
.input-group>.custom-select:not(:first-child), .input-group>.form-control:not(:first-child){
    border-radius: 0;
}
.btn-outline-secondary{
    border-color: #dee2e6;
}
.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle){
    border-radius: 0 !important;
}
.ui-widget.ui-widget-content{
    z-index: 2 !important;
}



/* ============================================================
   REDESIGNED MENU STYLES - Matching Lebanese Bakery Reference
   ============================================================ */

/* Override section padding */
.redesigned-menu.food-menu-area {
    padding-top: 30px;
    padding-bottom: 60px;
    background-color: #fff;
}

/* ---- Category Sidebar ---- */
.category-sidebar {
    position: sticky;
    top: 20px;
    padding-right: 15px;
}

.category-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-nav-list li {
    border-bottom: 1px solid #e8e8e8;
}

.category-nav-list li:last-child {
    border-bottom: none;
}

.category-nav-link {
    display: block;
    padding: 12px 10px;
    color: #333;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none !important;
    transition: all 0.2s ease;
    cursor: pointer;
    font-family: 'Playfair Display', serif;
    border-radius: 0 !important;
}

.category-nav-link:hover {
    color: #000;
    background-color: #f9f9f9;
    text-decoration: none;
}

.category-nav-link.active,
.category-nav-list.nav-pills .nav-link.active {
    color: #000;
    font-weight: 700;
    border-left: 3px solid #333;
    padding-left: 12px;
    background-color: #fafafa;
}

/* ---- Mobile Category Tabs ---- */
.mobile-category-tabs {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 4px;
}

.mobile-category-tabs::-webkit-scrollbar {
    display: none;
}

.mobile-category-tabs .nav {
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    white-space: nowrap;
}

.mobile-category-tabs .nav-link {
    background-color: #f5f5f5;
    color: #333;
    border-radius: 20px;
    padding: 8px 18px;
    font-size: 14px;
    border: 1px solid #e0e0e0;
    transition: all 0.2s;
    white-space: nowrap;
}

.mobile-category-tabs .nav-link.active {
    background-color: #333;
    color: #fff;
    border-color: #333;
}

/* ---- Subcategory Filter Buttons ---- */
.subcategory-filters {
    gap: 8px;
    margin-bottom: 20px !important;
}

.subcategory-btn {
    border: 1px solid #e0e0e0;
    background-color: #fff;
    color: #555;
    padding: 6px 18px;
    border-radius: 20px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.2s;
    outline: none;
}

.subcategory-btn:hover {
    border-color: #333;
    color: #333;
}

.subcategory-btn.is-checked {
    background-color: #333;
    color: #fff;
    border-color: #333;
}

/* ---- Product Cards Container ---- */
.product-cards-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

/* ---- Individual Product Card Wrapper ---- */
.product-card-wrapper {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.product-card-wrapper:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* ---- Product Card ---- */
.product-card {
    position: relative;
    background: #fff;
}

/* ---- Product Image ---- */
.product-card-image {
    width: 100%;
    max-width: 100%;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 12px;
}

.product-card-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.product-card-image img:hover {
    transform: scale(1.02);
}

/* ---- Product Card Body ---- */
.product-card-body {
    padding: 0;
}

.product-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 4px;
    font-family: 'Playfair Display', serif;
    line-height: 1.3;
}

.product-card-description {
    font-size: 14px;
    color: #777;
    font-weight: 300;
    margin-bottom: 12px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ---- Product Card Footer (Button + Price) ---- */
.product-card-footer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

/* ---- ADD / Customize Button ---- */
.product-add-btn {
    display: inline-block;
    padding: 8px 22px;
    background-color: #1a1a1a;
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    border-radius: 0;
    cursor: pointer;
    text-decoration: none !important;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.product-add-btn:hover {
    background-color: #333;
    color: #fff !important;
    text-decoration: none !important;
}

/* ---- Price ---- */
.product-card-price {
    display: flex;
    align-items: center;
    gap: 8px;
}

.product-card-price .current-price {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    font-family: 'Playfair Display', serif;
}

.product-card-price .old-price {
    font-size: 14px;
    color: #999;
    font-family: 'Playfair Display', serif;
}

/* ---- Special Badge ---- */
.product-special-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #e74c3c;
    color: #fff;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 3px;
    z-index: 2;
}

/* ---- No Products ---- */
.no-products-found {
    text-align: center;
    padding: 40px 20px;
    background: #f9f9f9;
    border-radius: 8px;
}

.no-products-found h4 {
    color: #999;
    font-size: 18px;
    margin: 0;
}

/* ---- Hide old-style elements inside redesigned menu ---- */
.redesigned-menu .categories-tab,
.redesigned-menu .tabs-btn,
.redesigned-menu .button-group.filters-button-group {
    display: none !important;
}

/* Override the old food-menu item styles inside redesigned menu */
.redesigned-menu .food-menu-items,
.redesigned-menu .single-menu-item,
.redesigned-menu .item-details,
.redesigned-menu .menu-thumb,
.redesigned-menu .menu-content,
.redesigned-menu .menu-price-btn {
    all: unset;
    display: block;
}

/* ============================================================
   RESPONSIVE STYLES
   ============================================================ */

@media (max-width: 991px) {
    .product-cards-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .product-card-image img {
        height: 180px;
    }
}

@media (max-width: 767px) {
    .redesigned-menu.food-menu-area {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .product-cards-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .product-card-image {
        max-width: 100%;
    }

    .product-card-image img {
        height: 140px;
    }

    .product-card-title {
        font-size: 16px;
    }

    .product-card-description {
        font-size: 13px;
    }

    .product-add-btn {
        padding: 7px 18px;
        font-size: 12px;
    }

    .product-card-price .current-price {
        font-size: 15px;
    }

    .product-card-footer {
        gap: 15px;
    }
}

/* ============ LIQUID GLASS LOGIN BUTTONS ============ */

/* Center the input-btn container */
.login-area .login-content .input-btn {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Liquid Glass Button - Login Submit */
.login-area .login-content .input-btn button.main-btn {
    position: relative;
    display: inline-block;
    padding: 12px 45px;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #fff;
    background: linear-gradient(135deg, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.06) 50%, rgba(255,255,255,0.03) 100%);
    border: 1px solid rgba(255,255,255,0.28);
    border-radius: 50px;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    box-shadow: 0 8px 32px rgba(0,0,0,0.12), inset 0 1px 0 rgba(255,255,255,0.25);
    cursor: pointer;
    transition: all 0.45s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    overflow: hidden;
    margin: 8px auto;
    line-height: 1.5;
    height: auto;
    width: auto;
    white-space: nowrap;
}

/* Shine sweep effect */
.login-area .login-content .input-btn button.main-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.35), transparent);
    transition: left 0.55s ease;
    z-index: 1;
    pointer-events: none;
}

.login-area .login-content .input-btn button.main-btn:hover::before {
    left: 100%;
}

.login-area .login-content .input-btn button.main-btn:hover {
    background: linear-gradient(135deg, rgba(255,255,255,0.28) 0%, rgba(255,255,255,0.12) 50%, rgba(255,255,255,0.06) 100%);
    border-color: rgba(255,255,255,0.55);
    box-shadow: 0 14px 44px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,0.4);
    transform: translateY(-3px);
    color: #fff !important;
}

.login-area .login-content .input-btn button.main-btn:active {
    transform: translateY(0);
    box-shadow: 0 4px 16px rgba(0,0,0,0.15), inset 0 1px 0 rgba(255,255,255,0.2);
    transition: all 0.1s ease;
}

/* Bottom links container */
.login-area .login-content .input-btn .bottom-links {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-top: 18px;
    flex-wrap: wrap;
}

/* Bottom action buttons (Lost password / Create account) */
.login-area .login-content .input-btn .btn-link-action {
    position: relative;
    display: inline-block;
    padding: 10px 28px;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background: linear-gradient(135deg, rgba(255,255,255,0.12) 0%, rgba(255,255,255,0.04) 50%, rgba(255,255,255,0.01) 100%);
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 50px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 20px rgba(0,0,0,0.08), inset 0 1px 0 rgba(255,255,255,0.18);
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    overflow: hidden;
    text-decoration: none !important;
    line-height: 1.4;
}

.login-area .login-content .input-btn .btn-link-action::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);
    transition: left 0.5s ease;
    z-index: 1;
    pointer-events: none;
}

.login-area .login-content .input-btn .btn-link-action:hover::before {
    left: 100%;
}

.login-area .login-content .input-btn .btn-link-action:hover {
    background: linear-gradient(135deg, rgba(255,255,255,0.22) 0%, rgba(255,255,255,0.1) 50%, rgba(255,255,255,0.04) 100%);
    border-color: rgba(255,255,255,0.45);
    box-shadow: 0 10px 32px rgba(0,0,0,0.15), inset 0 1px 0 rgba(255,255,255,0.3);
    transform: translateY(-2px);
    color: #fff !important;
    text-decoration: none !important;
}

.login-area .login-content .input-btn .btn-link-action:active {
    transform: translateY(0);
    box-shadow: 0 3px 12px rgba(0,0,0,0.1), inset 0 1px 0 rgba(255,255,255,0.15);
}

/* Mobile responsiveness for liquid glass buttons */
@media (max-width: 767px) {
    .login-area .login-content .input-btn button.main-btn {
        padding: 10px 30px;
        font-size: 13px;
    }
    .login-area .login-content .input-btn .btn-link-action {
        padding: 8px 20px;
        font-size: 11px;
    }
    .login-area .login-content .input-btn .bottom-links {
        gap: 10px;
    }
}

/* ============ CUSTOM CHECKBOX FOR REGISTER FORM ============ */
.terms-box {
    margin-top: 30px !important;
}

.custom-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.5;
    user-select: none;
    position: relative;
}

.custom-checkbox input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.custom-checkbox .checkmark {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    background: rgba(255,255,255,0.12);
    border: 2px solid rgba(255,255,255,0.35);
    border-radius: 6px;
    position: relative;
    transition: all 0.3s ease;
    margin-top: 1px;
}

.custom-checkbox:hover .checkmark {
    border-color: rgba(255,255,255,0.6);
    background: rgba(255,255,255,0.2);
}

.custom-checkbox input:checked ~ .checkmark {
    background: #fff;
    border-color: #fff;
}

.custom-checkbox .checkmark::after {
    content: '';
    position: absolute;
    display: none;
    left: 7px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid #ababab;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.custom-checkbox input:checked ~ .checkmark::after {
    display: block;
}

.custom-checkbox .terms-text {
    color: rgba(255,255,255,0.9);
}

/* Mobile */
@media (max-width: 767px) {
    .custom-checkbox {
        font-size: 12px;
        gap: 10px;
    }
    .custom-checkbox .checkmark {
        width: 20px;
        height: 20px;
    }
    .custom-checkbox .checkmark::after {
        left: 6px;
        top: 1px;
        width: 5px;
        height: 10px;
    }
}

/* Small already a member text under login link */
.already-member {
    display: block;
    font-size: 12px;
    opacity: 0.65;
    margin-top: 10px;
    text-align: center;
    letter-spacing: 0.3px;
}

/* Center login title (override RTL right-alignment) */
.login-area .login-content .login-title {
    text-align: center;
}
.login-area .login-content .login-title .title {
    text-align: center !important;
}

/* Stack bottom-links vertically */
.login-area .login-content .input-btn .bottom-links {
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

/* ===== GLOBAL LIQUID GLASS LINK BUTTONS (outside .input-btn) ===== */
a.btn-link-action,
button.btn-link-action {
    position: relative;
    display: inline-block;
    padding: 10px 28px;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background: linear-gradient(135deg, rgba(255,255,255,0.12) 0%, rgba(255,255,255,0.04) 50%, rgba(255,255,255,0.01) 100%);
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 50px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 20px rgba(0,0,0,0.08), inset 0 1px 0 rgba(255,255,255,0.18);
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    overflow: hidden;
    text-decoration: none !important;
    line-height: 1.4;
}
a.btn-link-action::before,
button.btn-link-action::before {
    content: '';
    position: absolute;
    top: 0; left: -100%;
    width: 100%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);
    transition: left 0.5s ease;
    z-index: 1;
    pointer-events: none;
}
a.btn-link-action:hover::before,
button.btn-link-action:hover::before { left: 100%; }
a.btn-link-action:hover,
button.btn-link-action:hover {
    background: linear-gradient(135deg, rgba(255,255,255,0.22) 0%, rgba(255,255,255,0.1) 50%, rgba(255,255,255,0.04) 100%);
    border-color: rgba(255,255,255,0.45);
    box-shadow: 0 10px 32px rgba(0,0,0,0.15), inset 0 1px 0 rgba(255,255,255,0.3);
    transform: translateY(-2px);
    color: #fff !important;
    text-decoration: none !important;
}
a.btn-link-action:active,
button.btn-link-action:active {
    transform: translateY(0);
    box-shadow: 0 3px 12px rgba(0,0,0,0.1);
}
