/**
 * Copyright since 2007 PrestaShop SA and Contributors
 * PrestaShop is an International Registered Trademark & Property of PrestaShop SA
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.md.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * 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 https://devdocs.prestashop.com/ for more information.
 *
 * @author    PrestaShop SA and Contributors <contact@prestashop.com>
 * @copyright Since 2007 PrestaShop SA and Contributors
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 */

 #basecmsofferbanner {
	float: left;
	width: 100%;
    margin-bottom: 80px;
}
.basecmsoffer {
    display: flex;
    align-items: center;
    position: relative;
    float: left;
    width: 100%;
    justify-content: space-between;
    padding: 38px 60px;
    background-color: var(--global-palette1);
    border-radius: 10px;	
}
.left-decs {
    display: inline-block;
    vertical-align: middle;
    margin: 0 85px 0 25px;
}
.left-offer{
    display: inline-block;
    vertical-align: middle;
    width: auto;
}
.left-offer:before {
    content: "";
    position: absolute;
    top: 30px;
    left: 51%;
    right: 0px;
    bottom: 30px;
    pointer-events: none;
    z-index: 3;
    border-left: 1px solid var(--global-palette9);
    opacity: 0.3;
}
.offer-title {
    font-size: 28px;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: 0;
    color: var(--global-palette9);
    margin: 0 0 8px;
}
.offer-subtitle {
    color: var(--global-palette9);
    font-size: 16px;
}
.offer-img {
    display: inline-block;
    vertical-align: middle;
}
.offer-img img {
    width: 60px;
}
.right-offer {
    display: contents;
}
.offer-price {
    font-size: 38px;
    line-height: 45px;
    font-weight: 500;
    color: var(--global-palette9);
}
.offer-price span {
    font-size: 28px;
    line-height: 32px;
    font-weight: 300;
    text-decoration: line-through;
}
.offer-btn .btn-secondary {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;
    padding: 10px 27px;
    color: var(--global-palette3);
    background-color: var(--global-palette9);
}
.offer-btn .btn-secondary:hover {
    color: var(--global-palette9);
    background-color: var(--global-palette3);
}
@media (max-width: 1359px) {
    #basecmsofferbanner{
        margin-bottom: 70px;
    }
    .offer-title{
        font-size: 24px;
        line-height: 30px;
    }
    .offer-subtitle{
        font-size: 15px;
        line-height: 22px;
    }
    .left-decs{
        margin: 0 30px 0 25px;
    }
    .offer-price{
        font-size: 30px;
        line-height: 35px;
    }
    .offer-price span {
        font-size: 22px;
        line-height: 26px;
    }
}
@media (max-width:1199px) {
    #basecmsofferbanner {
        margin-bottom: 55px;
    }
    .basecmsoffer{
        padding: 35px 30px;
    }
    .offer-img img {
        width: 50px;
    }
    .left-decs{
        margin: 0 20px;
    }
    .offer-btn .btn-secondary{
        padding: 8px 18px;
    }
    .offer-title {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 4px;
    }
    .offer-price {
        font-size: 26px;
        line-height: 32px;
    }
    .offer-price span {
        font-size: 19px;
        line-height: 24px;
    }
}
@media (max-width:991px) {
    #basecmsofferbanner {
        margin-bottom: 45px;
    }
    .basecmsoffer {
        padding: 25px 15px;
    }
    .offer-img img {
        width: 45px;
    }
    .left-decs {
        margin: 0 8px;
    }
    .offer-btn .btn-secondary{   
        font-size: 13px;
        padding: 8px 12px;
    }
    .left-offer:before{
        left: 52%;
    }
    .offer-title {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 5px;
    }
    .offer-subtitle {
        font-size: 12px;
        line-height: 20px;
    }
    .offer-price {
        font-size: 17px;
        line-height: 25px;
    }
    .offer-price span {
        font-size: 12px;
        line-height: 20px;
    }
}   
@media (max-width:767px) {
    .offer-price{
        margin-bottom: 10px;
    }
    .left-offer:before {
        display: none;
    }
    .basecmsoffer{
        display: block;
        text-align: center;
    }
    .left-offer{
        border-bottom: 1px solid rgba(255,255,255,0.2);
        padding-bottom: 10px;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .left-decs {
        margin: 0 0 0 15px;
        text-align: left;
    }
    .offer-img img {
        width: 50px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .offer-title {
        font-size: 21px;
        line-height: 26px;
    }
    .offer-subtitle {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .offer-price span {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 8px;
    }
}   
@media (max-width: 543px) {
    .offer-title {
        font-size: 18px;
        line-height: 20px;
    }
    .offer-subtitle {
        font-size: 13px;
        line-height: 20px;
    }
    #basecmsofferbanner {
        margin-bottom: 35px;
    }
    .left-decs {
        margin: 0 5px;
    }
    .offer-price{
        margin-bottom: 6px;
    }
}
@media (max-width: 479px) {
    .offer-price {
        font-size: 15px;
        line-height: 20px;
    }
    .basecmsoffer {
        padding: 20px 5px;
    }
    .offer-btn .btn-secondary{
        padding: 5px 12px;
        font-size: 11px;
    }
    .offer-img img {
        width: 30px;
    }
    .left-decs{
        margin: 0 0 0 6px;
    }
    .offer-title {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 2px;
    
    }
    .offer-subtitle {
        font-size: 12px;
        line-height: 16px;
        margin: 0;
        letter-spacing: 0;
    }
}