.loading{
    opacity: 0.5;
}
.variations, .elementor-element-5c776312 {
    transition: opacity 0.3s ease-in-out !important;
    -webkit-transition: opacity 0.3s ease-in-out !important;
    -moz-transition: opacity 0.3s ease-in-out !important;
    -ms-transition: opacity 0.3s ease-in-out !important;
    -o-transition: opacity 0.3s ease-in-out !important;
}
.stock0{
    color:rgb(218, 218, 218) !important;
}
.product-categories {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center; /* Center items horizontally */
}

.product-categories li {
    margin: 0 20px;
    cursor: pointer;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3em;
   
}

.product-categories li.active {
    text-decoration: none;
    color:rgb(93, 187, 219);
}
.cat_icon {
    margin-right: 5px; /* Adjust spacing between icon and text */
    float:left;
    margin-top:-2.5px;
}

.cat_text {
    display: flex;
    align-items: center;
}

/* Style for active item */
li.active .cat_icon svg,
li.active .cat_text {
    color:rgb(93, 187, 219);
    fill:rgb(93, 187, 219);
}

.cat_icon svg {
    width: 16px;
    height: 16px;
}



.products {
    list-style: none;
    padding: 0;
}

.products li {
    margin: 10px 0;
}

.product_kulmavares{
    text-align: center;
    padding: 10px;
}
.product_kulmavares .product-price{
    color: #5DBBDB;
font-family: "Poppins", Sans-serif;
font-size: 18px;
font-weight: 600;
margin-bottom: 60px;
}
.product_kulmavares .product-title{
font-family: "Poppins", Sans-serif;
font-size: 22px;
font-weight: 500;
margin-top: 20px;
}

.product_kulmavares {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

.product-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.product-image {
    overflow: hidden;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.product-image img {
    border-radius: 20px;
    width: 100%;
    height: 270px !important;
    object-fit: cover;
    /*Ensurestheimagecoverstheentirecontainer*/transition: transform 0.4s ease-in-out;
}

.product-link:hover .product-image img {
    transform: scale(1.1); /* Scale image on hover */
}

.product-title {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3em;
    margin-top: 10px;
}

.product-price {
    margin-top: 5px;
    font-size: 14px;
    color: #333;
}

.kulmavares_toode_loop{
    margin:0 5px;
    background-color: #FAFAFA;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding:10px;
}

.kulmavares_toode_loop a{
    transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
}

.product-list {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
}

.product-list.show {
    opacity: 1;
}

/*MINI_CART*/


.kulmavares_mini-cart .icon-cart svg {
    fill: rgb(93, 187, 219);
}
.kulmavares_mini-cart .cart-count {
    background-color: rgb(93, 187, 219);
    color: #000;
    border-radius: 50%;
    padding: 1px 8px;
    font-size: 12px;
    position: absolute;
    top: -10px;
    right: -20px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2); /* Adding drop shadow */
}
.kulmavares_mini-cart {
    position: relative;
}

.custom_thumbnail_images {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* Adjust spacing between thumbnails */
}

.thumbnail_image {
    width: calc(33.33% - 10px); /* Adjust thumbnail width to fit 3 columns with gap */
    flex-grow: 1; /* Allow thumbnails to grow to fill the space */
    display: flex;
    justify-content: center;
}

.thumbnail_image a {
    display: block;
    text-align: center;
    text-decoration: none;
}

.thumbnail_image img {
    max-width: 100%;
    height: auto;
}
.jareltellimise_lable {
    bottom: 170px;
    position: absolute;
    left: 20px;
    background: #5DBBDB;
    border-radius: 12px;
    padding: 10px;
    z-index: 9999;
    color: #fff;
    font-weight: 200;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
    .kulmavares_toode_loop{
        position: relative;
    }

    #variation-image-gallery.loading {
        position: relative;
        opacity: 0.5;
        transition: opacity 0.4s ease; /* Smooth fade-in/out effect */
    }
    
    #variation-image-gallery.loading::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 30px;
        height: 30px;
        margin: -15px 0 0 -15px;
        border: 4px solid #ccc;
        border-top: 4px solid #333;
        border-radius: 50%;
        animation: spin 1s linear infinite;
    }
    
    @keyframes spin {
        from {
            transform: rotate(0deg);
        }
        to {
            transform: rotate(360deg);
        }
    }

    .woocommerce-variation-price2 del{
        color: red !important;
        font-weight: 400 !important;
        opacity: 1 !important;
        font-size: 22px;
        }