/**
 * 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)
 */

 #wdcmsofferbanner {
	float: left;
	width: 100%;
	margin: 40px 0 0;
	
}
#wdcmsofferbanner  .wdcmsoffer-content .title {
	font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: var(--global-palette3);
    text-transform: capitalize;
    margin: 0 0 35px;
}
#wdcmsofferbanner .wdcmsoffer-content .offer {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}
#wdcmsofferbanner .wdright-banner-content img.image {
    border-radius: var(--global-border-radius);
}
#wdcmsofferbanner  .wdcmsoffer-content .subtitle {
    font-weight: 400;
    font-size: 28px;
    line-height: 35px;
    text-transform: capitalize;
    color: var(--global-palette3);
	display: inline-block;
	vertical-align: middle;
}

#wdcmsofferbanner  .wdright-banner-content {
	float: left;
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-self: center;
}
#wdcmsofferbanner  .wdcmsoffer-content {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: auto;
}
#wdcmsofferbanner  .wdright-banner-content > a {
	display: block;
	overflow: hidden;
}
#wdcmsofferbanner .wdcmsoffer-content .offer .btn-secondary {
    background-color: #263039;
    color: var(--global-palette9);
}

@media (max-width: 1359px) {
	#wdcmsofferbanner .wdcmsoffer-content .subtitle {
        font-size: 22px;
        line-height: 30px;
	}
	#wdcmsofferbanner{    
		margin: 20px 0 0;
	}
}
@media (max-width: 1199px) {
#wdcmsofferbanner  .wdcmsoffer-content .title {
	font-size: 18px;
    line-height: 10px;
	margin: 0 0 20px;
}
#wdcmsofferbanner {
    margin: 10px 0 0;
}

}

@media (max-width:991px){
#wdcmsofferbanner .wdcmsoffer-content .title {
	font-size: 17px;
    line-height: 10px;
    margin: 0 0 25px;
}

#wdcmsofferbanner .wdcmsoffer-content .subtitle {
    font-size: 18px;
    line-height: 22px;
}
#wdcmsofferbanner .wdcmsoffer-content .offer{
    margin-left: 10px;
}
}


@media (max-width:767px){
	#wdcmsofferbanner .wdcmsoffer-content .title {
		font-size: 15px;
		line-height: 10px;
		margin: 0 0 15px;
	}
    #wdcmsofferbanner .wdcmsoffer-content .offer {
        display: none;
    }
#wdcmsofferbanner {
    margin: 15px 0 0;
}
}

@media (max-width:543px){

#wdcmsofferbanner .wdcmsoffer-content .subtitle {
    font-size: 13px;
    line-height: 20px;
}
#wdcmsofferbanner {
    margin: 10px 0 0;
}
}

@media (max-width:479px){
#wdcmsofferbanner  .wdcmsoffer-content .subtitle {
    font-size: 12px;
    line-height: 18px;
}
#wdcmsofferbanner .wdcmsoffer-content {
    position: static;
    margin: 5px 0 0;
}
#wdcmsofferbanner {
    margin: 5px 0 0;
    border: var(--border);
    padding: 5px;
}
#wdcmsofferbanner .wdright-banner-content{
    display: block;
}
}