/*
	Theme Name:   Storefront Child
	Theme URI:    http://themeforest.net/item/savoy-minimalist-ajax-woocommerce-theme/12537825
	Description:  Storefront child theme
	Author:       La Calle del Hambre
	Author URI:   http://www.lacalledelhambre .com
	Template:     storefront
	Version:      1.0.1
*/
/* Child theme CSS
--------------------------------------------------------------- */
html {
  scrollbar-width: thin;
}

.top-bar {
  display: flex;
  width: 100%;
  justify-content: end;
  flex-direction: row;
  margin-top: 20px;
}
.top-bar img {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 3%;
  border-radius: 5px;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .top-bar img {
    width: 10%;
    border-radius: 10px;
  }
}

.container {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
}
.container .content-img {
  display: flex;
  width: 100%;
  justify-content: center;
}
.container .content-img img {
  width: 96px;
  border-radius: 50%;
  border: 1px solid #ccc;
}
@media screen and (max-width: 991px) {
  .container .content-img img {
    width: 25%;
  }
}
.container .content-actions {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 24px;
}
.container .content-actions .btn-primary {
  width: 40%;
  text-decoration: none;
  color: white;
  border-radius: 1rem;
  cursor: pointer;
  border: 0;
  padding: 11px;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 1rem auto 0 auto;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 991px) {
  .container .content-actions .btn-primary {
    font-size: 2rem;
    width: 95%;
    padding: 25px 55px 25px 55px !important;
    margin: 1.5rem auto 0 auto;
    border-radius: 1.5rem;
    line-height: 55px;
  }
}
.container .content-actions .btn-primary:hover {
  opacity: 0.8;
  border: 0;
}
.container .content-actions .btn-primary:focus {
  border: 0;
  outline: 1px solid #7F503B;
}
.container .content-actions .btn-primary span:first-child svg {
  width: 35px;
  fill: white;
}
@media screen and (max-width: 991px) {
  .container .content-actions .btn-primary span:first-child svg {
    width: 75px;
  }
}
.container .content-actions .btn-primary span:last-child {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .container .content-actions .btn-primary span:last-child {
    font-size: 3rem;
    margin: 0px 10px 0px 10px;
  }
}
.container .content-footer {
  margin-top: 50px;
  display: flex;
  width: 100%;
  justify-content: center;
  margin-bottom: 30px;
  color: #000;
  font-weight: 600;
}
.container .content-footer p {
  font-size: 24px;
}
@media screen and (max-width: 991px) {
  .container .content-footer p {
    font-size: 55px;
  }
}

.container-contact {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
}
.container-contact .content-img {
  display: flex;
  width: 100%;
  justify-content: center;
}
.container-contact .content-img img {
  width: 96px;
  border-radius: 50%;
  border: 1px solid #ccc;
}
@media screen and (max-width: 991px) {
  .container-contact .content-img img {
    width: 25%;
  }
}
.container-contact .content-actions {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 24px;
}
.container-contact .content-actions .btn-primary {
  width: 40%;
  text-decoration: none;
  color: white;
  border-radius: 1rem;
  cursor: pointer;
  border: 0;
  padding: 11px;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 1rem auto 0 auto;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 991px) {
  .container-contact .content-actions .btn-primary {
    font-size: 2rem;
    width: 95%;
    padding: 25px 55px 25px 55px !important;
    margin: 1.5rem auto 0 auto;
    border-radius: 1.5rem;
    line-height: 55px;
  }
}
.container-contact .content-actions .btn-primary:hover {
  opacity: 0.8;
  border: 0;
}
.container-contact .content-actions .btn-primary:focus {
  border: 0;
  outline: 1px solid #7F503B;
}
.container-contact .content-actions .btn-primary span:first-child svg {
  width: 35px;
  fill: white;
}
@media screen and (max-width: 991px) {
  .container-contact .content-actions .btn-primary span:first-child svg {
    width: 75px;
  }
}
.container-contact .content-actions .btn-primary span:last-child {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .container-contact .content-actions .btn-primary span:last-child {
    font-size: 3rem;
    margin: 0px 10px 0px 10px;
  }
}
.container-contact .content-footer {
  margin-top: 50px;
  display: flex;
  width: 100%;
  justify-content: center;
  margin-bottom: 30px;
  color: #000;
  font-weight: 600;
}
.container-contact .content-footer p {
  font-size: 24px;
}
@media screen and (max-width: 991px) {
  .container-contact .content-footer p {
    font-size: 55px;
  }
}

