/**
* 2015-2016 NTS
*
* DISCLAIMER
*
* You are NOT allowed to modify the software.
* It is also not legal to do any changes to the software and distribute it in your own name / brand.
*
* @author    NTS
* @copyright 2015-2016 NTS
* @license   http://addons.prestashop.com/en/content/12-terms-and-conditions-of-use
* International Registered Trademark & Property of NTS
*/
.multi-accessories {
    border-top: 1px solid #eee;
}
div.accessory-heading {
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    color: #242B34;
    padding-bottom: 16px;
}

div.accessorycheckbox .btn.cdpcp-compare-btn {
    display: none;
}

div.accessorycheckbox {
    width: 100%;
}

div.ajax_block_product {
    padding: 5px;
}

div.ajax_block_product table td {
    padding: 0px;
}

div.checker {
    float: left;
    margin: 16px 5px 0 5px !important;
}

a.hidden, input.hidden {
    display: none;
}

div.accessorycheckbox select.form-control {
    height: auto !important;
    width: auto !important;
    display: initial;
    padding: 2px;
    color: #555;
    font-size: inherit;
}
.additional-product {
    display: grid;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    grid-template-columns: 30px 50px 1fr;
    grid-gap: 8px;
}
.additional-right {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}
.accessorycheckbox .js-product-miniature {
    padding: 0;
}
.accessorycheckbox div.ajax_block_product {
    padding: 0 0 20px 0;
}
.accessorycheckbox div.ajax_block_product:last-child {
    padding:0;
}
.accessorycheckbox .custom-checkbox input[type=checkbox]+span {
    margin-right: 8px;
}

.accessorycheckbox .product-miniature img {
margin-left: 0;
margin-right: 8px;
    width: 80px;
    -webkit-backface-visibility: hidden;
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
div.accessorycheckbox .additional-right a{
    color: #242B34;
    font-size: 13px;
    line-height: 19px;
}
div.accessorycheckbox .price-box {
    margin-top: 8px;
}
div.accessorycheckbox .price {
color: #242B34;
font-size: 13px;
    line-height: 19px;
    font-weight: 600;
}
div.accessorycheckbox .old-price {
color:#85898D;
    text-decoration: line-through;
    font-size: 13px;
    line-height: 19px;
    margin-right: 8px;
}
div.accessorycheckbox .old-price + .price {
color: #F64D18;
    font-weight: 600;
    font-size: 13px;
    line-height: 19px;
}