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

#header #_desktop_pvcm_cep {
  display: inline-block;
}

#shipping_time {
  font-size: 0.8em;
}
#shipping_time i {
  font-size: 1.5em;
}

.product-prices #shipping_cost {
  font-size: 0.85em;
  color: #7A7A7A;
}

.product-prices #shipping_cost {
  vertical-align: bottom;
}

.product-prices #shipping_cost i {
  vertical-align: top;
}

#pvcm_cep_link {
  display: inline;
}

.displayNav1 div {
  display: inherit;
}

.d-none {
  display: none;
}

.loading-skeleton h1, .loading-skeleton h2, .loading-skeleton h3, .loading-skeleton h4, .loading-skeleton h5, .loading-skeleton h6,
.loading-skeleton p, .loading-skeleton li,
.loading-skeleton .btn,
.loading-skeleton label, .loading-skeleton i, .loading-skeleton a, .loading-skeleton span,
.loading-skeleton .form-control {
  color: transparent!important;
  appearance: none;
  -webkit-appearance: none;
  background-color: rgba(170, 170, 170, 0.18);
  border-color: rgba(170, 170, 170, 0.32);
}
.loading-skeleton h1::placeholder, .loading-skeleton h2::placeholder, .loading-skeleton h3::placeholder, .loading-skeleton h4::placeholder, .loading-skeleton h5::placeholder, .loading-skeleton h6::placeholder,
.loading-skeleton p::placeholder, .loading-skeleton li::placeholder,
.loading-skeleton .btn::placeholder,
.loading-skeleton label::placeholder, .loading-skeleton i::placeholder, .loading-skeleton a::placeholder,
.loading-skeleton .form-control::placeholder {
  color: transparent!important;
}

@keyframes loading-skeleton {
  from {
    opacity: 0.18;
  }
  to {
    opacity: 0.45;
  }
}
.loading-skeleton {
  pointer-events: none;
  animation: loading-skeleton 1.2s infinite alternate;
}
.loading-skeleton img {
  filter: grayscale(100) contrast(0%) brightness(2.05);
}

#_desktop_pvcm_cep.loading-skeleton,
#_mobile_pvcm_cep.loading-skeleton {
  width: 7.55em;
}

#user_info .header-login-btn.loading-skeleton,
#_desktop_user_info .header-login-btn.loading-skeleton,
#_mobile_user_info .header-login-btn.loading-skeleton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
