
.btn-check-store-stock-availability{
    border-radius: 8px;
    background: #F1F1F1;
    display: flex;
    padding: 8px;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    max-width: 300px;
    margin: 10px 0;

    color: #555;
    font-family: "Work Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 19.07px; /* 129.728% */
}
.btn-check-store-stock-availability i{
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.btn-check-store-stock-availability:hover{
    cursor: pointer;
    background: #ecebeb;
}

.store-stock-availability-side-expand{
    background-color: transparent;
    bottom: 0;
    display: flex;
    flex-direction: row;
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0; /* Start transparent */
    transition: opacity .3s ease-in-out, transform .3s ease-in-out;
    width: 100%;
    z-index: 999999;
    justify-content: flex-end;
    transform: translateX(100%); /* Start off-screen to the right */
    overflow: none;
}
.store-stock-availability-side-expand.expanded{
    opacity: 1; /* Fade in the container (which will also affect the background if it's on this element) */
    transform: translateX(0); /* Slide in from the right */
    transition: opacity .3s ease-in-out, transform .3s ease-in-out;
    width: 100%;
}
.store-stock-availability-side-expand:before{
    animation-duration: 0.3s; /* Match transition duration */
    animation-fill-mode: both;
    animation-name: fadeIn; /* Apply the fade-in animation */
}
.store-stock-availability-side-expand.expanded:before {
    content: "";
    width: 100%;
    background-color: rgba(0, 0, 0, 0.52);
    animation-duration: 0.3s; /* Match transition duration */
    animation-fill-mode: both;
    animation-name: fadeIn; /* Apply the fade-in animation */
    animation-delay: 0.3s; /* Add a 0.2-second delay */
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; /* Place behind the side menu content */
}

.store-stock-availability-side {
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .212);
    height: 100vh;
    max-width: 400px;
    overflow: hidden;
    transition: all .3s ease-in-out;
    width: 100%;
    z-index: 1046;
}
.store-stock-availability-side .side-header {
    align-items: center;
    background-color: #ff9015;
    background: #f53d3d;
    background: linear-gradient(22deg, #f53d3d, #f16027 55%);
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 22px 15px;
}
.store-stock-availability-side .side-header>span{
    display: flex;
    align-items: center;
    color: inherit;

    font-size: 14pt;
    font-weight: 700;
    font-weight: 600;
    letter-spacing: -.6pt;
    margin: 0 0 0 5px;
    padding: 0;
    text-transform: uppercase;
    vertical-align: middle;
}
.store-stock-availability-side .side-header img{
    align-self: start;
    display: block;
    filter: invert(1);
    height: 35px;
    margin-right: 5px;
    width: 35px;
}

.store-stock-availability-side .side-body{
    height: calc(100vh - 100px);
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 30px;
}

.store-stock-availability-side .side-body .zone{
    padding: 8px;
    padding-left: 31px;
    background-color: #f5f5f5;
}
.store-stock-availability-side .side-body .store{
    display: flex;
    padding: 24px;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    border-bottom: 1px solid rgba(85, 85, 85, 0.20);
    color: #555;
    font-family: "Work Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    flex-direction: column;
}
.store-stock-availability-side .side-body .store b{
    color: #333;
    font-size: 20px;
    font-weight: 600;
    align-self: stretch;
    margin-bottom: 16px;
}
.store-stock-availability-side .side-body .store .availability-badge{
    float: right;
}
.store-stock-availability-side .side-body .store a{
    color: #E47729;
    text-decoration: none;
    margin-top: 16px;
    font-weight: 400;
}
.store-stock-availability-side .side-body .store a:hover{
    color: #cb661d;
    cursor: pointer;
}

.store-stock-availability-side .store .arrow{
    width: 12px;
}

.store-stock-availability-side .side-body .without-stock{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px;
    margin-top: 40px;
    color: #555;
    text-align: center;
    font-family: "Work Sans";
    font-style: normal;
    line-height: normal;
    font-size: 16px;
    font-weight: 400;
}
.store-stock-availability-side .side-body .without-stock img{
    width: 104px;
    height: 104px;
    object-fit: contain;
    margin-bottom: 24px;
}
.store-stock-availability-side .side-body .without-stock b{
    font-size: 20px;
    font-weight: 600;
}
.store-stock-availability-side .side-body .without-stock a{
    display: flex;
    padding: 12px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: #E47729;
    color: #FFF;
    text-align: center;
    font-family: "Work Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 24px;
}
.store-stock-availability-side .side-body .without-stock a:hover{
    background: #d16b23;
}

.store-stock-availability-side .side-filter{
    padding: 16px 24px;
    width: 100%;
}
.store-stock-availability-side .side-filter input{
    width: 100%;
    border-radius: 8px;
    border: 0;
    background: #F1F1F1;
    display: flex;
    padding: 12px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;

    color: #999;
    font-family: "Work Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}