/*!
Theme Name: QLO
Theme URI: http://underscores.me/
Author: Bonoboz
Author URI: https://www.bonoboz.in
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: qlo
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

QLO is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex='-1']:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/**/
#wc-otp-wrapper {
  overflow: auto;
}


.wc-otp-modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10000;
  /* align-items: center; */
  justify-content: center;
  padding: 40px 16px;
  overflow: auto;
}

.wc-otp-modal .wc-body {
  background: #fff;
  padding: var(--modal-padding);
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  max-width: var(--modal-dialog-max-width);
  width: 100%;
  position: relative;
  margin: auto;
}

.wc-otp-modal label {
  display: block;
  margin: 8px 0 4px;
}

.buy-form h2,
.wc-body h3 {
  margin-bottom: 40px;
  min-height: var(--modal-close-size);
  display: flex;
  align-items: center;
  width: 70%;
}

.wc-otp-modal .btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.wc-otp-close {
  cursor: pointer;
  background-color: #ece6df;
  border-radius: 200px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: var(--modal-padding);
  top: var(--modal-padding);
  width: var(--modal-close-size);
  height: var(--modal-close-size);
}

.wc-otp-close img {
  width: var(--modal-close-icon-size);
  height: var(--modal-close-icon-size);
}

.wc-otp-error {
  color: #a00;
  margin-bottom: 8px;
}

.wc-spinner {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-top-color: #fff;
  border-radius: 50%;
  vertical-align: middle;
  margin-left: 8px;
  animation: wcspin 0.8s linear infinite;
}

@keyframes wcspin {
  to {
    transform: rotate(360deg);
  }
}

.card__image .aspect-16x9 {
  width: 100%;
}

.card__image--map iframe {
  border: 0;
  width: 100%;
  height: 100%;
  /* min-height: 400px; */
  aspect-ratio: 3 / 2;
}

@media (min-width: 992px) {
  .buy-form h2,
  .wc-body h3 {
    width: 40%;
  }
}