
img {
  max-width: 100%;
}
body {
  line-height: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
blockquote {
  quotes: none;
}
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
del {
  text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a img {
  border: none;
}

.wrapper__content {
  display: block;
  max-width: 1600px;
  margin: 0 auto;
}

.top__panel {
  background: #232427;
}

.top__panel .left__top {
  font-family: var(--font-primary);
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 10px;
  letter-spacing: 1px;
  color: #ffffff;
  /* padding-top: 4px; */
}

.top__panel .select__top {
  color: #ffffff;
  position: relative;
  /* top: 12px; */
  /* float: right; */
  font-family: var(--font-primary);
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 10px;
  text-align: center;
  letter-spacing: 1px;
  color: #ffffff;
}

.top__panel .MuiInputBase-root {
  color: #fff;
}

.select__top .MuiFormControl-root img {
  margin-right: 5px;
}

.MuiMenu-list .MuiMenuItem-root {
  display: block !important;
}

.MuiMenu-paper {
  margin-top: 20px;
}

.top__panel .MuiSelect-icon {
  color: #fff;
}

header .menu__panel {
  padding: 20px 0;
}

header .menu__panel .logo {
  display: inline-block;
  vertical-align: middle;
}

header .menu__panel .menu {
  display: inline-block;
  margin-left: 7.5vw;
}

header .menu__panel .menu ul {
  padding: 0;
}

header .menu__panel .menu ul li {
  display: inline-block;
}

header .menu__panel .menu ul li a {
  font-family: var(--font-primary);
  font-weight: 500;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #252426;
  margin: 0px 20px;
  text-decoration: none;
  transition: 0.25s;
  display: block;
}

header .menu__panel .menu ul li a:hover {
  transform: scale(1.1);
  color: var(--primary);
  transition: 0.25s;
}

header .menu__panel .live__search {
  display: inline-block;
  margin-left: 80px;
}

header .menu__panel .live__search input {
  padding: 14px 20px;
  background: #f3f3f9;
  border-radius: 5px;
  border: none;
  outline: none;
  width: 300px;
  font-family: var(--font-primary);
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #2c2c2c;
}

header .menu__panel .live__search button {
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
  left: -50px;
  vertical-align: middle;
  position: relative;
}

.alerts.dropdown-event {
  display: none;
}
.alerts.dropdown-event.active {
  display: block;
}

header .actions__block {
  display: inline-block;
  float: right;
  top: -5px;
  position: relative;
}

.event {
  cursor: pointer;
}

.MuiPaper-root {
  z-index: 115 !important;
}

.event .event-value {
  position: absolute;
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);
  box-shadow: 0px 1.88051px 3.76101px rgba(245, 50, 6, 0.41);
  color: #fff;
  width: 14px;
  height: 14px;
  text-align: center;
  border-radius: 100%;
  font-family: var(--font-primary);
  font-style: normal;
  font-weight: 700;
  font-size: 8px;
  line-height: 15px;
  color: #ffffff;
  margin-left: -14.5px;
  top: 0;
  right: 0;
}

.actions__block ul {
  padding: 0;
}

.actions__block ul li {
  margin: 0 15px;
  display: inline-block;
  vertical-align: middle;
}

.header-buttons-block img {
  cursor: pointer;
}

a.hi__zyablik {
  text-decoration: none !important;
}

.actions__block .header-buttons-block {
  padding: 0 15px 0 25px;
  border-left: 1px solid #eee;
}

.hi__zyablik .avatar {
  border-radius: 100%;
  width: 60px;
  height: 60px;
  background: #eee;
  text-align: center;
  line-height: 3.2;
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 18px;
  background-size: cover !important;
}

.ais-Hits {
  position: absolute;
  width: 350px;
  z-index: 1;
}

.ais-Hits-item {
  padding: 20px;
  background: #fff;
  border-radius: 5px;
}

.ais-Hits-item div a img {
  margin-right: 15px;
  width: auto !important;
}

.ais-Hits-item div a {
  text-decoration: none;
}

.ais-Hits-item .hit-name {
  font-family: var(--font-primary);
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 29px;
  letter-spacing: 1px;
  color: #2c2c2c;
}

.ais-Hits-item .hit-price {
  font-family: var(--font-primary);
  font-weight: 500;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 29px;
  letter-spacing: 1px;
  color: #2c2c2c;
}

.top__footer__panel {
  background: #252426;
  margin-top: 60px;
}

.top__footer__panel ul {
  padding: 0;
  padding: 25px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.top__footer__panel ul li {
  display: inline-flex;
  font-family: var(--font-accent);
  font-style: normal;
  font-weight: normal;
  vertical-align: middle;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.6px;
  color: #ffffff;
}

.top__footer__panel ul li img {
  vertical-align: middle;
  margin-right: 5px;
}

.footer__bottom__panel {
  margin-top: 30px;
}

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

.footer__bottom__panel .social__link {
  width: 36px;
  height: 36px;
  display: inline-block;
  border: 1px solid #eee;
  padding-top: 5px;
  margin-right: 20px;
  text-align: center;
  border-radius: 100%;
  transition: 0.2s;
}

.footer__bottom__panel .social__link:hover {
  border: 1px solid #f63506;
  transition: 0.2s;
}

.footer__bottom__panel ul {
  padding: 0;
  vertical-align: top;
  display: inline-block;
  width: 25%;
}

.footer__bottom__panel ul li.title {
  font-family: var(--font-accent);
  vertical-align: top;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 0.01em;
  color: #252426;
}

.footer__bottom__panel ul li a {
  font-family: var(--font-primary);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 180%;
  color: #adadaf;
  text-decoration: none;
}

.footer__bottom__panel .subscribchik {
  font-family: var(--font-primary);
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #7f7f83;
}

.footer__bottom__panel .inputyara {
  background: #f3f3f9;
  border-radius: 30px;
  padding: 10px 15px;
  font-family: var(--font-primary);
  font-style: normal;
  border: none;
  outline: none;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #adadaf;
  margin-top: 10px;
}

.footer__bottom__panel button {
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
  position: absolute;
  right: 7.5%;
  top: 35px;
}

div.bag-modal {
  width: 500px;
  height: 100%;
  position: fixed;
  overflow-y: scroll;
  right: 0;
  top: 0;
  box-shadow: 0px 4.97605px 24.857px rgb(0 0 0 / 3%);
  background: #fff;
  z-index: 101;
  opacity: 0;
  transition: 0.25s;
  transform: translateX(100%);
  overflow: hidden;
}

div.bag-modal.active {
  opacity: 1;
  display: block;
  transform: translateX(0%);
  transition: 0.2s;
}

.overlay-c.active {
  display: block;
  transform: translateX(0%);
}

div.overlay-c {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  cursor: pointer;
  width: 100%;
  z-index: 100;
  display: none;
}

.bag-modal {
  overflow: hidden;
}

.bag-modal .items h1 {
  font-family: var(--font-accent);
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 112.5%;
  text-align: center;
  color: #323643;
}

.sad__cart__docas {
  text-align: center;
  display: block;
  margin: 0 auto;
  max-width: 80px;
  margin-top: 30vh;
  margin-bottom: 20px;
}

.bag-modal .shopping__cart {
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);
  border-radius: 30px;
  font-family: var(--font-primary);
  font-weight: 500;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  display: block;
  max-width: 60%;
  margin: 0 auto;
  padding: 10px 0;
  margin-top: 30px;
  text-decoration: none;
  letter-spacing: 0.03em;
  color: #ffffff;
}

.bag-modal span.title {
  font-family: var(--font-accent);
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  text-align: center;
  display: block;
  width: 100%;
  line-height: 36px;
  letter-spacing: 0.05em;
  color: #252426;
  margin-top: 10px;
}

.bag-modal .items .item {
  padding-top: 20px;
  border-top: 1px solid #eee;
  margin-top: 10px;
  position: relative;
  padding-bottom: 20px;
}

.bag-modal .items .item small.white {
  background: #eee;
  height: 25px;
  width: 25px;
  border: 1px solid var(--primary);
  display: inline-block;
  border-radius: 100%;
  box-shadow: inset 0 0 0 3px #fff;
}

.bag-modal .items .item small.pink {
  background: #ffa4e0;
  height: 25px;
  width: 25px;
  border: 1px solid var(--primary);
  display: inline-block;
  border-radius: 100%;
  box-shadow: inset 0 0 0 3px #fff;
}

.bag-modal .items .item small.black {
  background: #2c2c2c;
  height: 25px;
  width: 25px;
  border: 1px solid var(--primary);
  display: inline-block;
  border-radius: 100%;
  box-shadow: inset 0 0 0 3px #fff;
}

.bag-modal .items .item .remove {
  position: absolute;
  cursor: pointer;
  right: 5%;
  top: 13% !important;
}

.bag-modal .item h2 {
  font-family: var(--font-accent);
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 112.5%;
  letter-spacing: 0.006em;
  color: #252426;
  margin-bottom: 10px;
}

.bag-modal .item h4 {
  font-family: var(--font-accent);
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.6px;
  color: var(--primary);
  margin-top: 25px;
}

.bag-modal .items .item small {
  vertical-align: top;
}

.bag-modal .item .size__value {
  display: inline-block;
}

.bag-modal .item .size__value small {
  padding: 5px 10px;
  font-family: var(--font-primary);
  font-weight: 500;
  text-transform: uppercase;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  vertical-align: top;
  line-height: 28px;
  text-align: center;
  background: #f3f3f9;
  border-radius: 5px;
}

.bag-modal .item .size__value:first-of-type small {
  margin: 0 5px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.bag-modal .item input {
  max-width: 50px;
  text-align: center;
  border: 1px solid #e8e8f2;
  height: 50px;
  text-align: center;
  font-family: var(--font-accent);
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 137.5%;
  outline: none;
  letter-spacing: 0.923077px;
}

.bag-modal .items {
  padding: 0 20px;
  overflow: scroll;
  max-height: 75%;
}

.bag-modal .items img {
  border-radius: 5px;
}

::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.bag-modal .item button {
  width: 50px;
  text-align: center;
  border: 1px solid #e8e8f2;
  height: 50px;
  text-align: center;
  font-family: var(--font-accent);
  font-style: normal;
  font-weight: 500;
  cursor: pointer;
  background: #fff;
  font-size: 22px;
  outline: none;
  line-height: 137.5%;
  letter-spacing: 0.923077px;
}

.bag-modal .total {
  padding-top: 20px !important;
  padding-bottom: 15px !important;
  position: sticky;
  bottom: 10%;
  left: 0;
  padding: 40px 20px;
  background: #fff;
}

.bag-modal .total .simulation__call {
  font-family: var(--font-primary);
  font-weight: 500;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  letter-spacing: 0.03em;
  color: var(--primary);
  display: block;
  width: 100%;
  padding: 10px;
  border: 2px solid var(--primary);
  background: #fff;
  border-radius: 30px;
}

.total .alert img {
  margin-right: 10px;
  position: relative;
  top: 10px;
}

.total .alert.active {
  right: 0;
  transition: 0.25s;
}

.total .alert {
  position: absolute;
  transition: 0.25s;
  font-family: var(--font-primary);
  z-index: 100;
  padding: 20px 15px;
  font-size: 14px;
  width: 255px;
  right: -100%;
  background: linear-gradient(98.36deg, #29cd4f 0%, #25e451 100%);
  color: #fff;
  border-radius: 10px 0px 0px 10px;
}

.simulation__call span {
  position: absolute;
  margin-top: -20px;
  border-radius: 30px;
  box-shadow: 0px 5.11111px 25.5556px rgba(0, 0, 0, 0.1);
  right: 5%;
  background: #fff;
  color: #252426;
  padding: 5px 10px;
  font-size: 12px;
  font-family: var(--font-accent);
}

.simulation__call__free span {
  position: absolute;
  margin-top: -20px;
  border-radius: 30px;
  box-shadow: 0px 5.11111px 25.5556px rgba(0, 0, 0, 0.1);
  right: 5%;
  background: #fff;
  color: #252426;
  padding: 5px 10px;
  font-size: 12px;
  font-family: var(--font-accent);
}

.bag-modal .total .simulation__call__free {
  background: linear-gradient(135deg, #29cd4f 0%, #25e451 100%);
  font-family: var(--font-primary);
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 27px;
  border: none;
  text-align: center;
  letter-spacing: 0.03em;
  color: #fff;
  display: block;
  width: 100%;
  padding: 10px;
  border-radius: 30px;
}

.bag-modal .total .checkout__call {
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);
  border-radius: 30px;
  font-family: var(--font-primary);
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #fff;
  text-decoration: none;
  display: block;
  width: 100%;
  margin-top: 10px;
  padding: 10px;
  border: 2px solid var(--primary);
  border-radius: 30px;
}

.mobile__actions {
  display: none;
}

.mobile__navigation__bar {
  display: none;
}

.mobile__seach__modal {
  display: none;
}

.actions__block ul li.mobile__menu__caller {
  display: none;
}

.mobile__menu {
  display: none;
  transform: translateX(-100%);
  transition: transform .5s ease-out;
}

.mobile__menu.open {
  display: block;
  transform: translateX(0%);
}

.cart__call {
  display: block;
  position: fixed;
  height: 100vh;
  width: 500px;
  top: 0;
  right: 0;
  z-index: 100;
  overflow: scroll;
}

.modal-ready {
  background: #ffffff;
  border-radius: 10px;
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.icons__mobile {
  display: none !important;
}

.alert-content span.alert-date {
  margin-top: 5px;
  font-size: 12px;
  display: block;
  width: 100%;
  color: #787a8b;
}

.progress_photo {
  border-radius: 10px 10px 0 0;
  margin-bottom: 20px;
}

.modal__parent .theme-modal h1 {
  font-family: var(--font-accent);
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  display: block;
  line-height: 130.5%;
  text-align: center;
  letter-spacing: 0.006em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.modal__progress__text img {
  float: left;
  transform: scale(1.5);
  position: relative;
  top: 10px;
  margin-right: 20px;
}

.go__progress__modal {
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);
  border-radius: 30px;
  width: 50%;
  display: block;
  margin: 0 auto;
  padding: 10px 0;
  font-family: var(--font-primary);
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 27px;
  text-align: center;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
  color: #ffffff;
  text-decoration: none !important;
}

.go__progress__modal:hover {
  color: #fff;
  text-decoration: none;
}

.modal__progress__text {
  font-family: var(--font-primary);
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #5a5a5c;
}

.toggler__cent__inch a {
  cursor: pointer;
  color: #2c2c2c;
}

.alert-content span.alert-date::before {
  display: inline-block;
  width: 12px;
  height: 12px;
  content: "";
  background: url(https://omb-shop.com/img/date__alert.svg);
  background-size: cover;
  margin-right: 3px;
}

.alert-content span a {
  color: var(--primary-darkest);
}

.bag-modal .promo {
  margin-bottom: 10px;
}
.bag-modal .promo input {
  background: #f3f3f9;
  border-radius: 30px;
  width: 73%;
  padding: 15px 25px;
  font-family: var(--font-primary);
  font-size: 12px;
  outline: none;
  border: none;
}
.bag-modal .promo button {
  background: #5a5a5c;
  border-radius: 30px;
  font-size: 12px;
  font-family: var(--font-primary);
  color: #fff;
  outline: none;
  border: none;
  padding: 15px 25px;
}
.logo-desktop {
  display: inline-block;
}
ul li.logo-mobile {
  display: none;
}
@media screen and (max-width: 900px) {
  .logo-desktop {
    display: none;
  }
  ul li.logo-mobile {
    display: flex;
  }
  .mobile__menu__caller img {
    min-width: 32px;
    margin-left: -8px;
  }

  header .menu__panel .logo {
    max-width: 63% !important;
  }

  .event-alert img {
    width: 37px;
    margin-bottom: -13px;
  }

  .mobile__actions {
    margin-right: -13px;
  }
  
  .sad__cart__docas {
    margin-top: 10vh !important;
  }
  #payment__modal {
    height: auto !important;
  }
  .bag-modal .total .simulation__call,
  .bag-modal .total .checkout__call {
    font-size: 16px;
    width: 100%;
  }
  .bag-modal .promo {
    display: flex;
    margin-bottom: 10px;
  }
  .bag-modal .promo input {
    background: #f3f3f9;
    border-radius: 30px;
    width: 73%;
    padding: 15px 25px;
    font-family: var(--font-primary);
    font-size: 12px;
    outline: none;
    border: none;
  }
  .bag-modal .promo button {
    background: #5a5a5c;
    border-radius: 30px;
    font-size: 12px;
    font-family: var(--font-primary);
    color: #fff;
    outline: none;
    border: none;
    padding: 15px 25px;
  }
  .bag-modal .total {
    width: 100%;
  }
  .login__modal {
    margin-top: 200px !important;
  }
  header .menu__panel .logo {
    max-width: 50%;
  }
  .actions__block ul li,
  .mobile__actions ul li {
    margin: 0 5px;
  }
  .icons__mobile ul li {
    margin-bottom: 10px;
  }
  .select__top .MuiFormControl-root {
    padding-right: 0 !important;
  }
  .select__top .MuiSelect-select.MuiSelect-select {
    padding-right: 10px !important;
  }
  .modal-ready {
    width: 90%;
  }
  .modal__parent .theme-modal h1 {
    font-size: 18px !important;
  }
  .modal__progress__text {
    font-size: 14px !important;
    max-width: 70% !important;
  }
  .go__progress__modal {
    width: 75% !important;
  }
  .alerts h5 {
    font-family: var(--font-accent);
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 0.6px;
    color: #2c2c2c;
  }
  .footer__bottom__panel {
    padding: 40px 0;
    background: #fcfcff;
  }
  .icons__mobile ul {
    width: max-content;
    display: block;
    margin: 0 auto;
  }
  .icons__mobile ul li img {
    filter: invert(1);
  }
  .icons__mobile {
    display: block !important;
    margin-bottom: 30px;
  }
  .icons__mobile ul li {
    display: block;
    font-family: var(--font-accent);
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.6px;
    color: #2c2c2c;
  }
  .icons__mobile ul {
    margin: 0 auto !important;
    width: max-content !important;
  }
  .top__footer__panel {
    display: none;
  }
  .top__footer__panel ul li {
    margin: 10px 0;
  }
  .arrivals {
    margin-top: 0 !important;
  }
  .bag-modal .item h2,
  .bag-modal .item h4 {
    font-size: 16px !important;
  }
  .bag-modal .item h4 {
    margin-top: 20px !important;
  }
  .simulation__mode__demo .sizeblock div {
    font-size: 12px !important;
  }
  .simulation__mode__demo .color__block p,
  .simulation__mode__demo .sizeblock p {
    font-size: 8px !important;
    text-align-last: left;
    white-space: break-spaces !important;
  }
  .simulation__mode__demo .color__block div {
    display: block !important;
  }
  .product__information p {
    max-width: 100% !important;
  }
  .bag-modal .item input,
  .bag-modal .item button {
    width: 30px !important;
    height: 30px !important;
  }
  .bag-modal .item input {
    font-size: 14px !important;
  }
  header .menu__panel {
    padding: 12px 0 !important;
  }

  .cart__call {
    width: 100%;
  }
  #payment__modal .inside__circle {
    position: relative;
    margin-top: -73px;
    text-align: center;
    margin-bottom: 66px;
  }
  .mobile__menu {
    display: block;
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    background: #fff;
    z-index: 10000;
    overflow: scroll;
  }

  .active__mobile__menu {
    display: block !important;
    transition: 0.25s;
  }
  .mobile__menu h4 {
    text-align: center;
    display: block;
    margin: 20px 0;
    padding: 20px 0;
    width: 100%;
    border-bottom: 1px solid #eee;
    font-family: var(--font-accent);
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 11px;
    letter-spacing: 0.175px;
  }
  .mobile__menu h5 {
    font-family: var(--font-accent);
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.219179px;
    color: #000000;
  }
  .mobile__menu ul {
    padding: 0 20px;
    margin: 30px 0;
  }
  .mobile__menu ul li {
    display: block;
    margin: 15px 0;
  }
  .mobile__menu ul li a {
    font-family: var(--font-primary);
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    color: #252426;
    text-decoration: none;
  }
  .mobile__menu .collections {
    padding: 0 20px;
  }
  .mobile__menu .collections div {
    margin: 10px 0;
  }
  .mobile__menu .collections .winter {
    padding: 110px 25px 25px 25px;
    background: url("https://omb-landing.s3.eu-central-1.amazonaws.com/img/collections/1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
  }
  .mobile__menu .collections .summer {
    padding: 110px 25px 25px 25px;
    background: url("https://omb-landing.s3.eu-central-1.amazonaws.com/img/collections/2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
  }
  .mobile__menu .collections .men {
    padding: 110px 25px 25px 25px;
    background: url("https://omb-landing.s3.eu-central-1.amazonaws.com/img/collections/3.jpg");
    background-size: cover;
    background-repeat: no-repeat;
  }
  .mobile__menu .collections .women {
    padding: 110px 25px 25px 25px;
    background: url("https://omb-landing.s3.eu-central-1.amazonaws.com/img/collections/4.jpg");
    background-size: cover;
    background-repeat: no-repeat;
  }

  .mobile__menu .collections div {
    font-family: var(--font-accent);
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    border-radius: 10px !important;
    letter-spacing: 0.219179px;
    color: #ffffff;
  }
  .actions__block ul li.mobile__menu__caller {
    display: inline-block;
  }
  .hi__zyablik {
    display: none;
  }
  .mobile__seach__modal {
    display: block;
    position: fixed;
    bottom: 65px;
    left: 0;
    width: 100%;
    padding: 40px 20px;
    height: 25vh;
    transform: translateY(200%);
    background: #fff;
    z-index: 100;
    transition: 0.3s;
  }
  .active__mobile__search {
    transform: translateY(0%);
    transition: 0.25s;
  }
  .mobile__seach__modal h5 {
    font-family: var(--font-accent);
    font-style: normal;
    display: block;
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 26px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 0.6px;
    color: #2c2c2c;
  }
  .mobile__seach__modal .ais-Hits {
    position: relative;
    width: 100%;
  }
  .mobile__seach__modal .ais-Hits .ais-Hits-item {
    display: inline-block;
    width: 50%;
  }
  .mobile__seach__modal .ais-SearchBox input {
    background: #f3f3f9;
    border-radius: 5px;
    border: none;
    outline: none;
    padding: 10px 10px;
    width: 95%;
    font-family: var(--font-primary);
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 22px;
    color: #7f7f83;
  }
  .mobile__seach__modal .ais-Hits-list {
    white-space: nowrap;
    overflow: hidden;
  }
  .mobile__seach__modal button {
    background: none;
    outline: none;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 10%;
    margin-top: -30px;
    vertical-align: middle;
  }
  .mobile__seach__modal .ais-SearchBox-reset {
    background: none;
    outline: none;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 15%;
    margin-top: -30px;
    vertical-align: middle;
  }
  .mobile__seach__modal .ais-Hits-item {
    vertical-align: top;
    padding: 0;
    padding-right: 5px;
    margin-top: 10px;
  }
  .mobile__seach__modal .ais-Hits-item div a img {
    display: block;
    height: auto;
    width: 100% !important;
    float: none;
  }
  div.bag-modal {
    width: 100%;
  }
  .mobile__navigation__bar {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
    background: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 15px 0;
  }
  .mobile__navigation__bar ul {
    padding: 0;
  }
  .mobile__navigation__bar ul li {
    display: inline-block;
    width: 25%;
    text-align: center;
  }
  .mobile__navigation__bar ul li.active {
    color: var(--primary);
  }
  .mobile__navigation__bar ul li img {
    display: block;
    margin: 0 auto;
  }
  .mobile__navigation__bar ul li a {
    text-decoration: none;
    color: #2c2c2c;
  }
  .mobile__navigation__bar ul li {
    font-family: var(--font-primary);
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.181818px;
    color: #5a5a5c;
  }
  .mobile__actions {
    display: inline-flex;
    order: 2;
  }
  .mobile__actions ul {
    padding: 0;
  }
  .mobile__actions ul li {
    display: inline-block;
  }
  .actions__block ul li {
    margin: 0;
  }
  .actions__block ul li:nth-child(3),
  .actions__block ul li:nth-child(4) {
    display: none;
  }
  .top__panel .left__top {
    font-size: 8px;
    max-width: 45%;
  }
  .menu__panel .wrapper__content {
    justify-content: space-between;
    display: flex;
    width: 100%;
  }

  header .menu__panel .logo {
    display: inline-flex;
    order: 1;
    transform: scale(0.8);
  }
  .actions__block ul li,
  .mobile__actions ul li {
    transform: scale(0.8);
    margin: 0 1px;
  }
  header .actions__block {
    display: inline-flex;
    order: 0;
    float: none;
    top: 0;
  }
  .top__panel .select__top span {
    display: none;
  }
  .MuiMenu-paper {
    right: 0;
  }
  header .menu__panel .menu {
    display: none;
  }
  header .menu__panel .live__search {
    display: none;
  }
  .actions__block .header-buttons-block {
    display: none;
  }
  .mobile__menu__decaller {
    position: absolute;
    top: 30px;
    left: 20px;
    display: block;
  }
  .top__footer__panel {
    color: #2c2c2c;
    background: #fff;
  }
  .top__footer__panel ul {
    display: block;
  }
  .top__footer__panel ul li {
    color: #2c2c2c;
    display: block;
    width: 100%;
  }
  .top__footer__panel ul li img {
    filter: invert(1);
  }
  .wrapper__content .col-lg-2 {
    text-align: center;
    margin-bottom: 20px;
  }
  .footer__bottom__panel ul {
    width: 100%;
    display: block;
    margin-bottom: 15px;
  }
  .footer__bottom__panel ul li.title {
    font-size: 22px;
  }
  .footer__bottom__panel ul li a {
    font-size: 14px;
  }
}

/* LOGIN */


.loading__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(0.6px);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal__inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  z-index: 1;
}

.modal__parent {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.modal__parent #brand_modal {
  box-shadow: 0px 3.43274px 30.0365px rgb(0 0 0 / 3%);
  padding: 60px 20px;
  margin: 0;
  background: #fff;
  max-width: 500px;
  z-index: 1;
  padding-bottom: 100px;
  position: absolute;
  right: 0;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.login__modal {
  box-shadow: 0px 3.43274px 30.0365px rgba(0, 0, 0, 0.03);
  border-radius: 20px;
  padding: 60px 20px;
  background: #fff;
  max-width: 500px;
  margin: 1.75rem auto;
  margin-top: 100px;
  z-index: 1;
  position: relative;
  margin-bottom: 0 !important;
}

@media screen and (max-width: 600px) {
  .login__modal {
    box-shadow: 0px 3.43274px 30.0365px rgba(0, 0, 0, 0.03);
    border-radius: 20px;
    padding: 25% 20px;
    background: #fff;
    max-width: 500px;
    margin: 1.75rem auto;
    margin-top: 100px;
    z-index: 1;
    position: relative;
    margin-top: 0 !important;
    height: 100%;
    margin-bottom: 0 !important;
  }
}

.login__modal .close__modal {
  position: absolute;
  right: 5%;
  top: 5%;
  cursor: pointer;
  opacity: 0.4;
}

.login__modal .modal__logo {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.login__modal .input__login {
  display: block;
  font-family: var(--font-primary);
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  line-height: 112.5%;
  color: #7b7b7b;
  background: #f3f3f9;
  border-radius: 30px;
  border: none;
  box-sizing: border-box;
  border-radius: 42.7px;
  padding: 14px 25px;
  margin: 0 auto;
  margin-top: 5px;
  width: 80%;
  transition: 0.15s;
  -webkit-appearance: none !important;
}

.login__modal .button__submit {
  padding: 15px 15px;
  display: block;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  font-family: var(--font-primary);
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  margin-top: 15px;
  border: none;
  color: #ffffff;
  outline: none;
  background: linear-gradient(110.42deg, var(--primary-darkest) 0.1%, var(--primary) 99.8%);
  box-shadow: 0px 5.69318px 5.69318px #ffe4de;
  border-radius: 42.6988px;
}

.login__modal .errors {
  text-align: center;
  font-size: 18px;
  margin: 10px 0;
  color: var(--primary);
  font-family: var(--font-primary);
  font-weight: 500;
}

.MuiPaper-root {
  position: relative;
  z-index: 1;
}

.login__modal h2 {
  font-family: var(--font-accent);
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 130.5%;
  text-align: center;
  letter-spacing: 0.006em;
  color: #252426;
}

.login__modal h2 span {
  color: var(--primary);
}

.social-login-buttons a.facebook {
  display: block;
  width: 80%;
  background: #000;
  text-decoration: none;
  background: #3b5ca4;
  border-radius: 30px;
  padding: 10px 5px;
  text-align: center;
  color: #fff;
  font-family: var(--font-primary);
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 27px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 10px;
}

.social-login-buttons a.gplus {
  text-decoration: none;
}

.social-login-buttons a.gplus button {
  display: block !important;
  width: 80% !important;
  text-decoration: none !important;
  background: #fff !important;
  border-radius: 30px !important;
  text-align: center !important;
  color: #7f7f83 !important;
  font-family: var(--font-primary) !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 27px !important;
  margin: 0 auto !important;
}

.social-login-buttons a.gplus button div {
  background: #fff !important;
  display: inline-block !important;
}

.social-login-buttons a.facebook svg {
  margin-right: 10px;
}

.social-login-buttons a.facebook svg path {
  fill: #fff;
}

h5.or__with {
  margin: 20px 0;
  display: block;
  text-align: center;
  font-family: var(--font-primary);
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 112.5%;
  margin-top: 20px;
  color: #bebebe;
  margin-bottom: 20px;
  text-align: center;
}

.centerize__d {
  text-align: center;
}

.MuiTab-wrapper {
  font-family: var(--font-accent);
  font-size: 14px;
  color: #2c2c2c;
}

.davi__gavno {
  text-align: center;
  margin-top: 10px;
  font-family: var(--font-primary);
}

.alerts {
  box-shadow: 0px 3.43px 30.04px rgb(0 0 0 / 3%);
  border-radius: 5px;
  border: none !important;
  max-width: 360px;
}
.alerts {
  box-shadow: 0px 3.43px 30.04px rgb(0 0 0 / 3%);
  border-radius: 5px;
  border: none !important;
  max-width: 360px;
}
.alert .alert-content {
  padding: 15px 15px 15px 10px;
}
.alert-history.row {
  margin: 0;
}
.alerts h5 {
  display: none;
}
header .menu__panel {
  z-index: 10;
  position: relative;
}
.alerts {
  position: absolute;
  width: 100vw;
  height: auto;
  right: auto !important;
  top: 70px;
  border: solid 1px gray;
  background: #ffffff;
  z-index: 999;
}
.alerts .alert {
  font-family: var(--font-primary);
}
.alerts .alert {
  border-bottom: 0.858186px solid #f1f1f1;
}

.footer__bottom__panel .subscribchik,
.footer__bottom__panel .inputyara,
.footer__bottom__panel button {
  display: none;
}

@media screen and (max-width: 1600px) {
  header .menu__panel .live__search {
    margin-left: 40px;
  }
  .wrapper__content {
    padding: 0 20px;
  }
  header .menu__panel .menu {
    margin-left: 40px;
  }
  .footer__bottom__panel .inputyara {
    max-width: 100%;
  }
  .footer__bottom__panel .subscribchik {
    white-space: nowrap;
  }
  .modal__parent {
    overflow: scroll;
  }
}

#brand_modal h2 {
  font-size: 30px;
  letter-spacing: 1px;
}

.MuiLinearProgress-colorPrimary {
  background: #eee !important;
  height: 5px !important;
  border-radius: 10px !important;
}

.MuiLinearProgress-barColorPrimary {
  background: var(--primary) !important;
  height: 5px !important;
  border-radius: 10px !important;
}

.thumbs .thumb button {
  margin: 5px 0;
  font-family: var(--font-primary);
  padding: 5px 10px;
  background: var(--primary);
  border-radius: 30px;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
}

#brand-name-input {
  margin-top: 20px;
  margin-bottom: 30px;
  background: #f3f3f9;
  border-radius: 30px;
  outline: none;
  font-family: var(--font-primary);
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #adadaf;
  border: none;
  width: 100%;
  display: block;
  padding: 15px;
}
.uploader-waiting-block {
  display: flex;
  justify-content: center;
}
.dz__waiting {
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 31px 0;
  border: 2px dashed #ffbd98;
  box-sizing: border-box;
  border-radius: 5px;
}

#brand_modal .next__button,
#brand_modal .extra__button {
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);
  border-radius: 30px;
  display: block;
  width: 100%;
  padding: 10px;
  color: #fff;
  border: none;
  text-transform: none;
  outline: none;
  font-family: var(--font-primary);
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #ffffff;
  margin: 20px auto 0;
}

#brand_modal .extra__button {
  background: #ffffff;
  padding: 10px;
  border: 2px solid var(--primary-dark);
  color: var(--primary-dark);
}

#brand_modal .next__button:disabled {
  background: #808080;
}
#brand_modal .extra__button:disabled {
  border: 2px solid #808080;
  color: #808080;
}
.MuiLinearProgress-root {
  height: 8px;
}
#brand_modal a.trigger__best {
  text-align: center;
  color: var(--primary);
  font-family: var(--font-primary);
  display: block;
  width: 100%;
  text-decoration: none;
  font-size: 14px;
  margin-top: 20px;
  cursor: pointer;
}

