/*
Theme Name: Herzblut
Template: vendipro
*/

@font-face {
  font-family: MainFont;
  font-weight: bold;
  src: url("fonts/FiraSans-Regular.ttf");
}

@font-face {
  font-family: MainFont;
  font-weight: normal;
  src: url("fonts/FiraSans-ExtraLight.ttf");
}

@font-face {
  font-family: MainFont;
  font-weight: normal;
  font-weight: 500;
  src: url("fonts/FiraSans-Medium.ttf");
}

@font-face {
  font-family: TitleFont;
  font-weight: normal;
  src: url("fonts/DINOT-CondBold.otf");
}

@font-face {
  font-family: TitleFont;
  font-weight: bold;
  src: url("fonts/DINOT-CondBold.otf");
}

/*!
 * Font Awesome Pro 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("webfonts/fa-regular-400.eot");
  src: url("webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),
    url("webfonts/fa-regular-400.woff2") format("woff2"),
    url("webfonts/fa-regular-400.woff") format("woff"),
    url("webfonts/fa-regular-400.ttf") format("truetype"),
    url("webfonts/fa-regular-400.svg#fontawesome") format("svg");
}

.fa,
.far {
  font-family: "FontAwesome";
  font-weight: 400;
}

body,
.button,
input[type="submit"],
button,
.comment-reply-link {
  font: normal 100%/1.4 MainFont, sans-serif;
  color: #000;
}

.button,
input[type="submit"],
button,
.comment-reply-link {
  font-weight: bold;
}

body {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

body > * {
  flex-shrink: 0;
}

a {
  color: #f9c6c4;
}

a:hover {
  color: inherit;
}

/*
header#hmain.shrink #nav-wrapper {
	padding-top: 0;
	position: fixed;
	width: 100%;
	display: block;
	margin: 0 auto;
	max-width: initial;
	padding: 0;
	top: 0;
	background-color: white;
	z-index: 10;
}

header#hmain.shrink #nav-wrapper .navbar {
	max-width: 1000px;
	margin: 0 auto;
}
*/

#nav-wrapper {
  font-family: TitleFont;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 50;
  background-color: #fff;
  transition: transform 0.5s ease;
  margin-top: 1.5rem;
}

body.hide-menu #nav-wrapper {
  transform: translate(0, -100%);
}

#nav-wrapper .navbar {
  width: 98%;
  max-width: 800px;
  padding: 0.5rem 1rem;
  margin: 0 auto;
}

#nav-wrapper .navbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

#nav-wrapper .navbar li + li {
  margin-left: 1em;
}

#nav-wrapper .navbar a {
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1rem;
  display: block;
  transition: color 0.25s;
}

#nav-wrapper .navbar a:hover,
#nav-wrapper .navbar li.current-menu-item.menu-item-object-page > a {
  color: #f9c6c4;
}

header#hmain .navbar li {
  display: inline-block;
}

.mobile-nav .mobile-nav-trigger {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 2rem;

  margin: 10px auto 30px;
  width: 52px;
  height: 21px;
  flex-direction: column;
  justify-content: space-between;
}

.mobile-nav .mobile-nav-trigger span {
  height: 3px;
  width: 100%;
  background-color: #000;
}

.column.footer-logo {
  width: 100%;
  display: block;
  margin: 0 auto;
  max-width: 1200px;
}

.column.footer-logo img {
  /* max-width: 150px; */
  max-width: 13rem;
}

#menu-footer {
  font-size: 0.75em;
}

#menu-footer > li {
  margin-left: 80px;
}

#menu-footer > li > a {
  font-size: 1.1em;
}

.widget_nav_menu ul {
  display: flex;
}

.widget_nav_menu ul li > ul {
  margin-left: 0;
  font-size: 1em;
}

.widget_nav_menu ul .sub-menu {
  display: block;
  margin-top: 10px;
}

.widget_nav_menu ul li a:hover {
  color: #f9c6c4;
}

.widget_nav_menu ul li a {
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}

.widget_nav_menu ul .sub-menu li a {
  text-transform: initial;
  font-weight: normal;
  line-height: 1.2;
}

