@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;700&display=swap");
:root {
  --Gray-900: #2f2f39;
  --Gray-600: #6e6e85;
  --Gray-800: #444452;

  --Basic-Black: #16161e;
  --Basic-White: #fff;

  --bg-color: #ffffff;
  --font-color: #16161e;

  --input-bg-color: #dcdce4;
  --input-placeholder-color: #59596b;
  --input-font-color: #16161e;
  --input-active-frame-color: #7c42cd;
  --input-inactive-bg-color: #bfbfcd;
  --input-border-color: #bfbfcd;

  --card-bg-color: #7c42cd;
  --card-font-color: #ffffff;
  --card-text-frame-color: #16161e;
  --disagree-color: #df3d40;
  --disagree-color-light: #f6c9ca;

  --button-font-color: #ffffff;
  --button-bg-color: #3d42df;

  --button-font-inactive-color: #ffffff;
  --button-bg-inactive-color: #83839e;

  --gradient-top-color: #6245af;
  --gradient-bottom-color: #2f2f39;
  --gradient-accent-color: #ffffff;

  --icons-color: #7c42cd;

  --input-border-radius: 0.5rem;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

html,
body {
  height: 100%;
}

a,
a:hover {
  color: black;
  text-decoration: none;
}

h1,
h2 {
  font-size: 18px;
  font-weight: bold;
}

h2 {
  font-weight: normal;
}

.form h2 {
  padding-top: 25px;
}

.header {
  height: 90px;
  width: 720px;
  margin: 0 auto;
}

.header a {
  display: block;
  padding-top: 40px;
  padding-left: 40px;
}

.container-wh {
  background: white url("../img/bg.png") top center repeat;
}

.content-hold {
  width: 640px;
  margin: 0 auto;
  padding: 40px 60px 100px 60px;
  background: transparent url("../img/bg-white.png") 0 0 repeat;
}

.container-wh {
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

.steps {
  margin: 0;
  padding: 0;
  margin: 25px 0 0 0;
  border: 1px solid #08a3de;
  float: left;
}

.steps li {
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: 1px solid #08a3de;
}

.steps li a {
  padding: 0 15px;
  display: block;
  font-size: 16px;
  height: 26px;
  background: black;
  color: white;
  line-height: 1.6;
}

.step-num {
  display: block;
  width: 20px;
  float: left;
  text-align: center;
}

.steps li a.step-done {
  background: black url(../img/done.png) 11px 4px no-repeat;
}

.steps li a.step-active {
  background: #08a3de;
}

.step-done .step-num {
  visibility: hidden;
}

.fieldset-h {
  border: 2px solid #08a3de;
  padding: 15px 8px;
  margin: 0 -8px 30px -8px;
}

.form-hold p {
  padding: 7px 0;
}

.inp-hold {
  padding: 5px 0;
}

.inp-hold label {
  width: 140px;
  display: block;
  float: left;
  line-height: 1.4;
}

.inp-hold input {
  height: 18px;
  border: 2px solid #d1d3d4;
  padding: 2px 4px;
  line-height: 1.2;
  font-weight: bold;
  background-color: white;
  float: left;
  color: black;
  font-size: 15px;
}

.sm-inp {
  width: 50px;
}

.xs-inp {
  width: 20px;
}

.inp-hold .small-label {
  width: auto;
  text-align: right;
  margin-left: 15px;
}

.radio-hold {
  padding: 5px 0;
}

.radio-hold label {
  line-height: 1.2;
  padding-left: 5px;
}

.radio-hold input {
  float: left;
  padding-left: 5px;
}

.radio-hold input[type="radio"]:checked + label {
  font-weight: bold;
}

.second-form {
  position: relative;
}

.blue-text {
  color: #08a3de;
  padding: 10px 0;
  display: block;
  font-size: 17px;
}

.logo-online {
  display: block;
  text-align: right;
  padding-bottom: 10px;
}

.form-logo {
  position: absolute;
  right: 70px;
  top: 42px;
}

.submit-button {
  font-family: "Avenir Next W02";
  background-color: #08a3de;
  padding: 6px 15px;
  font-size: 18px;
  font-weight: 700;
  border: 0;
  color: white;
  margin-top: 20px;
  border-radius: 5px;
  cursor: pointer;
}

/*status*/

.return-link {
  font-size: 21px;
  font-weight: 700;
  color: #4c4c4c;
}
@media (max-width: 767px) {
  .return-link {
    font-size: 1rem;
  }
}
.return-link:visited {
  color: #4c4c4c;
}

.cent-hold {
  position: absolute;
  top: 0;
}

/** responsivity **/

.floater {
  float: left;
}

@media screen and (max-width: 1024px) {
  /*775px*/

  .header {
    width: inherit;
  }

  #logoimg {
    width: 400px;
  }

  .steps li {
    float: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: 1px solid #08a3de;
  }

  .steps li a {
    padding: 10px 15px;
    font-size: 16pt;
  }

  .steps {
    float: none;
    text-align: center;
  }

  .floater {
    float: left;
    width: 100%;
    margin-bottom: 10px;
  }

  .inp-hold .small-label {
    width: 50%;
    text-align: left;
    margin-left: 0px;
  }

  .inp-hold label {
    width: 50%;
    font-size: 16pt;
  }

  .inp-hold input {
    font-size: 16pt;
    width: 45%;
  }

  .blue-text {
    font-size: 16pt;
  }

  .radio-hold {
    font-size: 16pt;
  }

  .submit-button {
    font-size: 22pt;
  }

  h1,
  h2 {
    font-size: 18pt;
  }

  .form-hold {
    padding-top: 30px;
  }

  .form-hold p {
    font-size: 14pt;
  }

  .radio-hold input {
    width: 16pt;
    height: 16pt;
  }

  .content-hold {
    width: 80%;
    max-width: 1440px;
    padding: 0px;
  }
}

@media screen and (min-width: 1025px) {
  /*776px*/
  .content-hold {
    width: 640px;
  }
}

@media screen and (max-width: 700px) {
  .inp-hold label {
    width: 100%;
  }

  .inp-hold input {
    width: 95%;
  }

  #logoimg {
    width: 300px;
  }

  .form-logo {
    display: none;
  }
}

