/**
* 2007-2024 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-2024 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.
*/
#we-stores .we-modal-title {
    padding: 1.5rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#we-stock  p {
    color: initial;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0px;
}
#we-stock  p a {
    font-weight: 200;
    text-decoration: underline;
    margin-left: 0.5rem;
    opacity: 0.75;
}
#we-stock .we-store p:not(.we-store-available) {
    margin-bottom: 0;
}
#we-stock .we-store p.we-store-available {
    padding: 0.2rem 0.75rem;
    margin-right: 20px;
    background-color: #DEE1FD;
    color: #000;
    display: inline-block;
    border-radius: 30px;
    margin-top: 0.5rem;
    margin-bottom: 0;
    font-size: 14px;
}
#we-stores {
    z-index: 9999;
}
#we-stores .h1 {
    line-height: normal;
    margin-bottom: 0;
}

#we-stores .modal-dialog {
    max-width: 100%;
}

#we-stores .btn-secondary {
    font-family: "GoogleSans Display", sans-serif;
    font-size: 15px;
    text-transform: none;
    color: #000;
    border: 2px solid #000;
    background-color: transparent;
    display: inline-block;
    line-height: 1;
    padding: 12px 24px;
    border-radius: 3px;
    fill: currentColor;
    text-align: center;
    font-weight: normal;
    opacity: 1;
    transition: .5s;
}
#we-stores .we-store-actions {
    display: grid;
}

@media (min-width: 575px) {
    #we-stores .modal-dialog {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    #we-stores .modal-dialog {
        max-width: 768px;
    }
    #we-stores .we-store {
        padding: 1.5rem 1rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

@media (min-width: 992px) {
    #we-stores .modal-dialog {
        max-width: 768px;
    }
}

@media (min-width: 1200px) {
}

/** Refurbished **/
#be-product-refurbished svg,
#be-product-warranty svg {
    height: auto;
}
#be-product-refurbished .elementor-icon-list-item,
#be-product-warranty .elementor-icon-list-item {
    cursor: pointer;
}
#be-product-refurbished .elementor-icon-list-item .elementor-icon-list-text,
#be-product-warranty .elementor-icon-list-item .elementor-icon-list-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
#be-product-refurbished .elementor-icon-list-item .elementor-icon-list-text::after,
#be-product-warranty .elementor-icon-list-item .elementor-icon-list-text::after {
    background-image: url('/img/cms/icons/arrow-right.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 16px;
    height: 16px;
    content: '';
    display: block;
}

/*#be-product-refurbished-content {
    position: fixed;
    top: 0;
    right: 0;
    padding: 32px 24px;
    width: 380px;
    height: 100vh;
    border-radius: 16px 0 0 16px;
}*/
#be-product-refurbished-content,
#be-product-warranty-content {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
}
#be-product-refurbished-content .be-product-refurbished-content_bgcontent,
#be-product-warranty-content .be-product-warranty-content_bgcontent {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw !important;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0,0,0,0.25);
    z-index: 1000;
    transition: opacity 0.4s, visibility 0.4s;
    display: none;
}
#be-product-refurbished-content.be-product-refurbished-content--active .be-product-refurbished-content_bgcontent,
#be-product-warranty-content.be-product-warranty-content--active .be-product-warranty-content_bgcontent {
    opacity: 1;
    visibility: visible;
    display: block;
    transition: opacity 0.4s, visibility 0.4s;
}
#be-product-refurbished-content .be-product-refurbished-content_container,
#be-product-warranty-content .be-product-warranty-content_container {
    position: fixed;
    top: 0;
    right: -100%;
    width: 375px !important;
    max-width: 100%;
    height: 100vh;
    z-index: 1001;
    transform: translateX(100%);
    transition: transform 0.4s;
}
#be-product-refurbished-content.be-product-refurbished-content--active .be-product-refurbished-content_container,
#be-product-warranty-content.be-product-warranty-content--active .be-product-warranty-content_container {
    transform: translateX(0);
    right:0;
    transition: transform 0.4s;
}
#be-product-refurbished-content.be-product-refurbished-content--disabled .be-product-refurbished-content_container,
#be-product-warranty-content.be-product-warranty-content--disabled .be-product-warranty-content_container {
    right: 0;
}
#be-product-refurbished-content .be-product-refurbished-content_container .elementor-column-wrap,
#be-product-warranty-content .be-product-warranty-content_container .elementor-column-wrap {
    position: relative;
}
#be-product-refurbished-content .be-product-refurbished-content_container .be-product-refurbished-content_header .elementor-icon-list-item,
#be-product-warranty-content .be-product-warranty-content_container .be-product-warranty-content_header .elementor-icon-list-item {
    flex-direction: row-reverse;
    justify-content: space-between;
}
#be-product-refurbished-content .be-product-refurbished-content_container .be-product-refurbished-content_header .elementor-icon-list-item .elementor-icon-list-icon,
#be-product-warranty-content .be-product-warranty-content_container .be-product-warranty-content_header .elementor-icon-list-item .elementor-icon-list-icon {
    width: 50px;
    height: 50px;
    cursor: pointer;
}
#be-product-refurbished-content .be-product-refurbished-content_container .be-product-refurbished-content_header .elementor-icon-list-item .elementor-icon-list-text,
#be-product-warranty-content .be-product-warranty-content_container .be-product-warranty-content_header .elementor-icon-list-item .elementor-icon-list-text {
    text-align: center;
    width: calc(100% - 50px);
}
#be-product-refurbished-content .be-product-refurbished-content_container .be-product-refurbished-content_header .elementor-icon-list-item,
#be-product-warranty-content .be-product-warranty-content_container .be-product-warranty-content_header .elementor-icon-list-item {
    align-items: start;
}
#be-product-refurbished-content .be-product-refurbished-content_container .elementor-widget-button,
#be-product-warranty-content .be-product-warranty-content_container .elementor-widget-button {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}