/**
* 2007-2023 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-2023 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.
*/

#fc-home-products .livraison_inclue {font-size: 13px;}
#fc-home-products .fc-assurance-content > .row {margin: 0;}
#fc-home-products article.product-miniature.js-product-miniature{width:100%;color:#666;text-align: left;background-color: #fff;min-height: 330px;}
#fc-home-products .info-seller-fc{bottom: 32px;max-height: 83px;overflow:hidden;}
#fc-home-products .bx-wrapper{background:none;border:5px solid transparent;box-shadow:none;margin-bottom:0;}
#fc-home-products div#fc-assurrance {background-repeat:no-repeat;min-height: 408px;padding-bottom: 0;}
#fc-home-products div#fc-assurrance{background-image:url(/themes/francecasse/assets/img/1x/bg-vert-new.png);}
#fc-home-products div#fc-assurrance .bx-wrapper .bx-pager,#fc-home-products div#fc-assurrance .bx-wrapper .bx-controls-auto{bottom:5px;}

#fc-home-products .fc-assurance-content {overflow: hidden;max-height: 340px;}
#fc-home-products .item-product-fc_h.col-lg-3{padding-left:0;}

@media only screen and (max-width: 991px) {
    /*#fc-home-products .fc-assurance-content .col-lg-3{height: 400px;}*/
}
@media (min-width: 501px) and (max-width: 1024px) {
    #fc-home-products .product-accessories .product-price-and-shipping,#fc-home-products .product-miniature .product-price-and-shipping {
        font-size: 13pt;
    }
}


#fc-home-products .product-item .current-price{
    font-size: 20px;
}

.list-product-hc{
    
}
#fc-home-products .owl-theme .owl-dots{margin-top:20px;position: relative;flex-shrink:0;}
#fc-home-products a.btn.btn-sm.btn-success:hover{color:#fff}

#fc-home-products .h3.product-title{
    padding: 8px;
    margin-top: 0;
}

#fc-home-products .product-title-listing{
    background-color: #d9d9d9;
}

#fc-home-products .owl-theme .custom-nav {position: absolute;top: 30%;left: 0;right: 0;}

#fc-home-products .owl-theme .custom-nav .owl-prev,
#fc-home-products .owl-theme .custom-nav .owl-next {position: absolute;height: 100px;color: inherit;background: none;border: none;z-index: 100;}
#fc-home-products .owl-theme .custom-nav .owl-prev i, #fc-home-products .owl-theme .custom-nav .owl-next i {font-size: 1.5rem;color: #fff;border: #ccc;background: #ccc;border-radius: 50%;height: 30px;width: 30px;line-height: 30px;}
#fc-home-products .owl-theme .custom-nav .owl-prev {left: 0;}
#fc-home-products .owl-theme .custom-nav .owl-next {right: 0;}
#fc-home-products .product-description{overflow:hidden;}

#fc-home-products .owl-carousel {
    display: flex !important; /* To override display:block I added !important */
    flex-direction: row;
    justify-content: center; /* To center the carousel */
    flex-wrap:wrap;
}

#fc-home-products span.show-product-btn-wrap{right:13px;}
#fc-home-products span.show-product-btn-wrap a {color: #fff;}
#fc-home-products .product-price-and-shipping{padding-left: 0;}

#products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container{
    box-shadow: none;
}

div#content-wrapper{
    margin-top: 0!important;
}
#fc-home-products .thumbnail-container,#fc-home-products .featured-products .thumbnail-container,#fc-home-products .product-accessories .thumbnail-container,#fc-home-products .product-miniature .thumbnail-container{
    height: 184px;
    margin-bottom: 0;
}
#fc-home-products div#fc-assurrance {
    background: #137F3F;
    margin-top: 0;
}

#fc-home-products {
    margin-top: 50px;
    margin-bottom: 5px;
}

#fc-home-category-marque .home-top-title.text-center {
    padding: 5px 0px 16px 0px;
}

@media (min-width: 1200px) {
    #index #wrapper-container {
        width: 100%;
        max-width: 100%;
    }
    #index #fc-home-category-marque, #index #fc-home-category {
        width: 1140px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}