﻿.checkoutBlocks {
    padding-left: 10%;
    padding-right: 10%;
    overflow: hidden;
}

.checkoutBlock {
    padding-top: 5%;
    padding-bottom: 5%;
    float: left;
    width: 33%;
}

.Block80 {
    padding-left: 5%;
    padding-right: 5%;
}

.lineWhereShippingGo .input {
    color: #333;
    border-radius: 1rem;
    text-indent: 1.5rem;
}

    .lineWhereShippingGo .input::-webkit-input-placeholder {
        color: #333;
        padding: 1.2rem 0rem;
        text-indent: 1.5rem;
    }

.lineWhereShippingGo .styleSelect {
    border-radius: 1rem;
    color: #fff;
    display: block;
    height: 40px;
}

    .lineWhereShippingGo .styleSelect option {
        color: #fff;
    }




.field-validation-error {
    margin-top: 0.5rem;
    font-size: 0.85rem;
    margin-left: -20px;
}


.button {
    border: none;
    border-radius: 1rem;
    text-align: center;
    padding: 0.5rem 1rem;
}

.deletePallet {
    display: block;
    color: #fff;
    background-color: #ed1d24;
    text-decoration: none;
    padding: 0.2rem 0.5rem;
    border-radius: 1rem;
    text-align: center;
    font-size: 0.85rem;
}

.table-striped {
    border: none;
    width: 100%;
}

    .table-striped tr th {
        background-color: #29ABE2;
        color: #fff;
        padding: 1rem;
    }

    .table-striped td {
        padding: 0.5rem 1rem;
    }

    .table-striped tr:nth-child(even) {
        background: #f4f4f4
    }

    .table-striped tr:nth-child(odd) {
        background: #FFF
    }

    .table-striped.shipment {
        margin-top: 30px;
    }

.price-holder {
    margin-top: 10px;
}

    .price-holder .js-place-price {
        margin-bottom;
        20px;
    }

.footerSquareDescription {
    color: #fff;
}

.footerTitle {
    color: #000;
}

.input {
    text-indent: 0.85rem;
}

.js-place-price {
    margin-top: 1.5rem;
}

.addressInformationInput label, .addressInformationUnloadInput label {
    font-weight: bold;
}

.addressInformationInput input[type="text"]::-webkit-input-placeholder,
.addressInformationUnloadInput input[type="text"]::-webkit-input-placeholder {
    color: #666;
}

.buttonWhereShippingGo {
    clear: both;
}

.quantityPart {
    float: none;
}

.custom-select {
    font-size: 16px;
    height: 36px;
    width: 102%;
    text-indent: 10px;
    border: 1px solid #979797;
    border-radius: 3px;
    background-color: #FFF;
}


.checkoutBlock {
    background-color: #f4f4f4;
    border-radius: 1rem;
    padding: 0.75rem !important;
    width: 29%;
    margin-right: 1rem;
}

    .checkoutBlock.last {
        margin-right: 0rem;
    }

    .checkoutBlock dt {
        width: 30%;
        font-size: 0.75rem;
        display: inline-block;
        text-align: left;
        color: #000;
    }

    .checkoutBlock dd {
        width: 65%;
        font-size: 0.75rem;
        display: inline-block;
        margin-inline-start: 0px;
        text-align: left;
        color: #666;
    }

.checkoutBlocks {
    padding: 1rem;
}
