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


.ewyadostavka-map .label, .ewyadostavka-map label, .ewyadostavka-map-modale .label, .ewyadostavka-map-modale label{
   text-align: left !important;
}

.ewyadostavka-map .widget__content {
    min-width: 304px;
}

.ewyadostavka-map .widget__title-text {
    font-size: 16px;
}

.d-none {
    display: none;
}

.info-view-pvz {
    display: flex;
    flex-flow: row wrap;
}

.js-carrier-extra-content {
   border: none !important;
}

.ewyadostavka-map {
    margin-bottom: 1rem;
}

.spinner-border {
    border: .1em solid;
    border-right: .25em solid transparent;
  }
  @-webkit-keyframes spinner-border {
    to {
      transform: rotate(360deg) /* rtl:ignore */;
    }
  }
  
  @keyframes spinner-border {
    to {
      transform: rotate(360deg) /* rtl:ignore */;
    }
  }
  .spinner-border.large {
    width: 5rem;
    height: 5rem;
  }
  .spinner-border.small {
    width: 3rem;
    height: 3rem;
  }
  .spinner-border.mini {
    width: 1.5rem;
    height: 1.5rem;
  }
  .spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: 0.75s linear infinite spinner-border;
    animation: 0.75s linear infinite spinner-border;
  }

  .spinner-widget-list{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }

  @media (min-width: 1200px) {
    .modal-xl {
      max-width: 1140px;
    }
  }

  #ewyadostavkaMapModal .close {
    position: absolute;
    right: -36px;
    top: -12px;
    font-size: 3rem;
    color: white;
    opacity: 1;
    font-weight: 300;
    outline: none;
  }

  #ewyadostavkaExpressModal .close {
    font-size: 3rem;
    color: black;
    opacity: 1;
    font-weight: 300;
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 0;
  }

  .text-center {
    text-align: center;
  }
  .ewyadostavka_time_button {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .done_time {
    color: green;
  }
  .display_extra_ewyadostavka_time .card {
    border: 2px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
    min-height: 1px;
    padding: 1rem;
    cursor: pointer;
}

.display_extra_ewyadostavka_time .card:hover {
  border: 2px solid black;
}

.display_extra_ewyadostavka_time .card.active {
  border: 2px solid black;
}
.display_extra_ewyadostavka_time .card:last-child {
  flex-basis: 40%;
}
.display_extra_ewyadostavka_time .skeleton {
  flex: 1;
  min-width: 40%;
  display: block;
  height: 70px;
}
.skeleton {
  background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
  border-radius: 2px;
  background-size: 200% 100%;
  animation: 1.5s shine linear infinite;
}

@keyframes shine {
  to {
    background-position-x: -200%;
  }
}

.ewyadostavka_time_button .spinner-border{
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 1;
}

#ewyadostavkaExpressModal .modal-header {
  background: white;
  position: relative;
}

#loader-express {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: white;
  opacity: .6;
  margin: 0;
}
#loader-express .spinner-border {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ewyadostavka-express-modale {
  position: relative;
}

#checkout-delivery-step {
  position: relative;
}
#loader-delivery-ewyadostavka {
  display: none;
  position: absolute;
  z-index: 9;
  background: white;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  opacity: .5;
}

#loader-delivery-ewyadostavka .spinner-border {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}