/**
* 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 {
    position: relative;
}
.tv-single-block-image {
    display: inline-block;
}
.tv-single-block-content {
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    padding-block: 77px;
}
.tv-single-block-content-inner {
    padding-left: 24%;
    padding-right: 14%;
}
.tv-single-block-content h3 {
    color: #294D5C;
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 22px;
    text-transform: capitalize;
}
.tvsingle-block-subtitle {
    color: #4f4343;
    font-family: Marck Script;
    font-size: 72px;
    font-weight: 400;
    line-height: normal;
    opacity: 0.36;
    margin-bottom: -25px;
}
.tvsingle-block-title {
    color: #3c2c2c;
    font-family: Marcellus;
    font-size: 52px;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 11px;
}
.tv-single-block-content h1 {
    font-size: calc(20px + (52 - 20) * ((100vw - 280px) / (1920 - 280)));
    font-weight: 700;
    line-height: 0.8;
    color: #000;
    margin-bottom: 41px;
    text-transform: capitalize;
    letter-spacing: 0;
}
.tv-single-block-content-wrapper p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #696969;
    width: 80%;
    text-transform: capitalize;
}
.tv-single-block-content-wrapper p:nth-child(1) {
    margin-bottom: 22px;
}
.tv-single-block-image img {
    object-fit: cover !important;
}
.tvsingle-block-wrapper {
    padding-inline-start: 0;
}
.tvcms-singleblock-link {
    margin-top: 41px;
}
.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;
}
.tvcmssingle-block .tvproduct-wrapper .lazy,
.tvcmssingle-block img.lazy {
    background-color: transparent;
    width: auto;
}
.tvsingle-block .tvall-inner-btn {
    background-color: #294D5C;
}
.tvsingle-block .tvall-inner-btn:hover {
    background-color: #DB5735;
}
@media (max-width: 1440px) {
    .tv-single-block-content-wrapper p {
        width: 100%;
    }
    .tvcms-singleblock-link {
        margin-top: 20px;
    }
}
@media (max-width: 1600px) {
    .tvsingle-block-subtitle {
        font-size: calc(25px + (66 - 25) * ((100vw - 280px) / (1920 - 280)));
        margin-bottom: calc(-5px + (-25 - 5) * ((100vw - 280px) / (1920 - 280)));
    }
    .tvsingle-block-title {
        font-size: calc(22px + (44 - 22) * ((100vw - 280px) / (1920 - 280)));
    }
    .tv-single-block-content {
        padding-block: calc(30px + (77 - 30) * ((100vw - 280px) / (1920 - 280)));
        background-size: cover;
    }
    .tv-single-block-content h1 {
        margin-bottom: 25px;
    }
    .tv-single-block-content h3 {
        font-size: 22px;
        margin-bottom: 17px;
    }
}
@media (max-width: 991px) {
    .tv-single-block-content-wrapper p {
        margin-bottom: 10px;
    }
    .tv-single-block-content h1 {
        margin-bottom: 15px;
    }
}
@media (max-width: 850px) {
    .tvcmssingle-block .tvsingle-block {
        display: block;
    }
}
@media (max-width: 768px) {
    .tvcmssingle-block .tvsingle-block {
        display: block;
    }
    .tv-single-block-content-wrapper p {
        -webkit-line-clamp: 3;
        overflow: hidden;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }
}
@media (max-width:575px) {
    .tv-single-block-content-inner {
        padding-left: 15px;
        padding-right: 15px;
    }
    .tv-single-block-content {
        background-size: unset;
        border-radius: 5px;
    }
}