.price-table {
    width: 100%;
    display: table;
    margin: 0;
    border-collapse: collapse;
    position: relative;
}

.tablewrapper.margined {
    margin: 40px 0;
}

.price-table.nomarg {
    margin: 0;
}

.price-table > .row {
    display: table-row;
}

.price-table > .row .col {
    display: table-cell;
    padding: 10px 15px;
    border-left: 1px solid rgb(233, 236, 238);
    border-right: 1px solid rgb(233, 236, 238);
    border-bottom: 1px solid rgb(233, 236, 238);
    vertical-align: middle;
}

.price-table > .row:not(:first-child) .col:nth-child(2) {
    position: relative;
    padding-right: 30px;
}

.price-table .row .col.centered {
    text-align: center;
}

.overblock {
    position: fixed;
    background: white;
    -webkit-box-shadow: 0 0 5px black;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    padding: 10px;
    font-size: 14px;
    display: none;
    z-index: 12;
    width: 500px;
    left: 0;
    right: 0;
    margin: auto;
    top: 100px;
}


.price-table > .row.title .col {
    background: #f5f9fb;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
}

.price-table > .row.title.single .col {
    width: 100%;
}

.price-table > .row.title .col .subcategory {
    cursor: pointer;
}

.price-table > .row .col .gtaddtocart_toggle {
    background-image: url(../images/icons/cart.svg);
    background-size: 14px;
    background-position: 10px center;
    background-color: #0086e4;
    padding: 10px 10px;
    padding-left: 30px;
    color: white;
    background-repeat: no-repeat;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    width: 115px;
}

.price-table > .row .col .gtaddtocart_toggle:hover {
    text-decoration: none;
    background-color: #0076c9;
}

.price-table > .row .col .gtgetrequest {
    background-size: 14px;
    background-position: 10px center;
    background-color: #00d0e2;
    padding: 10px 10px;
    color: white;
    background-repeat: no-repeat;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    width: 115px;
}

.price-table > .row .col .overblock .product-item-amount p {
    font-size: 14px;
    color: #848484;
}

.price-table .old_currency {
    display: block;
    font-size: 12px;
    color: gray;
}

.nowrap {
    white-space: nowrap;
}

.gtgetrequest {
    
}