/** MOBILE **/
@media (max-width: 767px) {
  body {
    padding-top: 63px;
    /*62px - height of header + 1px - border*/ }

  .main-menu__nav__item {
    width: 100%; }

  .offcanvas-element {
    z-index: 1051;
    /*static navbar z-index+1*/ }

  .menu__basket__gift_popover {
    display: none; }

  .location__select {
    margin-top: 30px; }

  .location__select__link > .iconz {
    display: none; }

  .location__select__title {
    border-bottom: none; }

  .top__slider__wrap .slick-dots {
    bottom: 7px !important; }

  .top__slider__wrap .slick-dots li button:before {
    font-size: 5px !important; }

  .slick-dots li button:before {
    color: #fff; }

  .slick-dots li.slick-active button:before {
    color: #fff; } }

.mobile-menu__nav {
  background: #fff;
  border-bottom: 1px solid rgba(221, 228, 232, 0.5); }

.mobile-menu__header {
  text-align: center; }

.mobile-menu__header .navbar-brand {
  background: url(../../logo.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 73px 20px;
  color: #ff6b7e;
  display: block;
  line-height: 20px;
  float: none;
  font-weight: 500;
  font-size: 18px;
  margin: 0 auto;
  height: 62px;
  width: calc(100% - 62px * 2); }

.mobile-menu__sidebar-button {
  color: #000;
  cursor: pointer;
  font-size: 24px;
  line-height: 24px;
  padding: 19px;
  width: 62px;
  height: 62px; }

.mobile-menu__sidebar-button > .mobile-menu__sidebar-button__icon {
  color: inherit; }

.mobile-menu__sidebar-button--main {
  float: right;
  display: flex;
  justify-content: center;
  align-items: center; }

.mobile-menu__sidebar-button--profile, .mobile-menu__sidebar-button--login {
  float: left;
  padding-left: 12px; }

.menu__basket__icon--mobile {
  float: left;
  top: 0px !important;
  padding-right: 12px; }

.mobile-menu__profile-avatar {
  border-radius: 50%;
  color: #fff;
  font-size: 13px; }

.user__thumbnail__default {
  display: inline-block;
  width: 75px;
  height: 75px;
  background-size: cover;
  background-position: center;
  border-radius: 50% !important;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 75px;
  text-align: center;
  color: white;
  vertical-align: text-bottom;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.user__thumbnail {
  background-size: cover;
  background-position: center;
  background-color: #d3d8da;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  vertical-align: top; }

.mobile-menu__sidebar-button--login, .mobile-menu__sidebar-button--login:hover, .mobile-menu__sidebar-button--login:focus {
  color: inherit;
  text-decoration: none; }
  .mobile-menu__sidebar-button--login > i, .mobile-menu__sidebar-button--login:hover > i, .mobile-menu__sidebar-button--login:focus > i {
    position: relative;
    top: 2px; }

.mobile-menu__sidebar {
  display: none;
  font-size: 16px;
  margin: 0; }

.mobile-menu__close {
  color: #fff;
  display: inline-block;
  font-size: 24px;
  height: 62px;
  line-height: 24px;
  padding: 19px;
  position: fixed;
  text-align: center;
  top: 0;
  width: 62px; }

.mobile-menu__sidebar--main > .mobile-menu__close {
  right: 0; }

.mobile-menu__sidebar--profile > .mobile-menu__close {
  left: 0; }

.mobile-menu__sidebar--main, .mobile-menu__sidebar--profile {
  display: block;
  position: fixed;
  top: -400px;
  bottom: 400px;
  z-index: -1;
  padding-left: 59px;
  height: 0;
  width: 100%;
  opacity: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  background: #fff;
  transition: all 0.44s cubic-bezier(0.52, 0.16, 0.24, 1), opacity 0.9s cubic-bezier(0.52, 0.16, 0.24, 1); }
  .mobile-menu__sidebar--main.navbar-custom .navbar-nav > li > a, .mobile-menu__sidebar--profile.navbar-custom .navbar-nav > li > a {
    height: 0;
    transition: all 0.64s cubic-bezier(0.52, 0.16, 0.24, 1); }
  .mobile-menu__sidebar--main.open, .mobile-menu__sidebar--profile.open {
    display: block;
    top: 90px;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 20;
    height: auto;
    opacity: 1;
    overflow-y: scroll;
    transition: all 0.44s cubic-bezier(0.52, 0.16, 0.24, 1); }
    .mobile-menu__sidebar--main.open.navbar-custom .navbar-nav > li > a, .mobile-menu__sidebar--profile.open.navbar-custom .navbar-nav > li > a {
      height: 39px;
      transition: all 0.64s cubic-bezier(0.52, 0.16, 0.24, 1); }
    .mobile-menu__sidebar--main.open .mobile-menu__sidebar--profile__username, .mobile-menu__sidebar--profile.open .mobile-menu__sidebar--profile__username {
      color: #fff;
      background-color: #5f7e9e;
      transition: all 0.94s cubic-bezier(0.52, 0.16, 0.24, 1); }

.mobile-menu__sidebar--profile {
  padding-left: 25px; }
  .mobile-menu__sidebar--profile.mobile-menu__sidebar > .nav > li {
    padding: 9px 0; }

.mobile-menu__sidebar--profile__username {
  margin-left: -25px;
  padding-left: 25px !important;
  color: #2d373a;
  background-color: #fff;
  transition: all 0.94s cubic-bezier(0.52, 0.16, 0.24, 1); }

.mobile-menu__sidebar--profile__username__link {
  color: #fff !important;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.mobile-menu__sidebar .divider {
  height: 60px;
  display: none; }

.mobile-menu__sidebar > .nav > li.divider, .mobile-menu__sidebar > .nav > li.location__select {
  border: none; }

.mobile-menu__sidebar > .nav > li {
  border-bottom: 0.5px solid rgba(218, 218, 218, .7);
  color: inherit;
  letter-spacing: -0.1px;
  padding: 5px 0; }

.mobile-menu__sidebar > .nav > li > a {
  color: inherit;
  padding: 5px 0;
  text-transform: unset;
  font-size: 16px;
  transition: all 0.5s cubic-bezier(0.52, 0.16, 0.24, 1); }

.mobile-menu__sidebar > .nav > li > a:hover, .mobile-menu__sidebar > .nav > li > a:focus {
  /* on mobile devices it does not needed*/
  outline: none;
  background: none;
  text-shadow: none; }

.mobile-menu__sidebar > .nav > li.active > a {
  background: none;
  text-shadow: 0.5px 0 0, 0 0 0 #000; }
/* SEARCH */
.mobile-menu__search {
  background-color: #fff;
  height: 67px;
  margin: 0;
  padding: 10px 0;
  position: fixed;
  top: 90px;
  /*fixed menu height*/
  display: block;
  list-style-type: none;
  width: 100%;
  z-index: 20;
  opacity: 1;
  transition: top 0.2s ease-in-out, opacity 0.3s cubic-bezier(0.52, 0.16, 0.24, 1), background-color 0.7s cubic-bezier(0.52, 0.16, 0.24, 1); }
  .mobile-menu__search.opacity-zero {
    opacity: 0;
    background-color: #fff;
    transition: opacity 0.3s cubic-bezier(0.52, 0.16, 0.24, 1), background-color 0.2s cubic-bezier(0.52, 0.16, 0.24, 1); }

.mobile-menu__search--up {
  top: -5px;
  /*63px - 68px*/ }
/* TODO: remove .navbar-search-open from styles. */
.mobile-menu__search .nav-search__input-wrapper, .mobile-menu__search .navbar-search-open {
  padding: 5px 15px; }

.mobile-menu__search .nav-search .nav-search__input {
  line-height: 20px;
  padding-top: 8px;
  padding-bottom: 8px; }

.mobile-menu__search .nav-search .nav-search__submit {
  height: 36px;
  line-height: 36px;
  margin: 6px 16px 6px 0;
  width: 48px; }
/* END SEARCH */
/* BASKET */
.mobile-menu__sidebar .basket .badge-custom {
  float: right;
  margin: 0 25px 0 0;
  padding-top: 0px; }
/* END BASKET */
/* SMARTBANNER */
.smartbanner-show .smartbanner {
  position: fixed; }

.smartbanner-show body {
  padding-top: 143px; }

.smartbanner-show .mobile-menu__nav {
  top: 80px; }

.smartbanner-show .mobile-menu__search {
  top: 143px; }
/* END SMARTBANNER */
/* DROPDOWN NESTED MENU */
ul.navbar-nav.mobile-dropdown.nav > li {
  position: relative; }
  ul.navbar-nav.mobile-dropdown.nav > li:before {
    content: '';
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 26px;
    height: 26px;
    left: -43px;
    top: 12px; }
  ul.navbar-nav.mobile-dropdown.nav > li:nth-child(1):before {
    background-image: url('/images/icons-for-mobile-menu/mobile-goods.svg'); }
  ul.navbar-nav.mobile-dropdown.nav > li:nth-child(2):before {
    background-image: url('/images/icons-for-mobile-menu/mobile-services.svg'); }
  ul.navbar-nav.mobile-dropdown.nav > li:nth-child(3):before {
    background-image: url('/images/icons-for-mobile-menu/mobile-vetclinics.svg'); }
  ul.navbar-nav.mobile-dropdown.nav > li:nth-child(4):before {
    background-image: url('/images/icons-for-mobile-menu/mobile-pets.svg'); }
  ul.navbar-nav.mobile-dropdown.nav > li:nth-child(5):before {
    background-image: url('/images/icons-for-mobile-menu/mobile-delivery.svg'); }
  ul.navbar-nav.mobile-dropdown.nav > li:nth-child(6):before {
    background-image: url('/images/icons-for-mobile-menu/mobile-bonuses.svg'); }
  ul.navbar-nav.mobile-dropdown.nav > li:nth-child(7):before {
    background-image: url('/images/icons-for-mobile-menu/mobile-blog.svg'); }
  ul.navbar-nav.mobile-dropdown.nav > li:nth-child(8):before {
    background-image: url('/images/icons-for-mobile-menu/mobile-zooqi-x.svg'); }
  ul.navbar-nav.mobile-dropdown.nav > li:nth-child(9):before {
    background-image: url('/images/icons-for-mobile-menu/mobile-sale.svg'); }
  ul.navbar-nav.mobile-dropdown.nav > li:nth-child(10):before {
    background-image: url('/images/icons-for-mobile-menu/mobile-city-alt.svg'); }
  ul.navbar-nav.mobile-dropdown.nav > li:nth-child(11):before {
    background-image: url('/images/icons-for-mobile-menu/mobile-telephone.svg'); }

.mobile-dropdown__item {
  color: inherit;
  padding-left: 0 !important;
  padding-right: 0 !important; }

.mobile-dropdown__item, .mobile-dropdown__item:hover, .mobile-dropdown__item:focus, .mobile-dropdown__item:active, .mobile-dropdown__item:visited {
  color: inherit !important;
  background-color: transparent !important;
  text-shadow: none !important; }

.mobile-dropdown__nested {
  display: none;
  padding-left: 15px; }

.mobile-dropdown.open > .mobile-dropdown__nested {
  display: block; }

.mobile-dropdown.open > .mobile-dropdown__item, .mobile-dropdown__nested li.active > .mobile-dropdown__item {
  font-weight: 500 !important; }
/* END DROPDOWN NESTED MENU */
