/**
* 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-block{
    margin:100px 0;
}
.badchaincategoryslider-content {
    margin: 0 -15px;
}
.owl-carousel .owl-item .badchaincategoryslider-item-img-wrapper img {
    margin: 0 auto;
    width: auto;
}
.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{
    background: none;
    position: absolute;
    margin: 0 15px;
    text-align: center;
    top: 50%;
    right: 45px;
    transform: translateY(-50%);
}
.badchaincategoryslider-content-box-inner{
    max-width: 330px;
    height: 322px;
    cursor: pointer;
    border: 1px solid transparent;
    background-color: var(--theme-custom-color);
    margin: 0px 15px;
    border-radius: 15px;
    line-height: 37px;
    padding: 32px 30px;
}
.badchaincategoryslider-content-box-inner:hover{
    background-color: #d88f00;
}
.badchaincategoryslider-item-content {
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
}
.badchaincategoryslider-item-content .badchaincategoryslider-item-title{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 5px;
    display: block;
    color: #ffffff;
    font-family: var(--badtheme-font-name-2);
}
ul.badchaincategoryslider-child-category {
    display: block;
    flex-wrap: wrap;
    margin-bottom: 8px;
}
a.badchaincategoryslider-btn-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 14px;
    padding-right: 15px;
}
.badchaincategoryslider-btn{
    border: 1px solid #fff;
    padding: 12px 20px;
    display: inline-flex;
}
.badchaincategoryslider-btn::after {
    content:'\e5c8';
    font-family: 'Material Icons';
    font-size: 13px;
    color: #fff;
    line-height: 14px;
}
.badchaincategoryslider-child-category li {
    text-align: left;
}
/* .badchaincategoryslider-child-category a:before {
    display: inline-block;
    padding-right: 8px;
    font-family: 'Material Icons';
    content: '\e145';
} */
.badchaincategoryslider-child-category li:first-child a:before{
    content:none;
}
.badchaincategoryslider-child-category a{
    font-size: 15px;
    line-height: 35px;
    color: #ffffff;
    font-weight: 400;
    text-transform: capitalize;
    text-align: left;
    display: block;
}
.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: 1650px){
    .badchaincategoryslider-content-box-inner {
        max-width: 385px;
        height: 332px;
    }
}
@media(max-width: 1500px){
    .badchaincategoryslider-item-img-wrapper{
        right: 0px;
    }
}
@media(max-width: 1200px){
    .badchaincategoryslider-block{
        margin: 45px 0;
    }
    .badchaincategoryslider-item-content .badchaincategoryslider-item-title {
        font-size: 17px;
        padding-bottom: 0;
    }
    .badchaincategoryslider-btn {
        padding: 10px 12px;
    }
    .badchaincategoryslider-content-box-inner {
        max-width: 258px;
        height: 245px;
    }
    .badchaincategoryslider-item-img-wrapper {
        max-width: 40%;
        right: 30px;
    }
}
@media(max-width: 991px){
    .badchaincategoryslider-block {
        margin: 30px 0;
    }
    .badchaincategoryslider-content-box-inner{
        max-width: 320px;
        height: 287px;
    }
    .badchaincategoryslider-item-img-wrapper {
        max-width: 50%;
        right: 15px;
    }
}
@media(max-width: 767px){
    .badchaincategoryslider-content-box-inner {
        max-width: 285px;
        height: 253px;
    }
}
@media(max-width: 575px){
    .badchaincategoryslider-item-content {
        left: 10%;
    }
}
@media(max-width: 325px){
    .badchaincategoryslider-item-img-wrapper {
        right: 12px;
    }
}