/**
* 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
*/
.badaboutus-block {
    margin-bottom: 100px;
    position: relative;
}
.badaboutus-img img{
    width: 100%;
}
.badaboutus-block .row{
    display: flex;
    align-items: center;
}
.badaboutus-img{
    text-align: right;
    position: relative;
}
.badaboutus-block .badaboutus-subtitle {
    font-size: 16px;
    line-height: 20px;
    color: var(--theme-custom-color);
    font-weight: 600;
    text-transform:capitalize;
    position: relative;
    padding-left: 55px;
    margin-bottom: 10px;
}
.badaboutus-block .badaboutus-subtitle::before{
    position: absolute;
    content: "";
    width: 45px;
    height: 3px;
    background-color: var(--theme-custom-color);
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.badaboutus-block .badaboutus-title {
    font-size: 36px;
    line-height: 46px;
    color: #353535;
    font-weight: 700;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.badaboutus-block .badaboutus-title::after{
    position: absolute;
    content: '';
    width: 50px;
    height: 3px;
    background-color: var(--theme-custom-color);
    bottom: 0;
    left: 0;
}
.badaboutus-block .badaboutus-desc p {
    font-size: 16px;
    color: #6d6d6d;
    line-height: 30px;
    margin-bottom: 10px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    font-weight: 400;
}
.badaboutus-block .badaboutus-btn {
    color: #ffffff;
    display: inline-block;
}
.badaboutus-block .badaboutus-btn:hover {
    border-color: #333333;
}
.badaboutus-block .badaboutus-btn a {
    background-color: var(--theme-custom-color);
    padding: 9px 22px;
    display: inline-block;
    text-transform:uppercase;
    vertical-align: middle;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    cursor: pointer;
    margin-top: 15px;
}
.badaboutus-block .badaboutus-btn:hover a {
    background: #333;
    color: #fff;
}
.badaboutus-block .item {
    display: flex;
    padding-bottom: 30px;
}
.badaboutus-block .prod-name-price{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.badaboutus-content-wrapper .index {
    font-size: 18px;
    line-height: 30px;
    color: #111111;
    border: 2px solid #000;
    border-radius: 100px;
    height: 35px;
    width: 35px;
    padding: 0 10px;
    margin: 30px 0;
}
.badaboutus-content-wrapper .img-wrapper {
    padding-left: 20px;
}
.badaboutus-content-wrapper .img-wrapper img{
    height: 98px;
    width: 98px;
}
.badaboutus-content-wrapper .content-wrapper {
    padding-left: 20px;
}
.badaboutus-content-wrapper .content-wrapper .name{
    font-size: 17px;
    letter-spacing: 0px;
    line-height: 40px;
    color: #111111;
    font-weight: 500;
}
.badaboutus-content-wrapper .content-wrapper .price{
    font-size: 18px;
    line-height: 40px;
    color: var(--theme-custom-color);
    text-align: right;
}
.badaboutus-content-wrapper .content-wrapper .attributes {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 44px;
    color: #777777;
    border: 1px solid #e3e3e3;
    width: 70%;
    padding: 0 15px;
}
.badaboutus-content-wrapper img {
    position: relative;
    transition: all 0.5s ease-in-out;
}
.badaboutus-content{
    padding-top: 30px;
    text-align: left;
}
@media(max-width: 1200px){
    .badaboutus-block {
        margin-bottom: 50px;
    }
    .badaboutus-block .badaboutus-desc p{
        -webkit-line-clamp: 2;
    }
}
@media(max-width: 1199px){
    .badaboutus-block .badaboutus-title {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 15px;
    }
    .badaboutus-block .badaboutus-desc p {
        line-height: 30px;
    }
    .badaboutus-block .badaboutus-btn a {
        padding: 8px 17px;
        font-size: 15px;
        line-height: 24px;
        margin-top: 5px;
    }
}
@media(max-width: 991px){
    .badaboutus-block {
        margin-bottom: 30px;
    }
    .badaboutus-block .badaboutus-subtitle{
        font-size: 15px;
    }
    .badaboutus-block .badaboutus-btn a {
        font-size: 15px;
        padding: 7px 15px;
    }
    .badaboutus-block .badaboutus-desc p {
        line-height: 28px;
        margin-bottom: 12px;
    }
}
@media(max-width: 767px){
    .badaboutus-block .row{
        flex-wrap: wrap;
    }
    .badaboutus-content-wrapper{
        width: 100%;
    }
    .badaboutus-block .badaboutus-subtitle{
        padding-left: 0;
        padding-bottom: 13px;
        margin-bottom: 15px;
    }
    .badaboutus-block .badaboutus-img {
        text-align: center;
        width: 100%;
        margin: auto;
    }
    .badaboutus-content{
        text-align: center;
    }
    .badaboutus-block .badaboutus-title::after {
        width: 50px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }
}
@media(max-width: 575px){
    .badaboutus-block .badaboutus-subtitle{
        padding-bottom:11px;
        margin-bottom: 12px;
    }
    .badaboutus-block .badaboutus-title {
        font-size: 26px;
        line-height: 36px;
    }
    .badaboutus-block .badaboutus-desc p{
        font-size: 15px;
        margin-bottom: 7px;
    }
    .badaboutus-content {
        padding-top: 25px;
    }
}
@media(max-width:380px){
    .badaboutus-block .badaboutus-title {
        font-size: 22px;
        line-height:25px;
    }
    .badaboutus-block .badaboutus-desc p {
        font-size: 14px;
        margin-bottom: 5px;
        line-height: 24px;
    }
    .badaboutus-block .badaboutus-btn a {
        font-size: 14px;
        padding: 6px 13px;
    }
    .badaboutus-content {
        padding-top: 20px;
    }
}