/*
Theme Name:         Theme
Theme URI:
Description:        Theme
Version:            1.2
Text Domain:

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/

.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: none;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
}

.modal .image-left {
  width: 180px;
  height: 180px;
  float: left;
}

.woocommerce ul.products li.product a.button.more-info {
  background: #000000 !important;
  color: #fff !important;
  width: calc(100% - 20px);
  float: left;
  padding: 9px;
  font-size: 14px;
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.modal .inner {
  width: 500px;
  background: #fff;
  margin: 50px 0px 50px -250px;
  left: 50%;
  position: relative;
  float: left;
  border-radius: 5px;
  box-shadow: 5px;
  padding: 20px;
}

.modal .right {
  width: calc(460px - 180px);
  float: left;
  padding-left: 20px;
}

.modal .product-title {
  font-weight: bold;
  font-size: 16px;
  color: #000;
}

.modal .variations {
  width: 100%;
  float: left;
}

.modal .variations .label,
.modal .variations label,
.modal .variations .value {
  width: 100%;
  float: left;
}

.modal .variations tr {
  width: 100%;
  float: left;
}

.modal .reset_variations {
  display: none !important;
}

.modal .variations .value select {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

.modal .woocommerce-variation-price {
  font-size: 21px;
  line-height: 21px;
  color: #000000;
  width: 100%;
  font-weight: bold;
  margin: 5px 0px;
  float: left;
}

.modal .quantity {
  float: left;
}

.modal .button {
  float: right !important;
  width: calc(100% - 70px);
  height: 38px;
}


.modal .close {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 24px;
  z-index: 30;
  cursor: pointer;
}

.modal .close:hover {
  opacity: 0.8;
}

.modal button.button.alt {
  font-size: 12px;
}

.modal .stock {
  width: 100%;
  float: left;
  margin: 5px 0px;
  color: #52bd1e;
  font-weight: 700;
}

.upsale {
  width: 100%;
  float: left;
  padding: 30px 0px 10px 0px;
}

.upsale .product-up {
  width: 100%;
  position: relative;
  float: left;
  border-bottom: 1px solid #eee;
  padding: 10px 5px;
}

.upsale .product-title {
  font-weight: bold;
  color: #000;
}

.upsale .fa {
  position: absolute;
  right: 10px;
  top: 50%;
  color: #000000;
  cursor: pointer;
  margin-top: -17px;
  font-size: 32px;
}

.upsale .add-ajax:hover {
  opacity: 0.8;
}

.upsale .add-ajax.added .fa {
  color: #52bd1e;
  z-index: 99;
}

.sec-product-detail .product_meta .upsale .price {
  font-size: 14px;
  padding: 0px;
  margin: 0px;
}

.upsale .right {
  width: calc(100% - 80px);
  float: left;
  padding-right: 30px;
}

.upsale .image-left {
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 20px;
}

.woocommerce ul.products li.first,
.woocommerce-page ul.products li.first,
.woocommerce ul.products li.product,
.woocommerce ul.products[class*=columns-] li.product,
.woocommerce-page ul.products[class*=columns-] li.product {
  margin: 0px !important;
  padding: 0px 15px 20px 15px;
  clear: none;
  width: 25%;
}

.woocommerce .products ul,
.woocommerce ul.products {
  margin: 0px -15px;
}

.keurmerk {
  position: absolute;
  z-index: 99;
  top: -40px;
  left: -10px;
  width: 175px;
}

.keurmerk-overview {
  position: absolute;
  z-index: 99;
  top: -40px;
  left: -20px;
  width: 195px;
}

.sec-product-detail .variations {
  width: 100%;
  float: left;
}

.sec-product-detail .variations .label,
.sec-product-detail .variations label,
.sec-product-detail .variations .value {
  width: 100%;
  float: left;
}

.sec-product-detail .variations tr {
  width: 100%;
  float: left;
}

.sec-product-detail .reset_variations {
  display: none !important;
}

.sec-product-detail .variations .value select {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

.sec-product-detail .quantity {
  float: left;
}

.sec-product-detail .button {
  float: right !important;
  width: calc(100% - 70px);
  height: 38px;
}

.woocommerce-price-suffix {
  font-size: 12px;
}

.pricing ins {
  text-decoration: none;
}

.woocommerce-error {
  width: 100%;
  float: left;
}

.ywapo_group_container.form-row.form-row-wide h3 {
  font-size: 16px;
}

.woocommerce form .form-row .ywapo_input_container input[type="checkbox"],
.woocommerce form .form-row .ywapo_input_container input[type="radio"] {
  float: left;
  margin-top: 8px;
}

.yith_wapo_group_total {
  display: none !important;
}

.woocommerce form .form-row .ywapo_input_container label {
  float: left;
  font-weight: 300;
}

@media only screen and (max-width: 992px) {
  .woocommerce ul.products li.product .button {
    font-size: 11px;
  }

  .woocommerce ul.products li.first,
  .woocommerce-page ul.products li.first,
  .woocommerce ul.products li.product,
  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    width: 33.33%;
  }
}

@media only screen and (max-width: 768px) {
  .modal .inner {
    width: 98%;
    margin: 1%;
    left: 0px;
  }

  .woocommerce ul.products li.first,
  .woocommerce-page ul.products li.first,
  .woocommerce ul.products li.product,
  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    width: 50%;
  }

  .modal .image-left {
    left: 50%;
    position: relative;
    margin-left: -90px;
  }

  .modal .right {
    width: 100%;
    padding: 10px 0px 0px 0px;
  }
}

#shipping_method input {
  float: left;
}

@media only screen and (max-width: 400px) {

  .woocommerce ul.products li.first,
  .woocommerce-page ul.products li.first,
  .woocommerce ul.products li.product,
  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
  }
}

.last_blog .inner h4 {
  min-height: 75px;
}

.navigation {
  width: 100%;
  float: left;
  margin-top: 20px;
}

.navigation .nav-previous {
  float: right;
}

.blog {
  padding: 30px 0px;
  width: 100%;
}

.blog h1 {
  font-weight: bold;
  margin-bottom: 20px;
}



@media (max-width: 500px) {
  .blog h1 {
    font-size: 24px;
    line-height: 34px;
  }
}

.blog img {
  max-width: 100%;
  height: auto;
  margin: 20px 0px;
}

.blog h2,
.blog h3,
.blog h4,
.blog h5,
.blog h6 {
  font-size: 19px;
  font-weight: bold;
  margin: 20px 0px 5px 0px !important;
}

.last_blog {
  padding: 30px 0px;
}

.last_blog h3 {
  margin-bottom: 20px;
}

.last_blog .inner {
  float: left;
  width: 100%;
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, .12);
  margin-bottom: 20px;
}

.last_blog .inner h4 {
  padding: 15px 15px 5px 15px;
  width: 100%;
  float: left;
  font-weight: bold;
  color: #000;
  line-height: 26px;
}

.last_blog .inner .more {
  padding: 0px 15px 15px 15px;
  color: #000000;
}

.last_blog .inner .image {
  width: 100%;
  float: left;
  height: 250px;
}

.stock.out-of-stock {
  display: none !important;
}

.last_blog .inner {
  min-height: 430px;
}

.footer-payment img {
  max-width: 100%;
}

/*New styling*/

