.padd-left {
    padding-left: 15px;
}

#module-thecheckout-order .pc-presta-actions {
    margin-top: 5px;
}

#module-thecheckout-order .pc-presta-button,
#module-thecheckout-order .pc-presta-button span {
    color: #fff;
}

#module-thecheckout-order .pc-presta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 18px;
    border: 0;
    border-radius: 8px;
    background: #3bbddd;
    box-shadow: 1px 1px 5px 2px hsla(0, 0%, 76%, .45);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    white-space: normal;
}

#module-thecheckout-order .pc-presta-button:hover,
#module-thecheckout-order .pc-presta-button:focus {
    background: #1d8ebe;
    color: #fff;
}

#module-thecheckout-order .pc-presta-result {
    color: #212529;
    font-size: 16px;
    line-height: 1.35;
}
