.google {
    margin: 30px 33px 5px 1px;
}

.google a {
    color: #3e3e3e;
    font-size: 13px;
    font-weight: bold;
    border: 1px solid;
    border-radius: 20px;
    padding: 12px 40px 12px 40px;
    margin: 15px 0 0 0;
}

.google-icon-img {
    width: 15px;
    height: auto;
    margin-right: 5px;
}

.suggestion-box {
    padding: 0 15px;
}

.card-imgs {
    margin-left: 10px;
}

.pay_button_process button#cardBtn,
#checkValidation,
#pay-with-simplify,
#pickUpCardBtn,
.eway-button {
    max-width: 332px;
    width: 100%;
    padding: 5px 12px !important;
    font-size: 17px !important;
    font-weight: 500;
    font-family: 'Roboto', sans-serif !important;
    line-height: 1.42857143;
}

.select2.select2-container {
    width: 100%
}

.select2-container .select2-selection--single {
    height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    /* top: 4px */
    top: 1px
}

.nav-tabs .nav-link {
    color: white;
}

.nav-tabs .nav-link:hover {
    color: #555;
}

.existing_address button, .existing_billing_address button {
    margin: 0;
    border-radius: 6px;
}

.existing_billing_address button {
    margin-left: 0;
}

.address-btn-container {
    /* margin-left: 30px; */
    display: flex;
    align-items: center;
    gap: 30px;
}

.tab-content {
   margin-bottom: 0px !important;
}

#checkValidation,
#pay-with-simplify,
.eway-button {
    background-color: #1f7a81 !important;
    color: #FFF !important;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    margin-top: 4px;
    cursor: pointer !important;
    border: 1px solid #0b666d !important;
    letter-spacing: 0.3px !important;

}

.eway-button span {
    box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.25) !important;
    font-size: 16px !important;
    font-weight: bold !important
}

#pickupPayBtn,
#deliveryPayBtn {
    margin-top: 3px;
}

.nav>li>a.delivry-add {
    height: 100%;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.panel-nav-item {
    height: 100%;
}

.new_address_form {
    display: flex !important;
    flex-direction: column;
    background-color: white;
    padding: 20px;
}

.save-btn {
    background: #1f7a81;
    color: #fff;
    border: none;
    padding: 6px 9px;
    border-radius: 3px;
    width: fit-content;
}

.modal-heading {
    background-color: #1f7a81;
    padding: 9px;
}

.modal-heading h4 {
    font-size: 14px;
    color: white;
    margin: 0;
}

.modal-heading button {
    padding: 0 32px;
    height: 30px;
    position: absolute;
    top: 1px;
    right: 2px;
    border: 1px solid #e0e0e0;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    background: #fff;
    margin-left: auto;
    border-radius: 4px;
    cursor: pointer;
    text-transform: uppercase;
}

.d-none {
    display: none;
}

.product-card {
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.price-upsell-text .org-price {
    margin-right: 5px;
}

.custom-checkbox-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding-top: 20px;
    display: flex;
    justify-content: center;
    width:  100%;
    border-top: 1px solid #ddd;

}

.custom-checkbox-input {
    margin-right: 5px;
}


/* @media (max-width: 767px) {
    .address-btn-container {
        gap: 18px;
    }
}

@media (max-width: 575px) {
    .address-btn-container {
        flex-wrap: wrap
    }

    .address-btn-container button {
        width: 160px;
    }
}

@media (max-width: 480px) {
    .address-btn-container button {
        width: 100%;
    }
} */

.Eway-Pay-BTn, .Tyro-payment-btn{
    background-color: #1f7a81 !important;
    color: #FFF !important;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    margin: 1px 6px !important;
    cursor: pointer !important;
    border: 1px solid #0b666d !important;
    letter-spacing: 0.3px !important;
    max-width: 332px;
    width: 100%;
    padding: 5px 12px !important;
    font-size: 17px !important;
    font-weight: 500;
    font-family: 'Roboto', sans-serif !important;
    line-height: 1.42857143;
    margin-top: 5px !important;
}

.item_quantity{
    display: flex;
    gap: 24px;
    padding: 0 15px 15px 15px;

}

.existing_address_label, .existing_billing_address_label  {
    flex: 1 1 50%;   /* each takes half, but shrinks if needed */
    min-width: 240px; /* prevents squeezing too small */
}

button.address-action-button {
    border-radius: 6px;
}

/* Skeleton animation */
.skeleton {
    animation: skeleton-loading 1s linear infinite alternate;
    background-color: hsl(200, 20%, 80%);
    border-radius: 0.25rem;
}

@keyframes skeleton-loading {
    0% {
        background-color: hsl(200, 20%, 80%);
    }
    100% {
        background-color: hsl(200, 20%, 95%);
    }
}

/* Skeleton text lines */
.skeleton-text {
    height: 0.8rem;
    margin-bottom: 0.5rem;
}

.skeleton-title {
    width: 150px;
    height: 1rem;
}

.skeleton-line {
    width: 92%;
}

.skeleton-line.short {
    width: 22%;
}

/* Skeleton buttons */
.skeleton-btn {
    width: 100px;
    height: 38px;
    margin: 1px;
    border-radius: 6px;
}

.skeleton-btns {
    display: flex;
    gap: 0;
    align-items: center;
}

/* Optional: card styling */
.skeleton-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    background: #fff;
}

