/**
* 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;
    margin: 15px 0;
    width: 100%;
}
#left-column .badcustomerservices-block {
    margin-bottom: 30px;
    border: 1px solid #eee;
    padding: 7px;
    border-radius: 6px;
    background-color: #fff;
}
#left-column .badcustomerservices-block .badmain-title-wrapper .badmain-title{
    display: block;
}
#left-column .badcustomerservices-content-block{
    display: flex;
    align-items: center;
}
.badcustomerservices-content-inner:hover .badcustomerservices-content-title{
    color: var(--theme-custom-color);
}
#left-column .badheader-customerservices-main {
    padding: 15px 0;
}
#left-column .badcustomerservices-content{
    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%;
}
#left-column .badcustomerservices-main-title {
    background-color: var(--theme-custom-color);
    padding: 10px;
    border-radius: 6px;
}
#left-column .badcustomerservices-block .badmain-title-wrapper .badmain-title {
    padding-bottom: 0;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    border-radius: 10px;
}
.badcustomerservices-content-title {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
    color: var(--theme-text-color);
    font-weight: 600;
    text-transform: uppercase;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 3px;
}
#left-column .badcustomerservices-content-box .badcustomerservices-content-sub-title{
    font-size: 15px;
}
.badcustomerservices-content-box .badcustomerservices-content-sub-title {
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 22px;
    color: #646464;
    font-weight: 400;
    font-family: var(--badtheme-font-name-2);
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.badcustomerservices-content-image-wrapper {
    transition: all 0.4s ease-in-out;
    text-align: center;
}
#left-column .badcustomerservices-content-image-wrapper img {
    width: 50px;
    min-height: 50px;
}
.badcustomerservices-content-inner:hover .badcustomerservices-content-image-wrapper {
    transform: rotateY(180deg);
}
.badcustomerservices-block{
    margin-bottom: 80px;
}
.badcustomerservices-content-inner{
    width: 25%;
}
.badcustomerservices-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.badcustomerservices-content-block {
    margin: 0 15px;
    display: flex;
    align-items: center;
    padding: 35px 20px;
    border: 1px solid #EAEAEA;
    border-radius: 5px;
}
.badcustomerservices-content-box {
    text-align: left;
    margin-left: 30px;
}
.badcustomerservices-block .badmain-title-wrapper .badmain-title{
    display: none;
}
@media (max-width:1440px) {
    .badcustomerservices-content-block{
        padding: 25px 15px;
    }
    .badcustomerservices-content-title{
        font-size: 17px;
    }
}
@media(max-width: 1200px){
    .badcustomerservices-content-block {
        padding: 20px 15px;
    }
    .badcustomerservices-content-box {
        margin-left: 15px;
    }
    .badcustomerservices-content-title {
        font-size: 16px;
        line-height: 20px;
    }
    .badcustomerservices-content-box .badcustomerservices-content-sub-title {
        font-size: 14px;
        line-height: 20px;
    }
    .badcustomerservices-block{
        margin-bottom: 50px;
    }
}
@media(max-width: 991px) {
    .badcustomerservices-content-inner {
        width: 50%;
        margin: 15px 0;
    }
    .badcustomerservices-content-box {
        margin-left: 25px;
    }
    #left-column .badcustomerservices-content-inner{
        justify-content: flex-start;
    }
    .badcustomerservices-block{
        margin-bottom: 30px;
    }
    .badcustomerservices-content-block{
        justify-content: center;
    }
}
@media(max-width: 575px){
    .badcustomerservices-content-inner {
        width: 80%;
        margin: 10px 0;
    }
    .badcustomerservices-content-block{
        margin: 0;
    }
}
@media(max-width: 445px){
    .badcustomerservices-content-image {
        margin: 0;
    }
    .badcustomerservices-content-box {
        text-align: left;
    }
    .badcustomerservices-content-title {
        font-size: 15px;
    }
    .badcustomerservices-content-box .badcustomerservices-content-sub-title {
        font-size: 13px;
        line-height: 18px;
    }
    .badcustomerservices-content {
        justify-content: center;
    }
}
@media (max-width: 425px) {
    .badcustomerservices-content-inner {
        width: 100%;
    }
    .badcustomerservices-content-block {
        justify-content: start;
    }
}

