/**
* 2007-2022 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-2022 PrestaShop SA
*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/
.tvimagegallery-slider-inner {
    position: relative;
}
.tvcmsimagegallery-slider {
    position: relative;
    margin-bottom: 0px;
}
.tvimagegallary-hoverbtn {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.tvimagegallary-hoverbtn .tvimagegallary-buttons a {
    width: 100%;
    height: 100%;
}
.tvimagegallary-hoverbtn .tvimagegallary-buttons .material-icons {
    background: #111111;
    color: #ffffff;
    display: inline-block;
    line-height: 50px;
    font-size: 24px;
    text-align: center;
    text-decoration: none;
    width: 50px;
    height: 50px;
    opacity: 0;
    position: relative;
    cursor: pointer;
    margin: 0 8px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}
.tvimagegallary-hoverbtn .tvimagegallary-ovrly {
    background-color: #13e1de;
    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 .material-icons {
    opacity: 1
}
.tvimagegallary-hoverbtn .tvimagegallary-buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    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 15px;
}
.tvcmsimagegallery-slider .owl-carousel .owl-item:nth-child(even) {
    padding-top: 50px;
}
@media (max-width: 991px) {
    .tvcmsimagegallery-slider {
        margin-bottom: 50px;
    }
}
.tvimagegallery-img-block {
    margin: 20px;
    padding: 5px;
    position: relative;
}
.tvimagegallery-img-block:after,
.tvcmsfooter-social-icon:after {
    content: '';
    border-top: double 6px #00000012;
    border-bottom: double 6px #00000012;
    position: absolute;
    z-index: 2;
    top: 0;
    left: -15px;
    right: -15px;
    margin: auto;
    height: 100%;
    z-index: 0;
}
.tvimagegallery-img-block:before,
.tvcmsfooter-social-icon:before {
    content: '';
    border-left: double 6px #00000012;
    border-right: double 6px #00000012;
    position: absolute;
    z-index: 2;
    top: -15px;
    bottom: -15px;
    margin: auto;
    left: 0;
    width: 100%;
    z-index: 0;
}
.tvimagegallery-img-block .thumbnail{
    position: relative;
    z-index: 2;
}
@media (max-width: 1340px) {
    .tvimagegallery-img-block {
        margin: 0;
    }
    .tvimagegallary-hoverbtn {
        padding: 15px 0;
        overflow: visible;
    }
}
@media (max-width: 768px) {
    .tvcmsimagegallery-slider .owl-carousel .owl-item:nth-child(even) {
        padding-top: 0;
    }
}