/* Functions */
* {
  box-sizing: border-box;
}

html {
  font-size: 12px;
}

body {
  padding: 0px 0rem;
  margin: 0px;
  font-size: 1rem;
  font-weight: 400;
  background-color: #fff;
  font-family: "urw-din", sans-serif;
  /*border:solid 60px #fff;*/
  /*padding:60px;*/
  height: 100vh;
  word-wrap: normal;
}

.product_cat_description {
  font-size: 1.52em;
  color: #231f20;
  padding: 1em 0 0 0;
  max-width: 700px;
  padding-left: 2em;
  padding-right: 2em;
}

.woofc-area {
  font-family: "urw-din", sans-serif !important;
  font-size: 14px;
}
.woofc-area a, .woofc-area input, .woofc-area p {
  font-family: "urw-din", sans-serif !important;
}

a:focus, input:focus, textarea:focus, button:focus {
  outline: none;
  outline-color: transparent;
}

.hidden_controlls, .hidden {
  display: none !important;
}

.info_header {
  margin: 3em;
  color: #231f20;
}

@media (min-width: 768px) {
  body {
    padding: 0px 2rem;
  }
  .product_cat_description {
    padding-left: 0;
    padding-right: 0;
    font-size: 2em;
  }
}
@media (min-width: 1770px) {
  body {
    padding: 0px 7rem;
  }
}
a {
  text-decoration: none;
}

a:hover, a:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6, p, ul {
  margin: 0;
}

strong {
  font-weight: 700;
}

.main_padding {
  padding: 0 0 0 0.6em;
}

img {
  display: block;
  /*max-width:100%;*/
}

.container {
  max-width: 1880px;
  margin: auto;
}

.container-flex {
  display: flex;
}

.main_content_flexed {
  flex-grow: 1;
}

.hidden {
  display: none;
}

/* TYPOGRAPHY */
h1 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.5px;
}

h3 {
  font-size: 3rem;
  font-weight: 500;
}

/* LAYOUT */
.pagination, .woocommerce-pagination {
  border-top: none;
  border-bottom: none;
}

.category_header {
  justify-content: space-between;
  align-items: flex-start;
  /*border-top: solid 1px #fafafa;
  border-bottom: solid 1px #fafafa;*/
  flex-direction: column;
}

@media (min-width: 890px) {
  .category_header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    /*border-top: solid 1px #fafafa;
    border-bottom: solid 1px #fafafa;*/
  }
}
.woocommerce-breadcrumb a:first-of-type::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: inherit;
  vertical-align: baseline;
  content: "";
  margin-right: 0.5407911001em;
}

.woocommerce-breadcrumb {
  font-size: 2rem;
  font-weight: 700;
  color: #dac5ca;
  display: flex;
  align-items: center;
}
.woocommerce-breadcrumb a {
  text-decoration: none;
  color: #231f20;
  margin-right: 0.5em;
}
.woocommerce-breadcrumb .arrow_link .arrow_link_arrow {
  margin-right: 0.5em;
}

.chapter_header {
  padding: 2em 1em;
  border-bottom: solid 1px #f1f1f1;
}
.chapter_header h1 {
  font-size: 1rem;
  color: #dac5ca;
}
.chapter_header h1 a {
  color: #231f20;
}

@media (min-width: 792px) {
  .chapter_header {
    padding: 2em 0;
    border-bottom: none;
  }
  .chapter_header h1 {
    font-size: 2rem;
    color: #dac5ca;
    font-weight: 500;
  }
  .chapter_header h1 a {
    color: #231f20;
  }
}
.section_header {
  width: 90%;
}
.section_header h2 {
  font-size: 2rem;
  color: #231f20;
  font-weight: 500;
  padding-top: 1.05em;
  margin: 1.52em auto;
}
.section_header .small_header {
  font-size: 1.26rem;
}
.section_header .left_border {
  border-left: solid 2px #231f20;
  /* margin-left:1em;*/
  padding-left: 1em;
}
.section_header .right_border {
  border-right: solid 2px #231f20;
}

@media (min-width: 768px) {
  .section_header h2 {
    font-size: 2.5rem;
    color: #231f20;
    font-weight: 500;
    padding-top: 1.35em;
    margin: 2em auto;
  }
  .small_header {
    font-size: 1.6rem;
  }
}
/* BUTTONS */
.btn, a.button, button {
  font-size: 1.2rem !important;
  font-weight: 400 !important;
  color: #665e60;
  padding: 1em 2.12em !important;
  letter-spacing: 1px !important;
  cursor: pointer !important;
  border: none !important;
  text-transform: uppercase !important;
  transition: opacity 0.6s, background 0.6s;
}
.btn.inactive, a.button.inactive, button.inactive {
  opacity: 0.5;
}

.btn-primary {
  background: #dac5ca;
}
.btn-primary:hover, .btn-primary:focus {
  background: #231f20;
  color: #fafafa;
}

