/**
 * 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%;
	padding: 50px 0 0;
}
#basecmsofferbanner  .basecmsoffer-content .title {
    color: var(--global-palette3);
    padding: 0 0 15px;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.2px;
}
.top-bar-text:hover {
    color: var(--global-palette1);
}
#basecmsofferbanner .basecmsoffer-content .offer {
    display: inline-block;
    vertical-align: middle;
}
#basecmsofferbanner .baseright-banner-content img.image {
    border-radius: var(--global-border-radius);
}
#basecmsofferbanner  .basecmsoffer-content .subtitle {
    font-weight: 600;
    font-size: 25px;
    letter-spacing: 0;
    line-height: 30px;
    padding: 0 0 23px 0;
    text-transform: capitalize;
    color: var(--global-palette3);
}

#basecmsofferbanner  .baseright-banner-content {
	float: left;
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-self: center;
}
#basecmsofferbanner  .basecmsoffer-content {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: auto;
}
#basecmsofferbanner  .baseright-banner-content > a {
	display: block;
	overflow: hidden;
}
#basecmsofferbanner .basecmsoffer-content .offer a {
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    color: var(--global-palette3);
    text-decoration: underline;
}
#basecmsofferbanner .basecmsoffer-content .offer a:hover {
    font-size: 14px;
    text-decoration: none;
    transition: 0.1s;
}

@media (max-width: 1359px) {
	#basecmsofferbanner .basecmsoffer-content .subtitle {
        font-size: 22px;
        line-height: 30px;
	}
}
@media (max-width: 1199px) {

}
@media (max-width: 1199px) and (min-width: 992px){
    #basecmsofferbanner  .basecmsoffer-content .title {
        padding:0 0 10px;
    }
    #basecmsofferbanner .basecmsoffer-content .subtitle {
        padding: 0 0 15px 0;
    }
}
@media (max-width:991px){
    #basecmsofferbanner{
        padding: 40px 0 0;
    }
}

@media (max-width: 991px) and (min-width: 768px){
    #basecmsofferbanner .basecmsoffer-content .title {
        padding: 0 0 6px;
    }
    #basecmsofferbanner .basecmsoffer-content .subtitle {
        font-size: 22px;
        line-height: 24px;
        padding: 0 0 9px 0;
    }
}
@media (max-width:767px){
	#basecmsofferbanner .basecmsoffer-content .title {
        font-size: 13px;
        line-height: 15px;
        padding: 0 0 5px;
	}
    #basecmsofferbanner .basecmsoffer-content .offer a {
        font-size: 12px;
        line-height: 14px;
    }
    #basecmsofferbanner .basecmsoffer-content .subtitle {
        font-size: 19px;
        line-height: 22px;
        padding: 0;
    }
    #basecmsofferbanner {
    padding: 30px 0 0 0;
    }
}

@media (max-width:543px){
    #basecmsofferbanner .basecmsoffer-content .title{
        display: none;
    }
}

@media (max-width:479px){
#basecmsofferbanner  .basecmsoffer-content .subtitle {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 3px;
}
#basecmsofferbanner .basecmsoffer-content {
    position: static;
    margin: 5px 0 0;
}
#basecmsofferbanner {
    margin: 30px 0 0;
    border: var(--border);
    padding: 5px;
}
#basecmsofferbanner .baseright-banner-content{
    display: block;
}
}