/**
* 2007-2022 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-2022 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 {
    position: relative;
}
.badtestimonials-wrapper-block{
    padding: 80px 0;
    margin-bottom: 80px;
}
.badtestimonials-content{
    position: relative;
}
.badtestimonials-content::after{
    position: absolute;
    content: "";
    background-image: url(../img/after_image.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 568px;
    height: 27px;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
}
.owl-carousel .owl-item .badtestimonials-item-img-wrapper img {
    margin: 0px;
    border-radius: 5px;
    overflow: hidden;
    height: 55px;
    width: 55px;
}
.badtestimonials-content-wrapper {
    padding: 100px 0;
}
.badtestimonials-item-img-wrapper {
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    padding-top: 35px;
}
.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 4px;
    counter-increment: count;
    position: relative;
    display: inline-block;
}
.badtestimonials-content button.owl-prev:hover span,
.badtestimonials-content button.owl-next:hover span{
    color: #ff6363;
}
.item.badtestimonials-item {
    margin: 0 15px;
    position: relative;
    padding-top: 50px;
}
.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:hover a{
    color: var(--theme-custom-color);
}
.badtestimonials-item-title{
    text-align: center;
    padding-left: 15px;
}
.badtestimonials-content-wrapper .badtestimonials-item-sub-title {
    font-size: 14px;
    line-height: 25px;
    color: #cccccc;
    font-weight: 400;
    margin: 0;
    text-align: left;
}
.badtestimonials-item-title a {
    font-size: 20px;
    line-height: 30px;
    color: var(--theme-text-color);
    font-weight: 400;
    margin: 0;
}
.badtestimonials-item-description {
    font-size: 16px;
    line-height: 28px;
    color: var(--theme-text-color);
    font-weight: 400;
    letter-spacing: 0;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-align: center;
    width: 65%;
    margin: auto;
    padding-top: 40px;
}
.badtestimonials-item-content span {
    color: #000000;
    font-size: 18px;
    margin: 0 10px;
    display: none;
}
.badtestimonials-content-pagination {
    position: absolute;
    width: 100%;
    top: 38%;
    transform: translateY(-50%);
    z-index: 1;
}
.badtestimonials-pagination.bad-all-pagination {
    margin-top: 0;
    position: static;
}
button.badtestimonials-prev-btn.bad-prev-btn {
    position: absolute;
    left: 8%;
}
button.badtestimonials-next-btn.bad-next-btn {
    right: 8%;
    position: absolute;
}
.badtestimonials-main-title .badmain-title-wrapper .badmain-title{
    margin-bottom: 25px;
}
.badtestimonials-main-title .badmain-title-wrapper .badmain-sub-title{
    margin-bottom: 20px;
}
@media(max-width: 1200px){
    .badtestimonials-wrapper-block {
        padding: 50px 0;
        margin-bottom: 50px;
    }
    .badtestimonials-content {
        margin: 0;
    }
    .owl-carousel .owl-item .badtestimonials-item-img-wrapper {
        padding-top: 20px;
    }
    .badtestimonials-item-description{
        padding-top: 25px;
    }
    .badtestimonials-item-title a{
        font-size: 18px;
        line-height: 28px;
    }
    .item.badtestimonials-item{
        padding-top: 30px;
    }
    .badtestimonials-main-title .badmain-title-wrapper .badmain-title{
        margin-bottom: 15px;
    }
}
@media(max-width: 991px){
    .badtestimonials-wrapper-block {
        padding: 30px 0;
        margin-bottom: 30px;
    }
    .owl-carousel .owl-item .badtestimonials-item-img-wrapper img{
        width: 50px;
        height: 50px;
    }
    .badtestimonials-item-description{
        font-size: 15px;
        line-height: 25px;
        padding-top: 15px;
    }
    button.badtestimonials-prev-btn.bad-prev-btn{
        left: 3%;
    }
    button.badtestimonials-next-btn.bad-next-btn{
        right: 3%;
    }
    .badtestimonials-content::after{
        width: 438px;
        height: 19px;
    }
}
@media(max-width: 767px){
    .badtestimonials-item-description {
        width: 70%;
    }
    .badtestimonials-wrapper-block.container{
        width: 100%;
        margin-left: auto;
    }
    .badtestimonials-content-wrapper, .badtestimonials-right {
        justify-content: space-between;
    }
    .badtestimonials-content-wrapper .badtestimonials-item-sub-title {
        font-size: 13px;
        line-height: 18px;
    }
    .badtestimonial-block-wrraper {
        padding-left: 15px;
    }
}
@media(max-width: 575px){
    .badtestimonials-item-description{
        padding-top: 5px;
        width: 80%;
        font-size: 14px;
        line-height: 23px;
    }
    .badtestimonials-content::after {
        width: 268px;
        height: 12px;
    }
    .badtestimonials-item-title a{
        font-size: 16px;
    }
    .badtestimonials-content-pagination{
        top: 46%;
    }
    .badtestimonials-main-title .badmain-title-wrapper .badmain-title {
       margin-bottom: 10px;
    }
}
@media(max-width: 475px){
    .badtestimonials-content-wrapper, .badtestimonials-right {
        display: block;
    }
    .badtestimonials-content {
        width: 100%;
    }
    .badtestimonials-content-wrapper .badtestimonials-item-sub-title {
        font-size: 12px;
        line-height: 15px;
    }
}