.button.border-radius {
    border-radius: 10px;
}
.button.border-radius-max {
    border-radius: 99px;
}
.hnc-product-shortcode-inner {
    border-radius: 5px;
    transition: all linear .1s;
    box-shadow: 0px 2px 25px rgb(0 0 0 / 7%);
    /* display: flex; */
    position: relative;
    overflow: hidden;
    margin-bottom: 1.5em;
    background-color: #fff;
    display: block;
    /* width: 60%;
    margin: 0 auto; */
}
.hnc-product-shortcode-inner .hnc-product-info>*:not(:last-child) {
    margin-bottom: 15px;
}
.hnc-product-shortcode-inner .hnc-product-img {
    line-height: 0;
    width: 40%;
    float: left;
    margin-right: 3%;
    /* margin-bottom: 3%; */
}
.hnc-product-shortcode-inner .hnc-product-info {
    padding: 20px;
    /* width: 60%; */
}
.hnc-product-shortcode-inner .product-title {
    font-size: 20px;
    font-weight: 700;
    font-size: 24px;
    padding: 0;
}
.hnc-product-shortcode-inner .product-description {
    font-size: 14px;
}
.hnc-product-shortcode-inner .product-price p {
    padding: 0;
    margin: 0;
}
.hnc-product-shortcode-inner .product-link {
    /* display: inline-block;
    width: 100%; */
    text-align: left;
}
.hnc-product-shortcode-inner .product-link a {
    -webkit-box-shadow: 0 2px 0 #6f9a37;
    box-shadow: 0 2px 0 #6f9a37;
    position: relative;
    padding: 10px 40px;
    display: inline-block;
    font-size: 16px;
    background-color: #82b440;
    text-align: center;
    text-decoration: none;
    line-height: 1.5;
    cursor: pointer;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 2px;
}