/**
 * 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)
 */
 #basecmstestimonial {
    float: left;
    width: 100%;
    margin-top: 30px;
}
#basecmstestimonial .testimonial-cms-banner-list .testimonial_content .testimonial_image {
    padding-bottom: 14px;
    margin: 2px 0 0 3px;
}
#basecmstestimonial .testimonial-cms-banner-list .testimonial_content {
    float: left;
    width: 100%;
}
#basecmstestimonial .testimonial-cms-banner-list .testimonial_content .testimonial_image img {
    width: 44px;
}
#basecmstestimonial .testimonial-cms-banner-list .testimonial_content .testimonial_desc {
    width: 100%;
    color: var(--global-palette3);
    float: left;
    padding-top: 9px;
    letter-spacing: .4px;
    line-height: 21px;
}

#basecmstestimonial .testimonial-cms-banner-list .testimonial_content .testimonial_title2 {
    color: var(--global-palette3);
    display: block;
    letter-spacing: .8px;
    line-height: 22px;
    font-weight: 500;
}
#basecmstestimonial .testimonial-cms-banner-list .testimonial_content .testimonial_title2 span {
    display: block;
    letter-spacing: .5px;
    font-weight: 500;
}
#basecmstestimonial .testimonial-cms-banner-list .testimonial_content .testimonial_title2 span:hover{
color: var(--global-palette1);
}
#basecmstestimonial .testimonial {
    padding: 25px 18px;
    background-color: var(--global-palette9);
    float: left;
    width: 100%;
    border: var(--border);
    border-top: none;
    display: block;
}
#basecmstestimonial .splide__pagination {
    position: static;
    margin-top: 17px;
    justify-content: start;
    padding: 0;
}
@media (min-width: 992px) {
    #testimonial_toggle{
        display: inherit;
    }
}
@media (max-width: 1359px) {
    #basecmstestimonial .splide__pagination{        
    margin-top: 7px;
    }
}
@media (max-width: 1199px) and (min-width: 992px){
    #basecmstestimonial .testimonial-cms-banner-list{
        width: 33.33%;
    }
}
@media (max-width: 1199px) {

    #basecmstestimonial .testimonial-cms-banner-list .testimonial_content .testimonial_desc{
        width: 95%;
    }
    #basecmstestimonial .testimonial-cms-banner-list .testimonial_content .testimonial_desc {
        width: 100%;
    }
    #basecmstestimonial .testimonial{
        padding: 18px;
    }
    #basecmstestimonial .splide__pagination {
        margin-top: 17px;
    }
}
@media (max-width: 1199px) and (min-width: 992px){

}
@media (max-width: 991px) {
    #basecmstestimonial{
        margin-top: 15px;
    }
    #basecmstestimonial .testimonial-cms-banner-list .testimonial_content .testimonial_image {
        padding-bottom: 10px;
    }
}
@media (max-width: 767px) {
    #basecmstestimonial .splide__pagination{
        margin-top: 15px;
    }
}
@media (max-width: 543px) {
#basecmstestimonial .testimonial-cms-banner-list .testimonial_content .testimonial_image {
    padding-bottom: 10px;
}

}
@media (max-width: 479px) {
    
}