/**
 * 2007-2016 PrestaShop
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@prestashop.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade PrestaShop to newer
 * versions in the future. If you wish to customize PrestaShop for your
 * needs please refer to http://www.prestashop.com for more information.
 *
 *  @author 	PrestaShop SA <contact@prestashop.com>
 *  @copyright  2007-2016 PrestaShop SA
 *  @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 *  International Registered Trademark & Property of PrestaShop SA
 */

span.aeuc_from_label,
span.aeuc_tax_label,
div.aeuc_tax_label,
div.aeuc_weight_label {
font-size: 11px;
}

span.aeuc_from_label {
line-height: 22px;
}

span.aeuc_tax_label_shopping_cart {
font-size: 12px;
}

span.aeuc_tax_label_blockcart {

}

.product-prices .tax-shipping-delivery-label span.aeuc_shipping_label,
.product-prices .tax-shipping-delivery-label span.aeuc_delivery_label {
margin-right: 3px;
}

.aeuc_shipping_label, .aeuc_delivery_label {
font-size: 13px;
}

.aeuc_shipping_label:before, .aeuc_delivery_label:before {
content: "-";
margin: 0 0 0 2px;
}

.aeuc_shipping_label a {
text-decoration: underline;
}

.content_price > span {
display:inline-block;
}

span.unvisible {
display: none;
}

p.payment_selected > a.payment_module_adv {
border: 1px solid #55c65e;
border-radius: 4px;
}

a.payment_module_adv {
border: 1px solid #d6d4d4;
border-radius: 4px;
}

.cart-overview div.aeuc_unit_price_label {
font-size: 8px;
display: inline-block;
font-weight: normal;
}

#checkout-cart-summary div.aeuc_unit_price_label {
display: block;
font-size: 0.75rem;
color: #878787;
}

#order-items div.aeuc_unit_price_label {
display: block;
font-size: 0.875rem;
color: #878787;
}

.products div.aeuc_unit_price_label {
display: block;
font-size: 0.875rem;
color: #acaaa6;
font-weight: 700;
text-align: center;
}

#blockcart-modal div.aeuc_unit_price_label {
font-size: 9px;
font-weight: normal;
margin-bottom: 8px;
}

#product div.aeuc_unit_price_label {
padding-bottom: 16px;
}

div.condition-label label.js-terms {
text-align: left;
}

#conditions-to-approve #cta-terms-and-conditions-1 {
font-weight: bold;
}

div.aeuc_footer_info {
clear: both;
text-align: center;
font-size: 13px;
margin-top: 10px;
margin-bottom: 10px;
width: 100%;
}

body#checkout #footer {
padding: 0;
}

h5.aeuc_scart {
margin-bottom: 20px;
}

.euAboutUsCMS {
padding-top: 0px;
}

.euAboutUsCMS li a {
color: #acaaa6;
cursor: pointer;
}

.euAboutUsCMS li a:hover {
color: #2fb5d2;
}

.euAboutUsCMS .cms-page-link a {
color: #414141;
}

/* Cart */
.aeuc_cart_custom_text {
margin-top: 15px;
text-align: center;
}

span.value.under_conditions {
margin-top: -10px;
clear: both;
font-size: 12px;
font-weight: normal;
}

#cart input.js-cart-line-product-quantity {
max-width: 80px;
}

/* Product page */
.product-prices .product-discount span.aeuc_before_label {
color: #000;
text-decoration: none;
margin-right: 4px;
}

span.aeuc_before_label {
font-size: 12px;
line-height: 12px;
}

/* Cart page - under conditions */
div#cart-subtotal-shipping div {
clear: both;
line-height: 10px;
float: right;
}

/* Footer */
@media (min-width: 992px) {

.footer-container .container .row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

.footer-container .col-md-3 {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1; 
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}

}

@media (min-width: 768px) and (max-width: 991px) {

.footer-container .col-md-3 {
width: 50%;
}

.footer-container .col-md-3:nth-child(5) {
clear: both;
}

}
