.tone-checkout_show_selected tr td {
    font-size: 12px;
    padding: 5px;
}

.tone-checkout_show_selected tr td {
    padding: 3px 6px;
    color: white !important;
    text-align: center;
    border: none;
    text-decoration: none;
    font-size: 12px;
    font-family: inherit;
    cursor: pointer;
    overflow: visible;
    width: auto;
    line-height: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    background: #22134a;
    font-weight: 200;
}

.tone-label-img {
    height: 25px;
    width: 70px;
}

.tone-label-img-select {
    height: 30px;
    width: 100px;
}


.table-tone-below {
    margin-top: 5px;
}
/*
.table-tone tr td a.vybrat-button-sk {
    padding: 3px 6px;
    color: white !important;
    text-align: center;
    border: none;
    text-decoration: none;
    font-size: 12px;
    font-family: inherit;
    cursor: pointer;
    overflow: visible;
    width: auto;
    line-height: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    background: #428bca;
    font-weight: 200;
}*/

.tone-checkout-pickup-popup,.tone-pickup-point-popup {
    display: none;
    position: fixed;
    z-index: 99999;
    padding-top: 30px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.tone-checkout-pickup-popup-content,.tone-pickup-point-popup-content {
    margin: 20px;
    width: 95%;
    height: 95%;
    background-color: #fefefe;
    border: 1px solid #888;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.tone-widget-iframe,.tone-pickup-point-popup-wrap {
    height: 100%;
    width: 100%;
    border: none;
    overflow: hidden;
    position: absolute;
    z-index: 1000;
}

.tone-checkout-pickup-popup-close, .tone-pickup-point-popup-close{
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none!important;
    color: #333;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 25px;
    z-index: 1001;
}

.tone-checkout-popup-wrap{
    width: 100%;
    height: 100%;
    position: relative;
}
.tone-pickup-point-popup-content {
    margin: 0;
}
