/**

* 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

*/

/************************* brand ******************/

.tvimagegallery-slider-inner {
    position: relative;
}

.tvimagegallery-slider-block {
    /* margin: 0 -15px; */
}

.tvcmsimagegallery-slider {
    position: relative;
    margin-bottom: 100px;
}

.tvimagegallary-hoverbtn {
    width: 100%;
    overflow: hidden;
    position: relative;
}

/* REMOVE OVERLAY EFFECT */
.tvimagegallary-hoverbtn .tvimagegallary-ovrly,
.tvimagegallary-hoverbtn .tvimagegallary-buttons {
    display: none !important;
}

/* IMAGE LINK STYLE */
.tvimagegallery-img-block a {
    display: block;
    overflow: hidden;
}

.tvimagegallery-img-block img {
    transition: all 0.3s ease;
    cursor: pointer;
}

/* OPTIONAL SMALL HOVER EFFECT */
.tvimagegallery-img-block img:hover {
    transform: scale(1.03);
}

.tvcmsimagegallery-slider-main-title-wrapper {
    position: relative;
}

.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;
    object-fit: cover;
}

.tvcmsimagegallery-slider .owl-carousel .owl-item {
    padding: 0;
}

.tvimagegallery-slider-inner.owl-theme .owl-nav.disabled + .owl-dots {
    display: none;
}

/* .tvcmsimagegallery-slider-main-title-wrapper {

    position: absolute;

    left: 0;

    right: 0;

    top: 43%;

    z-index: 1;

    text-align: center;

} */

.tvimagegallery-slider-imagetag h1 {
    font-size: 69px;
    color: #FFA900;
    padding: 0 50px;
    display: inline-block;
    margin-bottom: 30px;
}

/* .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;

} */

@media (min-width: 992px) {

    .tvcms-imagegallery-next-pre-btn.tvcms-next-pre-btn{
        display: block;
    }

    .tvimagegallery-slider-next.tvcmsnext-btn,
    .tvimagegallery-slider-prev.tvcmsprev-btn {
        position: absolute;
    }

    .tvimagegallery-slider-next.tvcmsnext-btn {
        right: 0;
        left: auto;
    }

    .tvimagegallery-slider-prev.tvcmsprev-btn {
        right: 46px;
        left: auto;
    }

    .lang-rtl .tvimagegallery-slider-next.tvcmsnext-btn {
        right: auto;
        left: 46px;
    }

    .lang-rtl .tvimagegallery-slider-prev.tvcmsprev-btn {
        right: auto;
        left: 0;
    }

}

@media (max-width: 991px) {

    .tvcmsimagegallery-slider {
        /*margin-bottom: 50px;*/
    }

}

@media (max-width: 480px) {

    .tvimagegallery-slider-block {
        margin: 0;
    }

}