/**
* 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: left;
}

.tv-single-block-image {
    display: inline-block;
}
.tv-single-block-content {
    text-align: left;
    /* padding: 165px 0; */
    /* left: 50%; */
    position: unset;
    display: inline-block;
}
.tv-single-block-content h3 {
    color: #000;
    font-weight: 600;
    line-height: 1.196;
    font-size: calc(25px + (57 - 25) * ((100vw - 280px) / (1920 - 280)));
    margin-bottom: 5px;
    text-transform: uppercase;
}
.tv-single-block-content-wrapper p {
    font-weight: 400;
    font-size: 19px;
    line-height: 35px;
    color: #6D6D6E;
    margin-bottom: 69px;
    width: 60%;
    text-transform: capitalize;
}

.tv-single-block-image img
{
    object-fit: cover !important;
}
.tvsingle-block-wrapper
{
    padding: 0 0 0 50px;
}
.tvcmssingle-block {
    position: relative;
   padding: 90px 0;
    background-color: #FFFFF9;
    background-repeat: no-repeat;
    background-position: right bottom;
}
.tvall-inner-btn.tvcms-singleblock-link {
    text-align: left;
    border: 1px solid #f15a26;
    background-color: transparent;
    display: inline-block;
    min-width: 150px;
    min-height: 40px;
    border-radius: 3px;
    padding: 10px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    line-height: 0;
}
.tvall-inner-btn.tvcms-singleblock-link span {
    color: #f15a26;
}
.tvall-inner-btn.tvcms-singleblock-link:hover span {
    color: #000;
}
.tvcms-singleblock-link:hover a {
    /*color: #ffffff;*/
}
.lang-rtl .tv-single-block-content-wrapper {
    text-align: right;
}
.lang-rtl .tvcmssingle-block {
    background-position: 10% 96%;
}
.tvcmssingle-block .tvsingle-block {
    position: relative;
    display: flex;
    align-items: center;
}
.tvcmssingle-block .tvproduct-wrapper .lazy,
.tvcmssingle-block img.lazy {
    background-color: transparent;
    width: auto;
}
.tv-single-block-content-inner {
    text-align: left;
    position: relative;
    padding: 0 50px;
    margin: auto;
    padding-left: 100px;
}

.tv-single-block-content h1 {
    font-size: calc(26px + (187 - 26) * ((100vw - 280px) / (1920 - 280)));
    font-weight: 400;
    line-height: 0.8;
    color: #FFC700;
    font-family: 'Charlotta Script DEMO';
    margin-bottom: 15px;
    text-transform: capitalize;
    letter-spacing: -0.01em;
}


@media (max-width: 1440px) {
    .tv-single-block-content-wrapper p
    {
        width: 100%;
    }
}
@media (max-width: 1280px) 
{
    .tv-single-block-content-inner,
    .tvsingle-block-wrapper  {
        padding: 0px 30px;
    }
}
@media (max-width: 1199px) {
    .tv-single-block-content-inner {
        padding: 0px;
    }
  
  .single-block-content-wrapper p {
        width: auto;
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .tv-single-block-content-wrapper p {
        font-size: 16px;
        line-height: 31px;
}
}
@media (max-width: 768px) {
    .tvsingle-block-wrapper
    {
        padding: 0;
    }
    .tvcmssingle-block .tvsingle-block
    {
        display: block;
    }
    .tvcmssingle-block {
padding: 50px 0;
    }
    
}
@media (max-width: 767px) {
  
    .tv-single-block-content-wrapper p {
        font-size: 15px;
        line-height: 30px;
    }
}
