/**
* 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
*/
.badcategoryslider-block {
    padding:80px 0;
    position: relative;
    margin-top: -2%;
}
.badcategory-wrapper-img1 {
    width: 317px;
    height: 334px;
    position: absolute;
    right: 4%;
    top: -5%;
    background-size: cover;
}
.badcategory-wrapper-img2 {
    width: 339px;
    height: 295px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.badcategoryslider-item-content-box {
    background-size: contain;
    background-repeat: no-repeat;
    width: 390px;
    height: 494px;
    margin: auto;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.badcategoryslider-content-text {
    padding-bottom: 55px;
    padding-top: 25px;
}
.badcategoryslider-item-btn:hover{
    text-decoration: underline;
}
.badcategoryslider-item {
    cursor: pointer;
}
.badcategoryslider-content-box-inner {
    padding: 0 15px;
}
.badcategoryslider-item .badcategoryslider-item-img-wrapper{
    transition: all 0.3s ease-in-out;
}
.badcategoryslider-item:hover .badcategoryslider-item-img-wrapper{
    transform: rotateY(180deg);
}
.badcategoryslider-item-content {
    text-align: left;
    width: 65%;
    left: 0;
    right: 0;
    margin: auto;
}
.badcategoryslider-item-title {
    display: inline-block;
    font-size: 25px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 500;
    font-family: var(--badtheme-font-name-2);
}
.badcategoryslider-item-sub-title{
    font-size: 18px;
    color: #0b221a;
    padding-top: 6px;
    font-weight: 600;
}
.badcategoryslider-item-desc {
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    font-size: 15px;
    color: #fff;
    line-height: 25px;
    font-weight: 300;
    margin: 10px 0;
    list-style: 26px;
}
.badcategoryslider-item-btn{
    font-size:16px;
    color:#fff;
    margin-top: 5px;
    text-transform: capitalize;
    display: inline-block;
    text-decoration: underline;
    position: relative;
}
.badcategoryslider-item-btn::after {
    position: absolute;
    content: "";
    background-image: url(../img/Arrow.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 10px;
    right: -28px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.badcategoryslider-item-btn:hover{
    color: #fff;
}
.badcategoryslider-item-total-prod {
    font-size: 12px;
    line-height: 26px;
    color: #da3f3f;
    text-transform: uppercase;
    text-align: center;
}
@media(max-width:1400px){
.badcategory-wrapper-img1 {
    width: 227px;
    height: 244px;
}
}
@media(max-width:1300px){
    .badcategoryslider-item-content-box {
        width: 360px;
        height: 464px;
    }
}
@media(max-width: 1200px){
    .badcategoryslider-block {
        padding:70px 0 50px;
    }
    .badcategoryslider-item-content-box {
        width: 330px;
        height: 434px;
    }
    .badcategoryslider-content-text {
        padding-bottom: 75px;
        padding-top: 15px;
    }
}
@media(max-width:1040px){
    .badcategoryslider-item-content-box {
        width: 315px;
        height: 424px;
    }
}
@media(max-width:1023px){
    .badcategoryslider-item-content-box {
        width: 405px;
        height: 504px;
    }
}
@media(max-width: 991px){
    .badcategoryslider-item-sub-title{
        font-size: 17px;
        padding-top: 4px;
    }
    .badcategoryslider-item-title{
        font-size: 22px;
    }
    .badcategoryslider-block {
        margin-top: -5%;
    }
    .badcategory-wrapper-img1 {
        width: 157px;
        height: 164px;
    }
    .badcategoryslider-item-content-box {
        width: 355px;
        height: 454px;
    }
}
@media(max-width: 767px){
    .badcategoryslider-item-content-box {
        width: 389px;
        height: 494px;
    }
    .badcategoryslider-item-content {
        width: 44%;
    }
    .badcategoryslider-content-text {
        padding-bottom: 55px;
        padding-top: 15px;
    }
    .badcategory-wrapper-img1 {
        width: 167px;
        height: 174px;
    }
}
@media(max-width:575px){
    .badcategoryslider-item-content {
        width: 60%;
    }
    .badcategory-wrapper-img1 {
        width: 107px;
        height: 114px;
    }
}
@media(max-width:480px){
    .badcategoryslider-content-box-inner {
        padding: 0;
    }
    .badcategoryslider-item-title{
        font-size: 20px;
    }
    .badcategoryslider-item-btn{
        font-size: 14px;
    }
    .badcategoryslider-item-content {
        width: 75%;
    }
    .badcategoryslider-block {
        padding: 40px 0;
    }
}
@media(max-width:420px){
.badcategoryslider-item-content-box {
    width: 349px;
    height: 474px;
}
.badcategoryslider-content-text {
    padding-bottom: 75px;
}
}
@media(max-width:380px){
    .badcategoryslider-content-text {
        padding-bottom: 45px;
        padding-top: 5px;
    }
    .badcategoryslider-item-content-box {
        width: 312px;
        height: 367px;
    }
}