/**
* 2007-2020 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-2020 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.
*/
#accessories {
    margin-top: 40px;
}
#accessories.primary_block{
    background-color: transparent;
}
#accessories .products_block{
    margin-top: 30px;
}
#accessories .ais-Hits-item{
    padding: 10px;
    margin: 0px;
    display: inline-block;
    border: none;
    box-shadow: none;
}
#accessories .ais-Hits-item.first_item{
    padding-left: 0;
}
#accessories .ais-Hits-item.last_item{
    padding-right: 0;
}
#accessories .ais-Hits-item .widget-product-cds__container{
    text-align: center;
    border: none;
    margin-bottom: 0px;
    border-radius: 6px;
    font-family: 'Open Sans';
}
#accessories .ais-Hits-item a{
    display: block;
}
#accessories .ais-Hits-item a:focus{
    outline: none;
    text-decoration: none;
}
#accessories .ais-Hits-item .widget-product-cds__wrapper{
    position: relative;
    background-color: #fff;
    min-height: 270px;
}
#accessories .widget-product-cds__link {
    height: 90px;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    align-items: center;
    text-align: center;
    color: #424242;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;

}

#accessories-slider {
    position: relative;
}

#accessories-slider .slick-prev,
#accessories-slider .slick-next {
    background: #C4C4C4;
    width: 40px;
    height: 40px;
    z-index: 1;
    border-radius: 20px;
}

#accessories-slider .slick-prev { left: 0px;}
#accessories-slider .slick-next { right: 0px;}

#accessories-slider .slick-prev:before {
    font: 15px/1 'FontAwesome';
    content: '\f053';
    opacity: 1;
}

#accessories-slider .slick-next:before {
    font: 15px/1 'FontAwesome';
    content: '\f054';
    opacity: 1;
}

#accessories .ais-Hits-item .widget-product-cds__link h3 {
    margin: 0px;
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-weight: 600;
    color: #424242;
    text-transform: uppercase;
    font-size: 15px;
    text-align: center;
}
#accessories .ais-Hits-item .widget-product-cds__link h5 {
    text-transform: uppercase;
    color: #424242;
    margin-top: 0;
    font-weight: normal;
    font-size: 13px;
    line-height: 1.2;
}

#accessories .ais-Hits-item .bloc-img-accessory {
    display: block;
    min-height: 180px;
    position: relative;
}
#accessories .ais-Hits-item .accessory_image{
    margin-bottom: 0;
    display: block;
    max-width: 100%;
    position: absolute;
    bottom: 0;
}
#accessories .accessory_bottom {
    background-color: #027541;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 0;
}
#accessories .accessory_bottom span{
    color: #fff;
    display: block;
}
#accessories #accessories-slider{
    padding: 0;
}
#accessories .widget-product-cds__know-wrap {
    display: none;
}
#accessories .widget-product-cds__container:hover .widget-product-cds__know-wrap {
    display: block;
}
#accessories .widget-product-cds__types {
    bottom: 95px;
    width: 80%;
    z-index: 999;
    top: 175px;
    display: none;
}
#accessories .widget-product-cds__container:hover .widget-product-cds__types {
    display: flex;
}
#accessories .widget-product-cds__container:hover .widget-product-cds__link {
    color: white;
    z-index: 5;
}
#accessories .widget-product-cds__know-more {
    width: 70%;
    height: 42px;
    line-height: 42px;
    color: #424242;
    font-weight: 400;
    background: #fff;
    z-index: 99999;
    border-radius: 38px;
}
#accessories .widget-product-cds__container:hover .widget-product-cds__link h3,
#accessories .widget-product-cds__container:hover .widget-product-cds__link h5 {
    color: white;
    z-index: 5;
}
#accessories .widget-product-cds__left-arrow, .widget-product-cds__right-arrow{
    width: 20%;
}
#accessories .widget-product-cds__declination {
    display: none;
}
#accessories .prod-active-type {
    display: block;
    width: 55%;
    margin: auto;
}
#accessories .widget-product-cds__price {
    padding-top: 8px;
    padding-bottom: 8px;
}
#accessories .widget-product-cds__price, .widget-product-cds__price:hover {
    width: 100%;
    -webkit-transition: width .35s ease-in-out;
    transition: width .35s ease-in-out;
    color: #fff!important;
    background-color: #28A96D;
    font-weight: 400;
}
#accessories .widget-product-cds__container:hover .widget-product-cds__price {
    width: 40%;
    color: #fff!important;
    background-color: #28A96D;
    font-weight: 400;
}
#accessories .widget-product-cds__basket {
    padding-top: 8px;
    padding-bottom: 12px;
    width: 60%;
    right: -65%;
    -webkit-transition: right .35s ease-in-out;
    transition: right .35s ease-in-out;
    font-family: 'Open Sans', sans-serif;
    font-size: 100%;
}
#accessories .widget-product-cds__container:hover .widget-product-cds__basket {
    right: 0;
    background-color: #128550;
    padding: 6px 0px 10px 5px;
    font-size: 14px;
    font-weight: 400;
}
#accessories .widget-product-cds__container:hover .widget-product-cds__basket .is-available .picto-cart {
    margin-top: -10px;
    width: 31px;
    background-image: url('/themes/default-bootstrap/img/header-pictos/xs-cart.svg');
    height: 31px;
    display: inline-flex;
    vertical-align: bottom;
}
#accessories .widget-product-cds__bottom.bg-vert-fonce {
    background-color: #26a86d;
}
.widget-product-cds__basket .is-out-of-stock {
    background-color: #F36A37;
    border-color: #F36A37;
    display: block;
    height: 38px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 8px;
}
.sales-label {
    font: 700 14px/12px Arial,Helvetica,sans-serif;
    color: #fff;
    background: #FF5E5E;
    text-transform: uppercase;
    position: absolute;
    width: 72px;
    height: 28px;
    left: 0px;
    top: 0px;
    padding: 9px 0 7px;
    font-weight: 400;
    font-family: "Open Sans";
}
.price-sold {
    text-decoration: line-through;
}
.widget-product-cds__container:hover .tiret {
    display: none;
}
.widget-product-cds__container:hover .price-sold {
    display: none;
}
@media (max-width:991px) {
    #accessories{
        margin-left: 10px;
        margin-right: 10px;
    }
    #accessories .slick-list{
        padding: 0 60px 0 0;
    }
    #accessories .slick-slider{
        padding-left: 0;
    }
    #accessories .slick-slide div li{
        padding: 5px;
    }

    #accessories .ais-Hits-item {
        padding: 0 60px !important;
    }

    #accessories .ais-Hits-item .widget-product-cds__wrapper img {
        width: 70%;
        margin: auto;
    }

    #accessories .widget-product-cds__container:hover .widget-product-cds__types {
        bottom: 70px;
        font-size: 20px;
    }
}
@media (max-width:768px) {
    #accessories .ais-Hits-item .bloc-img-accessory {
        min-height: 162px;
    }
}

