/**
* 2007-2021 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-2021 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.
*/

.tvofferbanner-content.left{
	position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 50%;
    left: 0;
    text-align: center;
}

.tvofferbanner-content.right{
	position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 50%;
    right: 0;
    text-align: center;
}

.tvofferbanner-content.center{
	position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 50%;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    text-align: center;
}

.tvofferbanner-content h2{
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 0.5px;
	font-weight: 400;
	color: #acb800;
	margin-bottom: 10px;
}

.tvofferbanner-content h1{
	font-size: 55px;
	font-weight: 700;
	letter-spacing: 0.5px;
	color: #222222;
}

.tvofferbanner-content button{
	background-color: #ffffff;
	border: 1px solid #e3e3e3;
	border-radius: 25px;
	font-size: 15px;
	letter-spacing: 0.8px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 8px 40px;
}