.btn-secondary {
  background: #ccc;
}
.btn-secondary:hover, .btn-secondary:focus {
  background: #231f20;
  color: #fafafa;
}

.arrow_link {
  display: flex;
  align-items: center;
}
.arrow_link .arrow_link_arrow {
  height: 9px;
  width: 70px;
  background-image: url(../img/icons/arrow_link.svg);
  background-position: right;
  background-repeat: no-repeat;
  background-size: auto 11px;
  margin-right: 2em;
}
.arrow_link span {
  font-size: 1rem;
  color: #231f20;
  font-weight: 300;
  letter-spacing: 1px;
}

@media (min-width: 550px) {
  .arrow_link span {
    font-size: 1.4rem;
  }
}
.single_arrow_ctrl {
  display: inline-block;
  padding: 1em;
  color: #dac5ca;
  background-color: #fafafa;
  transition: background 0.5s;
}
.single_arrow_ctrl i {
  color: #231f20;
  font-size: 2rem;
}
.single_arrow_ctrl:hover {
  background-color: #665e60;
}
.single_arrow_ctrl:hover i {
  color: #dac5ca;
}

.swiper-slide {
  cursor: grab;
}

.entry-title {
  color: #231f20;
}

.hentry.type-page .entry-header {
  border-bottom: 0;
  margin-bottom: 0;
  /*margin-top: 6em;*/
  padding: 1em 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.hentry.type-page .entry-header h1 {
  font-size: 2.75rem;
  padding-left: 20px;
}

@media (min-width: 768px) {
  .hentry.type-page .entry-header h1 {
    padding-left: 0px;
  }
}
/* NOITIFICATIONS */
.woocommerce-notices-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.woocommerce-message .button {
  order: 3;
  flex-grow: 4;
  width: 100%;
  color: #b09fa3;
  margin-left: 0px;
  padding: 0px;
  margin-top: 1em;
}
.woocommerce-message .button:hover {
  color: #231f20;
}

.dressing_info_logo {
  width: 1em;
  margin-right: 1em;
  margin-bottom: 10px;
  display: none;
}

.return-to-shop {
  display: none;
}

.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments, .cart-empty {
  padding: 1em 1em;
  background: #231f20;
  /*  box-shadow: 0px 2px 8px -4px #121212;*/
  margin: 1.5rem 0rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 730px;
  font-size: 1.62rem;
  border-left: none;
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 500;
}
.woocommerce-message a, .woocommerce-info a, .woocommerce-error a, .woocommerce-noreviews a, p.no-comments a, .cart-empty a {
  color: #fff;
  font-size: 0.61em;
  display: block;
}
.woocommerce-message a:hover, .woocommerce-info a:hover, .woocommerce-error a:hover, .woocommerce-noreviews a:hover, p.no-comments a:hover, .cart-empty a:hover {
  color: #e1d1d5;
}

/*GENERIC*/
.small_container {
  width: 90%;
  max-width: 600px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.small_container article {
  margin: 3em 0 6em 0;
}
.small_container h1 {
  font-size: 3rem;
  font-weight: 700;
  color: #231f20;
  text-align: center;
  margin-bottom: 1em;
}
.small_container h3 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 1em;
  color: #231f20;
}
.small_container p {
  font-size: 1.4rem;
  font-weight: 300;
  color: #231f20;
  margin-bottom: 2em;
}
.small_container .blocks-gallery-grid, .small_container .wp-block-gallery {
  display: flex;
  flex-wrap: nowrap;
  list-style-type: none;
  padding: 0;
  justify-content: center;
  align-items: center;
}
.small_container .wp-block-gallery.columns-3 .blocks-gallery-image, .small_container .wp-block-gallery.columns-3 .blocks-gallery-item {
  margin: 7%;
}
.small_container .wp-block-gallery .blocks-gallery-image, .small_container .wp-block-gallery .blocks-gallery-item {
  flex-grow: 0;
}
.small_container .generic_article {
  width: 100%;
}

.main_image {
  text-align: center;
  margin: 5em 0 6em 0;
}
.main_image img {
  margin: auto;
}

#closed_banner {
  border-top: solid 1px #e9e9e9;
  border-bottom: solid 1px #e9e9e9;
  padding: 10px 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  position: relative;
  z-index: 10;
}
#closed_banner .closed_banner_shape {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
#closed_banner .closed_banner_shape h1 {
  font-size: 14px;
}
#closed_banner .closed_banner_shape p {
  font-size: 14px;
  color: #231f20;
  font-weight: 700;
}

@media (min-width: 768px) {
  #closed_banner {
    padding: 10px 0px;
  }
  #closed_banner .closed_banner_shape h1 {
    font-size: 20px;
  }
  #closed_banner .closed_banner_shape p {
    font-size: 20px;
  }
}
.aws-search-result {
  z-index: 10;
}/*# sourceMappingURL=styles.css.map */