/**
* 2007-2022 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-2022 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;
}
.tvadvance-block-wrapper .tvadv-block-img {
    text-align: right;
    position: relative;
}
.tvadvance-block-content {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    position: relative;
}
.tvadvance-block-wrapper .tvcms-main-title .tvmain-sub-title h4,
.tvadvance-block-wrapper .tvcmsmain-title-wrapper {
    text-align: left;
}
.tvadvance-block-wrapper .tvcmsmain-title-wrapper {
    margin-bottom: 20px;
}
.tvadvance-block-content:last-child {
    /*margin-bottom: 0;*/
}
.tvadvance-block-content:last-child:after {
    /*display: none;*/
}
.tvadvance-block-content:last-child .tvadvance-block-content-desc p {
    /*margin: 0px 0 40px;*/
}
.tvadvance-block-content-img {
    margin-right: 25px;
    height: 32px;
    width: 32px;
    border-radius: 100%;
    border: 3px solid #e71d36;
}
.tvadvance-block-content-img img {
    margin-top: -3px;
    margin-left: 5px;
}
.tvadvance-block-content-details {
    width: 80%;
}
.tvadvance-block-content-title {
    font-size: 17px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.tvadvance-block-content .tvadvance-block-content-desc p {
    margin-bottom: 0;
    font-size: 15px;
    color: #666666;
    font-weight: 400;
}
.tvadvance-block {
    z-index: 1;
}
.tvcmsadvance-block {
    position: relative;
    /*margin-top: -60px;*/
}
.tvadvance-main-block-content-desc {
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}
.tvadvance-content-wrapper {
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}
.tvadvance-block-wrapper .tvadv-block-img:before{
    content: '';
    position: absolute;
    clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
    background-color: #e71d36;
    margin-bottom: 98px;
    width: 80%;
    top: 0;
    bottom: 0;
    left: 15px;
    z-index: -1;
}
.tvadvance-block-wrapper .tvadv-block-img img {
    margin: 0 15px;
    z-index: 1;
    position: relative;
    margin-top: 98px;
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.tvadvance-block-wrapper .tvadv-block-img:hover img {
    transform: scale(1.01);
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.lang-rtl .tvadvance-block-content-img{
    margin: 0 0 0 25px;
    direction: ltr;
}
.lang-rtl .tvadvance-block-wrapper .tvadv-block-img{
    text-align: left;
}
.lang-rtl .tvadvance-block-wrapper .tvadv-block-img:before{
    clip-path: polygon(25% 0%, 100% 0, 100% 100%, 0% 100%);
    right: 15px;
    left: auto;
}
.lang-rtl .tvadvance-block-wrapper .tvadv-block-img:after{
    right: 15px;
    left: auto;
}
.lang-rtl .tvadvance-block-wrapper .tvadv-block-img{
    text-align: left;
}
.lang-rtl .tvadvance-block-wrapper .tvadv-block-img:before{
    clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
    right: 0;
    left: auto;
}
.lang-rtl .tvadvance-block-wrapper .tvadv-block-img:after{
    left: auto;
    right: 0;
}
@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: 850px) {
    .tvcmsadvance-block-content {
        width: 100%;
    }
    .tvadvance-block-wrapper .tvadv-block-img, {
        width: 75%;
    }
    .tvadvance-block-wrapper {
        display: block;
    }
    .tvadvance-block-wrapper .tvadv-block-img {
        margin: auto;
        margin-bottom: 20px;
        float: initial;
        width: 75%;
    }
}

@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;
    }
}