/**
* 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-content-box-inner .badtestimonials-item {
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    background-color: transparent;
    padding: 50px 35px;
    margin: 5px 0;
    position: relative;
    background-color: #fff;
}
.badtestimonials-content-wrapper {
    display: -webkit-box;
 	display: -ms-flexbox;
	display: flex;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    border-bottom: 1px solid #D9D9D9;
}
.badtestimonials-block{
   margin-bottom: 80px;
}
.badtestimonials-content-box-inner {
    padding: 0 15px;
}
.owl-carousel .owl-item .badtestimonials-item-img-wrapper img {
    width: auto;
    margin: 0 auto;
    border-radius: 50px;
    padding-top: 25px;
}
.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 10px;
    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: counter(count, decimal-leading);
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    font-size: 14px;
    font-weight: 500;
    color: #ff6363;
    background-color: transparent;
    text-align: center;
}
.badtestimonials-wrapper-block .owl-carousel .owl-dots .owl-dot.active:after{
    color: #ffffff;
}
.badtestimonials-wrapper-block .owl-carousel .owl-dots .owl-dot span{
    height: 7px;
    width: 7px;
    display: block;     
    opacity: .6;
    border-radius: 25px;
    background: none;
}
.badtestimonials-block .owl-dots {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    bottom: -50px;
}
.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-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-content-wrapper .badmain-sub-title{
    font-size: 36px;
    line-height: 50px;
    color: #111;
    font-weight: 600;
    width: 100%;
    text-align: left;
    margin: 30px 0 10px;
}
.badtestimonials-content-wrapper .badtestimonials-item-sub-title {
    font-size: 13px;
    line-height: 30px;
    color: #111;
    font-weight: 400;
    margin: 0;
}
h5.badtestimonials-item-title {
    margin: 0;
    text-align: center;
}
.badtestimonials-item-title a {
    font-size: 20px;
    line-height: 35px;
    color: var(--theme-custom-color);
    font-weight: 400;
    position: relative;
    padding-left: 10px;
}
.badtestimonials-item-img-wrapper {
    position: relative;
    margin-bottom: 20px;
}
.badtestimonials-item-img-wrapper::after {
    position: absolute;
    content: "";
    width: 35px;
    height: 4px;
    background-color: #616161;
    left: 0;
    top: 0;
    bottom: auto;
    margin: auto;
    right: 0;
}
.badtestimonials-item-description {
    font-size: 20px;
    line-height: 30px;
    color: #9F9F9F;
    font-weight: 400;
    text-align: center;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    padding-top: 60px;
    margin-bottom: 30px;
    position: relative;
}
.badtestimonials-item-description::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 33px;
    width: 50px;
    background-image: url(../img/Quit-01.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.badtestimonials-item-review {
    padding-bottom: 20px;
}
.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;
}
.badtestimonials-wrapper-block .owl-carousel .owl-dots .owl-dot.active,
.badtestimonials-wrapper-block .owl-carousel .owl-dots .owl-dot.active span{
    background: none;
}
@media(max-width: 1440px){
    .badtestimonials-content-wrapper .badmain-sub-title {
        font-size: 32px;
        line-height: 40px;
        margin: 20px 0 10px;
    }
    .badtestimonials-item-description{
        font-size: 18px;
    }
}
@media(max-width: 1200px){
    .badtestimonials-item-description {
        font-size: 17px;
        line-height: 28px;
        margin-bottom: 20px;
        padding-top: 50px;
    }
    .owl-carousel .owl-item .badtestimonials-item-img-wrapper img{
        padding-top: 20px;
    }
    .badtestimonials-item-img-wrapper{
        margin-bottom: 15px;
    }
    .badtestimonials-content-wrapper .badmain-sub-title {
        font-size: 26px;
        line-height: 30px;
        margin: 15px 0 10px;
    }
    .badtestimonials-block .owl-dots {
        bottom: -15px;
    }
    .badtestimonials-content-box-inner .badtestimonials-item {
        padding: 40px 30px;
    }
    .badtestimonials-block{
        margin-bottom: 50px;
     }
}
@media(max-width: 991px){
    .badtestimonials-item-description {
        margin-bottom: 20px;
    }
    .badtestimonials-item-title a {
        font-size: 18px;
        line-height: 20px;
    }
    .badtestimonials-content-box-inner .badtestimonials-item {
        padding: 30px 15px 30px;
        margin-bottom: 5px;
    }
    .badtestimonials-block{
        margin-bottom: 30px;
    }
}
@media(max-width:767px){
    .badtestimonials-main-title {
        padding: 0;
    }
    .badtestimonials-content-wrapper{
        display: block;
        margin: 0 15px 20px;
    }
    .badtestimonials-wrapper-block.container{
        padding: 0;
    }
}
@media(max-width:575px){
    .badtestimonials-item-description{
        margin: 0 auto 15px;
    }
    .badtestimonials-content-box-inner .badtestimonials-item {
        padding: 30px;
    }
}
@media(max-width:420px){
    .badtestimonials-item-description::after {
        top: 12px;
    }
}
