/**
* 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: flex-end;*/
    position: relative;
}
.tv-advance-block-image {
    padding: 0;
    /*position: absolute;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*width: 200px;*/
    /*height: 200px;*/
    /*margin: auto;*/
    /*display: inline-block;*/
    /*right: 0;*/
}
.tv-advance-block-image img {
    /*border-radius: 100%;*/
    /*box-shadow: 0px 0px 15.2px 0.8px rgb(0 0 0 / 20%);*/
}
.tvadvance-block-content {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding: 15px 15px 15px 0;
}
.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 .tvadvance-block-content-desc p {
    margin: 0;
    font-size: 16px;
    color: #6B6B6B;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 22px;
    width: 90%;
}
.tvadvance-block-content:last-child .tvadvance-block-content-desc p {
    /*margin: 0px 0 40px;*/
}
.tvadvance-block-content-img {
    width: 20%;
    text-align: left;
}
.tvadvance-block-content:hover .tvadvance-block-content-img img {
    transform: rotateY(360deg);
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
.tvadvance-block-content-img img {
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    /*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: 80%;
    padding-left: 10px;
}
.tvadvance-block-content-title {
    font-size: 20px;
    color: #292929;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 8px;
}
.tvadvance-block-content-desc {
    font-size: 14px;
    color: #000000;
    line-height: 20px;
    font-weight: 400;
}
.tvadvance-bolck-btn-link-wrapper {
    /*text-align: center;*/
}
.tvadvance-main-block-content-desc {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    margin-bottom: 30px;
}
.tvcmsadvance-block-content {
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*align-items: center;*/
    /*margin: 0 -15px;*/
    padding: 95px 80px 91px;
}
.tvadvance-block-content-wrapper {
    width: 85%;
    display: flex;
    flex-wrap: wrap;
}
.tvadvance-block {
    z-index: 1;
}
.tvcmsadvance-block {
    position: relative;
    /*padding-bottom: 70px;*/
}
.tvcmsadvance-block .tvcms-main-title .tvmain-title:after {
    /*display: none;*/
}
.tvcmsadvance-block .tvcms-main-title {
    /*margin-bottom: 40px;*/
    text-align: left;
}
.tv-advance-block-image:after {
    /*content: '';*/
    position: absolute;
    bottom: -80px;
    right: -150px;
    background-image: url(../img/ring_img.png);
    width: 314px;
    height: 290px;
    display: block;
}
.lang-rtl .tv-advance-block-image:after {
    right: auto;
    left: -150px;
}
.lang-rtl .tvcmsadvance-block .tvcmsmain-title-wrapper {
    text-align: right;
}
@media (max-width: 1140px) {
    .tv-advance-block-image:after {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        right: -70px;
    }
    .lang-rtl .tv-advance-block-image:after {
        left: -70px;
    }
}
@media (max-width: 767px) {
    .tvcmsadvance-block-content {
        /*padding: 30px 15px 0 15px;*/
    }
}

@media (max-width: 1200px) {
    .tv-advance-block-image {
        text-align: center;
    }
    .tv-advance-block-image,
    .tvcmsadvance-block-content {
        width: 100%;
    }
}