/**
* 2007-2024 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-2024 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.
*/
.pch-accessory-thumb{
    margin-left:0px;
    border-right: 1px dashed #a3a3a3;
}
.pch-accessory-thumb.pch-jx-preview-img{
    width: 60px;
    height: 60px;
    object-fit: cover;
}
.pch-accessory-name{
    font-size: 12px;
}
.pch-essential-accessory-item{
    border:1px dashed #a3a3a3;
}
#pch-essential-select-btn .span_cart_text{
    text-transform: capitalize;
    font-weight: 400;
}
#pch-essential-select-btn{
    gap:10px;
}
.pch-accessory-checkbox-label{
    margin-right: 10px;
}
.pch-accessory-checkbox {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
}

.pch-accessory-checkbox:checked {
    background-color: #897352;
    border-color: #897352;
}

.pch-accessory-checkbox:checked::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.pch-accessory-checkbox:hover {
    border-color: #897352;
}
.pch-accessory-regular-price{
    font-size:12px;
    color:black;
    text-decoration: line-through;
}
.pch-accessory-discount-price,.pch-accessory-price-display{
    color: #897352;
    font-size:12px;
}
.essentials-container{
    display:none;
}
/* Essential Accessories Close Button in Quickview */
.pch-essential-close-quickview {
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #ccc;
    font-weight: 500;
}

.pch-essential-close-quickview:hover {
    background-color: #f5f5f5;
    border-color: #999;
    color: #333333;
}
#pch-essential-close-btn{
    color:#3b4141;
    font-size:18px;
}
.pch-essential-accessories-header .pch-accessories-title{
    font-size: 14px;
}