/**
* 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
*/
.badchaincategoryslider-content {
    margin: 0 -15px;
}
.owl-carousel .owl-item .badchaincategoryslider-item-img-wrapper img {
    margin: 0 auto;
    width: 100%;
}
.item.badchaincategoryslider-content-box-inner {
    align-items: center;
    background-color: #fff;
    border: 1px solid #ddd;
    margin:0 15px;
}
.badcategoryslider-main-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;   
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}
.badchaincategoryslider-block  {
    margin-bottom: 80px;
}
.badchaincategoryslider-main-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;   
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}
.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{
    filter: grayscale(1);
    -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: 15px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;   
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.badchaincategoryslider-item-content {
    padding: 0 15px 10px;
    margin: 0 auto;
}
.badchaincategoryslider-item-content .badchaincategoryslider-item-title {
    font-size: 19px;
    text-transform: capitalize;
    font-weight: 600;
    padding-bottom: 5px;
    display: block;
    padding-left: 30px;
    color: #121212;
    font-family: var(--badtheme-font-name-2);
    text-align: left;
    position: relative;
}
ul.badchaincategoryslider-child-category {
    margin-bottom: 5px;
}
.badchaincategoryslider-content .owl-carousel.owl-drag .owl-item:nth-child(4n+1) .badchaincategoryslider-item-title::after{
    position: absolute;
    content: '';
    background-image: url(../img/vector_1.png);
    width: 23px;
    left: 0;
    height: 23px;
    background-repeat: no-repeat;
    background-size: cover;
    right: auto;
}
.badchaincategoryslider-content .owl-carousel.owl-drag .owl-item:nth-child(4n+2) .badchaincategoryslider-item-title::after {
    position: absolute;
    content: '';
    background-image: url(../img/vector_2.png);
    width: 22px;
    left: 0;
    height: 19px;
    background-repeat: no-repeat;
    background-size: cover;
    right: auto;
}
.badchaincategoryslider-content .owl-carousel.owl-drag .owl-item:nth-child(4n+3) .badchaincategoryslider-item-title::after{
    background-image: url(../img/vector_3.png);
    position: absolute;
    content: '';
    width: 18px;
    left: 0;
    height: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    right: auto;
}
.badchaincategoryslider-content .owl-carousel.owl-drag .owl-item:nth-child(4n+4) .badchaincategoryslider-item-title::after{
    background-image: url(../img/vector_4.png);
    position: absolute;
    content: '';
    width: 16px;
    left: 0;
    height: 23px;
    background-repeat: no-repeat;
    background-size: cover;
    right: auto;
}
.badchaincategoryslider-btn-title {
    color: var(--theme-custom-color);
    text-transform: capitalize;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    text-decoration: underline;
}
.badchaincategoryslider-btn-title:hover{
    color: #000;
    text-decoration: underline;
}
.badchaincategoryslider-btn{
    display: inline-flex; 
}
.badchaincategoryslider-child-category li i {
    padding-right: 8px;
    font-size: 10px;
    color: var(--theme-custom-color);
}
ul.badchaincategoryslider-child-category li {
    text-align: left;
}
.badchaincategoryslider-child-category li:first-child a:before{
    content:none;
}
.badchaincategoryslider-child-category a {
    color: #8b8b8b;
    font-size: 15px;
    line-height: 32px;
    margin-bottom: 0;
    text-transform: capitalize;
    text-decoration: none;
}
.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;
    }
    .badchaincategoryslider-item-content .badchaincategoryslider-item-title{
        font-size: 18px;
    }
}
@media(max-width:991px){
    .badchaincategoryslider-block{
        margin-bottom:30px;
    }
}
@media(max-width: 767px){
    .badchaincategoryslider-item-img-wrapper{
        background: none;
    }
    .badchaincategoryslider-main-title{
        display: block;
    }
    .badchaincategoryslider-main-title{
        margin-bottom: 20px;
    }
}
@media(max-width:600px){
    .badchaincategoryslider-item-content .badchaincategoryslider-item-title {
        font-size: 17px;
    }
}
@media(max-width:480px){
    .badchaincategoryslider-item-content .badchaincategoryslider-item-title {
        font-size: 18px;
    }
}
@media(max-width:380px){
    .item.badchaincategoryslider-content-box-inner {
        display: block;
        text-align: center;
    }
    .badchaincategoryslider-child-category a {
        text-align: center;
    }
    .badchaincategoryslider-item-content {
        padding: 10px;
        margin: 0 auto;
    }
    .badchaincategoryslider-item-img-wrapper{
        margin: 0;
    }
}