/**
* 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.
*/
#contact-link a{
  color: #ff0000;
}
.display_notification {
  margin-top: 20px;
}
.close::before {
  background: #666666 none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: 3px;
  position: absolute;
  top: 21px;
  width: 22px;
}
.close::after {
  background: #666666 none repeat scroll 0 0;
  content: "";
  height: 22px;
  left: 13px;
  position: absolute;
  top: 11px;
  width: 2px;
}
.highlight_bar_wrapper {
  font-size: 13px;
}
.gift_products .cart-gift-container {
  margin-top: 20px;
}
.gift_products .product-line-grid-right.product-line-actions {
  text-align: right;
}
.gift_products .product-line-grid-right.product-line-actions .row {
  margin: 0;
}
.display_highlight_bar .table {
  height: 100%;
  width: 100%;
}
.tablecell {
  vertical-align: middle;
  display: table-cell;
}
.table {
  display: table;
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes loading {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
.add-to-cart-gift-product.loading i{
  position: relative;
  color: transparent!important;
}
.add-to-cart-gift-product.loading i:before{
  opacity: 0;
}
.add-to-cart-gift-product.loading:after {
  content: "";
  position: absolute;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid transparent !important;
  border-right: 1px solid transparent !important;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  top: 50%;
  animation: loading 0.5s infinite linear;
  -webkit-animation: loading 0.5s infinite linear;
}
.gift_products h2.h2 {
  text-transform: none;
}
.add-to-cart-gift-product{
  outline: none!important;
  text-decoration: none!important;
  box-shadow: none!important;
}
.display_highlight_bar .close::after,
.display_highlight_bar .close::before {
  background: #ffffff;
}


.close {
  cursor: pointer;
  font-size: 0;
  height: 44px;
  position: absolute;
  right: 20px;
  top: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 28px;
  z-index: 100;
}
.display_highlight_bar {
  background-color: #009d1d;
  border-color: #ffffff;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  color: #ffffff;
  margin: 0 auto;
  padding: 10px;
  max-width: 100%;
  display:none;
  position: relative;
}
.display_highlight_bar.show{
  display: block;
}
.popup_wrapper > .popup_content:first-child {
  padding-top: 40px;
  padding-bottom: 40px;
}
.alert.alert-info {
  display: block;
  clear: both;
}
.product-add-to-cart .display_notification {
  margin-top: 0;
  margin-left: 10px;
}
.panel-discount-countdown.rule_countdown_to_date {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.display_popup {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  bottom: 0;
  display: none;
  left: 0;
  opacity: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 10000;
}
.display_popup.show{
  display: block;
  opacity: 1;
  visibility: visible;
  animation: fadeIn .5s infinite linear;
  -webkit-animation: fadeIn .5s infinite linear;
  animation-iteration-count: 1;
}
.display_popup.show .container{
  animation: zoomIn .5s infinite linear;
  -webkit-animation: zoomIn .5s infinite linear;
  animation-iteration-count: 1;
}
.display_popup .container {
  background-color: #fff;
  border-color: #ffffff;
  border-radius: 10px;
  border-style: solid;
  border-width: 0;
  overflow: hidden;
  position: relative;
  margin: 30px 0;
}
.display_notification {
  text-align: left;
}
.display_banner img {
  max-width: 100%;
}

.display_banner {
  margin-bottom: 30px;
  text-align: left;
  margin-top: 30px;
}
.display_popup .table {
  display: table;
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  height: 100vh;
}

.tablecell {
  display: table-cell;
  vertical-align: middle;
}

.display_popup .popup_title {
  padding: 15px 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 18px;
}

.display_popup .popup_content {
  padding: 20px;
}
.rule_countdown_to_date .countdown-item {
  display: inline-block;
  text-align: center;
  padding: 0 10px;
  min-width: 50px;
  position: relative;
}
.rule_countdown_to_date .countdown-item .countdown-time {
  font-size: 22px;
  display: block;
  line-height: 1;
  margin-bottom: 5px;
}
.rule_countdown_to_date .countdown-item:not(:last-child) .countdown-time:before {
  content: ":";
  position: absolute;
  right: -2px;
  top: 0px;
  font-size: 18px;
}
.rule_countdown_to_date .countdown-item:first-child {
  padding-left: 0;
}
.highlight_bar_wrapper .rule_countdown_to_date .countdown-item .countdown-time {
  font-size: 18px;
  margin-bottom: 0px;
}
.highlight_bar_wrapper .rule_countdown_to_date .countdown-item .countdown-text {
  font-size: 10px;
}
.display_highlight_bar .tablecell {
  height: 30px;
}
.highlight_bar_wrapper .panel-discount-countdown.rule_countdown_to_date {
  position: absolute;
  right: 60px;
  top: 7px;
}
.display_highlight_bar .container {
  width: 100%;
  max-width: 100%;
  padding-left: 50px;
  text-align: left;
}
.display_popup .panel-discount-countdown.rule_countdown_to_date {
  display: unset;
  vertical-align: middle;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


@keyframes zoomIn {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes zoomIn {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
.first-div{
  padding: 1rem !important;
}
@media (max-width: 1199px){
  .display_highlight_bar .container {
    padding-left: 15px;
  }
}
@media (max-width: 991px){
  .highlight_bar_wrapper .panel-discount-countdown.rule_countdown_to_date {
    position: static;
  }
  .display_highlight_bar .container {
    padding-left: 40px;
    text-align: center;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .first-div{
    padding: 0 !important;
  }
}



