/**
* 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
*/
.badtestimonials-block {
    margin-bottom:80px;
}
 .badtestimonials-content-box {
    margin-bottom: 80px;
}
.badtestimonials-content-box-inner {
    width: 80%;
    margin: 0 auto 20px;
}
.badtestimonials-wrapper-block {
    background-image: none !important;
}
.owl-carousel .owl-item .badtestimonials-item-img-wrapper img {
    margin: 0px auto;
    border-radius: 50%;
    overflow: hidden;
}
.owl-carousel .owl-item .badtestimonials-item-img-wrapper {
    position: relative;
    margin-bottom: 10px;
}
.badtestimonials-wrapper-block .owl-dots {
    position: absolute;
    top: auto;
    bottom: 0;
    right: auto;
    left: 30px;
    margin: auto;
    text-align: center;
}
.badtestimonials-wrapper-block .owl-carousel .owl-dots .owl-dot{
    display: block;
    margin: 0 ;
    counter-increment: count;
    position: relative;
    display: inline-block;
}
.badtestimonials-content button.owl-prev:hover span,
.badtestimonials-content button.owl-next:hover span{
    color: #ff6363;
}
.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 span {
    height: 14px;
    width: 14px;
    display: block;
    border-radius: 25px;
    background-color: #252525;
}
.badtestimonials-block .owl-dots {
    vertical-align: middle;
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
}
.badtestimonials-content-wrapper, .badtestimonials-right {
    padding: 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: 0;
    text-align: center;
}
.badtestimonials-content-wrapper .badmain-title-wrapper{
    display: block;
    text-align: center;
}
.badtestimonials-content-wrapper .badtestimonials-item-sub-title {
    font-size: 15px;
    line-height: 20px;
    color: var(--theme-custom-color);
    font-weight: 500;
    text-align: center;
    margin: 0;
    padding-top: 5px;
}
.badtestimonials-item-title a {
    font-size: 20px;
    line-height: 25px;
    color: #404042;
    font-weight: 600;
    text-align: center;
    margin: 0;
}
.badtestimonials-item-content {
    padding: 0 0 15px;
}
.test-content-box {
    width: 90%;
    margin: auto;
    padding: 0 30px;
    position: relative;
}
.badtestimonials-item-description {
    font-size: 15px;
    line-height: 32px;
    color: #818181;
    font-weight: 400;
    text-align: center;
    margin: 0 auto;
    position: relative;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}
.test-content-box::after {
    content: '';
    position: absolute;
    background-image: url(../img/Q.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 14px;
    height: 11px;
    top: 0px;
    left: 15px;
}
.test-content-box::before {
    content: '';
    position: absolute;
    background-image: url(../img/Q.png);
    background-repeat: no-repeat;
    background-size: cover;
    transform: rotate(180deg);
    width: 14px;
    height: 11px;
    bottom: 14px;
    right: 25%;
}
.badtestimonials-item-review {
    text-align: center;
}
.badtestimonials-item-content span {
    color: #000000;
    font-size: 18px;
    margin: 0 10px;
    display: none;
}
.badtestimonials-wrapper-block .owl-carousel .owl-dots .owl-dot.active{
    border: none;
}
@media(max-width: 1200px){
    .badtestimonials-block {
        margin-bottom: 50px;
    }
}
@media(max-width: 991px){
    .badtestimonials-block {
        margin-bottom: 30px;
    }
    .badtestimonials-item-description {
        font-size: 14px;
        line-height: 27px;
    }
    .badtestimonials-item-title a {
        font-size: 18px;
        line-height: 25px;
    }
    .badtestimonials-content-box-inner {
       width: 100%;
    }
}
@media(max-width: 767px){
    .bad-all-pagination .badtestimonials-content-pagination .bad-prev-btn, .bad-all-pagination .badtestimonials-content-pagination .bad-next-btn {
        display: none;
    }
    .owl-carousel .owl-item .badtestimonials-item-img-wrapper::after {
        width: 52px;
        height: 45px;
        top: -20px;
    }
    .badtestimonials-block {
        margin-bottom: 30px;
    }
    .test-content-box {
        width: 100%;
    }
    .test-content-box::before {
        right: 15%;
    }
    .test-content-box::after {
        left: 45px;
    }
}
@media(max-width: 575px){
    .badtestimonials-item-title a {
        font-size: 14px;
    }
    .badtestimonials-item-content {
        padding: 0 0 10px;
    }
    .badtestimonials-item-description {
        font-size: 13px;
        line-height: 26px;
    }
    .badmain-title-wrapper .badmain-title::before {
        top: -6px;
    }
    .test-content-box::before {
        right: 6%;
    }
    .test-content-box::after {
        left: 30px;
    }
}
@media(min-width: 420px) and (max-width: 580px){
    .owl-carousel .owl-item .badtestimonials-item-img-wrapper::after {
        right: 40px;
    }
}
@media(max-width:  480px){
    .test-content-box {
        padding: 0 20px;
    }
    .test-content-box::after {
        left: 10px;
    }
    .test-content-box::before {
        right: 2%;
    }
}