#content.full-width .woocommerce .products {
  border-top: 1px dashed black;
}

#content.full-width
  article.type-page
  .entry-content
  li.product
  .badge.badge-sale {
  display: none;
}

li.product,
.columns-4 ul.products li.product,
ul.products.columns-4 li.product,
.woocommerce ul.products:not(.columns-2):not(.columns-3) li.product,
.woocommerce
  ul.products:not(.columns-2):not(.columns-3)
  li.product:nth-child(2n),
.woocommerce
  ul.products:not(.columns-2):not(.columns-3)
  li.product:nth-child(3n),
.woocommerce
  ul.products:not(.columns-2):not(.columns-3)
  li.product:nth-child(2n + 1) {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

li.product h2 {
  font-family: TitleFont;
  font-size: 1.25rem;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0.5rem 0 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #000;
  min-height: calc(2.2em + 0.5rem + 1px);
}

li.product .price {
  padding: 0;
  line-height: 1.2;
  font-size: 1.25rem;
}

li.product a.button {
  margin-top: 1rem;
}

#content.full-width
  article.type-page
  .entry-content
  li.product
  .wc-gzd-additional-info {
  display: block;
  font-size: 0.75rem;
  line-height: 1.2;
}

/*
#content.full-width article.type-page .entry-content li.product .wc-gzd-additional-info:first-of-type::after {
	content: " /";
}
*/

#content.full-width article.type-page .entry-content li.product a.button {
  font-size: 0.7rem;
}

ul.products {
  display: grid;
  grid-column-gap: 20px;
  column-gap: 20px;
  grid-row-gap: 20px;
  row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

ul.products.columns-2 {
  grid-template-columns: 1fr 1fr;
}

ul.products.columns-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

ul.products.columns-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

ul.products.columns-5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

ul.products.columns-6 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.wc-gzd-checkbox-placeholder {
  overflow: hidden;
}

table th {
  font-family: TitleFont;
  text-transform: uppercase;
}

.woocommerce .woocommerce-cart-form {
  padding-top: 10px;
  border-top: 2px solid #000;
  margin-bottom: 10px;
}

.wc-proceed-to-checkout {
  margin-top: 5px !important;
  padding-top: 10px;
  border-top: 2px solid #000;
}

@media all and (min-width: 960px) {
  .products.related ul.products {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media all and (max-width: 959px) {
  ul.products {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media all and (max-width: 660px) {
  .woocommerce-checkout .shop_table {
    margin-top: 1rem;
  }
}

@media all and (max-width: 639px) {
  ul.products {
    grid-template-columns: 1fr 1fr;
  }
}

@media all and (max-width: 479px) {
  ul.products {
    grid-template-columns: 1fr;
  }

  #shipping_method span.amount {
    display: block;
    text-align: right;
  }

  .wc-gzd-product-name-left {
    display: none;
  }

  .wc-gzd-product-name-right {
    float: none;
    width: auto;
  }

  #popup-overlay {
    width: 80% !important;
    height: 36% !important;
    transform: translate(13%, -50%) !important;
    pointer-events: auto !important;
  }
}

.woocommerce-3 .product .images,
.woocommerce-3 .product .summary {
  box-sizing: border-box;
  width: 100% !important;
  margin: 0 auto !important;
}

@media all and (max-width: 799px) {
  .coupon {
    display: block;
    margin-bottom: 10px;
  }

  p.form-row label,
  p.form-row > span {
    width: auto;
    display: block;
    text-align: left;
  }

  p.form-row input[type="text"],
  p.form-row select,
  p.form-row textarea,
  p.form-row input[type="password"],
  p.form-row input[type="email"],
  p.form-row input[type="tel"],
  p.form-row .select2-container {
    width: 100%;
    margin: 0;
  }
}

@media all and (max-width: 768px) {
  .woocommerce-3 .product + .product {
    margin-top: 4rem !important;
  }

  .woocommerce-3 .product .images,
  .woocommerce-3 .product .summary,
  .woocommerce-tabs {
    display: block;
    width: calc(70% + 4rem) !important;
    padding: 0 2rem;
    float: none;
    margin: 0 auto;
  }
}

@media all and (max-width: 560px) {
  .woocommerce-tabs {
    width: 100% !important;
    box-sizing: border-box;
  }
}

@media all and (max-width: 450px) {
  div.product .images {
    height: auto !important;
  }
}

#content.full-width article.type-page .entry-content {
  max-width: 1440px;
}

#widgets-loop-header {
  display: none;
}

.woocommerce-products-header p {
  display: none;
}

.woocommerce-products-header .page-description {
  display: block;
}

.container#main-wrapper {
  margin-top: 0.5rem;
  width: 100%;
  max-width: initial;
  padding: 0 0 6rem;
  flex-grow: 1;
}

