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

.tvofferbanner-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*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: 6%;
    text-align: left;
}

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

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

/*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: 4%;
    text-align: right;
}

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

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

/*Center Align*/

.tvofferbanner-content.center {
    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: 0;
    left: 0;
    margin: auto;
    text-align: left;
    z-index: 1;
}

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

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

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

.tvofferbanner-content {
    width: 60%;
}
.tvcmsofferbanners-one:after {
    /*   content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    height: 452px;
    width: 452px;
    top: 0;
    right: 0;
    z-index: 0;*/
}
.tvcmsofferbanners-one a {
    display: inline-block;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}
.tvcmsofferbanners-one a:after {
    /*content: '';
    position: absolute;
    display: inline-block;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    background: rgba(0,0,0,.6);*/
}
.tvcmsofferbanners-one .tvofferbanners-one:before {
    /*background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 0;
    opacity: 1;
    -moz-opacity: 1; 
    -khtml-opacity: 1; 
    -webkit-opacity: 1; 
    position: absolute;
    right: 0;
    width: 0;
    z-index: 1;*/
}
.tvcmsofferbanners-one .tvofferbanners-one:after {
    /*background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    content: "";
    height: 0;
    left: 0;
    opacity: 1;
    -moz-opacity: 1; 
    -khtml-opacity: 1; 
    -webkit-opacity: 1; 
    position: absolute;
    top: 0;
    width: 0;
    z-index: 1;*/
}
.tvcmsofferbanners-one .tvofferbanners-one:hover:before,
.tvcmsofferbanners-one .tvofferbanners-one:hover:after {
    /*height: 100%;
    opacity: 0;
    -moz-opacity: 0; 
    -khtml-opacity: 0; 
    -webkit-opacity:0; 
    transition-duration: 1.3s;
    width: 100%;*/
}

/***** offer banner *****/
.tvcmsofferbanners-one .tvbanner1 {
    position: relative;
}
.tvofferbanner-content {
    position: absolute;
    top: 70%;
    -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 button {
    /*background-color: #d21717;*/
}
.tvofferbanner-content button span {
    /*color: #ffffff;*/
}
.none.tvofferbanner-content {
    display: none;
}
.tvcmstvcmssliderofferbanners img {
    border-radius: 3px;
}
.tvofferbanner-content h4 {
    color: #8a3f07;
    font-size: 23px;
    font-weight: 700;
    position: relative;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.tvofferbanner-content h6 {
    color: #8a3f07;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}
.tvofferbanner-content p {
    font-size: 16px;
    color: #222222;
    font-weight: 600;
    margin-bottom: 25px;
    background-color: #ffffff;
    border-radius: 3px;
    display: inline-block;
    padding: 11px 50px;
}
.tvcmsofferbanners-one {
    margin-bottom: 30px;
    position: relative;
}
.tvcmstvcmsofferbanners .tvbanner-hover-wrapper {
    overflow: hidden;
}
@media (max-width: 991px) {
    .tvofferbanner-content h4 {
        font-size: 46px;
    }
    .tvofferbanner-content p {
        padding: 8px 40px;
        font-size: 14px;
        margin-bottom: 15px;
    }
    .tvofferbanner-content h6 {
        font-size: 50px;
        margin-bottom: 25px;
    }
}
@media (max-width: 767px) {
    .tvofferbanner-content h4 {
        font-size: 24px;
        padding-bottom: 10px;
        margin-bottom: 0;
    }
    .tvofferbanner-content h6 {
        font-size: 17px;
        margin-bottom: 15px;
    }
    .tvofferbanner-content p {
        font-size: 12px;
    }
}
@media (max-width: 650px) {
    .tvofferbanner-content p {
        padding: 6px 36px;
        font-size: 12px;
        margin-bottom: 10px;
    }
    .tvofferbanner-content button {
        padding: 11px 20px;
    }
    .tvofferbanner-content button span {
        font-size: 12px;
    }
}

@media (max-width: 575px) {
    .tvofferbanner-content.center {
        /*width: 100%;*/
    }
}

@media (max-width: 480px) {
    .tvofferbanner-content h4 {
        font-size: 18px;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }
    .tvofferbanner-content h6 {
        margin-bottom: 7px;
        font-size: 14px;
    }
    .tvofferbanner-content button {
        padding: 9px 16px;
    }
    .tvofferbanner-content button span {
        font-size: 10px;
    }
}
@media (max-width: 375px) {
    .tvofferbanner-content p {
        padding: 3px 22px;
        font-size: 8px;
        line-height: 14px;
        margin-bottom: 8px;
    }
    .tvofferbanner-content h4 {
        font-size: 20px;
        padding: 0;
    }
    .tvofferbanner-content h6 {
        font-size: 20px;
        line-height: 16px;
        margin-bottom: 5px;
    }
    .tvofferbanner-content button {
        padding: 5px 15px;
    }
    .tvofferbanner-content button span {
        font-size: 8px;
        line-height: 9px;
    }
}

.tvcmsofferbanners-one:after {
    content: '';
    position: absolute;
    background-image: url(../img/chocolate_image.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 452px;
    width: 452px;
    top: 0;
    right: 0;
    z-index: 0;
}

@media (min-width: 1720px) {
    .tvcmsofferbanners-one:after {
        height: 362px;
        width: 352px;
    }
}
@media (max-width: 1440px) {
    .tvcmsofferbanners-one:after {
        height: 322px;
        width: 322px;
    }
}
@media (max-width: 1280px) {
    .tvcmsofferbanners-one:after {
        height: 322px;
        width: 312px;
    }
}
@media (max-width: 1024px) {
    .tvofferbanner-content {
        width: 70%;
    }
}
@media (max-width: 900px) {
    .tvcmsofferbanners-one:after {
        height: 182px;
        width: 172px;
    }
}
@media (max-width: 650px) {
    .tvcmsofferbanners-one:after {
        height: 112px;
        width: 112px;
    }
}
@media (max-width: 575px) {
    .tvcmsofferbanners-one:after {
        height: 122px;
        width: 112px;
    }
}
@media (max-width: 525px) {
    .tvcmsofferbanners-one:after {
        height: 92px;
        width: 92px;
    }
}