/**
* 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;
}
.badchaincategoryslider-content {
    margin: 0 -15px;
}
.owl-carousel .owl-item .badchaincategoryslider-item-img-wrapper img {
    margin: 0 auto;
    width: auto;
}
.item.badchaincategoryslider-content-box-inner {
    display: flex;
    justify-content: space-between;
    border: 1px solid #ddd;
    margin:15px;
    height: 210px;
}
.badchaincategoryslider-content-box-inner .badchaincategoryslider-item-img-wrapper img {
    -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-content-box-inner:hover .badchaincategoryslider-item-img-wrapper img {
    transform: scale(0.99);
    -webkit-transform: scale(0.99);
    -o-transform: scale(0.99);
    -ms-transform: scale(0.99);
    -moz-transform: scale(0.99);
    -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;
}
.badchaincategoryslider-item-img-wrapper{
    margin-right: 15px;
    text-align: center;
    display: flex;
    align-items: center;
}
.badchaincategoryslider-item-content {
    padding: 15px;
}
.badchaincategoryslider-item-content .badchaincategoryslider-item-title {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    padding-bottom: 8px;
    display: block;
    color: var(--theme-custom-color);
    font-family: var(--badtheme-font-name-2);
}
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: none; 
}
.badchaincategoryslider-child-category li {
    text-align: left;
    padding: 4px 5px;
    list-style: disc;
    margin-left: 20px;
}
.badchaincategoryslider-child-category li:first-child a:before{
    content:none;
}
.badchaincategoryslider-child-category a {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 400;
    display: block;
    margin-bottom: 0;
    text-transform: capitalize;
}
.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: 1400px){
    .item.badchaincategoryslider-content-box-inner{
        height: 230px;
    }
}
@media(max-width: 1200px){
    .badchaincategoryslider-block{
        margin-bottom:50px;
    }
    .badchaincategoryslider-item-content .badchaincategoryslider-item-title {
        font-size: 17px;
    }
    .badchaincategoryslider-child-category li {
        padding: 3px 5px;
    }
}
@media(max-width: 1199px){
    .item.badchaincategoryslider-content-box-inner {
        height: 210px;
    }
}
@media(max-width: 991px){ 
    .badchaincategoryslider-block {
        margin-bottom:30px;
    }
    .item.badchaincategoryslider-content-box-inner {
        height: 190px;
    }
}
@media(max-width: 767px){
    .badchaincategoryslider-item-img-wrapper{
        background: none;
    }
    .badchaincategoryslider-child-category a {
        font-size: 13px;
    }
    .item.badchaincategoryslider-content-box-inner {
        height: 220px;
    }
}
@media(max-width: 650px){
    .item.badchaincategoryslider-content-box-inner {
        height: 180px;
    }
}
@media(max-width:380px){
    .badchaincategoryslider-item-content {
        padding: 10px;
        margin: 0 auto;
    }
    .badchaincategoryslider-item-img-wrapper{
        height: 120px;
    }
    .badchaincategoryslider-item-img-wrapper img {
        width: 90px;
        height: 90px;
    }
}