/**
* 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
*/
.tvsingle-block {
    text-align: center;
}
.tv-single-block-content {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.tv-single-block-content h1 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.tv-single-block-content h3 {
    font-size: 15px;
    color: #000;
    font-weight: 700;
}
.tv-single-block-content p {
    font-size: 15px;
    line-height: 24px;
    color: #000;
    margin-bottom: 25px;
}
.tvcmssingle-block {
    position: relative;
}
.tvsingle-block-img-inner{
    display: inline-block;
    padding: 10px;
    position: relative;
}
.tvsingle-block-img-inner img{
    position: relative;
    z-index: 1;
}
.tvsingle-block-img-inner:after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10px;
    right: -10px;
    display: block;
    border-top: 1px solid #ffb219;
    border-bottom: 1px solid #ffb219;
}
.tvsingle-block-img-inner:before{
    content: '';
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: 0;
    right: 0;
    display: block;
    border-left: 1px solid #ffb219;
    border-right: 1px solid #ffb219;
}
.tvsingle-block-sub-description{
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    display: block;
    margin-bottom: 15px;
}
@media (max-width: 767px){
    .tvsingle-block-1{
        order: 1
    }
    .tvsingle-block-2{
        order: 2
    }
    .tvsingle-block-desc{
        order: 3;
        margin-top: 30px;
    }
}