/*DEMOSHOP -------------------------------------------- START */

.header-switch {
  display: flex;
  justify-content: center;
  padding: 5px 0;
  border-bottom: 0px solid #e1e1e1;
  background-color: rgba(248, 248, 252, 0.85);
  background: var(--Gray-900);
  position: relative;
  z-index: 999 !important;
  height: 100px;
  gap: 1rem;
}

.header-switch .switch-button {
  background: var(--Gray-800);
  padding: 0;
  box-shadow: rgba(189, 189, 193, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  border-radius: 0.5rem;
  max-height: 45px;
  height: auto;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
  .header-switch {
    height: 75px;
    padding-top: 1rem;
    position: fixed;
    width: 100%;
    margin-top: 0rem;
    background-color: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
      rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .header-switch .switch-button {
    display: none;
  }
}

.header-switch .view-button {
  cursor: pointer;
  transition: background-color 0.3s ease;
  background: #ebe6e6b0;
  border: none;
  border-radius: 0.5rem;
  margin: 0 10px;
}

.header-switch .view-button:focus {
  border: none;
}

.header-switch .view-button:active {
  border: none;
}

.header-switch .view-button img {
  width: 30px;
  height: 30px;
  padding: 2px;
}

.header-switch .view-button:hover {
  background-color: #f0f0f0;
}

.header-switch .view-button.active {
  background-color: white;
  color: #fff;
  border-color: none;
  border: none;
}

.header-switch .top-menu-demoshop {
  display: flex;
  padding: 5px;
}

.demoshop {
  background: var(--Gray-900);
}
.location-menu {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.demoshop .sticky-column {
  position: sticky;
  top: 0;
  padding: 0rem 3rem 3rem 3rem;
  background: var(--Gray-900);
  z-index: 4;
}

.demoshop .payment-methods div {
  margin-top: 15px;
}

.demoshop .added-payment-method {
  margin-top: 10px;
  padding: 5px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}

.demoshop .title-menu {
  color: var(--Basic-White);
  font-size: 1.21875rem;
  font-style: normal;
  font-weight: 600;
}

.demoshop .top-header {
  text-align: center;
}

.demoshop .top-header .row {
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .demoshop .top-header .row {
    margin-bottom: 1rem;
  }
}

.demoshop .top-logo-shop {
  z-index: 99 !important;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: -1rem;
}

.demoshop .top-logo-shop img {
  width: 20%;
  height: 145px;
  object-fit: contain;
}

@media (max-width: 500px) {
  .demoshop .top-logo-shop img {
    width: 30%;
  }
}

.demoshop .top-header .title-of-shop {
  background: #5b5b5b;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.5rem;
  font-family: "Roboto", sans-serif;
  filter: drop-shadow(0px 2px 5px rgb(0, 0, 0, 0.3));
}

.demoshop .top-header h2 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #313030;
  margin-bottom: 1rem;
  text-align: left;
  position: relative;
  left: 20px;
  display: none;
}

.demoshop .top-header h5 {
  font-size: 1rem;
  font-weight: 400;
  color: #313030;
}

.demoshop .top-header .total-price {
  font-size: 0.8rem;
  text-align: right;
}

@media (max-width: 767px) {
  .demoshop .top-header .total-price {
    position: relative;
    top: -3rem;
  }
}

.demoshop .top-header .image-product {
  width: 101px;
  height: 101px;
}

.demoshop .top-header .product-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 1rem;
  justify-content: center;
}

.demoshop .top-header .product-details div {
  margin: 3px 0;
}

.demoshop .top-header .product-details .title-product,
.demoshop .top-header .product-details .model-product {
  font-weight: 600;
}

.demoshop .top-header .product-details .quantity-product {
  font-size: 0.8rem;
}

.demoshop .bottom-header {
  text-align: center;
}

.demoshop .bottom-header .row {
  margin: 15px 0;
}

@media (max-width: 767px) {
  .demoshop .bottom-header .row {
    margin: 5px 0;
  }
}

.demoshop .bottom-header .payment-title-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  left: 15px;
}

