.animate-spin {
    animation: spin 1s linear infinite;
}

/*.ease-in-out {
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}*/

.duration-150 {
    transition-duration: .15s;
}

.opacity-25 {
    opacity: .25;
}


.opacity-75 {
    opacity: .75;
}

.outofstock {
  color: gray;
}

.filter-color-active {
    background: #e23434;
    border-radius: 9999px;
    border-width: 5px;
    --tw-border-opacity: 1;
    border-color: rgb(133 114 168 / var(--tw-bg-opacity));
}

.wc-block-components-country-input, .wc-block-components-address-form__address_2, 
.wc-block-components-address-form__postcode, .wc-block-components-address-form__phone {
    margin-top: 62px !important;
}

.product-fav-icon-active svg, .active-fav-product svg {
fill: #F065A5;
}

.fav-btn {
       --tw-bg-opacity: 1;
    background-color: rgb(192 202 219 / var(--tw-bg-opacity));
}

.active-fav-product {
    background-color: rgb(216 91 149 / var(--tw-bg-opacity)) !important;
}

.password-wrapper span {
  top: 1rem;
    left: 1rem;
}

.woocommerce form .form-row .input-checkbox {
  display: inline-block;
}
.product:hover #add-to-cart{
  display: inline-block;
}

