﻿/*order page*/
.product-content a {
    text-decoration: none;
}

.PromotionalPicture {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.product-image img{
    max-width: 100%;
    max-height: 300px;
    margin: auto;
}

.cartContent .actions div > * {
    display: inline-block;
}

.termsOfUse {
    display: inline-block;
    padding-left: 15px;
}

.termsOfUse *{
    display: inline-block;
    font-weight: bold !important;
}

.termsOfUse a {
    text-decoration: underline;
}

.acceptTerms label:before {
    background-color: #ffffff !important;
}

.help-text {
    display: none;
    margin-top: 15px;
}

.item-details .labelText {
    max-width: 200px;
}

 .description {
     padding-left: 0 !important;
     padding-bottom: 0 !important;
 }

@media (max-width: 400px) {
    .cartContent .actions > div, #subscribeArticle, #subscribe {
        width: 100% !important;
    }

    #subscribe, .cancel {
        margin-top: 10px;
        width: 100%;
    }
}

@media (max-width: 500px) {
    .item-details span {
        width: 50%;
    }
}
.product-content {
    margin-right:10px;
}
.regionsWithCheckboxes .checkbox {
    margin: 0;
}

.regionSelector .regionPerSubscription {
    display: none;
}
.alert>ul {
    list-style-type: none;
}
