/**
 * Loulou66
 * LpsB2BUltimate module for Prestashop
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 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/afl-3.0.php
 *
 * 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    Loulou66.fr <contact@loulou66.fr>
 *  @copyright loulou66.fr
 *  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
.lpsb2bultimate_button a:hover {
    color: #fff !important;
}
.lpsb2bultimate_button_title {
    color: #7a7a7a;
    font-size: 1rem;
    margin-bottom: 16px;
    text-align: center;
}
.lpsb2bultimate_button_wrapper {
	display: flex;
	justify-content: center;
	gap: 10px;
}
.lpsb2bultimate_button_wrapper_outline {
	display: flex;
	justify-content: space-between;
	gap: 10px;
}
.lpsb2bultimate_button_wrapper_outline .lpsb2bultimate_button {
	width: 50%;
}
.lpsb2bultimate_button_wrapper_outline .lpsb2bultimate_button a,
.lpsb2bultimate_button_wrapper_outline .lpsb2bultimate_button.lpsb2bultimate_button_lg {
	width: 100%;
}
.lps_hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
	border: 0;
	border-top: 1px solid rgba(0,0,0,.1);
}
.lps_cms_page {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .lpsb2bultimate_button_wrapper,
    .lpsb2bultimate_button_wrapper_outline {
        display: block;
    }
    .lpsb2bultimate_button_wrapper .lpsb2bultimate_button,
    .lpsb2bultimate_button_wrapper .lpsb2bultimate_button a,
    .lpsb2bultimate_button_wrapper_outline .lpsb2bultimate_button {
        width: 100%;
    }
    .lpsb2bultimate_button_wrapper .lpsb2bultimate_button:first-child,
    .lpsb2bultimate_button_wrapper_outline .lpsb2bultimate_button:first-child {
        margin-bottom: 10px;
    }
}