/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 21 2024 | 21:12:48 */
/* shop page */
.box-text {
    background: #fff;
}

/* Ensure the border radius is applied to the container */
.shop-container .product-small .col-inner {
    border-radius: 0.7rem !important;
    overflow: hidden; /* Ensure the border radius clips the content inside */
    transition: margin-top 0.3s ease, border-radius 0.3s ease; /* Smooth transition for margin and border radius */
}

.shop-container .product-small .col-inner:hover {
    border-radius: 0.7rem !important;
    margin-top: -5px;
}

/* Apply the border radius to the product box */
.shop-container .product-small .product-small.box {
    border-radius: 0.7rem;
}

.shop-container .product-small .product-small.box:hover {
    margin-top: -5px;
    transition: margin-top 0.3s ease; /* Smooth transition for margin */
}

/* Ensure the border radius is applied to the image */
.shop-container .product-small .box-image img {
    border-radius: 0.7rem 0.7rem 0 0 !important;
    transition: transform 0.3s ease, border-radius 0.3s ease; /* Smooth transition for transform and border radius */
}

.shop-container .product-small .box-image:hover img {
    transform: scale(1.02); /* Apply smaller zoom effect */
    border-radius: 0.7rem 0.7rem 0 0 !important;
}

.has-shadow .box-text {
    border-radius: 0rem 0rem 0.7rem 0.7rem;
}


.wpsb_post_title_1 {
color: inherit !important;
  font-size: 17px !important;
  line-height: 26px !important;
  letter-spacing: 0.3px !important;
  font-weight: 700 !important;
  margin-bottom: 0.5rem !important;
}

.box-text,
.box-text-products {
    color: inherit;
	padding-left: 1.2em;
  	padding-right: 1.2em;
}

.box-text a,
.box-text-products a {
    color: inherit;
    text-decoration: none;
}

.box-text a:hover,
.box-text-products a:hover {
    text-decoration: underline;
}

.wpsb_post_title_1 a {
            color: inherit;
            text-decoration: none;
        }

.wpsb_post_title_1 a:hover {
            color: inherit;
            text-decoration: underline; 
        }
.wpsb-updated-on {
    margin-right: 10px; /* Adjust the value as needed */
}

.wpsb-category {
    margin-left: 10px; /* Adjust the value as needed */
}