.best__result {
  display: none;
}

.best__result.active {
  display: block;
  margin-top: 20px;
}

#brand_modal {
  overflow: scroll;
}

.best__result.active h4 {
  font-family: var(--font-accent);
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 1px;
}

.best__result.active p {
  margin-top: 20px;
  font-family: var(--font-primary);
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 180%;
}

#payment__modal {
  box-shadow: 0px 3.43274px 30.0365px rgb(0 0 0 / 3%);
  padding: 60px 20px;
  margin: 0;
  background: #fff;
  max-width: 500px;
  z-index: 1;
  position: fixed;
  border-radius: 0;
  width: 100%;
  height: 600px;
  position: absolute;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.MuiCircularProgress-colorPrimary {
  color: var(--primary) !important;
  height: 78% !important;
  width: 78% !important;
  margin: 0 auto;
}

#payment__modal .col-lg-6 h4 {
  font-family: var(--font-accent);
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 130.5%;
  margin-top: 10px;
  margin-bottom: 15px;
  text-align: center;
  letter-spacing: 0.006em;
}

#payment__modal .col-lg-6 img {
  display: block;
  margin: 0 auto;
}

.MuiCircularProgress-colorPrimary {
  display: block !important;
}

.MuiCircularProgress-circleDeterminate {
  transition: stroke-dashoffset 1000ms cubic-bezier(0.4, 0, 0.2, 1) 0ms !important;
}

