/**
* 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 no-repeat center center:
* 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
*/
#left-column .badcustomerservices-content-inner {
    cursor: pointer;
    position: relative;
    padding: 25px;
    width: 100%;
    border: 1px solid #E5E5E5;
}
#left-column .badcustomerservices-block {
    margin-bottom: 30px;
}
#left-column .badcustomerservices-content-block{
    display: flex;
    align-items: center;
    justify-content: center;
}
.badcustomerservices-content-inner:hover .badcustomerservices-content-title{
    color: var(--theme-custom-color);
}
#left-column .badheader-customerservices-main {
    padding: 15px 0;
}
.badcustomerservices-content-image-wrapper i {
    display: none;
}
#left-column .badcustomerservices-content-box {
    padding-left: 18px;
    text-align: left;
    padding-top: 0;
    width: 80%;
}
.container.badcustomerservices-inner{
    padding: 0;
}
.badcustomerservices-content-title {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 18px;
    color: #767676;
    font-weight: 600;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 6px;
    text-transform: uppercase;
}
.badcustomerservices-content-box .badcustomerservices-content-sub-title {
    font-size: 13px;
    letter-spacing: 0px;
    line-height: 18px;
    color: #767676;
    font-style: italic;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.badcustomerservices-content-image-wrapper {
    transition: all 0.4s ease-in-out;
    text-align: center;
}
.badcustomerservices-content-inner:hover .badcustomerservices-content-image-wrapper {
    transform: rotateY(180deg);
}
.badcustomerservices-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
@media (max-width: 1440px) {
    #left-column .badcustomerservices-content-inner{
        padding: 20px;
    }
    #left-column .badcustomerservices-content-box{
        width: 90%;
        padding-left: 12px;
    }
    .badcustomerservices-content-title{
        font-size: 15px;
        line-height: 17px;
    }
    .badcustomerservices-content-box .badcustomerservices-content-sub-title {
        -webkit-line-clamp: 1;
    }
}
@media(max-width: 1200px){
}
@media (max-width: 1199px) {
    .badcustomerservices-content{
        row-gap: 20px;
        justify-content: space-between;
    }
    #left-column .badcustomerservices-content-inner{
        width: 49%;
    }
}
@media(max-width: 767px) {
    .badcustomerservices-content {
        row-gap: 15px;
    }
}
@media(max-width: 599px){
    #left-column .badcustomerservices-content-inner {
        width: 100%;
    }
}
@media(max-width: 575px){
    #left-column .badcustomerservices-content-inner {
        padding: 15px;
    }
}
@media(max-width: 445px){
    .badcustomerservices-content-image {
        margin: 0;
    }
    .badcustomerservices-content-block {
        justify-content: center;
    }
    .badcustomerservices-content {
        justify-content: center;
    }
}
@media (max-width: 375px) {
    .badcustomerservices-content-title {
        font-size: 14px;
        line-height: 16px;
    }
    .badcustomerservices-content-box .badcustomerservices-content-sub-title{
        font-size: 12px;
        line-height: 16px;
    }
}