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

/* Product Avialability */
body#product .product-discount-custom {
  margin-bottom: 0 !important;
}

body#product .product-discount-custom div {
  margin-bottom: 0;
  line-height: 1.5;
}

.product-availability-extra {
  margin-top: 0;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.product-availability-extra .thumb-up:before {
  content: '\E8DC';
  color: #06b77d;
}

.product-availability-extra span {
  margin-right: 5px;
  color: #1F3C64;
}

.product-availability-extra strong {
  color: #2F5C88;
  ;
  text-decoration: underline;
}

.main-availability.product-availability-extra {
  margin-top: 0;
}

.main-availability.product-availability-extra {
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 100%;
}

.product-availability-extra .thumb-up.less:before {
  color: #fcd803;
}

/* End */

/* Icon service and Wifi */

div[data-elementor-type="product-miniature"] {
  position: relative;
}

#icon-popup-product {
  display: none;
}

div[data-elementor-type="product-miniature"] #icon-popup-product {
  display: flex;
}

#icon-popup-product {
  position: absolute;
  flex-direction: column;
  z-index: 1;
  top: 65px;
  left: 20px;
}

#icon-popup-product img {
  max-width: 35px;
}
@media (max-width:767px) {
  #icon-popup-product img {
    max-width: 20px;
  }
  #icon-popup-product {
      top: 60px;
      left: 15px;
  }

}
/* End */

/* Icon Price Label */
#footer-after-hook .online-price-label {
  display: none;
}

.online-price-label {
  display: block;
  position: absolute;
  top: 37px;
  color: #FFF;
  border: none;
  background-color: #1F3C64;
  font-size: 14px;
  border-radius: 5px;
  padding: 3px 10px;
  left: -23px;
  line-height: 1.5;
}

.ce-product-badges .online-price-label {
  position: static;
  align-items: center;
  padding: 9px 20px;
  font-size: 12px;
  height: 100%;
}

.secondlife_label {
    width: auto;
    max-width: fit-content;
    margin-bottom: 10px;
}
.elementor-widget-container>.ce-product-badges>.secondlife_label {
    margin-bottom: 0;
}
.ce-product-badge.ce-product-badge-secondlife {
    min-width: 50px;
    font-family: "Poppins", Poppins;
    font-size: 14px;
    line-height: 1.5em;
    border-radius: 5px;
    padding: 2px 020px 2px 020px;
    background: #1F3C64;
}
/* End */