.inside__circle {
  position: relative;
  margin-top: -100px;
  text-align: center;
  margin-bottom: 66px;
}

.inside__circle p {
  font-family: var(--font-accent);
  font-style: normal;
  font-weight: normal;
  font-size: 23px;
  line-height: 112.5%;
  text-align: center;
}

.inside__circle h5 {
  font-family: var(--font-accent);
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 112.5%;
  text-align: center;
  color: #2c2c2c;
}

#payment__modal h2 {
  font-family: var(--font-accent);
  font-style: normal;
  font-weight: normal;
  margin-top: 40px;
  font-size: 26px;
  line-height: 130.5%;
  text-align: center;
  letter-spacing: 0.006em;
  color: #252426;
}

#payment__modal h2 span {
  color: var(--primary);
}

#payment__modal p.text-center {
  font-family: var(--font-primary);
  font-style: normal;
  display: block;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  color: #5a5a5c;
  max-width: 80%;
  margin: 0 auto;
  margin-bottom: 15px;
}

#payment__modal ul li {
  display: block;
  font-family: var(--font-primary);
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #252426;
}

#payment__modal ul {
  margin-bottom: 20px;
}
.sizeguide__title {
  font-family: var(--font-primary) !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 20px !important;
  text-align: center !important;
  color: var(--primary) !important;
  cursor: pointer;
}
.sizeguide__title__wrapper {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.sizeguide__icon {
  padding-right: 4px;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .modal__parent #brand_modal {
    /* height: 80vh !important; */
    top: 0;
    margin-top: 0 !important;
    position: absolute !important;
    display: block !important;
  }
  .bag-modal .items {
    max-height: 65%;
  }
  .alerts {
    position: absolute;
    width: 100vw !important;
    height: auto;
    top: 40px !important;
    right: 1 !important;
    border: solid 1px gray;
    background: #ffffff;
    z-index: 1004 !important;
  }
}