.wc-content .page-title {
  display: none;
}

.product .vp-product-grid-wrapper {
  overflow: hidden;
  grid-column-start: 1;
  grid-column-end: 3;
}

.wp-block-cover.has-background-dim {
  background-color: #2c252d;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.wp-block-gallery.columns-1 {
  display: block;
}

.wp-block-gallery.columns-1 button {
  display: none;
}

article.type-page .entry-content,
.wc-content {
  max-width: 1000px;
  margin: 0 auto;
  /*margin-top: 40px;*/
  margin-top: 4em;
  padding: 0 2rem;
}

h2,
article.type-page .entry-content > h2,
.entry-title {
  font-family: TitleFont;
  text-transform: uppercase;
  font-size: 6rem;
  line-height: 1;
  margin: 1em 0 2rem;
}

h2.hcont,
article.type-page .entry-content > h2.hcont {
  font-size: 3rem;
  margin-top: 6rem;
}

article.type-page .entry-content p {
  margin: 0 auto;
  font-size: 1rem;
}

article.type-page .entry-content p strong {
  font-family: TitleFont;
}

header#hmain .header-inner .container {
  padding-bottom: 0;
}

header#hmain .header-inner .grid {
  display: flex;
  align-items: center;
}

header#hmain .widget_search,
header#hmain .widget_product_search {
  top: 0;
}

header#hmain .column {
  margin: 0;
}

.widget_search form {
  display: flex;
  justify-content: flex-end;
}

.widget_search .button,
.widget_product_search .button {
  margin: 0;
}

.menu-left {
  padding-left: 30px;
}

header#hmain .navbar {
  border: none;
}

footer#bottom {
  background: #231f20;
  padding: 3rem 0 4rem;
}

footer#bottom .container {
  /* padding: 2rem 2rem 0; */
  padding: 1.5rem 2rem 0;
}

body.nav-menu-open {
  overflow-y: hidden;
}

body.nav-menu-open .works-lightbox-container {
  opacity: 1;
  visibility: visible;
}

body.no-scroll {
  overflow: hidden;
}

body.no-click {
  pointer-events: none;
}

.works-container,
.home-slider,
.wp-block-gallery.columns-1 {
  /*width: 100%;*/
  width: 100vw;
  position: relative;
  left: calc(-50vw + 50%);
  overflow: hidden;
  margin: 6em 0 4em;
}

.works-container {
  position: relative;
}
.works-container .slick-arrow.slick-prev {
  transform: rotate(180deg);
}
.works-container .slick-arrow.slick-next {
  right: 1.75rem;
}
.works-container .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  height: 50px;
  background-color: transparent;
  border: none;
  /* margin-left: 20px; */
  margin-left: 1.75rem;
  height: 2rem;
  width: 2rem;
  padding: 0;
}
.works-container .slick-arrow svg {
  width: 100%;
  height: auto;
}

.works-container .slick-arrow svg path {
  fill: #fff !important;
  transition: fill 0.25s;
}
.works-container .slick-arrow:hover svg path {
  fill: #000 !important;
}
/* .works-container .slick-arrow:before{ */
/* content: ""; */
/* display: block; */
/* height: 2px; */
/* width: 30px; */
/* background-color: #fefefe; */
/* position: absolute; */
/* top: 12px; */
/* left: -1px; */
/* -webkit-transform: rotate(-50deg); */
/* -ms-transform: rotate(-50deg); */
/* transform: rotate(-50deg); */
/* } */

