/**
 * Copyright since 2007 PrestaShop SA and Contributors
 * PrestaShop is an International Registered Trademark & Property of PrestaShop SA
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.md.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * 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 https://devdocs.prestashop.com/ for more information.
 *
 * @author    PrestaShop SA and Contributors <contact@prestashop.com>
 * @copyright Since 2007 PrestaShop SA and Contributors
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 */

.owl-carousel .owl-item .badtestimonials-item-img-wrapper img {
    overflow: hidden;
    height: 94px;
    width: 94px;
    margin: 0 auto;
    border: 2px solid transparent;
    border-radius: 50px;
}
.badtestimonials-item-img-wrapper-2{
    background-color: var(--theme-custom-color);
    position: relative;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 100px;
}
.badtestimonials-item-img-2 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 28px;
    height: 20px;
    margin: 0 auto;
}
.owl-carousel .owl-item .badtestimonials-item-img-wrapper{
    position: relative;
}
.badtestimonials-wrapper-block{
    margin-bottom: 80px;
}
.badtestimonials-item {
    position: relative;
    padding: 0px 40px 20px;
    margin: 50px 15px 0 15px;
    border: 1px solid #dddddd;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.badtestimonials-item-img-wrapper {
    position: relative;
    margin-top: -47px;
    z-index: 1111;
}
.badtestimonials-wrapper-block .owl-dots {
    position: absolute;
    top: auto;
    bottom: -30px;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}
.badtestimonials-wrapper-block .owl-carousel .owl-dots .owl-dot{
    display: block;
    margin: 0 5px;
    counter-increment: count;
    position: relative;
    display: inline-block;
}
.badtestimonials-wrapper-block .owl-carousel button.owl-dot.active,.badtestimonials-wrapper-block .owl-carousel button.owl-dot:hover{
    background: transparent;
}
.badtestimonials-wrapper-block .owl-carousel .owl-dots .owl-dot:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
}
.badtestimonials-wrapper-block .owl-carousel .owl-dots .owl-dot.active:after{
    background-color: #d4d4d4;
}

.badtestimonials-block .owl-dots::after{
    /* content:''; */
    background:#fff;
    width:80px;
    height:1px;
    position:absolute;
    top:0;
    bottom:0;
    margin:auto;
    right:-90px;
    left:auto;
}
.badtestimonials-content-wrapper, .badtestimonials-right {
    padding: 0;
}
.badtestimonials-item-content .badtestimonials-item-title {
    margin: 0
}
.badtestimonials-item-content .badtestimonials-item-sub-title {
    font-size: 12px;
    color: var(--theme-custom-color);
    font-weight: 600;
    display: block;
    letter-spacing: 0.5px;
    margin: 0;
    text-transform: uppercase;
}
.badtestimonials-item-title{
    margin-top: 10px;
    text-align: center;
    margin-bottom: 0;
}
.badtestimonials-content-wrapper .badmain-title-wrapper{
    display: block;
    text-align: center;
}
.badtestimonials-content-wrapper .badmain-sub-title{
    font-size: 36px;
    line-height: 50px;
    color: #ffffff;
    font-weight: 600;
    width: 100%;
    text-align: left;
}
.badtestimonials-content-wrapper .badtestimonials-item-sub-title {
    font-size: 15px;
    line-height: 30px;
    color: var(--theme-custom-color);
    font-weight: 600;
    text-align: left;
    font-style: italic;
    margin: 0;
    text-transform: capitalize;
}
.badtestimonials-item-title a{
    font-size: 20px;
    line-height: 30px;
    color: #000;
    font-weight: 700;
    margin: 0;
}
.badtestimonials-item-description {
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    font-weight: 400;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-align: center;
    margin-top: 8px;
}
.badtestimonials-item-content span {
    color: #000000;
    font-size: 18px;
    margin: 0 10px;
    display: none;
}
.bad-all-pagination .badtestimonials-content-pagination .bad-prev-btn {
    position: static;
    top: 52%;
    left: 19%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.bad-all-pagination .badtestimonials-content-pagination .bad-next-btn {
    position: static;
    right: 19%;
    top: 52%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

}
.badtestimonials-wrapper-block .owl-carousel .owl-dots .owl-dot.active span{
    background: none;
}
.badtestimonials-wrapper-block .owl-carousel .owl-dots .owl-dot.active{
    border: none;
}
.badtestimonials-content-box-inner {
    position: relative;
}
@media(max-width: 1440px){
    .badtestimonials-wrapper-block{
        margin-bottom:80px;
        padding: 0px;
    }
}
@media(max-width: 1200px){
    .badtestimonials-wrapper-block{
        margin-bottom: 45px;
        padding: 0px;
    }
    .badtestimonials-item-title{
        margin: 15px 0 0;
    }

}
@media(max-width: 991px){
    .badtestimonials-wrapper-block {
        margin-top: 0px;
        margin-bottom: 30px;
    }
    .badtestimonials-item-description {
        font-size: 14px;
        line-height: 23px;
        margin-top: 18px;
    }
    .badtestimonials-item-title a {
        font-size: 18px;
        line-height: 26px;
    }
    .badtestimonials-content-wrapper .badtestimonials-item-sub-title {
        font-size: 13px;
        line-height: 28px;
    }

    .bad-all-pagination .badtestimonials-content-pagination .bad-prev-btn{
        left: 10%;
    }
    .bad-all-pagination .badtestimonials-content-pagination .bad-next-btn{
        right: 10%;
    }
    .bad-all-pagination .badtestimonials-content-pagination .bad-prev-btn{
        top: 68%;
    }
    .bad-all-pagination .badtestimonials-content-pagination .bad-next-btn{
        top: 68%;
    }
}
@media(max-width: 767px){
    .badtestimonials-item::after {
        top: -20%;
        left: -10%;
    }
    .badtestimonials-item::before {
        left: -2%;
        bottom: 23px;
    }
    .badtestimonials-item {
        width: 90%;
        margin: 45px auto 0;
    }
    .bad-all-pagination .badtestimonials-content-pagination .bad-prev-btn {
        left: 16px;
    }
    .bad-all-pagination .badtestimonials-content-pagination .bad-next-btn {
        right: 16px;
    }
}
@media (max-width: 575px) {
    .badtestimonials-item::after {
        top: -25%;
        left: -16%;
    }
    .badtestimonials-content-wrapper .badmain-title-wrapper{
        padding-bottom: 0px;
    }

}
@media (max-width: 425px) {
    .badtestimonials-item::after {
        top: -28%;
        left: -23%;
    }
}
@media (max-width: 375px) {
    .badtestimonials-item::after {
        top: -31%;
        left: -31%;
    }
    .badtestimonials-item-description{
        font-size: 13px;
        line-height: 21px;
    }
    .badtestimonials-item{
        padding: 0px 20px 20px;
    }
}