/**
* 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.
*/

.lc_animated {
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}
@keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}
.lc_flash {
    -webkit-animation-name: flash;
    animation-name: flash;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

#sedovin-free-shipping-message .free_shipping_message {
    background: #fff;
    text-align: center;
    border: 1px solid #a03033;
    padding: 10px;
    font-size: 16px;
    letter-spacing: 0;
    color: #a03033;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
#sedovin-free-shipping-message .free_shipping_message b {
    font-size: 20px;
}
#sedovin-free-shipping-message .free_shipping_address_warning {
    color: #000;
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: 0;
    padding: 0 15px;
    margin-top: -10px;
    text-align: left;
}
.tvcmsheader-nav-right #sedovin-free-shipping-reduced-message {
    position: absolute;
    top: -30px;
    right: 10px;
}
#sedovin-free-shipping-reduced-message .free_shipping_message {
    background: #fff;
    text-align: center;
    border: 2px solid #a03033;
    padding: 6px 10px;
    font-size: 16px;
    letter-spacing: 0;
    color: #a03033;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 0;
}
#sedovin-free-shipping-reduced-message .free_shipping_message .message_content {
    display: flex;
    align-items: center;

}
#sedovin-free-shipping-reduced-message .free_shipping_message .message_content em {
    max-width: 100%;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    padding-left: 0;
    font-style: normal;
    text-transform: uppercase;
}
#sedovin-free-shipping-reduced-message .free_shipping_message .message_content b + em {
    max-width: 110px;
    font-size: 12px;
    line-height: 1.1;
    text-align: right;
    padding-left: 10px;
}
#sedovin-free-shipping-reduced-message .free_shipping_message .message_content b {
    font-size: 20px;
}
#sedovin-free-shipping-reduced-message .free_shipping_message .message_content .icon.icon-warning {
    font-style: normal;
    padding-left: 10px;
    cursor: pointer;
}
#sedovin-free-shipping-reduced-message .free_shipping_message .message_content .icon.icon-warning:before {
    content: '!';
    width: 26px;
    height: 26px;
    display: inline-block;
    line-height: 26px;
    background: #a03033;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
}
.tvcmsheader-nav-right #sedovin-free-shipping-reduced-message .free_shipping_address_warning {
    position: absolute;
    top: calc(100% + 5px);
    text-align: center;
    color: #fff;
    background: #a03033;
    border: 2px solid #a03033;
    border-radius: 8px;
    padding: 6px;
    font-size: 13px;
    z-index: 1;
    font-weight: bold;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    line-height: 1.2;
    width: 100%;
    right: 0;
}
#sedovin-free-shipping-reduced-message .free_shipping_message .message_content .icon.icon-warning:hover + .free_shipping_address_warning {
    opacity: 1;
}
#sedovin-free-shipping-reduced-message .free_shipping_message.no-free {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.1;
    max-width: 270px;
}

#tvcms-mobile-view-header #sedovin-free-shipping-reduced-message {
    position: relative;
}
#tvcms-mobile-view-header #sedovin-free-shipping-reduced-message .free_shipping_message {
    border-radius: 0;
    border-right: 0;
    border-left: 0;
}
#tvcms-mobile-view-header #sedovin-free-shipping-reduced-message {
    margin-bottom: 8px;
}
#tvcms-mobile-view-header #sedovin-free-shipping-reduced-message .free_shipping_address_warning {
    position: absolute;
    top: calc(100% + 5px);
    text-align: center;
    color: #fff;
    background: #a03033;
    border: 2px solid #a03033;
    border-radius: 8px;
    padding: 6px;
    font-size: 13px;
    z-index: 1;
    font-weight: bold;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    line-height: 1.2;
    width: 90%;
    right: 5%;
    z-index: 100;
}
#tvcms-mobile-view-header #sedovin-free-shipping-reduced-message .free_shipping_message .message_content .icon.icon-warning:hover + .free_shipping_address_warning,
#tvcms-mobile-view-header #sedovin-free-shipping-reduced-message .free_shipping_message .message_content .icon.icon-warning:focus + .free_shipping_address_warning,
#tvcms-mobile-view-header #sedovin-free-shipping-reduced-message .free_shipping_message .message_content .icon.icon-warning:active + .free_shipping_address_warning {
    opacity: 1;
}
#tvcms-mobile-view-header #sedovin-free-shipping-reduced-message .free_shipping_message .message_content {
    justify-content: center;
}
#tvcms-mobile-view-header #sedovin-free-shipping-reduced-message .free_shipping_message .message_content b + em {
    max-width: 100%;
    text-align: center;
}
#tvcms-mobile-view-header #sedovin-free-shipping-reduced-message .free_shipping_message.no-free {
    max-width: 100%;
}