/* .works-container .slick-arrow:after { */
/* content: ""; */
/* display: block; */
/* height: 2px; */
/* width: 30px; */
/* background-color: #fefefe; */
/* position: absolute; */
/* top: 34px; */
/* left: -1px; */
/* -webkit-transform: rotate(50deg); */
/* -ms-transform: rotate(50deg); */
/* transform: rotate(50deg); */
/* } */

.works-slider {
  display: flex;
  position: relative;
}

.works-item {
  flex-grow: 0;
  flex-shrink: 0;
  cursor: pointer;
}

.works-item + .works-item {
  margin-left: 20px;
}

.works-item h2 {
  font-family: TitleFont;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 0.25rem;
  font-size: 3rem;
  max-width: none;
}

@media all and (max-width: 800px) {
  .works-item h2 {
    font-size: 6vw;
  }
}

.works-item .zoom {
  margin: 0 10px;
  overflow: hidden;
}

.works-item .image {
  overflow: hidden;
  height: 50vh;
  transition: transform 0.5s ease;
}

.works-item .image img {
  vertical-align: top;
  width: auto;
  max-width: none;
  height: 100%;
}

.works-item:hover .image {
  transform: scale(1.1);
}

.works-lightbox-container {
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  position: fixed;
  left: -100%;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  z-index: 9000;
  /*transition: opacity 0.25s ease;*/
  opacity: 0;
}

.works-lightbox-container.show {
  left: 0;
  opacity: 1;
}

.works-lightbox-container .slick-items .slick-slide img {
  width: initial;
  height: 100vh;
}

.works-lightbox-container .thumbnails {
  position: fixed;
  bottom: 0;
  display: flex;
  width: 100%;
  justify-content: center;
  background-color: rgba(57, 67, 96, 0.5);
}

.works-lightbox-container .thumbnails .thumbnail {
  cursor: pointer;
  /*width: 4%;*/
  height: 80px;
  position: relative;
}

.works-lightbox-container .thumbnails .thumbnail::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  border: 4px solid transparent;
  transition: border 0.25s ease;
}

.works-lightbox-container .thumbnails .thumbnail.active::before {
  border-color: #f9c6c4;
}

.works-lightbox-container .works-lightbox {
  height: 100%;
}

.works-lightbox-container .thumbnails img {
  /*width: 100%;*/
  height: 100%;
  width: auto;
  object-fit: cover;
  object-position: top;
  vertical-align: top;
}

.works-lightbox {
  overflow: hidden;
}

.slick_item {
  vertical-align: top;
}

article.type-page .entry-content .return-to-shop {
  margin-top: 20px;
}

.wp-block-group.awards::after {
  content: "";
  display: block;
  margin: 2rem 0;
  width: 6rem;
  height: 0;
  border-top: 4px solid #000;
}

.wp-block-group.awards h3 {
  font-family: TitleFont;
  font-size: 2rem;
  margin: 0 0 10px;
}

.wp-block-group.awards h3::before {
  content: "";
  display: block;
  margin: 2rem 0;
  width: 6rem;
  height: 0;
  border-top: 1px dotted #000;
}

.wp-block-group.awards h3:first-of-type::before {
  margin: 2rem 0;
  border-top: 4px solid #000;
}

.wp-block-group.awards p {
  line-height: 1.25;
}

.full-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #000;
}

#menu-toggle-button {
  display: block;
  padding-top: 40px;
  position: absolute;
  padding-left: 50px;
  top: 0;
  right: 70px;
  z-index: 2;
}

#menu-toggle-button .logo-container {
  cursor: pointer;
  transition: color 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  width: 35px;
}

#menu-toggle-button .logo-container .menu-logo {
  width: 35px;
  height: 35px;
  background-color: transparent;
  position: relative;
}

#menu-toggle-button .logo-container:hover .menu-logo:before {
  background-color: #f9c6c4;
}

#menu-toggle-button .logo-container:hover .menu-logo:after {
  background-color: #f9c6c4;
}

#menu-toggle-button .logo-container .menu-logo:before {
  display: block;
  content: " ";
  transform: rotate(-45deg);
  width: 35px;
  height: 2px;
  background-color: #fff;
  top: 16px;
  position: absolute;
}

