.back-btn-system {
  display: none !important;
}

.is-logged .back-btn-system {
  display: block !important;
}
@media only screen and (max-width: 820px) {
  .is-logged .back-btn-system {
    display: none !important;
  }
}
.is-logged .back-btn-system.back-btn-footer {
  display: none !important;
  position: fixed;
  background-color: #4A90E2;
  color: #fff !important;
  overflow: hidden;
  bottom: 0;
  text-align: center;
  height: 72px;
  width: 100%;
  padding: 15px 0;
  font-size: 18px;
  line-height: 42px;
  z-index: 200;
}
@media only screen and (max-width: 820px) {
  .is-logged .back-btn-system.back-btn-footer {
    display: block !important;
  }
}

a.back-btn-system-top {
  padding: 5px 15px !important;
  border: 1px solid #333743;
  background-color: #333743 !important;
  font-weight: bold;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  color: #fff !important;
  border-color: #333743;
  background-color: #333743;
  margin-top: 17px !important;
  margin-left: 5px;
  margin-bottom: 0 !important;
}/*# sourceMappingURL=shop.css.map */