/* loundry booking shortcode */
.booking-slot .header {
    text-align: center;
    padding: 10px 200px 10px 200px;
    background-color: white;
}

.booking-slot .header h2 {
    font-size: 14px;
    margin-bottom: 10px;
	font-weight: 800;
}

.booking-slot .header p {
    font-size: 14px;
    color: #555;
	text-transform: math-auto !important;
}

.booking-slot .booking {
    text-align: center;
    padding: 30px 20px;
}

.booking-slot .booking h3 {
    font-size: 14px;
    margin-bottom: 30px;
    font-weight: 500;
	text-transform: math-auto !important;
}

.booking-slot .options {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.booking-slot .option {
    background-color: white;
    border: 1px solid #ddd;
    padding: 20px;
    width: 450px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.booking-slot .option .icon {
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 0 auto 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.booking-slot .option h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
}

.booking-slot .option h4 {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
    font-weight: 500;
}

/* .booking-slot button {
    padding: 10px 20px;
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.booking-slot button:hover {
    background-color: #444;
} */

/* booksolt delivery */
/* Basic Container Styling */
.container {
    width: 100%;
    max-width: 500px;
    margin: auto;
    font-family: Century Gothic;
}

/* Tabs Styling */
.tabs {
    display: flex;
    border-bottom: 2px solid #ddd;
}

.tab {
    flex: 1;
    text-align: center;
    padding: 10px;
    cursor: pointer;
}

.tab.selected {
    border-bottom: 2px solid green;
    font-weight: bold;
}

/* Delivery Address Section Styling */
.bookslot-delivery {
    width: 65%;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 20px auto;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.delevery-section {
    margin-top: 20px;
}
.bookslot-delivery .delivery-address {
    padding: 20px;
    text-align: center;
}


.bookslot-delivery .header {
    display: flex;
    justify-content: center;
}


.bookslot-delivery .title h3{
    font-size: 14px;
    font-weight: 600;
    margin: 0 !important;
}

.bookslot-delivery .icon {
    color: #5C8018;
    margin-right: 10px;
}
.bookslot-delivery .icon i {
    font-size: 14px;
}

.bookslot-delivery .address {
    margin-top: 10px;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    
}

.bookslot-delivery .change-address,
.bookslot-delivery .change-return-address a{
    display: block;
    margin-top: 10px;
    cursor: pointer;
    font-size: 14px;
}
.bookslot-delivery .change-address i,
.bookslot-delivery .change-return-address i{
    font-size: 20px;
}


/* Address Options Styling */
.bookslot-delivery .address-options,
.bookslot-delivery .return-address-options {
    display: flex;
    gap: 10px;
    padding: 20px;
    flex-wrap: wrap;
}

.bookslot-delivery .address-card {
    border: 1px solid #ddd;
    padding: 10px;
    flex: 1;
    max-width: 180px;
    text-align: left;
    cursor: pointer;
    height: 100px;
}

.hour-section .slot-with-price .selected,
.saver-section .slot-with-price .selected,
.collection-section .slot-with-price .selected {
    border: 1px solid green !important;
    position: relative; /* Ensure the pseudo-element is positioned relative to this */
}

.hour-section .slot-with-price .selected:hover,
.saver-section .slot-with-price .selected:hover, 
.collection-section .slot-with-price .selected:hover {
    border-color: red !important;
}

.hour-section .slot-with-price .selected::before {
    content: "\f058"; /* Unicode for Font Awesome check-circle */
    font-family: 'Font Awesome 5 Free'; /* Ensure you use the correct font family */
    font-weight: 900; /* Bold style for Font Awesome */
    color: green; /* Icon color */
    font-size: 16px; /* Adjust size as needed */
    position: absolute;
    top: 50%; /* Center vertically */
    left: 10px; /* Adjust spacing from the left */
    transform: translateY(-50%); /* Center vertically in the middle */
    display: inline-block;
    transition: content 0.13s ease; /* Smooth transition for icon change */
}
.saver-section .slot-with-price .selected::before {
    content: "\f058"; /* Unicode for Font Awesome check-circle */
    font-family: 'Font Awesome 5 Free'; /* Ensure you use the correct font family */
    font-weight: 900; /* Bold style for Font Awesome */
    color: green; /* Icon color */
    font-size: 16px; /* Adjust size as needed */
    position: absolute;
    top: 50%; /* Center vertically */
    left: 10%; 
    transform: translateY(-50%); /* Center vertically in the middle */
    display: inline-block;
    transition: content 0.13s ease; /* Smooth transition for icon change */
}

.collection-section .slot-with-price .selected::before {
    content: "\f058"; /* Unicode for Font Awesome check-circle */
    font-family: 'Font Awesome 5 Free'; /* Ensure you use the correct font family */
    font-weight: 900; /* Bold style for Font Awesome */
    color: green; /* Icon color */
    font-size: 16px; /* Adjust size as needed */
    position: absolute;
    top: 50%; /* Center vertically */
    left: 46%; 
    transform: translateY(-50%); /* Center vertically in the middle */
    display: inline-block;
    transition: content 0.13s ease; /* Smooth transition for icon change */
}

.hour-section .slot-with-price .selected:hover::before,
.saver-section .slot-with-price .selected:hover::before,
.collection-section .slot-with-price .selected:hover::before {
    content: "\f057"; /* Unicode for Font Awesome times-circle (close-circle) */
    color: red; /* Change icon color on hover if needed */
}


.bookslot-delivery .address-card.selected,
.store-list .collection-store.selected {
    border: 1px solid green !important;
}

.bookslot-delivery .add-address {
    border: 1px dashed #ddd;
}

.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: transparent transparent #000 !important;
}
.nav-tabs .nav-link {
    border: none;
}

/* Click & Collect Section */
.collect-section {
    margin-top: 20px;
}

.accordion-button {
    z-index: 3;
    border-color: transparent !important;
    outline: none;
    box-shadow: none transparent !important;
    color: #000;
}
.accordion-button:focus {
    z-index: 3;
    border-color: transparent !important;
    outline: 0;
    box-shadow: 0 0 0 .25rem transparent !important;
}
.accordion-button:not(.collapsed) {
    color: #000 !important;
    background-color: #5c5c5c;
    box-shadow: inset 0 -1px 0 transparent !important;
}

/* hour-section & saver-section */

.hour-section,
.saver-section,
.collection-section {
    margin-top: 20px !important;
}

.nav-tabs button i {
    margin-right: 5px;
    font-size: 15px;
}

.row>* {
    padding-right: calc(var(--bs-gutter-x) / 3) !important;
    padding-left: calc(var(--bs-gutter-x) / 3) !important;
}

.hour-section .booking-slot,
.collection-section .booking-slot {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 10px;
    padding: 5px 5px !important;  
    border: 1px solid #ccc !important;  
}
.hour-section .booking-time-list,
.collection-section .booking-time-list {
    display: flex;
    /* align-items: left; */
    justify-content: right;
    margin-bottom: 10px;
    padding: 6px 5px !important;  
    /* border: 1px solid #ccc !important;   */
    font-weight: 600;
}
.hour-section .unavailable,
.saver-section .unavailable,
.collection-section .unavailable,
.hour-section .fully-booked,
.saver-section .fully-booked,
.collection-section .fully-booked {
    background-color: #f5f5f5;
    color: #999;
}
.hour-section .available,
.saver-section .available,
.collection-section .available {
    background-color: #fff;
    color: #000;
    cursor: pointer;
}
.hour-section .available:hover,
.saver-section .available:hover,
.collection-section .available:hover {
    border: 1px solid #000 !important;
}
.hour-section .schedule-header,
.saver-section .schedule-header,
.collection-section .schedule-header {
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
}
.saver-section .booking-slot {
    display: flex;
    height: 120px;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 10px;
    padding: 5px 5px !important;  
    border: 1px solid #ccc !important;  
}
.saver-section .booking-time-list {
    display: flex;
    height: 120px;
    justify-content: right;
    margin-bottom: 10px;
    padding: 50px 5px !important;  
    /* border: 1px solid #ccc !important;   */
    font-weight: 600;
}

/* reserved slot */
.reserved-slot {
    background-color: #f8f9fa;
    padding: 40px;
    text-align: center !important;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}
.reserved-slot h5 {
    font-size: 18px;
    font-weight: 600;
}
.reserved-slot .icon {
    font-size: 2rem;
    color: green;
}
.reserved-slot .info-box {
    border: 1px solid #ddd;
    padding: 20px;
    /* border-radius: 8px; */
    background-color: #ffffff;
    height: 120px;
}
.reserved-slot .justify-content-center {
    margin-bottom: 10px;
}
.reserved-slot .continue-btn {
    border: 1px solid #ddd;
    padding: 10px 50px !important;
    background-color: #ffffff;
}

/* add address form */
.address-form-modal {
    padding-right: 0 !important;
    overflow-x: none !important; 
    overflow-y: none !important;
}
.address-form-modal .modal-dialog {
    max-width: 100% !important;
    margin: 0 !important;
}
.address-form-modal .modal-content {
    border-radius: 0 !important;
    min-height: 100vh !important;
}
.add-address-from {
    width: 35% !important;
}
.add-address-from :is(input[type='email'],input[type='date'],input[type='search'],input[type='number'],input[type='text'],input[type='tel'],input[type='url'],input[type='password'],select,textarea) {
    border: 1px solid #ccc !important;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.add-address-from label {
    /* display: block; */
    margin-bottom: 0 !important;
}
.add-address-from label .required {
    color: red;
}
.address-form-modal .btn-close {
    background-color: #fff !important;
    border:1px solid #000;
    padding: 1px 14px !important;
}
.address-cards {
    padding-top: 18px;
    /* flex: 1; */
    width: 80%;
    margin: auto;
    text-align: center;
    cursor: pointer;
    height: 60px;
}

/* css loader */
.loader {
    width: 22px;
    height: 22px;
    border: 3px solid #ccc;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    z-index: 333;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} 
/* Cancel Reserved Slot */
.slot-modal .modal-header {
    border-bottom: none;
}
.slot-modal .modal-footer {
    border-top: none;
}
.slot-modal .btn-keep, .btn-cancel {
    width: 150px;
    padding: 10px;
}
.slot-modal .btn-cancel {
    background-color: #333;
    color: white;
    border: none;
}
.slot-modal .btn-cancel:hover {
    background-color: #ccc;
    color: #000;
}
.slot-modal .modal-footer {
    justify-content: space-between !important;
}
.slot-modal .btn-close {
    padding: 0 10px !important;
}
/* store-list */
.store-list .collection-store {
    cursor: pointer;
}
.collect-section .collection-address {
    padding: 20px;
    text-align: center;
}
#suggestions {
    border: 1px solid #ddd;
    max-height: 150px;
    overflow-y: auto;
    position: absolute;
    background: white;
    z-index: 1000;
}

#suggestions div {
    padding: 10px;
    cursor: pointer;
    width: 600px;
}

#suggestions div:hover {
    background-color: #f0f0f0;
}

