.cart-sidebar-screen{
    position: relative;
}
.cart-sidebar-screen .cart-top, .cart-sidebar-screen .cart-mid{
    padding: 0;
}
div#cart-sidebar-screenSix .cart-mid{
    padding: 0;
}
.cart-sidebar-screen .cart-head, .cart-sidebar-screen .search-store-form, .shop-met-click-loc {
    padding: 20px 30px;
}
.cart-head-step {
    display: flex;
    align-items: center;
    gap: 20px;
}
.cart-head-step img {
    filter: invert(1);
    height: 18px;
    width: auto;
}
.cart-head-step h2 {
    margin-bottom: -5px;
}
.cart-shopping-met {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    padding: 25px 0;
}
.cart-shopping-met>div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-bottom: 15px;
    border-bottom: 3px solid var(--var-gray-3);
}
/* .cart-shopping-met-active {
    border-color: var(--var-green-1) !important;
} */

.cart-method-active {
    /* Shopping method active styles */
    border-color: var(--var-green-1) !important;
}
.cart-week-active {
    /* Week tab active styles */
    border-color: var(--var-green-1) !important;
}


.cart-shopping-met img {
    height: 20px;
    width: auto;
    opacity: 0.5;
}
/* .cart-shopping-met-active img{
    opacity: 1 !important;
} */
.cart-method-active img{
    opacity: 1 !important;
}
.cart-week-active img{
    opacity: 1 !important;
}
.cart-shopping-met p {
    font-size: 16px;
    color: #888;
    line-height: 16px;
}
/* .cart-shopping-met-active p {
    color: black;
    font-weight: 500;
} */
.cart-method-active p {
    color: black;
    font-weight: 500;
}
.cart-week-active p {
    color: black;
    font-weight: 500;
}
.search-store-form {
    border-bottom: 1px solid var(--var-gray-3);
}
.search-store-form p, .shop-met-click-loc>p {
    font-weight: 500;
    padding-bottom: 10px;
    font-size: 18px;
}
.search-bar-store {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #888;
    border-radius: 40px;
    padding: 10px 20px;
    gap: 10px;
    margin-bottom: 25px;
}
.search-bar-store input {
    width: 100%;
    height: 100%;
    border: none;
    font-size: 16px;
}
.search-bar-store button.search-icon-btn {
    display: flex;
    padding: 0;
    border: none;
    background: transparent;
    height: fit-content;
}
.location-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px;
    border: 1px solid var(--var-gray-3);
    padding: 20px;
}
.cart-sidebar span.b-txt {
    font-weight: 500;
    display: block;
}
/* .cart-sidebar-screen span.b-txt {
    font-weight: 500;
    display: block;
} */
.location-option.selected {
    border: 2px solid black;
}
.cart-bot-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.cart-bot-buttons>a{
    width: 100%;
    text-align: center;
}
a.btn.btn-outline {
    border-color: black;
}
.cart-bot-buttons .btn:nth-child(2) {
    background: var(--var-yellow-1);
}
.location-radio input[type="radio"]{
    accent-color: black;
}
.cart-store-summary {
    padding: 20px 0px 10px;
}
.store-method {
    border: 1px solid var(--var-gray-3);
    padding: 15px;
    border-radius: 15px;
    display: grid;
    align-items: flex-start;
    grid-template-columns: 20px 5fr 1fr;
    grid-column-gap: 10px;
}
.store-method img {
    width: 20px;
    height: auto;
}
.store-details p.small-label {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    padding-bottom: 5px;
}
p.store-name-add {
    font-size: 14px;
}
.cart-date-scroll {
    display: flex;
    overflow-x: auto;
    gap: 15px;
    padding-bottom: 15px;
}
.date-box {
    width: 100px;
    height: 80px;
    min-width: 100px;
    border-radius: 15px;
    border: 1px solid var(--var-gray-3);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    box-sizing: border-box;
    transition: ease-out all 0.2s;
}
.date-box.selected {
    background: var(--var-green-1);
    border-color: var(--var-green-1);
    color: white;
}
.date-box:hover{
    border-color: var(--var-green-1);
    transition: ease-in all 0.2s;
}
.cart-date {
    padding: 15px 0px 25px;
}
.cart-date-scroll::-webkit-scrollbar-track {
    background: var(--var-gray-2);
    border-radius: 5px;
}
.cart-date-scroll::-webkit-scrollbar-thumb {
    background: var(--var-yellow-1);
}
.cart-date-scroll::-webkit-scrollbar {
    height: 8px; /* horizontal scrollbar height */
    cursor: pointer;
    border-radius: 5px;
}
p.day {
    margin-bottom: 0;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 14px;
}
p.date {
    font-weight: 500;
    line-height: 16px;
}
.slot-header {
    display: flex;
    align-items: center;
    padding: 15px 30px;
    background: var(--var-gray-2);
    font-weight: 500;
    gap: 10px;
}
.slot-options {
    padding: 20px 30px;
    display: grid;
    grid-row-gap: 20px;
}
.slot-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.slot-option.selected input[type="radio"] {
    accent-color: black;
}
.slot-option.selected {
    font-weight: 500;
}
.slot-section img {
    width: 25px;
    height: auto;
}
.slot-select-check{
    display: block;
    text-align: center;
}
.slot-select-check img {
    width: 30px;
    height: auto;
    margin: 0 auto 15px !important;
}
h3.slot-select-h {
    text-align: center;
}
.selected-slot-loc-details {
    margin-top: 15px;
    border: 1px solid var(--var-gray-3);
    border-radius: 15px;
    box-sizing: border-box;
    padding: 20px;
}
.selected-slot-loc-details p.small-label {
    font-weight: 500;
    padding-bottom: 5px;
}
.selected-store-details {
    padding-top: 20px;
}
p.store-name-add {
    font-size: inherit;
}
h4.slot-select-det-h {
    padding-top: 30px;
}
.location-options {
    display: grid;
    grid-row-gap: 20px;
}
@media only screen and (max-width:767px){
    .cart-shopping-met p {
        font-size: 16px;
        line-height: 16px;
    }
    .search-store-form p, .shop-met-click-loc>p {
        font-size: 14px;
        line-height: 14px;
    }
    .cart-sidebar-screen .cart-head, .cart-sidebar-screen .search-store-form, .shop-met-click-loc {
        padding: 20px;
    }
    .cart-head-step img {
        height: 14px;
    }
    .location-option {
        border-radius: 10px;
        padding: 10px;
    }
    .cart-store-summary {
        padding: 20px 10px 10px;
    }
    .store-details p.small-label {
        font-size: 16px;
        line-height: 16px;
    }
    .slot-header {
        padding: 10px 30px;
    }
    .cart-date {
        padding: 0;
    }
    .cart-date-scroll {
        gap: 10px;
    }
    p.day {
        padding-bottom: 5px;
        font-size: 12px;
        line-height: 12px;
    }
    .date-box {
        width: 80px;
        min-width: 80px;
    }
    p.date {
        line-height: 14px;
        text-align: center;
    }
    p.day {
        padding-bottom: 5px;
        font-size: 12px;
        line-height: 12px;
    }
}
@media only screen and (min-width: 768px) and (max-width:1599px){
    .location-option{
        padding: 15px;
        border-radius: 15px;
    }
    .search-store-form p, .shop-met-click-loc>p, .cart-shopping-met p{
        font-size: 16px;
        line-height: 16px;
    }
    .store-details p.small-label {
        font-size: 16px;
        line-height: 16px;
    }
}