@media (max-width: 500px) {
  .demoshop .bottom-header .payment-title-detail {
    left: -10px;
  }
}

.demoshop .bottom-header .payment-price {
  display: flex;
  align-items: center;
  justify-content: right;
  padding: 0;
}

@media (max-width: 767px) {
  .demoshop .bottom-header .payment-price {
    padding: 0;
    position: relative;
    top: -1rem;
  }
}

.demoshop .bottom-header .clmn h2 {
  font-size: 1rem;
  font-weight: 800;
}

.demoshop .bottom-header .clmn h5 {
  font-size: 0.8rem;
  font-weight: 400;
}

.demoshop .show-methods {
  display: flex;
  flex-direction: column;
  align-items: normal;
  justify-content: flex-start;
  align-items: center;
}

.demoshop .pc-version .payment-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 1rem 0;
}

.demoshop .mobile-version .payment-buttons {
  display: flex;
  align-items: center;
  width: 100%;
  flex-direction: column;
}

.demoshop .pc-version .payment-buttons .apple-pay-btn {
  background: #000;
  width: 100%;
  margin: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(2px 4px 6px rgb(0, 0, 0, 0.3));
  border-radius: var(--input-border-radius);
  max-width: 47%;
}

.demoshop .mobile-version .payment-buttons .apple-pay-btn {
  background: #000;
  width: 100%;
  margin: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(2px 4px 6px rgb(0, 0, 0, 0.3));
  border-radius: var(--input-border-radius);
  max-width: 85%;
}

.demoshop .payment-buttons .apple-pay-btn .name-payment {
  color: #fff;
}

.demoshop .payment-buttons .apple-pay-btn img {
  filter: invert(100%);
}

.demoshop .pc-version .payment-buttons .google-pay-btn {
  background: #000;
  width: 100%;
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(2px 4px 6px rgb(0, 0, 0, 0.3));
  border-radius: var(--input-border-radius);
  max-width: 47%;
}

.demoshop .mobile-version .payment-buttons .google-pay-btn {
  background: #000;
  width: 100%;
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(2px 4px 6px rgb(0, 0, 0, 0.3));
  border-radius: var(--input-border-radius);
  max-width: 85%;
}

.demoshop .payment-buttons .google-pay-btn .name-payment {
  color: #fff;
}

.payment-buttons .btn img {
  margin-right: 8px;
  height: 24px;
}

