/**
* 2007-2020 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-2020 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.
*/
:root {
    --vh: 1vh;
    --vh: var(--vh_iphone, --vh);
}
@media (max-width: 1001024px) {
    body.grqNewsNoScroll {
        height: 100%;
        /*height: 100vh; /* Use vh as a fallback for browsers that do not support Custom Properties */
        /*height: calc(var(--vh, 1vh) * 100);*/
        overflow: hidden;
    }
    .grqNews {
        position: absolute;
        left: 0px;
        width: 100%;
        top: 105px;
        z-index: 10000;
        text-align: -webkit-center;
        background-color: white;
        opacity: 1;
    }
    .grqNews .clickable {
        padding-top: unset;
        padding-bottom: unset;
    }
    .grqNews .clickable > a {
        text-align: center;
    }
    .grqNews .thumbnail {
        border: none;
    }
    .grqNews .avatar img {
        width: 72px !important;
        height: 72px !important;
        margin-left: auto;
        margin-right: auto;
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.4) !important;
        border: 2px solid #3fa0e4;
        padding: 2px;
        border-radius: 50%;
        opacity: 1;
    }
    .grqNews .avatar .title {
        font-family: "Roboto", sans-serif;
        line-height: 14px;
        color: #000000;
        margin-top: 8px !important;
        font-size: 12px !important;
        white-space: nowrap;
        max-width: 72px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .grqnews-carousel .grqnews-nav button.grqnews-prev,
    .grqnews-carousel .grqnews-nav button.grqnews-next {
        position: absolute;
        top: 50%;
        font-size: 96px;
        -ms-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
        outline: 0;
    }
    .grqnews-carousel .grqnews-nav button.grqnews-prev:hover,
    .grqnews-carousel .grqnews-nav button.grqnews-next:hover {
        background: unset;
        color: unset;
    }
    .grqnews-carousel .grqnews-nav button.grqnews-next {
        right: 50px;
    }
    .grqnews-carousel .grqnews-nav button.grqnews-prev {
        left: 50px;
    }
    .grqnews-carousel .grqnews-nav button.grqnews-prev span,
    .grqnews-carousel .grqnews-nav button.grqnews-next span {
        display: block;
        line-height: 47px;
        padding-bottom: 18px;
    }

    .grqNewsPortrait,
    .grqNewsLandscape {
        display: none;
        visibility: hidden;
        z-index: 1000000;
        width: 100%;
        position: fixed;
        top: 0px;
        left: 0px;
        background-color: #464646;
    }
    .grqNewsPortrait .item,
    .grqNewsLandscape .item,
    .grqNewsPortrait tr,
    .grqNewsLandscape tr,
    .grqNewsPortrait td,
    .grqNewsLandscape td {
        display: table-cell;
        vertical-align: middle;
        padding: 0px;
        align-items: center;
        justify-content: center;
        height: 100vh; /* Use vh as a fallback for browsers that do not support Custom Properties */
        height: calc(var(--vh, 1vh) * 100);
    }
    .grqNewsPortrait .grqNewsLoading,
    .grqNewsLandscape .grqNewsLoading {
        opacity: 1;
        width: 100vw;
        height: 100vh; /* Use vh as a fallback for browsers that do not support Custom Properties */
        /*height: calc(var(--vh, 1vh) * 100);*/
    }
    .grqNewsPortrait .clickable,
    .grqNewsLandscape .clickable {
        opacity: 1;
        width: 100vw;
        height: 100vh; /* Use vh as a fallback for browsers that do not support Custom Properties */
        height: calc(var(--vh, 1vh) * 100);
    }
    .grqNewsPortrait .clickable img,
    .grqNewsLandscape .clickable img {
        width: auto;
    }
    .grqNewsPortrait .grqNewsLoading div,
    .grqNewsLandscape .grqNewsLoading div,
    .grqNewsPortrait .clickable img.fullscreen,
    .grqNewsLandscape .clickable img.fullscreen {
        opacity: 1;
        max-width: 100vw !important;
        max-height: 100vh !important; /* Use vh as a fallback for browsers that do not support Custom Properties */
        max-height: calc(var(--vh, 1vh) * 100) !important;
        width: auto;
        height: auto;
        margin: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .grqNewsPortrait .grqNewsLoading div,
    .grqNewsLandscape .grqNewsLoading div {
        top: 30%;
        animation: grqNews_pulsate 2s linear;
        animation-iteration-count: infinite;
        z-index: 2;
    }
    .grqNewsPortrait .clickable .container_link,
    .grqNewsLandscape .clickable .container_link {
        position: fixed;
        bottom: 0px;
        left: 50%;
        -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
    }
    .grqNewsPortrait .clickable .description,
    .grqNewsLandscape .clickable .description {
        position: fixed;
        bottom: 0px;
        left: 50%;
        -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        margin: 10px;
        height: auto;
        padding: 1em;
        background: rgba(255, 255, 255, .5);
        border-radius: 4px;
        font-family: futura, sans-serif;
        color: black;
    }
    .grqNewsPortrait .clickable .thumbnail,
    .grqNewsLandscape .clickable .thumbnail {
        position: fixed;
        top: 0px;
        left: 0px;
        padding: 10px;
        background-color: unset;
        border: unset;
        width: 100vw !important;
    }
    .grqNewsPortrait .clickable .progress_bar,
    .grqNewsLandscape .clickable .progress_bar {
        height: 2px;
        margin-bottom: 5px;
        background-color: #666;
        border-radius: 30px;
        display: inline-block;
    }
    .grqNewsPortrait .clickable .all_progress_bar,
    .grqNewsLandscape .clickable .all_progress_bar {
        display: flex;
        justify-content: space-between;
    }
    .grqNewsPortrait .clickable .progress_bar div,
    .grqNewsLandscape .clickable .progress_bar div {
        height: inherit;
        background-color: #888;
        border-radius: inherit;
        width: 0%;
    }
    .grqNewsPortrait .clickable .progress_bar div.progress_bar_empty,
    .grqNewsLandscape .clickable .progress_bar div.progress_bar_empty {
        width: 0%;
    }
    .grqNewsPortrait .clickable .progress_bar div.progress_bar_full,
    .grqNewsLandscape .clickable .progress_bar div.progress_bar_full {
        width: 100%;
    }
    .grqNewsPortrait .avatar img,
    .grqNewsLandscape .avatar img {
        display: inline-block;
        vertical-align: middle;
        width: 36px !important;
        height: 36px !important;
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.4) !important;
        border: 2px solid #3fa0e4;
        padding: 2px;
        border-radius: 50%;
        opacity: 1;
    }
    .grqNewsPortrait .title,
    .grqNewsLandscape .title {
        color: white;
        padding-left: 5px;
        display: inline-block;
    }
    .grqNewsPortrait .close_slide,
    .grqNewsLandscape .close_slide {
        float: right;
        height: 36px !important;
    }
    .grqNewsPortrait .close_slide button,
    .grqNewsLandscape .close_slide button {
        background-color: unset;
        border: unset;
        color: white;
        background-color: #464646;
        border-radius: 20px;
    }
    .grqNewsPortrait .item .link,
    .grqNewsLandscape .item .link {
        text-align: center;
    }
    .grqNewsPortrait .item .link a,
    .grqNewsLandscape .item .link a {
        position: relative;
        bottom: 40px;
        cursor: pointer;
        color: #000000 !important;
        background-color: #ffffff !important;
        border-radius: 28px;
        border: 1px solid #ffffff !important;
        font-family: "Roboto" !important;
        font-size: 14px !important;
        padding: 10px 31px;
        text-decoration: none;
        box-shadow: 0 0 25px 0 rgb(0 0 0 / 40%) !important;
    }
}

@media (orientation:landscape) {
    .hide-on-landscape {
        display: none;
    }
}

@media (orientation:portrait) {
    .hide-on-portrait {
        display: none;
    }
}

@keyframes grqNews_pulsate {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}