/**
 * 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)
 */

 #basecmsofferbottombanner {
	float: left;
	width: 100%;
	margin: 0 0 80px;
}
.basecmsofferbottombanner-img1{
	float: left;
    width: 100%;
}
.basecmsofferbottombanner {
    position: relative;
    float: left;
    width: 100%;
}
#basecmsofferbottombanner img{
	border-radius: 10px;
}
.basecmsofferbottombanner-content {
	position: absolute;
	left: 0;
	top: 30%;
	right: 0;
	width: 86%;
	margin: 0 auto;
	bottom: auto;
	text-align: right;
}
#basecmsofferbottombanner .left-bottomoffer .title {
    color: var(--global-palette9);
    font-size: 34px;
    line-height: 40px;
	font-weight: 600;
	letter-spacing: 0;
    margin-bottom: 5px;
}
#basecmsofferbottombanner .left-bottomoffer {
	padding-right: 8%;
	display: inline-block;
	vertical-align: middle;
}
.left-bottomoffer:before {
    content: "";
    height: 80px;
    width: 1px;
    position: absolute;
    top: 0;
    left: auto;
    right: 26%;
    bottom: 0;
    margin: auto;
    background-color: var(--global-palette5);
    opacity: 0.2;
}
#basecmsofferbottombanner .left-bottomoffer .subtitle {
	font-size: 16px;
	font-weight: 500;
    color: var(--global-palette9);
	text-align: left;
}
#basecmsofferbottombanner .bottom-offer .btn {
    background: var(--global-palette1);
    color: var(--global-palette9);
    font-size: 24px;
    line-height: 30px;
    text-transform: capitalize;
    font-weight: 500;
    padding: 14px 30px;
}
#basecmsofferbottombanner .bottom-offer .btn:hover{
	background: var(--global-palette6);
	color: var(--global-palette9);
}
.bottom-offer {
    display: inline-block;
    vertical-align: middle;
    padding-left: 8%;
}
@media (max-width: 1359px) {
	#basecmsofferbottombanner{
		margin: 0 0 70px;
	}
	#basecmsofferbottombanner .left-bottomoffer{
		padding: 0;
	}
	.basecmsofferbottombanner-content{
		top: 26%;
	}
}
@media (max-width: 1199px){
	#basecmsofferbottombanner {
		margin: 0 0 55px;
	}
	.basecmsofferbottombanner-content{
		top: 25%;
		width: 88%;
	}
	#basecmsofferbottombanner .left-bottomoffer{
		padding-right: 9%;
	}
	#basecmsofferbottombanner .left-bottomoffer .title{
		font-size: 27px;
		line-height: 32px;
	}
	#basecmsofferbottombanner .left-bottomoffer .subtitle{
		font-size: 14px;
    	line-height: 20px;
	}
	.bottom-offer{
		padding-left: 25px;
	}
	#basecmsofferbottombanner .bottom-offer .btn{
		font-size: 18px;
		line-height: 25px;
		padding: 10px 18px;
	}
}
@media (max-width: 991px) {
	#basecmsofferbottombanner {
		margin: 0 0 50px;
	}
	.basecmsofferbottombanner-content {
		top: 22%;
		width: 91%;
	}
	#basecmsofferbottombanner .left-bottomoffer .title {
		font-size: 21px;
		line-height: 24px;
	}
	#basecmsofferbottombanner .left-bottomoffer .subtitle {
		font-size: 13px;
		line-height: 18px;
	}
	.left-bottomoffer:before{
		height: 55px;
	}
	.bottom-offer {
		padding-left: 13px;
	}
	#basecmsofferbottombanner .bottom-offer .btn {
		font-size: 14px;
		line-height: 18px;
		padding: 8px 13px;
	}
}
@media (max-width: 767px) {
	#basecmsofferbottombanner {
		margin: 0 0 40px;
	}
	.bottom-offer{
		display: none;
	}
	#basecmsofferbottombanner .left-bottomoffer{
		border: none;
		padding: 0;
	}
	.basecmsofferbottombanner-content {
		top: 12%;
		width: 65%;
	}
	.left-bottomoffer:before{
		display: none;
	}
	#basecmsofferbottombanner .left-bottomoffer {
		border: none;
	}
	#basecmsofferbottombanner .left-bottomoffer .title {
		font-size: 19px;
		line-height: 22px;
	}
	#basecmsofferbottombanner .left-bottomoffer .subtitle {
		font-size: 12px;
		line-height: 18px;
	}
}
@media (max-width: 543px) {
	#basecmsofferbottombanner {
		margin: 0 0 35px;
	}
}
@media (max-width: 479px) {
	#basecmsofferbottombanner {
		margin: 0 0 30px;
	}
	#basecmsofferbottombanner .left-bottomoffer .subtitle{
		display: none;
	}
	#basecmsofferbottombanner .left-bottomoffer .title {
		font-size: 12px;
		margin: 0;
		line-height: 16px;
	}
	.basecmsofferbottombanner-content {
		top: 18%;
		width: 100%;
		text-align: center;
	}
}