/*
Plugin Name: ADK Integration Prestashop [ Stylesheet ]
Plugin URI: adk-media.com
Description: IntÃ©grer facilement votre Prestashop avec Wordpress
Version: 1.0.0
Author: Mohammed Kamal ( ADK Media )
Author URI:
License:     GPL2
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: adk_product_display
Domain Path: /languages
*/

.encadre2 {
    padding-top: 10px !important;
    box-shadow: 1px 0px 6px #e1e1e1;
    background: #f8fffe !important;
}

.encadre {
    margin: 1em 0;
    padding: 4px;
    width: 100%;
    border: 1px solid #d9d9db;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #d9d9db;
    line-height: 1.4;
    background: #fff;
}

.order_btn {
    font-weight: 700;
    padding: 8px 40px;
    border-radius: 0;
    font-size: 17px;
    margin: 5px 0;
    text-decoration: none;
    display: inline-flex;
    transition: 0.3s;
    max-width: 160px;
    text-transform: uppercase;
}

.alert-error {
    justify-content: center;
    display: flex;
    align-items: center;
    background: #e93f30;
    color: #fff;
    font-weight: bold;
    min-width: 280px;
    border-radius: 5px;
    text-align: center;
    padding: .30em;
}