.info-window {
    padding: 8px 12px 8px 40px;
    border-radius: 12px;
    background-color: #313133;
    background-image: url('./info-icon.svg');
    background-position: 10px 8px;
    background-repeat: no-repeat;
    color: #f2f5fa;
    font-size: 14px;
    line-height: 20px;
    min-width: max-content;
}

.delivery-sum-window {
    width: 220px;
    padding: 10px 12px;
    background-color: #212326;
    border-radius: 12px;
    box-sizing: border-box;
}

.delivery-sum-title {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}

.delivery-sum-content {
    margin-top: 8px;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
}

.delivery-sum-footer {
    font-weight: 500;
    font-size: 14px;
    color: #f2f5fa;
    opacity: 0.7;
}

.delivery-cost-window {
    margin-top: 16px;
    width: 220px;
    padding: 8px;
    background-color: #ffffff;
    border-radius: 12px;
    box-sizing: border-box;
    box-shadow: 0px 4px 12px 0px #5f69831a;
}

.delivery-cost-title {
    height: 40px;
    padding: 8px;
    font-weight: 500;
    font-size: 16px;
    box-sizing: border-box;
}

.delivery-cost-content {
    padding: 8px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.delivery-cost-footer {
    box-sizing: border-box;
    padding: 4px 8px 8px 8px;
    height: 32px;
    font-size: 14px;
}

.delivery-item {
    display: flex;
    flex-direction: row;
    gap: 12px;
}

.delivery-item-colorbox {
    border-style: solid;
    border-width: 3px;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border-radius: 4px;
}

.divider {
    border-top: 1px solid rgba(92, 94, 102, 0.14);
    border-bottom: none;
    border-radius: 8px;
    margin: 8px;
}

.hidden {
    display: none;
}
