.presta_sq_product_info {
    max-height: 456px;
    overflow: auto;
}
.presta_modal_bg_shadow {
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.7;
}
.presta_sq_product_img {
    width: 100px;
    height: 100px;
}
.presta_mail_mssage {
    position: absolute;
    background: lightgreen;
    color: black;
    padding: 5px 10px;
    border-radius: 4px;
    display: block;
}
#presta_customer_shipping_request th,
#presta_customer_shipping_request tr {
    text-align: center;
}
.presta_sq_waiting_quote, .presta-required-err {
    color: red;
}
.presta-required-err {
    font-size: 12px;
}
a.presta_sq_add_cart {
    display: block;
    margin-bottom: 20px;
}
.presta_sq_ordered {
    color: blue;
}
.presta_sq_btn_message {
    display: none;
    color: green;
}
.presta_sq_img_loader {
    display: none;
    width: 40px;
    height: 40px;
}
.presta-page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.presta-required:before {
    content: "* ";
    color: #fa1f1f;
    display: inline-block;
}
.presta-small {
    font-size: 70%;
}
.presta-alert-warning {
    background-color: rgba(255,154,82,0.3);
    border-color: #ff9a52;
    padding: 4px 15px;
}
.presta-alert-success {
    background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d;
    padding: 4px 15px;
}
.presta-alert-danger {
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442;
    padding: 4px 15px;
}
.presta-mb-12 {
    margin-bottom: 12px;
}
.text-right {
    text-align: right;
}
#cart_content .row {
    display: flex;
    justify-content: space-between;
}
.text-center {
    text-align: center;
}
