/**
* 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: 80px;
}
.badaboutus-img{
    text-align:right;
    position: relative;
}
.badaboutus-img img {
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.badaboutus-block .badaboutus-subtitle {
    font-size: 45px;
    line-height: 55px;
    color: #242525;
    font-weight: 600;
    padding-bottom: 15px;
    position: relative;
    font-family: var(--badtheme-font-name-1);
}
.badaboutus-block .row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.badaboutus-block .badaboutus-title {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 5px;
    color: #0b4c74;
    font-weight: 400;
    font-family: var(--badtheme-font-name-1);
}
.badaboutus-subtitle::after {
    position: absolute;
    content: '';
    width: 50px;
    height: 3px;
    background-color: #0b4c74;
    bottom: 0;
    left: 0;
    margin: auto;
}
.badaboutus-description {
    font-size: 14px;
    color: #757575;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 30px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.badaboutus-inner-des {
    margin-bottom: 40px;
}
.badaboutus-content-count{
    background-color: #91bc3d;
    height: 12px;
    width: 12px;
    border-radius: 30px;
}
.badaboutus-content-title {
    font-size: 15px;
    color: #6b6b6b;
    line-height: 30px;
    padding: 0 0 10px 10px;
}
.badaboutus-content-buton a{
    background-color: var(--theme-custom-color);
    display: inline-block;
    color: #fff;
    font-size: 15px;
    padding: 14px 22px;
    font-weight: 500;
    line-height: 20px;
}
.badaboutus-block .badaboutus-desc {
    font-size: 16px;
    color: #777777;
    line-height: 35px;
    margin-top: 15px;
    margin-bottom: 30px;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    width: 85%;
    font-weight: 400;
}
.badaboutus-img-wrapper img {
    border: 6px solid var(--theme-custom-color);
}
.badaboutus-block .badaboutus-btn a {
    background-color: var(--theme-custom-color);
    padding: 11px 25px;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 500;
    position: relative;
    position: relative;
    z-index: 1;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    overflow: hidden;
}
.badaboutus-block .badaboutus-btn a::before {
    background-color: #333;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    width: 0;
    height: 48px;
    z-index: -1;
}
.badaboutus-block .badaboutus-btn a:hover::before {
     width: 100%;
 }
.badaboutus-block .badaboutus-btn a:hover {
    color: #fff;
}
.badaboutus-block .item {
    display: flex;
    padding-bottom: 30px;
}
.badaboutus-block .prod-name-price{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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-main-content-img{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.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;
}
@media(max-width:1400px){
    .badaboutus-img::after{
        width: 315px;
        height: 366px;
    }
    .badaboutus-block .badaboutus-btn a{
        padding: 10px 15px;
    }
}
@media(max-width: 1200px){
    .badaboutus-block {
        margin-bottom: 50px;
    }
    .badaboutus-img::after{
        width: 265px;
        height: 306px;
    }
    .badaboutus-block .badaboutus-title {
        font-size: 35px;
        line-height: 45px;
    }
    .badaboutus-block .badaboutus-subtitle {
        font-size: 35px;
        padding-bottom: 10px;
        line-height: 45px;
    }
    .badaboutus-block .badaboutus-btn a {
        padding: 10px 20px;
        font-size: 16px;
        line-height: 24px;
    }
    .badaboutus-block .badaboutus-desc {
        line-height: 30px;
        margin-top: 10px;
    }
    .badaboutus-block .badaboutus-desc {
        font-size: 14px;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
        margin-bottom: 20px;
    }
}
@media(max-width: 991px){
    .badaboutus-block {
        margin-bottom: 30px;
    }
    .badaboutus-block .badaboutus-title{
        width: 100%;
    }
    .badaboutus-block .badaboutus-btn a {
        font-size: 15px;
        padding: 7px 21px;
    }
    .badaboutus-block .badaboutus-desc{
        line-height: 25px;
        margin-bottom: 15px;
    }
    .badaboutus-img-wrapper{
        padding: 0 0 0 10px;
    }
    .badaboutus-block .badaboutus-title {
        line-height: 30px;
        font-size: 25px;
        margin-bottom: 0;
    }
    .badaboutus-block .badaboutus-subtitle {
        font-size: 25px;
        padding-bottom: 11px;
    }
    .badaboutus-description {
        font-size: 13px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .badaboutus-inner-des {
        margin-bottom: 0;
    }
    .badaboutus-content-count {
        background-color: #91bc3d;
        height: 9px;
        width: 9px;
        border-radius: 30px;
    }
    .badaboutus-content-count {
        background-color: #91bc3d;
        height: 9px;
        width: 9px;
        border-radius: 30px;
    }
    .badaboutus-content-buton a {
        font-size: 13px;
        padding: 9px 15px;
        line-height: 20px;
    }
}
@media(max-width: 767px){
    .badaboutus-block .row{
        flex-wrap: wrap;
    }
    .badaboutus-content-wrapper{
        width: 100%;
    }
    .badaboutus-block .badaboutus-img {
        text-align: center;
        margin: auto;
    }
    .badaboutus-block .badaboutus-subtitle {
        font-size: 25px;
        line-height: 35px;
        padding-bottom: 5px;
    }
    .badaboutus-block .badaboutus-title {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 5px;
    }
    .badaboutus-description {
        font-size: 12px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .badaboutus-content-title {
        font-size: 12px;
        line-height: 20px;
        padding: 0 0 7px 4px;
    }
    .badaboutus-block .badaboutus-desc{
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
    }
}
@media(max-width: 575px){
    .badaboutus-block .badaboutus-subtitle{
        padding-bottom: 8px;
    }
    .badaboutus-block .badaboutus-desc{
        width: 100%;
    }
    .badaboutus-block .badaboutus-title {
        line-height: 30px;
        font-size: 22px;
        margin-bottom: 0;
    }
    .badaboutus-block .badaboutus-subtitle {
        font-size: 22px;
        padding-bottom: 11px;
    }
    .badaboutus-img::after{
        left:-40px;
        top:0;
        bottom: 0;
        margin: auto;
        width: 215px;
        height: 246px;
    }
    .badaboutus-block .badaboutus-desc{
        font-size: 14px;
    }
    .badaboutus-content {
        margin-top: 15px;
    }
}
@media(max-width:480px){
    .badaboutus-img::after{
        left:-20px;
        top:0;
        bottom: 0;
        margin: auto;
        width: 185px;
        height: 206px;
    }
    .badaboutus-content-box{
        width: 100%;
        font-size: 12px;
    }
    .badaboutus-img-wrapper{
        padding: 0 0 0 5px;
    }
}
@media(max-width:425px){
    .badaboutus-block .badaboutus-btn a {
        padding: 7px 20px;
    }
}
@media(max-width:380px){
    .badaboutus-img::after{
        width: 155px;
        height: 176px;
    }
}