/**
* 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 ******************/
/*#wrapper {
    background: #F8F8F8;
}*/

.main-front-img-gallary .tvimagegallery-slider-inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    gap: 20px;
}

.tvimagegallery-slider-block {
    /*    margin: 0 -15px;*/
}

.tvcmsimagegallery-slider {
    position: relative;
    margin-bottom: 60px;

}

.main-tvcmsimagegallery-slider-wrapper {
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 20px;
}

.tvimagegallary-hoverbtn .tvimagegallary-buttons a {
    width: 100%;
    height: 100%;
}

.tvimagegallary-hoverbtn .tvimagegallary-buttons i {
    text-align: center;
    outline: 2px #e4e4e4 solid;
    outline-offset: 6px;
    padding: 14px;
    display: inherit;
    font-size: 33px;
    border-radius: 50px;
    margin: 0 5px;
    background-color: #E4E4E4;
    color: #000000;
    text-decoration: none;
    opacity: 0;
    position: relative;
    cursor: pointer;
}

.tvimagegallary-hoverbtn .tvimagegallary-buttons svg {
    opacity: 0;
    position: relative;
    display: inherit;
    cursor: pointer;
}

.tvcmsimagegallery-slider-main-title-wrapper {
    position: relative;
}

.tvimagegallary-hoverbtn .tvimagegallary-ovrly {
    background-color: #000000;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -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: .45;
    visibility: visible;
}

.tvimagegallary-hoverbtn:hover .tvimagegallary-buttons svg,
.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;
    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;
} */
.tvimagegallary-hoverbtn .tvimagegallary-buttons i:hover {
    background-color: #FFA900;
    color: #ffffff;
}

.tvimagegallary-hoverbtn .tvimagegallary-buttons i:hover {
    outline-color: #FFA900;
}

.tvcmsimagegallery-slider .tvimagegallery-img-block img {
    max-width: 100%;
}

.main-front-img-gallary .tvimagegallery-img-block a {
    display: inline-block;
    width: 194px;
    height: 194px;
    position: relative;
    border: 3px solid rgb(240, 240, 240);
    position: relative;
}

.main-front-img-gallary .tvimagegallery-img-block a::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .4);
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
}

.main-front-img-gallary .tvimagegallery-img-block:hover a::before {
    opacity: 1;
    visibility: visible;
}

.main-front-img-gallary .tvimagegallery-img-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-front-img-gallary .img-title-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, .4);
    padding: 7px 0;
}

.img-title-wrapper .img-title {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .3px;
}

/* inner img start*/

.main-tvcmsimagegallery-slider-wrapper .tvimagegallery-img-block {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.main-tvcmsimagegallery-slider-wrapper .desc-img {
    width: 120px;
    height: 120px;
    display: inline-block;
    border: 1px solid #ddd;
    padding: 4px;
    cursor: auto;
}

.main-tvcmsimagegallery-slider-wrapper .desc-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-tvcmsimagegallery-slider-wrapper .img-name {
    font-size: 36px;
    color: #35373e;
    font-weight: 400;
    margin-bottom: 12px;
}

.main-tvcmsimagegallery-slider-wrapper .main-img-wrapper {
    padding-inline-start: 0;
}

.main-tvcmsimagegallery-slider-wrapper .img-desc {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.main-tvcmsimagegallery-slider-wrapper .img-desc {
    padding-inline-start: 10px;
}



/*inner img end*/

/*gallry slidre start*/
.tvimagegallery-slider-block .slider-gallary-img {
    display: inline-block;
}

/*.main-tvcmsimagegallery-slider-wrapper .tvimagegallery-slider-content-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}*/

.tvimagegallery-slider-block .slider-gallary-img img {
    max-width: 100%;
    /*box-shadow: 0 0 6px #000;*/
    box-shadow: rgb(139, 139, 139) 1px 1px 3px 2px;
    /*box-shadow: rgb(78 78 78) 3px 1px 6px;*/
}

.gallary-slider-wrapper .tvimagegallery-slider-content-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 10px;
    column-gap: 20px;
}

.gallary-slider-wrapper .slider-gallary-img {
    position: relative;
}

.gallary-slider-wrapper .slider-gallary-img::before {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

.gallary-slider-wrapper .slider-gallary-img:hover::before {
    opacity: 1;
    visibility: visible;
}

/*gallry slidre end*/

/*pagination stat*/
#module-tvcmsimagegallery-gallary #content-wrapper .tvcms-all-pagination .tv-pagination-content {
    font-weight: 400;
    font-size: 15px;
    color: #666;
    font-size: 12px;
}

#module-tvcmsimagegallery-gallary #content-wrapper .tvcms-all-pagination .tv-pagination-wrapper {
    background-color: transparent !important;
    display: inline-flex;
     !important;
    padding-left: 0 !important;
    /*margin: 20px 0;*/
    border-radius: 0px !important;
}

