.downloadable-sidebar {
    box-shadow: 0px 30px 50px 0px rgba(8, 0, 42, 0.08);
    border-radius: 5px;
    padding-top: 5px;
    margin-left: 20px;
}

@media (max-width:992px) {
    .downloadable-sidebar {
        margin-left:0px;
    }
}


.product-meta-info {
    display: flex;
    gap: 16px;
    padding: 20px 35px;
    padding-bottom: 15px;
    background: #292929;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.author-avater img {
    width: 36px;
    height: 36px;
    border-radius: 2px;
    border: 2px solid white;
}

.author-profile p {
    line-height: 15px;
    font-size: 16px;
    font-weight: 600;
    color: white;
}

.author-profile a {
    font-weight: 500;
    font-size: 14px;
    color: wheat;
}

.product-price {
    text-align: right;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    width: 45%;
    color: white;
}

.author-avater {
    width: 22%;
}

.author-profile {
    width: 50%;
}

.short-description p {
    font-size: 15px;
    line-height: 1.5;
}

.short-description {
    border-top: 1px solid #eeeeee;
    padding: 15px 35px;
}

.product-meta-inf li {
    list-style: none;
    width: 50%;
    float: left;
    padding-bottom: 10px;
}

.product-meta-inf {
    border-top: 1px solid #eeeeee;
    padding: 25px 0px;
    margin: 0 35px;
    margin-top: 8px;
}

.product-info {
    overflow: hidden;
    padding-bottom: 15px;
}

.product-meta-inf li:last-child{}

.product-meta-inf p {
    color: #55545b;
    line-height: 1.5;
}

.product-meta-inf span {
    font-weight: 600;
    font-size: 15px;
}

.product-meta-inf .woocommerce .star-rating span{
    font-size:14px;
}

.add-to-cart {
    padding: 0px 35px;
    padding-bottom: 35px;
}

.btn-cart {
    width: 100%!important;
    display: block;
    text-align: center;
    background: black;
    box-sizing: border-box;
    color: white;
}

.btn-light {
    margin-top: 15px;
    border: 2px solid #e7e6ef;
    color: #474747;
    background: transparent;
    font-weight: 700;
    padding: 14px 0;
}

.banner-ads {
    margin-top: 30px;
    margin-left: 20px;
}

.banner-ads img {
    border-radius: 5px;
}