.demoshop .mobile-version .phone-screen {
  position: relative;
  margin: auto;
  overflow: hidden;
  max-height: 1200px;
  padding-top: 2rem;
  max-width: 440px;
  margin-top: 2rem;
  margin-bottom: 5rem;
  backdrop-filter: blur(0px);
  border-radius: 40px;
}

.demoshop .mobile-version .mobile-frame {
  position: relative;
  width: 100%;
  max-width: 485px;
  margin: auto;
}

.demoshop .mobile-version .mobile-frame img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  filter: drop-shadow(0px 64px 26px rgba(0, 0, 0, 0.3));
}

.demoshop .pc-version,
.demoshop .mobile-version {
  padding-top: 5rem;
  background: var(--Basic-Black);
  /*border-top-left-radius: 5rem;
  border-bottom-left-radius: 5rem; bolo */
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  padding: 0;
}

@media (max-width: 767px) {
  .demoshop .pc-version,
  .demoshop .mobile-version {
    padding-top: 0;
    padding: 3rem 0;
    border-bottom-left-radius: 0;
  }
}

.demoshop .pc-version .desktop-screen {
  position: relative;
  top: 0;
  margin-bottom: 6rem;
  max-width: 50%;
  margin: auto;
  background: #f9f9fc;
  padding: 2rem;
  /*border-radius: 40px bolo */
  border-radius: 1rem;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  backdrop-filter: blur(337px);
  overflow-y: auto;
  margin-bottom: 3rem;
  backdrop-filter: blur(7px);
  z-index: 4;
}

@media (max-width: 767px) {
  .demoshop .pc-version .desktop-screen {
    max-width: 75%;
  }
}

@media (max-width: 500px) {
  .demoshop .pc-version .desktop-screen {
    max-width: 90%;
    padding: 1rem;
  }
}

/*
.phone-iframe::before {
    content: "";
    display: flex;
    background-image: url(/demoshop/assets/img/demo_bg.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
    z-index: 0;
    background-position: top;
    background-size: cover;
    background-size: 100% auto;
    background-position: bottom;
} */

@media (max-width: 992px) {
  .phone-iframe::before {
    background-position: center 55%;
  }
}

.demoshop .select-wrapper {
  position: relative;
  display: inline-block;
  background: #ebe6e6b0;
  width: 100%;
  border-radius: 0.75rem;
}

.demoshop .select-wrapper::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("/demoshop/assets/img/arrow_rounded.webp");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}

.demoshop .select-location {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  padding: 10px 30px 10px 10px;
  width: 100%;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  color: #3b3939;
}

.select-location option {
  padding: 1rem;
  margin: 1rem;
  background-color: #efeced;
  color: #333;
  border-radius: 0.75rem;
  border: none;
}

.demoshop .select-location:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
  outline: none;
}

.demoshop .custom-control {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
  position: relative;
}

.demoshop .custom-control::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  z-index: -1;
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(
      to right,
      rgba(255, 255, 255, 0) -50%,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 0) 85%
    )
    1;
  border-image-slice: 1;
}

.demoshop .custom-label {
  flex: 1;
  display: flex;
  font-family: "Roboto", sans-serif;
  justify-content: space-between;
  color: var(--Basic-White);
  font-weight: 400;
  align-items: center;
  margin: 5px 0;
  font-size: 14px;
}

.demoshop .custom-checkbox {
  position: relative;
  padding-left: 0;
}

.demoshop .custom-checkbox-input {
  opacity: 0;
  position: absolute;
}

.demoshop .checkmark {
  height: 25px;
  width: 25px;
  background-color: #7d7d7d;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}

.demoshop .custom-label .checkmark:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 11px;
  width: 5px;
  height: 11px;
  border: solid var(--Basic-Black);
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  display: none;
}

.demoshop .custom-checkbox-input:checked ~ .checkmark {
  background: #00f380;
  border-color: #00f380;
}

.demoshop .custom-checkbox-input:checked ~ .checkmark:after {
  display: block;
}

