/*
Theme Name: Mokaya
Author: Kat Happens
Version: 1.0
Text Domain: leos
*/
.term-description p, .term-description ol li
{
	margin-bottom: 0.5em;
}
.base-output ol li
{
	margin-bottom: 1em;
}
.base-output ul
{
	margin-right: 1.5rem;
}
.base-output ul li
{
	margin-bottom: 0.5em;
}
.woocommerce form .form-row {
      flex-direction: row;
}
.wc_gc_field.wc_gc_giftcard_message textarea {
    width: 100%;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    border: 1px solid #000;
}
/*.woocommerce form .form-row {
    width: 50%;
}*/

span.woocommerce-input-wrapper {
    width: 100%;
}

.woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.pop-form .wpcf7-response-output {
    width: 90%;
    bottom: -10px;
  }

span.woocommerce-input-wrapper:has(#billing_address_2) {
    display: flex;
    align-items: flex-end;
}

body.woocommerce-checkout .select2-container .select2-selection--single{
  height: 41px;
  margin: 0;
}
body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 41px;
}
body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 41px;
}

@media screen and (width < 768px) {

    button.read-more-btn {
        border: none;
        color: #F7A600;
        background-color: unset;
    }
   .home-clients .clients-block {
    margin-bottom: 2rem;
  }
  .bottom-mob-menu {
    z-index: 999;
  }
  .fixed-socials{
    z-index: 99999;
  }
  .woocommerce form .form-row {
    width:100%;
  }
  .wpcf7 form .wpcf7-response-output {
    width: 90%;
    bottom: -10px;
  }
  body.single-product .mob-hidden {
    display: none !important;
  }
}

.woocommerce-mini-cart a.remove:hover {
    background-color: red !important;
    background-image: unset !important;
}
p#billing_country_field {
    display: none;
}
.category-border-title {
font-size: clamp(32px, 2.553vw - 0.228rem, 44px);
}

.custom-pricing-table {
	margin-top: 20px;
}

.custom-pricing-table h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.custom-pricing-table table {
	width: 100%;
	border-collapse: collapse;
}

.custom-pricing-table th, .custom-pricing-table td {
	border: 1px solid #ddd;
	padding: 10px;
	text-align: center;
}

.custom-pricing-table th {
	background-color: #412A18;
	color: white;
	font-weight: bold;
}

.custom-pricing-table tr:nth-child(even) {
	background-color: #f8f8f8;
}

.custom-pricing-table .contact-offer {
	background-color: #f4f1ee;
	padding: 10px;
	text-align: center;
	margin-top: 10px;
}

.custom-pricing-table .contact-offer a {
	color: #0073aa;
	font-weight: bold;
	text-decoration: none;
}
.large-quantity-notice {
    text-align: center;
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    border-color: #ddd;
}
.contactMAX {
    color: #0084ff;
    border-bottom: 1px solid;
    cursor: pointer;
}
.productForm {
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    padding: 10rem 2rem;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(4px);
    transform: translateX(-100%);
    transition: .4s;
    display: flex;
    align-items: center;
}
.productForm.active {
    transform: translate(0);
    transition: .4s;
}
.form_producat {
      background-color: #412a18;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    min-height: 50%;
    border-radius: 10px;
    padding: 18px 5px;
    position: relative;
}
.form_producat h2 {
    color: #FFF;
    text-align: center;
}

.form_producat h3 {
    font-size: 29px;
    color: #FFF;
    text-align: center;
    margin-bottom: 22px;
}
span.wpcf7-spinner {
    position: absolute;
    top: 8px;
    left: 0;
}
.close-pop {
    position: absolute;
    top: 8px;
    left: 8px;
}

.close-pop svg * {
    fill: #FFF;
}

.woocommerce-message {
    display: none;
}
.accordion-button::after {
    margin-left: unset !important;
    margin-right: auto;
}
.accordion-button:not(.collapsed) {
        background-color: #f7a60036 !important;
        font-weight: 700;
        color: #151515 !important;
}

.accordion-button {
  background-color: #f8f9fa;
  color: #212529;
  padding: 1rem;
  width: 100%;
  font-size: 1.1rem;
  font-weight: 500;
  text-align: right;
  border: none;
  border-top: 1px solid #dee2e6;
  border-radius: 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.15s ease;
}

.accordion-button:not(.collapsed) {
  background-color: #e9ecef;
  color: #212529;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1rem;
  transition: transform 0.2s ease-in-out;
  width: 1rem;
  height: 1rem;
  margin-left: auto;
  transform: rotate(0deg);
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}

.accordion-item {
  border-radius: 0;
}

.accordion-collapse {
  border-top: 1px solid #dee2e6;
  overflow: hidden;
  transition: height 0.35s ease;
}

.accordion-body {
  padding: 1rem;
  background-color: #fff;
}
.single-product .big-slider-item img, .single-product .thumb-item img
{
	object-fit: contain;
}

a.reset_variations {
    align-self: center;
    left: -10px !important;
}

ul.page-numbers {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    gap: 10px;
}

ul.page-numbers > li > span {
    margin: 10px;
    background-color: #e9ecef;
    height: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
} 
ul.page-numbers > li a {
  color: #41281a;
}

@media screen and (width < 768px) {
  .footer-main {
        padding-bottom: 90px;
  }
}

textarea.product-textarea {
    height: 90px !important;
}

.fixed-socials a[href*="tel"] {
  display: none;
}

@media screen and (width < 768px) {
  .fixed-socials a[href*="whatsapp"], .fixed-socials a[href*="wa.me"] {
    display: none;
  }
  .grecaptcha-badge {
    opacity: 0;
    pointer-events: none;
  }
}

.social-link-item img {
    max-height: 45px;
    height: 35px;
}

.mobile_phone {
  color: #b72d6d;
}
  
a.new-tel_phone {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding-inline: 1rem;
    font-size: 30px;
    color: #2e3192;
  transition: all 0.3s ease;
}
@media screen and (width < 768px) {
  a.new-tel_phone {
      display: none !important;
  }
}
a.new-tel_phone:hover {
  color: #b72d6d;
}

.big-slider-item {
    max-width: 300px;
    margin-inline: auto;
}
.thumb-item {
    max-width: 120px;
    margin-inline: auto;
  border-radius: 15px;
}