/**
* Loulou66
* LpsCustomOptions 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)
*/

/* product page */
.lpscalibration {
	display: flex;
    flex-direction: column;
	margin-bottom: 20px;
	line-height: 13px;
}
.lpscalibration .lpscalibrationlabel {
    color: #222;
    display: inline-block;
    width: 50px;
    font-size: 13px;
    padding: 0;
    min-width: 30%;
    margin: 0;
    text-transform: none;
    vertical-align: top;
}
.lpscalibration_checkbox .checkbox {
display: flex;
    align-items: flex-start;
    gap: 5px;
}
.lpscalibration .lpscalibration_checkbox {
    text-align: left;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0;
    overflow: hidden;
}
.lpscalibration .lpscalibration_checkbox #uniform-lpscalibration_checkbox {float: left; margin-right: 5px; }
.lpscalibration .lpscalibration_checkbox #lpscalibration_checkbox {position: relative;}
#uniform-lpscalibration_checkbox {float: left; margin-right: 5px; }
.lpscalibration .lpscalibration_link_cms {
    text-decoration: underline;
    margin-left: 5px;
}
.lpscalibration .lpscalibration_availability {line-height: 20px;}
option.invalidoption {cursor: not-allowed!important; opacity: 0.5!important;}
.newDesc {
    margin-top: 10px;
}
#packaging_block {
    margin-bottom: 15px;
	color: #fe9126;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
}
/* order */
#order #packaging_block {
    margin-bottom: 25px;
	font-size: 13px;
}
.bullets {
	display: block !important;
	position: relative;
	height: 98px;
	width: 98px;
	margin: 0 auto;
}
.bullets::before {
    content: "";
    display: block;
    position: absolute;
    border-left: 1px solid #666;
    left: 50%;
    top: 0;
    height: 49px;
}
.bullets::after {
    content: "";
    display: block;
    position: absolute;
    border-bottom: 1px solid #666;
    top: 49px;
    left: 50%;
    width: 49px;
}
.image-bullets {
    float: left;
    margin-right: 20px;
}
.image-bullets .bullets {
    width: 80px;
    height: 80px;
}
.image-bullets .bullets::before {
    height: 40px;
}
.image-bullets .bullets::after {
    top: 40px;
    width: 40px;
}
@media (max-width: 767px) {
    .bullets::before,
    .bullets::after {
        left: 49px;
    }
    .image-bullets .bullets::before,
    .image-bullets .bullets::after {
        left: 40px;
    }
}
