/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 16 2023 | 07:47:52 */
/* Product Custom SKIN2 */

.CustomSkin2 .product-category a {
    padding: 5px 10px;
    background-color: #d6363830;
    border-radius: 50px;
    color: red !important;
}


/*selector .product-price .price{*/
/*    justify-content: flex-end !important;*/
/*}*/

@media (min-width: 1025px){
    .CustomSkin2 .shopengine-product-list .product-category{
    display: block !important;
    width: 100%;
}

/* End of Product Custom SKIN */


/* Custom Skin for Archive page */

.ArchiveCustomSkin2 .archive-product-container{
    border-radius: 48px;
}

.ArchiveCustomSkin2 .woocommerce-LoopProduct-link{
    display: flex !important;
    flex-wrap: wrap;
    align-items: center
}
.ArchiveCustomSkin2 img{
    width: 100%;
    border-radius: 48px !important;
}
.ArchiveCustomSkin2 .woocommerce-loop-product__title{
    order: 1;
    width: 100%;
}
.ArchiveCustomSkin2 .woocommerce-LoopProduct-link .product-categories{
    order: 2;
}
.ArchiveCustomSkin2 .product-categories span{
    padding: 10px 20px;
    border-radius: 50px;
    background-color: beige;
}
.ArchiveCustomSkin2 .woocommerce-LoopProduct-link .price{
    order: 3;
}
.ArchiveCustomSkin2 .star-rating, .ArchiveCustomSkin .shopengine-product-rating-review-count{
    order: 3;
}
.ArchiveCustomSkin2 .shopengine-archive-mode-grid{
    padding: 15px !important;
    border-radius: 58px;
        -webkit-transition: .4s cubic-bezier(.25,1,.5,1);
    transition: .4s cubic-bezier(.25,1,.5,1);
}
.ArchiveCustomSkin2 .shopengine-archive-mode-grid:hover{
        -webkit-box-shadow: 0 20px 40px rgb(0 0 0 / 10%);
    box-shadow: 0 20px 40px rgb(0 0 0 / 10%);
}

/* End of Custom Skin2 for Archive page */
