
.calc_header {
    padding: 5px 15px;
    text-align: left;
}

.calc_header h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}
#estimate{
    color: #d95546;
}
.calc_table {

    overflow: auto;
    padding: 15px 0;
}

.priceTable {
    background: transparent;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    width: 100%;
}

.priceTable thead th, .priceTable td {
    padding: 2.5px;
    vertical-align: middle;
}

th.name {
    width: 490px;
}

.priceTable thead th.name {
    padding-left: 10px;
}

th.quantity {
    width: 130px;
}

th.unit {
    width: 110px;
}

th.unit_price {
    width: 235px;
}

th.full_price {
    width: 215px;
}

th.quantity, th.unit, th.unit_price, th.full_price, th.total {
    text-align: center;
}

.priceTable thead th.unit_price{
    padding-left: 20px;
}

.priceTable thead th.full_price{
    padding-left: 20px;
}

th.name span {
    color: #000;
    font-size: 24px;
    font-weight: 800;
    white-space: nowrap;
}

th.quantity span, th.unit span, th.unit_price span, th.full_price span, th.total span {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
}

.priceTable thead th span{
    font-weight: 800;
}

td.quantity, td.unit_price, td.full_price, td.total {
    text-align: right;
}

td.unit {
    text-align: center;
}

td.quantity {
    padding-left: 2.5px;
    padding-right: 2.5px;
}

td.unit {
    padding-left: 2.5px;
    padding-right: 2.5px;
    white-space: nowrap;
}

td.unit_price {
    padding-left: 2.5px;
    padding-right: 2.5px;
    white-space: nowrap;
}

td.full_price {
    white-space: nowrap;
}

td.total {
    padding-left: 2.5px;
    white-space: nowrap;
}

td.block-title span {
    color: #d95546;
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding: 5px;
}

td.name span {
    color: #020202;
    display: block;
    padding: 5px;
}

td.quantity span, td.unit span, td.unit_price span, td.full_price span {
    background: #f2f2f2;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    display: block;
    padding: 5px 15px;
    border-radius: 30px;
}

.total-name span {
    color: #d95546;
    display: block;
    padding: 5px;
    font-size: 24px;
    font-weight: 800;
}

.total span {
    background: #f2f2f2;
    color: #000;
    display: block;
    font-size: 24px;
    font-weight: bold;
    padding: 15px 15px;
    border-radius: 20px;
}

.total span.full_summ {
    color: #d95546;
    font-size: 25px;
    font-weight: 800;
}

.priceTable tr{
    border-bottom: 1px solid #f2f2f2;
}

.total-space {
  border-top: 10px solid #f2f2f2;
}

.estimate__btn{
    margin: 0 auto 10px;
    text-align: center;
}

.estimate__btn--order{
    margin-top: 14px;
}

.calc-print, .calc-send{
    display: inline-block;
    padding: 5px 11px 5px 29px;
    position: relative;
}
.calc-order{
    display: inline-block;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 13px 23px;
}

.estimate-btn:hover{
    color: #151809;
}

.estimate-btn::before{
    content: '';
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    left: 15px;
    transform: translate(0, -50%);
    top: 50%;
}

.calc-print::before{
    background: url(/wp-content/themes/zabori/i/printer.png) no-repeat;
    width: 18px;
    height: 18px;
    margin-right: 20px;
    vertical-align: middle;
}
.calc-send::before{
    background: url(/wp-content/themes/zabori/i/mail.png) no-repeat;
    width: 17px;
    height: 14px;
    margin-right: 20px;
    vertical-align: middle;
}

@media screen and (min-width: 420px) {
    .calc-print, .calc-send {
        padding: 5px 11px 5px 29px;
        width: 80%;
    }
    .calc-order {
        letter-spacing: 3.5px;
        width: 93%;
    }
}
@media screen and (min-width: 768px) {
    .estimate__total {
        margin: 0;
        padding: 35px 24px 0 24px;
    }

    .calc_header h3 {
        font-size: 24px;
        margin: 10px 0;
    }
}

@media screen and (min-width: 992px) {
    .priceTable thead th.unit_price {
        padding-left: 81px;
    }
    .priceTable thead th.full_price {
        padding-left: 81px;
    }
    .fcalc__estimate .estimate__btns {
        padding: 0 24px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .estimate__btn {
        margin: 0;
    }

    .calc-print, .calc-send{
        padding: 5px 20px 5px 40px;
        width: 100%;
    }
    .calc-order{
        display: inline-block;
        letter-spacing: 3.5px;
        text-transform: uppercase;
        padding: 13px 23px;
        width: 100%;
    }

    .estimate-btn + .estimate-btn{
        margin: 0;
    }
}

@media screen and (min-width: 1200px) {
    .calc_table {
        padding: 20px 35px;
    }
    .calc_header {
        padding: 5px 45px;
    }
    .priceTable thead th {
        padding-bottom: 10px;
    }
    .priceTable thead th.unit_price {
        padding-left: 81px;
    }
    .priceTable thead th.full_price {
        padding-left: 81px;
    }
    th.name {
        width: 615px;
    }
    th.quantity {
        width: 100px;
    }
    th.unit {
        width: 66px;
    }
    th.unit_price {
        width: 150px;
    }
    th.full_price {
        width: 205px;
    }
    td.unit_price span, td.full_price span {
        padding: 5px 30px;
    }
    td.total span {
        font-weight: 600;
        padding: 15px 28px;
    }
    .fcalc__estimate .estimate__btns {
        padding: 0 65px;
    }

    .calc-print {
        padding: 5px 40px 5px 54px;
    }
    .calc-send {
        padding: 5px 19px 5px 40px;
    }
    .calc-order {
        padding: 13px 34px;
    }
}