/**
* 2007-2025 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-2025 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

.tvcmsleftsideofferbanner2s-content h4 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-shadow: none;
    padding: 5px 43px 5px 13px;
    border-radius: 50px;
    background: linear-gradient(90deg,#D11718 45.27%, rgba(217, 217, 217, 0) 100%);
    display: inline-block;
}

.tvcmsleftsideofferbanner2s-content h3 {
	font-weight: 700;
	font-size: 40px;
	color: #000;
}

/*Left Align*/
.tvcmsleftsideofferbanner2s-content.left {
    position: absolute;
    width: 90%;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
    /*-webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);*/
    left: 4%;
    text-align: left;
}

.tvcmsleftsideofferbanner2s-content.top-left {
    top: 7%;
    left: 4%;
    position: absolute;
    width: 90%;
    text-align: left;
}

.tvcmsleftsideofferbanner2s-content.bottom-left {
    bottom: 7%;
    left: 4%;
    position: absolute;
    width: 90%;
    text-align: left;
}

/*Right Align*/

.tvcmsleftsideofferbanner2s-content.right {
    position: absolute;
    width: 50%;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
    /*webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);*/
    right: 15px;
    text-align: right;
}

.tvcmsleftsideofferbanner2s-content.top-right {
    position: absolute;
    width: 50%;
    top: 7%;
    right: 15px;
    text-align: right;
}

.tvcmsleftsideofferbanner2s-content.bottom-right {
    position: absolute;
    width: 50%;
    bottom: 7%;
    right: 15px;
    text-align: right;
}

/*Center Align*/

.tvcmsleftsideofferbanner2s-content.center {
    position: absolute;
    width: 50%;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
    /*-webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);*/
    right: 0;
    left: 0;
    text-align: center;
}

.tvcmsleftsideofferbanner2s-content.top-center {
    position: absolute;
    /*width: 50%;*/
    top: 7%;
    right: 0;
    left: 0;
    text-align: center;
}

.tvcmsleftsideofferbanner2s-content.bottom-center {
    position: absolute;
    /*width: 50%;*/
    bottom: 7%;
    right: 0;
    left: 0;
    text-align: center;
}
@media (max-width: 1700px) and (min-width: 1200px){
	.tvcmsleftsideofferbanner2s-content h3 {
		font-size: calc(24px + (40 - 24) * ((100vw - 1200px) / (1700 - 1200)));
	}
	.tvcmsleftsideofferbanner2s-content h4{
		font-size: calc(11px + (20 - 11) * ((100vw - 1200px) / (1700 - 1200)));

	}
}
@media (max-width: 420px){
	.tvcmsleftsideofferbanner2s-content h3 {
		font-size: calc(24px + (40 - 24) * ((100vw - 280px) / (420 - 280)));
	}
	.tvcmsleftsideofferbanner2s-content h4{
		font-size: calc(11px + (20 - 11) * ((100vw - 280px) / (420 - 280)));

	}
}