/**
* 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
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
/************************testimonial****************/
.tvstoremap {
    margin-bottom: 100px;
    position: relative;
}
@media (max-width: 991px) {
    .tvstoremap {
        margin-bottom: 50px;
    }
}
.tvstoremap {
    margin-bottom: 30px;
    padding: 0;
}
@media (max-width: 991px) {
    .tvstoremap {
        margin-bottom: 30px;
    }
}
.gm-style .gm-style-iw-c {
    /* padding-right: 6px !important; */
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    /* max-width: 220px !important; */
    max-width: max-content !important;
    max-height: 501px !important;
    min-width: 0px !important;
    padding-bottom: 12px !important;
}
.gm-style .gm-style-iw-d {
    overflow-y: scroll;
    overflow-x: hidden !important;
}
::-webkit-scrollbar {
    width: 5px;
    background-color: #ddd;
}
::-webkit-scrollbar-thumb {
    background-color: #064ACB;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}
.gm-ui-hover-effect>span {
    width: 22px !important;
    height: 22px !important;
}
.gm-ui-hover-effect {
    opacity: 1;
    right: 6px !important;
    top: 0px !important;
}
.gm-ui-hover-effect:focus {
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
}
#tvmap-show {
    width: 100%;
    height: 500px;
}
.tvcmsmap-show {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}
.tv_store_desc .tvmap-website a,
.tv_store_desc .tvmap-email span a,
.tv_store_desc .tvmap-contact span a {
    color: #1a0dab;
}
.tv_store_desc .tvmap-website a {
    text-decoration: underline;
}
.tvmap-title {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 14px;
}
.tv_store_desc .tvmap-address{
    font-weight: 300;
    font-size: 13px;
    color: #121314;
}
.tv_store_desc .tvmap-schedule-time-title {
    font-weight: 500;
    font-size: 13px;
    color: #121314;
}
.tv_store_desc .tvmap-opentime span {
    font-size: 13px;
}

.tvmap-schedule-time-title {
    color: #121314;
}
.tv_store_desc  .tvmap-opentime,
.tv_store_desc .tvmap_block {
    margin-bottom: 8px;
}
.tv_store_desc .tvmap_block.tvmap-schedule-time{
    margin-top: 12px;
}
.tv_store_desc .tvmap-schedule-time .tvmap-schedule-time-title {
    margin-bottom: 8px;
}
.tv_store_desc .tvmap-schedule-time-title i,
.tv_store_desc .tvmap-website i,
.tv_store_desc .tvmap-email span i,
.tv_store_desc .tvmap-contact span i,
.tv_store_desc .tvmap_block i {
    font-size: 15px;
    margin-inline-end: 5px;
}
.tvinfo-direction i {
    font-size: 16px;
}
.tvinfo-direction i,
.tvinfo-direction span {
    color: #24b9d7;
}
.tv_store_desc .tvmap-opentime span:first-child {
    font-weight: 500;
    color: #121314;
}
.tvinfo-direction {
    text-align: center;
    font-weight: 600;
}
.tv_store_desc{
    display: flex;
}
.tv_store_desc .tv_store_dialog{
    margin-inline-end: 15px;
}