#menu-toggle-button .logo-container .menu-logo:after {
  display: block;
  content: " ";
  transform: rotate(45deg);
  width: 35px;
  height: 2px;
  background-color: #fff;
  top: 16px;
  position: absolute;
}

.top-button {
  width: 100%;
  height: 120px;
  display: flex;
  position: absolute;
  padding-top: 40px;
  z-index: 3;
}

.top-button .pop-menu .btn:before {
  content: " ";
  width: 30px;
  height: 2px;
  display: block;
  position: absolute;
  background-color: #fff;
  top: 9px;
}

.top-button .pop-menu .btn:after {
  content: " ";
  width: 30px;
  height: 2px;
  display: block;
  position: absolute;
  background-color: #fff;
  top: -9px;
}

.top-button .pop-menu .btn-cont {
  height: 35px;
  width: 35px;
  margin-left: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.top-button .pop-menu .btn {
  width: 30px;
  height: 2px;
  display: block;
  margin: 14px 0;
  background-color: #fff;
  position: relative;
}

.top-button .pop-menu:hover .btn:before {
  background-color: #f9c6c4;
}

.top-button .pop-menu:hover .btn:after {
  background-color: #f9c6c4;
}

.top-button .pop-menu:hover .btn {
  background-color: #f9c6c4;
}

.top-button .pop-menu .list {
  padding-left: 70px;
  overflow: hidden;
  max-height: 0;
  transition: max-height 1s ease-in-out;
}

.top-button .pop-menu.open .list {
  max-height: 600px;
  transition: max-height 1s ease-in-out;
}

.top-button .pop-menu .list::before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.top-button .pop-menu.open .list::before {
  opacity: 1;
}

.top-button .pop-menu .list ul {
  padding: 0;
  list-style-type: none;
  position: relative;
  z-index: 2;
}

.top-button .pop-menu .list ul li {
  color: #fff;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
  cursor: pointer;
}

.top-button .pop-menu .list ul li.active,
.top-button .pop-menu .list ul li:hover {
  color: #f9c6c4;
}

.top-button .pop-menu .list {
  line-height: 1.2;
}

.works-menu {
  font-family: TitleFont;
}

.works-menu [data-index] + [data-href] {
  margin-top: 20px;
  position: relative;
}

.works-menu [data-index] + [data-href]::before {
  content: "";
  position: absolute;
  left: -15px;
  top: -10px;
  z-index: 1;
  width: 30px;
  height: 1px;
  background-color: #fff;
}

.cover-image {
  width: 100%;
  background-color: #2c252d;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70% 140%;
}

.cover-image img {
  width: 100%;
  vertical-align: top;
}

@media all and (orientation: portrait) and (max-width: 640px) {
  .cover-image {
    overflow: hidden;
  }

  .cover-image img {
    width: 140%;
    max-width: none;
    position: relative;
    left: -20%;
  }
}

div.product {
  max-width: 1000px;
  padding: 0 2rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
}

div.product form.cart {
  display: flex;
}

.product .button:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #f9c6c4;
}

.product .related {
  width: 100%;
}

.post {
  max-width: 1000px;
  margin: 0 auto;
}

.blog article .entry-content {
  font-size: 1rem;
}

.entry-content {
  font-size: 1rem;
}

.entry-meta {
  font-size: 0.875em;
}

.post-131.type-page .entry-content {
  max-width: 800px;
}

.post-131.type-page .entry-content h2 {
  position: relative;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.post-131.type-page .entry-content h3 {
  font-size: 2rem;
  margin-bottom: 0;
  margin-top: 1rem;
}

.post-131.type-page .entry-content h2::after {
  content: "";
  height: 6px;
  width: 100px;
  background-color: black;
  display: block;
  margin-top: 1rem;
}

.post-131.type-page .entry-content p {
  position: relative;
  line-height: 1.2;
}

.post-131.type-page .entry-content p::after {
  content: "";
  width: 10%;
  display: block;
  border-bottom: 2px dotted black;
  margin: 1rem 0;
}

.post-131.type-page .entry-content p:last-child::after {
  content: "";
  height: 6px;
  width: 100px;
  background-color: #000;
  border: 0;
}

.woocommerce-notices-wrapper {
  display: none;
}

.widget_shopping_cart .cart-icon .cart-icon-img {
  color: #000;
  text-shadow: none;
}

.widget_shopping_cart .cart-icon .cart-count {
  border: 2px solid #fff;
  font-weight: bold;
  background-color: #f9c6c4;
  color: #000;
  line-height: 1;
  width: 20px;
  height: 20px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  right: -4px;
  top: -4px;
}

#top-button {
  text-align: center;
  margin-bottom: 4rem;
}

