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

/*Left Align*/
.tvofferbanner-content.left {
    position: absolute;
    /*width:60%;*/
    top: 0%;
    bottom: 0%;
    height: max-content;
    /*-webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);*/
    transform: none;
    left: 20%;
    text-align: center;
}

.tvofferbanner-content.top-left {
    top: 10%;
    left: 20%;
    position: absolute;
    /*width:60%;*/
    text-align: center;
}

.tvofferbanner-content.bottom-left {
    bottom: 10%;
    left: 20%;
    position: absolute;
    /*width:60%;*/
    text-align: center;
}

/*Right Align*/

.tvofferbanner-content.right {
    position: absolute;
    /*width:60%;*/
    top: 0%;
    bottom: 0%;
    height: max-content;
    /*-webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);*/
    transform: none;
    right: 20%;
    text-align: center;
}

.tvofferbanner-content.top-right {
    position: absolute;
    /*width:60%;*/
    top: 10%;
    right: 20%;
    text-align: center;
}

.tvofferbanner-content.bottom-right {
    position: absolute;
    /*width:60%;*/
    bottom: 10%;
    right: 20%;
    text-align: center;
}

/*Center Align*/

.tvofferbanner-content.center {
    position: absolute;
    /*width:60%;*/
    top: 0%;
    bottom: 0%;
    height: max-content;
    margin: auto;
    /*-webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);*/
    transform: none;
    right: 0;
    left: 0;
    text-align: center;
    z-index: 1;
}

.tvofferbanner-content.top-center {
    position: absolute;
    /*width:60%;*/
    top: 10%;
    right: 0;
    left: 0;
    text-align: center;
}

.tvofferbanner-content.bottom-center {
    position: absolute;
    /*width:60%;*/
    bottom: 10%;
    right: 0;
    left: 0;
    text-align: center;
}

.tvofferbanner-content.none {
    display: none;
}

.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: 44px;
	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;*/
}

/***** offer banner ******/
.tvcmsofferbanners-one .tvbanner1 {
    position: relative;
}
.tvofferbanner-content {
    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%);*/
    margin: auto;
    width: 50%;
    text-align: center;
}
.none.tvofferbanner-content {
    display: none;
}
.tvcmstvcmssliderofferbanners img {
    border-radius: 3px;
}
.tvofferbanner-content h4 {
    color: #000000;
    font-family: 'Playfair Display';
    font-style: italic;
    font-size: 64px;
    font-weight: 700;
    text-shadow: 2px 1px 0px rgb(255 255 255);
    position: relative;
    text-align: left;
    margin-bottom: 30px;
}
.tvofferbanner-content h4 span {
    display: block;
    padding-left: 30%;
}
.tvofferbanner-content h4:after {
    position: absolute;
    /*content: "";*/
    width: 250px;
    height: 1px;
    background-color: #ffffff;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}
.tvofferbanner-content h6 {
    color: #ffffff;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 20px;
}
.tvofferbanner-content p {
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 0;
}
@media (max-width: 1500px){
    .tvofferbanner-content h4{
        font-size: 56px;
    }
}
@media (max-width: 1280px){
    .tvofferbanner-content h4{
        font-size: 50px;
    }
}
@media (max-width: 1199px){
    .tvofferbanner-content h4{
        font-size: 44px;
    }
}
@media (max-width: 1024px){
    .tvofferbanner-content h4{
        font-size: 38px;
    }
}
@media (max-width: 900px){
    .tvofferbanner-content h4{
        font-size: 32px;
    }
}
@media (max-width: 768px){
    .tvofferbanner-content h4{
        font-size: 28px;
        margin-bottom: 20px;
    }
    .tvofferbanner-content button{
        padding: 11px 28px;
    }
    .tvofferbanner-content button span{
        font-size: 13px;
    }
}
@media (max-width: 650px){
    .tvofferbanner-content h4{
        font-size: 22px;
        margin-bottom: 15px;
    }
    .tvofferbanner-content button{
        padding: 8px 24px;
    }
    .tvofferbanner-content button span{
        font-size: 12px;
    }
}
@media (max-width: 575px){
    .tvofferbanner-content h4{
        font-size: 18px;
        margin-bottom: 12px;
    }
    .tvofferbanner-content button{
        padding: 7px 20px;
    }
    .tvofferbanner-content button span{
        font-size: 11px;
    }
}
@media (max-width: 425px){
    .tvofferbanner-content{
        width: 50% !important;
    }
    .tvofferbanner-content h4{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .tvofferbanner-content button{
        padding: 6px 20px;
    }
    .tvofferbanner-content button span{
        font-size: 10px;
    }
    .tvofferbanner-content.top-left,
    .tvofferbanner-content.bottom-left,
    .tvofferbanner-content.left{
        left: 15%;
    }
    .tvofferbanner-content h4 span{
        padding-left: 20%;
    }
}