.shop-checkout-widget {
    border: 1px solid #3ca13c;
    padding: 20px;
    margin-bottom: 10px;
}

.single-post .entry-content .shop-checkout-widget a {
    background-color: #3ca13c !important;
    color: white;
    font-size: 18px;
    margin-bottom: 0;
}

.single-issue .entry-content .shop-checkout-widget a {
    background-color: #3ca13c !important;
    color: white;
    font-size: 18px;
    margin-bottom: 0;
}

.shop-checkout-widget .product-title.h3 {
    font-family: "MarkWebPro-Heavy", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 18px;
    word-break: break-word;
    line-height: 1.2;
    font-weight: normal;
    font-style: normal;
    color: #222;
    text-rendering: optimizeLegibility;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
}

.shop-checkout-widget .product-prices {
    display: flex;
    flex-direction: row;
    font-family: "MarkWebPro-Heavy", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 24px;

}

.shop-checkout-widget .product-price {
    margin-right: 20px;
}

.shop-checkout-widget .product-price.price-download::before {
    font-family: "FontAwesome";
    margin-right: 5px;
    content: "\f019";
}

.shop-checkout-widget .product-price.price-physical::before {
    font-family: "FontAwesome";
    margin-right: 5px;
    content: "\f02d";
}


/* login menu fix */
#title-bar .social_media_links ul li a.header_login_link {
    text-transform: none;
    margin-left: 0px;
    height: 12px;
    width: 6px;
    background-image: url(../img/assets-sea87795db1.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    color: #10b3dc;
    font-size: 14px;
    padding-left: 13px;
    text-align: left;
}

#title-bar .social_media_links ul li a.header_login_link > span {
    text-transform: uppercase;
}

#title-bar .social_media_links .login-switch {
    float: right;
    margin-left: 30px;
    text-align: left;
}

#title-bar .social_media_links .login-switch li {
    display: block;
    margin-bottom: 5px;
}

#title-bar .social_media_links .login-switch li:first-of-type {
    margin-bottom: 5px;
}

#sidebar .panel.widget span.panel-title-description {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    box-shadow: none;
    border-top: none;
}