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

/**************** tv multibanner **********************/
.tvcmsmultibanners {
  position: relative;
}
.tvmultibanner {
  margin: 0 -10px;
}
.tvmultibanner-part1,
.tvmultibanner-part2 {
  padding: 0;
  text-align: center;
}
.tvcmsmultibanners {
  margin-bottom: 120px;
}
@media (max-width: 991px) {
  .tvcmsmultibanners {
      margin-bottom: 30px;
  }
}
.tvcmsmultibanners .tvmultibanner-1,
.tvcmsmultibanners .tvmultibanner-2,
.tvcmsmultibanners .tvmultibanner-4,
.tvcmsmultibanners .tvmultibanner-3 {
  vertical-align: middle;
  position: relative;
  padding: 0 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.tvcmsmultibanners .tvbanner-hover-wrapper {
  display: inline-block;
  position: relative;
}
.none.tvmultibanner-content {
  display: none;
}
.tvmultibanner-content {
  z-index: 2;
}
/*Left Align*/
.tvmultibanner-content.left {
  position: absolute;
  max-width: 60%;
  width: auto;
  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: 5%;
  text-align: left;
}

.tvmultibanner-content.top-left {
  top: 10%;
  left: 5%;
  position: absolute;
  max-width: 60%;
  width: auto;
  text-align: left;
}

.tvmultibanner-content.bottom-left {
  bottom: 10%;
  left: 5%;
  position: absolute;
  max-width: 60%;
  width: auto;
  text-align: left;
}

/*Right Align*/

.tvmultibanner-content.right {
  position: absolute;
  max-width: 60%;
  width: auto;
  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: 5%;
  text-align: right;
}

.tvmultibanner-content.top-right {
  position: absolute;
  max-width: 60%;
  width: auto;
  top: 10%;
  right: 5%;
  text-align: right;
}

.tvmultibanner-content.bottom-right {
  position: absolute;
  max-width: 60%;
  width: auto;
  bottom: 10%;
  right: 5%;
  text-align: right;
}

/*Center Align*/

.tvmultibanner-content.center {
  position: absolute;
  /*max-width: 60%;*/
  width: auto;
  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;
  /*max-width: 60%;*/
  width: auto;
  top: 10%;
  right: 0;
  left: 0;
  text-align: center;
}

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

.tvmultibanner-content.none {
  display: none;
}
.tvmultibanner-content h4 span {
  display: block;
  color: #4092e3;
}
.tvmultibanner-content h5 {
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  color: #163EC2;
  margin-bottom: 5px;
  letter-spacing: normal;
}
.tvmultibanner-content h4 {
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-left: 16px;
  margin-bottom: 0px;
  position: relative;
}
.tvmultibanner-content h4:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #FFBD27;
  border-radius: 3px;
}
.tvmultibanner-content h6 {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-transform: capitalize;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.tvmultibanner-content h6 span {
  color: #E81A1A;
}
.tvmultibanner-content .tvmultibanner-btn {
  text-transform: uppercase;
  font-size: 15px;
  color: #222;
  padding: 9px 20px;
  font-weight: 400;
  letter-spacing: 0;
  cursor: pointer;
  border-radius: 0;
  border: 1px solid #fff;
  text-shadow: none;
  display: inline-block;
  margin-bottom: 0;
  background-color: transparent;
}
.tvmultibanner-content .tvmultibanner-btn span {
  letter-spacing: .5px;
  color: #fff;
  font-size: 11px;
}
.tvmultibanner2-wrapper .center.tvmultibanner-content {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  padding: 15px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .2);
}
.tvmultibanner-content .tvmultibanner-btn:hover {
  border-color: #4092e3;
  background-color: #4092e3;
}
.tvmultibanner-content .tvmultibanner-btn:hover span {
  color: #fff;
}
.tvmultibanner-content .tvmultibanner-btn:hover a {
  color: #ffffff;
}
.tvmultibanner-content>*:last-child {
  margin-bottom: 0;
}
.tvmultibanner-content .tvall-inner-btn {
  margin-top: 10px;
}
/***** mobile tvcmsmultibanner1 *****/
@media (max-width: 1600px) {
  .tvmultibanner-content h4 {
      font-size: 23px;
  }
  .tvmultibanner-content h6 {
      font-size: 14px;
  }
}
@media(max-width: 1440px) {
  .tvmultibanner-content h5 {
      font-size: 18px;
  }
  .tvmultibanner-content h4 {
      font-size: 19px;
      line-height: 26px;
      padding-left: 14px;
  }
  .tvmultibanner-content h6 {
      font-size: 13px;
      margin-bottom: 10px;
  }
  .tvmultibanner-content .tvmultibanner-btn {
      padding: 7px 17px 8px;
  }
}
@media(max-width: 1280px) {
  .tvmultibanner-content h5 {
      font-size: 17px;
  }
  .tvmultibanner-content h4 {
      font-size: 17px;
  }
  .tvmultibanner-content h6 {
      font-size: 12px;
  }
}
@media(max-width: 1199px) and (min-width: 768px) {
  .tvmultibanner-content h5 {
      font-size: 16px;
  }
  .tvcmsleftsideofferbanners-one .tvbanner-hover-wrapper:after {
      display: none;
  }
  .tvmultibanner-content h4 {
      font-size: 20px;
      line-height: 27px;
      margin-bottom: 8px;
  }
  .tvmultibanner-content h6 {
      /*font-size: 15px;*/
  }
  .center.tvmultibanner-content h4 {
      margin-bottom: 10px;
  }
  .center.tvmultibanner-content p {
      font-size: 14px;
      margin-bottom: 5px;
  }
  .center.tvmultibanner-content {
      padding: 20px 0;
  }
  .center.tvmultibanner-content h4 span {
      font-size: 30px;
  }
  .tvmultibanner2-wrapper .center.tvmultibanner-content h4 {
      font-size: 22px;
      line-height: 32px;
  }
}
@media(max-width: 1024px) and (min-width: 768px) {
  .tvmultibanner-content .tvmultibanner-btn {
      padding: 0;
      font-size: 13px;
  }
  .tvmultibanner-content h4 {
      font-size: 21px;
      line-height: 28px;
      margin-bottom: 8px;
  }
  .tvmultibanner-content h5 {
      font-size: 15px;
  }
  .tvmultibanner-content .tvmultibanner-btn {
      padding: 5px 13px 6px;
  }
  .tvmultibanner-content .tvmultibanner-btn span {
      font-size: 10px;
  }
}
@media(max-width: 991px) and (min-width: 768px) {
  .tvmultibanner-content h5 {
      font-size: 13px;
  }
  .tvmultibanner-content h4 {
      font-size: 18px;
      line-height: 26px;
      margin-bottom: 8px;
  }
  .tvmultibanner-content h6 {
      font-size: 11px;
  }
  .tvbanner-hover-wrapper:after {
      display: none;
  }
  .tvcmsmultibanners {
      margin-bottom: 30px;
  }
  .center.tvmultibanner-content {
      top: 10px;
      left: 15px;
      right: 15px;
      bottom: 10px;
  }
  .center.tvmultibanner-content p {
      font-size: 13px;
  }
}
@media (max-width: 900px) and (min-width: 768px) {
  .tvmultibanner2-wrapper .center.tvmultibanner-content h4 {
      font-size: 16px;
      line-height: 24px;
  }
  .tvmultibanner-content h4 {
      font-size: 16px;
      line-height: normal;
      padding-left: 10px;
  }
  .tvmultibanner-content .tvmultibanner-btn span {
      font-size: 9px;
  }
  .tvmultibanner-content .tvmultibanner-btn {
      padding: 3px 11px 5px;
  }
}
@media(max-width: 767px) {
  .tvcmsmultibanners .tvmultibanner-1,
  .tvcmsmultibanners .tvmultibanner-2,
  .tvcmsmultibanners .tvmultibanner-3,
  .tvcmsmultibanners .tvmultibanner-4 {
      /*width: 50%;*/
      /*width: auto;*/
      padding: 0 7.5px
  }
  .tvmultibanner {
      margin: 0 -7.5px;
      text-align: center;
  }
  .tvmultibanner1-wrapper,
  .tvmultibanner2-wrapper {
      margin-bottom: 15px;
  }
  .tvcmsmultibanners .tvmultibanner-3 {
      margin: auto;
      float: initial;
  }
  .center.tvmultibanner-content {
      top: 10px;
      left: 25px;
      right: 25px;
      bottom: 10px;
  }
  .center.tvmultibanner-content {
      padding: 30px 0;
  }
  .center.tvmultibanner-content h4 span {
      font-size: 50px;
  }
  .center.tvmultibanner-content p {
      font-size: 14px;
  }
  .tvmultibanner-content .tvmultibanner-btn {
      padding: 8px 12px;
      font-size: 14px;
  }
}
@media(max-width: 767px) and (min-width: 650px) {
  .tvmultibanner-content h5 {
      font-size: 14px;
  }
  .tvmultibanner-content h4 {
      font-size: 20px;
      line-height: normal;
  }
  .tvmultibanner-content h6 {
      font-size: 12px;
  }
}
@media(max-width: 575px) {
  .tvcmsmultibanners .tvbanner-hover-wrapper {
      margin-bottom: 15px;
  }
  .tvmultibanner3-wrapper .tvbanner-hover-wrapper {
      margin-bottom: 0;
  }
  .tvcmsmultibanners .tvmultibanner-1,
  .tvcmsmultibanners .tvmultibanner-2,
  .tvcmsmultibanners .tvmultibanner-3,
  .tvcmsmultibanners .tvmultibanner-4 {
      width: 100%;
      text-align: center;
  }
  .center.tvmultibanner-content {
      top: 30px;
      left: 45px;
      right: 45px;
      bottom: 30px;
      padding: 105px 0;
  }
  .tvmultibanner-content .tvmultibanner-btn {
      padding: 6px 10px;
  }
  .tvmultibanner-content h4 {
      font-size: 25px;
      line-height: normal;
  }
  .tvmultibanner-content h6 {
      font-size: 14px;
  }
}
@media(max-width: 400px) {
  .tvmultibanner-content h5 {
      font-size: 15px;
  }
  .tvmultibanner-content h4 {
      font-size: 17px;
      line-height: 24px;
  }
  .tvmultibanner-content h6 {
      font-size: 12px;
      margin-bottom: 8px;
  }
}

