/**
* 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.
*/
.tvcmsmain-video {
    margin-bottom: 100px;
    padding: 80px 0;
}
.tvmain-video {
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 -15px;
}

.tvcmsmain-video .tvmain-video-wrapper {
    display: inline-block;    
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    right: 0;
}

.tvcmsmain-video .tvmain-video-content-box{
    display: inline-block;
    position: relative;
}

.tvcmsmain-video .tvmain-video-play {
    text-align: center;
    display: inline-block;
    background-color: #b41c43;
    border-radius: 100%;
    padding: 11px;
}
.tvcmsmain-video .tvmain-video-play button {
    border: none;
    background: none;
}
.tvcmsmain-video .tvmain-video-play button:focus {
    outline: none;
}
.tvcmsmain-video .tvmain-video-play a {
    width: 100%;
    height: 100%;
    display: block;
}

.tvcmsmain-video .tvmain-video-play i {
    color: #ffffff;
    font-size: 50px;
    /*margin: 0 0 15px 0;*/
    cursor: pointer;
}
.tvcmsmain-video .tvmain-video-play:hover i {
    color: #ffffff;
}
.tvcmsmain-video button {
    cursor: pointer;
}
.tvmain-video-content-box .tvmain-video-title {
    font-size: 45px;
    font-weight: 600;
    line-height: 45px;
    margin-bottom: 20px;
    color: #ffffff;
}
.tvmain-video-content-box .tvmain-video-desc {
    font-size: 17px;
    font-weight: 400;
    color: #ffffff;
    padding: 10px;
    background-color: #000000;
    margin-bottom: 30px;
}
.tvcmsmain-video button .tvmain-bottom-text {
    width: 220px;
    height: 50px;
    border: 1px solid #fff;
    line-height: 0;
    padding: 10px;
    border-radius: 3px;
}
.tvcmsmain-video button .tvmain-bottom-text p {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    margin: 0;
    text-transform: uppercase;
    line-height: 25px;
}
.tvcmsmain-video button .tvmain-bottom-text:hover {
    border-color: #db1212;
    background-color: #db1212;
}
.tvcmsmain-video button .tvmain-bottom-text:hover p {
    color: #fff;
}
/*.tvcmsmain-video .tvmain-video-title{
    color: #222222;
    font-weight:600;
    font-size: 30px;
    font-family: 'Titillium Web', sans-serif;
    text-align: left;
    margin-bottom: 25px;
}
.tvcmsmain-video .tvmain-video-desc{
    font-size: 12px;
    color: #666666;
    text-align: left;
    line-height: 18px;
}*/
@media(max-width: 1399px) {
    .tvcmsmain-video .tvmain-video-wrapper {
        /*padding: 50px 0;*/
    }
    .tvmain-video-content-box .tvmain-video-title {
        /*font-size: 40px;*/
    }
}
@media(max-width: 991px) {
    .tvcmsmain-video .tvmain-video-content-box .tvmain-video-title {
        font-size: 40px;
    }
}
@media(max-width: 767px) {
    .tvcmsmain-video .tvmain-video-wrapper {
        /*padding: 30px;*/
    }
    .tvcmsmain-video {
        background-position: right -150px center;
    }

}
@media(max-width: 575px) {
    .tvcmsmain-video .tvmain-video-content-box .tvmain-video-title {
        font-size: 30px;
    }
}

@media(max-width: 420px) {
    .tvcmsmain-video .tvmain-video-content-box .tvmain-video-title {
        font-size: 25px;
    }
    .tvcmsmain-video .tvmain-video-wrapper {
        /*padding: 20px;*/
    }
    .tvcmsmain-video .tvmain-video-play i {
        /*font-size: 75px;*/
    }
    .tvcmsmain-video button .tvmain-bottom-text {
        padding: 10px;
    }
    .tvcmsmain-video button .tvmain-bottom-text p {
        font-size: 16px;
    }
    .tvcmsmain-video {
        background-position: right -300px center;
    }
}

.tvmain-video .tvall-inner-btn-cancel span,
.tvmain-video .tvall-inner-btn span {
    text-transform: uppercase;
}

.tvcmsmain-video .tvmain-video-play {
    position: relative;
    z-index: 1;
}

.tvmain-video-inner:hover .tvmain-video-content-box:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 100%;
    background-color: #ffffff;
    transform: scale(1.3);
    opacity: .2;
    left: 0;
    top: 0;
    z-index: 0;
}
.tvmain-video-inner:hover .tvmain-video-content-box:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 100%;
    background-color: #ffffff;
    transform: scale(1.6);
    opacity: .2;
    left: 0;
    top: 0;
    z-index: 0;
}

.tvmain-videoblock-logo {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.tvmain-videoblock-logo img {
    margin-bottom: 30px;
}

.tvmain-videoblock-logo .tvmain-video-desc {
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 1px;
}