/* Enter Your Custom CSS Here */
.home .edd_price_options { display: none; }
.home .edd_download_quantity_wrapper { display: none; }
.home .edd_download_title { font-size: 16px; }
.sidebar {
    padding-top: 98px;
    padding-bottom: 30px;
    float: right !important;
}

.widget_edd_product_details {
  	border-top: 1px solid #E5E5E5 !important;
  	margin-top: 60px !important;
}

.edd_download_purchase_form .edd_price_options li {
    display: block;
    padding: 20px;
    margin: 0;
    background-color: #e5e5e5;
    border: 1px solid #fff;
}
.features_div {
    text-align: center;
}
span.right_addons_div.top_addons_div {
    left: 66%;
}
.download-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.download-col {
    display: flex;
    flex-direction: column;
}