﻿@media (max-width: 991px) {
    .radio-payment-group {
        max-width: 57%;
    }
}

.radio-payment-group .notActive {
    color: #3276b1;
    background-color: #fff;
}



.select-post-wishlist {
    width: 83%;
    margin-right: 30px;
    padding-left: 0px;
}

.post-wishlist-check, .post-wishlist-image, .post-payment-check, post-payment-image {
    width: 60px;
}

    .post-wishlist-check .checkbox, .post-payment-check .checkbox {
        padding-top: 0px;
        margin-bottom: 7px;
        /*margin-left: 7px;*/
    }

.post-payment-image {
    padding-left: 45px !important;
}

.post-wishlist-check .checkbox input[type="checkbox"], .post-payment-check .checkbox input[type="checkbox"] {
    margin-left: 0px; /*override forms.less margin-left: 20px*/
}

.post-wishlist-image img, .post-payment-image .fa {
    border-radius: 5px;
    max-width: 50px;
    max-height: 50px;
}

.cat-divider-caret {
    margin-left: 95%;
}

.attribute-list {
    max-height: 200px;
}

.payment-preview {
    margin-bottom: 10px;
    float: none; /*override boostrap*/
    /*margin-left: 15%; /* moved to mobile only*/
    text-align: left;
}

    .payment-preview .badge {
        margin-right: 5px;
    }

.wishlist-selection {
}

@media (max-width: 991px) { /*mobile*/
    .select-post-wishlist {
        width: 73%;
        float: right;
    }

    .wishlist-post-container {
        padding-top: 15px;
    }
}

@media (min-width: 992px) { /*desktop*/
    .payment-preview {
        margin-left: 15%; /*needed to counter float:none*/
    }

    .wishlist-post-container {
        margin-left: -7%;
    }
}

.wishlist-badge-img {
    max-width: 15px;
    max-height: 15px;
    min-height: 15px;
}

.radio-payment-group a { /*stretch payment buttons out to meet half the modal body size*/
    width: 88px;
}

/*.RadioSelectGroup {
  width:400px;  
}*/