/**
* 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.
*/
.tvcmstwoofferbanners-one {
    margin: 0 -15px 30px -15px;
}
.tvcmstwoofferbanners-one .tvofferbanner-two-inner {
    position: relative;
    text-align: center;
    padding: 0 15px;
}
/*Left Align*/
.tvtwoofferbanner-content.left {
    position: absolute;
    width: 60%;
    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;
}
.tvtwoofferbanner-content.top-left {
    top: 10%;
    left: 4%;
    position: absolute;
    width: 40%;
    text-align: left;
}
.tvtwoofferbanner-content.bottom-left {
    bottom: 10%;
    left: 4%;
    position: absolute;
    width: 40%;
    text-align: left;
}
/*Right Align*/
.tvtwoofferbanner-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;
}
.tvtwoofferbanner-content.top-right {
    position: absolute;
    width: 50%;
    top: 10%;
    right: 15px;
    text-align: right;
}
.tvtwoofferbanner-content.bottom-right {
    position: absolute;
    width: 50%;
    bottom: 10%;
    right: 15px;
    text-align: right;
}
/*Center Align*/
.tvtwoofferbanner-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;
}
.tvtwoofferbanner-content.top-center {
    position: absolute;
    /*width: 50%;*/
    top: 10%;
    right: 0;
    left: 0;
    text-align: center;
}
.tvtwoofferbanner-content.bottom-center {
    position: absolute;
    /*width: 50%;*/
    bottom: 10%;
    right: 0;
    left: 0;
    text-align: center;
}
.tvtwoofferbanner-content.none {
    display: none;
}
.tvcmstwoofferbanners-one .tvbanner-hover-wrapper {
    /*display: block;*/
}
.tvtwoofferbanner-content.none {
    display: none;
}
.tvtwoofferbanner-content h4 {
    margin-bottom: 24px;
    font-family: 'Kanit';
    font-weight: 700;
    font-size: 44px;
    line-height: 1.068;
    letter-spacing: 0.03em;
    text-transform: capitalize;
    color: #000000;
}
.tvtwoofferbanner-content h6 {
    margin-bottom: 60px;
    font-weight: 500;
    font-size: 19px;
    line-height: 0.947;
    letter-spacing: 0.03em;
    text-transform: capitalize;
    color: #000000;
}
.tvtwoofferbanner-content h6 span {
    color: #D11718;
    font-weight: 700;
}
.tvtwoofferbanner-content .btn span {
    line-height: 1.28;
    letter-spacing: 0.03em;
    padding: 9px 16px;
}
.tvtwoofferbanner-content .tvall-inner-btn i {
    margin-right: 0;
    color: #000;
    font-size: 23px;
    width: 36px;
    height: 36px;
}
.lang-rtl .tvtwoofferbanner-content .tvall-inner-btn i{
    margin: 0;
}
.tvtwoofferbanner-content .btn:hover:after {
    background-color: #222;
}
.tvtwoofferbanner-content .btn:hover {
    background-color: #222;
}
.tvtwoofferbanner-content .btn:hover span {
    color: #fff;
}
/*.tvtwoofferbanner-content .btn:hover span {
    color: #fff;
}*/
@media(max-width: 1500px) {
    .tvtwoofferbanner-content h4 {
        font-size: calc(18px + (22 - 18) * ((100vw - 280px) / (1500 - 280)));
        margin-bottom: calc(10px + (22 - 10) * ((100vw - 280px) / (1500 - 280)));

    }
    .tvtwoofferbanner-content h6{
        font-size: calc(10px + (18 - 10) * ((100vw - 280px) / (1500 - 280)));
        margin-bottom: calc(10px + (40 - 10) * ((100vw - 280px) / (1500 - 280)));

    }
}
@media(max-width: 1360px) and (min-width: 1200px) {
    .tvcmstwoofferbanners-one {
        margin-bottom: 30px;
    }
    .tvtwoofferbanner-content h4 {
        font-size: 27px;
        line-height: 35px;
    }
    .tvtwoofferbanner-content h6 {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .tvtwoofferbanner-content h4 span {
        font-size: 18px;
    }
    .tvtwoofferbanner-content .btn {
        font-size: 13px;
        padding: 5px;
    }
    .tvtwoofferbanner-content p {
        font-size: 12px;
        margin-bottom: 10px;
    }
}
@media(max-width: 1199px) and (min-width: 992px) {
    .tvtwoofferbanner-content h4 {
        font-size: 29px;
        line-height: 38px;
    }
    .tvtwoofferbanner-content h4 span {
        font-size: 22px;
    }
    .tvtwoofferbanner-content .btn {
        font-size: 14px;
    }
    .tvtwoofferbanner-content p {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .tvtwoofferbanner-content h6 {
        margin-bottom: 30px;
    }
}
@media(max-width: 128px) {
    .tvtwoofferbanner-content h6 {
        margin-bottom: 15px;
    }
}
@media(max-width: 1199px) {
    .tvcmstwoofferbanners-one {
        margin: 0 -7.5px 50px -7.5px;
    }
}
@media(max-width: 768px) {
    .tvtwoofferbanner-content .tvall-inner-btn span {
        padding: 4px 12px;
        font-size: 12px;
    }
}
@media(max-width: 767px) {
    .tvcmstwoofferbanners-one .tvofferbanner-two-inner {
        padding: 0;
    }
    .tvofferbanner-two-inner.tvbanner1 {
        margin-bottom: 15px;
    }
    .tvtwoofferbanner-content p {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .tvofferbanner-two-inner {
        width: 50%;
    }
}
@media(max-width: 650px) {
    .tvtwoofferbanner-content h6 {
        font-size: 13px;
    }
    .tvcmstwoofferbanners-one .tvall-inner-btn span {
        padding: 2px 8px;
    }
}
@media(max-width: 575px) {
    .tvcmstwoofferbanners-one .tvbanner1 .tvofferbanner-two-inner {
        margin-bottom: 15px;
    }
    .tvtwoofferbanner-content h4 span {
        font-size: 22px;
    }
    .tvtwoofferbanner-content .btn {
        font-size: 14px;
        padding: 5px;
    }
    .tvcmstwoofferbanners-one .tvofferbanner-two-inner {
        width: 100%;
    }
    .tvcmstwoofferbanners-one .tvall-inner-btn span {
        padding: 2px 9px 4px;
        font-size: 13px;
    }
    .tvtwoofferbanner-content .tvall-inner-btn i{
        display: none;
    }
}
@media(max-width: 480px) {
    .tvcmstwoofferbanners-one {
        margin-bottom: 30px;
    }
    .tvtwoofferbanner-content h4 span {
        font-size: 18px;
    }
    .tvtwoofferbanner-content .btn {
        font-size: 13px;
    }
    .tvtwoofferbanner-content h6 {
        font-size: 13px;
    }
    .tvtwoofferbanner-content p {
        font-size: 10px;
    }
}
@media(max-width: 400px) {
    .tvcmstwoofferbanners-one {
        margin-bottom: 30px;
    }
    .tvtwoofferbanner-content h4 span {
        font-size: 15px;
    }
    .tvtwoofferbanner-content .btn {
        font-size: 11px;
    }
}
@media(max-width: 375px) {
    .tvtwoofferbanner-content h6 {
        margin-bottom: 15px;
    }
}
.lang-rtl .tvcmstwoofferbanners-one {
    display: flex;
    flex-wrap: wrap;
}