.form-floating {
    position: relative;
    /* margin-bottom: 1.5rem; */
}

/* Shared styles for input & select */
.form-floating input,
.form-floating select {
    height: 50px;
    padding: 0 12px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 50px; /* keeps text/cursor centered */
    width: 100%;
    color: #000;
}
/* Label default (acts like placeholder inside center) */
.form-floating label {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    color: #6b6964;
    font-size: 14px;
    transition: all 0.2s ease;
    pointer-events: none;
    background: transparent;
}

/* --- INPUT: float only when has value --- */
.form-floating input:not(:placeholder-shown) + label {
    top: 6px;
    left: 12px;
    font-size: 12px;
    color: #333;
    transform: none;
    /* background: #f6f0e6; */
    padding: 0 4px;
}

.form-floating input:not(:placeholder-shown) {
    line-height: normal;
    padding-top: 20px;
    padding-bottom: 6px;
}

.form-floating input:focus {
    border: 1px solid #000;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(102, 175, 233, 0.6);
}

.form-tel input:focus {
    border: 1px solid #000;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(102, 175, 233, 0.6);
}

/* --- SELECT: float only when a real value is chosen --- */
.form-floating select:focus + label,
.form-floating select:not([value=""]) + label {
    top: 6px;
    left: 12px;
    font-size: 12px;
    color: #6b6964;
    transform: none;
    /* background: #f6f0e6; */
    padding: 0 4px;
}

.form-floating select:focus,
.form-floating select:not([value=""]) {
    line-height: normal;
    padding-top: 20px;
    padding-bottom: 6px;
}

.form-floating select:focus {
    border: 1px solid #000;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(102, 175, 233, 0.6);
}

/* --- TEXTAREA --- */
.form-floating textarea {
    width: 100%;
    min-height: 100px;
    padding: 12px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.4;
    resize: vertical;
    color: #000;
}

/* Default label (centered placeholder) */
.form-floating textarea + label {
    position: absolute;
    top: 22px;
    left: 13px;
    transform: translateY(-50%);
    color: #6b6964;
    font-size: 14px;
    transition: all 0.2s ease;
    pointer-events: none;
}

/* Float label on focus OR when textarea has value */
.form-floating textarea:not(:placeholder-shown) + label {
    top: 4px;
    left: 12px;
    font-size: 12px;
    color: #333;
    transform: none;
    padding: 0 4px;
}

.form-floating textarea:not(:placeholder-shown) {
    line-height: normal;
    padding-top: 20px;
    padding-bottom: 6px;
}

/* Focus styles */
.form-floating textarea:focus {
    border: 1px solid #000;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(102, 175, 233, 0.6);
}

.order-summary a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    font-weight: 500;
}

.order-summary i {
    margin-left: 5px;
    transition: transform 0.3s ease;
    /* color: #fff; */
}

/* Rotate arrow when open */
.order-summary a:not(.collapsed) i {
    transform: rotate(180deg);
}

.select2-container .select2-selection--single {
    height: 50px !important;       /* desired height */
    line-height: 50px !important;  /* vertical alignment */
    border-radius: 8px !important;    /* same as Bootstrap */
    border: 1px solid #ccc !important;           /* default BS3 border */
    padding-left: 4px;
}

.has-success span.select2-container .select2-selection--single {
    border-color: #3c763d !important;
}

.select2-container .select2-selection__rendered {
    color: #000 !important;
    line-height: 50px !important;  /* text centering */
}

.select2-container .select2-selection__arrow {
    height: 50px !important;
}

/* On focus or open */
.select2-container--default .select2-selection--single:focus,
.select2-container--default.select2-container--open .select2-selection--single {
    border: 1px solid #000 !important;   /* Bootstrap focus blue */
    box-shadow: 0 0 5px rgba(102,175,233,0.6) !important; /* subtle glow */
}

.has-error .select2-selection {
    border-color: #a94442 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}


ul.breadcrumb li {
    padding: 0 17px 0 0 !important;
}

.breadcrumb a {
    color: #777 !important;
}

.breadcrumb>.active, .breadcrumb>.active a {
    font-weight: 500;
    color: #000 !important;
}

.blockquote-footer p {
    font-size: 14px;
}

.btn-info {
    background-color: #000 !important;
    border-color: #000 !important;
}

.btn-info:hover {
    background-color: #1f7a81 !important;
    border-color: #1f7a81 !important;
}

.iti__selected-country-primary {
    padding: 0 12px;
}

.input-with-icon {
    position: relative;
}

.input-with-icon input {
    padding-right: 35px; /* give space for the icon */
}

.input-with-icon .icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #555;
    cursor: pointer;
}

.input-with-icon .icon:hover {
    color: #000 !important;
}
.input-with-icon i{
    font-size: 18px;
}