/**
* 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
*/
/****************************feature*********************/
.tvcmsfeature-block {
    position: relative;
    margin-bottom: 175px;
}
.tvfeature-block-img-box {
    display: flex;
    align-items: center;
    padding: 0;
}
.tvfeature-signature-img {
    margin-left: -50px;
}
.tvfeature-main-img {
    box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.32);
}
.tvfeature-block-main-des p {
    font-size: 18px;
    margin-bottom: 0;
    color: #333;
    padding-right: 5px;
    letter-spacing: 0.7px;
    font-weight: 400;
}
.tvfeature-block-wrapper-info {
    text-align: center;
    position: relative;
}
.tvfeature-block-des.right {
    position: absolute;
    bottom: 20px;
    right: 0px;
    text-align: right;
    width: 50%;
}
.tvfeature-block-des.left {
    position: absolute;
    bottom: 20px;
    left: 0px;
    width: 50%;
    text-align: left;
}
.tvfeature-block-des.center {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50%;
    text-align: center;
}
.tvfeature-content-wrapper .tvfeature-block-info-box.left {
    position: absolute;
    bottom: 10%;
    left: 0;
    min-width: 200px;
    background-color: #fff;
    padding: 15px;
    border: 1px solid #eeeeee;
}
.tvfeature-content-wrapper .tvfeature-block-info-box.right {
    position: absolute;
    bottom: 10%;
    right: 0;
    min-width: 200px;
    background-color: #fff;
    padding: 15px;
    border: 1px solid #eeeeee;
}
.tvfeature-content-wrapper .tvfeature-block-info-box.center {
    position: absolute;
    bottom: 10%;
    right: 0;
    left: 0;
    min-width: 200px;
    background-color: #fff;
    padding: 15px;
    border: 1px solid #eeeeee;
}
.tvfeature-content-wrapper .tvfeature-block-info-box.none,
.tvfeature-block-des.none {
    display: none;
}
@media (max-width: 991px) {
    .tvcmsfeature-block {
        margin-bottom: 50px;
    }
}
.tvfeature-block-main-title-wrapper .tvcmsmain-title-wrapper {
    margin: 0;
}
.tvfeature-block-bolck-btn-link.tvfeature-block-bolck-btn {
    color: #ffffff;
    font-size: 12px;
}
.tvfeature-block-bolck-btn-link.tvfeature-block-bolck-btn i {
    font-size: 13px;
}
.tvfeature-content-wrapper .tvfeature-block-info-box h2 {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    margin-bottom: 0;
}
.tvfeature-img-block {
    margin-bottom: 15px;
    background: transparent;
    display: inline-block;
    border-radius: 100%;
    padding: 15px;
    border: 2px solid #222;
}
.tvfeature-block-wrapper:hover .tvfeature-img-block {
    border-color: #13e1de;
}
.tvfeature-block-wrapper:hover .tvfeature-content-wrapper .tvfeature-block-info-box h2 {
    color: #13e1de;
}
.tvfeature-content-wrapper .tvfeature-block-items {
    font-size: 14px;
    text-transform: uppercase;
}
.tvfeature-block-video-block {
    display: flex;
    align-items: center;
    margin: 50px 0;
}
.tvfeature-block-video-button {
    width: 50px;
    height: 50px;
    background-color: #13e1de;
    padding: 12px;
    border-radius: 100%;
    position: relative;
    margin-right: 10px;
}
.tvfeature-block-video-button:hover {
    background-color: #000;
}
.tvfeature-block-video-button:hover i {
    color: #fff;
}
.tvfeature-block-video-button:after {
    top: -6px;
    left: -6px;
    padding: 6px;
    box-shadow: 0 0 0 1px #000;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(.8);
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.tvfeature-block-video-button:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.tvfeature-block-video-button i {
    color: #000000;
    font-size: 26px;
    text-shadow: 0px 2px 6px rgba(34, 34, 34, 0.2);
}
.tvfeature-block-video-block h1 {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    margin: 0;
}
.tvfeature-block-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #00000015;
    background-color: #fff;
    padding: 70px 0;
}
.tvfeature-block-content-box {
    padding: 0;
}
.tvfeature-block-img-box img.tvfeature-signature-img{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tvfeature-block-img-box:hover img.tvfeature-signature-img{
    transform: scale(1.08);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.lang-rtl .tvfeature-block-video-button {
    margin-left: 15px;
    margin-right: 0;
}
.lang-rtl .tvfeature-block-content-box {
    float: right;
}
@media (max-width: 1140px){
    .tvfeature-content-wrapper .tvfeature-block-info-box h2 {
        font-size: 16px;
    }
}
@media (max-width: 1024px) {
    .tvfeature-block-wrapper {
        padding: 0 5px;
    }
    .tvfeature-block-content-wrapper {
        padding: 40px 0;
    }
}
@media (max-width: 850px) {
    .tvfeature-block-content-box,
    .tvfeature-block-img-box {
        width: 100%;
    }
    .tvfeature-block-wrapper {
        width: 100%;
        margin-bottom: 15px;
    }
    .tvfeature-block-img-box {
        justify-content: center;
    }
    .tvfeature-block-video-block {
        margin: 30px 0;
    }
}