/*** Blog product excerpt ***/
.product-box-section {
    padding: 0;
}
.productname {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 20px;
}

.productprice {
    font-weight: bold;
}

.productprice>span {
    font-size: 20px;
}

/*** /Blog product excerpt ***/


/*** Blog product excerpt ***/

.productinfo {
    display: table;
    border: 1px solid var(--lightest-grey);
    max-width: 750px;
    width: 100%;
    margin: 0px 0px 20px 0px;
    padding: 0 10px;
}

.product-box-section img,
.product-box-section picture{
    max-height: 200px;
    width: 200px;
}

.producttext {
    height: 100%;
    width: calc(100% - 200px);
    display: table-cell;
    vertical-align: middle;
    padding-left: 25px;
    padding-top: 20px;
    padding-right: 10px;
}

.product-box-section p,
.product-box-section span,
.product-box-section a {
    font-family: var(--nunito-font) !important;
}

.productlink {
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
}
.productlink::before {
    content: '';
}

.product-box-section p {
    line-height: 1.5;
}

.single-blogpost-product-container {
    display: flex;
    flex-flow: row nowrap;
    margin: 0 auto 0 auto!important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
}

.producttext>*:not(.btn) {
    text-align: left;
}

.productdescription {
    font-size: 16px;
    margin-bottom: 10px;
}

.single-blogpost-product-container {
    align-items: center;
}

.product-box-section .custom-btn-wrapper.round .custom-btn {
    border-radius: 30px;
  }  

/*** /Blog product excerpt ***/

@media(max-width: 600px)
{
    .product-box-section img, .product-box-section picture {
        max-height: 100%;
    }
    .product-box-section img {
        padding-top: 15px;
    }
    .single-blogpost-product-container
    {
        flex-flow: column nowrap;
    }
    .producttext {
        padding: 20px 15px 15px;
        width: 100%;
    }
}
