.filter-link {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    padding-left: 24px;
    position: relative;
}

.filter-link::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #333;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 2px;
    background-color: #fff;
}

.filter-link.checked::before {
    content: "✔";
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #333;
    border-radius: 3px;
    background-color: #333;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 14px;
    position: absolute;
    left: 0;
    top: 2px;
}


@media only screen and (max-width: 767px) {
    .swatches li.xx-large {
        height: 70px;
        width: 70px;
    }
}

.swatches li.xx-large {
    height: 70px;
    width: 70px;
}

.wishlist i.anm-heart-l.active,
.wishlist i.anm-heart.active {
    color: #f50000;
}

.index-demo3 .filterBox .swatches li.active,
.index-demo3 .filterBox .swatches li:hover,
.index-demo3 .size-swatches li.active,
.index-demo3 .size-swatches li:hover,
.index-demo3 .swatches li.active,
.index-demo3 .swatches li:hover {
    /*box-shadow: 0 0 0 2px #f50000, 0 0 0 0 #fff inset;*/
    box-shadow: 0 0 0 2px #cb8161, 0 0 0 0 #fff inset;

}

@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

.blink {
    animation: blink 0.5s ease-in-out 3;
}


.grid-products .item .product-image>a {
    /* border: 2px solid red;*/
    padding-top: 100%;
}
.grid-products .item .product-image img{

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
 }


/* description image style*/


.desc-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}


.desc-gallery-image-style {
    width: 100%;
    max-width: 800px;
}

.desc-gallery-style2 {
    display: flex;
    justify-content: space-around;
    place-items: center;
    gap:10px;
}

.desc-gallery-image-link {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.desc-gallery-image-caption {
    margin-top: 10px;
    text-align: center;
    font-size: 0.9em;
    color: #333;
}

@media (max-width: 768px) {
    .desc-gallery-style2 .desc-gallery-image-link {
        width: 100%;
    }
}


.gallery-social-sharing .btn{
    color: white;
}

.sidebar-categories a.active {
    color: #cb8161;
}