@charset "UTF-8";
/* fonts */
/* transitions */
/* fonts */
/* transitions */
.main-header .top {
  background: #DAF3FA;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #036783;
  padding: 10px 0px 11px 0px;
}

.main-header .top a {
  color: inherit;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.main-header .top a:last-of-type {
  margin-right: 0px;
}

.main-header .top .star {
  display: block;
  width: 9px;
  height: 9px;
  margin: 0px 15px 0px 15px;
}

.main-header .middle {
  margin: 16px 0px 21px 0px;
}

.main-header .middle .content-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.main-header .middle .logo {
  width: 177px;
}

.main-header .middle .logo .mobile {
  display: none;
}

.main-header .mobile-menu-btn {
  display: none;
}

.main-header .middle .search-outer, .main-header .fix-content .search-outer {
  width: 450px;
  height: 40px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  border: 1px solid #D8D8D8;
  padding: 4px 4px 4px 10px;
}

.main-header .middle .search-outer form, .main-header .fix-content .search-outer form {
  display: flex;
  align-items: center;
}

.main-header .middle .search-outer ::-webkit-input-placeholder, .main-header .fix-content .search-outer ::-webkit-input-placeholder {
  opacity: 1;
}

.main-header .middle .search-outer :-moz-placeholder, .main-header .fix-content .search-outer :-moz-placeholder {
  opacity: 1;
}

.main-header .middle .search-outer ::-moz-placeholder, .main-header .fix-content .search-outer ::-moz-placeholder {
  opacity: 1;
}

.main-header .middle .search-outer :-ms-input-placeholder, .main-header .fix-content .search-outer :-ms-input-placeholder {
  opacity: 1;
}

.main-header .middle .search-outer .field, .main-header .fix-content .search-outer .field {
  border: none;
  height: 16px;
  width: calc(100% - 74px);
  padding-left: 25px;
  background: url("../img/svg/search.svg") no-repeat #ffffff left 0px top 0px/17px 17px;
}

.main-header .middle .search-outer .button, .main-header .fix-content .search-outer .button {
  border-radius: 4px;
  background: #A7A7A7;
  border-color: #A7A7A7;
  padding-left: 10px;
  padding-right: 10px;
  width: 74px;
}

.main-header .middle .search-outer .button .text, .main-header .fix-content .search-outer .button .text {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.6px;
}

.main-header .middle .search-outer .button .icon, .main-header .fix-content .search-outer .button .icon {
  display: none;
}

.main-header .middle .profil-outer, .main-header .fix-content .profil-outer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.main-header .middle .profil-outer .item, .main-header .fix-content .profil-outer .item {
  display: flex;
  justify-content: center;
  cursor: pointer;
  align-items: center;
  border: 1px solid #D8D8D8;
  border-radius: 20px;
  height: 40px;
  padding: 9px 13px 9px 13px;
  margin-right: 10px;
  transition: border-color 0.25s ease;
  text-decoration: none;
  color: #33383B;
}

.main-header .middle .profil-outer .item.cart-item, .main-header .fix-content .profil-outer .item.cart-item {
  margin-right: 0px;
}

.main-header .middle .profil-outer .item .arrow-down, .main-header .fix-content .profil-outer .item .arrow-down {
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.main-header .middle .profil-outer .item .counter, .main-header .fix-content .profil-outer .item .counter {
  display: none;
}

.main-header .middle .profil-outer .item .text, .main-header .fix-content .profil-outer .item .text {
  font-size: 12px;
  letter-spacing: 0.6px;
  line-height: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0px 8px 0px 8px;
}

.main-header .middle .profil-outer .item .submenu, .main-header .fix-content .profil-outer .item .submenu {
  display: none;
}

.main-header .middle .profil-outer .item.has-submenu, .main-header .fix-content .profil-outer .item.has-submenu {
  position: relative;
}

.main-header .middle .profil-outer .item.has-submenu .submenu, .main-header .fix-content .profil-outer .item.has-submenu .submenu {
  position: absolute;
  background: #ffffff;
  border: 1px solid #D8D8D8;
  left: 50%;
  width: 100%;
  top: calc(100% - 5px);
  box-shadow: 0 0 13px 1px rgba(0, 0, 0, 0.15);
  padding: 15px 20px 15px 20px;
  width: 160px;
  z-index: 4;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.main-header .middle .profil-outer .item.has-submenu .submenu a, .main-header .fix-content .profil-outer .item.has-submenu .submenu a {
  color: #33383B;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: padding 0.25s ease, color 0.25s ease;
}

.main-header .middle .profil-outer .profil-item.is-logged-in, .main-header .fix-content .profil-outer .profil-item.is-logged-in {
  position: relative;
}

.main-header .middle .profil-outer .profil-item.is-logged-in:before, .main-header .fix-content .profil-outer .profil-item.is-logged-in:before {
  content: '';
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  border-radius: 50%;
  background: #61BE27;
  top: 7px;
  left: 23px;
}

.main-header .middle .profil-outer .cart-item, .main-header .fix-content .profil-outer .cart-item {
  position: relative;
}

.main-header .middle .profil-outer .cart-item .counter, .main-header .fix-content .profil-outer .cart-item .counter {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  background: #33383B;
  color: #ffffff;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.3px;
  position: absolute;
  top: 0px;
  left: 26px;
  width: 18px;
  height: 18px;
}

.main-header .fix-content {
  display: block;
  position: fixed;
  z-index: 20;
  background: #ffffff;
  top: 0px;
  left: 0px;
  right: 0px;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  -webkit-transform: translateY(calc(-100% - 15px));
  transform: translateY(calc(-100% - 15px));
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.14);
}

.main-header .fix-content > .inner {
  width: calc(100% - 40px);
  max-width: 1100px;
  margin: auto;
  position: relative;
  background: #ffffff;
  display: flex;
  z-index: 20;
  justify-content: space-between;
  align-items: center;
}

.main-header .fix-content > .inner .header-submenu {
  border-top: none;
}

.main-header .fix-content > .inner > .left-content {
  display: flex;
  align-items: center;
  padding: 25px 0px 19px 0px;
}

.main-header .fix-content > .inner > .left-content .menu-icon-outer {
  margin-right: 20px;
}

.main-header .fix-content .menu-icon-outer {
  font-size: 0px;
  line-height: 0px;
  display: block;
}

.main-header .fix-content .menu-icon-outer .icon {
  width: 18px;
  height: 18px;
  position: relative;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.main-header .fix-content .menu-icon-outer .icon .line {
  display: block;
  position: absolute;
  left: 0px;
  top: 6px;
  background: #33383B;
  width: 18px;
  height: 2px;
  transition: opacity 0.25s ease;
  opacity: 1;
}

.main-header .fix-content .menu-icon-outer .icon .line:before, .main-header .fix-content .menu-icon-outer .icon .line:after {
  content: '';
  position: absolute;
  display: block;
  width: 18px;
  height: 2px;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
  background: #33383B;
  left: 0px;
  top: -4px;
}

.main-header .fix-content .menu-icon-outer .icon .line:after {
  top: 4px;
}

.main-header .bottom nav {
  width: 100%;
  border-bottom: 1px solid #D8D8D8;
  position: relative;
}

.main-header .bottom nav > ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-star†;
}

.main-header .bottom nav > ul > li {
  padding: 0px 10px 3px 10px;
  margin-right: 20px;
}

.main-header .bottom nav > ul > li:first-of-type {
  padding-left: 0px;
}

.main-header .bottom nav > ul > li > a {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #33383B;
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

.main-header .bottom nav > ul > li > a .icon {
  margin-right: 8px;
}

.main-header .bottom nav > ul > li > a .text {
  position: relative;
}

.main-header .bottom nav > ul > li > a .text:after {
  content: '';
  width: 100%;
  height: 4px;
  background: #04AAD9;
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -3px;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.main-header.opened-fix-menu .fix-content {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.header-submenu {
  display: block;
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  background: #ffffff;
  border: 1px solid #D8D8D8;
  z-index: 5;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.25s ease;
  transition-delay: 20ms;
}

.header-submenu > .decoration {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
  width: 100%;
  z-index: 1;
  width: calc(100% - 261px);
}

.header-submenu .submenu-inner {
  padding: 32px 34px 37px 48px;
  position: relative;
  z-index: 2;
}

.header-submenu .submenu-inner > ul {
  font-size: 0px;
  line-height: 0px;
  width: 213px;
  border-right: 1px solid #D8D8D8;
  min-height: 250px;
}

.header-submenu .submenu-inner > ul > li {
  margin-bottom: 8px;
}

.header-submenu .submenu-inner > ul > li > a {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  text-decoration: none;
  color: #33383B;
  position: relative;
  display: block;
  transition: padding 0.25s ease, color 0.25s ease;
}

.header-submenu .submenu-inner > ul > li > a.has-children:after {
  content: '';
  width: 4px;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0px;
  bottom: 0px;
  margin: auto;
  background: #04AAD9;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease;
  transition-delay: 20ms;
  z-index: 3;
}

.header-submenu .submenu-inner > ul > li .children-outer {
  position: absolute;
  z-index: 2;
  right: 0px;
  top: 0px;
  width: calc(100% - 261px);
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease;
  transition-delay: 20ms;
  padding: 32px 34px 37px 0px;
  background: #ffffff;
}

.header-submenu .submenu-inner > ul > li .children-outer .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 50px;
  height: 100%;
}

.header-submenu .submenu-inner > ul > li .children-outer .left-content {
  width: 240px;
  height: 100%;
}

.header-submenu .submenu-inner > ul > li .children-outer .left-content.wide-content {
  width: 100%;
}

.header-submenu .submenu-inner > ul > li .children-outer .left-content.wide-content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.header-submenu .submenu-inner > ul > li .children-outer .left-content.wide-content ul li {
  width: 33.33%;
  padding-right: 20px;
}

.header-submenu .submenu-inner > ul > li .children-outer .left-content ul {
  height: auto;
  padding-bottom: 4px;
  max-height: calc(100% - 68px);
  overflow-y: auto;
}

.header-submenu .submenu-inner > ul > li .children-outer .left-content ul li {
  margin-bottom: 10px;
}

.header-submenu .submenu-inner > ul > li .children-outer .left-content ul li:last-of-type {
  margin-bottom: 0px;
}

.header-submenu .submenu-inner > ul > li .children-outer .left-content ul li a {
  color: #89939A;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  text-decoration: none;
  color: #6A737E;
}

.header-submenu .submenu-inner > ul > li .children-outer .left-content .product-labels {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: 20px;
  border-top: 1px solid #D8D8D8;
  margin-top: 21px;
  height: 47px;
}

.header-submenu .submenu-inner > ul > li .children-outer .left-content .product-labels .label {
  margin-right: 10px;
}

.header-submenu .submenu-inner > ul > li .children-outer .right-content {
  height: 100%;
}

.header-submenu .submenu-inner > ul > li .children-outer .right-content img {
  max-height: 100%;
  margin: auto 0px auto auto;
}

.search-outer .autocomplete-suggestions {
  position: absolute;
  display: none;
  background: #ffffff;
  border: 1px solid #D8D8D8;
  width: 100% !important;
  top: calc(100% + 10px) !important;
  left: 0px !important;
  z-index: 50;
  padding: 30px 40px 30px 40px;
}

.search-outer .autocomplete-suggestions .autocomplete-suggestion {
  color: #33383B;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 10px;
}

.search-outer .autocomplete-suggestions .autocomplete-suggestion.submit-row {
  color: #04AAD9;
  margin-top: 20px;
}

.search-outer .autocomplete-suggestions .autocomplete-suggestion:last-of-type {
  margin-bottom: 0px;
}

.search-outer .autocomplete-suggestions .autocomplete-suggestion a {
  color: inherit;
  text-decoration: none;
  font-weight: 400;
}

.search-outer .autocomplete-suggestions .autocomplete-suggestion a .searched {
  font-weight: 700;
}

.search-outer .autocomplete-suggestions .autocomplete-suggestion.selected {
  text-decoration: underline;
}

.search-outer .autocomplete-suggestions .autocomplete-suggestion.selected a {
  text-decoration: underline;
}

@media all and (min--moz-device-pixel-ratio: 0) {
  .main-header .middle .profil-outer .item:hover, .main-header .fix-content .profil-outer .item:hover {
    border-color: #04AAD9;
  }
  .main-header .middle .profil-outer .item.has-submenu:hover .arrow-down, .main-header .fix-content .profil-outer .item.has-submenu:hover .arrow-down {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .main-header .middle .profil-outer .item.has-submenu:hover .submenu, .main-header .fix-content .profil-outer .item.has-submenu:hover .submenu {
    display: block;
  }
  .main-header .middle .profil-outer .item .submenu a:hover, .main-header .fix-content .profil-outer .item .submenu a:hover {
    color: #04AAD9;
    padding-left: 10px;
  }
  .main-header .bottom nav > ul > li:hover > a {
    color: #04AAD9;
  }
  .main-header .bottom nav > ul > li:hover > a .text:after {
    opacity: 1;
  }
  .main-header .bottom nav > ul > li:hover.has-submenu > .submenu {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .main-header .header-submenu .submenu-inner > ul > li:hover .children-outer {
    visibility: visible;
    opacity: 1;
  }
  .main-header .header-submenu .submenu-inner > ul > li:hover .children-outer .left-content ul li a:hover {
    color: #04AAD9;
  }
  .main-header .header-submenu .submenu-inner > ul > li:hover > a {
    color: #04AAD9;
    padding-left: 16px;
  }
  .main-header .header-submenu .submenu-inner > ul > li:hover > a.has-children:after {
    visibility: visible;
    opacity: 1;
  }
  .main-header .fix-content > .inner > .left-content:hover .menu-icon-outer .icon {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .main-header .fix-content > .inner > .left-content:hover .menu-icon-outer .icon .line:before {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .main-header .fix-content > .inner > .left-content:hover .menu-icon-outer .icon .line:after {
    -webkit-transform: rotate(90deg) translate3d(-4px, 0px, 0px);
    transform: rotate(90deg) translate3d(-4px, 0px, 0px);
  }
  .main-header .fix-content > .inner > .left-content:hover:before {
    content: '';
    left: 0px;
    right: 0px;
    top: 58px;
    margin: auto;
    display: block;
    position: fixed;
    background: #ffffff;
    height: 17px;
    width: 100%;
    z-index: 6;
  }
  .main-header .fix-content > .inner > .left-content:hover:after {
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.14);
    content: '';
    left: 0px;
    right: 0px;
    margin: auto;
    top: 64px;
    width: calc(100% - 40px);
    max-width: 1100px;
    height: 11px;
    display: block;
    position: fixed;
    background: #ffffff;
    z-index: 5;
  }
  .main-header .fix-content > .inner > .left-content:hover .header-submenu {
    visibility: visible;
    opacity: 1;
  }
  .main-header .fix-content > .inner > .left-content:hover .header-submenu:before {
    content: '';
    height: 24px;
    width: 100%;
    display: block;
    position: absolute;
    left: 0px;
    bottom: 100%;
    z-index: 10;
  }
}

@media (hover: hover) {
  .main-header .middle .profil-outer .item:hover, .main-header .fix-content .profil-outer .item:hover {
    border-color: #04AAD9;
  }
  .main-header .middle .profil-outer .item.has-submenu:hover .arrow-down, .main-header .fix-content .profil-outer .item.has-submenu:hover .arrow-down {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .main-header .middle .profil-outer .item.has-submenu:hover .submenu, .main-header .fix-content .profil-outer .item.has-submenu:hover .submenu {
    display: block;
  }
  .main-header .middle .profil-outer .item .submenu a:hover, .main-header .fix-content .profil-outer .item .submenu a:hover {
    color: #04AAD9;
    padding-left: 10px;
  }
  .main-header .bottom nav > ul > li:hover > a {
    color: #04AAD9;
  }
  .main-header .bottom nav > ul > li:hover > a .text:after {
    opacity: 1;
  }
  .main-header .bottom nav > ul > li:hover.has-submenu > .submenu {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .main-header .header-submenu .submenu-inner > ul > li:hover .children-outer {
    visibility: visible;
    opacity: 1;
  }
  .main-header .header-submenu .submenu-inner > ul > li:hover .children-outer .left-content ul li a:hover {
    color: #04AAD9;
  }
  .main-header .header-submenu .submenu-inner > ul > li:hover > a {
    color: #04AAD9;
    padding-left: 16px;
  }
  .main-header .header-submenu .submenu-inner > ul > li:hover > a.has-children:after {
    visibility: visible;
    opacity: 1;
  }
  .main-header .fix-content > .inner > .left-content:hover .menu-icon-outer .icon {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .main-header .fix-content > .inner > .left-content:hover .menu-icon-outer .icon .line:before {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .main-header .fix-content > .inner > .left-content:hover .menu-icon-outer .icon .line:after {
    -webkit-transform: rotate(90deg) translate3d(-4px, 0px, 0px);
    transform: rotate(90deg) translate3d(-4px, 0px, 0px);
  }
  .main-header .fix-content > .inner > .left-content:hover:before {
    content: '';
    left: 0px;
    right: 0px;
    top: 58px;
    margin: auto;
    display: block;
    position: fixed;
    background: #ffffff;
    height: 17px;
    width: 100%;
    z-index: 6;
  }
  .main-header .fix-content > .inner > .left-content:hover:after {
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.14);
    content: '';
    left: 0px;
    right: 0px;
    margin: auto;
    top: 64px;
    width: calc(100% - 40px);
    max-width: 1100px;
    height: 11px;
    display: block;
    position: fixed;
    background: #ffffff;
    z-index: 5;
  }
  .main-header .fix-content > .inner > .left-content:hover .header-submenu {
    visibility: visible;
    opacity: 1;
  }
  .main-header .fix-content > .inner > .left-content:hover .header-submenu:before {
    content: '';
    height: 24px;
    width: 100%;
    display: block;
    position: absolute;
    left: 0px;
    bottom: 100%;
    z-index: 10;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .main-header .middle .profil-outer .item:hover, .main-header .fix-content .profil-outer .item:hover {
    border-color: #04AAD9;
  }
  .main-header .middle .profil-outer .item.has-submenu:hover .arrow-down, .main-header .fix-content .profil-outer .item.has-submenu:hover .arrow-down {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .main-header .middle .profil-outer .item.has-submenu:hover .submenu, .main-header .fix-content .profil-outer .item.has-submenu:hover .submenu {
    display: block;
  }
  .main-header .middle .profil-outer .item .submenu a:hover, .main-header .fix-content .profil-outer .item .submenu a:hover {
    color: #04AAD9;
    padding-left: 10px;
  }
  .main-header .bottom nav > ul > li:hover > a {
    color: #04AAD9;
  }
  .main-header .bottom nav > ul > li:hover > a .text:after {
    opacity: 1;
  }
  .main-header .bottom nav > ul > li:hover.has-submenu > .submenu {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .main-header .header-submenu .submenu-inner > ul > li:hover .children-outer {
    visibility: visible;
    opacity: 1;
  }
  .main-header .header-submenu .submenu-inner > ul > li:hover .children-outer .left-content ul li a:hover {
    color: #04AAD9;
  }
  .main-header .header-submenu .submenu-inner > ul > li:hover > a {
    color: #04AAD9;
    padding-left: 16px;
  }
  .main-header .header-submenu .submenu-inner > ul > li:hover > a.has-children:after {
    visibility: visible;
    opacity: 1;
  }
  .main-header .fix-content > .inner > .left-content:hover .menu-icon-outer .icon {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .main-header .fix-content > .inner > .left-content:hover .menu-icon-outer .icon .line:before {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .main-header .fix-content > .inner > .left-content:hover .menu-icon-outer .icon .line:after {
    -webkit-transform: rotate(90deg) translate3d(-4px, 0px, 0px);
    transform: rotate(90deg) translate3d(-4px, 0px, 0px);
  }
  .main-header .fix-content > .inner > .left-content:hover:before {
    content: '';
    left: 0px;
    right: 0px;
    top: 58px;
    margin: auto;
    display: block;
    position: fixed;
    background: #ffffff;
    height: 17px;
    width: 100%;
    z-index: 6;
  }
  .main-header .fix-content > .inner > .left-content:hover:after {
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.14);
    content: '';
    left: 0px;
    right: 0px;
    margin: auto;
    top: 64px;
    width: calc(100% - 40px);
    max-width: 1100px;
    height: 11px;
    display: block;
    position: fixed;
    background: #ffffff;
    z-index: 5;
  }
  .main-header .fix-content > .inner > .left-content:hover .header-submenu {
    visibility: visible;
    opacity: 1;
  }
  .main-header .fix-content > .inner > .left-content:hover .header-submenu:before {
    content: '';
    height: 24px;
    width: 100%;
    display: block;
    position: absolute;
    left: 0px;
    bottom: 100%;
    z-index: 10;
  }
}

@media (pointer: coarse) {
  .main-header .mobile-menu-btn {
    display: block;
    width: 18px;
    height: 10px;
    color: #33383B;
  }
  .main-header .middle .logo-outer {
    display: flex;
    align-items: center;
  }
  .main-header .middle .logo-outer .mobile-menu-btn {
    margin-right: 20px;
  }
  .main-header .middle .logo-outer .logo .desktop {
    display: none;
  }
  .main-header .middle .logo-outer .logo .mobile {
    display: block;
  }
  .main-header .middle .search-outer, .main-header .fix-content .search-outer {
    width: calc(100% - 20px);
    max-width: 340px;
  }
  .main-header .middle .search-outer form > .icon, .main-header .fix-content .search-outer form > .icon {
    display: none;
  }
  .main-header .middle .search-outer .field, .main-header .fix-content .search-outer .field {
    width: calc(100% - 30px);
    padding-left: 0px;
    background: #ffffff;
  }
  .main-header .middle .search-outer .button, .main-header .fix-content .search-outer .button {
    padding: 6px 5px 6px 5px;
    width: 30px;
    font-size: 0px;
    line-height: 0px;
    letter-spacing: 0px;
    display: flex;
  }
  .main-header .middle .search-outer .button .text, .main-header .fix-content .search-outer .button .text {
    display: none;
  }
  .main-header .middle .search-outer .button .icon, .main-header .fix-content .search-outer .button .icon {
    display: block;
  }
  .main-header .middle .profil-outer .profil-item.is-logged-in:before, .main-header .fix-content .profil-outer .profil-item.is-logged-in:before {
    left: 13px;
  }
  .main-header .bottom {
    display: none;
  }
  .main-header .fix-content .menu-icon-outer {
    display: none;
  }
  .main-header .fix-content .mobile-menu-btn {
    margin-right: 20px;
  }
  .main-header .fix-content .header-submenu {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .main-header .mobile-menu-btn {
    display: block;
    width: 18px;
    height: 10px;
    color: #33383B;
  }
  .main-header .middle .logo-outer {
    display: flex;
    align-items: center;
  }
  .main-header .middle .logo-outer .mobile-menu-btn {
    margin-right: 20px;
  }
  .main-header .middle .logo-outer .logo .desktop {
    display: none;
  }
  .main-header .middle .logo-outer .logo .mobile {
    display: block;
  }
  .main-header .middle .search-outer, .main-header .fix-content .search-outer {
    width: calc(100% - 20px);
    max-width: 340px;
  }
  .main-header .middle .search-outer form > .icon, .main-header .fix-content .search-outer form > .icon {
    display: none;
  }
  .main-header .middle .search-outer .field, .main-header .fix-content .search-outer .field {
    width: calc(100% - 30px);
    padding-left: 0px;
    background: #ffffff;
  }
  .main-header .middle .search-outer .button, .main-header .fix-content .search-outer .button {
    padding: 6px 5px 6px 5px;
    width: 30px;
    font-size: 0px;
    line-height: 0px;
    letter-spacing: 0px;
    display: flex;
  }
  .main-header .middle .search-outer .button .text, .main-header .fix-content .search-outer .button .text {
    display: none;
  }
  .main-header .middle .search-outer .button .icon, .main-header .fix-content .search-outer .button .icon {
    display: block;
  }
  .main-header .middle .profil-outer .profil-item.is-logged-in:before, .main-header .fix-content .profil-outer .profil-item.is-logged-in:before {
    left: 13px;
  }
  .main-header .bottom {
    display: none;
  }
  .main-header .fix-content .menu-icon-outer {
    display: none;
  }
  .main-header .fix-content .mobile-menu-btn {
    margin-right: 20px;
  }
  .main-header .fix-content .header-submenu {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .main-header .middle .profil-outer .item, .main-header .fix-content .profil-outer .item {
    padding: 0px;
    border: none;
    border-radius: 0px;
    margin-right: 15px;
    position: relative;
  }
  .main-header .middle .profil-outer .item .text, .main-header .middle .profil-outer .item .arrow-down, .main-header .fix-content .profil-outer .item .text, .main-header .fix-content .profil-outer .item .arrow-down {
    display: none;
  }
  .main-header .middle .profil-outer .item .counter, .main-header .fix-content .profil-outer .item .counter {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    background: #33383B;
    color: #ffffff;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.3px;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 18px;
    height: 18px;
  }
  .main-header .middle .profil-outer .item.cart-item, .main-header .fix-content .profil-outer .item.cart-item {
    padding-right: 5px;
  }
  .main-header .middle .profil-outer .item.cart-item .cart-icon, .main-header .fix-content .profil-outer .item.cart-item .cart-icon {
    width: 29px;
    height: 25px;
  }
  .main-header .middle .profil-outer .item .profile-icon, .main-header .fix-content .profil-outer .item .profile-icon {
    width: 21px;
    height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .main-header .middle .content-width {
    flex-wrap: wrap;
  }
  .main-header .middle .search-outer {
    position: relative;
    max-width: 100%;
    width: 100%;
    margin-top: 16px;
  }
  .main-header .fix-content {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .main-header > .top {
    padding: 9px 0px 9px 0px;
    text-align: center;
  }
  .main-header > .top a {
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0.7px;
  }
  .main-header > .top .star {
    margin: 0px 11px 0px 11px;
  }
  .main-header .middle {
    margin: 11px 0px 0px 0px;
  }
  .main-header .middle .search-outer {
    margin-top: 8px;
  }
}

/* fonts */
/* transitions */
footer > .top {
  padding: 50px 0px 39px 0px;
  background: #F7F3F1;
  font-size: 12px;
  line-height: 20px;
}

footer > .top .title {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}

footer > .top .title .icon {
  display: none;
}

footer > .top a:not(.button) {
  color: inherit;
  text-decoration: none;
  font-weight: 400;
}

footer > .top nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  float: left;
  width: 525px;
}

footer > .top nav .nav-box {
  width: 230px;
  margin-bottom: 20px;
}

footer > .top nav .nav-box:last-of-type {
  margin-bottom: 0px;
}

footer > .top nav .nav-box ul li {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 10px;
}

footer > .top nav .nav-box ul li:last-of-type {
  margin-bottom: 0px;
}

footer > .top .contact-box {
  float: left;
}

footer > .top .contact-box .text-box .name {
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 8px;
}

footer > .top .contact-box .contacts {
  margin-top: 18px;
}

footer > .top .contact-box .contacts .row {
  font-size: 0px;
  line-height: 0px;
  margin-bottom: 8px;
}

footer > .top .contact-box .contacts .row:last-of-type {
  margin-bottom: 0px;
}

footer > .top .contact-box .contacts .row a {
  display: inline-flex;
  align-items: center;
}

footer > .top .contact-box .contacts .row a .icon {
  margin-right: 8px;
}

footer > .top .contact-box .contacts .row a .text {
  font-size: 12px;
  line-height: 20px;
}

footer > .top .newsletter-box {
  float: right;
  border: 1px solid #33383B;
  padding: 35px 25px 30px 25px;
  max-width: 275px;
  text-align: center;
}

footer > .top .newsletter-box .title {
  font-size: 16px;
  margin-bottom: 6px;
}

footer > .top .newsletter-box .lead {
  line-height: 18px;
  margin-bottom: 19px;
}

footer .bottom {
  padding: 12px 0px 12px 0px;
}

footer .bottom .content-width {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .bottom .content-width .copyright {
  font-size: 11px;
  line-height: 16px;
}

footer .bottom .content-width .payments {
  width: 368px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .bottom .content-width .qualifications {
  width: 136px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .bottom .content-width .pw-content {
  width: 170px;
}

footer .bottom .content-width .pw-content a {
  color: #33383B;
  font-weight: 400;
  width: 100%;
  text-decoration: none;
  font-size: 0px;
  line-height: 0px;
  display: inline-flex;
  justify-content: flex-end;
  align-items: flex-end;
}

footer .bottom .content-width .pw-content a .text {
  text-align: right;
  font-size: 10px;
  line-height: 12px;
  width: calc(100% - 23px);
  padding-right: 6px;
}

footer .bottom .content-width .pw-content a .text span {
  display: block;
  font-weight: 700;
}

@media all and (min--moz-device-pixel-ratio: 0) {
  footer a:not(.button):hover {
    color: #04AAD9;
  }
  footer .bottom .content-width .pw-content a:hover {
    color: #04AAD9;
  }
}

@media (hover: hover) {
  footer a:not(.button):hover {
    color: #04AAD9;
  }
  footer .bottom .content-width .pw-content a:hover {
    color: #04AAD9;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  footer a:not(.button):hover {
    color: #04AAD9;
  }
  footer .bottom .content-width .pw-content a:hover {
    color: #04AAD9;
  }
}

@media screen and (max-width: 1100px) {
  footer > .top nav {
    width: 430px;
  }
  footer > .top nav .right-content .nav-box {
    width: 180px;
  }
}

@media screen and (max-width: 1023px) {
  footer > .top .newsletter-box {
    float: none;
    margin: 0px auto 40px auto;
    max-width: 80%;
  }
  footer .bottom {
    padding-top: 25px;
  }
  footer .bottom .content-width {
    flex-wrap: wrap;
  }
  footer .bottom .content-width .copyright {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  footer > .top nav {
    border-top: 1px solid #D8D8D8;
    float: none;
    display: block;
    width: 100%;
  }
  footer > .top nav .nav-box {
    font-size: 0px;
    line-height: 0px;
    width: 100%;
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 0px;
    padding-bottom: 15px;
  }
  footer > .top nav .nav-box ul {
    display: none;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  footer > .top nav .nav-box ul li {
    margin-bottom: 15px;
  }
  footer > .top nav .nav-box .title {
    padding-top: 17px;
    margin-bottom: 0px;
    line-height: 16px;
    padding-right: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  footer > .top nav .nav-box .title .icon {
    display: block;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  }
  footer > .top nav .nav-box.active .title .icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  footer > .top nav .right-content .nav-box {
    width: 100%;
  }
  footer > .top .contact-box {
    float: none;
    display: block;
    margin-top: 11px;
    width: 100%;
  }
  footer .bottom .content-width .copyright {
    text-align: center;
  }
  footer .bottom .content-width .payments {
    width: 100%;
    justify-content: center;
    margin-bottom: 15px;
  }
  footer .bottom .content-width .payments .paypal-logo {
    margin-right: 6px;
  }
  footer .bottom .content-width .pw-content {
    height: 26px;
  }
  footer .bottom .content-width .pw-content a {
    display: flex;
  }
}

@media screen and (max-width: 600px) {
  footer > .top {
    padding: 30px 0px 25px 0px;
  }
  footer > .top .newsletter-box {
    margin-bottom: 25px;
  }
}

/* fonts */
/* transitions */
.icon {
  font-size: 0px;
  line-height: 0px;
  letter-spacing: 0px;
  display: block;
}

.star-icon {
  width: 9px;
  height: 9px;
}

.profile-icon {
  width: 17px;
  height: 20px;
  display: block;
}

.unnepekaruhaza-letter-logo {
  width: 133px;
  height: 31px;
}

.cart-icon {
  width: 22px;
  height: 18px;
}

.trash-icon {
  width: 13px;
  height: 14px;
}

.footer-phone-icon {
  width: 23px;
  height: 22px;
}

.footer-mail-icon {
  width: 23px;
  height: 22px;
}

.footer-fb-icon {
  width: 23px;
  height: 22px;
}

.arrow-down {
  width: 10px;
  height: 6px;
}

.mobile-menu-icon {
  width: 18px;
  height: 10px;
}

.pwstudio-logo {
  width: 23px;
  height: 26px;
}

.quotation-mark-icon {
  width: 45px;
  height: 35px;
}

.mini-arrow {
  width: 18px;
  height: 10px;
}

.home-money-back-icon {
  width: 130px;
  height: 118px;
}

.home-fast-delivery-icon {
  width: 144px;
  height: 124px;
}

.home-storage-icon {
  width: 130px;
  height: 101px;
}

.home-manufacturers-icon {
  width: 130px;
  height: 102px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

.home-takeover-icon {
  width: 130px;
  height: 120px;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.slider-arrow-icon {
  width: 45px;
  height: 45px;
}

.search-icon {
  width: 15px;
  height: 14px;
}

.breadcrumb-separator {
  width: 4px;
  height: 4px;
}

.close-icon {
  width: 12px;
  height: 12px;
}

.arrow-right {
  width: 8px;
  height: 14px;
}

.arrow-right.prev-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.filter-icon {
  width: 15px;
  height: 14px;
}

.product-delivery-icon {
  width: 29px;
  height: 29px;
}

.helium-icon {
  width: 25px;
  height: 29px;
}

.gift-icon {
  width: 20px;
  height: 22px;
}

.facebook-share-icon,
.twitter-share-icon,
.pinterest-share-icon,
.mail-share-icon {
  width: 30px;
  height: 30px;
}

.fb-button-icon {
  width: 9px;
  height: 18px;
}

.google-button-icon {
  width: 16px;
  height: 14px;
}

.store-icon {
  width: 33px;
  height: 30px;
}

.bankcard-payment-icon {
  width: 37px;
  height: 28px;
}

.transfer-payment-icon {
  width: 42px;
  height: 30px;
}

.cod-payment-icon {
  width: 96px;
  height: 32px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .image-icon {
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top left;
  }
  .image-icon img {
    opacity: 0;
  }
  .image-icon.paypal-logo {
    background-image: url("../img/payments/paypal-logo-2x.png");
  }
  .image-icon.simple {
    background-image: url("../img/payments/simple-2x.jpg");
  }
  .image-icon.bisnode {
    background-image: url("../img/qualifications/bisnode-aaa-2x.png");
  }
  .image-icon.balloon {
    background-image: url("../img/qualifications/balloon-a-2x.png");
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2.25), only screen and (min-device-pixel-ratio: 2.25), only screen and (min-resolution: 2.25dppx) {
  .image-icon {
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top left;
  }
  .image-icon img {
    opacity: 0;
  }
  .image-icon.paypal-logo {
    background-image: url("../img/payments/paypal-logo-3x.png");
  }
  .image-icon.simple {
    background-image: url("../img/payments/simple-3x.jpg");
  }
  .image-icon.bisnode {
    background-image: url("../img/qualifications/bisnode-aaa-3x.png");
  }
  .image-icon.balloon {
    background-image: url("../img/qualifications/balloon-a-3x.png");
  }
}

/* fonts */
/* transitions */
@-webkit-keyframes fadeinup {
  0% {
    opacity: 0;
    bottom: -15px;
    max-height: 0;
    max-width: 0;
    margin-top: 0;
  }
  30% {
    opacity: 0.8;
    bottom: -3px;
  }
  100% {
    opacity: 1;
    bottom: 0;
    max-height: 200px;
    margin-top: 12px;
    max-width: 400px;
  }
}
@keyframes fadeinup {
  0% {
    opacity: 0;
    bottom: -15px;
    max-height: 0;
    max-width: 0;
    margin-top: 0;
  }
  30% {
    opacity: 0.8;
    bottom: -3px;
  }
  100% {
    opacity: 1;
    bottom: 0;
    max-height: 200px;
    margin-top: 12px;
    max-width: 400px;
  }
}

@-webkit-keyframes fadeoutdown {
  0% {
    opacity: 1;
    bottom: 0;
  }
  30% {
    opacity: 0.2;
    bottom: -3px;
  }
  100% {
    opacity: 0;
    bottom: -15px;
  }
}

@keyframes fadeoutdown {
  0% {
    opacity: 1;
    bottom: 0;
  }
  30% {
    opacity: 0.2;
    bottom: -3px;
  }
  100% {
    opacity: 0;
    bottom: -15px;
  }
}

@-webkit-keyframes appear {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.6;
  }
}

@keyframes appear {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.6;
  }
}

@-webkit-keyframes disappear {
  0% {
    opacity: 0.6;
  }
  30% {
    opacity: 0.1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes disappear {
  0% {
    opacity: 0.6;
  }
  30% {
    opacity: 0.1;
  }
  100% {
    opacity: 0;
  }
}

.notyf__icon--alert, .notyf__icon--confirm {
  height: 21px;
  width: 21px;
  background: white;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  position: relative;
}

.notyf__icon--alert:after, .notyf__icon--alert:before {
  content: "";
  background: #EC4654;
  display: block;
  position: absolute;
  width: 3px;
  border-radius: 3px;
  left: 9px;
}

.notyf__icon--alert:after {
  height: 3px;
  top: 14px;
}

.notyf__icon--alert:before {
  height: 8px;
  top: 4px;
}

.notyf__icon--confirm:after, .notyf__icon--confirm:before {
  content: "";
  background: #61BE27;
  display: block;
  position: absolute;
  width: 3px;
  border-radius: 3px;
}

.notyf__icon--confirm:after {
  height: 6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 9px;
  left: 6px;
}

.notyf__icon--confirm:before {
  height: 11px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 5px;
  left: 10px;
}

.notyf__toast {
  display: block;
  overflow: hidden;
  -webkit-animation: fadeinup 0.3s forwards;
          animation: fadeinup 0.3s forwards;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.45);
  position: relative;
  padding-right: 13px;
}

.notyf__toast.notyf--alert {
  background: #EC4654;
}

.notyf__toast.notyf--confirm {
  background: #61BE27;
}

.notyf__toast.notyf--disappear {
  -webkit-animation: fadeoutdown 0.3s 1 forwards;
          animation: fadeoutdown 0.3s 1 forwards;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.notyf__toast.notyf--disappear .notyf__message {
  opacity: 1;
  -webkit-animation: fadeoutdown 0.3s 1 forwards;
          animation: fadeoutdown 0.3s 1 forwards;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.notyf__toast.notyf--disappear .notyf__icon {
  opacity: 1;
  -webkit-animation: disappear 0.3s 1 forwards;
          animation: disappear 0.3s 1 forwards;
}

.notyf__wrapper {
  display: table;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 15px;
  border-radius: 3px;
}

.notyf__icon {
  display: table-cell;
  width: 20%;
  text-align: center;
  vertical-align: middle;
  font-size: 1.3em;
  opacity: 0;
  -webkit-animation: appear 0.5s forwards;
          animation: appear 0.5s forwards;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.notyf__message {
  display: table-cell;
  width: 80%;
  vertical-align: middle;
  position: relative;
  opacity: 0;
  -webkit-animation: fadeinup 0.3s forwards;
          animation: fadeinup 0.3s forwards;
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
  font-size: 14px;
  line-height: 22px;
}

.notyf {
  position: fixed;
  bottom: 20px;
  right: 30px;
  width: 20%;
  color: white;
  z-index: 9999;
}

/* Small screens */
@media only screen and (max-width: 736px) {
  .notyf__container {
    width: 90%;
    margin: 0 auto;
    display: block;
    right: 0;
    left: 0;
  }
}

@media screen and (max-width: 600px) {
  .notyf__wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .notyf__message {
    font-size: 13px;
    line-height: 18px;
  }
  .notyf {
    width: 100%;
    right: 0px;
    bottom: 0px;
  }
}

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9997;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 9998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

.remodal, .remodal-wrapper::after {
  vertical-align: middle;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

body {
  overflow-x: hidden;
}

.ie8 body {
  overflow: visible;
}

.site {
  float: left;
  clear: left;
  width: 100%;
  overflow: hidden;
}

.ie8 .site {
  overflow: visible;
}

.site-outer {
  float: left;
  clear: left;
  width: 100%;
  position: relative;
  left: 0;
  height: 100%;
  transition: all 0.3s;
}

.site-outer.mp-pushed:after {
  content: '';
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.3s;
}

.site-wrapper {
  overflow: visible;
  height: auto;
  float: left;
  clear: left;
  width: 100%;
}

.site-container {
  position: relative;
}

.menu-trigger {
  position: relative;
  padding-left: 60px;
  font-size: 0.9em;
}

.menu-trigger:before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 40px;
  height: 6px;
  background: #fff;
  box-shadow: 0 6px #34495e, 0 12px #fff, 0 18px #34495e, 0 24px #fff;
  content: '';
}

.mp-menu {
  position: absolute;
  /* we can't use fixed here :( */
  top: 0;
  left: 0;
  z-index: 1;
  width: 300px;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lte9 .mp-menu {
  left: -300px;
}

.mp-pushed .mp-menu {
  height: 100%;
}

.mp-level {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lte9 .mp-level {
  left: -300px;
}

.mp-level li:before {
  content: none;
}

/* overlays for pusher and for level that gets covered */
.site-outer:after,
.mp-level::after,
.mp-level::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  content: '';
  opacity: 0;
}

.site-outer:after,
.mp-level::after {
  transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
  z-index: 10000;
}

.mp-level::after {
  z-index: -1;
}

.site-outer.mp-pushed:after,
.mp-level.mp-level-overlay::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.3s;
}

.mp-level.mp-level-overlay {
  cursor: pointer;
}

.mp-level.mp-level-overlay.mp-level::before {
  width: 100%;
  height: 100%;
  background: transparent;
  opacity: 1;
}

.site-outer,
.mp-level {
  transition: all 0.5s;
}

/* overlap */
.mp-overlap .mp-level.mp-level-open {
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}

.lte9 .mp-overlap .mp-level.mp-level-open {
  left: -40px\9;
}

/* First level */
.mp-menu > .mp-level,
.mp-menu > .mp-level.mp-level-open,
.mp-menu.mp-overlap > .mp-level,
.mp-menu.mp-overlap > .mp-level.mp-level-open {
  box-shadow: none;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lte9 .mp-menu > .mp-level, .lte9
.mp-menu > .mp-level.mp-level-open, .lte9
.mp-menu.mp-overlap > .mp-level, .lte9
.mp-menu.mp-overlap > .mp-level.mp-level-open {
  left: 0px;
}

/* cover */
.mp-cover .mp-level.mp-level-open {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lte9 .mp-cover .mp-level.mp-level-open {
  left: 0px;
}

.mp-cover .mp-level.mp-level-open > ul > li > .mp-level:not(.mp-level-open) {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lte9 .mp-cover .mp-level.mp-level-open > ul > li > .mp-level:not(.mp-level-open) {
  left: -300px;
}

/* content style */
.mp-level {
  background-color: #FFFFFF;
}

.mp-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mp-menu ul li {
  position: static;
}

.mp-menu ul li > a {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 29px;
  display: block;
  border-bottom: 1px solid #e0dfdd;
  padding: 0px 10px;
}

.mp-menu ul li strong {
  font-size: 14px;
  line-height: 29px;
  font-weight: 700;
  color: #000000;
  text-transform: none;
  display: block;
  border-bottom: 1px solid #000;
  padding: 0px 10px;
}

.mp-menu ul li a.mp-back {
  background-color: #333;
  font-size: 12px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 29px;
  text-align: right;
  display: block;
  padding: 0px 10px;
}

.mp-level > ul > li:first-child > a:hover,
.mp-level.mp-level-overlay > ul > li:first-child > a {
  /*box-shadow: inset 0 -1px rgba(0,0,0,0), inset 0 1px rgba(0,0,0,0);*/
}

/* seems like Chrome 34.0.1847.131 needs the second shadow otherwise the transition breaks */
* {
  box-sizing: border-box;
}

*:before, *:after {
  box-sizing: border-box;
}

* p:last-of-type {
  margin-bottom: 0px;
}

body {
  padding: 0px;
  margin: 0px;
  display: block;
  color: #33383B;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  font-family: "Poppins", Arial, "sans-serif";
  letter-spacing: 0.6px;
  -webkit-overflow-scrolling: touch;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-y: auto;
  overflow-x: hidden;
}

body.opened-menu, body.opened-filter {
  overflow: hidden;
  touch-action: none;
}

img {
  display: block;
  margin: 0px;
  max-width: 100%;
}

.content-width {
  width: 100%;
  max-width: 1000px;
  padding: 0px 20px 0px 20px;
  margin: auto;
}

.content-width.thin-content {
  max-width: 800px;
}

.content-width.wide-content {
  max-width: 1140px;
}

p {
  margin: 0px 0px 15px 0px;
}

.hidden {
  display: none;
}

h1, .like-h1,
h2, .like-h2,
h3, .like-h3,
h4, .like-h4 {
  margin: 0px 10px;
  font-weight: 700;
}

h4, .like-h4 {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
}

h3, .like-h3 {
  font-size: 20px;
  line-height: 30px;
}

h2, .like-h2 {
  font-size: 26px;
  line-height: 34px;
}

h1, .like-h1 {
  font-size: 36px;
  line-height: 46px;
  letter-spacing: 1px;
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.clear {
  float: none;
  width: 0px;
  height: 0px;
  clear: both;
  display: block;
}

.button {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-shadow: none;
  outline: none;
  font-family: "Poppins", Arial, "sans-serif";
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  height: 30px;
  padding: 0px 17px 0px 17px;
  border: 1px solid #04AAD9;
  background: #04AAD9;
  color: #ffffff;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.25s ease, border-color 0.25s ease,   color 0.25s ease;
  text-transform: uppercase;
  text-decoration: none;
}

.button.big {
  height: 40px;
  padding-left: 27px;
  padding-right: 27px;
  font-size: 16px;
}

.button.red {
  background: #EC4654;
  border-color: #EC4654;
}

.button.clml {
  font-size: 13px;
  padding: 15px 5px;
  background: #31b9b9;
  border: 1px solid #31b9b9;
}

.button.empty-button {
  background: transparent;
  color: #04AAD9;
}

.button.empty-button.white {
  color: #ffffff;
  border-color: #ffffff;
}

.button.social-button {
  font-size: 0px;
  line-height: 0px;
}

.button.social-button.fb-button {
  color: #3B579D;
  border-color: #3B579D;
}

.button.social-button.google-button {
  color: #DB4937;
  border-color: #DB4937;
}

.button.social-button .text-content {
  font-size: 16px;
  line-height: 16px;
  margin-left: 11px;
  position: relative;
  display: inline-flex;
  align-items: center;
}

.button.social-button .text-content:before {
  content: '';
  width: 1px;
  height: 16px;
  background: currentColor;
  margin-right: 11px;
  display: block;
}

main {
  min-height: calc(100vh - 665px);
}

.field {
  font-family: "Poppins", Arial, "sans-serif";
  color: #33383B;
  font-size: 12px;
  line-height: 16px;
  height: 40px;
  width: 100%;
  display: block;
  outline: none;
  box-shadow: none;
  border: none;
  border-radius: 0px;
  margin: 0px;
  padding: 0px 14px 0px 14px;
  border: 1px solid #D8D8D8;
  background: #ffffff;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.field.has-error {
  border-color: #EC4654;
}

.custom-select {
  width: 245px;
  height: 50px;
  font-size: 14px;
  line-height: 28px;
  position: relative;
}

.custom-select .selected-item {
  border: 1px solid #E3E3E3;
  padding: 10px 30px 10px 15px;
  position: relative;
  z-index: 4;
}

.custom-select .icon {
  width: 14px;
  height: 8px;
  display: block;
  color: #04AAD9;
  position: absolute;
  top: 0px;
  right: 15px;
  bottom: 0px;
  margin: auto;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.custom-select.opened .icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.custom-select .select-items-container {
  position: absolute;
  z-index: 5;
  background: #ffffff;
  width: 100%;
  top: 100%;
  left: 0px;
  border: 1px solid #E3E3E3;
  border-top: none;
  padding: 0px 15px 0px 15px;
  overflow: hidden;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}

.custom-select .select-items-container.initialized {
  transition: height 0.4s ease;
}

.custom-select .select-items-container .select-item {
  padding: 6px 0px 6px 0px;
  height: 40px;
}

.custom-select .select-items-container .select-item:first-of-type {
  padding-top: 0px;
}

.custom-select .select-items-container .select-item.selected {
  display: none;
}

input[type="checkbox"] {
  display: none;
  width: 0px;
  height: 0px;
  overflow: hidden;
}

input[type="checkbox"] + label {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 18px;
  padding-left: 30px;
}

input[type="checkbox"] + label:before {
  content: '';
  width: 18px;
  height: 18px;
  top: 0px;
  left: 0px;
  border: 2px solid #E3E3E3;
  position: absolute;
  display: block;
}

input[type="checkbox"] + label:after {
  content: '';
  display: block;
  opacity: 0;
  left: 5px;
  top: 3px;
  width: 9px;
  height: 11px;
  position: absolute;
  transition: opacity 0.25s ease;
  background: url("../img/svg/tick.svg") no-repeat center center/100%;
}

input[type="checkbox"] + label.color-checkbox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

input[type="checkbox"] + label.color-checkbox .text {
  width: calc(100% - 20px);
}

input[type="checkbox"] + label.color-checkbox .sample {
  width: 14px;
  height: 14px;
  font-size: 0px;
  line-height: 0px;
  border-radius: 50%;
}

input[type="checkbox"] + label.color-checkbox .sample.green {
  background: #64E900;
}

input[type="checkbox"] + label.color-checkbox .sample.yellow {
  background: #FAF029;
}

input[type="checkbox"] + label.color-checkbox .sample.orange {
  background: #FFB800;
}

input[type="checkbox"] + label.color-checkbox .sample.pink {
  background: #FF9DD5;
}

input[type="checkbox"] + label.color-checkbox .sample.red {
  background: #FF0000;
}

input[type="checkbox"] + label.color-checkbox .sample.purple {
  background: #912FB2;
}

input[type="checkbox"] + label.color-checkbox .sample.blue {
  background: #0026FF;
}

input[type="checkbox"] + label.color-checkbox .sample.white {
  border: 1px solid #33383B;
  background: #ffffff;
}

input[type="checkbox"] + label.color-checkbox .sample.black {
  background: #000000;
}

input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

table {
  border-collapse: collapse;
}

input[type="radio"] {
  display: none;
  width: 0px;
  height: 0px;
  overflow: hidden;
}

input[type="radio"] + label {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 18px;
  padding-left: 30px;
}

input[type="radio"] + label:before {
  width: 18px;
  height: 18px;
  content: '';
  border-radius: 50%;
  border: 2px solid #E3E3E3;
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
}

input[type="radio"] + label:after {
  width: 8px;
  height: 8px;
  background: #04AAD9;
  content: '';
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 5px;
  display: block;
  opacity: 0;
  transition: opacity 0.25s ease;
}

input[type="radio"]:checked + label:after {
  opacity: 1;
}

input[type="radio"].button-radio + label {
  padding: 11px 15px 11px 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

input[type="radio"].button-radio + label:before {
  border-radius: 0px;
  width: 100%;
  height: 100%;
  border: 1px solid #E3E3E3;
  transition: border 0.25s ease;
}

input[type="radio"].button-radio + label:after {
  display: none;
}

input[type="radio"].button-radio + label.color-radio .sample {
  width: 14px;
  height: 14px;
  font-size: 0px;
  line-height: 0px;
  border-radius: 50%;
  margin-left: 5px;
}

input[type="radio"].button-radio + label.color-radio .sample.green {
  background: #64E900;
}

input[type="radio"].button-radio + label.color-radio .sample.yellow {
  background: #FAF029;
}

input[type="radio"].button-radio + label.color-radio .sample.orange {
  background: #FFB800;
}

input[type="radio"].button-radio + label.color-radio .sample.pink {
  background: #FF9DD5;
}

input[type="radio"].button-radio + label.color-radio .sample.red {
  background: #FF0000;
}

input[type="radio"].button-radio + label.color-radio .sample.purple {
  background: #912FB2;
}

input[type="radio"].button-radio + label.color-radio .sample.blue {
  background: #0026FF;
}

input[type="radio"].button-radio + label.color-radio .sample.white {
  border: 1px solid #33383B;
  background: #ffffff;
}

input[type="radio"].button-radio + label.color-radio .sample.black {
  background: #000000;
}

input[type="radio"].button-radio:disabled + label {
  color: rgba(51, 56, 59, 0.5);
}

input[type="radio"].button-radio:checked + label:before {
  border: 2px solid #04AAD9;
}

::-webkit-input-placeholder {
  color: #33383B;
  opacity: 0.5;
}

:-moz-placeholder {
  color: #33383B;
  opacity: 0.5;
}

::-moz-placeholder {
  color: #33383B;
  opacity: 0.5;
}

:-ms-input-placeholder {
  color: #33383B;
  opacity: 0.5;
}

a {
  transition: color 0.25s ease;
  color: #04AAD9;
  font-weight: 600;
}

.blog-box {
  display: flex;
  font-size: 0px;
  line-height: 0px;
  text-decoration: none;
}

.blog-box .image-outer {
  width: 140px;
  /*height:140px;*/
  overflow: hidden;
}

.blog-box .image-outer img {
  max-width: 100%;
  margin: auto;
}

.blog-box .text-content {
  width: calc(100% - 140px);
  padding-left: 15px;
  position: relative;
}

.blog-box .text-content > span {
  display: block;
}

.blog-box .text-content .date-row {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #89939A;
}

.blog-box .text-content .title {
  /* margin-top:8px;*/
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #33383B;
}

.blog-box .text-content .link {
  color: #04AAD9;
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  text-decoration: underline;
  margin-top: 19px;
}

.blog-box.small-box .text-content {
  padding-bottom: 20px;
}

.blog-box.small-box .text-content .link {
  position: absolute;
  margin: 0px;
  left: 15px;
  bottom: 0px;
}

.blog-box.big-box {
  align-items: flex-start;
}

.blog-box.big-box .text-content {
  padding-left: 30px;
}

.tab-header {
  border-bottom: 1px solid #E3E3E3;
  position: relative;
  min-width: 100%;
  height: 32px;
  display: flex;
  align-items: flex-end;
}

.tab-header .tab-item {
  position: relative;
  color: #33383B;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  margin-right: 50px;
  padding-bottom: 6px;
  transition: padding-bottom 0.25s ease, color 0.25s ease;
  white-space: nowrap;
}

.tab-header .tab-item:before {
  content: '';
  display: block;
  position: absolute;
  height: 0px;
  width: 100%;
  left: 0px;
  bottom: 0px;
  background: #04AAD9;
  transition: height 0.25s ease;
}

.tab-header .tab-item:last-of-type {
  margin-right: 0px;
}

.tab-header .tab-item.selected {
  color: #04AAD9;
  padding-bottom: 11px;
}

.tab-header .tab-item.selected:before {
  height: 4px;
}

/** Termék kártya alap css*/
.product-card {
  width: 180px;
  display: block;
  font-size: 0px;
  line-height: 0px;
  text-decoration: none;
  text-align: center;
}

.product-card > span {
  display: block;
}

.product-card .image-content {
  position: relative;
}

.product-card .image-content .labels {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 0px;
}

.product-card .image-content .labels .label {
  margin-bottom: 10px;
}

.product-card .image-content img {
  position: relative;
  z-index: 1;
  display: block;
  margin: auto;
}

.product-card .text-content > span {
  display: block;
}

.product-card .name {
  margin: 20px 0px 15px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  height: 40px;
  overflow: hidden;
  color: #33383B;
}

.product-card .price-row {
  display: inline-flex;
  justify-content: center;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #33383B;
  margin-bottom: 12px;
}

.product-card .price-row .original-price {
  color: #F62135;
  font-weight: 600;
  text-decoration: line-through;
  margin-left: 8px;
}

/** Termék címkék*/
.product-labels {
  font-size: 0px;
  line-height: 0px;
}

.product-labels .label {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0px;
  padding: 6px 10px 6px 10px;
  text-transform: uppercase;
  text-decoration: none;
}

.product-labels .label.newness {
  background: #61BE27;
}

.product-labels .label.action {
  background: #EC4654;
}

.product-labels .label.last {
  background: #F6B919;
}

/** Webmorzsa */
.breadcrumb {
  margin: 22px 0px 35px 0px;
  font-size: 0px;
  line-height: 0px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  height: 16px;
}

.breadcrumb .separator {
  width: 4px;
  height: 4px;
  display: inline-block;
  margin: 0px 10px 0px 10px;
  color: #04AAD9;
}

.breadcrumb .separator .icon {
  line-height: 0px;
  width: 5px;
  height: 5px;
}

.breadcrumb span {
  display: inline-flex;
  align-items: center;
  height: 16px;
}

.breadcrumb a {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-decoration: none;
}

.breadcrumb a span {
  text-decoration: underline;
}

.breadcrumb a.last-breadcrumb-item span {
  color: #33383B;
  font-weight: 400;
  text-decoration: none;
}

.page-header {
  text-align: center;
}

.page-header .lead {
  font-size: 16px;
  line-height: 24px;
  margin: 12px auto 0px auto;
}

.page-header .lead.big {
  font-size: 20px;
  line-height: 32px;
}

/** Mobile menu design*/
.mobile-menu-outer {
  width: 100vw;
  height: 100vh;
  background: #ffffff;
  position: fixed;
  z-index: 100;
  left: 0px;
  top: 0px;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  -webkit-transform: translateX(-105vw);
  transform: translateX(-105vw);
  background: rgba(51, 56, 59, 0.8);
}

.mobile-menu-outer .mobile-menu {
  background: #ffffff;
  width: 320px;
}

.mobile-menu-outer .mobile-menu .profil-content {
  display: block;
  padding: 17px 0px 17px 0px;
  height: 70px;
  border-bottom: 1px solid #D8D8D8;
  width: calc(100% - 40px);
  margin: auto;
  position: relative;
}

.mobile-menu-outer .mobile-menu .profil-content .close-menu-btn {
  position: absolute;
  right: 0px;
  top: 28px;
  color: #33383B;
  font-size: 0px;
  line-height: 0px;
}

.mobile-menu-outer .mobile-menu .profil-content .inner-content {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.mobile-menu-outer .mobile-menu .profil-content .inner-content .login {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 0px;
  line-height: 0px;
}

.mobile-menu-outer .mobile-menu .profil-content .inner-content .login .icon {
  margin-right: 10px;
}

.mobile-menu-outer .mobile-menu .profil-content .inner-content .login .text {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
}

.mobile-menu-outer .mobile-menu .profil-content .inner-content .logout-outer {
  display: block;
  margin-left: 14px;
  font-size: 0px;
  line-height: 0px;
}

.mobile-menu-outer .mobile-menu .profil-content .inner-content .logout-outer > a {
  display: block;
}

.mobile-menu-outer .mobile-menu .profil-content .inner-content .logout-outer .profile {
  color: #33383B;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.6px;
  font-weight: 600;
  text-decoration: none;
}

.mobile-menu-outer .mobile-menu .profil-content .inner-content .logout-outer .logout {
  margin-top: 1px;
}

.mobile-menu-outer .mobile-menu .profil-content .inner-content .logout-outer .logout .text {
  font-size: 12px;
  line-height: 18px;
}

.mobile-menu-outer .mobile-menu .mobile-menu-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-menu-outer .mobile-menu .mobile-menu-item .arrow {
  padding-right: 5px;
}

.mobile-menu-outer .mobile-menu .mobile-menu-item .arrow .icon {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.mobile-menu-outer .mobile-menu > .mp-level {
  top: 70px;
  height: calc(100% - 70px);
}

.mobile-menu-outer .mobile-menu > .mp-level > ul > li {
  font-size: 0px;
  line-height: 0px;
  padding: 15px 0px 15px 0px;
  border-bottom: 1px solid #D8D8D8;
}

.mobile-menu-outer .mobile-menu > .mp-level > ul > li > a {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: none;
}

.mobile-menu-outer .mobile-menu > .mp-level > ul > li > a .arrow {
  padding-right: 5px;
}

.mobile-menu-outer .mobile-menu > .mp-level ul li a {
  text-decoration: none;
  padding: 0px;
}

.mobile-menu-outer .mobile-menu > .mp-level .mp-level {
  padding-top: 15px;
}

.mobile-menu-outer .mobile-menu > .mp-level .mp-level ul li {
  margin-bottom: 10px;
}

.mobile-menu-outer .mobile-menu > .mp-level .mp-level ul li a {
  border: none;
}

.mobile-menu-outer .mobile-menu > .mp-level .mp-level a.mp-back {
  text-align: left;
  background: #ffffff;
  font-weight: 400;
  font-size: 0px;
  line-height: 0px;
  display: inline-flex;
  align-items: center;
  color: #33383B;
  margin-bottom: 5px;
}

.mobile-menu-outer .mobile-menu > .mp-level .mp-level a.mp-back .icon {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-menu-outer .mobile-menu > .mp-level .mp-level a.mp-back .text {
  font-size: 12px;
  line-height: 24px;
  margin-left: 10px;
}

.mobile-menu-outer .mobile-menu > .mp-level .mp-level .second-level > li > a:not(.mp-back) {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.mobile-menu-outer .mobile-menu .mp-level {
  height: calc(100vh - 70px);
}

.mobile-menu-outer .mobile-menu .mp-level > .inner {
  overflow: auto;
  height: 100%;
  background: #ffffff;
}

.mobile-menu-outer .mobile-menu .mp-level.mp-level-open {
  z-index: 2;
}

.mobile-menu-outer .mobile-menu .mp-level ul {
  margin: 0px 20px 0px 20px;
}

.mobile-menu-outer .mobile-menu .contact-box {
  padding: 25px 20px 25px 20px;
}

.mobile-menu-outer .mobile-menu .contact-box .row {
  font-size: 0px;
  line-height: 0px;
  margin-bottom: 12px;
}

.mobile-menu-outer .mobile-menu .contact-box .row:last-of-type {
  margin-bottom: 0px;
}

.mobile-menu-outer .mobile-menu .contact-box .row a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
}

.mobile-menu-outer .mobile-menu .contact-box .row a .icon {
  color: #04AAD9;
}

.mobile-menu-outer .mobile-menu .contact-box .row a .text {
  color: #33383B;
  font-size: 12px;
  line-height: 16px;
  margin-left: 10px;
  text-decoration: none;
  font-weight: 400;
}

/** Lenyitható szöveges boxok design (max-height érték beállítása a használt helyen, esetleg transition-duration módosítása) */
.closable-content .closable-text {
  overflow: hidden;
  transition: max-height 0.4s ease;
  text-align: left;
}

.closable-content .closable-text h2, .closable-content .closable-text h3 {
  color: #04AAD9;
  margin: 25px 0 3px;
}

.closable-content .opener-item {
  width: 14px;
  height: 8px;
  margin: 10px auto 0px auto;
  display: block;
}

.closable-content .opener-item .icon {
  width: 100%;
  height: 100%;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.closable-content.opened .opener-item .icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/** Lapozó design */
.pager-content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
}

.pager-content .prev-button {
  margin-right: 20px;
}

.pager-content .next-button {
  margin-left: 20px;
}

.pager-content .pager-link {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #33383B;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  min-width: 30px;
  padding: 0px 3px 0px 3px;
  margin: 0px 5px 0px 5px;
  height: 28px;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.pager-content .pager-link.current-page {
  background: #04AAD9;
  color: #ffffff;
}

.pager-content .dots {
  margin: 0px 14px 0px 14px;
}

/** Mennyiség választó design */
.quantity-control-panel {
  position: relative;
  display: inline-flex;
  border: 1px solid #E3E3E3;
  color: #33383B;
  height: 40px;
  width: 100px;
}

.quantity-control-panel .field {
  width: 38px;
  height: 38px;
  text-align: center;
  padding: 0px;
  border: 0px;
  color: #33383B;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.quantity-control-panel .quantity-control-button {
  width: 30px;
  height: 38px;
  font-size: 16px;
  line-height: 38px;
  font-weight: 700;
  text-decoration: none;
  color: #33383B;
  text-align: center;
}

.quantity-control-panel .quantity-control-button.inactive {
  color: #D8D8D8;
}

.quantity-control-panel .quantity-control-button.minus-button {
  border-right: 1px solid #E3E3E3;
}

.quantity-control-panel .quantity-control-button.plus-button {
  border-left: 1px solid #E3E3E3;
}

/** Social megosztás */
.social-share-row {
  margin: 60px 0px 39px 0px;
  padding-top: 20px;
  border-top: 1px solid #E3E3E3;
  display: flex;
  font-size: 0px;
  line-height: 0px;
  letter-spacing: 0px;
}

.social-share-row .share-item {
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  color: #04AAD9;
}

.social-share-row .share-item:last-of-type {
  margin-right: 0px;
}

/** Általános termék/ajándék slider */
.product-slider-section {
  overflow: hidden;
}

.product-slider-section .product-slider-outer {
  max-width: 1100px;
  margin: 48px auto 0px auto;
  position: relative;
}

.product-slider-section .product-slider-outer .pager {
  z-index: 4;
  position: absolute;
  height: 100%;
  width: calc((100vw - 1100px) / 2);
  display: none;
  top: 0px;
  left: 100%;
  background: rgba(255, 255, 255, 0.8);
}

.product-slider-section .product-slider-outer .pager.active {
  display: block;
}

.product-slider-section .product-slider-outer .pager .icon {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 43px;
  margin: auto;
}

.product-slider-section .product-slider-outer .pager.prev-pager {
  left: auto;
  right: 100%;
}

.product-slider-section .product-slider-outer .pager.prev-pager .icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  left: auto;
  right: 43px;
}

.product-slider-section .product-slider-outer .slider-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.product-slider-section .product-slider-outer .slider-container .product-card, .product-slider-section .product-slider-outer .slider-container .gift-box {
  min-width: 180px;
  margin-right: 50px;
}

.product-slider-section .product-slider-outer .slider-container .product-card:last-of-type, .product-slider-section .product-slider-outer .slider-container .gift-box:last-of-type {
  margin-right: 0px;
}

/* Remodal overlay */
.remodal-overlay {
  background: rgba(0, 0, 0, 0.5);
}

.remodal {
  background: #ffffff;
  position: relative;
  padding: 40px 65px 40px 65px;
  text-align: left;
  box-sizing: border-box;
  max-width: 490px;
}

.remodal .remodal-close-outer {
  position: absolute;
  right: 30px;
  top: 30px;
  display: block;
  width: 12px;
  height: 12px;
  color: #33383B;
}

.remodal .title {
  margin-bottom: 34px;
}

.remodal .form-content .row {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.remodal .form-content .row.last-row {
  margin-bottom: 10px;
}

.remodal .form-content input[type="checkbox"] + label {
  font-size: 12px;
  line-height: 18px;
}

.remodal .button-row {
  text-align: center;
  margin-top: 30px;
}

.remodal .button-row .button {
  font-size: 14px;
}

.helium-remodal {
  max-width: 490px;
  width: 100%;
}

.helium-remodal .form-inner {
  text-align: center;
}

.helium-remodal .form-inner .button {
  margin-bottom: 13px;
}

.helium-remodal .form-inner .button-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 14px;
  line-height: 20px;
}

.helium-remodal .form-inner .helium-row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 0px 15px 0px;
}

.helium-remodal .form-inner .helium-row .quantity-control-panel {
  margin-left: 12px;
}

@media all and (min--moz-device-pixel-ratio: 0) {
  .pager-content .pager-link:hover {
    color: #04AAD9;
  }
  .button:hover.empty-button {
    color: #ffffff;
    background: #04AAD9;
  }
  .button:hover.empty-button.fb-button {
    background: #3B579D;
  }
  .button:hover.empty-button.google-button {
    background: #DB4937;
  }
  .social-share-row .share-item:hover.facebook {
    color: #344C8A;
  }
  .social-share-row .share-item:hover.twitter {
    color: #469AE9;
  }
  .social-share-row .share-item:hover.pinterest {
    color: #BC001C;
  }
  .social-share-row .share-item:hover.mail {
    color: #61BE27;
  }
}

@media (hover: hover) {
  .pager-content .pager-link:hover {
    color: #04AAD9;
  }
  .button:hover.empty-button {
    color: #ffffff;
    background: #04AAD9;
  }
  .button:hover.empty-button.fb-button {
    background: #3B579D;
  }
  .button:hover.empty-button.google-button {
    background: #DB4937;
  }
  .social-share-row .share-item:hover.facebook {
    color: #344C8A;
  }
  .social-share-row .share-item:hover.twitter {
    color: #469AE9;
  }
  .social-share-row .share-item:hover.pinterest {
    color: #BC001C;
  }
  .social-share-row .share-item:hover.mail {
    color: #61BE27;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .pager-content .pager-link:hover {
    color: #04AAD9;
  }
  .button:hover.empty-button {
    color: #ffffff;
    background: #04AAD9;
  }
  .button:hover.empty-button.fb-button {
    background: #3B579D;
  }
  .button:hover.empty-button.google-button {
    background: #DB4937;
  }
  .social-share-row .share-item:hover.facebook {
    color: #344C8A;
  }
  .social-share-row .share-item:hover.twitter {
    color: #469AE9;
  }
  .social-share-row .share-item:hover.pinterest {
    color: #BC001C;
  }
  .social-share-row .share-item:hover.mail {
    color: #61BE27;
  }
}

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

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center img {
  margin: auto;
}

.flex-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.flex-content .col-sm-4 {
  width: 30%;
  margin: 5px 15px;
}

.flex-content .col-sm-6 {
  width: 45%;
  margin: 5px 15px;
}

.flex-content .col-sm-6 .button-row {
  text-align: center;
  margin-top: 25px;
}

.pdtb20 {
  padding: 25px 0;
}

@media screen and (max-width: 1310px) {
  .product-slider-section .product-slider-outer .pager .icon {
    left: 10px;
  }
  .product-slider-section .product-slider-outer .pager.prev-pager .icon {
    left: auto;
    right: 10px;
  }
}

@media screen and (max-width: 1240px) {
  .product-slider-section .product-slider-outer:not(.special-slider-outer) {
    width: calc(100% - 140px);
  }
  .product-slider-section .product-slider-outer:not(.special-slider-outer) .pager {
    width: 70px;
  }
}

@media screen and (max-width: 1023px) {
  .product-slider-section .product-slider-outer {
    width: 100%;
    overflow-y: none;
    overflow-x: auto;
  }
  .product-slider-section .product-slider-outer .pager-outer {
    display: none;
  }
  .product-slider-section .product-slider-outer .slider-container:after {
    content: ' ';
    height: 100px;
    width: 20px;
    display: inline-block;
  }
  .product-slider-section .product-slider-outer .slider-container .product-card:first-of-type {
    margin-left: 20px;
  }
  .product-slider-section .product-slider-outer .slider-container .product-card:last-of-type {
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .flex-content .col-sm-4 {
    width: calc(50% - 82px);
    margin: 5px 30px;
  }
  .flex-content .col-sm-6 {
    width: calc(100% - 50px);
    margin: 5px 15px;
  }
  .pdtb20 {
    padding: 0;
  }
}

@media screen and (max-width: 600px) {
  body {
    font-size: 14px;
    line-height: 24px;
  }
  .content-width {
    padding-left: 10px;
    padding-right: 10px;
  }
  h3, .like-h3 {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.6px;
  }
  h2, .like-h2 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.6px;
  }
  h1, .like-h1 {
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 0.62px;
  }
  p {
    margin-bottom: 10px;
  }
  input[type="radio"].button-radio + label {
    font-size: 12px;
    padding: 11px 11px 11px 11px;
  }
  .tab-header .tab-item {
    margin-right: 20px;
  }
  .page-header .lead {
    font-size: 14px;
    line-height: 20px;
  }
  .pager-content {
    margin-top: 50px;
  }
  .pager-content .pager-link {
    margin: 0px 2px 0px 2px;
  }
  .pager-content .dots {
    margin: 0px 7px 0px 7px;
  }
  .pager-content .prev-button {
    margin-right: 10px;
  }
  .pager-content .next-button {
    margin-left: 10px;
  }
  .button.big {
    font-size: 14px;
  }
  .button.social-button .text-content {
    font-size: 14px;
  }
  .breadcrumb {
    margin: 10px 0px 15px 0px;
  }
  .breadcrumb a, .breadcrumb .separator {
    font-size: 10px;
  }
  .breadcrumb a:not(.last-but-one), .breadcrumb .separator:not(.last-but-one) {
    display: none;
  }
  .breadcrumb a.last-breadcrumb-item, .breadcrumb .separator.last-breadcrumb-item {
    display: block;
  }
  .custom-select {
    height: 40px;
  }
  .custom-select .selected-item {
    padding: 5px 30px 5px 15px;
  }
  .product-labels .label {
    padding: 7px 8px 5px 8px;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 1px;
  }
  .product-slider-section .product-slider-outer {
    margin-top: 14px;
  }
  .product-slider-section .product-slider-outer .slider-container:after {
    display: none;
  }
  .product-slider-section .product-slider-outer .slider-container .product-card:first-of-type {
    margin-left: 10px;
  }
  .product-slider-section .product-slider-outer .slider-container .product-card:last-of-type {
    margin-right: 10px;
  }
  .remodal {
    padding: 20px 20px 20px 20px;
    height: 100%;
  }
  .remodal .remodal-close-outer {
    right: 20px;
    top: 20px;
  }
  .remodal .title {
    padding-right: 20px;
    margin-bottom: 20px;
  }
  .remodal .form-content .row {
    margin-bottom: 10px;
  }
  .remodal .button {
    width: 100%;
  }
  .flex-content .col-sm-6 {
    width: 100%;
  }
  .flex-content .col-sm-4 {
    width: calc(100% - 20px);
    margin: 15px 30px;
  }
}

#lastn {
  position: absolute;
  left: -5000px;
}

.error-field {
  color: #b02020;
  font-size: 13px;
}

.formErrorContent {
  font-size: 12px;
  line-height: 150%;
  color: #b02020;
  font-weight: 600;
}

.error-msg {
  font-size: 14px;
  color: #B02020;
  font-weight: 600;
}

.category-description > .line {
  height: 1px;
  background: #E3E3E3;
  margin: 70px 0px 50px 0px;
}

.mt20 {
  margin-top: 20px;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

figure {
  margin: 10px 0px 20px 0px;
}

figure img {
  max-width: 100%;
  margin: 0px 0px 5px 0px;
}

figure figcaption {
  text-align: center;
  padding: 10px;
  font-size: 93%;
  font-style: italic;
}

.responsive-embed-youtube, .responsive-embed-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 Aspect Ratio */
  padding-top: 0px;
}

.responsive-embed-youtube iframe {
  position: absolute;
  width: 90% !important;
  height: 90% !important;
  margin: 5%;
  border: medium none;
}

.responsive-embed-video iframe {
  border: medium none;
  height: 100% !important;
  position: absolute;
  width: 99% !important;
}

.cat-resp {
  text-align: left;
  padding: 0 15%;
}

@media screen and (max-width: 600px) {
  .cat-resp {
    padding: 0 3%;
  }
}

@media screen and (max-width: 350px) {
  .cat-resp {
    padding: 0;
  }
}

.g-recaptcha div {
  margin: 10px auto;
}

blockquote {
  border-left: 7px solid #04AAD9;
  padding: 0 17px;
  margin: 40px 40px 50px;
  line-height: 160%;
}

blockquote .signing {
  text-align: right;
  font-style: italic;
}

#cookie_policy {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  position: fixed;
  right: 0;
  z-index: 555;
}

.cookie_policy_in {
  border-radius: 4px 4px 0 0;
  color: #fff;
  margin: auto;
  padding: 12px;
  width: 75%;
  font-size: 13px;
  line-height: 150%;
}

.cookie-btn {
  margin-top: 10px;
}

.cart-page {
  padding-bottom: 95px;
}

.cart-page h1 {
  margin-bottom: 40px;
}

.cart-page .clear-cart-row {
  text-align: right;
  margin-bottom: 3px;
}

.cart-page .clear-cart-row a {
  text-decoration: none;
  font-size: 0px;
  line-height: 0px;
  display: inline-flex;
  align-items: center;
}

.cart-page .clear-cart-row a .icon {
  margin-right: 9px;
}

.cart-page .clear-cart-row a .text {
  text-decoration: underline;
  font-size: 12px;
  line-height: 16px;
}

.cart-page .cart-table {
  border-top: 1px solid #D8D8D8;
}

.cart-page .cart-table .cart-row {
  padding: 20px 0px 20px 0px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #D8D8D8;
}

.cart-page .cart-table .cart-row .image-content {
  width: 100px;
  margin-right: 20px;
}

.cart-page .cart-table .cart-row .text-content {
  width: calc(100% - 120px);
  display: flex;
  position: relative;
  align-items: center;
  min-height: 100px;
}

.cart-page .cart-table .cart-row .text-content .name-outer {
  margin-bottom: 25px;
  align-self: flex-start;
  width: calc(100% - 273px);
}

.cart-page .cart-table .cart-row .text-content .name-outer .name {
  line-height: 24px;
  font-weight: 700;
}

.cart-page .cart-table .cart-row .text-content .name-outer .reference {
  font-size: 14px;
  line-height: 20px;
}

.cart-page .cart-table .cart-row .text-content .quantity-outer {
  width: 100px;
}

.cart-page .cart-table .cart-row .text-content .price-outer {
  padding-left: 23px;
  text-align: right;
  width: 120px;
}

.cart-page .cart-table .cart-row .text-content .price-outer .price {
  font-weight: 700;
}

.cart-page .cart-table .cart-row .text-content .price-outer .unit-price {
  position: absolute;
  left: 0px;
  bottom: 0px;
  font-size: 14px;
  line-height: 20px;
}

.cart-page .cart-table .cart-row .text-content .delete-outer {
  margin-left: 30px;
}

.cart-page .cart-table .cart-row .text-content .delete-outer a {
  padding: 10px 0px 10px 10px;
  display: block;
  width: 23px;
  height: 34px;
}

.cart-page .summary-content-outer {
  padding-bottom: 50px;
  margin-top: 8px;
  position: relative;
  border-bottom: 1px solid #D8D8D8;
}

.cart-page .summary-content-outer .summary-content {
  text-align: right;
  margin-bottom: 13px;
}

.cart-page .summary-content-outer .summary-content .title {
  line-height: 24px;
}

.cart-page .summary-content-outer .summary-content .price {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.cart-page .summary-content-outer .coupon-content-outer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart-page .summary-content-outer .coupon-content-outer .form-content {
  display: flex;
  height: 40px;
  position: relative;
}

.cart-page .summary-content-outer .coupon-content-outer .form-content .field {
  width: 160px;
}

.cart-page .summary-content-outer .coupon-content-outer .form-content .button {
  width: 150px;
}

.cart-page .summary-content-outer .coupon-content-outer .form-content .error-content {
  color: #EC4654;
  position: absolute;
  left: 0px;
  top: calc(100% + 6px);
  font-size: 10px;
  line-height: 14px;
}

.cart-page .summary-content-outer .coupon-content-outer > .text-content {
  text-align: right;
  font-size: 14px;
  line-height: 20px;
}

.cart-page .summary-content-outer .coupon-content-outer > .text-content .price {
  font-weight: 700;
}

.cart-page .gift-content-outer {
  padding: 50px 0px 60px 0px;
}

.cart-page .gift-content-outer.without-gift {
  padding: 30px 0px 30px 0px;
}

.cart-page .gift-content-outer .gift-info-content {
  padding: 15px;
  text-align: center;
  background: rgba(4, 170, 217, 0.2);
}

.cart-page .gift-content-outer .gift-info-content .price {
  font-weight: 700;
}

.cart-page .gift-content-outer h2 {
  text-align: center;
  margin-bottom: 38px;
}

.cart-page .product-slider-section .product-slider-outer {
  max-width: 760px;
}

.cart-page .product-slider-section .product-slider-outer .gift-box {
  text-align: center;
}

.cart-page .product-slider-section .product-slider-outer .gift-box .name {
  font-weight: 700;
  margin: 20px 0px 15px 0px;
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}

.cart-page .product-slider-section .product-slider-outer .pager {
  width: calc((100vw - 760px) / 2);
}

.cart-page .bottom-row {
  border-top: 1px solid #D8D8D8;
  padding-top: 50px;
  text-align: center;
  position: relative;
  height: 90px;
}

.cart-page .bottom-row .back-link {
  position: absolute;
  left: 0px;
  bottom: 13px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.cart-page .bottom-row .back-link .icon {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-right: 10px;
}

.cart-page .bottom-row .back-link .text {
  text-decoration: underline;
  font-size: 12px;
  line-height: 14px;
}

.cart-page .empty-cart-content .info {
  text-align: center;
  font-size: 20px;
  line-height: 32px;
}

.cart-page .empty-cart-content .bottom-row {
  border-top: none;
  height: auto;
  text-align: left;
}

.cart-page .empty-cart-content .bottom-row .back-link {
  position: relative;
  bottom: auto;
}

.special-offers-remodal {
  padding: 45px 0px 70px 0px;
  max-width: 860px;
}

.special-offers-remodal .special-offers-inner .product-slider-section > .content-width {
  padding: 0px 50px 0px 50px;
}

.special-offers-remodal .special-offers-inner .product-slider-section .product-slider-outer {
  max-width: calc(100% - 100px);
}

.special-offers-remodal .special-offers-inner .product-slider-section .product-slider-outer .pager {
  width: 50px;
}

.special-offers-remodal .special-offers-inner .product-slider-section .product-slider-outer .pager .icon {
  left: 0px;
  right: 0px;
  width: 32px;
  height: 32px;
}

.special-offers-remodal h2 {
  margin-bottom: 18px;
}

@media screen and (max-width: 1023px) {
  .cart-page .product-slider-section .product-slider-outer {
    max-width: 100%;
  }
  .cart-page .product-slider-section .product-slider-outer .gift-box {
    max-width: 180px;
    min-width: 180px;
  }
  .cart-page .product-slider-section .product-slider-outer .gift-box:first-of-type {
    margin-left: 20px;
  }
  .cart-page .product-slider-section .product-slider-outer .gift-box:last-of-type {
    margin-right: 20px;
  }
  .special-offers-remodal {
    width: 90%;
  }
  .special-offers-remodal .special-offers-inner .product-slider-section .product-slider-outer {
    width: 100%;
    max-width: 100%;
  }
  .special-offers-remodal .special-offers-inner .product-slider-section .product-slider-outer .product-card:first-of-type {
    margin-left: 50px;
  }
  .special-offers-remodal .special-offers-inner .product-slider-section .product-slider-outer .product-card:last-of-type {
    margin-right: 50px;
  }
}

@media screen and (max-width: 1023px) {
  .cart-page .cart-table .cart-row > .text-content {
    flex-wrap: 100%;
  }
  .cart-page .cart-table .cart-row > .text-content .name-outer {
    width: calc(100% - 40px);
    margin-bottom: 55px;
  }
  .cart-page .cart-table .cart-row > .text-content .delete-outer {
    position: absolute;
    right: 0px;
    top: 0px;
    margin: 0px;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  .cart-page .cart-table .cart-row > .text-content .price-outer {
    width: calc(100% - 100px);
    padding: 0px 15px 0px 0px;
    margin: 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-align: left;
  }
  .cart-page .cart-table .cart-row > .text-content .price-outer .unit-price {
    position: relative;
    left: auto;
    bottom: auto;
  }
  .cart-page .cart-table .cart-row > .text-content .quantity-outer {
    position: absolute;
    bottom: 5px;
    right: 0px;
  }
}

@media screen and (max-width: 767px) {
  .cart-page .summary-content-outer .coupon-content-outer {
    flex-direction: column-reverse;
  }
  .cart-page .summary-content-outer .coupon-content-outer .text-content {
    width: 100%;
    text-align: right;
    margin-bottom: 15px;
  }
  .cart-page .summary-content-outer .coupon-content-outer .form-content {
    width: 100%;
    max-width: 290px;
  }
  .cart-page .summary-content-outer .coupon-content-outer .form-content .field {
    width: calc(100% - 130px);
  }
  .cart-page .summary-content-outer .coupon-content-outer .form-content .button {
    width: 130px;
  }
}

@media screen and (max-width: 600px) {
  .cart-page {
    padding-bottom: 50px;
  }
  .cart-page h1 {
    margin-bottom: 10px;
  }
  .cart-page .cart-table .cart-row {
    padding: 15px 0px 15px 0px;
  }
  .cart-page .cart-table .cart-row > .image-content {
    width: 60px;
  }
  .cart-page .cart-table .cart-row > .text-content {
    width: calc(100% - 75px);
  }
  .cart-page .cart-table .cart-row > .text-content .name-outer .reference {
    font-size: 10px;
    line-height: 14px;
  }
  .cart-page .cart-table .cart-row > .text-content .price-outer .unit-price {
    font-size: 10px;
    line-height: 14px;
  }
  .cart-page .cart-table .cart-row > .text-content .quantity-outer {
    width: 80px;
  }
  .cart-page .cart-table .cart-row > .text-content .quantity-outer .quantity-control-panel {
    width: 100%;
    height: 32px;
  }
  .cart-page .cart-table .cart-row > .text-content .quantity-outer .quantity-control-panel .field {
    height: 30px;
    width: 32px;
  }
  .cart-page .cart-table .cart-row > .text-content .quantity-outer .quantity-control-panel .quantity-control-button {
    width: 24px;
    height: 30px;
    line-height: 30px;
  }
  .cart-page .product-slider-section .product-slider-outer .gift-box:first-of-type {
    margin-left: 10px;
  }
  .cart-page .product-slider-section .product-slider-outer .gift-box:last-of-type {
    margin-right: 10px;
  }
  .cart-page .gift-content-outer {
    padding-top: 30px;
  }
  .cart-page .bottom-row {
    padding-top: 0px;
    border-top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    height: auto;
  }
  .cart-page .bottom-row .button {
    height: 40px;
    width: 100%;
    margin-bottom: 20px;
  }
  .cart-page .bottom-row .back-link {
    position: relative;
    left: auto;
    bottom: auto;
  }
  .summary-content-outer .summary-content {
    margin-bottom: 20px;
  }
  .summary-content-outer .summary-content .title {
    font-size: 12px;
    line-height: 18px;
  }
  .summary-content-outer .summary-content .price {
    font-size: 16px;
    line-height: 18px;
  }
  .special-offers-remodal {
    width: 100%;
  }
  .special-offers-remodal .special-offers-inner h2 {
    text-align: center;
    margin-bottom: 8px;
  }
  .special-offers-remodal .special-offers-inner .lead {
    text-align: center;
  }
  .special-offers-remodal .special-offers-inner .product-slider-section > .content-width {
    padding: 0px 10px 0px 10px;
  }
  .special-offers-remodal .special-offers-inner .product-slider-section .product-slider-outer {
    margin-top: 30px;
  }
  .special-offers-remodal .special-offers-inner .product-slider-section .product-slider-outer .product-card:first-of-type {
    margin-left: 10px;
  }
  .special-offers-remodal .special-offers-inner .product-slider-section .product-slider-outer .product-card:last-of-type {
    margin-right: 10px;
  }
}

/*# sourceMappingURL=cart.css.map */
