/**
* 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
*/
.tvadvance-block-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
.tv-advance-block-image {
    /*background-repeat: no-repeat;
    background-position: center center;
    text-align: center;*/
    /*padding-top: 100px;*/
    /*padding-left: 0px;*/
    position: absolute;
    top: -25px;
    left: -180px;
    margin: auto;
    z-index: 0;
    display: inline-block;
}
.tvadv-block-img {
    padding: 0;
}
.tvadvance-block-content {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    position: relative;
}
.tvadvance-block-content:last-child {
    margin-bottom: 0;
}
.tvadvance-block-content:last-child:after {
    display: none;
}
.tvadvance-block-content:last-child .tvadvance-block-content-img {
    order: 1;
}
.tvadvance-block-content:last-child .tvadvance-block-content-details {
    order: 0;
}
.tvadvance-block-content:last-child .tvadvance-block-content-desc p {
    /*margin: 0px 0 40px;*/
}
.tvadvance-block-content-img {
    /*width: 20%;*/
    /*text-align: center;*/
}
.tvadvance-block-content-img img {
    /*height: 100px;*/
    /*width: 100px;*/
    /*background-color: #ffffff;*/
    /*border: 1px solid #f0f0f0;*/
    /*border-radius: 100%;*/
    /*box-shadow: 0px 2px 3.76px 0.24px rgba(0, 0, 0, 0.15);*/
}
.tvadvance-block-content-details {
    width: 85%;
}
.tvadvance-block-content-title {
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 10px;
}
.tvadvance-block-content .tvadvance-block-content-desc p {
    margin-bottom: 0;
    font-family: 'Rubik';
    font-size: 15px;
    color: #bbbbbb;
    font-weight: 400;
}
.tvadvance-bolck-btn-link-wrapper {
    text-align: center;
}
.tvcmsadvance-block-content {
    background-color: #121212;
    padding: 100px 110px;
}
.tvadvance-block {
    z-index: 1;
}
.tvcmsadvance-block {
    position: relative;
    margin-top: -60px;
}
.tvadvance-main-block-content-desc {
    font-size: 17px;
    color: #ffffff;
    font-family: 'Rubik';
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}
.tvadvance-content-wrapper {
    position: relative;
    z-index: 1;
}
.tvadvance-block-index {
    width: 44px;
    /*padding: 12px;*/
    line-height: 44px;
    height: 44px;
    margin-right: 30px;
    text-align: center;
    background: #e53f29;
    border-radius: 100%;
    position: relative;
}
.tvadvance-block-index span {
    font-size: 18px;
    color: #ffffff;
    font-family: 'Rubik';
}
.tvadvance-block-index:after {
    content: '';
    width: 70px;
    height: 70px;
    background-color: #e53f29;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -13px;
    margin: auto;
    display: block;
    border-radius: 100%;
    opacity: 20%;
    z-index: -1;
}
.tvadvance-block-content:after {
    content: '';
    position: absolute;
    left: 20px;
    bottom: -35px;
    background-color: #e53f29;
    width: 2px;
    height: 20px;
    display: block;
}
.lang-rtl .tvadvance-block-index {
    margin-right: 0;
    margin-left: 30px;
}
.lang-rtl .tvadvance-block-content:after {
    left: auto;
    right: 20px;
}
@media (max-width: 1440px) {
    .tvcmsadvance-block-content {
        padding: 60px 60px;
    }
    .tvcmsadvanceblock-slider-main-title-wrapper .tvcmsmain-title-wrapper {
        margin-bottom: 40px;
    }
}
@media (max-width: 1180px) {
    .tvcmsadvance-block-content {
        padding: 40px 40px;
    }
    .tvadvance-block-content .tvadvance-block-content-desc p {
        font-size: 14px;
    }
    .tvadvance-block-content-title {
        font-size: 16px;
    }
}
@media (max-width: 1024px){
    .tvcmsadvance-block-content{
        width: 100%;
    }
    .tvadv-block-img{
        text-align: center;
        width: 100%;
    }
}@media (max-width: 575px){
    .tvadvance-block-content{
        display: block;
        text-align: center;
        margin-bottom: 30px;
    }
    .lang-rtl .tvadvance-block-index,
    .tvadvance-block-index{
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .tvadvance-block-content-details{
        width: 100%;
    }
    .tvadvance-block-content:after{
        display: none;
    }
}