* {
  outline: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  -webkit-tap-highlight-color: transparent !important;
}
.upstar {
  position: relative
}
.upstar::after {
  content: "*";
  display: inline-block;
  position: absolute;
  top: 3px;
  right: -4px;
  font-size: 0.4em;
}
.fMask a,
.fMask a:active,
.fMask a:focus,
.fMask a:hover {
  color: inherit !important;
  text-decoration: none;
  cursor: default;
  white-space: nowrap;
}
#cookie a,
#cookie a:active,
#cookie a:focus,
#cookie a:hover {
  cursor: default;
  white-space: nowrap
}
#kmacb {
  z-index: 1000 !important;
  bottom: 55px !important;
}
.show-message__item, .show-message__item-first {
  z-index: 1001 !important;
}
.cookie-popup-inner {
  box-sizing: border-box;
}
.pl_field_address_info {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  outline: none !important;
  position: absolute;
  z-index: -1;
  width: 0px !important;
  height: 0px !important;
}

.dec-line {
  position: relative;
}
.dec-line_bottom::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0px;
  left: 0px;
  background-color: red; 
}

#plCallbackModal,
#plCallbackModal * {
  font-family: 'Roboto', sans-serif !important;
}

.corona-wrapper-close {
  font-family: sans-serif;
}

@media screen and (max-width: 999px) {
  .corona-wrapper {
    padding: 5px 35px 5px 20px !important;
  }
}

@media screen and (max-width: 768px) {
  .corona-wrapper {
    padding: 5px 45px 5px 25px !important;
  }

  .corona-wrapper-close {
    right: 0px !important;
  }
}

@media screen and (max-width: 480px) {
  .corona-wrapper {
    padding: 5px 40px 5px 10px !important;
  }

  .corona-wrapper > div {
    padding-left: 50px !important;
  }
}

.suck-girl {
  display: block;
  margin-bottom: 10px;
}

.register-form input {
  font-size: 16px;
}

.register-form input[type=submit] {
  margin-bottom: 0px;
  font-size: 18px;
  transition: background-color 300ms linear;
}

.register-form input[type=submit]:hover {
  background-color: #3d9341;
}

.only-today {
  font-size: 21px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.only-today__date {
  font-size: 1.15em;
  margin-top: 4px;
  margin-bottom: 7px;
}

.only-today__date .nowdate {
  border-bottom: 1px dashed;
}

.only-today__price {
  font-size: 1.5em;
  font-weight: 600;
  color: #e84e35;
}

.register-form .starmean {
  text-align: center;
  margin-top: 6px !important;
  font-size: 13px !important;
  color: #a5a5a5;
}

.btn {
  transition: background-color 300ms linear;
}

.btn:hover {
  background-color: #3d9341;
}

.last-btn {
  font-size: 17px;
}

.product {
  max-width: 100%;
  display: block;
  margin: 20px auto;
}

@media screen and (max-width: 768px) {
  .fMask {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .product {
    max-width: 240px;
  }
}
