/**
* 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
*/
.badchaincategoryslider-block{
    margin-bottom:80px;
    padding: 0;
}
.badchaincategoryslider-content {
    margin: 0 -15px;
}
.badmain-title{
    font-size: 30px;
    line-height: 40px;
    color: #000;
    font-weight: 600;
    margin-bottom: 30px;
}
.badchaincategoryslider-content-box-inner {
    display: flex;
    border: 1px solid #eee;
    margin: 0 15px;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    padding: 15px;
}
.badchaincategoryslider-content-box-inner .badchaincategoryslider-item-img-wrapper img {
     margin: 0 auto;
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.badchaincategoryslider-item-img-wrapper {
    text-align: center;
    padding: 0;
}
.badchaincategoryslider-item-content {
    padding: 0;
    margin: 0 auto;
}
.badchaincategoryslider-item-content .badchaincategoryslider-item-title {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    color: var(--theme-custom-color);
    font-family: var(--badtheme-font-name-2);
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
ul.badchaincategoryslider-child-category {
    margin-bottom: 5px;
}
a.badchaincategoryslider-btn-title {
    color: var(--theme-custom-color);
    text-transform: capitalize;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    text-decoration: underline;
}
a.badchaincategoryslider-btn-title:hover{
    text-decoration: underline;
}
.badchaincategoryslider-btn{
    display: inline-flex; 
}
.badchaincategoryslider-child-category li {
    padding: 4px 0;
}
.badchaincategoryslider-child-category a {
    color: #595959;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    padding-left: 10px;
    position: relative;
    text-transform: capitalize;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    display: -webkit-box;
    text-align: left;
}
.badchaincategoryslider-child-category a:hover {
    color: #24b9d7;
}
.badchaincategoryslider-child-category a::before{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background-color: #595959;
    border-radius: 5px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.badchaincategoryslider-item-btn{
    font-size: 16px;
    color: #666666;
    font-weight: 500;
    border-radius: 0;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    display: inline-block;
    vertical-align: middle;
}
.badchaincategoryslider-item-btn:hover{
    color: #666666;
}
/********** left-penal **************/
.badchaincategoryslider-left-block .badchaincategoryslider-content-box-inner {
    margin-bottom: 0;
    padding: 0;
}
/********** left-penal **************/
@media(max-width: 1200px){
    .badchaincategoryslider-block{
        margin-bottom:50px;
    }
    .badmain-title {
        font-size: 26px;
        line-height: 34px;
    }
    .badchaincategoryslider-child-category li {
        padding: 3px 5px;
    }

}
@media (max-width: 1199px) {
    .badchaincategoryslider-item-content .badchaincategoryslider-item-title{
        font-size: 16px;
    }
    .badchaincategoryslider-child-category a{
        font-size: 13px;
    }
}
@media(max-width: 991px){ 
    .badchaincategoryslider-block {
        margin-bottom:30px;
    }
    .badmain-title {
        font-size: 24px;
        line-height: 30px;
    }
    
}
@media(max-width: 767px){
    .badmain-title {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .badchaincategoryslider-item-img-wrapper{
        padding: 0;
    }
    .badchaincategoryslider-item-content {
        order: 1;
    }
}
@media(max-width: 575px){
    .badmain-title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 15px;
    }

}
@media (max-width: 480px) {
    .badchaincategoryslider-content-box-inner .badchaincategoryslider-item-img-wrapper img{
        max-width: 250px;
    }
}
@media (max-width: 375px) {
    .badchaincategoryslider-content-box-inner .badchaincategoryslider-item-img-wrapper img {
        max-width: 180px;
    }
}