.modal-presstie {
  position: fixed;
  z-index: 1100;
  padding: 2.5rem;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  animation: fade-in-menu 3s 4s ease-out forwards;
}
.modal-presstie .modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 10px;
  border: 1px solid #888;
  width: 450px;
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  .modal-presstie .modal-content {
    width: 100%;
  }
}
.modal-presstie .modal-content .modal-header {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 0px;
  box-shadow: 0px 0px 0px 0px;
  text-align: end;
  padding: 10px;
}
.modal-presstie .modal-content .modal-header h3 {
  width: 100%;
  text-align: left;
  margin-bottom: 0px;
}
.modal-presstie .modal-content .modal-header:focus {
  -webkit-tap-highlight-color: transparent;
}
.modal-presstie .modal-content .modal-header .modal-close {
  width: 100%;
  text-align: end;
  color: #000;
  font-size: 28px;
  float: right;
  margin-top: -10px;
  cursor: pointer;
}
.modal-presstie .modal-content .modal-header .modal-close:focus {
  -webkit-tap-highlight-color: transparent;
}
.modal-presstie .modal-content .modal-header .modal-close span {
  -webkit-tap-highlight-color: transparent;
  font-size: 30px;
}
@media screen and (max-width: 991px) {
  .modal-presstie .modal-content .modal-header .modal-close span {
    font-size: 80px;
    padding-right: 60px;
  }
}
.modal-presstie .modal-content .modal-header .modal-close span:before {
  background-color: #000;
  border-radius: 50px;
  color: #fefefe;
  font-size: 30px;
}
@media screen and (max-width: 991px) {
  .modal-presstie .modal-content .modal-header .modal-close span:before {
    font-size: 70px;
  }
}
.modal-presstie .modal-content .modal-header .modal-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.modal-presstie .modal-content .modal-header .modal-close:hover {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.modal-presstie .modal-content .modal-body {
  scrollbar-width: thin;
}
.modal-presstie .modal-content .modal-body .content-url {
  text-align: center;
  color: #000;
}
.modal-presstie .modal-content .modal-body .content-url a {
  font-size: 18px;
  color: #000;
}
@media screen and (max-width: 991px) {
  .modal-presstie .modal-content .modal-body .content-url a {
    font-size: 40px;
  }
}
.modal-presstie .modal-content .modal-body .content-logo {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-bottom: 20px;
}
.modal-presstie .modal-content .modal-body .content-logo img {
  width: 96px;
  border-radius: 50%;
  border: 1px solid #ccc;
}
@media screen and (max-width: 991px) {
  .modal-presstie .modal-content .modal-body .content-logo img {
    width: 15%;
  }
}
.modal-presstie .modal-content .modal-body .content-img {
  display: flex;
  width: 70%;
  justify-content: center;
  background-color: #000;
  border-radius: 30px;
  padding: 10px;
  flex-direction: column;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .modal-presstie .modal-content .modal-body .content-img {
    padding: 20px;
  }
}
.modal-presstie .modal-content .modal-body .content-img img {
  border-radius: 20px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .modal-presstie .modal-content .modal-body .content-img img {
    border-radius: 30px;
  }
}
.modal-presstie .modal-content .modal-body .content-img p {
  padding: 10px;
  color: white;
  margin: 0;
  text-align: center;
  font-size: 25px;
}
@media screen and (max-width: 991px) {
  .modal-presstie .modal-content .modal-body .content-img p {
    font-size: 60px;
  }
}
.modal-presstie .modal-content .modal-footer {
  margin-top: 20px;
  text-align: end;
}

html {
  -webkit-tap-highlight-color: transparent;
}

.link-download {
  font-size: 20px;
  cursor: pointer;
  color: #000;
}
@media screen and (max-width: 991px) {
  .link-download {
    font-size: 50px;
  }
}

.content-social-network {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 24px;
  gap: 20px;
}
.content-social-network a svg {
  width: 35px;
  fill: #000;
}
@media screen and (max-width: 991px) {
  .content-social-network a svg {
    width: 75px;
  }
}

@keyframes fade-in {
  0% {
    display: block;
    opacity: 0;
  }
  30% {
    display: block;
    opacity: 0.3;
  }
  60% {
    display: block;
    opacity: 0.6;
  }
  80% {
    display: block;
    opacity: 0.8;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.pulse {
  animation: pulse-animation 1s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.7);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
a:focus {
  outline: none;
}

.offcanvas {
  --bs-offcanvas-transition: transform 0.1s ease-in-out;
  --bs-offcanvas-width: 250px;
}

button:hover {
  background-color: transparent;
  border-color: transparent;
}

.logo-storefront {
  position: relative;
  top: 2rem;
  margin: 0 auto;
  height: 80px;
  width: 80px;
  margin-top: -40px;
  background-color: white;
}
@media screen and (max-width: 991px) {
  .logo-storefront {
    top: 2rem;
  }
}

ul.products {
  padding-left: 0px;
}

.glide__slide {
  width: auto !important;
  margin-left: 3px !important;
  margin-right: 3px !important;
}

.btn-outline-primary {
  background-color: rgb(255, 255, 255);
}

.accordion-button:not(.collapsed) {
  background-color: rgb(255, 255, 255);
}

.accordion-button:focus {
  box-shadow: none !important;
}
.accordion-button:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23A81912'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.accordion {
  --bs-accordion-border-color: transparent;
}

html {
  scroll-padding-top: 0rem;
  scroll-behavior: unset !important;
}

.btn:hover {
  opacity: 0.82;
}

body {
  line-height: inherit;
}

.screen-reader {
  display: none;
}

.site-footer {
  padding: 1.618em 0 1.606325903em;
}

.form-control:focus {
  box-shadow: none !important;
}

.form-select:focus {
  box-shadow: none !important;
}

.modal.fade .modal-dialog {
  transition: transform 0.1s ease-out;
}

.button-order:hover {
  opacity: 1 !important;
}

.woocommerce-message, .woocommerce-info, .woocommerce-error {
  border-left: 0px;
  border-radius: 0.5em;
  margin-bottom: 1em !important;
}

.input-text {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dee2e6 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-shadow: none !important;
}
.input-text:hover, .input-text:focus {
  border: 1px solid #dee2e6;
  box-shadow: none !important;
  outline: none;
}

.hentry {
  margin-bottom: 0px;
}

.form-check-input:focus {
  box-shadow: none !important;
}

.accordion-modifier.collapsing {
  transition: none;
  display: none;
}

.screen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  display: block;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  opacity: 0.8;
  background-color: #000;
}

.shakeY {
  animation: horizontal-shaking 0.5s 3;
}

@keyframes horizontal-shaking {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(-5px);
  }
  75% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
.select2-container .select2-selection--single {
  height: 45.75px;
  background-color: #f2f2f2;
  border: 1px solid #dee2e6 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-top: 8px;
}

input[type=text] {
  box-shadow: none;
}
input[type=text]:focus {
  box-shadow: none !important;
  outline-color: white !important;
}

input[type=text]:focus {
  box-shadow: none;
}

.order_details:before {
  height: 0px !important;
}
.order_details:after {
  height: 0px !important;
}

#comments::-moz-placeholder {
  opacity: 0.4 !important;
}

