.menurightpart .logokatienat svg {
  width: 160px;
  margin-top: 6px;
  display: block;
}
.menurightpart .carticon a svg {
  width: unset;
}

@media screen and (max-width: 850px) {
  .menurightpart {
    margin-right: 10px;
  }
  .menurightpart .searchicon {
    display: flex;
    position: relative;
    margin: auto 5px;
  }
  .menurightpart .searchicon .searchpicto {
    padding: 0 10px;
    margin-top: 4px;
  }
  .menurightpart .searchicon .aws-container {
    display: none;
    position: absolute;
    bottom: -10px;
    right: 0;
    width: 180px;
    transform: translate3d(0, 100%, 0);
  }
  .menurightpart .searchicon .aws-container label {
    display: none;
  }
  .menurightpart .searchicon .aws-container .aws-search-field {
    position: initial;
    left: unset;
    right: unset;
    background-color: white !important;
    padding: 6px 10px;
  }
  .menurightpart .searchicon .aws-container.d-block {
    display: block;
  }
}
.page-template-home .tctcta {
  margin-top: 0;
  grid-column: 6/span 4;
}

footer .contactC .contacttite {
  text-align: center;
}

@media screen and (max-width: 850px) {
  .single-product #main {
    margin-top: 22px;
  }
}
html body button.button.single_add_to_cart_button {
  text-decoration: none;
  width: 330px;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "Roboto";
  font-weight: 400;
  padding: 18px 0;
  background-color: #1b182a !important;
  color: white !important;
  border: 1px solid #1b182a !important;
  margin: 0 auto;
  border-radius: 0;
}
html body button.button.single_add_to_cart_button:hover {
  background-color: transparent !important;
  color: #1b182a !important;
}
html body button.button.single_add_to_cart_button.disable, html body button.button.single_add_to_cart_button.disable:hover {
  opacity: 0.4;
  background-color: #1b182a !important;
  color: white !important;
}

.woocommerce a.button.alt {
  background-color: #1b182a !important;
  color: white !important;
  border: 1px solid #1b182a !important;
  margin: 0 auto;
}
.woocommerce a.button.alt:hover {
  background-color: transparent !important;
  color: #1b182a !important;
}

.wlfmc-add-to-wishlist {
  display: flex !important;
  margin-bottom: 10px;
  justify-content: flex-end;
}
.wlfmc-add-to-wishlist .wlfmc-add-button {
  position: relative;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
  width: 100%;
}
.woocommerce div.product div.images.woocommerce-product-gallery .additionalsimgs {
  justify-content: center;
}
.woocommerce div.product div.images.woocommerce-product-gallery .additionalsimgs .swiper-slide {
  margin-right: 0px;
  height: 80px !important;
  width: auto !important;
  margin-top: 20px !important;
}
.woocommerce div.product div.images.woocommerce-product-gallery .additionalsimgs .swiper-slide img {
  height: 100% !important;
  width: auto !important;
}

html body .woocommerce div.product div.summary {
  width: 100% !important;
  clear: unset;
  float: unset;
  margin-top: 12px !important;
}
@media screen and (max-width: 850px) {
  html body .woocommerce div.product div.summary {
    width: 90% !important;
    margin: 0 auto;
  }
}
html body .woocommerce div.product div.summary .price {
  color: black !important;
}

.woocommerce div.product .stock {
  color: black !important;
}

html body .woocommerce ul.products li.product, html body .woocommerce-page ul.products li.product {
  float: unset !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  width: 100% !important;
}
@media screen and (max-width: 850px) {
  html body .woocommerce ul.products li.product, html body .woocommerce-page ul.products li.product {
    margin-top: 40px !important;
  }
}

html body .woocommerce .products ul::after, html body .woocommerce .products ul::before, html body .woocommerce ul.products::after, html body .woocommerce ul.products::before {
  content: unset;
  display: none;
}

.single-product .swiper-pagination {
  position: relative !important;
  top: unset !important;
  left: unset !important;
  right: unset !important;
  bottom: unset !important;
  display: none;
}
@media screen and (max-width: 850px) {
  .single-product .swiper-pagination {
    display: block;
  }
}

.woocommerce ul.products {
  display: grid !important;
}

@media screen and (max-width: 450px) {
  section.related.products ul.products.columns-4 {
    display: flex !important;
  }
}
@media screen and (min-width: 850px) {
  form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr:nth-last-child(2) td {
    border-bottom: none !important;
  }
}
.carttitle {
  margin-top: 20px;
  margin-bottom: 0px;
}

.cart_totals h2, .carttitle {
  font-size: 25px;
}