/* Custom style */
.tvmultibanner1-wrapper .img-responsive,
.tvmultibanner2-wrapper .img-responsive,
.tvmultibanner3-wrapper .img-responsive {
    display: inline-block;
    width: 100%;
}

.tvmultibanner__description {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.tvmultibanner__description::before,
.tvmultibanner__description::after {
  content: '';
  height: 2px;
  position: absolute;
  top: 40px;
}
.tvmultibanner__description::before {
  width: 85%;
  background-color: #d9d9d9;
}
.tvmultibanner__description::after {
  width: 130px;
  background-color: #000;
}

.tvmultibanner-content {
  text-align: center;
}
.tvmultibanner-content h3 {
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.tvmultibanner-content .btn:hover {
  background-color: #b0957d;
  color: #fff;
}
.tvmultibanner .btn {
  display: block;
  padding: 12px;
  background-color: #fff;
  text-align: center;
  max-width: 190px;
  margin: 0 auto;
  border: 1px solid #b0957d;
  text-transform: uppercase;
  color: #b0957d;
  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
}

@media(max-width: 767px) {
  .tvmultibanner__description {
    margin-top: 35px;
    padding-top: 35px;
  }
  .tvmultibanner__description::before,
  .tvmultibanner__description::after {
    top: 0;
  }
  .tvmultibanner-content h3 {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .tvmultibanner .btn {
    margin-top: 35px;
  }
  .tvcmsmultibanners .tvmultibanner-2 .tvmultibanner__image,
  .tvcmsmultibanners .tvmultibanner-4 .tvmultibanner__image {
    order: 2;
  }
}