#comments::placeholder {
  opacity: 0.4 !important;
}

.btn-primary-disabled {
  background-color: #D8D8D8 !important;
  border-color: #D8D8D8 !important;
  opacity: 1 !important;
  color: #898989 !important;
}

@font-face {
  font-family: "Gotham";
  src: url("assets/fonts/Gotham.otf");
}
.btn-add:disabled i {
  color: #D8D8D8 !important;
}

header.entry-header {
  display: none;
}

.select2-dropdown {
  background-color: #f2f2f2;
  border: 1px solid #dee2e6;
}

.form-check-input:disabled {
  opacity: 0.2;
}

.entry-content {
  margin-top: 10px;
}

.site-content {
  min-height: 90vh;
}

.image-logo {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.btn-close:focus {
  box-shadow: none !important;
}

.virtual-terminal {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  padding: 0;
  position: relative;
  z-index: 2;
  min-height: 100vh;
  overflow-x: hidden;
}
.virtual-terminal .border {
  padding: 0px 0px 0px 0px;
  border-radius: 0px;
  text-align: center;
  position: relative;
  height: 37vh;
  background-image: linear-gradient(#fff, #f1f1f1);
}
.virtual-terminal .border > span {
  background-color: #fff;
  display: grid;
  width: 100%;
  height: 10vh;
}
.virtual-terminal .border > span h2 {
  font-size: 20px;
}
.virtual-terminal .border > span h3 {
  font-size: 18px;
  padding: 0px;
}
.virtual-terminal .border .pant {
  border-top: 2px solid #e5e5e5;
  background-color: #f1f1f1;
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 37vh;
  justify-content: center;
}
.virtual-terminal .border .pant div.description {
  width: 100%;
  height: 15vh;
}
.virtual-terminal .border .pant div.description textarea {
  width: 100%;
  background-color: transparent;
  border-left: 0px;
  border-bottom: 0px;
  border-right: 0px;
  border-radius: 0px !important;
}
.virtual-terminal .border .pant div.description textarea:focus {
  border-color: transparent !important;
  outline: 1px solid transparent;
}
.virtual-terminal .cunrent-amuount {
  position: relative;
  width: 100%;
  text-align: right;
  line-height: 1.618;
  padding: 0.6180469716em;
  font-size: 35px;
  text-align: center;
  height: 17vh;
  color: #434248;
  font-weight: 600;
}
.virtual-terminal .cunrent-amuount .number {
  position: absolute;
  text-align: right;
  color: transparent !important;
  background-color: transparent !important;
  top: -13px;
  right: 0;
  border: 0px;
  background-color: transparent;
  width: 100% !important;
  height: 100% !important;
  caret-color: #ccc;
  text-align: center;
  margin-right: -14px;
  font-weight: 600;
}
.virtual-terminal .list-number {
  height: 36vh;
  list-style: none;
  max-width: 100%;
  padding: 0px;
  margin: 0px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.virtual-terminal .list-number li {
  height: auto;
  cursor: pointer;
  text-align: center;
  font-size: 25px;
  border-left: solid 2px #e5e5e5;
  border-top: solid 2px #e5e5e5;
  display: flex;
  align-items: center;
}
.virtual-terminal .list-number li:active {
  background-color: #c8e5ff;
}
.virtual-terminal .list-number li:nth-child(3n) {
  border-right: solid 1px #e5e5e5;
}
.virtual-terminal .list-number li > span {
  width: 100% !important;
  border-radius: 0px;
  display: inline-block;
  color: #777;
  align-items: center;
  line-height: 25px;
  text-align: center;
}
.virtual-terminal .list-number li > span > span {
  display: none;
  font-size: 10px;
  margin-left: 5px;
  position: relative;
  top: -7px;
}
.virtual-terminal .list-number li > span:active {
  background-color: inherit;
}
.virtual-terminal .list-number li svg {
  width: 25px;
  height: 25px;
}
.virtual-terminal .list-number #enter span {
  background-image: linear-gradient(#7cc530, #aef068);
  color: #2c2c2c;
  text-align: center;
  padding: 5px !important;
  font-weight: bold;
  border-bottom: 3px solid #4c771d;
  border-right: 2px solid #4c771d;
}
.virtual-terminal .list-number #enter span:active {
  background-image: linear-gradient(#7cc530, #7cc530);
}
.virtual-terminal .list-number #n-cancel span {
  color: #2c2c2c;
  text-align: center;
  padding: 5px !important;
  font-weight: bold;
}
.virtual-terminal .list-number #help span,
.virtual-terminal .list-number #note span {
  font-size: 15px;
  text-transform: uppercase;
  line-height: 30px;
}
.virtual-terminal .btn-pay {
  color: white;
  text-transform: uppercase;
  text-align: center;
  height: 9vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  cursor: pointer;
}
.virtual-terminal .btn-pay:active {
  background-color: #0A2540;
}

#place_order {
  width: 100%;
  border-radius: 0.375em;
  margin-top: 10px;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before,
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before,
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before,
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before,
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before,
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--store a:before {
  content: "";
}

.woocommerce-MyAccount-content {
  margin-top: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .woocommerce-MyAccount-content {
    margin-left: 10px;
    margin-right: 10px;
  }
}

li.woocommerce-MyAccount-navigation-link.is-active {
  background-color: rgb(var(--bs-light-rgb));
  font-weight: 600 !important;
}

.text-description-product {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: "Roboto Condensed";
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: rgb(96, 96, 96);
  margin-bottom: 4px !important;
}

.title-category {
  font-size: 22px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.04ch;
  color: rgb(25, 25, 25);
}

.card-title-product {
  font-size: 16px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 4px;
}

.product-price {
  font-family: "Roboto Condensed";
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
  color: rgb(73, 73, 73);
  line-height: 20px;
}

.button-action {
  position: absolute;
  bottom: 13px;
  right: -1px;
  background-color: white;
  border: none;
  color: black;
  font-family: "Roboto condensed";
  font-size: 14px;
  font-weight: 700;
  border-radius: 24px;
  box-shadow: transparent 0px 0px 0px 1px inset, rgba(0, 0, 0, 0.2) 0px 2px 8px;
  color: rgb(25, 25, 25);
  line-height: 16px;
}
.button-action span {
  display: flex;
  align-items: center;
  margin: 4.2px;
}

body {
  font-family: "Roboto condensed";
}

.required-modifier {
  font-size: 12px;
  font-family: "Roboto Condensed";
  color: rgb(161, 108, 0);
  font-weight: 700;
  line-height: 18px;
}

.text-min-max {
  font-size: 12px;
  font-family: "Roboto Condensed";
  font-weight: 500;
  color: rgb(96, 96, 96);
}

.form-check-input:checked[type=checkbox] {
  filter: brightness(0);
}

.swiper-button-prev:after, .swiper-button-next:after {
  font-size: 14px;
  padding: 8px;
  color: rgb(25, 25, 25);
}

.carousel-products .swiper-wrapper {
  z-index: 0 !important;
}
.carousel-products .swiper-wrapper .swiper-slide {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.tippy-box {
  background-color: white;
  padding: 0px;
}

.tippy-content {
  padding: 0px 0px;
  margin-right: 0px;
}

.tippy-arrow {
  color: white;
  z-index: 100;
}

.border-link-menu {
  border: 3px solid rgb(25, 25, 25);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-left: 11px;
  display: block;
}

.border-link-menu-vertical {
  border: 3px solid rgb(25, 25, 25);
  position: relative;
  height: 100%;
  left: -25px;
  margin-bottom: 16px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

#ul-products::-webkit-scrollbar {
  background: transparent;
  width: 0px;
  padding: 0px;
  height: 0px;
  margin: 0px;
}

.text-dark-primary {
  color: rgb(25, 25, 25) !important;
}

.swiper {
  z-index: unset !important;
}
.swiper .swiper-wrapper {
  z-index: unset !important;
}
.swiper .swiper-button-next, .swiper .swiper-button-prev {
  z-index: unset !important;
}

.modal-dialog {
  margin: 0 auto !important;
}

body {
  -webkit-font-smoothing: antialiased;
}

.ring {
  cursor: pointer;
  animation: ring 4s 0.7s ease-in-out infinite;
}

@keyframes ring {
  0% {
    -webkit-transform: rotateZ(0);
  }
  1% {
    -webkit-transform: rotateZ(30deg);
  }
  3% {
    -webkit-transform: rotateZ(-28deg);
  }
  5% {
    -webkit-transform: rotateZ(34deg);
  }
  7% {
    -webkit-transform: rotateZ(-32deg);
  }
  9% {
    -webkit-transform: rotateZ(30deg);
  }
  11% {
    -webkit-transform: rotateZ(-28deg);
  }
  13% {
    -webkit-transform: rotateZ(26deg);
  }
  15% {
    -webkit-transform: rotateZ(-24deg);
  }
  17% {
    -webkit-transform: rotateZ(22deg);
  }
  19% {
    -webkit-transform: rotateZ(-20deg);
  }
  21% {
    -webkit-transform: rotateZ(18deg);
  }
  23% {
    -webkit-transform: rotateZ(-16deg);
  }
  25% {
    -webkit-transform: rotateZ(14deg);
  }
  27% {
    -webkit-transform: rotateZ(-12deg);
  }
  29% {
    -webkit-transform: rotateZ(10deg);
  }
  31% {
    -webkit-transform: rotateZ(-8deg);
  }
  33% {
    -webkit-transform: rotateZ(6deg);
  }
  35% {
    -webkit-transform: rotateZ(-4deg);
  }
  37% {
    -webkit-transform: rotateZ(2deg);
  }
  39% {
    -webkit-transform: rotateZ(-1deg);
  }
  41% {
    -webkit-transform: rotateZ(1deg);
  }
  43% {
    -webkit-transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(0);
  }
}
body:not(.modal-open) {
  padding-right: 0px !important;
}

.modal-open {
  overflow: hidden;
  padding-right: 0 !important;
}

#html5-qrcode-anchor-scan-type-change {
  display: none !important;
}

.modal-body {
  scrollbar-width: thin;
}/*# sourceMappingURL=style.css.map */