html body .woocommerce .woocommerce-cart-form {
  grid-column: 1/span 8;
}
html body .woocommerce .woocommerce-cart-form table.shop_table {
  border: 1px solid #ffffff !important;
  margin-top: 10px;
}
@media screen and (max-width: 850px) {
  html body .woocommerce .woocommerce-cart-form table.shop_table {
    border: none !important;
  }
}
html body .woocommerce .woocommerce-cart-form table.shop_table .actions {
  background-color: transparent;
  padding: 0 !important;
  border-bottom: none !important;
}
html body .woocommerce .woocommerce-cart-form table.shop_table tr th {
  padding: 8px 0px !important;
}
html body .woocommerce .woocommerce-cart-form table.shop_table tr th:first-child {
  padding-left: 10px !important;
}
html body .woocommerce .woocommerce-cart-form table.shop_table tr:last-child {
  border-bottom: 1px solid #ffffff !important;
}
html body .woocommerce .woocommerce-cart-form table.shop_table tr td {
  padding: 9px 12px !important;
  border-bottom: none !important;
  display: table-cell;
}
html body .woocommerce .woocommerce-cart-form table.shop_table tr td.product-infos .thumbnail_img {
  display: inline-block;
  vertical-align: middle;
}
html body .woocommerce .woocommerce-cart-form table.shop_table tr td.product-infos .productinfosdetails {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 850px) {
  html body .woocommerce .woocommerce-cart-form table.shop_table tr:last-child {
    border-bottom: none !important;
  }
  html body .woocommerce .woocommerce-cart-form table.shop_table tr td {
    border-bottom: 1px solid #ffffff !important;
    border-top: none !important;
  }
}
html body .woocommerce .woocommerce-cart-form table.shop_table button[name=update_cart] {
  font-size: 12px;
  padding: 9px 12px !important;
  margin-right: 5px;
  margin-bottom: 5px;
}
html body .woocommerce .cart-collaterals {
  grid-column: 9/13;
}
html body .woocommerce .cart-collaterals .cart_totals .containercarttotal {
  margin: 0;
  margin-top: 20px;
  padding: 10px;
  display: block;
}
html body .woocommerce .cart-collaterals .cart_totals .containercarttotal table {
  margin-bottom: 0;
}
html body .woocommerce .cart-collaterals .cart_totals .containercarttotal table th {
  margin-left: 5px;
}
html body .woocommerce .cart-collaterals .cart_totals .containercarttotal table tr.woocommerce-shipping-totals.shipping {
  width: 100%;
  display: table-row;
}
html body .woocommerce .cart-collaterals .cart_totals .containercarttotal table tr.woocommerce-shipping-totals.shipping td {
  width: 100%;
}
html body .woocommerce .cart-collaterals .cart_totals .containercarttotal table td {
  padding: 10px 0 !important;
  background-color: transparent !important;
}
html body .woocommerce .cart-collaterals .cart_totals .containercarttotal table td form.woocommerce-shipping-calculator {
  flex-direction: row;
  justify-content: flex-end;
}
html body .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button {
  font-size: 16px !important;
  line-height: 1.3 !important;
}

.woocommerce form.checkout.woocommerce-checkout {
  margin-top: 40px !important;
}

@media screen and (max-width: 450px) {
  .woocommerce ul.products, .woocommerce-page ul.products {
    column-gap: 10px;
  }
}
.home__video {
  padding: 50px 0;
}
@media screen and (max-width: 850px) {
  .home__video {
    display: flex !important;
    flex-direction: column;
    align-items: center;
  }
}
.home__video .video-container {
  grid-column: 1/span 6;
}
.home__video .video-container video {
  width: 100%;
  mix-blend-mode: darken;
}
.home__video-right {
  grid-column: span 6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 850px) {
  .home__video-right {
    align-items: center;
    width: 100%;
  }
}
.home__video-right .home__title {
  color: #1b182a;
  font-family: "Roboto";
  font-size: 40px;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 48px;
}
.home__video-right .home__buttons {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 850px) {
  .home__video-right .home__buttons {
    flex-direction: column;
    align-items: center;
  }
}
.home__video-right .home__button {
  padding: 20px 30px;
  background-color: #1b182a;
  color: #f3eadf;
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid #1b182a;
  text-decoration: none;
  text-transform: uppercase;
}
.home__video-right .home__button:hover {
  background-color: #f3eadf;
  color: #1b182a;
  border: 1px solid #1b182a;
}

.format-square {
  --aspect-ratio: 1/1 !important;
  --height-percent: 100% !important;
}

.format-landscape {
  --aspect-ratio: 3/2 !important;
  --height-percent: 66.67% !important;
}

.format-portrait {
  --aspect-ratio: 2/3 !important;
  --height-percent: 150% !important;
}

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