/**
* 2007-2023 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-2023 PrestaShop SA
*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/

/************************* brand ******************/
.tvimagegallery-slider-inner {
    position: relative;
}

.tvimagegallery-slider-inner {
    width: 80%;
}
.tvimagegallery-slider-inner-1 {
    margin-bottom: 15px;
}
.tvimagegallery-slider-inner-2 {
    margin-left: auto;
}
.tvcmsimagegallery-slider {
    position: relative;
    margin-bottom: 0px;
    padding-top: 50px;
}
.tvcmsimagegallery-slider-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 217px;
    line-height: 150px;
    font-family: 'Cormorant Garamond';
    color: #6B6B6B10;
    font-weight: 700;
}
.tvimagegallary-hoverbtn {
    /*width: 100%;*/
    margin: 0 7.5px;
    overflow: hidden;
    position: relative;
}
.tvimagegallary-hoverbtn .tvimagegallary-buttons span {
    width: 100%;
    height: 100%;
}
.tvimagegallary-hoverbtn .tvimagegallary-buttons i {
    text-align: center;
    padding: 4px;
    font-size: 21px;
    margin: 0 5px;
    background-color: #222222;
    color: #ffffff;
    display: inherit;
    text-decoration: none;
    opacity: 0;
    position: relative;
    cursor: pointer;
}
.tvimagegallary-hoverbtn .tvimagegallary-ovrly {
    background-color: #ffffff;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.tvimagegallary-hoverbtn:hover .tvimagegallary-ovrly {
    opacity: .2;
}
.tvimagegallary-hoverbtn:hover .tvimagegallary-buttons i {
    opacity: 1
}
.tvimagegallary-hoverbtn .tvimagegallary-buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 100%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.tvimagegallery-slider {
    position: relative;
}
.tvimagegallery-slider-info-box {
    display: none;
}
.owl-carousel .owl-item .tvimagegallery-slider-wrapper-info img {
    width: 100%;
    margin: 0 auto 0 0;
}
.tvcmsimagegallery-slider .owl-carousel .owl-item {
    /*padding: 0 10px;*/
}
@media (max-width: 991px) {
    .tvcmsimagegallery-slider {
        /*margin-bottom: 50px;*/
    }
}

.tvimagegallery-slider-inner.owl-theme .owl-nav.disabled+.owl-dots {
    display: none;
}

.tvcmsimagegallery-slider-main-title-wrapper {
    padding: 0;
    /*position: absolute;
    left: 0;
    right: 0;
    top: 43%;
    z-index: 1;
    text-align: center;*/
}

.tvcmsimagegallery-slider-main-title-wrapper .tvcms-main-title .tvmain-title h2,
.tvcmsimagegallery-slider-main-title-wrapper .tvcmsmain-title-wrapper {
    /*padding: 0;*/
    /*margin: 0;*/
    /*display: inline-block;*/
}

.tvcmsimagegallery-slider-main-title-wrapper .tvcms-main-title .tvmain-title h2 {
    /*background-color: #ffffff80;*/
    /*font-size: 28px;*/
    /*padding: 10px 35px;*/
    /*line-height: normal;*/
}
.tvimagegallary-hoverbtn .tvimagegallary-buttons i:hover {
    background-color: #88523A;
    color: #ffffff;
}
.tvimagegallery-slider-block {
    /*margin: 0 -15px;*/
    /*padding: 0;*/
}
/*.tvimagegallery-slider .owl-stage {
    height: 313px;
}
.tvimagegallery-slider .owl-item {
    float: left;
    position: relative;
    height: calc(50% - 10px);
    transition: opacity 1s ease;
}
.tvimagegallery-slider .owl-item:not(.active) {
    opacity: 0;
}
.tvimagegallery-slider .owl-item>.tvimagegallery-slider-wrapper-info { 
    width: calc(100% + 0% * 2); 
}
.tvimagegallery-slider .owl-item:nth-child(odd)>.tvimagegallery-slider-wrapper-info {
    top: 0;
}
.tvimagegallery-slider .owl-item:nth-child(even)>.tvimagegallery-slider-wrapper-info {
    top: calc(100% + 0px);
}*/

.tvcmsimagegallery-slider-main-title-wrapper .tvcms-main-title {
    text-align: left
}

@media (max-width: 1300px) {
    .tvcmsimagegallery-slider-text {
        font-size: 190px;
    }
}