/* store address in checkout page after total amount */
.store-address {
    font-weight: bold;
    font-size: 14px;
    padding-top: 10px;
    color: #333;
    text-align: left;
}
.store-address th {
    text-align: left;
    font-weight: bold;
    color: #333;
    font-size: 14px;
}

/* scrollable */

  
/* @media (max-width: 768px) {
    .choose-your-slot-section {
      height: 100%; 
    }
  } */
  
  @media (max-width: 480px) {
    .choose-your-slot-section {
        width: 100%;  /* Set div to full width of the parent container */
        height: 100%; /* Fixed height */
        overflow-x: auto; /* Enable horizontal scrolling */
        overflow-y: hidden; /* Hide vertical scrollbar */
        border: 1px solid #ccc;
        white-space: nowrap; /* Prevent line breaks, making content scroll horizontally */
    }
    .bookslot-delivery {
        width: 100%;
    }
      
    .choose-your-slot {
        display: inline-block; /* Make each item appear side-by-side */
        margin-right: 20px; /* Add some spacing between items */
    }
    .hour-section,
    .saver-section,
    .collection-section{
        width: 1190px;
    }
    .delivery-details .container {
        padding-left: 0;
        padding-right: 0;
    }
    .bookslot-delivery .address-card {
        flex: 45%;
    }
    .add-address-from {
        width: 100% !important;
    }
    .booking-slot .header {
        padding: 0;
    }
    .booking-slot .options {
        flex-direction: column;
    }
    .booking-slot .option {
        width: 330px;
    }
  }

  .my-acc-address-card {
    border-radius: 12px;
    padding: 15px 20px;
    margin-bottom: 20px;
    max-width: 600px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    transition: transform 0.2s ease;
}
.my-acc-address-card strong {
    font-size: 1.1em;
}
.my-acc-address-card a {
    display: inline-block;
    margin-top: 10px;
    padding: 6px 12px;
    background-color: #354368;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-size: 14px;
    transition: background-color 0.2s ease;
}
.my-acc-address-card a:hover {
    background-color: #c82333;
    color: #fff
}

.custom-order-note {
    padding: 15px;
    margin: 20px 0;
    background-color: #f9f9f9;
    border-left: 4px solid #0071a1;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}


/* Tab */
.nav-tabs .nav-link.active {
    border-bottom: 1.5px solid #000 !important;
}
.accordion-button:not(.collapsed) {
    background-color: #ccc !important;
}
/* view calendar date picker */
.ui-datepicker {
    /* left: 0px !important; */
    width: 22em !important;
    right: 0px;
    margin: 0 auto;
}
.ui-datepicker td span,
.ui-datepicker td a {
    padding: .8em !important;
}
.disabled-today.ui-datepicker-today .ui-state-default {
    background-color: rgb(0, 0, 0) !important;
    color: #fff !important;
}
#ui-datepicker-div {
	background: #fff !important;
    left: 0 !important;
    margin: 0 auto !important;
}

/* booking expired modal */
#booking-expired-modal .btn-close {
    min-height: 0 !important;
    padding: 0 !important;
    background-size: 0.75em;
    width: 2em;
    height: 2em;
}