@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Bilo";
  src: url("../../../fonts/Bilo.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
.button {
  font-family: "Bilo", sans-serif;
  font-weight: 700;
  font-size: 18px;
  background-color: #E29E18;
  border-radius: 100px;
  color: white;
  padding: 12px 32px;
  display: inline-block;
  transition: 0.3s;
  border: 2px solid #E29E18;
}
.button:hover {
  background-color: transparent;
  transition: 0.3s;
  color: #E29E18;
  text-decoration: unset;
}
.button:hover svg {
  fill: #E29E18;
  transition: 0.3s;
}
.button svg {
  width: 16px;
  fill: white;
  margin-left: 10px;
  position: relative;
  top: 1px;
  transition: 0.3s;
}

.button_hover-active {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 18px;
  background-color: transparent;
  border-radius: 100px;
  color: #E29E18;
  padding: 12px 32px;
  display: inline-block;
  transition: 0.3s;
  border: 2px solid #E29E18;
  text-transform: uppercase;
}
.button_hover-active:hover {
  background-color: #E29E18;
  transition: 0.3s;
  color: white;
  text-decoration: unset;
}

.background_object {
  width: 20%;
  height: 250px;
  background: #3978D0;
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 999px) and (min-width: 600px) {
  .background_object {
    width: 20%;
    height: 250px;
  }
}
@media (max-width: 599px) {
  .background_object {
    width: 22%;
    height: 210px;
  }
}
@media (min-width: 1900px) {
  .background_object {
    width: 29vw;
  }
}
@media (min-width: 2800px) {
  .background_object {
    width: 30vw;
  }
}
@media (min-width: 3300px) {
  .background_object {
    width: 33vw;
  }
}
main#main {
  max-width: 1600px;
  margin: 0 auto;
}

div#primary {
  padding: 0 30px;
}

.woocommerce-product-gallery__wrapper {
  max-width: 500px !important;
  width: 100%;
  height: 470px !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50px 50px 0 0;
  margin-bottom: 50px !important;
}
.woocommerce-product-gallery__wrapper img {
  max-width: 500px !important;
  width: 100%;
  height: 470px !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50px 50px 0 0;
}

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

ul.tabs.wc-tabs {
  display: none;
}

.woocommerce div.product .woocommerce-tabs .panel {
  padding: 30px 0;
  font-family: "Raleway", sans-serif;
}
.woocommerce div.product .woocommerce-tabs .panel p {
  font-family: "Bilo", sans-serif;
  font-size: 19px;
}

.product.type-product {
  padding: 70px 0px 0;
}

.product-title-divider {
  height: 2px;
  background-color: #E29E18;
  width: 100%;
  margin: 15px 0 20px;
  border: none;
  opacity: 1;
}

.woocommerce-product-details__short-description {
  margin: 30px 0;
  padding-right: 50px;
  font-family: "Bilo", sans-serif;
}
.woocommerce-product-details__short-description p {
  font-size: 19px;
}

.product-extra-informatie p {
  margin-bottom: 5px;
  font-family: "Bilo", sans-serif;
  font-size: 19px;
}

button.single_add_to_cart_button.button.alt {
  margin-top: 30px;
  background: #E29E18;
  padding: 12px 60px 12px 24px !important;
  border-radius: 100px;
  border: 2px solid #E29E18;
  text-transform: capitalize !important;
  color: white !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s;
}
button.single_add_to_cart_button.button.alt:hover {
  background-color: white;
  transition: 0.3s all;
  color: #E29E18 !important;
}

.summary.entry-summary {
  width: 60% !important;
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
  width: 30% !important;
}

.product_meta a {
  color: #3B3935;
  text-decoration: underline;
}

a.button.terug-naar-winkel-knop {
  background-color: #3B3935 !important;
  border: 2px solid white !important;
  font-family: "Raleway", sans-serif;
  transition: 0.3s all;
  margin-left: 0px !important;
  padding: 16px 32px !important;
  font-size: 16px;
  font-weight: bold;
  text-decoration: unset !important;
  border-radius: 100px !important;
  width: -moz-fit-content;
  width: fit-content;
  color: white !important;
  margin-top: 20px;
}
a.button.terug-naar-winkel-knop:hover {
  background-color: white !important;
  color: #3B3935 !important;
  border: 2px solid #3B3935 !important;
}

div#reviews {
  display: none;
}

.woocommerce div.product .product_title {
  line-height: 60px;
  margin-bottom: 30px;
  font-family: "Raleway", sans-serif;
}

@media (max-width: 1200px) and (min-width: 800px) {
  .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images, .summary.entry-summary {
    width: 48% !important;
  }
}
@media (max-width: 799px) and (min-width: 500px) {
  .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images, .summary.entry-summary {
    width: 100% !important;
  }
  .woocommerce-product-gallery__wrapper img, .woocommerce-product-gallery__wrapper {
    max-width: 100% !important;
  }
  .woocommerce-product-gallery__wrapper img {
    height: 390px !important;
  }
  .woocommerce div.product div.summary {
    margin-top: 60px;
  }
}
@media (max-width: 499px) {
  .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images, .summary.entry-summary {
    width: 100% !important;
  }
  .woocommerce-product-gallery__wrapper img, .woocommerce-product-gallery__wrapper {
    max-width: 100% !important;
  }
  .woocommerce-product-gallery__wrapper img {
    height: 300px !important;
  }
  .woocommerce div.product div.summary {
    margin-top: 30px;
  }
  .woocommerce-product-gallery__wrapper {
    margin-bottom: 0px !important;
    height: 390px !important;
  }
  .woocommerce div.product .product_title {
    line-height: 45px;
  }
  .product.type-product {
    padding-top: 40px;
  }
  .woocommerce-error li, .woocommerce-message {
    line-height: 30px !important;
  }
  .woocommerce-error a.button.wc-forward, .woocommerce-message a.button.wc-forward {
    display: inline-block;
    margin: 20px 0 0 0;
    font-size: 16px !important;
    line-height: 25px !important;
  }
}
.woocommerce-error {
  border: 3px solid #b81c23;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
.woocommerce-error li {
  line-height: 44px;
  margin-bottom: 0;
  font-size: 18px;
}
.woocommerce-error a.button.wc-forward {
  padding-right: 24px !important;
}

.woocommerce-message {
  border: 3px solid #8fae1b;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  line-height: 44px;
  margin-bottom: 0;
  font-size: 18px;
}
.woocommerce-message a.button.wc-forward {
  padding-right: 24px !important;
}

.woocommerce-error::before {
  top: 27px;
}

a.button.wc-forward {
  background: #DADE64;
  padding: 12px 50px 12px 24px !important;
  border-radius: 100px;
  border: 2px solid white;
  text-transform: capitalize !important;
  color: #3B3935 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s;
}
a.button.wc-forward:hover {
  background-color: white !important;
  transition: 0.3 all !important;
}



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