.fancybox-wrap .download-link {
    color: #4c74cd;
    text-decoration: underline;
    font-weight: 700;
}
.labelannual:before {
    content: '';
    background: #fff;
    border-radius: 100%;
    border: 1px solid #4C74CD;
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    position: relative;
    top: -1px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    left: 0px;
}
.labelannual.checked:before{
    background-color: #4C74CD;
    -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}
.product-view .price-wrapper-subscription .price {
    color: #D96565;
    font-size: 22px;
    font-family: 'ProximaNova-Bold', sans-serif;
    font-weight: normal;
}
.product-view .product-info-main .price-wrapper-subscription{
    display: block;
    margin: 15px 15px 0px 0;
}
.product-info.product-info-main .product-add-form.formsubscription {
    padding: 0 0 40px;
}
.labelannual {
    font-weight: bold;
    text-transform: uppercase;
}
.product-view .box-tocart, .product-options-bottom .box-tocart {
    /*margin: 10px 0 0 23px!important;*/
}
.checkshow.subscription {
    margin: 40px 0 0;
    width: 74%;
}
.checkshow {
    display: flex;
/*    justify-content: space-between;
    width: 75%;*/
}
.noticetext.subscription {
    max-width: 50%;
}
.noticetext {
    margin-bottom: 20px;
}
.pricecopy {
    text-align: right;
    display: inline-block;
    color: #D96565;
    font-size: 22px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    padding: 14px 0 0 0;
}
@media (min-width: 576px) {
    .product-view .price-box .price-wrapper .price,
    .product-view .product-info-main .price-box .price-wrapper .price {
        display: none;
    }
}
.box-tocart-view {
    margin: 0;
    padding: 0;
}
.box-tocart-view button {
    background: #4C74CD;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 20px;
    color: #fff;
    letter-spacing: 0.5px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
    text-transform: none;
    line-height: 18px;
    height: 46px;
    min-width: 220px;
}
.product-info.product-info-main .product-add-form {
    width:100%;
}

@media (max-width: 575px) {
    .checkshow.subscription {
        margin: 20px 0 20px;
        order: 3;
    }
    .downloadable-addition-info {
        order: 3;
    }
    .product-options-bottom .checkshow .pricecopy,
    .product-add-form .checkshow .pricecopy{
        display: none;
    }
    .checkshow {
        display: block;
    }
}
@media (min-width: 576px) {
    .product-view .box-tocart, .product-options-bottom .box-tocart {
        margin: 0 !important;
        padding-right: 35px;
    }
}
@media (max-width: 768px) {
    .noticetext.subscription {
        max-width: max-content;
    }
}
@media (max-width: 992px) {
    .checkshow.subscription {
        margin: 40px 0 0;
        width: 99%;
    }

    .checkshow {
        width: 100%;
    }
}
