/**
* 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
*/
.badtestimonials-block {
    margin-bottom: 0;
}
.badtestimonials-wrapper-block {
    width: 100%;
    background-color: #fff2ed;
    height: 100%;
    background-image: none !important;
    padding: 80px 0;
}
.owl-carousel .owl-item .badtestimonials-item-img-wrapper img {
    width: 100px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    padding: 4px;
    box-shadow: 0 0 5px 2px rgba(0,0,0,0.12);
    background-color: #edcc3f;
}
.badtestimonials-block .owl-dots {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}
.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{
    text-align: center;
    padding-top: 20px;
}
.badtestimonials-item-title a{
    font-size: 13px;
    font-weight: 400;
    color: #222222;
    letter-spacing: 0.8px;
    margin: 0;
    line-height: 22px;
}
.item.badtestimonials-item .badtestimonials-item-img-wrapper{
    display: none;
}
.badtestimonials-item-review {
    text-align: center;
    padding-right: 25px;
}
.badtestimonials-item-content {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
}
.badtestimonials-item-description {
    font-size: 22px;
    color: #000000;
    text-align: center;
    letter-spacing: 0.8px;
    font-weight: 500;
    line-height: 30px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    width: 46%;
    margin: 0 auto;
}
.badtestimonials-item-content span {
    color: #000000;
    font-size: 18px;
    margin: 0 10px;
    display: none;
}
.bad-all-pagination .badtestimonials-content-pagination .bad-prev-btn {
    left: 90px;
    right: auto;
}
.bad-all-pagination .badtestimonials-content-pagination .bad-next-btn {
    right: 90px;
    left: auto;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    width: 5px;
    height: 20px;
    background-color: #d6d6d6;
    border-radius: 20px;
    margin: 10px 0;
    display: block;
}
.owl-carousel button.owl-dot.active,
.owl-carousel button.owl-dot:hover {
    background-color: #edcc3f;
}
@media(max-width: 1200px){
    .badtestimonials-wrapper-block{
        padding:60px 0;
    }
    .badtestimonials-item-description{
        width: 50%;
    }
}
@media(max-width: 1199px){
    .badtestimonials-item-description {
        width: 66%;
    }
}
@media(max-width: 991px){
    .badtestimonials-block {
        margin-bottom: 0;
    }
    .badtestimonials-item-description {
        font-size: 20px;
        line-height: 28px;
    }
    .badtestimonials-wrapper-block {
        padding: 40px 0;
    }
    .badtestimonials-item-title {
        padding-top: 15px;
    }
    .badtestimonials-item-content {
        padding-bottom: 15px;
    }
}
@media(max-width: 575px) {
    .item.badtestimonials-item {
        display: block;
        text-align: center;
    }
    .badtestimonials-item-description {
        font-size: 16px;
        width: 100%;
    }
    .badtestimonials-block .owl-dots {
        position: inherit;
        right: 0;
        top: 0;
        margin: 0 auto;
        margin-top: 15px;
        text-align: center;
        width: 100%;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
    }
    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel button.owl-dot {
        width: 20px;
        height: 5px;
        margin: 0 5px;
        display: inline-block;
        vertical-align: middle;
    }
}