#module-tvcmsimagegallery-gallary #content-wrapper .tvcms-all-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}



#module-tvcmsimagegallery-gallary #content-wrapper .pagination a {
    color: #000;
    border: 1px solid #ddd !important;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
    margin-inline-start: -3px;
    width: 34px;
    height: 31px;
}

#module-tvcmsimagegallery-gallary #content-wrapper .pagination a.prev i,
#module-tvcmsimagegallery-gallary #content-wrapper .pagination a.next i {
    font-size: 15px;
    transform: translateY(0px);
    line-height: normal;
    height: 35px;
}

/*#module-tvcmsimagegallery-gallary #content-wrapper .pagination a.prev i {
    transform: translateY(-1px);
}*/

#module-tvcmsimagegallery-gallary #content-wrapper .pagination a.next {
    width: 35px;
    height: 31px;
    /*margin-top: 5px;*/
    display: inline-block;
}

#module-tvcmsimagegallery-gallary #content-wrapper .pagination a.prev {
    width: 35px;
    height: 31px;
    /*    margin-top: 6px;*/
    display: inline-block;
    padding-top: 4px;
    padding-inline-start: 9px;
}

#module-tvcmsimagegallery-gallary #content-wrapper .pagination a:hover {
    color: #9DCE61;
    background-color: #eeeeee;
    border-color: #ddd;
}

#module-tvcmsimagegallery-gallary #content-wrapper .tv-pagination-wrapper li:not(:first-child) a {
    border-inline-start: none;
}

#module-tvcmsimagegallery-gallary #content-wrapper .pagination li.current.tv-pagination-li a {
    color: #ffffff;
    background-color: #333;
    border-color: #333;
    font-size: 13px;
    width: 34px;
    height: 31px;
}

#module-tvcmsimagegallery-gallary #content-wrapper .tv-pagination-result {
    text-align: end;
}

/*pagination end*/

/*mbox start*/
#module-tvcmsimagegallery-gallary .mbox-main-img {
    width: auto !important;
    height: auto !important;
}

.mbox-count {
    font: 20px arial, serif !important;
}

.mbox-blur {
    filter: unset !important;
}

.mbox-screenfit {
    display: none;
} 

.mbox-actions>li:after {
    width: 22px !important;
    height: 22px !important;
}

/*mbox end*/

.img-gallary-title {
    color: #35373e;
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 30px;
    padding-inline-start: 30px;
}

/*media start*/
@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;*/
    }

    .tvimagegallary-hoverbtn .tvimagegallary-buttons i {
        padding: 9px;
        font-size: 25px;
    }

    .main-front-img-gallary .tvimagegallery-slider-inner {
        justify-content: center;
    }

}

@media (max-width: 767px) {
    .main-tvcmsimagegallery-slider-wrapper .img-info-wrapper {
        margin-top: 10px;
    }

    .main-tvcmsimagegallery-slider-wrapper .img-desc {
        font-size: 13px;

    }

    .main-tvcmsimagegallery-slider-wrapper .img-name {
        font-size: 25px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .img-gallary-title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .main-tvcmsimagegallery-slider-wrapper .img-desc {
        padding-inline-start: 0;
    }

    .main-tvcmsimagegallery-slider-wrapper .img-info-wrapper {
        padding-inline-start: 0;

    }

    .main-front-img-gallary .tvimagegallery-img-block a {
        width: 130px;
        height: 130px;
    }

    .main-front-img-gallary .img-title-wrapper {
        padding: 4px 0;
    }

    .img-title-wrapper .img-title {
        font-size: 13px;
    }

    /* .tvcms-all-pagination .tv-pagination-content {
        font-size: 13px;
    }

    .pagination a:not(.prev):not(.next) {
        padding: 2px 7px;
    }

    .pagination li.current.tv-pagination-li a {
        font-size: 19px;
    }*/
}

@media (max-width: 480px) {
    .tvimagegallery-slider-block {
        margin: 0;
    }

}

/*media end*/