#top-button .button-container {
  display: inline-block;
  cursor: pointer;
  transition: color 0.25s ease;
}

#top-button .text {
  font-weight: bold;
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 0.0625em;
}

#top-button .icon {
  position: relative;
  width: 2rem;
  height: 2rem;
  display: block;
  margin: 0.5rem auto 0;
  /*border: 2px solid #000;*/
  /* border-radius: 50%; */
  /* transition: border-color 0.25s ease; */
}

#top-button .icon svg {
  transform: rotate(-90deg);
  width: 100%;
  height: auto;
}

#top-button .icon svg path {
  transition: fill 0.25s;
}

/* #top-button .icon::before, */
/* #top-button .icon::after { */
/* content: ""; */
/* position: absolute; */
/* left: 50%; */
/* top: 50%; */
/* width: 30px; */
/* height: 2px; */
/* z-index: 1; */
/* background-color: #000; */
/* transform-origin: center center; */
/* transition: background-color 0.25s ease; */
/* } */

/* #top-button .icon::before { */
/* transform: translate(-87.5%, -50%) rotate(-40deg); */
/* } */

/* #top-button .icon::after { */
/* transform: translate(-12.5%, -50%) rotate(40deg); */
/* } */

#top-button .button-container:hover {
  color: #f9c6c4;
}

#top-button .button-container:hover .icon svg path {
  fill: #f9c6c4 !important;
}

/* #top-button .button-container:hover .icon::before, */
/* #top-button .button-container:hover .icon::after { */
/* background-color: #f9c6c4; */
/* } */

#shipping_method {
  list-style: none;
  padding: 0;
}

.phone_block {
  text-align: center;
  font-size: 1.125rem;
  margin: 0 0 60px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

.phone_block a {
  color: #000;
  font-size: 1.5rem;
  font-weight: 500;
  margin-left: 5px;
  transition: color 0.3s;
}

.phone_block a:hover {
  color: #f9c6c4;
}

.footer_container {
  display: flex;
  max-width: 1200px;
}

.info_block {
  display: flex;
  flex-direction: column;
  color: #fff;
  font-size: 1rem;
  line-height: 1.2;
}

.info_block a {
  color: #fff;
}

.info_block a:hover {
  color: #f9c6c4;
}

.info_block h2 {
  font-size: 1.125rem;
  margin: 0 0 10px;
}

#menu-footer > li > a {
  text-decoration: none;
  font-size: 1.125rem;
  font-family: TitleFont;
  line-height: 1;
  color: #fff;
}

.widget_nav_menu ul .sub-menu li a {
  font-size: 1rem;
  text-decoration: none;
}

#menu-footer > li {
  position: relative;
}

#menu-footer > li:before {
  content: "";
  width: 2px;
  height: 40px;
  background-color: #f9c6c4;
  position: absolute;
  top: 3px;
  left: -40px;
}

.socials {
  display: flex;
  margin-left: auto;
}

.socials a {
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  margin: 0 12px;
  transition: background-color 0.3s;
}

.socials a svg {
  width: 24px;
  height: 24px;
}

.socials a:hover {
  background-color: #f9c6c4;
}

h3.hcont {
  font-size: 2em;
  margin-top: 60px;
  font-weight: 500;
}

p.hcont {
  line-height: 1.5;
}

p.hcont strong {
  font-weight: 500;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 15px;
}

h3.hcont:after,
h2.hcont:after {
  content: "";
  height: 6px;
  width: 100px;
  background-color: #000;
  display: block;
  margin: 15px 0 30px;
}

