/* Master.css for Afscheidskleedjes.nl */

/* Fonts */

@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/lora-v17-latin-regular.woff2'); /* IE9 Compat Modes */
}

@font-face {
  font-family: 'Lora 500';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/lora-v17-latin-500.woff2'); /* IE9 Compat Modes */
}

@font-face {
  font-family: 'Lora Italic';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/lora-v17-latin-italic.woff2'); /* IE9 Compat Modes */
}

/* Core */

body {
  font-family: 'Lora 500';
  background-color: #a8beae;
  color: #333;
}

p {
  font-size: 1.15rem;
  line-height: 1.65;
}

/* Links */

a {
  color: #595e95;
  text-decoration: none;
}

a:hover {
  color: #595e95;
  opacity: .75;
}

/* Overlap */

.overlap {
  position: relative;
  margin-top: -3rem;
}

/* Paddings */

.p-6 {
  padding: 6rem;
}

.py-6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.pt-6 {
  padding-top: 6rem;
}

.pb-6 {
  padding-bottom: 6rem;
}

/* Backgrounds */

.bg-darkgreen {
  background-color: #a8beae;
}

.bg-lightgreen {
  background-color: #d4dfd7;
}

.bg-lavendel {
  background-color: #595e95;
}

/* Heroes */

.hero {
  height: 60vh;
  position: relative;
  background-size: cover;
  background-position: center center;
}

  .home .hero {
    height: 100vh;
  }

.hero div {
  z-index: 10;
}

  .hero::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	background: rgb(34,34,34);
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 20%);
    opacity: .65;
  }

.hero .hero-title {
  font-size: 6rem;
  color: #fff;
  text-shadow: 0 0 30px #000;
}

.hero .hero-subtitle {
  font-size: 2.5rem;
  color: #fff;
  opacity: .75;
  text-shadow: 0 0 30px #000;
}

.hero.hero-single_product .hero-title {
  font-size: 3rem;
}

/* Headings */

h1, h2, h3, h4, h5 {
  font-family: 'Lora Italic';
}

.title {
  font-size: 3.5rem;
}

/* Images */

.object-fit_cover {
  object-fit: cover;
}

/* Buttons */

.btn.btn-primary, .btn.btn-primary:active, .btn.btn-primary:visited {
  font-size: 1.25rem;
  background-color: #595e95;
  border-color: #595e95;
  color: #fff;
  padding: .5rem 2rem;
}

/* Header */

header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

header .logo {
  width: 60px;
  position: relative;
  top: -.75rem;
  left: 1.25rem;
}

header .bi {
  position: relative;
  top: -2px;
}

header .icon {
  width: 46px;
  height: 45px;
  text-align: center;
  line-height: 44px;
  position: relative;
  border-radius: 50%;
  top: -4px;
}

/* Navbar */

.navbar-dark .navbar-brand {
  font-size: 1.5rem;
}

.navbar-dark .navbar-nav .nav-link {
  font-size: 1.25rem;
  margin: 0 .75rem;
  color: #fff;
}

.navbar-dark .navbar-nav .nav-item .btn {
  font-size: 1.25rem;
  background-color: #595e95;
  border-color: #595e95;
  color: #fff;
  padding: .5rem 2rem;
}

.navbar-dark .navbar-nav .nav-item_cart {
  margin-right: .5rem;
}

/* Products */

.product .product-title {
  font-size: 1.5rem;
}

.product .product-tag {
  opacity: .5;
}

.product .product-image {
  height: 275px;
  object-fit: cover;
}

.woocommerce button,
.product .product-button {
  font-size: 1.15rem;
  background-color: #595e95;
  border-color: #595e95;
  color: #fff;
  padding: .5rem 2rem;
  border-radius: .25rem;
  width: 100%;
  text-align: center;
  display: block;
}

.product .product-price {
  font-size: 1.25rem;
}

/* Single Product */

.single-product .single-product_overlap {
  margin-top: -3rem;
  position: relative;
}

.single-product .woocommerce-product-gallery,
.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image a img {
  height: 100%;
  width: 100%;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  display: none;
}

.single-product table.variations {
  width: 100%;
  margin-bottom: 1rem;
}

.single-product table.variations .label {
  display: block;
  font-size: 1.25rem;
  padding-top: .5rem;
  width: 100%;
}

.single-product table.variations .value {
  display: block;
  width: 100%;
}

.single-product table.variations .reset_variations {
  display: none !important;
}

.single-product table.variations .value select,
.single-product .quantity input {
  border: 1px solid #dee2e6;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
  padding: .75rem;
  width: 100%;
}

.single-product .quantity::before {
  content: "Aantal";
  display: inline-block;
  font-size: 1.25rem;
}

.single-product .summary .price {
  font-size: 1.5rem;
  margin: 1rem 0;
  padding-bottom: 1rem;
  border-bottom: 1px solid #dee2e6;
}

.single-product .summary .woocommerce-variation-price .price {
  font-size: 1.25rem;
  border: 0;
  opacity: .75;
  display: block;
  margin: 0;
}

