/**
* 2007-2021 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
* 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-2021 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
#module-bestkit_opc-checkout .ui-corner-all{
	max-width: 440px;
}
#module-bestkit_opc-checkout ul.ui-widget-content li.ui-menu-item{
	background-color: #fff;
	list-style-image: none;
	clear: both;
	padding: 0;
	margin: 0;
}
#module-bestkit_opc-checkout ul.ui-widget-content li.ui-menu-item a{
	display: flex;
	padding: 5px 0;
	margin: 0;
	min-height: 75px;
	cursor: pointer;
	border:none;
	align-items: center;
}
#module-bestkit_opc-checkout ul.ui-widget-content li.ui-menu-item:hover,
#module-bestkit_opc-checkout ul.ui-widget-content li.ui-menu-item:focus,
#module-bestkit_opc-checkout ul.ui-widget-content li.ui-menu-item a:hover{
	border-radius: 0;
	background-color: #f7f7f7;
	color:#cc071e;
	list-style-image: none;
	border:none;
	margin: 0;
}
#module-bestkit_opc-checkout ul.ui-widget-content li.ui-menu-item a .auto-thumb{
	max-width: 70px;
	min-width: 70px;
	padding-right: 5px;
}
#module-bestkit_opc-checkout ul.ui-widget-content li.ui-menu-item a .auto-thumb img{
	max-width: 100%;
}
#module-bestkit_opc-checkout ul.ui-widget-content li.ui-menu-item a .auto-name{
	text-transform: uppercase;
	font-weight: 600;
	font-size:14px;
	line-height: 14px;
	margin-bottom:4px;
}
#module-bestkit_opc-checkout ul.ui-widget-content li.ui-menu-item a .auto-name span{
	font-weight: normal;
	display: block;
	margin: 3px 0;
	font-size:13px;
}
#cartByReference td{
	vertical-align: middle
}
#cartByReference td.cart_by_reference{
	width: 22%;
	padding-left: 0;
}
#cartByReference td.cart_name{
	width: 70%;
}
#cartByReference td.cart_quantity{
	width: 12%;
	padding-right: 0;
}
.cart_name .fa,
#addProductByReference .fa{
	display: none;
}
#addProductByReference{
	width: 95px;
}