.map {
  width: 100%;
  /* margin-left: -25vw; */
  height: 500px;
}

.entry-content:empty {
  display: none;
}

.wp-block-table {
  margin: 0;
}

.wp-block-table table tbody tr td {
  padding: 1.375rem 0em;
}
.wp-block-table table tbody tr td:nth-of-type(1) {
  width: 100%;
}
.wp-block-table table tbody tr td:nth-of-type(2) {
  padding: 1.375rem 4rem 1.375rem 1rem;
  line-height: 2.2;
  vertical-align: bottom;
}
.wp-block-table table tbody tr td:nth-of-type(3) {
  font-weight: bold;
  font-size: 1.5rem;
  font-family: TitleFont;
  line-height: 1.5;
  vertical-align: bottom;
  white-space: nowrap;
  text-align: right;
}
.wp-block-table table tbody tr + tr td {
  border-top: 1px dotted #000;
}
.wp-block-table table tbody tr td strong {
  font-family: TitleFont;
  font-size: 2.375rem;
  line-height: 1.1;
  text-transform: uppercase;
}

.wp-block-table table tbody tr:nth-child(even) td,
.wp-block-table table tbody tr:nth-child(even) th {
  background-color: transparent;
}

#content {
  position: relative;
}
.v_title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16vw;
}

.v_title span {
  writing-mode: vertical-rl;
  font-family: TitleFont;
  font-size: 5vw;
  text-transform: uppercase;
  transform: rotate(180deg);
  position: sticky;
  top: 2.5rem;
}

@media all and (max-width: 1919px) {
  .v_title {
    left: 4vw;
  }
}
@media all and (max-width: 1599px) {
  .v_title {
    left: 3vw;
  }
}
@media all and (max-width: 1199px) {
  .v_title {
    display: none;
  }
}
@media all and (max-width: 499px) {
  .wp-block-table table tbody tr td:nth-of-type(2) {
    padding: 1.375rem 1rem 1.375rem 1rem;
  }
  .wp-block-table table tbody tr td strong {
    font-size: 2rem;
    line-height: 1;
  }
}

/* --- Reveal --- */
.reveal {
  opacity: 0;
  -webkit-transform: translate3d(0, 100px, 0);
  -ms-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0);
  -webkit-transition: opacity 0.7s, transform 0.7s;
  -moz-transition: opacity 0.7s, transform 0.7s;
  -o-transition: opacity 0.7s, transform 0.7s;
  transition: opacity 0.7s, transform 0.7s;
}

.reveal.reveal_right {
  -webkit-transform: translate3d(100px, 0, 0);
  -ms-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0);
}

.reveal.reveal_right {
  -webkit-transform: translate3d(-100px, 0, 0);
  -ms-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0);
}

.reveal.reveal_fade {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.reveal.reveal_visible {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* popup overlay */
#popup-overlay {
  position: fixed;
  top: 50%;
  /* left: -50%; */
  width: 50%;
  height: 50%;
  background-color: rgba(0, 0, 0, 0.76);
  justify-content: center;
  align-items: center;
  z-index: 10000;
  display: none;
  transform: translate(50%, -50%);
}

#popup-overlay.visible {
  display: block;
  pointer-events: auto;
}

#popup-overlay p {
  color: white;
  font-size: 1.5rem;
  text-align: center;
  padding: 2rem;
}

.popup {
  position: relative;
  top: 45%;

  transform: translateY(-45%);
}

.popup-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.popup-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
}

.popup-close::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.popup-close::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup-close::before,
.popup-close::after {
  content: "";
  width: 100%;
  height: 6px;
  background-color: white;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transition: background-color 0.35s;
  -moz-transition: background-color 0.35s;
  -o-transition: background-color 0.35s;
  transition: background-color 0.35s;
}

.popup-close:hover::before,
.popup-close:hover::after {
  background-color: #fabfba;
}

.popup-close {
  cursor: pointer;
  z-index: 10001;
}

.popup .button {
  transition: background-color 0.35s, border 0.35s;
}

#popup-overlay.visible,
#popup-overlay.visible .popup-close {
  pointer-events: auto;
}
