/**
* 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
*/
.tvcmssingle-block .tvsingle-block {
    position: relative;
    align-items: center;
}
.tv-single-block-content .tvsingle-block-sub-description {
    font-size: 24px;
    font-weight: 500;
    color: #c4a87a;
    line-height: 32px;
    margin-bottom: 20px;
    letter-spacing: .3px;
    text-transform: capitalize;
}
.tv-single-block-content .tvsingle-block-desc p{
    font-size: 16px;
    color: #a8a8a8;
    text-transform: capitalize;
    margin-bottom: 15px;
    line-height: 24px;
    font-weight: 400;
}
.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{
    text-align: center;
    padding: 15.8% 10.8%;
    position: relative;
}
.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;
}
@media(max-width: 1199px) {
    .tv-single-block-content {
        margin: 0 auto;
        left: 0;
        display: block;
        position: unset;
    }
}
@media (min-width: 1500px){
    .tv-single-block-content .tvsingle-block-sub-description{
        width: 85%;
        margin: 0 auto 20px auto;
    }
}
@media (max-width: 1280px){
    .tv-single-block-content{
        padding: 15.8% 15px;
    }
}
@media (max-width: 575px){
    .tv-single-block-content{
        padding: 50px 0;
    }
}