/* Woocommerce notices*/
.in-stock {
  display: none;
}

.added_noti {
  margin-top: -8px;
  width: 100%;
  text-align: center;
}

.hiba_noti {
  color: #FF1811;
  width: 100%;
  text-align: center;
}


.woocommerce-notices-wrapper .woocommerce-message  {
  background: none;
  border-top: none;
  border: 2px solid;
  border-color: #90B66F;
  margin-right: 20px;
  margin-left: 20px;
}

.woocommerce-notices-wrapper .woocommerce-message  {
  color: #003911!important;
  font-weight: 600!important;
}

@media (min-width:768px) {
  .termek_kartya_holder {
    width: 50%;
    display: inline-block;
  }



  .termek_kartya_holder {
    height: 550px;
    bottom: 0px;
  }
  .termek_kartya_holder .termek_kartya{
    height: 550px;
    bottom: 0px;
  }
  .termek_kartya_holder .termek_kartya>div{
    height: 100%;
  }
  .termek_kartya_holder .termek_kartya .termek_control {
    height: 100%;
  }
}

@media (min-width:850px) {
  .termek_kartya_holder {
    width: 33%;
    display: inline-block;
  }
}

@media (min-width:1090px) {
  .termek_kartya_holder {
    width: 25%;
    display: inline-block;
  }
}


/* Chosing variation */
.termek_kartya .szorgos_add_to_cart_button {
  margin: 0px 12px;
  border: 2px solid;
  border-color:#619631;
  border-radius: 10px;
  padding: 15px 30px;
  text-align: center;
  font-family: "Montserrat", Sans-serif;
  font-size: 13px;
  font-weight: 700;
  color:#003912;
  text-transform: uppercase;
  letter-spacing: 1.7px;
  transition: all 0.2s;
}
.termek_kartya .szorgos_add_to_cart_button a {
  display:inline-block;
  width:100%;
  height:100%;
}


.termek_kartya .szorgos_add_to_cart_button:hover {
  background-color: #619631;

}

.termek_kartya select {
  -webkit-appearance:     none;
  -moz-appearance:        none;
  -ms-appearance:         none;
  -o-appearance:          none;
  appearance:             none;
  width: 80%!important;
  margin-left: 10%;
  font-size: 14px;
  font-family: 'PT Serif', serif;
  padding: 4px 8px;
  /*background: #d0e0c1;*/
  border-radius: 5px;
  text-align: center;
  text-align-last: center;
  -moz-text-align-last: center;
  background: #D0E0C1;
  color:#003912;
}

.termek_kartya .variation_price_label {
  width: 100%;
  text-align: center;
}




.variation-add-to-cart {
  bottom: 0px;
}

.termek_kartya .woocommerce div.product form.cart {
  margin-bottom: 0px!important;
}

.termek_kartya table.variations td{
  background: none!important;
}
.termek_kartya table.variations td::before{
  background: none!important;
}

.termek_kartya table.variations .label {
  display: none!important;
}
table.variations .value {
  width: 100%!important;
}

table.variations .value select#meret {
  -webkit-appearance:     none;
  -moz-appearance:        none;
  -ms-appearance:         none;
  -o-appearance:          none;
  appearance:             none;
  width: 80%!important;
  margin-left: 10%;
  font-size: 14px;
  font-family: 'PT Serif', serif;
  height: 24px;
  /*background: #d0e0c1;*/
  border-radius: 5px;
  text-align: center;
  text-align-last: center;
  -moz-text-align-last: center;
  background: #D0E0C1;
  color:#003912;
}

_::-webkit-full-page-media, _:future, :root table.variations .value select#meret {
  padding-left: 14%;
}

@media(max-width:768px) {
  _::-webkit-full-page-media, _:future, :root table.variations .value select#meret {
    padding-left: 25%;
  }
}

.termek_kartya .reszletek_button{
  opacity: 0;
  transition: ease-in 0.2s;
}
.termek_kartya:hover .reszletek_button {
  opacity: 1;
}


form.cart {
    text-align: center;
}


.termek_kartya .szorgos_add_to_cart_button {
  cursor: pointer;
}




/* Category Selector */
.category_holder {
  display: inline-block;
  margin-left: 2%;
  margin-right: 2%;
}



.category_holder input, .category_label {
	display: inline-block;
}

.category_holder input {
	margin-right: 4px;
}

.category_holder h4 {
  display: inline-block;
	font-size: 12px;
	font-weight:500;
	color: #003912;
  font-family: "Montserrat", Sans-serif;
  text-transform: uppercase;
  margin-top:0px;
  margin-bottom:0px;
}

.current_category_label {
	font-weight: 800!important;
}



.category_selector_holder input[type='radio'] {
  visibility: hidden;
}


.category_selector_holder input[type='radio']:after {
    width: 11px;
    height: 11px;
    border-radius: 11px;
    top: -4.5px;
    left: 0px;
    position: relative;
    background-color:#f2eddb;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #b0cb98;
}

.category_selector_holder input[type='radio']:checked:after {
    width: 11px;
    height: 11px;
    border-radius: 11px;
    top: -4.5px;
    left: 0px;
    position: relative;
	  background-color: ;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #619731;
}



/* Category holder for the product archive  */
.category_selector_holder {
  width: 100%;
  text-align: center;
  background: #f2eddb;
  margin-top: 12px;
  padding-top: 15px;
  padding-bottom: 20px;
}
.mobile_category_button {
  display: none;
}

@media (max-width:768px) {
  .category_selector_holder {
    width: 100%;
    background: #d0e0c1;
    text-align: left;
    padding: 0px;
  }


  .category_selector_holder .category_holder {
    width: 100%;
    margin-left: 0%;
    padding-top:16px;
    padding-bottom:4px;
    padding-left: 20px;
    background: #F9F5ED;
    border-bottom: 1px solid;
    border-color: #153912;
  }
  .category_selector_holder input[type='radio']:after {
    border-color: #90b66f;
    border-width: 1px;
  }
  .category_selector_holder input[type='radio']:checked:after {

  }

  .mobile_category_button {
    width: 100%;
    display: inline-block;
  	font-size: 14px;
  	font-weight:400;
  	color: #153912;
    border-bottom: 1px solid;
    border-color: #153912;
    font-family: "Montserrat", Sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    margin-top:2px;
    margin-bottom:2px;
    padding-top: 10px;
    padding-bottom:  10px;
    padding-left: 20px;
    margin: auto;
  }

   .mobile_category_button i {
    border: solid #153912;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    margin-bottom: 4px;
  }

  .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .category_selector_holder {
    max-height: 0;
    transition: max-height 0.5s ease-out;
    overflow: hidden;
  }

  .opened {
    max-height: 500px;
    height: auto;
  }
}




.category_holder input, .category_label {

}

.woocommerce div.product .out-of-stock  {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 19px;
}
