/* CSS extracted from templates\checkout\olympus.html */

/* Inline style 1 from olympus.html */
html:not(.next-display-ready) [data-next-await] {
  position: relative;
  overflow: hidden;
  border-color: transparent !important;
  box-shadow: none !important;
}

[data-next-await] * {
  opacity: 0;
  transition: opacity 0.2s ease;
}

[data-next-await]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e0e0e0;
  animation: pulse-gray 1.5s ease-in-out infinite;
  z-index: 1;
  pointer-events: none;
}
[data-next-await].visible_looping * {
  opacity: 1;
}
@keyframes pulse-gray {
  0%,
  100% {
    background-color: #e0e0e0;
    opacity: 0.6;
  }

  50% {
    background-color: #f5f5f5;
    opacity: 0.8;
  }
}

html.next-display-ready [data-next-await] * {
  opacity: 1;
}

html.next-display-ready [data-next-await]::before {
  display: none;
}

/* Inline style 2 from olympus.html */
.three-quarter-spinner {
  animation: spin 0.9s linear 0s infinite;
}

/* Inline style 3 from olympus.html */
/* Arrows */
.arrow-active::after,
.arrow-inactive::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: translateY(-50%) rotate(45deg);
}

.arrow-active::after {
  border-color: #000;
}

.arrow-inactive::after {
  border-color: #dadada;
}

/* Arrows */
.arrow-active::after,
.arrow-inactive::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: translateY(-50%) rotate(45deg);
}

.arrow-active::after {
  border-color: #000;
}

.arrow-inactive::after {
  border-color: #dadada;
}

[swiper="sw12"] .swiper-slide_image-wrap {
  aspect-ratio: 1 / 1;
}

[swiper="sw12"] [swiper="slider-thumbs"] .swiper-slide {
  filter: grayscale(100%);
  transition: filter 0.4s ease;
  cursor: pointer;
}

[swiper="sw12"] [swiper="slider-thumbs"] .swiper-slide:focus-visible {
  border: 2px solid #000;
}

[swiper="sw12"]
  [swiper="slider-thumbs"]
  .swiper-slide.swiper-slide-thumb-active {
  filter: grayscale(0);
}

.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3rem !important;
  right: 0 !important;
  left: auto !important;
  padding: 1px;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type="text"],
.iti--allow-dropdown input[type="tel"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="text"],
.iti--separate-dial-code input[type="tel"] {
  padding-right: 52px !important;
  padding-left: 12px !important;
  margin-left: 0 !important;
}

/* Remove the divider on the very last payment-method block */
.payment-methods > .payment-method:last-child {
  border-bottom: 0 !important;
  /* kill the bottom border */
}

.next-fomo-wrapper {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 320px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  transform: translateY(120%);
  transition: transform 0.8s ease;
  z-index: 999998;
}

.next-fomo-show {
  transform: translateY(0);
}
.next-fomo-item {
  display: flex;
  padding: 15px;
  align-items: center;
}

.next-fomo-thumb img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 8px;
}
.next-fomo-desc p {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  color: #333;
}

.next-fomo-customer {
  font-weight: 600;
  color: #000;
}

.next-fomo-product {
  font-weight: 600;
  color: #000;
}

.next-fomo-time {
  font-size: 11px;
  color: #999;
  text-transform: uppercase;
}
.next-fomo-desc {
  flex: 1;
}
.next-fomo-thumb {
  flex-shrink: 0;
  margin-right: 15px;
}

.visbile_bill {
  height: fit-content;
  visibility: visible;
}

.showTick {
  display: flex !important;
}

.warranty-item {
  display: none;
}
.d-block {
  display: block;
}

.exit_popup {
 cursor: pointer;
    width: 100%;
    position: fixed;
    top: -10%;
    z-index: 9;
    left: 50%;
    transform: translate(-50%, 50%);
    display: none;
    overflow: hidden;
    text-align: center;
    height: 115%;
    top: -58%;
    place-content: center;
}
.exit_popup::before{
  content: '';
    width: 100%;
    height: 100%;
    background-color: rgb(24 24 24 / 43%);
    display: block;
    top: 0;
    position: absolute;
}
.exit_popup #exitModalImg{
 
    margin: 0 auto;
}

.modal-content{
       width: 600px;
    position: relative;
    margin: 0 auto;
}
.close_modal{
    filter: invert(1);
    width: 19px;
    right: 8px;
    top: 17px;
    cursor: pointer;
}




.form-section__title.cc-billing{
    margin-bottom: 0.5rem;
}

[for="shipping_country"]{
    display: none;
}

input::placeholder{
    font-size: 14px;
}
input.has-error, select.has-error{
        /* background-position-x: 95%; */
}

[name="shippingState"], [name="expmonth"] , [name="expyear"], [name="CVV"], [name="billingState"]{
      background-position-x: 80% !important;
}
[name="creditCardNumber2"] {
      background-position-x: 94% !important;
}

@media (max-width:767px){
    .modal-content{
    width: 90%;
    margin: 0 auto;
}
[name="shippingState"], [name="expmonth"] , [name="expyear"], [name="CVV"], [name="billingState"]{
      background-position-x: 95% !important;
}
.olympus-checkout__left-wrapper{
    text-align: center;
}
}

