/**
* 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-img{
    text-align: right;
    position: relative;
}
.badaboutus-content-wrapper{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 11%;
    max-width: 415px;
}
.badaboutus-content{
    text-align: center;
}
.badaboutus-block .badaboutus-title {
    font-size: 35px;
    line-height: 45px;
    color: #fff;
    font-weight: 500;
}
.badaboutus-block .badaboutus-desc p {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 27px;
    margin: 18px 0 24px 0;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    font-weight: 400;
    font-family: var(--badtheme-font-name-2);
}
.badaboutus-block .badaboutus-btn {
    display: inline-block;
}

.badaboutus-block .badaboutus-btn a {
    background-color: #fff;
    padding: 6px 6px 6px 22px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 22px;
    color: #424242;
    font-weight: 600;
    border-radius: 50px;
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.badaboutus-btn i{
    height: 35px;
    width: 35px;
    font-size: 22px;
    line-height: 35px;
    border-radius: 35px;
    background-color: var(--theme-custom-color);
    color: #fff;
    margin-left: 15px;
}
.badaboutus-block .badaboutus-btn a:hover{
    color: var(--theme-custom-color);
}
.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;
}

@media (max-width: 1440px) {
    .badaboutus-content-wrapper{
        right: 10%;
    }
    .badaboutus-block .badaboutus-title {
        font-size: 30px;
        line-height: 40px;
    }
}
@media (max-width:1300px) {
    .badaboutus-content-wrapper {
        right: 7%;
    }
}
@media(max-width: 1200px){
    .badaboutus-block {
        margin: 50px 0;
    }
    .badaboutus-content-wrapper {
        right: 7%;
    }
    .badaboutus-block .badaboutus-desc p {
        -webkit-line-clamp: 2;
        font-size: 16px;
        line-height: 24px;
        margin: 15px 0 20px 0;
    }
    .badaboutus-block .badaboutus-title {
        font-size: 24px;
        line-height: 32px;
    }
    .badaboutus-block .badaboutus-btn a{
        font-size: 14px;
        padding: 5px 5px 5px 20px;
    }
    .badaboutus-btn i{
        height: 30px;
        width: 30px;
        line-height: 30px;
        font-size: 20px;
        margin-left: 10px;
    }
}
@media (max-width: 1100px) {
    .badaboutus-content-wrapper {
        right: 4%;
    }
}
@media (max-width: 1024px) {
    .badaboutus-content-wrapper {
        right: 6%;
        max-width: 350px;
    }
    .badaboutus-block .badaboutus-title {
        font-size: 20px;
        line-height: 26px;
    }
    .badaboutus-block .badaboutus-desc p {
        font-size: 14px;
        line-height: 22px;
        margin: 10px 0 15px 0;
    }
}
@media(max-width: 991px){
    .badaboutus-block {
        margin:30px 0;
    }
    .badaboutus-content-wrapper {
        right: 8%;
        max-width: 300px;
    }
    .badaboutus-block .badaboutus-title {
        font-size: 18px;
        line-height: 24px;
    }

    .badaboutus-block .badaboutus-btn a {
        font-size: 13px;
        padding: 3px 3px 3px 10px;
    }
    .badaboutus-btn i {
        height: 25px;
        width: 25px;
        line-height: 25px;
        font-size: 18px;
        margin-left: 7px;
    }
}
@media (max-width: 850px) {
    .badaboutus-content-wrapper {
        right: 6%;
    }
}
@media(max-width: 767px){
    .badaboutus-block .row{
        flex-wrap: wrap;
    }
    .badaboutus-content-wrapper{
        right: 8%;
        max-width: 250px;
    }
    .badaboutus-block .badaboutus-title {
        margin-bottom: 20px;
    }
    .badaboutus-block .badaboutus-desc p{
        display: none;
    }
    .badaboutus-block .badaboutus-img {
        text-align: center;
        width: 100%;
        margin: auto;
    }
}
@media (max-width: 650px) {
    .badaboutus-content-wrapper {
        right: 8%;
        max-width: 200px;
    }
    .badaboutus-block .badaboutus-title {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 15px;
    }
    .badaboutus-block .badaboutus-btn a {
        font-size: 12px;
        line-height: 14px;
        padding: 1px 1px 1px 10px;
    }
    .badaboutus-btn i {
        height: 20px;
        width: 20px;
        line-height: 20px;
        font-size: 15px;
        margin-left: 3px;
    }
}
@media(max-width: 575px){
    .badaboutus-content-wrapper {
        right: 7%;
        max-width: 180px;
    }
    .badaboutus-block .badaboutus-title{
        margin-bottom: 10px;
    }
}
@media (max-width: 475px) {
    .badaboutus-content-wrapper {
        right: 4%;
        max-width: 160px;
    }
    .badaboutus-block .badaboutus-title {
        font-size: 14px;
        line-height: 18px;
    }
    .badaboutus-block .badaboutus-btn a {
        font-size: 10px;
        line-height: 12px;
    }
}
@media (max-width: 425px) {
    .badaboutus-content-wrapper {
        right: 2%;
    }
    .badaboutus-block .badaboutus-title {
        font-size: 12px;
        line-height: 14px;
    }
}
@media(max-width:375px){
    .badaboutus-content-wrapper {
        right: 5%;
        max-width: 130px;
    }
    .badaboutus-block .badaboutus-title {
        font-size: 11px;
        line-height: 13px;
        margin-bottom: 7px;
    }
    .badaboutus-block .badaboutus-btn a {
        font-size: 8px;
        line-height: 10px;
        padding: 1px 1px 1px 5px;
    }
    .badaboutus-btn i {
        height: 15px;
        width: 15px;
        line-height: 15px;
        font-size: 10px;
        margin-left: 3px;
    }
}
@media(max-width:350px){
    .badaboutus-content-wrapper {
        right: 3%;
        max-width: 120px;
    }
}