.button,
.button.checkout {
  background-color: #000000 !important;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #000000 !important;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: gray !important;
}

.block2.product-item .pricing {
  color: #000000;
}

footer.footer_bg a:hover {
  color: gray;
}

.icon-header-noti:after {
  background-color: black;
}

.right-top-bar a:first-child:hover {
  color: gray;
}

.right-top-bar li.menu-uitloggen a {
  color: black;
}

.show-header-cart .header-cart .header-cart-buttons a {
  background: black;
}

.show-header-cart .header-cart .header-cart-buttons a:hover {
  background: gray;
}

.myaccount .container .woocommerce-MyAccount-navigation ul li a:hover {
  color: gray;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  color: white;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  color: gray;
}

.hero-big:hover .image-overlay {
  background: rgba(128, 128, 128, .5);
}

.hero-small:hover .image-overlay {
  background: rgba(128, 128, 128, .5);
}

.main-menu>li:hover>a {
  color: black;
}

.main-menu>li>a:hover {
  color: black;
  opacity: 0.5;
}

.sec-product-detail .product_meta .price {
  color: black;
}

.content_tabs h4 {
  color: black;
}

.content-text p .button {
  float: none;
  width: auto;
  display: inline-block;
  text-decoration: none;
}

.content-text p .button:hover {
  background-color: #000 !important;
  color: #fff !important;
}

.term-description {
  margin-top: 50px;
}

