/*
Theme Name: MokMok Thema
Theme URI: https://thecodecrowd.nl
Template: hello-elementor
Author: The Code Crowd
Author URI: https://thecodecrowd.nl
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.6.1.1669891948
Updated: 2022-12-01 10:52:28

*/

/* adds style to divs */
/* by default all divs are hidden */
.variations .value {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  position: relative;
}

.woocommerce-variation-price {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-right: 15px;
}

.woocommerce-variation-description {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-right: 15px;
}

.single_add_to_cart_button {
  font-weight: 600!important;
}

.e-atc-qty-button-holder {
  margin-top: 48px;
}

span.price {
  color: #3a4633 !important;
}

.variations .reset_variations {
  position: absolute;
  bottom: -10px;
}

.elementor-button-icon-qty {
  padding-left: 0.55em;
  padding-top: 0.13em;
  text-align: center;
  max-width: 1.8em;
  min-width: 1.8em;
  max-height: 1.8em;
  min-height: 1.8em;
}

div.custom_option {
  display: none;
  border: 2px solid #3a4633;
  color: #3a4633;
  margin-right: 5px;
  padding: 2px 5px;
  cursor: pointer;
  border-radius: 4px;
}

div.custom_option {
  display: inline-block;
  border-color: #ccc;
  color: #ccc;
  cursor: not-allowed;
}

/* show only divs with class "is-visible" */
div.custom_option.is-visible {
  display: inline-block;
  border-color: #3a4633;
  color: #3a4633;
  cursor: pointer;
}

/* adds the style to the selected div */
div.custom_option.on {
  background-color: #3a4633;
  color: white;
}

/* CHECKOUT */
.woocommerce-validated input {
    border-left: 2px solid #3a4633!important;
}

.woocommerce-invalid input {
    border-left: 2px solid red!important;
}

/* SINGLE PRODUCT */



.bos4w-display-plan-text {
  display: none;
}

.bos4w-display-options {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-right: 10px;
}

.bos4w-display-options li {
  /* float: left;
  width: auto; */
  display: inline-block;
}

.bos4w-display-options input {
  opacity: 0;
  position: fixed;
  width: 0;
}

.bos4w-display-options label {
  display: inline-block;
  border-radius: 4px;
  border: 2px solid #3a4633;
  color: #3a4633;
  margin-right: 5px;
  padding: 8px 5px;
  cursor: pointer;
}

.bos4w-display-options label:has(input:checked) {
  background-color: #3a4633;
  color: white;
}

.bos4w-display-wrap {
  margin-top: 12px;
  margin-bottom: 12px;
  display: block;
}
.bos4w-display-dropdown {
  margin-right: 15px;
  margin-left: 15px;
}

.bos4w-display-dropdown label {
  padding-bottom: 5px;
  text-align: right;
}

.e-atc-qty-button-holder {
  margin-right: 15px;
  margin-left: 15px;
}

/* Coffeefinder */
.coffee-finder {
    margin-bottom: 16px;
}
.cf-answers {
  display: flex;
  transition: max-height 0.25s ease-in-out;
  max-height: 0;
  overflow: hidden;
  margin-top: 0px;
  /* border-radius: 0 0  4px 4px; */
  align-items: center;
  justify-content: center;
}

.cf-answers.open {
  /* height: 300px; */
  max-height: 750px;
  transition: max-height 0.25s ease-in;
  border: 1px solid #3a4633;
  border-top: 0;
  padding: 16px 8px;
}

.cf-question-title {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  padding: 16px 8px;
  margin-top: 8px;
  border: 1px solid #3a4633;
  background-color: #3a4633;
  color: white;
  border-radius: 4px 4px 0 0;
  cursor: pointer;
  font-weight: 600;
  font-family: var(--e-global-typography-text-font-family );
}

.cf-question-title span {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
}

.cf-question-title-answer,
.cf-question-number {
    text-align: right;
}

.cf-answers .active .cf-answer-text {
  background-color: #3a4633;
  color: white;
}

.cf-answers {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.cf-answer {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  align-items: center;
  justify-content: center;
}

.cf-answer-image {
  border: 1px solid #3a4633;
  border-radius: 4px 4px 0 0;
  padding: 16px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.cf-answer-image img {
  height: 150px!important;
}

.cf-answer-text {
    cursor: pointer;
    border: 1px solid #3a4633;
    border-top: 0px;
    border-radius: 0 0 4px 4px;
    width: 200px;
    padding: 8px;
    text-align: center;
    font-family: var(--e-global-typography-text-font-family );
}

.cf-answer:hover .cf-answer-text {
    background-color: #3a4633;
    color: white;
}

.cf-query-container {
    font-family: var(--e-global-typography-text-font-family );
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  padding: 16px 8px;
  border: 1px solid #3a4633;
  background-color: #3a4633;
  color: white;
  border-radius: 0 0 4px 4px;
  cursor: pointer;
  font-weight: 400;
}

.cf-query-answer {
  font-weight: 1000;
  /* color: #3a4633; */
}

@media only screen and (max-width: 600px) {
    .cf-answer {
        margin: 8px 0;
    }
    .cf-answer-image img {
        height: 120px!important;
    }
    .cf-answer-image { 
      width: 145px;
    }
    .cf-answer-text {
      width: 145px;
    }
}
