.is-sticky .sticky-target {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

.is-sticky .sticky-target {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 9999;
  top: 0;
  box-shadow: 0px 0px 5px 0px #a3a0a0 !important;
}

.is-sticky .sticky-target-bottom {
  top: unset;
  bottom: 0;
  -webkit-animation-name: slideInUp !important;
  animation-name: slideInUp !important;
}

.is-sticky .sticky-hidden {
  display: none !important;
}

.ndkcfLoaded .is-sticky .add-to-cart.falseButton {
  display: block !important;
  width: 100%;
  float: right;
  margin-top: 0;
  position: relative;
  z-index: 2;
}

.is-sticky [class*="sticky-col"] {
  float: left;
  clear: none;
  top: 0 !important;
}
.is-sticky .sticky-col-1 {
  width: 8.33333%;
}
.is-sticky .sticky-col-2 {
  width: 16.66667%;
}
.is-sticky .sticky-col-3 {
  width: 25%;
}
.is-sticky .sticky-col-4 {
  width: 33.33333%;
}
.is-sticky .sticky-col-5 {
  width: 41.66667%;
}
.is-sticky .sticky-col-6 {
  width: 50%;
}
.is-sticky .sticky-col-7 {
  width: 58.33333%;
}
.is-sticky .sticky-col-8 {
  width: 66.66667%;
}
.is-sticky .sticky-col-9 {
  width: 75%;
}
.is-sticky .sticky-col-10 {
  width: 83.33333%;
}
.is-sticky .sticky-col-11 {
  width: 91.66667%;
}
.is-sticky .sticky-col-12 {
  width: 100%;
}

@media (max-width: 480px) {
  .is-sticky h1 {
    text-align: center;
  }

  .is-sticky .sticky-hidden-xs {
    display: none !important;
  }
  .is-sticky .sticky-visible-xs {
    display: block !important;
  }
  .is-sticky .sticky-col-xs-1 {
    width: 8.33333%;
  }
  .is-sticky .sticky-col-xs-2 {
    width: 16.66667%;
  }
  .is-sticky .sticky-col-xs-3 {
    width: 25%;
  }
  .is-sticky .sticky-col-xs-4 {
    width: 33.33333%;
  }
  .is-sticky .sticky-col-xs-5 {
    width: 41.66667%;
  }
  .is-sticky .sticky-col-xs-6 {
    width: 50%;
  }
  .is-sticky .sticky-col-xs-7 {
    width: 58.33333%;
  }
  .is-sticky .sticky-col-xs-8 {
    width: 66.66667%;
  }
  .is-sticky .sticky-col-xs-9 {
    width: 75%;
  }
  .is-sticky .sticky-col-xs-10 {
    width: 83.33333%;
  }
  .is-sticky .sticky-col-xs-11 {
    width: 91.66667%;
  }
  .is-sticky .sticky-col-xs-12 {
    width: 100%;
  }
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

/**
 * Copyright since 2007 PrestaShop SA and Contributors
 * PrestaShop is an International Registered Trademark & Property of PrestaShop SA
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.md.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/OSL-3.0
 * 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 https://devdocs.prestashop.com/ for more information.
 *
 * @author    PrestaShop SA and Contributors <contact@prestashop.com>
 * @copyright Since 2007 PrestaShop SA and Contributors
 * @license   https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
 */

.is-sticky .logo.img-responsive {
  max-height: 65px;
  margin-top: 1rem;
  width: auto !important;
}

.is-sticky #top-product-infos {
  background: #fff;
  box-shadow: inset 0px 0px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 0.5rem;
  padding-bottom: 0;
}
.is-sticky .product-cover {
  max-width: 120px;
  display: inline-block;
}

.is-sticky .product-images > .thumb-container {
  max-width: 50px;
}
.is-sticky .js-qv-mask {
  display: inline-block;
}

.is-sticky .ndkzoom {
  display: none;
}

.is-sticky .product-prices {
    padding-top: 0;
    margin-top: 0;
    float: right;
}
.is-sticky .add {
  padding-bottom: 0;
}
.is-sticky .card {
  padding: 0;
  box-shadow: none;
}

.is-sticky .product-navigation {
  right: 30px;
}
.is-sticky .product-navigation li {
  background: #2d9cd3;
}

.is-sticky .product-navigation .nav-link {
  color: #fff !important;
}
.is-sticky #menu-icon-bis {
  display: block;
}

.is-sticky .ndk-floating {
  padding-top: 0;
}

/* @end */
