/**
* 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:80px 0;
    position: relative;
}
.badaboutus-block .row{
    display: flex;
    align-items: center;
}
.badaboutus-img{
    text-align: right;
    position: relative;
}
.badaboutus-block .badaboutus-subtitle {
    font-size: 22px;
    line-height: 20px;
    color: var(--theme-custom-color);
    font-weight: 600;
    padding-bottom: 15px;
    text-transform:capitalize;
}
.badaboutus-block .badaboutus-title {
    font-size: 38px;
    line-height: 46px;
    color: #252525;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-weight: 700;
    font-family: var(--badtheme-font-name-2);
    text-transform: capitalize;
    position: relative;
}
.badaboutus-block .badaboutus-title::after{
    position: absolute;
    content: "";
    background-color: var(--theme-custom-color);
    width: 40px;
    height: 3px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}
.badaboutus-block .badaboutus-desc p{
    font-size: 16px;
    color: #616161;
    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: 6px 22px;
    display: inline-block;
    text-transform:capitalize;
    vertical-align: middle;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    border: 1px solid var(--theme-custom-color);
    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;

}
.badaboutus-block .badaboutus-btn:hover a {
    background: #fff;
    color: #000;
    border: 1px solid #000;
} */
.badaboutus-block .badaboutus-btn a{
    background-color: var(--theme-custom-color);
    padding: 6px 22px;
    display: inline-block;
    text-transform:capitalize;
    vertical-align: middle;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    margin-top: 15px;
    border-radius: 30px;
    cursor: pointer;
    border: 1px solid var(--theme-custom-color);
    position: relative;
    overflow: hidden;
    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;
}
.badaboutus-block .badaboutus-btn a::before {
    background-color: #000;
     content: '';
     position: absolute;
     bottom: 0;
     left: 0;
     height: 0;
     transition: all .5s;
     -webkit-transition: all .5s;
     -moz-transition: all .5s;
     -o-transition: all .5s;
     -ms-transition: all .5s;
     width: 0;
     height: 45px;
     z-index: -1;
 }
 .badaboutus-block .badaboutus-btn a:hover::before {
     width: 100%;
 }
.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 {
    text-align: center;
    width: 85%;
    margin: auto;
}
.badaboutus-desc {
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.badaboutus-content-box {
    padding: 60px;
    text-align: center;
    border: 7px solid #e5e5e5;
    margin-top: 100px;
}
.badaboutus-content-box h2{
    color: var(--theme-custom-color);
    font-size: 36px;
}
.badaboutus-content-box h1 {
    color: #000000;
    font-size: 35px;
    font-weight: 800;
    padding-top: 15px;
    text-transform: uppercase;
}
@media(max-width:1300px){
    .badaboutus-content-box{
        margin-top: 60px;
    }
    .badaboutus-content-box h1{
        font-size: 32px;
    }
}
@media(max-width: 1200px){
    .badaboutus-block {
        margin:50px 0;
    }
    .badaboutus-block .badaboutus-desc p{
        -webkit-line-clamp: 2;
    }
}
@media(max-width: 1199px){
    .badaboutus-block .badaboutus-title {
        font-size: 30px;
        line-height: 26px;
    }
    .badaboutus-block .badaboutus-subtitle {
        font-size: 18px;
    }
    .badaboutus-block .badaboutus-desc p {
        line-height: 30px;
    }
    .badaboutus-block .badaboutus-btn a {
        padding: 8px 22px;
        font-size: 16px;
        line-height: 24px;
        margin-top: 15px;
    }
    .badaboutus-content-box h1 {
        font-size: 28px;
        padding-top: 10px;
    }
   .badaboutus-content-box h2 {
        font-size: 28px;
    }
    .badaboutus-content-box {
        padding: 30px;
        margin-top: 40px;
    }
    .badaboutus-content {
        width: 95%;
    }
}
@media(max-width: 991px){
    .badaboutus-block {
        margin:30px 0;
    }
    .badaboutus-block .badaboutus-title{
        width: 100%;
        font-size: 27px;
        margin-bottom: 10px;
    }
    .badaboutus-block .badaboutus-btn a {
        font-size: 14px;
        padding: 7px 22px;
    }
    .badaboutus-block .badaboutus-desc p {
        line-height: 26px;
        margin-bottom: 12px;
    }
    .badaboutus-content-box {
        padding: 18px;
        border: 4px solid #e5e5e5;
    }
    .badaboutus-content-box h1 {
        font-size: 23px;
    }
    .badaboutus-content-box h2{
        font-size: 25px;
    }
    .badaboutus-content-box {
        margin-top: 35px;
    }
    .badaboutus-content {
        width: 100%;
    }
}
@media(max-width: 767px){
    .badaboutus-block .row{
        flex-wrap: wrap;
    }
    .badaboutus-content-wrapper{
        width: 100%;
    }
    .badaboutus-block .badaboutus-img {
        text-align: center;
        width: 100%;
        margin: auto;
    }
    .badaboutus-block .badaboutus-title {
        font-size: 28px;
        line-height: 25px;
        padding-bottom:20px;
        margin-top: 20px;
    }
    .badaboutus-content{
        text-align: center;
    }
    .badaboutus-block .badaboutus-title::after {
        width: 50px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }
    .badaboutus-content-box h2 {
        font-size: 32px;
    }
    .badaboutus-content-box h1 {
        font-size: 31px;
        padding-top: 10px;
    }
}
@media(max-width: 575px){
    .badaboutus-block .badaboutus-subtitle{
        padding-bottom: 8px;
    }
    .badaboutus-block .badaboutus-title{
        font-size: 26px;
        line-height: 30px;
        padding-bottom: 15px;
        margin-top: 0;
    }
    .badaboutus-block .badaboutus-desc p{
        font-size: 15px;
        margin-bottom: 7px;
    }
    .badaboutus-content {
        padding-top: 25px;
    }
   .badaboutus-content-box h2 {
        font-size: 26px;
    }
     .badaboutus-content-box h1 {
        font-size: 28px;
        padding-top: 5px;
    }
    .badaboutus-content-box {
        margin-top: 25px;
    }
}
@media(max-width:380px){
    .badaboutus-block .badaboutus-title {
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 13px;
    }
    .badaboutus-block .badaboutus-desc p{
        font-size: 14px;
        margin-bottom: 5px;
    }
    .badaboutus-block .badaboutus-btn a {
        font-size: 14px;
        padding: 6px 13px;
    }
    .badaboutus-block .badaboutus-btn a {
        font-size: 14px;
        padding: 6px 18px;
    }
    .badaboutus-content-box h2 {
        font-size: 25px;
    }
    .badaboutus-content-box h1 {
        font-size: 30px;
        padding-top: 0;
    }
    .badaboutus-content {
        padding-top: 15px;
    }
    .badaboutus-content-box h1 {
        font-size: 25px;
    }
    .badaboutus-content-box h2 {
        font-size: 25px;
    }
}
@media(max-width:340px){
   .badaboutus-content-box h1 {
        font-size: 23px;
        padding-top: 5px;
    }
    .badaboutus-content-box h2 {
        font-size: 23px;
    }
}