/**
* 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
*/
.tv-single-block-content .tvsingle-block-sub-description {
    font-size: 14px;
    font-weight: 400;
    color: #222;
    line-height: 24px;
    margin: 0;
    margin-bottom: 30px;
}
.tv-single-block-content .tvsingle-block-desc p{
    font-size: 14px;
    font-weight: 400;
    color: #222;
    margin: 0;
    margin-bottom: 30px;
    text-align: left;
}
.tv-single-block-content .tvsingle-block-title {
    color: #fafafa;
    font-size: 16px;
    margin-bottom: 12px;
    text-transform: uppercase;
    font-weight: 300;
}
.tvcmssingle-block {
    margin-bottom: 100px;
}
.tv-single-block-content {
    position: relative;
    z-index: 1;
    border-radius: 5px;
    padding: 20px 15px 20px 30px;
}
.tvcmssingle-block .tvcms-main-title .tvmain-sub-title h4, 
.tvcmssingle-block .tvcms-main-title .tvmain-title h2 {
    text-align: left;
}
.tvsingle-block-btn-link-wrapper a.tvsingle-bolck-btn {
    padding: 7px 21px;
}
.tvsingle-block-btn-link-wrapper a.tvsingle-bolck-btn span{
    line-height: 20px;
    letter-spacing: 1px;
}
.tvsingle-block-btn-link-wrapper{
    /*margin-top: 40px;*/
}
.tv-single-block-content:after {
    content: '';
    position: absolute;
    background-color: #f7f7f7;
    height: 420px;
    width: 970px;
    display: block;
    top: -55px;
    left: 0;
    z-index: -1;
}
.tv-single-block-image {
    position: relative;
    z-index: 2;
}
.tvcmssingle-wrapper {
    margin: 0 -15px;
    display: flex;
    align-items: center;
}

@media (max-width: 1024px) {
    .tv-single-block-content:after {
        top: -17px;
    }
}