/**
* 2007-2025 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-2025 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-wrappr {
    margin-bottom: 40px;
    position: relative;
}

.tvcmssingle-block-wrappr::before,
.tvcmssingle-block-wrappr::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50px;
    height: 100%;
    z-index: 1;
    background-color: #F5F5F5;
    background-repeat: no-repeat;
}

.tvcmssingle-block-wrappr::before {
    background-image: url(../img/left.png);
    left: 0;
}

.tvcmssingle-block-wrappr::after {
    background-image: url(../img/right.png);
    right: 0;
}

.tvcmssingle-block {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 16.5px 100px;
    background: linear-gradient(to right, #fff 0%, #fff 70%, #077F99 70%);
    position: relative;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    background-color: #F5F5F5;
}

.tvcmssingle-block::after {
    content: "";
    position: absolute;
    top: 0;
    left: 68%;
    width: 80px;
    height: 100%;
    background: #077F99;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 20% 100%);
}

.tvsingle-block-image-content-inner {
    position: relative
}

.tv-single-block-mainimage,
.tvsingle-block-image-two {
    display: none
}

.tvsingle-block-image-info-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.tvsingle-block-image-content-inner .tv-singleblock-content-one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.tvsingle-block-image-content-inner .tvsingle-block-btn-link-wrapper {
    display: none
}

.tv-single-block-image {
    padding-right: 50px
}

.tv-single-block-content {
    text-align: left
}

.tv-single-block-content .tvsingle-block-sub-description {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left
}

.tv-single-block-content .tvsingle-block-title {
    font-size: 36px;
    color: #077F99;
    font-weight: 700;
    display: block;
    text-align: left;
    padding-bottom: 0
}

.tv-single-block-content .tvsingle-block-desc {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left
}

.tvsingle-block-info-box {
    text-align: right
}

.tvsingle-bolck-btn-link.tvsingle-bolck-btn {
    font-size: 22px;
    color: #fff;
    font-weight: 300;
    text-transform: capitalize;
    padding: 10px 27px 9px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    z-index: 2;
}

.tvsingle-bolck-btn-link.tvsingle-bolck-btn:hover {
    background-color: #333;
    color: #fff
}

@media(max-width:1399px) {
  .tvsingle-bolck-btn-link.tvsingle-bolck-btn {
    font-size: 16px;
    padding: 10px 8px 9px;
}
}

@media(max-width:1024px) {
    .tvcmssingle-block {
        padding: 6px 30px
    }
}

@media(max-width:991px) {
    .tv-single-block-content .tvsingle-block-title {
        font-size: 24px
    }

    .tv-single-block-image {
        padding-right: 15px
    }

    .tvcmssingle-block {
        padding: 15px 30px
    }

    .tvsingle-bolck-btn-link.tvsingle-bolck-btn {
        font-size: 18px;
        padding: 8px 15px
    }

    .tv-single-block-content .tvsingle-block-sub-description,
    .tv-single-block-content .tvsingle-block-desc {
        font-size: 15px
    }

    /*.tvcmssingle-block-wrappr::before,
    .tvcmssingle-block-wrappr::after {
        background-size: 85%;
    }*/
    .tv-single-block-image svg {
        width: 50px;
    }

    .tvcmssingle-block-wrappr::before,
    .tvcmssingle-block-wrappr::after {
        width: 30px;
    }
}

@media (max-width: 768px) {
    .tv-single-block-image img {
        width: 76%;
    }

    .tv-single-block-image svg {
        width: 33px;
    }
}

@media(max-width:767px) {

    .tv-single-block-content .tvsingle-block-title {
        padding-bottom: 5px;
        padding-top: 5px
    }

    .tvsingle-bolck-btn-link.tvsingle-bolck-btn {
        font-size: 12px;
        padding: 8px 14px 8px 14px
    }

    .tvsingle-block-image-content-inner .tv-singleblock-content-one,
    .tv-singleblock-content-two {
        /*position: absolute;*/
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        /*-webkit-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);*/
        height: max-content;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        z-index: 1;
        position: relative;
    }


    .tv-singleblock-content-two {
        right: 50px;
        left: auto;
    }

    .tv-single-block-image-wrapper-1 {
        /*margin-bottom: 15px;*/
    }

    .tvsingle-block-info-box {
        display: none;
    }

    .tv-single-block-mainimage,
    .tvsingle-block-image-two {
        display: block
    }

    .tv-single-block-mainimage img,
    .tvsingle-block-image-two img {
        width: 100%
    }

    .tvsingle-block-image-info-wrapper {
        display: block
    }

    /*.tvcmssingle-block {
        background-image: none !important;
        padding: 0
    }*/

    .tvcmssingle-block-wrappr::after {
        display: none;
    }

    .tvcmssingle-block::after {
        background: #fff;
        clip-path: none;
    }

    .tvcmssingle-block {
        background: #fff;
    }

    .tvcmssingle-block-wrappr::before,
    .tvcmssingle-block-wrappr::after {
        width: 30px;
    }

    .tvcmssingle-block-wrappr::before {
        background-size: 146%;
    }
}


@media(max-width:575px) {

    .tv-single-block-content .tvsingle-block-desc,
    .tv-single-block-content .tvsingle-block-sub-description {
        font-size: 14px
    }

    .tvcmssingle-block {
        background-image: none
    }

    .tv-single-block-content .tvsingle-block-title {
        padding-bottom: 0;
        padding-top: 0
    }

    .tvcmssingle-block {
        padding: 7px 30px;
    }

    .tvcmssingle-block-wrappr::before {
        background-size: 120%;
    }
}

@media(max-width:420px) {
    .tv-single-block-image {
        padding-right: 10px;
        /*padding-left: 20px;*/
        /*width: 24%*/
    }

    .tv-single-block-content .tvsingle-block-title {
        font-size: 15px;
        font-weight: 500
    }

    .tv-single-block-content .tvsingle-block-desc,
    .tv-single-block-content .tvsingle-block-sub-description {
        font-size: 11px
    }
}

.lang-rtl .tvsingle-block-image-content-inner,
.lang-rtl .tvsingle-block-image-content-inner,
.lang-rtl .tvsingle-block-image-info-wrapper {
    direction: ltr
}