.demoshop .added-payment-method .wrapper-methods {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

@media (max-width: 767px) {
  .demoshop .added-payment-method .wrapper-methods {
    display: grid;
    grid-template-columns: 15% 75% 10%;
    text-align: left;
    align-items: center;
  }

  .demoshop .added-payment-method .wrapper-methods .col-md-2 {
    display: flex;
    justify-content: center;
  }

  .demoshop .added-payment-method .wrapper-methods .cards-section span {
    font-size: 13px;
    font-weight: 600;
  }
}

.demoshop .added-payment-method .wrapper-methods .cards-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.demoshop .added-payment-method .wrapper-methods .arrow-icon {
  max-width: 20px;
  transform: rotate(272deg);
}

.demoshop .added-payment-method .wrapper-methods .payment-method-logo {
  width: 30px;
  height: 30px;
  object-fit: contain;
  filter: drop-shadow(3px 7px 4px rgba(0, 0, 0, 0.3));
  border-radius: 100px;
}

@media (max-width: 767px) {
  .demoshop .added-payment-method .wrapper-methods .payment-method-logo {
    width: 40px;
    height: 40px;
  }
}

.demoshop .added-payment-method .wrapper-methods .payment-method-logo:hover {
  transition: all 0.2s;
  transform: scale(1.1);
  cursor: pointer;
}

.demoshop .pc-version .logo-top {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -3rem;
}

.demoshop .mobile-version .logo-top {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  position: relative;
  top: 6rem;
}

.demoshop .mobile-version .selected-payment-methods {
  overflow: auto;
  max-height: 500px;
  overflow-y: scroll;
  padding-bottom: 14px;
}

.selected-payment-methods::-webkit-scrollbar {
  width: 5px;
}

.selected-payment-methods::-webkit-scrollbar-track {
  background: #b5b5b5;
  border-radius: 20px;
}

.selected-payment-methods::-webkit-scrollbar-thumb {
  background: #b5b5b5;
  border-radius: 20px;
}

.selected-payment-methods::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.demoshop .mobile-version .mobile-frame {
  display: block;
}

.demoshop .row {
  align-items: flex-start;
}

.demoshop .pc-version,
.demoshop .mobile-version {
  height: auto;
  align-self: flex-start;
}
.demoshop .pc-version.frame-icon,
.demoshop .mobile-version.frame-icon {
  position: relative;
  overflow: hidden;
}

.demoshop .pc-version.frame-icon::before,
.demoshop .mobile-version.frame-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(/demoshop/assets/img/blur-group-108-demoshop.png) no-repeat 0
    0;
  background-size: cover;
  border-top-left-radius: 5rem;
  border-bottom-left-radius: 5rem;
  z-index: 0;
  animation: bgMove 8s ease-in-out infinite alternate;
}

@keyframes bgMove {
  0% {
    background-position: 0% 0%;
    transform: scale(1);
  }
  50% {
    background-position: 50% 50%;
    transform: scale(1.08);
  }
  100% {
    background-position: 100% 0%;
    transform: scale(1);
  }
}

@media (max-width: 767px) {
  .demoshop .pc-version.frame-icon::before,
  .demoshop .mobile-version.frame-icon::before {
    border-top-left-radius: 0rem;
  }
}

/*DEMOSHOP -------------------------------------------- koniec */

/* DROPDOWN MENU */

#dropdownMenuButton img {
  height: 20px;
}

.dropdown {
  position: relative;
  display: inline-block;
  max-height: 45px;
}
.dropdown button:focus {
  outline: none;
}
.dropdown-toggle {
  color: var(--Basic-Black);
  background: var(--Gray-600);
  border: 0px solid var(--Gray-600);
  padding: 4px 15px;
  cursor: pointer;
  height: 45px;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.dropdown-toggle:hover {
  background: var(--Gray-800);
}
.dropdown-menu {
  display: none;
  position: absolute;
  background-color: var(--Gray-600);
  border: 1px solid var(--Gray-600);
  padding: 10px;
  z-index: 1;
  top: 3rem;
  border-radius: 0.75rem;
  min-width: 6rem !important;
  width: 100%;
  opacity: 0;
  transition: opacity 0.3sease;
}

.dropdown-menu.show {
  display: block;
  opacity: 1;
}

.dropdown-item {
  display: flex;
  text-decoration: none;
  color: #212529;
  padding: 5px;
  align-items: center;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #c1b9bc;
  border-radius: 5px;
}

.dropdown-item:hover {
  background-color: var(--Gray-800);
  color: var(--Basic-Black);
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
}

.dropdown-menu img {
  height: 20px;
  width: 20px;
  margin-right: 8px;
}

/* DROPDOWN MENU END */

/* VISA / MASTERCARD LOGO V KARTE */

.visa-logo,
.mastercard-logo {
  height: 28px;
  padding: 0px 10px !important;
  border-radius: 0.75rem;
  left: -1rem;
  position: relative;
  top: -5px;
}

.trustpay__crd {
  background-color: #7c42cd;
  color: var(--card-font-color);
}

.trustpay__crd * {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: black;
}

.trustpay__inactiveButton {
  color: black !important;
  background-color: #7c42cd !important;
  pointer-events: none;
}

.visa-logo path,
.mastercard-logo path {
  fill: black !important;
}

/* VISA / MASTERCARD LOGO V KARTE */

/* responzivita - mobilné zobrazenie a rozloženia */

.close-slider {
  display: none;
}

#slideArrow {
  display: none;
}

