/**
* 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
*/
.badcustomerhelp-block-content{
    position: relative;
    margin-bottom: 80px;
}
.badcustomerhelp-content.container{
    padding: 0;
}
.badcustomerhelp-content{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.badcustomerhelp-content img {
    max-width: 100px;
    margin: auto;
    text-align: center;
    transition: all 0.5s;
    display: block;
}
.badcustomerhelp-content-block{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.badcustomerhelp-content-block:hover img{
    transform: translateY(-10px);
}
.badcustomerhelp-content-block:hover .badcustomerhelp-title{
    color: var(--theme-custom-color);
}
.badcustomerhelp-title {
    font-size: 17px;
    line-height: 30px;
    color: #18181a;
    font-weight: 700;
}
.badcustomerhelp-main-1{
    text-align: left;
    padding-left: 10px;
}
.badcustomerhelp-desc{
    font-size: 14px;
    line-height: 30px;
    color: #747474;
    font-weight: 400;
    text-align: left;
    text-transform: capitalize;
}
.badcustomerhelp-subtitle {
    font-size: 14px;
    text-align: left;
    line-height: 28px;
    color: #747474;
    width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    font-weight: 400;
}
.badcustomerhelp-btn-block {
    display: block;
    text-align: center;
}
.badcustomerhelp-btn {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    border: 1px solid #fff;
    line-height: 29px;
    padding: 8px 20px;
    background-color: transparent;
}
.badcustomerhelp-content-main-block {
    margin-left: 20px;
}
.badcustomerhelp-btn:hover{
    background-color: #fff;
    color: var(--theme-custom-color);
}
.badcustomerhelp-number {
    font-size: 32px;
    line-height: 29px;
    font-weight: 700;
    color: var(--theme-custom-color);
    text-align: center;
}
.badcustomerhelp-block{
	color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 9px 0;
}
.badcustomerhelp-block a{
	color: #ffffff;
	text-decoration: underline;
}
.badcustomerhelp-inner{
	font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 1px;
}
.badcustomerhelp-inner a{
	font-size: 14px;
	padding-left: 10px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
    letter-spacing: 2px;
    text-decoration: underline;
}
.badcustomerhelp-close{
	background-color: #888888;
	font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    text-transform: capitalize;
    border-radius: 3px;
    padding: 10px 30px;
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: middle;
}
.badcustomerhelp-close:hover{
	background-color: #fff;
	color: var(--theme-custom-color);
}
.badcustomerhelp-close{
	margin-left: 10px;
}
@media(max-width:1200px){
    .badcustomerhelp-block-content{
        margin-bottom: 50px;
    }
}
@media(max-width: 1199px){
    .badcustomerhelp-title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 0;
    }
    .badcustomerhelp-btn {
        font-size: 16px;
    }
    .badcustomerhelp-number {
        font-size: 26px;
        line-height: 25px;
    }
    .badcustomerhelp-desc {
        font-size: 14px;
        line-height: 24px;
        color: #747474;
        font-weight: 400;
        text-transform: capitalize;
        -webkit-line-clamp: 2;
    }
    .badcustomerhelp-title{
        font-size: 16px;
    }
    .badcustomerhelp-content-main-block{
        text-align: left;
    }
    .badcustomerhelp-subtitle{
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
    }
}
@media(max-width: 991px){
	.badcustomerhelp-block-content{
        margin-bottom: 30px;
    }
	.badcustomerhelp-inner{
		width: 80%;
	}
	.badcustomerhelp-block-content{
		text-align: center;
	}
	.badcustomerhelp-close{
		font-size: 12px;
		padding: 8px 15px;
	}
    .badcustomerhelp-content-block {
        margin-bottom: 20px;
    }
    .badcustomerhelp-content-block:last-child{
        margin-bottom: 0;
    }
	.badcustomerhelp-block{
		font-size: 12px;
        line-height: 20px;
	}
    .badcustomerhelp-desc{
        font-size: 14px;
        line-height: 30px;
        color: #747474;
        font-weight: 400;
        text-align: left;
        text-transform: capitalize;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
    }
    .badcustomerhelp-title {
        font-size: 15px;
    }
    .badcustomerhelp-block-content::after,.badcustomerhelp-block-content::before{
        background-position: left;
    }
}
@media(max-width: 575px){
    .badcustomerhelp-btn {
        font-size: 14px;
    }
    .badcustomerhelp-number {
        font-size: 22px;
        line-height: 10px;
    }
    .badcustomerhelp-block-content::after, .badcustomerhelp-block-content::before{
        display: none;
    }
    .badcustomerhelp-title {
        font-size: 14px;
    }
}
@media(max-width:480px){
   .badcustomerhelp-content img {
        max-width: 80px;
    }
    .badcustomerhelp-content-block{
        display: block;
    }
    .badcustomerhelp-content-main-block{
        margin-left: 0;
        text-align: center;
    }
    .badcustomerhelp-subtitle{
        margin: auto;
        width: 100%;
        text-align: center;
    }
}
@media(max-width: 425px){
	.badcustomerhelp-title {
        line-height: 24px;
    }
    .badcustomerhelp-desc{
        line-height: 24px;
    }
    .badcustomerhelp-subtitle {
        margin-bottom: 0;
    }
    .badcustomerhelp-number {
        font-size: 18px;
    }
}
@media(max-width: 360px){
    .badcustomerhelp-content img{
        width: 60px;
    }
    .badcustomerhelp-subtitle{
        -webkit-line-clamp: 2;
    }
}