/*
Theme Name: Simplr theme | Cecilia's Farm V2
Theme URI: 
Description: Simplr theme | Cecilia's Farm V2
Version: 2.0
Author: Eugene Cilliers
*/

body {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 0%);
}

.top-bar-text {
	font-size: 16px !important;
}


.page-template-tmp-gifts .wpcf7 form .wpcf7-response-output {
	max-width: none!important;
    padding: 30px!important;
    border: 2px solid rgb(214, 69, 162) !important;
	background-color: rgba(214, 69, 162, 0.1) !important;
	color: rgba(214, 69, 162, 1) !important;
    margin: 50px 0 0 0 !important;
    text-align: center;
}

.woocommerce-checkout #payment ul.payment_methods li img {
	display: none!important
}
.woocommerce-additional-fields label.checkbox {
	margin-top: 0 !important;
}
.yith-wcan-active-filters { padding-bottom: 10px; padding-top: 20px; margin: 0 !important; }
.yith-wcan-active-filters h4, .yith-wcan-active-filters b { display: none !important; }
.filter-orderby .filter-content { min-width: 200px; }
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown.open .dropdown-wrapper { box-shadow: none !important; }
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown { box-shadow: none !important; border: none !important; background: #fff !important; border-radius: 0 !important; padding: 18px 20px !important; border: 1px solid #edcaa8 !important; }
.yith-wcan-active-filters .active-filter .active-filter-label { margin-bottom: 5px !important; }
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper { background-color: #fff !important; border: 1px solid #edcaa8 !important; border-radius: 0 !important; top: 100% !important; left: -1px !important; right: -1px !important; }
body .awdr_discount_bar { padding: 0 !important; margin-bottom: 0 !important; border-radius: 0 !important; }


#filter_9377_0 .filter-content {
    max-height: 250px;
    overflow: auto;
    overflow-y: scroll;
}
#filter_9377_0 .filter-content::-webkit-scrollbar {
    width: 8px;
}

#filter_9377_0 .filter-content::-webkit-scrollbar-track {
background: #fff;
}

#filter_9377_0 .filter-content::-webkit-scrollbar-thumb {
background: #dea36d;
}


#filter_9377_0 .filter-content::-webkit-scrollbar-track {
  
}

.pulse { animation-name: pulse;animation: pulse 250ms 3; }

@keyframes pulse { 
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); } 
}



.woocommerce-cart .cart-item,
.woocommerce-checkout .cart-item {display: none;}

.cart-button span {position: relative;}

.cart-button svg {transition: opacity 0.2s}
.adding-cart svg, .added-cart svg{opacity: 0;}

.adding-cart span:after {
    content: '';
    position: absolute;
    right: -26px;
    top: 2px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    animation: spin 1s linear infinite;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.added-cart span:after {
    content: '';
    position: absolute;
    right: -21px;
    top: 1px;
    width: 16px;
    height: 16px;
    display: inline-block;
    transform: rotate(45deg);
    height: 13px;
    width: 7px;
    margin-left: 60%;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}


body .woocommerce-form-coupon-toggle {display: block!important;}


.checkout_coupon.woocommerce-form-coupon .form-row-first{width: 50%;}
.checkout_coupon.woocommerce-form-coupon .form-row-last{width: 50%;}
.woocommerce-form-coupon #coupon_code {
    /* background-color: #eee; */
    outline: none;
    border: 1px solid black;
    padding: 19px;
    height: 60px;
}

@media (max-width: 540px) {
    .checkout_coupon.woocommerce-form-coupon .form-row-first{width: 100%;}
    .checkout_coupon.woocommerce-form-coupon .form-row-last, .checkout_coupon.woocommerce-form-coupon button{width: 100%;margin-top: 0}
}

