/*!
Theme Name: recensiekaart
Author: Stas Hutlebet
Description: Theme for recensiekaart
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: themes
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Themes is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.elementor-button {
  background: #020A07 !important;
}
.elementor-button:hover {
  background: #0b3324 !important;
}
body {
  margin: 0;
  padding: 0;
}
.header_menu {
  height: 66px;
}
header {
  padding-bottom: 66px;
}
.index_one {
  z-index: 1;
}
.height_animation_text {
  height: 51px;
}
.height_animation_text h3 {
  margin-top: 10px;
}
.opacity_elemenets {
  opacity: 0.5;
}
.link_green {
  color: #2BD78C !important;
}
.link_black {
  color: black !important;
}
.header_menu {
  position: fixed;
  background-color: #FFFFFF;
  z-index: 999;
}
.wpcf7 form {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.product_block_pay {
  margin-top: 20px;
}
@media (max-width: 998px) {
  .product_block_pay .elementor-widget-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .product {
    width: 100%;
  }
  .menu_footer nav {
    background: transparent;
  }
  .menu_footer nav ul li a:hover {
    background: transparent;
  }
  .menu_footer nav ul li {
    background: transparent;
    padding-bottom: 5px;
  }
  .menu_footer nav ul li a {
    background-color: transparent !important;
    color: black !important;
  }
  .current-menu-item {
    background: transparent;
  }
  .hamburger_menu nav {
    position: absolute !important;
    left: -369px;
    top: 76px !important;
    width: 100vw !important;
    background: white;
  }
}
@media (min-width: 999px) {
  .product_block_pay .elementor-widget-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product_block_pay .elementor-widget-container .product {
    width: 30%;
  }
}
.product_block_pay .elementor-widget-container .product {
  display: flex;
  flex-direction: column;
  height: 62px;
  padding: 8px 10px;
  background: #fff;
  cursor: pointer;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  border: 0;
  border-radius: 10px;
}
.product_block_pay .elementor-widget-container .product h2 {
  margin: 0;
  font-size: 16px;
  float: left;
  color: #020a07;
  font-family: "gilroy-bolduploaded_file", Sans-serif, serif;
  font-weight: bold;
  line-height: 22px;
}
.product_block_pay .elementor-widget-container .product .product-price {
  margin: 0;
  font-size: 16px;
  float: left;
  color: #020a07;
  font-family: "gilroy-bolduploaded_file", Sans-serif, serif;
  font-weight: bold;
  line-height: 22px;
}
.product_block_pay .elementor-widget-container .selected-product {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #6098CA;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  background-color: #EEF5FB;
}
.buy-button-container {
  width: 100%;
  text-decoration: none;
  margin-top: 15px;
  font-family: "Inter", Sans-serif, serif;
  font-size: 20px;
  font-weight: 400;
  background-color: #020A07;
  border-radius: 99px 99px 99px 99px;
  border: 0;
  padding: 10px;
  display: block;
  text-align: center;
}
.buy-button-container:hover {
  background: #0B3324;
  transition: all 0.3s;
}
.buy-button-container .buy-button {
  color: white;
}
.buy-button-container .woocommerce-Price-amount {
  position: absolute;
  top: -180px;
  left: 0;
  color: #FF524F;
  font-family: "gilroy-bolduploaded_file", Sans-serif, serif;
  font-size: 21px;
  font-weight: normal;
  line-height: 1.1em;
}
.buy-button-container del .woocommerce-Price-amount {
  text-decoration: line-through;
}
.buy-button-container del .woocommerce-Price-amount {
  margin-left: 90px;
  color: white;
  margin-top: -60px;
}
.buy-button-container .woocommerce-Price-amount {
  margin-top: -60px;
}
.product-price del {
  display: none;
}
.product-price ins {
  text-decoration: none;
}
.mobile_menu {
  display: flex;
  flex-direction: row;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: nowrap !important;
}
.cart_item .product-name {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
}
.cart_item .product-name .quantity {
  grid-column: 2;
  grid-row: 1;
}
.cart_item .product-name .cqoc_container {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  flex-direction: row;
}
.cart_item .product-name .cqoc_container .cqoc_product_name {
  width: 84px;
  display: flex;
  flex-direction: row;
}
.cart_item .product-name .cqoc_container .cqoc_product_name:after {
  content: 'x';
  margin-left: 12px;
  display: block;
  width: 10px;
}
.cart_item .product-name .cqoc_container .remove {
  color: #63686F !important;
}
.cart_item .product-name .cqoc_container .remove:hover {
  color: white !important;
  background: #63686F;
}
.cart_item .product-name .quantity {
  margin-top: -3px;
}
.cart_item .product-name .quantity input {
  border: 1px solid #63686F;
  border-radius: 10px;
  background: transparent;
  height: 26px;
}
.cart_item .product-name .quantity input:before {
  content: 'x';
  color: #63686F;
}
.woocommerce a.remove {
  color: #63686F !important;
}

/* #################### BLOCKS STYLES #################### */
/*# sourceMappingURL=style.css.map */