.flex-rows,
.faqs {
  width: 100%;
  float: left;
  padding-top: 50px;
  padding-bottom: 50px;
  line-height: 26px;
  font-size: 16px;
  border-top: 1px solid #f1f2f4;
  margin-top: 25px;
}

@media (min-width: 992px) {

  .flex-rows,
  .faqs {
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 50px;
  }
}

.faqs h3 {
  margin-bottom: 30px;
}

.faqs h4 {
  margin-bottom: 5px;
}

.faqs .faq {
  background: #f1f2f4;
  padding: 30px;
}

.faqs .faq+.faq {
  margin-top: 15px;
}

.faqs .faq p:last-child {
  margin-bottom: 0;
}

.faqs .faq iframe {
  max-width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
}

.term-description+.flex-rows {
  padding: 0;
  border-top: none;
  margin-top: 0;
}

.flex-rows+.faqs {
  padding-top: 0;
  padding-bottom: 0;
  border-top: none;
  margin-top: 0;
}

.flex-rows .flex-rows__item+.flex-rows__item {
  margin-top: 100px;
}

.flex-rows .flex-rows__item.flex-rows__item--content p,
.flex-rows .flex-rows__item.flex-rows__item--content ul,
.flex-rows .flex-rows__item.flex-rows__item--content ol {
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 20px;
}

.flex-rows .flex-rows__item.flex-rows__item--content>p:last-child {
  margin-bottom: 0;
}

.term-description ul,
.term-description ol,
.flex-rows .flex-rows__item.flex-rows__item--content ul,
.flex-rows .flex-rows__item.flex-rows__item--content ol {
  padding-left: 20px;
}

.flex-rows .flex-rows__item.flex-rows__item--usps h3 {
  margin-bottom: 30px;
  font-size: 24px;
}


.row-usps .row-usps__image {
  margin-top: 25px;
  width: 100%;
  aspect-ratio: 1/1;
}

@media (min-width: 992px) {
  .flex-rows .flex-rows__item.flex-rows__item--usps {
    padding-bottom: 110px;
  }

  .flex-rows .flex-rows__item.flex-rows__item--usps .row {
    display: flex;
    align-items: flex-end;
  }

  .row-usps .row-usps__image {
    margin-bottom: -110px;
  }

  .row-usps .row-usps__items {
    margin-right: -80px;
    padding: 46px 45px 46px 40px;
  }

  .row-usps .row-usps__image {
    margin-top: 0;
    aspect-ratio: initial;
  }
}

.row-usps .row-usps__items {
  background-color: #2461A8;
  padding: 30px;
  color: #fff;
  list-style-type: none;
  z-index: 1;
  position: relative;
}

.row-usps .row-usps__items .row-usps__items__item {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

@media (min-width: 992px) {
  .row-usps .row-usps__items .row-usps__items__item {
    flex-direction: row;
    gap: 43px;
  }
}

.row-usps .row-usps__items .row-usps__items__item+.row-usps__items__item {
  margin-top: 25px;
}

.row-usps .row-usps__items .row-usps__items__item:last-child .row-usps__items__content {
  border-bottom: none;
  padding-bottom: 0;
}

.row-usps .row-usps__items .row-usps__items__content {
  border-bottom: 1px solid #fff;
  padding-bottom: 25px;
}

.row-usps .row-usps__items .row-usps__items__content h4 {
  margin-bottom: 8px;
  line-height: 1.4;
}

.row-usps .row-usps__items .row-usps__items__content p {
  margin-bottom: 0;
  font-size: 15px;
}

.row-usps .row-usps__items .row-usps__items__icon {
  width: 69px;
  height: 69px;
  background-color: #fff;
  border-radius: 999em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.row-usps .row-usps__items .row-usps__items__icon img {
  max-width: 50%;
  width: 100%;
  height: auto;
}

.cta {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 70px 15px;
  margin-bottom: -50px;
  margin-top: 50px;
}

.cta .cta-title {
  font-size: 30px;
  margin-bottom: 25px;
}

.cta .cta-content {
  font-size: 17px;
}

.cta .cta-content a {
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}

@media (min-width: 992px) {
  .cta {
    padding: 80px 15px;
    margin-top: 100px;
  }

  .cta .cta-title {
    font-size: 38px;
  }

  .cta .cta-content {
    font-size: 19px;
  }
}

.main-menu>li>a {
  font-size:  14px !important;
}