@media (max-width: 767px) {
  #slideArrow {
    border: none;
    font-size: 15px;
    font-weight: bolder;
    cursor: pointer;
    background: #f0f0f0;
    border-radius: 100%;
    padding: 5px 5px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
  }
}

.slide-arrow img {
  width: 30px;
  height: 35px;
}

@media (max-width: 767px) {
  #sliderColumn {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: auto;
    transition: left 0.3s ease;
    z-index: 1000;
  }

  #sliderColumn.open {
    left: 0;
    width: 100%;
    height: 100vh;
    padding-top: 2rem;
    z-index: 999 !important;
    overflow-y: auto;
  }

  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
    display: none;
  }

  .overlay.show {
    display: block;
  }

  .close-slider {
    display: block;
    background: none;
    border: none;
    font-size: 15px;
    font-weight: bolder;
    cursor: pointer;
    position: absolute;
    right: 55px;
    background: #00f380;
    border-radius: 100%;
    padding: 5px 5px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
  }
}

/*koniec */

@media (max-width: 767px) {
  #Search_mobileButtonBanks {
    display: flex !important;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin: 3rem 0rem;
    padding: 8px;
    border-radius: 0.75rem;
    background: #17f48b;
    border: 3px solid #39df90;
    color: #3d3d3d;
  }
}

/*Selected - main page - tp.php*/

.select-container {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.select-container .select {
  position: relative;
  background: var(--Basic-Black);
  height: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.select-container .select::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  right: 15px;
  transform: rotate(45deg);
  border-bottom: 2px solid #323745;
  border-right: 2px solid #323745;
  cursor: pointer;
  transition: border-color 0.4s;
}

.select-container.active .select::after {
  border: none;
  border-left: 2px solid #323745;
  border-top: 2px solid #323745;
}

.select-container .select input {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  background: none;
  outline: none;
  border: none;
  font-size: 0.875rem;
  cursor: pointer;
  font-weight: 500;
  color: var(--Gray-600);
  font-family: "Roboto", sans-serif;
}

.select-container .option-container {
  position: relative;
  background: var(--Gray-600);
  height: 0;
  overflow-y: hidden;
  transition: 0.4s;
  margin: 10px 0;
  border-radius: 0.25rem;
  box-shadow: 0px 2px 13px var(--Gray-600);
}

.select-container.active .option-container {
  height: 449px;
}

.select-container .option-container::-webkit-scrollbar {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  width: 3px;
}

.select-container .option-container::-webkit-scrollbar-thumb {
  background: #0f0e11;
}

.select-container .option-container .option {
  position: relative;
  padding-left: 15px;
  height: 30px;
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(
      to right,
      rgba(255, 255, 255, 0) -50%,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 0) 85%
    )
    1;

  border-image-slice: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: 0.2s;
  color: var(--Basic-White);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

.select-container .option-container .option.selected {
  background: var(--Gray-800);
  pointer-events: none;
}

.select-container .option-container .option:hover {
  background: var(--Gray-900);
  padding-left: 20px;
}

.select-container .option-container .option label {
  font-size: 1.1rem;
  color: white;
  cursor: pointer;
}

/*SUCESS_PAGE - MERCHANT PAGE - START */

/*SUCESS_PAGE - MERCHANT PAGE - END */