@media (max-width: 1510px) {
 .main-nav li {
   margin-right:20px!important;
 }
}
@media (min-width: 1511px) {
 .main-nav li {
   margin-right:30px!important;
 }
}
@media (min-width: 768px and max-width: 1240px) {
  .main-nav {
     width: calc(100% - 130px)!important;
  }
}
@media (max-width: 1240px) {
  .menu-opener {
    width: 30px!important;
    height: 100%!important;
    cursor: pointer!important;
    overflow: hidden!important;
    position: relative!important;
    z-index: 1!important;
    display: flex!important;
    flex-direction: column!important;
    justify-content: center!important;
  }
 .menu-opener-container {
    width: calc(50% - 56px)!important;
    overflow: hidden!important;
    position: relative!important;
    z-index: 1!important;
    display: flex!important;
    flex-direction: row!important;
    align-items: center!important;
  }
 .menu-opener span {
    position: relative!important;
    left: 0!important;
    display: block!important;
    width: 30px!important;
    height: 2px!important;
    background-color: #000!important;
    transition: top .3s .3s,transform .3s!important;
    transform-origin: center center!important;
  }
 .menu-opened .menu-opener span {
    transition: top .3s,transform .3s .3s!important;
    transform-origin: center center!important;
  }
 .menu-opener span:first-child {
    top: -8px!important;
    transform: rotate(0deg)!important;
  }
 .menu-opened .menu-opener span:first-child {
    top: 2px!important;
    transform: rotate(45deg)!important;
  }
 .menu-opener span:nth-child(2) {
    top: 0)!important;
    transition: width .3s,opacity .3s)!important;
  }
 .menu-opener span:last-child {
    top: 8px!important;
  }
 .menu-opened .menu-opener span:last-child {
    top: -2px!important;
    transform: rotate(-45deg)!important;
  }
 .main-nav {
    position: fixed!important;
    z-index: 6!important;
    top: 0!important;
    bottom: 0!important;
    right: 0!important;
    height: 100vh!important;
    margin-right: 0 !important;
    transition: transform .2s !important;
    transform: translateX(100%)!important;
    background-color: #000!important;
    margin: 0!important;
    margin-right: 0px!important;
    overflow-y: scroll!important;
    display: block!important;
    padding: 40px 40px 100px 40px;
  }
 .menu-opened .main-nav {
    transform: translatex(0)!important;
  }
}
@media (min-width: 1241px) {
  .menu-opener {
    display: none!important;
  }
}

#additional_gift_message_field,
#order_comments_field {
	display: none;
}




/* Create a custom checkbox using ::before pseudo-element */

.form-control-checkbox label:before {
    position:relative;
    top:3px;
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #000; /* Border color for the checkbox */
    margin-right: 6px; /* Adjust the spacing between checkbox and label text */
    transition: box-shadow 0.2s, border-color 0.3s; /* Add a transition for smooth animation */
    box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 10px #fff;
}

/* Style the custom checkbox when checked */
.form-control-checkbox label.checked:before {
    border-color: #000;
    box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 10px #000;
}


/* Style the label text */
.form-control-checkbox label {
    margin-top:15px;
    cursor: pointer;
    display: block!important;
    font-size: 15px!important;
    line-height: 2!important;
    font-weight: 500!important;
}

.kl_newsletter_checkbox_field { font-size: 15px; }
.kl_newsletter_checkbox_field label { line-height: 2; font-weight: 500; font-size: 15px!important; }
.kl_newsletter_checkbox_field input[type="checkbox"] { position: absolute; opacity: 0; }
.kl_newsletter_checkbox_field label { position: relative; cursor: pointer; padding: 5px 30px; display: block; font-size: 15px; }
.kl_newsletter_checkbox_field label:before { content: ''; display: inline-block; vertical-align: text-top; width: 18px; height: 18px; background: rgba(255, 255, 255, 1); border: 1px solid #000; position: absolute; top: 6px; left: 0px;}
.kl_newsletter_checkbox_field label:after { content: ''; position: absolute; left: 3px; top: 9px; width: 12px; height: 12px; transition: all 0.1s; }
.kl_newsletter_checkbox_field.is-checked label:after { background: #000; }