﻿.info-tbl th {
    color: #fff !important;
    box-sizing: border-box !important;
    border: 1px solid #707070 !important;
    background-color: #012169 !important;
}

.info-tbl th a {
    color: #fff !important;
}

.info-tbl th .sort:after {
    color: #fff !important;
}

.info-tbl a.link-action {
    color: #0041C2 !important;
}

.accordion label.accord-head {
    background-color: #012169;
}

.accordion input.accord-check:checked + label.accord-head {
    background: #fff;
    color: SlateGray;
    border-color: #d5d5d5;
}

.accordion label.accord-head:after {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    width: auto;
    height: auto;
    line-height: inherit;
    vertical-align: baseline;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    content: "\e62d";
    float: right;
    font-size: 1.2em;
    line-height: 1.2em;
    margin-left: .75em;
}



.accordion input.accord-check:checked + label.accord-head:after {
    content: "\e62c";
}

.addto-popup-wrapper .popuplabel, .addto-popup-holder .popuplabel {
    margin-top: 10px;
    font-size: 16px;
    line-height: 26px;
    color: #383c3e;
}

.addto-popup-wrapper .popupheadertext, .addto-popup-holder .popupheadertext {
    margin-top: 3.2px;
    margin-bottom: 8px;
    font-size: 2.4rem;
    font-weight: 500;
    text-align: left;
    color: #383c3e;
}
.addto-popup-wrapper .error-alert, .addto-popup-holder .error-alert {
    color: #9c182f !important;
}

.addto-popup-wrapper .savedpayments-checkboxlabel input, .addto-popup-holder .savedpayments-checkboxlabel input {
    width: auto;
    height: auto;
}

.addto-popup-holder .btn.btn-primary {
   margin-top:1rem !important;
}

.createmanageShare-popup-wrapper .inviteother_back_button.popupspace {
    margin-right: 42% !important;
}

.product-info .addto-popup-holder li + li:before {
    content:"" !important;
    display:none;
}

.addto-popup-holder .addWishListPopupWishListSelector {
    width: 100% !important;
}

.addto-popup-holder #scheduleReminderPopupSection .scheduleWishListRepeatSelector, .addto-popup-holder #scheduleReminderPopupSection .scheduleReminderDayOfWeekSelector {
    width: 100% !important;
}

.addto-popup-holder .end-datesection {
    margin-right: 33%;
}

.addto-popup-holder .enddate-yes-option {
    margin-left: 43%;
    margin-bottom: 10px;
}

@media(max-width:767px) {
    .createmanageShare-popup-wrapper .inviteother_back_button.popupspace {
        margin-right: 23% !important;
    }
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}