a:active {
  position: relative;
  top: 2px !important;
}

.wishlistEmpty {
  max-width: 50%;
  margin: 0 auto;
  text-align: center;
}

.wishlistEmpty h1 {
  font-family: var(--font-accent);
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 112.5%;
  text-align: center;
  color: #323643;
}

.wishlistEmpty a {
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);
  border-radius: 30px;
  font-family: var(--font-primary);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  display: block;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  margin-top: 30px;
  text-decoration: none;
  letter-spacing: 0.03em;
  color: #ffffff;
}
.bag-modal .promo input {
  width: 80%;
}
.box-heading {
  font-family: var(--font-accent);
  font-style: normal;
  font-weight: normal;
  font-size: 28px !important;
  display: block;
  line-height: 130.5%;
  text-align: center;
  letter-spacing: 0.006em;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
}
.fast {
  background: #252426 !important;
  color: #fff !important;
}
.inside__circle {
  padding-top: 25px;
}
.fire__fix {
  vertical-align: initial !important;
}
.pudge__heading,
.heading__change,
.info__content {
  font-family: Roboto;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
}
.info__content {
  display: block !important;
}
.pudge__heading {
  color: #7f7f83;
}
.customer__info__confirmed {
  padding: 16px 15px;
  border: 1px solid #f3f3f9;
  box-sizing: border-box;
  border-radius: 10px;
  font-weight: 500;
  color: #7f7f83;
}
.heading__change {
  color: var(--primary);
}

.info__heading {
  display: flex;
  justify-content: space-between;
}
.info__content {
  margin-top: 5px;
}
.info__col.line {
  border-bottom: 1px solid #f3f3f9;
  padding: 0 0 10px 0;
}
.zaloop {
  margin-top: 10px;
}
.cart__fix {
  display: flex;
  flex-direction: column;
}

.wrapper__content .alert img {
  margin-right: 10px;
  position: relative;
  top: 10px;
}

.wrapper__content .alert.active {
  right: 0;
  transition: 0.25s;
  bottom: 12%;
  position: fixed;
  display: block;
}

.wrapper__content .alert {
  display: none;
  position: absolute;
  transition: 0.25s;
  font-family: var(--font-primary);
  z-index: 100;
  padding: 20px 15px;
  font-size: 14px;
  width: 255px;
  right: -100%;
  background: linear-gradient(98.36deg, #29cd4f 0%, #25e451 100%);
  color: #fff;
  border-radius: 10px 0px 0px 10px;
}
