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

/**************** tv multibanner **********************/
.tvcmsmultibanners {
  position: relative;
}
.tvmultibanner{
  /*margin: 0 -7.5px;*/
  display: flex;
  justify-content: center;
  gap: 32px;
}
.tvmultibanner-part1,
.tvmultibanner-part2 {
  padding: 0;
  text-align: center;
}
.tvcmsmultibanners {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .tvcmsmultibanners {
    margin-bottom: 40px;
  }
}
.tvcmsmultibanners .tvmultibanner-1,
.tvcmsmultibanners .tvmultibanner-2,
.tvcmsmultibanners .tvmultibanner-3 {
  /*display: inline-block;*/
  vertical-align: middle;
  padding: 0 0px;
  position: relative;
}
.tvcmsmultibanners .tvmultibanner-1 {
  /*padding-left: 15px*/
}
.tvcmsmultibanners .tvmultibanner-3 {
  /*padding-right: 15px*/
}
.tvbanner-hover-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
.tvcmsmultibanners .tvbanner-hover-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.tvcmsmultibanners .tvbanner-hover-wrapper .tvmultibanner-title {
  display: flex;
  gap: 8px;
}
.tvcmsmultibanners .tvbanner-hover-wrapper .tvmultibanner-title p {
  color: #18242A;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
}
.none.tvmultibanner-content {
  display: none;
}
/*Left Align*/
.tvmultibanner-content.left {
  position: absolute;
  width: 80%;
  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: 10%;
  text-align: left;
}

.tvmultibanner-content.top-left {
  top: 10%;
  left: 10%;
  position: absolute;
  width: 80%;
  text-align: left;
}

.tvmultibanner-content.bottom-left {
  bottom: 3%;
  left: 10%;
  position: absolute;
  width: 80%;
  text-align: left;
}

/*Right Align*/

.tvmultibanner-content.right {
  position: absolute;
  width: 80%;
  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: 10%;
  text-align: right;
}

.tvmultibanner-content.top-right {
  position: absolute;
  width: 80%;
  top: 10%;
  right: 10%;
  text-align: right;
}

.tvmultibanner-content.bottom-right {
  position: absolute;
  width: 80%;
  bottom: 3%;
  right: 10%;
  text-align: right;
}

/*Center Align*/

.tvmultibanner-content.center {
  position: absolute;
  width: 80%;
  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;
}

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

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

.tvmultibanner-content.none {
  display: none;
}
.tvmultibanner-content h4 {
  font-size: 47px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 15px;
}
.tvmultibanner-content h5 {
  font-size: 28px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 15px;
}
.tvmultibanner-content h6 {
  font-size: 40px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 15px;
  font-family:'Great Vibes';
}
.tvmultibanner-content p {
  font-size: 20px;
  color: #91b60e;
  font-weight: 500;
  margin-bottom: 0;
}
.tvmultibanner-content p span {
  font-size: 25px;
}
.tvmultibanner-content h4 span,
.tvmultibanner-content h6 span{
  color: #db1212;
}
.tvmultibanner-content .tvmultibanner-btn {
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #db1212;
  background-color: transparent;
  border-radius: 3px;
  padding: 10px 28px;
  cursor: pointer;
  line-height: 19px;
  display: inline-block;
  color: #db1212;
}
.tvmultibanner-content .tvmultibanner-btn a{
  color: #db1212;
}
.tvmultibanner-content .tvmultibanner-btn:hover {
  background-color: #db1212;
  color: #ffffff;
}
.tvmultibanner-content .tvmultibanner-btn:hover a {
  color: #ffffff;
}
.tvmultibanner-1 .top-right.tvmultibanner-content{
  top: 15%;
}
.tvmultibanner-2 .tvmultibanner-content h6{
  font-size: 60px;
  color: #683b1c;
  margin-bottom: 0;
}
.tvmultibanner-2 .tvmultibanner-content p {
  color: #ff3538;
  font-size: 17px;
}
.tvmultibanner-3 .tvmultibanner-content p {
  color: #ff3538;
}
.tvmultibanner-3 .tvmultibanner-content h4{
  font-size: 52px;
}
.tvmultibanner-3 .bottom-left.tvmultibanner-content{
  /*bottom: 5%;*/
}
.tvmultibanner-3 .tvmultibanner-content h6{
  /*font-size: 19px;*/
}
/***** mobile tvcmsmultibanner1 *****/
@media(max-width: 1199px) {
  .tvcmsleftsideofferbanners-one .tvbanner-hover-wrapper:after {
    display: none;
  }
  .tvcmsmultibanners {
    margin: 0 -7.5px 50px -7.5px;
  }
}
@media(max-width: 1200px) and (min-width: 992px) {
  .tvmultibanner-content h6 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .tvmultibanner-content p {
    font-size: 15px;
  }
  .tvmultibanner-content p span {
    font-size: 18px;
  }
  .tvmultibanner-2 .tvmultibanner-content h6 {
    font-size: 45px;
  }
  .tvmultibanner-2 .tvmultibanner-content p {
    font-size: 15px;
  }
}
@media(max-width: 991px) and (min-width: 768px) {
  .tvmultibanner-content h6 {
    font-size: 25px;
  }
  .tvmultibanner-content p {
    font-size: 15px;
  }
  .tvmultibanner-content p span {
    font-size: 18px;
  }
  .tvmultibanner-2 .tvmultibanner-content h6 {
    font-size: 35px;
  }
  .tvmultibanner-2 .tvmultibanner-content p {
    font-size: 14px;
  }
}
@media (max-width: 767px) and (min-width: 651px){
  .tvmultibanner-content h6 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .tvmultibanner-content p {
    font-size: 15px;
  }
  .tvmultibanner-content p span {
    font-size: 18px;
  }
  .tvmultibanner-2 .tvmultibanner-content h6 {
    font-size: 35px;
  }
  .tvmultibanner-2 .tvmultibanner-content p {
    font-size: 14px;
  }
}
@media (max-width: 650px) {
  .tvmultibanner {
    display: block;
  }
  .tvcmsmultibanners .tvmultibanner-1,
  .tvcmsmultibanners .tvmultibanner-2,
  .tvcmsmultibanners .tvmultibanner-3 {
    margin-bottom: 15px;
  }
  .tvcmsmultibanners .tvmultibanner-1 img,
  .tvcmsmultibanners .tvmultibanner-2 img,
  .tvcmsmultibanners .tvmultibanner-3 img {
    width: 100%;
  }
}
@media(max-width: 575px) {
  .tvcmsmultibanners .tvbanner-hover-wrapper {
    /*margin-bottom: 15px;*/
  }
  .tvmultibanner3-wrapper .tvbanner-hover-wrapper {
    margin-bottom: 0;
  }
  .tvmultibanner-2 .tvmultibanner-content h6 {
    font-size: 40px;
  }
}

.tvcmsmultibanners .tvbanner-hover-wrapper img {
  -webkit-transition: all 2s cubic-bezier(.25,.46,.45,.94);
  -o-transition: all 2s cubic-bezier(.25,.46,.45,.94);
  transition: all 2s cubic-bezier(.25,.46,.45,.94);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.tvcmsmultibanners .tvbanner-hover-wrapper:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