.single-product .summary .single_add_to_cart_button {
  margin-top: 1.5rem;
  font-size: 1.25rem;
  background-color: #595e95;
  border-color: #595e95;
  color: #fff;
  padding: 1.25rem 2rem;
  border-radius: .25rem;
  width: 100%;
  text-align: center;
  display: block;
}

.single-product .woocommerce-tabs ul.tabs li {
  display: inline-block;
  padding: .25rem 1.25rem;
  margin-bottom: 1rem;
  border-radius: .5rem;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
}

.single-product #reviews p {
  display: block;
}

/* Cart */

.woocommerce-info, .woocommerce-noreviews, p.no-comments {
  padding: 1rem 1.5rem;
  background-color: lavender;
}

.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
  background-color: lavender;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
}

.woocommerce-shipping-destination {
	display: none;
}

/* Tips */

.tips .tips-item img {
  height: 250px;
  width: 100%;
}

.tips .tips-item h4 {
  min-height: 86.4px;
}

.tips .tips-item .btn {
  font-size: 1.05rem;
}

/* Reviews */

.reviews .reviews-stars::before {
  content: "★★★★★";
  font-size: 1.5rem;
  color: orange;
  margin-bottom: 1rem;
  display: block;
}

/* Story */

.story img {
  max-height: 920px;
  object-fit: cover;
}

.story-page p {
  margin-bottom: 2.5rem;
}

.story-page p:last-child {
  margin-bottom: 0;
}

.story-page img {
  padding: 1.5rem;
  background-color: lavender;
  max-height: none;
  height: 100%;
  object-fit: contain;
}

/* Newsletter */

.wpcf7 label,
.wpcf7 input,
.wpcf7 textarea,
.wpcf7-form-control-wrap {
  width: 100%;
}

.wpcf7 label {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.wpcf7 input,
.wpcf7 textarea {
  border: 1px solid #dee2e6;
  padding: .5rem;
  margin-top: 1rem;
}

.wpcf7 input[type="submit"] {
  background-color: #595e95;
  color: #fff;
  border: 0;
  margin-top: 0;
  font-size: 1.15rem;
  padding: 1rem;
}

.wpcf7 .radio-waardering {
  text-align: center;
}

.wpcf7 .radio-waardering .wpcf7-list-item-label {
	font-size: 1.5rem;
	color: orange;
}

.wpcf7 .ajax-loader {
  position: absolute;
  left: 0;
  bottom: -2.5rem;
}

.newsletter form input[type="text"],
.newsletter form input[type="email"] {
  padding: 1rem;
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
  width: 100%;
}

.newsletter form input[type="text"]::placeholder,
.newsletter form input[type="email"]::placeholder {
  color: #fff;
}

.newsletter form input[type="submit"] {
  background-color: #a8beae;
  color: #fff;
  padding: .5rem;
  width: 100%;
  display: inline-block;
  border: 0;
}

.newsletter .wpcf7-spinner {
	position: absolute;
}

/* Cart */

.woocommerce-cart-form .table .product-thumbnail img {
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
}

.woocommerce .checkout-button {
  font-size: 1.25rem;
  background-color: #595e95;
  border-color: #595e95;
  color: #fff;
  padding: .5rem 2rem;
}

/* Checkout */

.woocommerce .checkout .col-1,
.woocommerce .checkout .col-2 {
  width: 100%;
}

.woocommerce .checkout label,
.woocommerce .checkout input,
.woocommerce .checkout textarea {
  width: 100%;
}

.woocommerce .checkout input,
.woocommerce .checkout textarea {
  border: 1px solid #ccc;
  border-radius: .25rem;
  padding: .5rem;
}

.woocommerce .checkout h3 {
  margin: 1.5rem 0;
}

.woocommerce .checkout .form-row {
  display: inline-block;
  width: 48%;
  margin-bottom: 1rem;
  float: none;
  margin-right: 2%;
}

#payment .mollie-gateway-icon {
  padding: 0;
}

#payment .wc_payment_methods {
  padding: 0;
  list-style: none;
}

#payment .wc_payment_methods li.wc_payment_method {
  padding: 1.5rem;
  background-color: #f8f8f8;
  display: inline-block;
  border-radius: .5rem;
}

#payment .wc_payment_methods li.wc_payment_method label {
  font-size: 1.25rem;
  font-weight: bold;
}

.woocommerce-terms-and-conditions-wrapper {
  display: none;
}

/* Footer */

footer .footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
  opacity: .85;
}

footer .footer-list li {
  padding: .25rem 0;
}

.audio-player {
  position: fixed;
  right: 0;
  bottom: 0;
  display: inline-block;
}

/* Responsive */

@media (max-width: 768px) {
  .hero .hero-title { font-size: 2.5rem; }
  .hero .hero-subtitle { font-size: 1.75rem; }
  .title { font-size: 2rem; }

  .py-6 { padding-top: 3rem; padding-bottom: 3rem; }
  .p-6 { padding: 3rem; }

  video { width: 100%; }

}
