@font-face {
  font-family: "Filson Pro";
  src: url("../fonts/FilsonPro-Book.woff2") format("woff2"), url("../fonts/FilsonPro-Book.woff") format("woff");
  font-weight: 350;
  font-style: normal;
}

@font-face {
  font-family: "Filson Pro";
  src: url("../fonts/FilsonPro-Regular.woff2") format("woff2"), url("../fonts/FilsonPro-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Filson Pro";
  src: url("../fonts/FilsonPro-Medium.woff2") format("woff2"), url("../fonts/FilsonPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Filson Pro";
  src: url("../fonts/FilsonPro-Bold.woff2") format("woff2"), url("../fonts/FilsonPro-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

/*! Variables and default styles  */
.grid-full-GWA {
  width: 100%;
  margin: 0;
  float: none;
  display: block;
}

.grid-full-GWA.event .GWA.info {
  padding-top: 76px;
}

.grid-full-GWA.event .GWA.info h2 {
  max-width: 100%;
}

.grid-full-GWA.event .GWA.info p {
  max-width: 926px;
}

.grid-full-GWA.event .GWA.categories h2 {
  margin-bottom: 30px;
}

.grid-full-GWA.event .GWA.categories .categories-table {
  margin-top: 0;
}

.grid-full-GWA.event .GWA.seller {
  padding-bottom: 0;
}

.GWA *,
.GWA *::after,
.GWA *::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Filson Pro", sans-serif !important;
}

.GWA body {
  background: #fff !important;
  font-family: "Filson Pro", sans-serif !important;
  color: #595959;
  margin: 0;
  letter-spacing: 0;
}

.GWA body.lock {
  overflow: hidden;
}

.GWA button {
  outline: none;
  border: none;
  background: transparent;
  cursor: pointer;
}

.GWA a {
  text-decoration: none;
}

.GWA a:hover {
  color: #000;
  text-decoration: none;
}

.GWA a,
.GWA button {
  transition: all 0.3s ease-in-out;
}

.GWA .container {
  margin: 0 auto;
  max-width: 1170px;
  padding: 0;
  min-width: unset !important;
  width: 100%;
}

.GWA h2 {
  width: fit-content;
  color: #a4006a;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.19;
  text-transform: unset;
  text-align: center;
}

.GWA h4 {
  color: #595959;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0;
}

.GWA h5 {
  color: #a4006a;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.2;
}

.GWA h6 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.GWA p {
  color: #595959;
  font-size: 18px;
  font-weight: 350;
  line-height: 1.6;
}

.GWA .show-item {
  overflow: hidden;
}

.GWA .show-item::before {
  transition: all 0.3s ease-in-out;
}

.GWA .show-item.show {
  max-height: none;
}

.GWA .show-item.show::before {
  opacity: 0;
  visibility: hidden;
}

.GWA .show-more {
  display: flex;
  align-items: center;
  justify-content: center;
}

.GWA .show-more span {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.GWA .show-more span.show {
  margin-top: 20px;
}

.GWA .show-more button.show {
  margin-top: 20px;
}

.GWA .scroll-down {
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  background: #f5f5f5;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 58px auto 0;
  cursor: pointer;
}

.GWA .scroll-down img {
  max-width: 12px;
  min-width: 12px;
}

.GWA .scroll-up {
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  background: #a4006a;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 80px;
  right: 80px;
  cursor: pointer;
}

.GWA .scroll-up-icon-mobile {
  display: none;
}

.GWA .btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.18;
  background: #a4006a;
  max-width: 200px;
  width: 100%;
  height: 50px;
  border-radius: 8px;
  border: 1px solid #a4006a;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.GWA .btn-primary:hover {
  color: #a4006a;
  background: transparent;
}

.GWA .btn-primary:focus {
  color: #a4006a;
  background: transparent;
}

.GWA .btn-primary:active {
  color: #a4006a;
  background: transparent;
}

.GWA .btn-primary.show {
  color: #a4006a;
  background: transparent;
}

.GWA.overlay {
  z-index: 80;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

.GWA.overlay.active {
  display: block;
}

.GWA .dropdown__trigger {
  cursor: pointer;
}

.GWA .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.GWA .slick-dots li button {
  position: relative;
  margin: 0 5px;
  width: 9px;
  height: 9px;
}

.GWA .slick-dots li button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 9px;
  height: 9px;
  background: #595959;
  opacity: 0.4;
  border-radius: 100px;
}

.GWA .slick-dots li.slick-active button::before {
  opacity: 1;
}

.GWA.header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.GWA.header .header-top {
  width: 100%;
  background: #333333;
}

.GWA.header .header-top .container {
  max-width: 1000px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12.5px 0;
}

.GWA.header .header-top__item {
  z-index: 5;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.GWA.header .header-top__item span {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.GWA.header .header-top img {
  margin-right: 10px;
  max-width: 30px;
}

.GWA.header .header-main {
  width: 100%;
  background: #fff !important;
  padding: 0;
}

.GWA.header .header-main .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  border-bottom: 1px solid #e0e0e0;
}

.GWA.header .header-main .logo {
  max-width: 276px;
  max-height: 50px;
  min-height: 50px;
  min-width: 276px;
  margin-right: 2vw;
}

.GWA.header .header-main .logo img {
  width: 100%;
  height: 100%;
}

.GWA.header .mobile-logo {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 45px;
  max-height: 45px;
  min-width: 45px;
  min-height: 45px;
}

.GWA.header .mobile-logo img {
  width: 100%;
  height: 100%;
}

.GWA.header .search {
  display: flex;
  align-items: center;
  background: #f5f5f5;
  height: 50px;
  padding-left: 17px;
  border-radius: 25px;
  width: 100%;
}

.GWA.header .search__trigger {
  display: none;
}

.GWA.header .search-close {
  display: none;
}

.GWA.header .search-wrapper {
  max-width: 600px;
  width: 100%;
}

.GWA.header .search__icon {
  max-width: 16px;
  max-height: 16px;
  min-width: 16px;
  min-height: 16px;
  margin-right: 21px;
}

.GWA.header .search__icon img {
  width: 100%;
  height: 100%;
}

.GWA.header .search__apply {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  background: #a4006a;
  height: 100%;
  min-width: 160px;
  max-width: 160px;
  width: 100%;
  border-radius: 25px;
  margin-left: 21px;
}

.GWA.header .i-search {
  border: none;
  outline: none;
  background: transparent;
  color: #595959;
  font-size: 16px;
  font-weight: 350;
  line-height: 1;
  width: 100%;
}

.GWA.header .i-search::placeholder {
  font-family: "Filson Pro";
  color: #595959;
  font-size: 16px;
  font-weight: 350;
}

.GWA.header .i-search::-webkit-search-decoration, .GWA.header .i-search::-webkit-search-cancel-button, .GWA.header .i-search::-webkit-search-results-button, .GWA.header .i-search::-webkit-search-results-decoration {
  display: none;
}

.GWA.header .phone-contact {
  display: flex;
  align-items: center;
  margin-left: auto;
  padding-left: 20px;
}

.GWA.header .phone-contact span {
  color: #595959;
  font-size: 16px;
  font-weight: 350;
  line-height: 1.2;
  white-space: nowrap;
}

.GWA.header .phone-contact__icon {
  min-width: 50px;
  height: 50px;
  max-width: 50px;
  background: #f5f5f5;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}

.GWA.header .phone-contact__icon img {
  max-width: 16px;
  max-height: 16px;
  min-height: 16px;
  min-width: 16px;
}

.GWA.header .cart__trigger {
  position: relative;
  margin-left: 55px;
  min-width: 50px;
  height: 50px;
  max-width: 50px;
  background: #f5f5f5;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.GWA.header .cart__trigger img {
  max-width: 17px;
  max-height: 17px;
  min-height: 17px;
  min-width: 17px;
}

.GWA.header .cart__trigger .label {
  position: absolute;
  top: -8px;
  right: -8px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  background: #a4006a;
  border-radius: 100px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.GWA.header .nav {
  width: 100%;
  z-index: 80;
  box-shadow: 0px 20px 20px -20px rgba(0, 0, 0, 0.1);
}

.GWA.header .nav-header, .GWA.header .nav-footer {
  display: none;
}

.GWA.header .nav-header {
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 51.5px;
  border-bottom: 1px solid #e0e0e0;
}

.GWA.header .nav-header .burger {
  display: flex;
  align-items: center;
}

.GWA.header .nav-header .burger__text {
  color: #595959;
  font-size: 16px;
  font-weight: 350;
  line-height: 1.2;
  padding-left: 25px;
}

.GWA.header .nav-footer {
  margin-top: 40.5px;
  flex-direction: column;
  align-items: flex-start;
}

.GWA.header .nav-footer .language-list {
  width: 100%;
}

.GWA.header .nav-footer .language__item {
  padding: 0;
  max-width: 164px;
  min-height: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.GWA.header .nav-footer .language__item.active {
  background: #f5f5f5;
}

.GWA.header .nav-footer .language__item:hover {
  background: #f5f5f5;
}

.GWA.header .nav-footer .copyright-list {
  margin-top: 19.5px;
  width: 100%;
}

.GWA.header .nav-footer .copyright__link {
  width: 100%;
  display: block;
  padding: 20.5px 0 23.5px;
  border-bottom: 1px solid #e0e0e0;
}

.GWA.header .nav-footer .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 40px 0 0;
}

.GWA.header .nav-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.GWA.header .nav__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.GWA.header .nav__trigger.active .icon-dropdown {
  transform: rotate(-180deg);
}

.GWA.header .nav-item {
  cursor: pointer;
  padding: 15px 0;
}

.GWA.header .nav-item .icon-dropdown {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 10px;
  margin-left: 12.5px;
  margin-bottom: 2px;
  transition: all 0.3s ease-in-out;
}

.GWA.header .nav-item:hover .nav-dropdown {
  opacity: 1;
  visibility: visible;
}

.GWA.header .nav__link {
  display: flex;
  align-items: center;
  color: #595959;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  cursor: pointer;
  padding: 15px 0;
}

.GWA.header .nav__link__icon {
  max-width: 15px;
  margin-right: 10px;
}

.GWA.header .nav__link:hover {
  color: #000;
  text-decoration: none;
}

.GWA.header .nav-dropdown {
  z-index: 80;
  position: absolute;
  top: 241px;
  left: 0;
  width: 100%;
  height: fit-content;
  background: #fff;
  box-shadow: inset 0px 20px 20px -20px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  padding-top: 50px;
  cursor: default;
}

.GWA.header .nav-dropdown-table {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0 -30px;
  justify-content: flex-start;
}

.GWA.header .nav-dropdown-wrapper {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 5px 30px;
  margin-bottom: 30px;
}

.GWA.header .nav-dropdown-wrapper.with-border {
  border-right: 1px solid #e0e0e0;
}

.GWA.header .nav-dropdown-wrapper.large {
  flex: 0 0 50%;
  max-width: 50%;
}

.GWA.header .nav-dropdown-wrapper.large .nav-dropdown-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.GWA.header .nav-dropdown-wrapper.large .nav-dropdown__item {
  flex: 0 0 50%;
  max-width: 50%;
}

.GWA.header .nav-dropdown .title {
  display: flex;
  color: #a4006a;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 27px;
}

.GWA.header .nav-dropdown .title a {
  display: block;
  color: #a4006a;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
}

.GWA.header .nav-dropdown .title img {
  display: none;
}

.GWA.header .nav-dropdown h6 {
  color: #a4006a;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 27px;
}

.GWA.header .nav-dropdown h6 img {
  display: none;
}

.GWA.header .nav-dropdown__item {
  cursor: default;
}

.GWA.header .nav-dropdown__item img {
  border-radius: 10px;
}

.GWA.header .nav-dropdown__item:not(:last-child) {
  margin-bottom: 20px;
}

.GWA.header .nav-dropdown__item .preview-image {
  max-width: 100%;
  max-height: 150px;
}

.GWA.header .nav-dropdown__item p {
  font-size: 16px;
}

.GWA.header .nav-dropdown__item .slide__trigger {
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
}

.GWA.header .nav-dropdown__item .slide__trigger img {
  display: block;
  margin-left: 10px;
  max-width: 12.95px;
}

.GWA.header .nav-dropdown__item .slide-list {
  margin-top: 20px;
  display: none;
  padding-left: 20px;
}

.GWA.header .nav-dropdown .nav__link {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
}

.GWA.header .nav-dropdown .nav__link img {
  margin-right: 38px;
  max-width: 83px;
}

.GWA.header .nav-dropdown .nav__link .preview-image {
  max-width: 100%;
  width: 100%;
  max-height: none;
  margin: 0;
}

.GWA.header .nav-dropdown .nav__link .preview-image.mt-1 {
  margin-top: 10px;
}

.GWA.header .nav-dropdown .nav__link.flex-column {
  flex-direction: column;
  align-items: flex-start;
}

.GWA.header .nav-dropdown .no-wrap {
  white-space: nowrap;
}

.GWA.header .nav-dropdown .title__link {
  color: #a4006a;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 27px;
}

.GWA.header .nav-dropdown .title__link img {
  margin-right: 10px;
}

.GWA.header .nav-dropdown.active {
  opacity: 1;
  visibility: visible;
}

.GWA.header .nav-dropdown-list.social {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.GWA.header .nav-dropdown-list.social .nav-dropdown__item {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 5px;
}

.GWA.header .nav__location {
  color: #a4006a;
}

.GWA.header .nav__social {
  background: #a4006a;
  width: 36px;
  height: 36px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.GWA.header .nav__social .social-icon {
  margin: 0;
  max-width: 18px;
  width: 100%;
  border-radius: 0;
}

.GWA.header .burger {
  position: relative;
  max-width: 25px;
  min-width: 25px;
  max-height: 14px;
  min-height: 14px;
  transition: all 0.3s ease-in-out;
}

.GWA.header .burger::before, .GWA.header .burger::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #595959;
  transition: all 0.3s ease-in-out;
}

.GWA.header .burger::before {
  top: 0;
}

.GWA.header .burger::after {
  bottom: 0;
}

.GWA.header .burger-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  display: none;
}

.GWA.header .burger-wrapper.active .burger__line {
  opacity: 0;
  visibility: hidden;
}

.GWA.header .burger-wrapper.active .burger::before {
  top: 50%;
  transform: rotate(45deg);
}

.GWA.header .burger-wrapper.active .burger::after {
  top: 50%;
  transform: rotate(-45deg);
}

.GWA.header .burger__text {
  color: #595959;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  margin-left: 13.5px;
}

.GWA.header .burger__line {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background: #595959;
}

.GWA.hero {
  /*! Hero ==========>  */
  padding: 453px 0 97px;
  background-image: url(/images/hero-background.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.GWA.hero .hero-dropdown {
  z-index: 10;
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translateX(-50%);
  background: #f5f5f5;
  max-width: 425px;
  width: 100%;
  padding: 11px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.GWA.hero .hero-dropdown .search-wrapper {
  background: #fff;
  border-radius: 5px;
  padding: 17px 20px;
}

.GWA.hero .hero-dropdown .i-search {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  color: #a4006a;
  font-size: 20px;
  font-weight: 700;
}

.GWA.hero .hero-dropdown .result__error {
  color: #595959;
  font-size: 20px;
  font-weight: 350;
  line-height: 1.15;
  padding-left: 20px;
  margin-top: 31px;
}

.GWA.hero .hero-dropdown .result-list {
  margin-top: 31px;
  padding-left: 20px;
  max-height: 290px;
  overflow: auto;
}

.GWA.hero .hero-dropdown .result__item:not(:last-child) {
  margin-bottom: 24px;
}

.GWA.hero .hero-dropdown .result__item:last-child {
  margin-bottom: 19px;
}

.GWA.hero .hero-dropdown .result__item.hide {
  display: none;
}

.GWA.hero .hero-dropdown .result__link {
  position: relative;
  color: #595959;
  font-size: 20px;
  font-weight: 350;
  line-height: 1.15;
  padding-bottom: 3px;
}

.GWA.hero .hero-dropdown .result__link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #a4006a;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.GWA.hero .hero-dropdown .result__link:hover {
  color: #a4006a;
}

.GWA.hero .hero-dropdown .result__link:hover::before {
  opacity: 1;
  visibility: visible;
}

.GWA.hero .hero-dropdown.active {
  opacity: 1;
  visibility: visible;
}

.GWA.hero .hero__trigger.active img {
  transform: rotate(-180deg);
}

.GWA.hero .hero__trigger:hover ~ .hero-dropdown {
  opacity: 1;
  visibility: visible;
}

.GWA.hero .hero__text {
  color: #fff;
  padding-top: 50px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.18;
  text-transform: unset;
  text-align: center;
  cursor: pointer;
}

.GWA.hero .hero__text a {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.18;
}

.GWA.hero .hero__text a::before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
}

.GWA.hero .hero__text .ellipse::after {
  content: "";
  position: absolute;
  top: -17%;
  left: -6%;
  width: 140%;
  height: 140%;
  background-image: url(/images/hero-ellipse.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
}

.GWA.hero .hero__text img {
  margin-top: 25px;
  max-width: 15px;
  min-width: 15px;
  transition: all 0.3s ease-in-out;
}

.GWA.hero .hero__text span {
  display: inline-block;
  position: relative;
  height: fit-content;
  width: fit-content;
}

.GWA.hero .hero__text span::before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 94%;
  height: 3px;
  background: #fff;
}

.GWA.hero .dropdown-wrapper {
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  max-width: 900px;
}

.GWA.info {
  /*! Info ==========>  */
  padding-top: 100px;
}

.GWA.info .container {
  max-width: 940px;
}

.GWA.info h2 {
  max-width: 592px;
  margin: 0 auto 40px;
}

.GWA.info p {
  position: relative;
  text-align: center;
  margin-bottom: 60px;
  margin: 0 auto;
}

.GWA.info p span {
  font-weight: 700;
}

.GWA.info p::before {
  display: none;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(rgba(255, 255, 255, 0), white, white);
}

.GWA.info .show-more {
  width: 100%;
  position: relative;
  text-align: center;
  display: none;
}

.GWA.info .show-more button {
  z-index: 10;
  color: #595959;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.GWA.info .info__image {
  display: none;
}

.GWA.seller {
  /*! Seller ==========>  */
  padding-top: 120px;
  padding-bottom: 140px;
}

.GWA.seller .show-more {
  margin-top: 20px;
}

.GWA.seller .swiper-wrapper {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.GWA.seller .swiper-slide {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding: 10px;
  height: auto !important;
}

.GWA.seller h2 {
  margin-bottom: 50px;
  text-align: left;
}

.GWA.seller .seller-slider {
  max-width: 1170px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -10px;
}

.GWA.seller .seller-table {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  margin: -10px;
}

.GWA.seller .seller-table.show-item {
  max-height: 1450px;
}

.GWA.seller .seller-table.show-item.show {
  max-height: none;
}

.GWA.seller .seller-table::before {
  z-index: 5;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background: linear-gradient(rgba(255, 255, 255, 0), white, white);
}

.GWA.seller .seller-wrapper {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding: 10px;
}

.GWA.safe {
  /*! Safe ==========>  */
  padding-top: 110px;
  padding-bottom: 167px;
  background: #f9f9f9;
}

.GWA.safe h2 {
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.05;
  margin-bottom: 65px;
  text-transform: none;
}

.GWA.safe h2 span {
  font-size: 45px;
  white-space: nowrap;
}

.GWA.safe .safe-list {
  max-width: 600px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 auto;
}

.GWA.safe .safe-item {
  max-width: 160px;
}

.GWA.safe .safe-item__icon {
  max-width: 70px;
  max-height: 70px;
  min-width: 70px;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 35px;
}

.GWA.safe .safe-item span {
  display: block;
  color: #595959;
  font-size: 18px;
  font-weight: 350;
  line-height: 1.2;
  text-align: center;
}

.GWA.categories {
  padding-top: 140px;
}

.GWA.categories .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1170px;
}

.GWA.categories h2 {
  margin-bottom: 30px;
  padding-left: 10px;
  text-align: left;
}

.GWA.categories .show-more {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 5;
}

.GWA.categories .show-item.show {
  max-height: none;
}

.GWA.categories .categories-filter-list {
  display: flex;
  align-items: center;
  padding-left: 10px;
}

.GWA.categories .categories-filter__item {
  color: #e0e0e0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  border: 1px solid #e0e0e0;
  border-radius: 30px;
  padding: 8px 22px;
}

.GWA.categories .categories-filter__item:hover {
  color: #595959;
  border-color: #595959;
}

.GWA.categories .categories-filter__item:focus {
  color: #595959;
  border-color: #595959;
}

.GWA.categories .categories-filter__item:active {
  color: #595959;
  border-color: #595959;
}

.GWA.categories .categories-filter__item.active {
  color: #595959;
  border-color: #595959;
}

.GWA.categories .categories-filter__item:not(:last-child) {
  margin-right: 10px;
}

.GWA.categories .categories-table {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 50px 0 0;
  width: 100%;
  max-height: 1170px;
}

.GWA.categories .categories-table::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background: linear-gradient(rgba(255, 255, 255, 0), white, white);
}

.GWA.categories .categories-wrapper {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding: 10px;
}

.GWA.categories .categories-wrapper.local-item {
  display: none;
}

.GWA.categories .categories-wrapper.local-item.active {
  display: block;
}

.GWA.categories .categories-wrapper.online-item {
  display: none;
}

.GWA.categories .categories-wrapper.online-item.active {
  display: block;
}

.GWA.categories .categories-card {
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.GWA.categories .categories-card:hover .categories-card__image img {
  transform: scale(1.1);
}

.GWA.categories .categories-card .dropdown__trigger {
  display: none;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  background: #595959;
  max-width: 110px;
  min-width: 110px;
  height: 25px;
  border-radius: 5px;
}

.GWA.categories .categories-card .dropdown-list {
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.GWA.categories .categories-card-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.GWA.categories .categories-card-main {
  padding: 30px 20px;
  border: 1px solid #e0e0e0;
  border-radius: 0 0 10px 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
}

.GWA.categories .categories-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  min-height: 200px;
  max-height: 200px;
  width: 100%;
}

.GWA.categories .categories-card__image img {
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.GWA.categories .categories-card h3 {
  color: #a4006a;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.15;
}

.GWA.categories .categories-card p {
  width: 100%;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  margin-bottom: 25px;
}

.GWA.categories .categories-card__btn {
  margin-top: auto;
}

.GWA.specials {
  /*! Specials ==========>  */
  padding-top: 140px;
  padding-bottom: 140px;
}

.GWA.specials .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.GWA.specials .specials-title {
  display: none;
}

.GWA.specials .specials-subtitle {
  text-align: left;
  margin: 33px 0 43px;
}

.GWA.specials .specials__image {
  max-width: 625px;
  max-height: 625px;
  overflow: hidden;
}

.GWA.specials .specials__image img {
  width: 100%;
  height: 100%;
}

.GWA.specials .specials-text {
  z-index: 1;
  max-width: 570px;
  margin-left: 80px;
}

.GWA.specials .specials-text span {
  columns: #595959;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.GWA.reviews {
  /*! Reviews ==========>  */
  padding: 110px 0 120px;
  background: #f5f5f5;
}

.GWA.reviews .container {
  max-width: 1170px;
  display: flex;
  flex-direction: column;
}

.GWA.reviews h2 {
  margin: 0 auto 80px;
}

.GWA.reviews .reviews__link {
  margin: 75px 0 0;
  display: block;
  color: #a4006a;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: underline;
  align-self: center;
}

.GWA.reviews .reviews__link:hover {
  color: #a4006a;
  text-decoration: underline;
}

.GWA.reviews .reviews__link:focus {
  color: #a4006a;
  text-decoration: underline;
}

.GWA.reviews .reviews__link:active {
  color: #a4006a;
  text-decoration: underline;
}

.GWA.reviews .reviews-table {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: -40px;
}

.GWA.reviews .reviews-wrapper {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding: 40px;
}

.GWA.reviews .reviews-card {
  text-align: center;
}

.GWA.reviews .reviews-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 120px;
  max-height: 120px;
  min-width: 120px;
  min-height: 120px;
  border-radius: 100px;
  overflow: hidden;
  margin: 0 auto;
}

.GWA.reviews .reviews-card__image img {
  width: 100%;
  height: 100%;
}

.GWA.reviews .reviews-card-stars {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}

.GWA.reviews .reviews-card-stars img {
  max-width: 21px;
  min-width: 21px;
}

.GWA.reviews .reviews-card-stars img:not(:last-child) {
  margin-right: 9px;
}

.GWA.reviews .reviews-card h4 {
  margin: 28px 0 21px;
}

.GWA.reviews .reviews-card span {
  display: block;
  margin-top: 30px;
  color: #595959;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.GWA.newsletter {
  /*! Newsletter ==========>  */
  padding-top: 140px;
  padding-bottom: 140px;
}

.GWA.newsletter .container {
  background-image: url(/images/newsletter.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 115px 84px 114px;
}

.GWA.newsletter h2 {
  text-align: left;
  margin: 27px 0;
}

.GWA.newsletter p {
  color: #a4006a;
  font-size: 16px;
}

.GWA.newsletter p span {
  font-weight: 700;
}

.GWA.newsletter .btn-primary {
  margin-top: 34px;
  max-width: 284px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 62px;
  color: #a4006a;
  background: #fff;
  border-color: #fff;
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

.GWA.newsletter .btn-primary:hover {
  background: #a4006a;
  border-color: #a4006a;
  color: #fff;
}

.GWA.newsletter .btn-primary:focus {
  background: #a4006a;
  border-color: #a4006a;
  color: #fff;
}

.GWA.newsletter .btn-primary:active {
  background: #a4006a;
  border-color: #a4006a;
  color: #fff;
}

.GWA.newsletter .newsletter-mobile {
  display: none;
}

.GWA.newsletter .newsletter-text {
  max-width: 327px;
}

.GWA.newsletter .newsletter-text img {
  max-width: 55px;
  max-height: 55px;
}

.GWA.footer {
  /*! Footer ==========>  */
  position: relative;
  background: #f5f5f5;
  max-width: 100%;
  width: 100%;
}

.GWA.footer .container {
  padding: 130px 0 50px;
}

.GWA.footer .footer-info {
  margin-top: 87px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.GWA.footer .footer-info h5 {
  color: #595959;
  font-size: 16px;
  margin-bottom: 22px;
}

.GWA.footer .footer-info h5 .icon-dropdown {
  display: none;
}

.GWA.footer .footer-table {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin: -10px;
}

.GWA.footer .footer-wrapper {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding: 10px;
}

.GWA.footer .footer-wrapper.uber {
  display: none;
}

.GWA.footer .footer-wrapper.cities h5 {
  padding-left: 9.063rem;
}

.GWA.footer .footer-wrapper.cities .footer-list {
  padding-left: 9.063rem;
}

.GWA.footer .footer-wrapper.cities .footer__link {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 5px 0;
}

.GWA.footer .footer-wrapper.cities .footer__link:nth-child(2n) {
  padding-left: 60px;
}

.GWA.footer .footer-wrapper.shop h5 {
  padding-left: 14.063rem;
}

.GWA.footer .footer-wrapper.shop .footer-list {
  padding-left: 14.063rem;
}

.GWA.footer .footer-wrapper.shop .footer__link {
  padding: 5px 0;
}

.GWA.footer .footer-wrapper .uber {
  display: none;
}

.GWA.footer .footer-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 20px;
}

.GWA.footer .footer-tab {
  margin-top: 69px;
  background: #a4006a;
  border-radius: 5px;
  padding: 33px;
  max-width: 350px;
}

.GWA.footer .footer-tab h5 {
  color: #fff;
  margin-bottom: 13.5px;
}

.GWA.footer .footer-tab p {
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
}

.GWA.footer .footer-tab .btn-primary {
  margin-top: 27px;
  max-width: 100%;
  background: #fff;
  color: #a4006a;
}

.GWA.footer .footer-tab .btn-primary:hover {
  color: #fff;
  background: transparent;
  border-color: #fff;
}

.GWA.footer .footer-tab .btn-primary:focus {
  color: #fff;
  background: transparent;
  border-color: #fff;
}

.GWA.footer .footer-tab .btn-primary:active {
  color: #fff;
  background: transparent;
  border-color: #fff;
}

.GWA.footer .footer__link {
  color: #595959;
  display: block;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 10px 0;
}

.GWA.footer .footer__link img {
  max-width: 21.5px;
  min-width: 21.5px;
  margin-right: 10px;
}

.GWA .payment-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-right: 80px;
}

.GWA .payment-list h5 {
  flex: 0 0 100%;
}

.GWA .payment__item {
  min-width: 74px;
  max-width: 74px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 5px;
  padding: 10px;
}

.GWA .payment__item:not(:last-child) {
  margin-right: 15px;
}

.GWA .payment__item img {
  width: 100%;
}

.GWA .safety-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-right: 20px;
}

.GWA .safety-list h5 {
  flex: 0 0 100%;
}

.GWA .safety__item {
  height: 50px;
}

.GWA .safety__item:not(:last-child) {
  margin-right: 32px;
}

.GWA .social-list {
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.GWA .social-list h5 {
  flex: 0 0 100%;
}

.GWA .social__item {
  min-width: 40px;
  height: 40px;
  max-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #a4006a;
  border-radius: 100px;
}

.GWA .social__item:not(:last-child) {
  margin-right: 22px;
}

.GWA .copyright {
  margin-top: 50px;
  padding-top: 57px;
  border-top: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.GWA .copyright__link:not(:last-child) {
  margin-right: 37px;
}

.GWA .copyright__link.contact {
  display: none;
}

.GWA .ratings {
  margin: 5px 0 0 5px;
}

.GWA .rating-box {
  width: 69px;
  height: 13px;
  font-size: 0;
  line-height: 0;
  background: url(https://www.miomente.de/skin/frontend/ultimo/default/images/img/rating.png) 0 0 repeat-x;
  text-indent: -999em;
  overflow: hidden;
}

.GWA .rating-box .rating {
  float: left;
  height: 13px;
  background: url(https://www.miomente.de/skin/frontend/ultimo/default/images/img/rating.png) 0 100% repeat-x;
}

.GWA .language-list {
  display: flex;
  align-items: center;
}

.GWA .language__item {
  display: flex;
  align-items: center;
  color: #595959;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  background: transparent;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  width: 164px;
  height: 40px;
  justify-content: center;
}

.GWA .language__item img {
  margin-right: 10px;
}

.GWA .language__item:not(:last-child) {
  margin-right: 20px;
}

.GWA .language__item:hover {
  background: #fff;
  border-color: #fff;
}

.GWA .language__item:focus {
  background: #fff;
  border-color: #fff;
}

.GWA .language__item:active {
  background: #fff;
  border-color: #fff;
}

.GWA .language__item.active {
  background: #fff;
  border-color: #fff;
}

.GWA.works {
  padding-top: 140px;
}

.GWA.works h2 {
  margin-bottom: 50px;
}

.GWA.works .works-table {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: -10px;
}

.GWA.works .works-wrapper {
  z-index: 1;
  padding: 10px;
}

.GWA.works .works-large {
  flex: 0 0 100%;
  max-width: 100%;
}

.GWA.works .works-large .works-card {
  min-height: none;
  padding: 0;
}

.GWA.works .works-small {
  flex: 0 0 50%;
  max-width: 50%;
}

.GWA.works .works-card {
  height: 100%;
  position: relative;
  width: 100%;
  min-height: 440px;
  padding: 60px;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
}

.GWA.works .works-card:hover .works-card__image img {
  transform: scale(1.1);
}

.GWA.works .works-card__image {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.GWA.works .works-card__image img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  object-fit: cover;
}

.GWA.works .works-card-text {
  margin-top: auto;
}

.GWA.works .works-card-text p {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
}

.GWA .card {
  /*! card ==========>  */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  height: 100%;
}

.GWA .card:hover .card__image img {
  transform: scale(1.1);
}

.GWA .card__image {
  max-width: 100%;
  height: 200px;
  max-height: 200px;
  min-height: 200px;
  width: 100%;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.GWA .card__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.GWA .card-stars {
  display: flex;
  align-items: center;
  height: fit-content;
}

.GWA .card-stars img:not(:last-child) {
  margin-right: 6px;
}

.GWA .card-header {
  height: fit-content;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.GWA .card-main {
  height: 100%;
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}

.GWA .card h3 {
  max-width: 100%;
  width: 100%;
  color: #a4006a;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.15;
  margin: 20px 0 0;
}

.GWA .card-info {
  width: 100%;
  margin-bottom: 15px;
}

.GWA .card-info p {
  max-width: 100%;
  color: #595959;
  font-size: 16px;
  font-weight: 350;
  line-height: 1.2;
}

.GWA .card ul {
  border-top: 1px solid #e0e0e0;
  padding-top: 20px;
  margin-top: auto;
  width: 100%;
}

.GWA .card ul li {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 35px;
}

.GWA .card ul li:not(:last-child) {
  margin-bottom: 15px;
}

.GWA .card ul li .icon-location {
  max-width: 14px;
  min-width: 14px;
}

.GWA .card ul li .icon-users {
  max-width: 22px;
  min-width: 22px;
}

.GWA .card ul li .icon-calendar {
  max-width: 18px;
  min-width: 18px;
}

.GWA .card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  min-width: 25px;
  max-width: 25px;
  transform: translateY(-50%);
}

.GWA .card-buy {
  margin-top: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.GWA .card-buy .price {
  padding-right: 10px;
  color: #a4006a;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.GWA .card-buy .price span {
  font-size: 25px;
  font-weight: 400;
  margin-right: 15px;
  padding-left: 3px;
}

.GWA .card .dropdown__trigger {
  display: none;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  background: #595959;
  padding: 4px 10px;
  border-radius: 5px;
}

.GWA .card .dropdown-list {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.GWA.breadcrumbs {
  margin: 32px 0 0;
}

.GWA.breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.GWA.breadcrumbs ul li {
  display: flex;
  align-items: center;
  padding: 5px 0;
}

.GWA.breadcrumbs ul li a {
  color: #595959;
  font-size: 16px;
  font-weight: 350;
  line-height: 1.2;
}

.GWA.breadcrumbs ul li.active a {
  color: #a4006a;
  text-decoration: underline;
}

.GWA.breadcrumbs .breadcrumbs-arrow {
  transform: rotate(-90deg);
  display: flex;
  align-items: center;
  margin: 0 7px;
}

.GWA.events-preview {
  padding-top: 43px;
}

.GWA.events-preview .events-preview__image {
  border-radius: 10px;
  overflow: hidden;
  max-width: 100%;
}

.GWA.events-preview .events-preview__image img {
  width: 100%;
  height: 100%;
}

.GWA .elected {
  width: 100%;
}

.GWA .elected .select {
  width: 100%;
  cursor: pointer;
}

.GWA .elected span {
  font-size: 16px;
  font-weight: 350;
}

.GWA .elected-menu {
  display: none;
  z-index: 100;
  position: absolute;
  top: calc(100% - 5px);
  left: 0;
  width: 100%;
  padding: 5px 16px 9px;
  background: #f5f5f5;
  border-radius: 5px 5px 5px 5px;
}

.GWA .elected-menu li {
  color: #595959;
  font-size: 16px;
  font-weight: 350;
  line-height: 1.2;
  cursor: pointer;
}

.GWA .elected-menu li:not(:last-child) {
  margin-bottom: 10px;
}

.GWA .ui-datepicker-inline {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20;
}

.GWA .ui-datepicker-trigger {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  cursor: pointer;
}

.GWA .video {
  width: 100%;
  height: 100%;
}

.GWA .video iframe {
  display: block;
  width: 100%;
  height: 700px;
}

.GWA .video-container {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.GWA .video-container .icon-play {
  z-index: 5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 55px;
  cursor: pointer;
}

.GWA .video-thumb {
  position: relative;
  max-height: 700px;
  max-width: 100%;
  overflow: hidden;
}

.GWA .video-thumb:hover .thumb {
  transform: scale(1.1);
}

.GWA .video-thumb img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.GWA #search_mini_form {
  display: flex;
}

@media screen and (max-width: 1500px) {
  /*! Media 1500px ==========>  */
  .GWA.reviews .reviews-table {
    margin: -10px;
    justify-content: space-between;
  }
  .GWA.reviews .reviews-wrapper {
    padding: 10px;
  }
  .GWA.footer .container {
    padding: 130px 40px 50px;
  }
}

@media screen and (max-width: 1450px) {
  /*! Media 1450 ==========>  */
  .GWA .container {
    padding: 0 20px;
  }
  .GWA.header .header-main .container {
    padding: 30px 20px;
  }
  .GWA.header .cart__trigger {
    margin-left: 35px;
  }
  .GWA.header .nav-dropdown {
    top: 238.33px;
    height: unset;
  }
  .GWA.header .nav-dropdown-table {
    margin: 0 -20px;
  }
  .GWA.header .nav-dropdown-wrapper {
    padding: 0 20px;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .GWA.newsletter {
    padding: 140px 20px;
  }
  .GWA.specials .specials-text {
    margin-right: 40px;
  }
  .GWA.seller .seller-table.show-item {
    max-height: 1400px;
  }
}

@media screen and (max-width: 1310px) {
  /*! Media 1310px ==========>  */
  .GWA.header .header-main .search-wrapper {
    max-width: 500px;
  }
  .GWA.footer .footer-wrapper.cities h5, .GWA.footer .footer-wrapper.shop h5 {
    padding-left: 0;
  }
  .GWA.footer .footer-wrapper.cities .footer-list, .GWA.footer .footer-wrapper.shop .footer-list {
    padding-left: 0;
  }
  .GWA.specials .specials__image {
    padding-right: 40px;
  }
  .GWA.specials .specials-text {
    margin-left: 0;
  }
  .GWA.works .works-card h6 {
    font-size: 40px;
  }
  .GWA.works .works-card p {
    font-size: 18px;
  }
  .GWA.seller .seller-table.show-item {
    max-height: 1300px;
  }
}

@media screen and (max-width: 1200px) {
  /*! Media 1200px ==========>  */
  .GWA.header .header-main .search-wrapper {
    max-width: 600px;
  }
  .GWA.header .header-top .container {
    padding: 12.5px 15px;
  }
  .GWA.header .phone-contact span {
    display: none;
  }
  .GWA.header .phone-contact__icon {
    margin: 0;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background: #fff;
  }
  .GWA.header .cart__trigger {
    margin-left: 8px;
    background: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  }
  .GWA.header .nav__link {
    font-size: 14px;
  }
  .GWA.header .nav__link__icon {
    max-width: 12px;
  }
  .GWA.header .nav__link .icon-dropdown {
    margin-bottom: 0;
    margin-left: 8.5px;
  }
  .GWA.categories .categories-table {
    max-height: 1070px;
  }
  .GWA.works .works-card {
    min-height: 380px;
  }
}

@media screen and (max-width: 1024px) {
  /*! Media 1024px ==========>  */
  .GWA.header .nav__link {
    font-size: 13px;
  }
}

@media screen and (max-width: 991px) {
  /*! Media 991px ==========>  */
  .grid-full-GWA .GWA.categories h2 {
    padding-bottom: 20px;
    padding-left: 30px;
  }
  .GWA.header .euro {
    display: none;
  }
  .GWA.header .header-top {
    order: 2;
  }
  .GWA.header .header-top .container {
    justify-content: center;
    padding: 12.5px 0;
  }
  .GWA.header .header-top__item {
    padding: 0 15px;
  }
  .GWA.header .header-main {
    order: 1;
  }
  .GWA.header .header-main .container {
    padding: 15px 20px 16px;
    border: none;
  }
  .GWA.header .header-main .search {
    background: #fff;
    margin-left: 22px;
    height: 38px;
    border-radius: 19px;
  }
  .GWA.header .header-main .search__icon {
    margin-right: 10px;
  }
  .GWA.header .header-main .search__apply {
    border-radius: 0 19px 19px 0;
    max-width: 112px;
    min-width: 112px;
    font-size: 14px;
    margin-left: 10px;
  }
  .GWA.header .header-main .search-close {
    display: flex;
    cursor: pointer;
  }
  .GWA.header .header-main .search-wrapper {
    z-index: 90;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #f5f5f5;
    max-width: 100%;
    padding: 16px 23px;
    display: none;
    align-items: center;
  }
  .GWA.header .header-main .search-wrapper.active {
    display: flex;
  }
  .GWA.header .phone-contact__icon {
    max-width: 38px;
    max-height: 38px;
    min-height: 38px;
    min-width: 38px;
  }
  .GWA.header .cart__trigger {
    max-width: 38px;
    max-height: 38px;
    min-height: 38px;
    min-width: 38px;
  }
  .GWA.header .cart__trigger .label {
    width: 20px;
    height: 20px;
    font-size: 10px;
  }
  .GWA.header .burger-wrapper {
    display: flex;
  }
  .GWA.header .logo {
    display: none;
  }
  .GWA.header .mobile-logo {
    display: block;
  }
  .GWA.header .search__trigger {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    max-width: 38px;
    max-height: 38px;
    min-height: 38px;
    min-width: 38px;
    background: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    margin-left: auto;
    cursor: pointer;
  }
  .GWA.header .search__trigger img {
    max-width: 14px;
  }
  .GWA.header .phone-contact {
    margin-left: 8px;
    padding-left: 0;
  }
  .GWA.header .nav {
    z-index: 80;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 0;
    overflow: auto;
    transform: translateX(-150vw);
    transition: all 0.3s ease-in-out;
  }
  .GWA.header .nav.active {
    transform: translateX(0);
  }
  .GWA.header .nav .container {
    padding: 25px 40px 47px;
  }
  .GWA.header .nav-list {
    flex-direction: column;
    align-items: flex-start;
  }
  .GWA.header .nav__link {
    padding: 0;
    font-size: 24px;
    font-weight: 350;
  }
  .GWA.header .nav-item {
    width: 100%;
    padding: 0;
  }
  .GWA.header .nav-item.disabled {
    display: none;
  }
  .GWA.header .nav__location {
    display: none;
  }
  .GWA.header .nav__trigger {
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    padding: 20.5px 0 17.5px;
  }
  .GWA.header .nav__trigger .icon-dropdown {
    margin: 0 10px 0 auto;
    max-width: 40px;
    max-height: 40px;
    min-height: 40px;
    min-width: 40px;
    border: 1px solid #e0e0e0;
    border-radius: 100px;
  }
  .GWA.header .nav-sub__trigger {
    cursor: pointer;
  }
  .GWA.header .nav-header, .GWA.header .nav-footer {
    display: flex;
  }
  .GWA.header .nav .burger-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
    margin-right: 17.5px;
  }
  .GWA.header .nav-dropdown {
    padding: 28.5px 0 26.5px 40px;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    top: 0;
    opacity: 1;
    visibility: visible;
    background: transparent;
    transition: unset;
    box-shadow: none;
    display: none;
  }
  .GWA.header .nav-dropdown-list {
    display: none;
    margin-top: 20px;
    padding-left: 40px;
  }
  .GWA.header .nav-dropdown .slide-list {
    padding-right: 24px;
  }
  .GWA.header .nav-dropdown .slide__trigger {
    padding-right: 24px;
  }
  .GWA.header .nav-dropdown__item img {
    display: none;
  }
  .GWA.header .nav-dropdown .title {
    color: #595959;
    font-size: 22px;
    font-weight: 350;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
  }
  .GWA.header .nav-dropdown .title a {
    color: #595959;
    font-size: 22px;
    font-weight: 350;
  }
  .GWA.header .nav-dropdown .title img {
    display: block;
    margin-right: 24px;
  }
  .GWA.header .nav-dropdown h6 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    color: #595959;
    font-size: 22px;
    font-weight: 350;
    margin: 0;
  }
  .GWA.header .nav-dropdown h6 img {
    display: inline-block;
    margin-top: 8px;
    margin-right: 24px;
    margin-left: 5px;
    transition: all 0.3s ease-in-out;
  }
  .GWA.header .nav-dropdown h6.active img {
    transform: rotate(-180deg);
  }
  .GWA.header .nav-dropdown-wrapper {
    margin-bottom: 20px;
  }
  .GWA.header .nav-dropdown-wrapper.disabled {
    display: none;
  }
  .GWA.header .nav-dropdown-wrapper.large {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .GWA.header .nav-dropdown-wrapper.large .nav-dropdown__item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .GWA.header .nav-dropdown-wrapper.large .nav-dropdown-list {
    display: none;
  }
  .GWA.header .nav-dropdown .container {
    padding: 0;
  }
  .GWA.header .nav-dropdown-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .GWA.header .nav-dropdown .nav__link img {
    margin-right: 10px;
  }
  .GWA.header .nav-dropdown-list.social .nav-dropdown__item {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .GWA.header .nav-dropdown-list.social .nav__social .social-icon {
    display: block;
  }
  .GWA.footer {
    position: relative;
    background: transparent;
  }
  .GWA.footer::before {
    z-index: -1;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 273px;
    background: #f5f5f5;
  }
  .GWA.footer .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 30px;
  }
  .GWA.footer h5 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    margin: 0;
  }
  .GWA.footer h5::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 40px;
    height: 40px;
    background: #f5f5f5;
    border-radius: 100px;
    transform: translateY(-50%);
  }
  .GWA.footer h5::after {
    z-index: 2;
    content: "";
    background-image: url(/images/icons/nav-dropdown.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right center;
    width: 13px;
    height: 8px;
    margin-right: 13px;
    margin-left: 20px;
    margin-bottom: 3px;
    transition: all 0.3s ease-in-out;
  }
  .GWA.footer .clock {
    display: none;
  }
  .GWA.footer .copyright {
    width: 100%;
    order: 2;
    border: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    margin-top: 20px;
  }
  .GWA.footer .copyright-list {
    width: 100%;
    order: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .GWA.footer .copyright__link {
    width: 100%;
    font-size: 18px;
    font-weight: 350;
    padding-bottom: 23.5px;
    margin-bottom: 20.5px;
    border-bottom: 1px solid #e0e0e0;
  }
  .GWA.footer .copyright__link.impressum {
    order: 1;
  }
  .GWA.footer .copyright__link.agb {
    order: 2;
  }
  .GWA.footer .copyright__link.contact {
    display: block;
    order: 3;
  }
  .GWA.footer .copyright__link.faq {
    display: none;
  }
  .GWA.footer .copyright__link.datenschutz {
    display: none;
  }
  .GWA.footer .copyright .language-list {
    order: 1;
    margin-bottom: 30px;
  }
  .GWA.footer .copyright .language__item.active {
    background: #e0e0e0;
  }
  .GWA.footer .copyright .language__item:hover {
    background: #e0e0e0;
  }
  .GWA.footer .copyright .language__item:active {
    background: #e0e0e0;
  }
  .GWA.footer .copyright .language__item:focus {
    background: #e0e0e0;
  }
  .GWA.footer .footer-info h5::after, .GWA.footer .footer-info h5::before,
  .GWA.footer .contact h5::after,
  .GWA.footer .contact h5::before {
    display: none;
  }
  .GWA.footer .contact h5 {
    padding-top: 20.5px;
  }
  .GWA.footer .dropdown-list {
    padding-top: 20px;
    display: none;
  }
  .GWA.footer .dropdown__trigger {
    padding: 20.5px 0 17.5px;
  }
  .GWA.footer .dropdown__trigger.active::after {
    transform: rotate(-180deg);
  }
  .GWA.footer .footer-list {
    margin-top: 0;
  }
  .GWA.footer .footer-table {
    width: 100%;
    order: 1;
    margin: 0;
  }
  .GWA.footer .footer-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .GWA.footer .footer-wrapper:not(:first-child) .dropdown__trigger {
    border-bottom: 1px solid #e0e0e0;
  }
  .GWA.footer .footer-wrapper.cities {
    order: 2;
  }
  .GWA.footer .footer-wrapper.cities .footer__link:nth-child(2n) {
    padding-left: 0;
  }
  .GWA.footer .footer-wrapper.contact {
    order: 3;
  }
  .GWA.footer .footer-tab {
    display: none;
  }
  .GWA.footer .footer-info {
    width: 100%;
    order: 3;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
  }
  .GWA.footer .footer-info h5 {
    font-size: 18px;
    margin-bottom: 17px;
  }
  .GWA.footer .footer__link {
    font-size: 16px;
    font-weight: 400;
  }
  .GWA .scroll-up {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background: #fff;
    border: 1px solid #e0e0e0;
  }
  .GWA .scroll-up-icon {
    display: none;
  }
  .GWA .scroll-up-icon-mobile {
    display: block;
  }
  .GWA .social-list {
    margin: 0;
    order: 1;
    margin-bottom: 80px;
  }
  .GWA .social-list h5 {
    display: none;
  }
  .GWA .safety-list {
    order: 3;
    align-items: center;
    margin-right: 0;
  }
  .GWA .safety__item {
    max-width: 95px;
  }
  .GWA .payment-list {
    order: 2;
    margin-bottom: 40px;
    justify-content: space-between;
    margin-right: 0;
  }
  .GWA .payment__item {
    min-width: 60px;
    max-width: 60px;
    height: 35px;
    padding: 5px;
  }
  .GWA .payment__item img {
    max-width: 100%;
  }
  .GWA .payment__item:not(:last-child) {
    margin-right: 0;
  }
  .GWA.newsletter .btn-primary {
    max-width: 234px;
  }
  .GWA.newsletter .newsletter-text {
    max-width: 280px;
  }
  .GWA.newsletter .newsletter-text img {
    max-width: 45px;
    max-height: 45px;
  }
  .GWA.reviews {
    padding: 47px 0 50px;
  }
  .GWA.reviews h2 {
    font-size: 20px;
    margin-bottom: 35px;
  }
  .GWA.reviews .reviews-table {
    margin: -20px;
  }
  .GWA.reviews .reviews-wrapper {
    padding: 20px;
  }
  .GWA.reviews .reviews-card {
    max-width: 400px;
    margin: 0 auto;
  }
  .GWA.reviews .reviews-card span {
    margin-top: 18px;
  }
  .GWA.reviews .reviews-card h4 {
    font-size: 16px;
    margin: 10px 0 7px;
  }
  .GWA.reviews .reviews-card p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
  }
  .GWA.reviews .reviews-card__image {
    max-height: 72px;
    max-width: 72px;
    min-width: 72px;
    min-height: 72px;
  }
  .GWA.reviews .reviews-card-stars {
    margin-top: 22px;
  }
  .GWA.reviews .reviews-card-stars img {
    max-width: 15px;
    min-width: 15px;
  }
  .GWA.reviews .reviews-card-stars img:not(:last-child) {
    margin-right: 6.5px;
  }
  .GWA.specials {
    padding: 0;
    padding-top: 78px;
  }
  .GWA.specials span {
    display: none;
  }
  .GWA.specials .container {
    position: relative;
    padding: 173px 40px 50px;
    background-image: url(/images/specials.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .GWA.specials .container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  .GWA.specials .btn-primary {
    max-width: 174px;
    height: 48px;
    background: transparent;
    color: #fff;
    border-color: #fff;
  }
  .GWA.specials .btn-primary:hover {
    background: #fff;
    color: #a4006a;
  }
  .GWA.specials .btn-primary:focus {
    background: #fff;
    color: #a4006a;
  }
  .GWA.specials .btn-primary:active {
    background: #fff;
    color: #a4006a;
  }
  .GWA.specials .specials-subtitle {
    color: #fff;
    margin: 0 0 29px;
  }
  .GWA.specials .specials-title {
    display: block;
    color: #a4006a;
    margin-bottom: 30px;
    padding-left: 30px;
  }
  .GWA.specials .specials__image {
    display: none;
  }
  .GWA.specials .specials-text {
    max-width: 350px;
  }
  .GWA.categories {
    padding-top: 66px;
  }
  .GWA.categories .categories-wrapper {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .GWA.categories .categories-table {
    max-height: 1170px;
  }
  .GWA.seller {
    padding-bottom: 60px;
  }
  .GWA.seller .swiper-horizontal > .swiper-scrollbar {
    bottom: 0;
  }
  .GWA.seller .swiper-wrapper {
    flex-wrap: nowrap;
  }
  .GWA.seller .swiper-slide {
    flex: 0 0 auto;
    max-width: 400px;
  }
  .GWA.seller .swiper-scrollbar {
    background: rgba(242, 242, 242, 0.5);
    border-radius: 5px;
  }
  .GWA.seller .swiper-scrollbar-drag {
    background: #a4006a;
    border-radius: 5px;
  }
  .GWA.seller h2 {
    margin-bottom: 27px;
    padding-left: 20px;
  }
  .GWA.seller .seller-slider {
    position: relative;
    padding-bottom: 32px;
  }
  .GWA.seller .seller-wrapper {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .GWA.seller .seller-table.show-item {
    max-height: 1350px;
  }
  .GWA.works {
    padding-top: 70px;
  }
  .GWA.works h2 {
    padding-left: 20px;
    margin-bottom: 24px;
  }
  .GWA.works .works-card {
    min-height: 300px;
    padding: 10px 12px;
  }
  .GWA.works .works-card h6 {
    font-size: 33px;
  }
  .GWA.breadcrumbs {
    margin: 20px 0 0;
  }
  .GWA.events-preview {
    padding-top: 35px;
  }
  .GWA .video iframe {
    height: 460px;
  }
  .GWA h2 {
    font-size: 36px;
  }
}

@media screen and (max-width: 820px) {
  /*! Media 820px ==========>  */
  .GWA.seller .seller-table.show-item {
    max-height: 1300px;
  }
}

@media screen and (max-width: 768px) {
  /*! Media 768px ==========>  */
  .GWA.seller .seller-table.show-item {
    max-height: 1250px;
  }
  .GWA .card-info p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
  }
  .GWA .works-card {
    min-height: 240px;
  }
  .GWA .works-card h6 {
    font-size: 18px;
  }
  .GWA .works-card p {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
  }
  .GWA.footer .language-list {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .GWA.footer .language__item {
    margin: 10px 0;
  }
  .GWA.categories h2 {
    margin-bottom: 15px;
  }
  .GWA.categories .categories-table {
    margin-top: 43px;
    max-height: 1070px;
  }
  .GWA.info .info__image {
    display: block;
    margin-bottom: 19px;
  }
  .GWA.info .show-more {
    display: block;
  }
  .GWA.info .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .GWA.info h2 {
    max-width: 500px;
    margin-bottom: 7px;
  }
  .GWA.info p {
    margin: 0;
    max-width: 600px;
    max-height: 224px;
  }
  .GWA.info p::before {
    display: block;
  }
  .GWA.newsletter {
    padding: 30px 20px 75px;
  }
  .GWA.newsletter .container {
    position: relative;
    background-image: url(/images/newsletter-mobile.png);
    background-size: cover;
    max-width: 385px;
    min-height: 618px;
    padding: 50px;
    display: flex;
  }
  .GWA.newsletter .container::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    opacity: 0.5;
    background: linear-gradient(rgba(0, 0, 0, 0), black);
  }
  .GWA.newsletter .btn-primary {
    margin-top: 26px;
    max-width: 100%;
  }
  .GWA.newsletter h2 {
    color: #fff;
    font-size: 20px;
    margin: 24px 0 12.5px;
  }
  .GWA.newsletter .newsletter-desktop {
    display: none;
  }
  .GWA.newsletter .newsletter-mobile {
    display: block;
    max-width: 36px;
    max-height: 36px;
  }
  .GWA.newsletter .newsletter-text {
    z-index: 10;
    margin-top: auto;
  }
  .GWA.newsletter .newsletter-text p {
    color: #fff;
  }
  .GWA.safe {
    padding: 79px 0 85px;
  }
  .GWA.safe h2 {
    font-size: 26px;
  }
  .GWA.safe h2 span {
    display: block;
    font-size: 26px;
  }
  .GWA.safe .safe-list {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .GWA.safe .safe-item {
    position: relative;
    max-width: 100%;
    flex-direction: row;
    align-items: flex-start;
    padding-left: 24px;
  }
  .GWA.safe .safe-item span {
    margin: 0 3px;
  }
  .GWA.safe .safe-item::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    min-width: 13px;
    min-height: 13px;
    max-width: 13px;
    max-height: 13px;
    background-image: url(/images/icons/safe-mobile.svg);
    background-repeat: no-repeat;
    background-size: auto;
  }
  .GWA.safe .safe-item__icon {
    display: none;
  }
  .GWA.safe .safe-item:not(:last-child) {
    margin-bottom: 19px;
  }
  .GWA.hero {
    background-image: url(/images/hero-mobile.png);
    position: relative;
    padding: 380px 0 100px;
  }
  .GWA.hero .hero__text {
    font-size: 40px;
  }
  .GWA.hero .hero__text a {
    font-size: 40px;
  }
  .GWA.header .nav-dropdown-list {
    padding-left: 20px;
    padding-right: 10px;
  }
  .GWA .scroll-down {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  /*! Media 640px ==========>  */
  .GWA.categories .show-more::before {
    top: -130px;
    height: 150px;
  }
  .GWA.categories .show-more .btn-primary {
    top: -20px;
  }
  .GWA.categories h2 {
    padding-left: 0;
  }
  .GWA.categories .categories-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 10px 0;
  }
  .GWA.categories .categories-filter-list {
    padding-left: 0;
    flex-wrap: wrap;
  }
  .GWA.categories .categories-card__image img {
    height: auto;
  }
  .GWA.categories .categories-card-main {
    padding-bottom: 12px;
  }
  .GWA.categories .categories-card__btn {
    margin-bottom: 8px;
  }
  .GWA.categories .categories-card .dropdown-list {
    padding-top: 10px;
    display: none;
  }
  .GWA.categories .categories-card .dropdown__trigger {
    display: flex;
  }
  .GWA.specials {
    padding-top: 78px;
  }
  .GWA.works .works-card {
    min-height: 200px;
  }
  .GWA.seller .seller-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .GWA.seller .seller-table.show-item {
    max-height: 1750px;
  }
  .GWA .card .dropdown__trigger {
    display: flex;
  }
  .GWA .card .dropdown-list {
    display: none;
  }
  .GWA .video iframe {
    height: 287px;
  }
}

@media screen and (max-width: 540px) {
  /*! Media 540px ==========>  */
  .GWA.header .header-top__item img {
    max-width: 14px;
  }
  .GWA.header .header-top__item span {
    font-size: 10px;
  }
  .GWA.hero .hero__text {
    padding-top: 34px;
    font-size: 33px;
    max-width: 250px;
  }
  .GWA.hero .hero__text a {
    font-size: 33px;
  }
  .GWA.hero .hero__text img {
    margin-top: 15px;
  }
  .GWA.info h2 {
    max-width: 270px;
  }
  .GWA.info p {
    max-width: 342px;
  }
  .GWA.info .show-more button {
    position: relative;
  }
  .GWA.seller {
    padding-top: 98px;
  }
  .GWA.seller .swiper-slide {
    max-width: 320px;
  }
  .GWA.categories .categories-table {
    max-height: 1820px;
  }
  .GWA.categories .categories-table::before {
    height: 200px;
  }
  .GWA.categories .categories-card__image {
    height: 120px;
    min-height: 120px;
    max-height: 120px;
  }
  .GWA.works .works-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .GWA.works .works-card {
    min-height: 280px;
  }
}

@media screen and (max-width: 480px) {
  /*! Media 480px ==========>  */
  .GWA .video iframe {
    height: 208px;
  }
  .GWA.seller .seller-table.show-item {
    max-height: 1570px;
  }
}

@media screen and (max-width: 420px) {
  /*! Media 420px ==========>  */
  .GWA.categories .categories-card-main {
    align-items: center;
  }
  .GWA.categories .categories-card h3 {
    font-size: 16px;
  }
  .GWA .payment__item {
    max-width: 50px;
    max-height: 30px;
    min-width: 50px;
    min-height: 30px;
  }
  .GWA.header .search__trigger,
  .GWA.header .cart__trigger,
  .GWA.header .phone-contact__icon {
    max-width: 30px;
    max-height: 30px;
    min-height: 30px;
    min-width: 30px;
  }
  .GWA.header .search__trigger img,
  .GWA.header .cart__trigger img,
  .GWA.header .phone-contact__icon img {
    max-width: 14px;
    min-width: 14px;
  }
  .GWA.header .cart__trigger .label {
    font-size: 8px;
    width: 18px;
    height: 18px;
  }
  .GWA.header .header-top .container {
    padding: 11.5px 20px;
  }
  .GWA.header .header-top__item img {
    max-width: 14px;
    margin-right: 4px;
  }
  .GWA.header .header-top__item span {
    font-size: 8px;
  }
  .GWA.header .header-main .container {
    padding: 15px 15px 16px;
  }
  .GWA.header .nav .container {
    padding: 25px 20px 47px;
  }
  .GWA.header .nav-footer .language__item {
    font-size: 14px;
  }
  .GWA .card h3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 380px) {
  /*! Media 380px ==========>  */
  .GWA.header .header-main .search__apply {
    max-width: 86px;
    min-width: 86px;
  }
  .GWA.header .header-main .search__icon {
    display: none;
  }
  .GWA.header .header-main .search .i-search {
    font-size: 13px;
  }
  .GWA.header .header-main .search .i-search::placeholder {
    font-size: 13px;
  }
  .GWA.header .nav__link {
    font-size: 18px;
  }
  .GWA.header .nav-dropdown {
    padding-left: 20px;
  }
  .GWA.header .nav-dropdown-wrapper {
    padding-left: 0;
  }
  .GWA.header .nav-dropdown h6 {
    font-size: 16px;
  }
  .GWA .payment__item {
    max-width: 45px;
    max-height: 25px;
    min-width: 45px;
    min-height: 25px;
  }
  .GWA.specials .specials-subtitle {
    font-size: 30px;
  }
  .GWA.specials .specials-card h3 {
    font-size: 16px;
  }
  .GWA.specials .specials-card p {
    font-size: 14px;
  }
  .GWA.footer .footer__link {
    font-size: 12px;
  }
  .GWA.categories .categories-table {
    max-height: 1620px;
  }
  .GWA.categories .categories-card h3 {
    font-size: 14px;
  }
  .GWA.categories .categories-filter__item {
    padding: 6px 18px;
  }
  .GWA.breadcrumbs ul li a {
    font-size: 12px;
  }
  .GWA .video iframe {
    height: 159px;
  }
  .GWA .card h3 {
    font-size: 14px;
  }
  .GWA.seller .seller-table.show-item {
    max-height: 1400px;
  }
}

@media screen and (max-width: 360px) {
  /*! Media 360px ==========>  */
  .GWA.header .header-top__item {
    padding: 0 5px;
  }
}
/*# sourceMappingURL=main.css.map */