/**
* 2008-2023 Prestaworld
*
* NOTICE OF LICENSE
*
* The source code of this module is under a commercial license.
* Each license is unique and can be installed and used on only one website.
* Any reproduction or representation total or partial of the module, one or more of its components,
* by any means whatsoever, without express permission from us is prohibited.
*
* DISCLAIMER
*
* Do not alter or add/update to this file if you wish to upgrade this module to newer
* versions in the future.
*
* @author    prestaworld
* @copyright 2008-2023 Prestaworld
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
* International Registered Trademark & Property of prestaworld
*/

.presta_cart {
    padding: 15px;
    border: 3px solid red;
    background-color: rgb(244, 189, 197);
    text-align: center;
}
.presta_para{
    color: red;
}

.presta_shopping_footer {
    background-color: darkgray;
    border: 3px solid red;
    padding: 10px;
    box-shadow: 4px 8px 16px;
    margin-right: 386px;
    margin-top: 8px;
}

.presta_info {
    border: 2px solid cadetblue;
    padding: 8px;
    margin-right: 333px;
    background-color: pink;
}

.presta_before {
    border: 3px solid red;
    padding: 8px;
    margin-bottom: 10px;
    background-color: lightgray;
}

.presta_prestacustomcheckoutmsg_nav1 {
    margin-left: 5px;
    padding: 15px;
}

.presta_prestacustomcheckoutmsg_footer {
    display: grid;
}

.presta_prestacustomcheckoutmsg_nav2 {
    padding: 6px;
}

.presta_prestacustomcheckoutmsg_summary_top {
    padding: 18px;
    text-align: center;
}

p.p_color {
    margin: 8px;
    font-size: 20px;
}
