.product-location-unavailable {
    display: none;
}

.ttb-warehouses-toggle-wrapper {
    width: 100%;
}
.ttb-warehouses-toggle-info {
    font-family: inherit;
    text-align: center;
    width: 100%;
    background: #E9F3FA;
    padding-top: 20px;
}
.ttb-warehouses-toggle-info-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.1;
    color: #646464;
    margin: 0;
}
.ttb-warehouses-toggle-info-description {
    margin-top: 8px;
}
.ttb-warehouses-toggle-info-description p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1;
    color: #646464;
    margin: 0;
    margin-top: 4px;
}
.ttb-warehouses-toggle-info-details {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.1;
    margin: 9px auto 0;
    width: fit-content;
}
.ttb-warehouses-toggle-info-details a {
    color: #646464!important;
    text-decoration: underline;
    transition: none;
}
.ttb-warehouses-toggle-info-details a:hover {
    color: #646464!important;
}

.ttb-warehouses-toggle-block {
    width: 100%;
}
.ttb-warehouses-toggle-block--fixed {
    display: none;
    width: 100%;
    z-index: 10;
}
.ttb-warehouses-toggle-block-head {
    position: relative;
    background: #E9F3FA;
    padding-top: 10px;
    width: 100%;
    max-height: 200px;
    overflow: hidden;
    transition: all .3s ease;
}
.ttb-warehouses-toggle-block-inner {
    padding: 10px 0 24px;
}
.ttb-warehouses-toggle-buttons {
    display: flex;
    gap: 10px;
    width: fit-content;
    margin: 0 auto;
}
.ttb-warehouses-toggle-button {
    font-family: inherit;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1;
    color: #466AAA;

    display: flex;
    align-items: center;
    justify-content: center;
    width: 182px;
    padding: 15px 64px;
    border: 1px solid #466AAA;
    background: #fff;
    cursor: pointer;
}
.ttb-warehouses-toggle-button.current {
    background: #466AAA;
    color: #fff;
    pointer-events: none;
}

.ttb-warehouses-toggle-block-switcher {
    position: relative;
    z-index: 1;
    margin: -10px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #E9F3FA;
    color: #466AAA;
    border: 2px solid #fff;
    cursor: pointer;
}
.ttb-warehouses-toggle-block-switcher-icon {
    position: relative;
    top: 1px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 9px;
    height: 9px;
    transition: transform .3s ease;
}
.ttb-warehouses-toggle-block-switcher.open .ttb-warehouses-toggle-block-switcher-icon {
    top: -1px;
    transform: rotate(-180deg);
}

/*Media*/
@media (max-width: 600px) {
    .ttb-warehouses-toggle-info-title {
        font-size: 24px;
    }
    .ttb-warehouses-toggle-info-description {
        max-width: 90%;
        margin-inline: auto;
    }
    .ttb-warehouses-toggle-info-description p {
        font-size: 14px;
    }

    .ttb-warehouses-toggle-info-details {
        font-size: 15px;
        margin-top: 5px;
    }

    .ttb-warehouses-toggle-block-inner {
        padding-bottom: 20px;
    }
    .ttb-warehouses-toggle-buttons {
        gap: 5px;
        width: calc(100% - 20px);
    }
    .ttb-warehouses-toggle-button {
        font-size: 16px;
        padding: 12px 30px;
        width: calc(50% - 2.5px);
    }
    .ttb-warehouses-toggle-block-switcher {
        width: 40px;
        height: 40px;
    }
}

/*Mulopimfwc*/
.mulopimfwc-product-unavailable-notice {
    display: none;
}