/**
* 2007-2022 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-2022 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.
*/
#hotproducts{
    padding: 100px 0;
}

#hotproducts .container{
    background: #f8f8f8 url("../img/bg.png");
    border-radius: 8px;
    padding-top: 80px;
    padding-bottom: 80px;
    background-repeat: no-repeat;
    background-position: bottom center;
    position: relative;
}

.hotproducts-layout .product-tabs-left-menu ul.nav.nav-tabs{
    display: flex;
    flex-direction: column;

}

.product-tabs-left-menu{
    display: flex;
    flex-flow: column;
}

.hotproducts-layout .nav-tabs .nav-link {
    width: 100%;
    position: relative;
    background: #fff;
    max-width: 270px;
    /*border: 1px solid #e1e1e1;*/
    padding: 20px 19px;
    border-radius: 5px;
    min-height: 50px;
    display: flex;
    align-items: center;
    font-weight:bold;
    justify-content: space-between;
    align-items: center;
    color: #232323;
    border:none;
}

.hotproducts-layout .nav-tabs .nav-link.active {
    background-color: #2196f3;
    color: #fff;
    /*box-shadow: -5px 5px 0 #2196f373;*/
}


.hotproducts-layout .nav-tabs .nav-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 15px;
}

.hotproducts-layout .nav-tabs .nav-link.active{
    border: none;
}

.hotproducts-layout .nav-tabs .nav-link:hover.active{
    color: #fff;
}
.hotproducts-layout .nav-tabs .nav-link:hover{
    color: #2196f3;
    border: none
;

}

.hotproducts-layout  .nav-tabs .nav-item+.nav-item{
    margin: 0;
}

.product-tabs-left-menu .hypertitle {
    font-size: 2.4rem;
    color: #2196f3;
    font-weight: bold;
    line-height: 48px;
    margin-top: 20px;
}
.module-title {
    font-size: 1.875rem;
    display: flex;
    text-align: left;
    justify-content: center;
    margin-bottom: 40px;
    position: relative;
    flex-wrap: wrap;
    color: #232323;
    font-weight: bold;
}
.module-title .module-title-text {
    width: 100%;
    text-align: left;
}
 .module-subtitle {
    max-width: 70%;
     font-weight: 400;

     font-size: 1.125rem;
     color: #232323;
     margin-bottom: 40px;
}

.module-title-logo{
    width: 60px;
    min-width: 60px;
    height: 60px;
    background-color: #2196f3;
    border-radius: 50%;
    display: flex;
    padding: 10px;
    line-height: 40px;
}

.module-title-logo:before{
    content: '\e958';
    font-family: 'icomoon';
    font-size: 47px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

#hotproducts .slick-prev, #hotproducts .slick-next {

    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 60px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;

    border: none;
    outline: none;

}

#hotproducts .slick-prev {
    left: -25px;
    background-color: rgb(165 165 165 / 20%);
    opacity: 1;
    margin-top: 0;

    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}


#hotproducts .slick-prev:hover{
    background-color: #fff;
    color: #2196f3;
}


#hotproducts .slick-next:hover{
    background-color: #2196f3;
    color: #fff;
}

#hotproducts .slick-prev:before{
    content: '\e921';
    font-family: icomoon;

    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 60px;
    font-size: 16px;
    width: 30px;
    height: 60px;
}

#hotproducts .slick-next:before{
    content: '\e924';    font-family: icomoon;

    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 60px;
    font-size: 16px;
    width: 30px;
    height: 60px;
}
#hotproducts .slick-next {
    right: -25px;
    background-color: #2196f36e;
    opacity: 1;
    margin-top: 0;

    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#hotproducts .slick-disabled{
    opacity: 0.5;
}

 .hotproducts-layout .nav-tabs .nav-link::after{
    content: '\e924';
    font-family: icomoon;
}

@media (max-width: 991px) {
    #hotproducts .container{

    }
}

 @media (max-width: 991px) {
     .hotproducts-layout .product-tabs-left-menu ul.nav.nav-tabs{
         display: flex;
         flex-wrap: nowrap;
         white-space: nowrap;
         overflow: auto;
         height: 100%;
         max-height: 100%;
         overflow-y: hidden;
         width: 100%;

         flex-direction: row;
         justify-content: left;
         margin-bottom: 20px;
     }

     .nav-tabs-container{
         width: 100%;
     }

     .hotproducts-layout .product-tabs-left-menu ul.nav.nav-tabs .nav-item{

         padding-right: 8px;
         width: 100%;
         display: flex;
         align-items: center;
         justify-content: flex-start;
         padding-bottom: 8px;
     }

     .hotproducts-layout .nav-tabs .nav-link{
         font-size: 14px;
     }

     .product-tabs-left-menu{
         align-items: center;
     }


 }

@media (max-width: 767px) {
    .module-subtitle{
        max-width: 100%;font-size: 19px;
        text-align: center;

    }
    .module-title,.product-tabs-left-menu .hypertitle{
        font-size: 30px;
    }
    #hotproducts{
        padding: 0px;
    }
    #hotproducts .container{
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .module-subtitle{
        font-size: 17px;
    }
}