@import url("https://fonts.googleapis.com/css2?family=Comme:wght@300;400;500&display=swap");

* {
  font-family: "Comme", sans-serif;
}

body {
  background: url(../images/wallpaper-top-wrapper.jpg) top center no-repeat,
    url(../images/wallpaper-bottom-wrapper.jpg) bottom center no-repeat #94caec;
}

@font-face {
  font-family: "ringm_";
  src: url(../fonts/ringm_-webfont.woff);
}

.preview p {
  color: #fff;
  font-size: 12px;
  padding: 1px 0;
}

.preview p.blue {
  color: #7fb2ff;
}

.preview p.yellow {
  color: #e1ce59;
}

.preview p.gray {
  color: #a5a5a5;
}

.preview p.green {
  color: #7cf677;
}

.preview p.purple {
  color: #e077f6;
}
.preview p.bred {
  color: #4FFFBC;
  background-color: rgb(121, 27, 4);
}

/*Vault*/

.vault {
  width: 260px;
  height: 484px;
}

.vault a .preview {
  position: fixed;
  background: #000000e3;
  padding: 8px;
  text-align: center;
  border-radius: 1px;
  display: none;
  z-index: 99;
  font-family: "Verdana";
}

/*form-checkout*/

#form-checkout {
  display: flex;
  flex-direction: column;
  max-width: 600px;
  margin: auto;
}

.container {
  height: 25px;
  display: inline-block;
  border: 1px solid rgb(200, 200, 200);
  border-radius: 2px;
  padding: 1px 2px;
}

nav a span {
  font-family: "ringm_";
}

.web-title {
  background: url(../images/title-web.png);
  height: 65px;
  width: 230px;
  background-size: cover;
  color: #e9c343;
  font-weight: normal;
  font-size: 20px;
  text-align: center;
  line-height: 45px;
  font-family: "ringm_";
}

.top-web-container {
  color: #e9c343;
  font-weight: normal;
  font-size: 20px;
  text-align: center;
  line-height: 120px;
  font-family: "ringm_";
}

.action {
  font-family: "ringm_";
}

.web-title:before {
  content: "";
  width: 31px;
  height: 31px;
  background: url(../images/star.png);
  position: absolute;
  right: calc(10% - 1px);
  top: 8px;
}
.web-title:after {
  content: "";
  width: 31px;
  height: 31px;
  background: url(../images/star.png);
  position: absolute;
  right: calc(100% - 53px);
  top: 8px;
}

.swiper-slide .title {
  position: absolute !important;
  z-index: 1 !important;
  width: 66% !important;
  background: #0a0a0a73 !important;
  bottom: 8px !important;
  border-radius: 10px !important;
  color: #fff !important;
  font-size: 13px !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 20px;
  line-height: 2;
}
