/* Responsive global elements */
.modal-popup.confirm .modal-inner-wrap {
  width: calc(100% - 32px);
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.modal-popup.confirm .modal-footer {
  text-align: center;
}
.modal-popup.confirm .modal-footer .btn {
  min-width: 0;
  margin-top: 8px;
}
/* Breakpoints */
/* Media width mixin used to group styles output based on media queries */
@media screen and (max-width: 1023px) {
  .cookie-text {
    width: calc(100% - 356px);
  }
  .header-notice-bar {
    background: #fbfbfb;
    height: 42px;
  }
  .notice-right {
    display: none;
  }
  .covid-notice {
    text-align: center;
    text-transform: uppercase;
    padding: 14px 30px;
    position: relative;
    letter-spacing: .25px;
    font-size: 10px;
    line-height: 1.4;
  }
  .covid-notice svg,
  .covid-notice a:not(.header-notice-close) {
    display: none;
  }
  .covid-notice .header-notice-close {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
  }
  .covid-notice .header-notice-close svg {
    display: block;
  }
  .logo {
    min-height: 73px;
  }
  .header.content {
    width: 100%;
  }
  .logo-wrapper {
    display: none;
  }
  .fixed-header-padder {
    height: 189px;
  }
  .header-icon-links {
    padding: 0 8px;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
  }
  .header-icon-links .logo {
    position: relative;
    z-index: 20;
  }
  .header-icon-links .logo img {
    vertical-align: top;
  }
  .icon-link {
    position: relative;
    z-index: 20;
    top: 0;
  }
  .icon-link.user {
    display: none;
  }
  .icon-link.search {
    z-index: 10;
  }
  .icon-link-in {
    min-width: 45px;
  }
  .icon-link-in.showcart .counter-number {
    left: 23px;
  }
  .icon-link-icon {
    padding-bottom: 0;
  }
  .icon-link-icon .counter-number {
    top: -3px;
    left: 22px;
  }
  .icon-link-icon .loading-mask {
    top: -3px;
    bottom: -17px;
  }
  .icon-link-text {
    line-height: 17px;
  }
  .menu-hide-on-mob {
    display: none;
  }
  .nav-wrap {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 105px;
    bottom: 0;
    z-index: 999;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    border-top: 1px solid #eeeeee;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Mulish', sans-serif;
    font-weight: 300;
  }
  .nav-submenu-wrap {
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    overflow-y: auto;
    z-index: 1000;
    transition: left .4s;
  }
  .nav-submenu-wrap._show {
    left: 0;
  }
  .submenu-type-right {
    display: none;
  }
  .nav-item-top._parent .nav-link-top span:after,
  .mobile-menu-item._parent .mobile-menu-link:after,
  .submenu-back:before {
    content: '';
    width: 24px;
    height: 24px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE3LjY0NjQgMTAuMzUzN0MxNy44NDE3IDEwLjE1ODQgMTcuODQxNyA5Ljg0MTg2IDE3LjY0NjQgOS42NDY2TDE3LjM1MzYgOS4zNTM3MUMxNy4xNTgzIDkuMTU4NDUgMTYuODQxNyA5LjE1ODQ1IDE2LjY0NjQgOS4zNTM3MkwxMiAxNC4wMDAzTDcuMzUzNTggOS4zNTM2QzcuMTU4MzEgOS4xNTgzMiA2Ljg0MTcgOS4xNTgzMyA2LjY0NjQ0IDkuMzUzNjJMNi4zNTM1IDkuNjQ2NkM2LjE1ODI2IDkuODQxODcgNi4xNTgyNyAxMC4xNTg0IDYuMzUzNTMgMTAuMzUzN0wxMS44MjMyIDE1LjgyMzRDMTEuOTIwOSAxNS45MjEgMTIuMDc5MSAxNS45MjEgMTIuMTc2OCAxNS44MjM0TDE3LjY0NjQgMTAuMzUzN1oiIGZpbGw9IiMxNDE3MjkiLz48L3N2Zz4=) no-repeat 50% 50%;
    background-size: 24px;
  }
  .nav-item-top._parent .nav-link-top span {
    position: relative;
    padding-right: 24px;
  }
  .nav-item-top._parent .nav-link-top span:after {
    position: absolute;
    right: 0;
    top: 50%;
    margin: -12px 0 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .nav-link-top {
    margin: 0 16px;
    border-bottom: 1px solid #eeeeee;
    opacity: 1;
    position: relative;
    left: 0;
    transition: all .4s;
    letter-spacing: .15px;
  }
  .nav-link-top a,
  .nav-link-top span {
    display: block;
    padding: 24px 0;
    cursor: pointer;
  }
  .nav-link-top i {
    text-transform: uppercase;
    color: #fff;
    background: #27ae60;
    display: inline-block;
    padding: 2px 4px;
    border-radius: 4px;
    font-size: 10px;
    line-height: 13px;
    margin: 0 0 0 7px;
    position: relative;
    top: -10px;
    font-weight: 600;
    font-family: 'Mulish', sans-serif;
    letter-spacing: .180451px;
  }
  .mobile-menu {
    margin: 0;
    background: #f9f9f9;
    position: relative;
    left: 0;
    opacity: 1;
    transition: all .4s;
  }
  .mobile-menu-item._parent .mobile-menu-link {
    position: relative;
  }
  .mobile-menu-item._parent .mobile-menu-link:after {
    position: absolute;
    right: 0;
    top: 50%;
    margin: -12px 0 0;
  }
  .mobile-menu-item._parent._opened .mobile-menu-link:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .mobile-menu-link,
  a.mobile-menu-submenu-item,
  .mobile-menu-submenu-item a {
    margin: 0 16px;
    border-bottom: 1px solid #dddddd;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 24px 0;
  }
  a.mobile-menu-submenu-item,
  .mobile-menu-submenu-item a {
    padding-left: 32px;
  }
  .mobile-menu-submenu-item._chat-online .mobile-menu-submenu-img {
    position: relative;
  }
  .mobile-menu-submenu-item._chat-online .mobile-menu-submenu-img:after {
    content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    top: 2px;
    right: 0;
    background: #27ae60;
    border-radius: 50%;
  }
  .mobile-menu-img,
  .mobile-menu-submenu-img {
    width: 24px;
    margin: 0 8px 0 0;
  }
  .mobile-menu-img img,
  .mobile-menu-submenu-img img,
  .mobile-menu-img svg,
  .mobile-menu-submenu-img svg {
    display: block;
  }
  .mobile-menu-img img,
  .mobile-menu-submenu-img img {
    max-width: 100%;
    height: auto;
  }
  .mobile-menu-text {
    width: calc(100% - 56px);
  }
  .mobile-menu-submenu-text {
    width: calc(100% - 32px);
  }
  .mobile-menu-submenu {
    display: none;
  }
  .nav-submenu {
    padding: 0 16px;
  }
  .submenu-back {
    cursor: pointer;
    padding: 31px 18px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .submenu-back:before {
    display: inline-block;
    margin: 0 4px 0 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .submenu-title-mobile,
  .submenu-title {
    font-size: 18px;
    line-height: 1.33;
    margin: 0 0 26px;
    padding: 0 16px;
    font-family: 'Mulish', sans-serif;
    font-weight: 500;
  }
  .submenu-title {
    padding: 0;
    margin: 32px 0 8px;
  }
  /* Colors */
  .submenu-colors-col._parent .submenu-title {
    margin: 0;
    padding: 24px 0;
    border-bottom: 1px solid #eeeeee;
    position: relative;
    font-weight: normal;
    cursor: pointer;
    font-family: 'Mulish', sans-serif;
  }
  .submenu-colors-col._parent .submenu-title:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin: -12px 0 0;
    width: 24px;
    height: 24px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE3LjY0NjQgMTAuMzUzN0MxNy44NDE3IDEwLjE1ODQgMTcuODQxNyA5Ljg0MTg2IDE3LjY0NjQgOS42NDY2TDE3LjM1MzYgOS4zNTM3MUMxNy4xNTgzIDkuMTU4NDUgMTYuODQxNyA5LjE1ODQ1IDE2LjY0NjQgOS4zNTM3MkwxMiAxNC4wMDAzTDcuMzUzNTggOS4zNTM2QzcuMTU4MzEgOS4xNTgzMiA2Ljg0MTcgOS4xNTgzMyA2LjY0NjQ0IDkuMzUzNjJMNi4zNTM1IDkuNjQ2NkM2LjE1ODI2IDkuODQxODcgNi4xNTgyNyAxMC4xNTg0IDYuMzUzNTMgMTAuMzUzN0wxMS44MjMyIDE1LjgyMzRDMTEuOTIwOSAxNS45MjEgMTIuMDc5MSAxNS45MjEgMTIuMTc2OCAxNS44MjM0TDE3LjY0NjQgMTAuMzUzN1oiIGZpbGw9IiMxNDE3MjkiLz48L3N2Zz4=) no-repeat 50% 50%;
    background-size: 24px;
  }
  .submenu-colors-col._parent._opened .submenu-title:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .submenu-colors-col._parent .submenu-colors-list {
    display: none;
  }
  .submenu-type-item,
  .submenu-colors-item,
  .submenu-solution-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 24px 0;
    border-bottom: 1px solid #eeeeee;
  }
  .submenu-type-item._all,
  .submenu-type-item._all:hover {
    font-weight: 600;
    text-decoration: underline;
    letter-spacing: .15px;
  }
  .submenu-type-img,
  .submenu-colors-img,
  .submenu-solution-img {
    width: 24px;
    min-width: 24px;
    margin: 0 8px 0 0;
  }
  .submenu-type-img img,
  .submenu-colors-img img,
  .submenu-solution-img img,
  .submenu-type-img svg,
  .submenu-colors-img svg,
  .submenu-solution-img svg {
    display: block;
  }
  .submenu-type-img img,
  .submenu-colors-img img,
  .submenu-solution-img img {
    max-width: 100%;
    height: auto;
  }
  .submenu-colors-img {
    display: block;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #dddddd;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    object-fit: cover;
  }
  .submenu-type-text,
  .submenu-colors-text,
  .submenu-solution-text {
    width: calc(100% - 32px);
  }
  .submenu-colors-list._big .submenu-colors-img {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
  }
  .submenu-colors-list._big .submenu-colors-text {
    width: calc(100% - 48px);
  }
  /* Rooms */
  .submenu-rooms {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -16px;
  }
  .submenu-rooms-item {
    display: block;
    width: calc(50% - 16px);
    margin: 0 0 16px 16px;
  }
  .submenu-rooms-item._big {
    width: calc(100% - 16px);
  }
  .submenu-rooms-item._order-1 {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .submenu-rooms-item._order-2 {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .submenu-rooms-item._order-3 {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .submenu-rooms-item._order-4 {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .submenu-rooms-item._order-5 {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
    margin-top: -50%;
    -ms-flex-item-align: end;
    -webkit-align-self: flex-end;
    align-self: flex-end;
  }
  .submenu-rooms-item._order-6 {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }
  .submenu-rooms-item._order-7 {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }
  .submenu-rooms-item._order-8 {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }
  .submenu-rooms-item._order-9 {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }
  img.submenu-rooms-img,
  .submenu-rooms-img img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  /* Body Clases */
  body:not(._fixed-header) .nav-wrap {
    top: 147px;
  }
  body:not(._fixed-header) [data-toggle-mobile-menu]:after {
    height: 147px;
  }
  ._mobile-menu-opened {
    overflow: hidden;
  }
  ._mobile-menu-opened .nav-wrap {
    display: block;
  }
  ._mobile-menu-opened .icon-link.menu {
    z-index: 21;
  }
  ._mobile-menu-opened [data-toggle-mobile-menu]:after {
    content: '';
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 105px;
    z-index: 999;
    cursor: pointer;
  }
  ._mobile-menu-opened .cookie-notice {
    display: none;
  }
  ._mobile-menu-opened #gorgias-chat-container {
    display: none !important;
  }
  ._mobile-submenu-opened .nav-link-top,
  ._mobile-submenu-opened .mobile-menu {
    left: -100%;
  }
  ._mobile-submenu-opened .nav-wrap {
    overflow-y: hidden;
  }
  .header-sub-ribbon {
    height: 42px;
  }
  .ribbon-links {
    text-align: center;
  }
  .ribbon-link-in {
    min-height: 42px;
  }
  .ribbon-link-img {
    margin-right: 8px;
  }
  /* Layout
    -------------------------------------------------- */
  .page-footer {
    background: none;
  }
  .footer.content {
    padding: 0;
  }
  /* Footer Menus
    -------------------------------------------------- */
  .footer-menus {
    padding: 0;
  }
  .footer-cols {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-col {
    width: 100%;
    padding: 0;
  }
  .footer-col._col-5 {
    width: 100%;
    padding: 32px 16px;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-col._col-5 .footer-title {
    display: none;
  }
  .footer-accordion {
    background: rgba(238, 238, 238, 0.4);
  }
  .footer-accordion .footer-title {
    font-size: 16px;
    line-height: 1.5;
    cursor: pointer;
    margin: 0;
    font-weight: 300;
    padding: 24px 16px;
    border-bottom: 1px solid #dddddd;
    position: relative;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'Mulish', sans-serif;
  }
  .footer-accordion .footer-title:after {
    content: '';
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE4LjIwODkgMTEuMjQ1N0MxOC40MDQyIDExLjA1MDQgMTguNDA0MiAxMC43MzM4IDE4LjIwODkgMTAuNTM4NkwxNy45MTYxIDEwLjI0NTdDMTcuNzIwOCAxMC4wNTA0IDE3LjQwNDIgMTAuMDUwNCAxNy4yMDg5IDEwLjI0NTdMMTIuNTYyNSAxNC44OTIzTDcuOTE2MDggMTAuMjQ1NkM3LjcyMDgxIDEwLjA1MDMgNy40MDQyIDEwLjA1MDMgNy4yMDg5NCAxMC4yNDU2TDYuOTE2IDEwLjUzODZDNi43MjA3NiAxMC43MzM4IDYuNzIwNzcgMTEuMDUwNCA2LjkxNjAzIDExLjI0NTZMMTIuMzg1NyAxNi43MTUzQzEyLjQ4MzQgMTYuODEzIDEyLjY0MTYgMTYuODEzIDEyLjczOTMgMTYuNzE1M0wxOC4yMDg5IDExLjI0NTdaIiBmaWxsPSIjMTQxNzI5Ii8+PC9zdmc+) no-repeat 50% 50%;
    background-size: 24px;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    right: 16px;
    margin: -12px 0 0;
  }
  .footer-accordion._opened .footer-title:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .footer-menu {
    display: none;
    border-bottom: 1px solid #dddddd;
  }
  .footer-menu li {
    margin: 0 16px;
  }
  .footer-menu li:first-child a {
    border-top: 0;
  }
  .footer-menu a {
    display: block;
    padding: 24px 16px;
    border-top: 1px solid #dddddd;
  }
  .footer-logo {
    width: 73px;
  }
  .mzuri-group-link {
    font-size: 14px;
    width: 182px;
    margin-top: 16px;
  }
  .footer-contacts {
    width: 100%;
    margin: 0;
    padding: 40px 8px;
    background: #e4e5ec;
    text-align: center;
  }
  .footer-time {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.2;
  }
  .footer-phone {
    margin-bottom: 8px;
  }
  .footer-phone a {
    max-width: 162px;
    margin: 0 auto;
  }
  .footer-social {
    width: calc(100% - 89px);
    margin: 0 0 0 auto;
  }
  ul.footer-social,
  .footer-social ul {
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-item-align: start;
    -webkit-align-self: flex-start;
    align-self: flex-start;
  }
  .footer-social li,
  .footer-social a {
    margin-right: 16px;
  }
  .footer-social li:last-child,
  .footer-social a:last-child {
    margin-right: 0;
  }
  .footer-delivery {
    width: 100%;
    margin: 16px 0 0;
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }
  .footer-payment {
    width: 100%;
  }
  /* Footer Bottom
    -------------------------------------------------- */
  .footer-sub-bar {
    border: 0;
    padding: 8px 16px;
    font-size: 12px;
    background: #f9f9f9;
  }
  .footer-bottom-links {
    width: calc(100% - 89px);
    margin: 0 0 0 auto;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    font-size: 14px;
    line-height: 1.2;
  }
  .footer-bottom-links a {
    color: #007b94;
  }
  .footer-switcher {
    width: 100%;
  }
  .footer-switcher .footer-title,
  .footer-switcher .footer-menu a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .footer-switcher .switcher-flag {
    display: block;
    width: 18px;
    height: auto;
    margin: 0 8px 0 0;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  }
  .footer-switcher .switcher-text {
    margin: 0 8px 0 0;
  }
  .block-search {
    width: 100%;
    display: none;
  }
  .header-search-wrapper {
    padding: 0;
  }
  ._hide-scroll-s {
    overflow: hidden;
    height: 100%;
  }
  .block-search-overlay {
    display: none;
  }
  body:not(.searchautocomplete__active) #elastic-autocomplete-container,
  body:not(.searchautocomplete__active) .block-search-close {
    display: none;
  }
  body:not(.searchautocomplete__active) .block-search {
    display: block;
    position: absolute;
    left: 23%;
    top: 19px;
    width: 45px;
    z-index: 15;
    opacity: 0;
  }
  body:not(.searchautocomplete__active) input.elastic-search-input {
    height: 49px;
    padding: 0;
    cursor: pointer;
  }
  body:not(.searchautocomplete__active) .magnifying-glass {
    display: none;
  }
  body.searchautocomplete__active {
    overflow: hidden;
  }
  body.searchautocomplete__active.mobile {
    overflow: hidden;
    height: 100%;
  }
  body.searchautocomplete__active .cookie-notice,
  body.searchautocomplete__active .header-icon-links {
    display: none;
  }
  body.searchautocomplete__active #gorgias-chat-container {
    display: none !important;
  }
  body.searchautocomplete__active .header-search-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ffffff;
    z-index: 1000;
    overflow: auto;
    padding: 56px 16px 16px;
    display: block;
  }
  body.searchautocomplete__active .aa-dropdown-menu {
    position: static !important;
    overflow: visible;
    max-height: none;
  }
  body.searchautocomplete__active .aa-dataset-products .aa-suggestion {
    width: 100%;
    margin-top: 8px;
  }
  body.searchautocomplete__active .aa-dataset-products .elasticsearch-autocomplete-hit .info {
    max-width: none;
  }
  body.searchautocomplete__active .other-sections .aa-suggestion:not(:last-child) {
    margin-bottom: 8px;
  }
  body.searchautocomplete__active .other-sections .elasticsearch-autocomplete-hit {
    padding: 8px 0;
  }
  body.searchautocomplete__active .other-sections .elasticsearch-autocomplete-hit:after {
    display: none;
  }
  body.searchautocomplete__active #autocomplete-products-footer {
    padding: 24px 0;
  }
  body.searchautocomplete__active .autocomplete-wrapper {
    padding: 0;
  }
  body.searchautocomplete__active .autocomplete-wrapper .col9 {
    width: 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0;
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }
  body.searchautocomplete__active .autocomplete-wrapper .col9:before {
    font-size: 26px;
    line-height: 31px;
    font-weight: 500;
    font-family: 'Mulish', sans-serif;
  }
  body.searchautocomplete__active .autocomplete-wrapper .col3 {
    width: 100%;
    margin-bottom: 24px;
  }
  body.searchautocomplete__active .autocomplete-wrapper .col3:before {
    font-size: 26px;
    line-height: 31px;
    font-weight: 500;
    font-family: 'Mulish', sans-serif;
  }
  body.searchautocomplete__active .block-search {
    display: block;
  }
  body.searchautocomplete__active input.elastic-search-input {
    display: block;
    font-size: 16px;
    height: 48px;
    border-color: #c4c4c4;
    margin-bottom: 32px;
  }
  body.searchautocomplete__active .clear-query-autocomplete,
  body.searchautocomplete__active .magnifying-glass {
    top: 11px;
  }
  body.searchautocomplete__active .block-search-close {
    top: 8px;
    right: 16px;
  }
  body.searchautocomplete__active .block-search-close span {
    display: none;
  }
  .free-samples-modal {
    max-height: 90%;
  }
  .free-samples-modal .block-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .free-samples-modal .modal-footer {
    display: none;
  }
  .free-samples-modal .information-block img {
    max-width: 253px;
  }
  .free-samples-modal .block-content button {
    width: 100%;
    margin-top: 20px;
  }
  .free-samples-modal .block-content .th-button-carry {
    margin-bottom: 30px;
  }
  .free-samples-modal .block-content .th-button-order {
    margin-bottom: 10px;
  }
  .free-samples-modal .information-block-wrapper {
    padding-bottom: 68px;
  }
  .free-samples-modal .samples-block-wrapper {
    position: relative;
  }
  .free-samples-modal .samples-block {
    margin-bottom: 24px;
  }
  .free-samples-modal .block-content .th-button-order {
    position: fixed;
    right: 15px;
    bottom: 0;
    left: 15px;
    width: calc(100% - 30px);
  }
  .free-samples-modal .block-content .th-button-order:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0 0 0 15px #fff;
  }
  .free-samples-modal .product-items {
    height: auto;
    max-height: 495px;
  }
  .freesamples-alert._desktop {
    display: none !important;
  }
  .nav-wrap {
    font-weight: 400;
  }
  .mobile-menu {
    background: #fbfdfd;
  }
  .mobile-menu-img,
  .mobile-menu-submenu-img {
    color: #007b94;
  }
  .submenu-title-mobile {
    font-weight: 500;
    font-family: 'Baloo 2', cursive;
  }
  .mobile-menu-submenu-item._chat-online .mobile-menu-submenu-img:after {
    background: #72aa99;
  }
  .footer-menus a {
    color: #2e2e2d;
  }
  .footer-social {
    width: calc(100% - 92px);
  }
  .footer-sub-bar {
    border-top: 1px solid #cce5ea;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .footer-contacts {
    background: #cce5ea;
  }
  .footer-logo {
    width: 92px;
  }
  .footer-logo img {
    max-width: 100%;
  }
  .footer-logo img.footer-logo-desktop {
    display: none;
  }
  .page-footer,
  .footer-accordion,
  .footer-sub-bar {
    background-color: #e6f2f5;
  }
  .footer-bottom-links {
    width: calc(100% - 92px);
  }
  body.freesamples-index-index .header-search-wrapper,
  body.checkout-onepage-success .header-search-wrapper {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
  body.searchautocomplete__active .autocomplete-wrapper .col3:before,
  body.searchautocomplete__active .autocomplete-wrapper .col9:before {
    font-weight: 500;
    font-family: 'Baloo 2', cursive;
  }
  .aa-dataset-products .aa-suggestions .elasticsearch-autocomplete-hit .info .elasticsearch-autocomplete-price {
    font-weight: 500;
    font-family: 'Baloo 2', cursive;
  }
}
@media screen and (max-width: 768px) {
  .desktop {
    display: none !important;
  }
  .page-layout-2columns-right .columns {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-layout-2columns-right .columns .column.main {
    width: 100%;
  }
  .page-layout-2columns-right .columns .sidebar.sidebar-additional {
    width: 100%;
    margin: 0 0 30px;
  }
  .page-title-wrapper h1.page-title {
    font-size: 2.1875em;
    padding-top: 15px;
    padding-bottom: 25px;
  }
  .video-container-mobile {
    background-color: #2e2e2d;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.16);
  }
  .video-container-mobile iframe,
  .video-container-mobile object,
  .video-container-mobile embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .breadcrumbs {
    display: none;
  }
  body.minicart-open .minicart-content-wrapper {
    width: 100%;
  }
  .hp-slider .swiper-button-prev,
  .hp-slider .swiper-button-next {
    display: none;
  }
  .hp-slider-title {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: .0015em;
  }
  .hp-reviews {
    padding-top: 24px;
    padding-bottom: 24px;
    background: rgba(39, 174, 96, 0.05);
  }
  .hp-reviews .hp-slider-content {
    padding-top: 8px;
    margin-left: -16px;
    margin-right: -16px;
  }
  .hp-reviews-item {
    background: none;
    padding-top: 0;
    padding-bottom: 7px;
  }
  .hp-reviews {
    background: #e6f2f5;
  }
}
@media screen and (max-width: 767px) {
  .cookie-notice .actions {
    width: 100%;
    margin: 16px 0 0;
  }
  .cookie-text {
    width: 100%;
  }
  body.minicart-open .minicart-content-wrapper {
    padding: 60px 20px;
  }
  .free-samples-modal .block-content > div {
    width: 100%;
  }
  .free-samples-modal .information-block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .free-samples-modal .information-block img {
    position: relative;
    left: 50%;
    width: 253px;
    -webkit-transform: translateX(calc(-50% + 27px));
    -ms-transform: translateX(calc(-50% + 27px));
    transform: translateX(calc(-50% + 27px));
  }
  .free-samples-modal .samples-block {
    margin: 0 -15px 24px;
    padding: 30px 15px;
    border-width: 1px 0;
  }
  .free-samples-modal div.right {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .container iframe {
    width: 100%;
  }
  .minicart-content-wrapper .action.close {
    right: 15px;
    top: 15px;
  }
}
@media screen and (max-width: 479px) {
  .header-icon-links {
    padding: 0;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .header-icon-links .logo {
    margin: 0 29px;
  }
  .icon-link.menu,
  .icon-link.wish {
    margin-right: 16px;
  }
  .gm-countdown-item._code + .gm-countdown-sep {
    display: none;
  }
  .gm-countdown-item._timer {
    display: block;
    margin-top: 12px;
  }
  body:not(.searchautocomplete__active) .block-search {
    left: auto;
    right: 50%;
    margin-right: 66px;
  }
}
@media screen and (max-width: 375px) {
  .header-icon-links .logo {
    margin: 0 auto;
  }
}
@media screen and (max-width: 374px) {
  .header-icon-links .logo {
    margin: 0 16px;
  }
  .ribbon-link-in {
    padding: 0;
  }
  body:not(.searchautocomplete__active) .block-search {
    margin-right: 53px;
  }
  .free-samples-modal .information-block {
    overflow: hidden;
  }
}
