
/* Comment Generated by Combres - Resource '~/_layouts/15/_Common/Responsive/Styles/functional-pages.css' (Mode: Static) */
.container {
    max-width: 90%;
}

/* my-cart page css start */
.quantity-field {
    width: 60px;
    height: 36px;
    border: 1px solid var(--fds-grey-700);
    color: var(--fds-black);
    outline: none;
    text-align: center;
}

.quantity-fields-main a {
    color: var(--fds-grey-700);
    text-decoration: underline;
    font-size: 0.75rem;
}

.quantity-fields-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.my-cart-table th {
    font-size: var(--fds-fs-600);
    line-height: 1.5rem;
    color: var(--fds-black);
    font-weight: 600;
    border-top: none;
}

.input-cupouns {
    display: block;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.5rem;
}

    .input-cupouns .input-title {
        font-size: var(--fds-fs-600);
        font-weight: 600;
        color: var(--fds-black);
    }

    .input-cupouns .form-outline .form-control {
        padding: 0.7rem 1rem;
    }

.order-table tr div {
    max-height: inherit;
}

.cart-btn .btn {
    color: var(--fds-black);
    font-weight: 600;
    font-size: 0.875rem;
    margin: 0 auto;
    line-height: 24px;
}

    .cart-btn .btn.btn-right {
        margin: 0 0 0 auto;
    }

    .cart-btn .btn.btn-left {
        margin: 0 auto 0 0;
    }

.cart-sub-title {
    font-size: var(--fds-fs-600);
    font-weight: 600;
}

.border-top-light-gray {
    border-top: 1px solid var(--fds-grey-400);
}

.other-product-title {
    font-size: var(--fds-fs-350);
    line-height: var(--fds-fs-400);
    font-weight: 600;
}

.lint-item-table th {
    font-size: var(--fds-fs-250);
    line-height: var(--fds-fs-700);
}

.lint-item-table-main button {
    padding: 0;
    background: transparent !important;
    line-height: var(--fds-fs-700);
    font-size: 0.938rem;
    color: #000000 !important;
    font-weight: 300;
}

.lint-item-table-main .accordion-borderless .accordion-item .accordion-button::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #c9c9c9;
    position: absolute;
    left: -15px;
}

.lint-item-table-main
.accordion-borderless
.accordion-item
.accordion-button:not(.collapsed)::before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.lint-item-table-main .accordion-item:not(:first-of-type) {
    border-top: 0;
}

.lint-item-table-main .accordion-body {
    padding: 0px 0px;
}

.lint-item-table-main .accordion-header {
    padding: 0.3rem 1.4rem;
}

.line-table-sub td {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 0px;
}

.lint-item-table-main {
    font-size: var(--fds-fs-250);
    line-height: var(--fds-fs-600);
}

.lint-item-table td:nth-child(1),
.lint-item-table th:nth-child(1) {
    width: 6%;
}

.lint-item-table td:nth-child(2),
.lint-item-table th:nth-child(2) {
    width: 6%;
}

.lint-item-table td:nth-child(3),
.lint-item-table th:nth-child(3) {
    width: 48%;
}

.lint-item-table td:nth-child(4),
.lint-item-table th:nth-child(4) {
    width: 8%;
}

.lint-item-table td:nth-child(5),
.lint-item-table th:nth-child(5) {
    width: 8%;
}

.lint-item-table td:nth-child(6),
.lint-item-table th:nth-child(6) {
    width: 8%;
}

.lint-item-table td:nth-child(7),
.lint-item-table th:nth-child(7) {
    width: 8%;
}

.lint-item-table td:nth-child(8),
.lint-item-table th:nth-child(8) {
    width: 8%;
}

.lint-item-table th {
    padding: 1rem 1.4rem;
}

.order-overview-table-heading th {
    font-weight: 600;
    text-align: center;
    border-bottom: 0px;
    font-size: var(--fds-fs-250);
    line-height: var(--fds-fs-350);
}

.order-overview-table-heading {
    font-size: var(--fds-fs-250);
    line-height: var(--fds-fs-350);
    text-align: center;
}

    .order-overview-table-heading td {
        border-bottom: 0px;
    }

.order-history-title {
    font-size: 0.938rem;
    line-height: var(--fds-fs-700);
    font-weight: 600;
}

.search-btn-order-history .btn {
    font-size: var(--fds-fs-250);
    line-height: var(--fds-fs-100);
    font-weight: 600;
    color: var(--fds-black);
}

.order-overview-table-heading.text-start th {
    text-align: left;
}

.border-top-bottom-history-table {
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}

.order-history-footer {
    font-size: var(--fds-fs-250);
}

.order-history-footer-table th,
.order-history-footer-table td {
    padding: 5px 0px;
}

.pagination a.page-link {
    font-size: var(--fds-fs-200);
    color: var(--fds-black);
    display: inline-block;
    padding: 0px 5px;
    background: transparent;
    border-right: 1px solid var(--fds-black);
    border-radius: 0 !important;
}

    .pagination a.page-link:hover {
        background: transparent;
    }

.pagination li:last-child a {
    border-right: 0px;
}

.pagination a.active {
    background: transparent;
    font-weight: 600;
    color: var(--fds-black);
}

@media (max-width: 767px) {
    .lint-item-table-main {
        width: 800px;
    }
}

@media (min-width: 992px) {
    .first-column-width {
        width: 20%;
    }

    .input-cupouns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .input-cupouns .input-title {
            width: 35%;
        }
}

@media (max-width: 991px) {
    .my-cart-table .mobile-none {
        display: none;
    }
}

@media (max-width: 576px) {
    .table > :not(caption) > * > * {
        padding: 1rem 0.5rem;
        vertical-align: top;
    }

    .my-cart-table .cart-image {
        width: 25%;
    }

    .my-cart-table .product-details {
        width: 75%;
    }
}
/* my-cart page css end */

/* manage-account pages css start */
.myaccout-titlebar {
    background: var(--fds-grey-100);
    padding: 1.5rem 0;
}

.myaccount-nav {
    list-style: none;
    padding-left: 0;
}

    .myaccount-nav li {
        padding: 0.6rem 0rem;
        border-bottom: 1px solid var(--fds-grey-400);
        background-position: 0px 15px;
        background-image: none;
        background-repeat: no-repeat;
        margin-left: 5px;
    }

        .myaccount-nav li:last-child {
            border-bottom: none;
        }

        .myaccount-nav li a {
            color: var(--fds-black);
            transition: all 0.2s ease-out;
        }

        .myaccount-nav li:hover {
            background-image: url("//cdn.fellowes.com/assets/repositories/templates/r01/fellowes.com/staging/us/en/functional/_includes/img/bullet-hover.svg");
        }

        .myaccount-nav li.myaccount-active {
            background-image: url("//cdn.fellowes.com/assets/repositories/templates/r01/fellowes.com/staging/us/en/functional/_includes/img/bullet.svg");
        }

            .myaccount-nav li:hover a,
            .myaccount-nav li.myaccount-active a {
                margin-left: 15px;
            }

        .myaccount-nav li.myaccount-active {
        }

            .myaccount-nav li.myaccount-active a {
            }

.hoverarrow {
    opacity: 0;
    width: 0;
    margin-right: 0rem;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.myaccount-nav li a:hover .hoverarrow {
    opacity: 1;
    width: 8px;
    margin-right: 0.5rem;
}

.bulletactiveimg {
    display: none;
    margin-right: 0.5rem;
}

.myaccount-nav li.myaccount-active .bulletactiveimg,
.active-menu-mobile .bulletactiveimg {
    display: inline-block;
}

.mobile-navigationmyaccount {
    cursor: pointer;
    padding: 1rem 0rem;
    font-size: var(--fds-fs-300);
}

    .mobile-navigationmyaccount .active-menu-mobile a {
        color: var(--fds-black);
        font-size: var(--fds-fs-200);
    }

    .mobile-navigationmyaccount .active-menu-mobile img {
        margin-right: 0.2rem;
        width: 7px;
    }

.font-weight-medium {
    font-weight: 500;
}

.sidecontent-div .sidecontent-item {
    border-top: 1px solid var(--fds-grey-400);
    padding: 1.25rem 0rem;
}

    .sidecontent-div .sidecontent-item:last-child {
        border-bottom: 1px solid var(--fds-grey-400);
    }

    .sidecontent-div .sidecontent-item .btn {
        color: var(--fds-black);
        font-weight: 600;
        font-size: var(--fds-fs-350);
        padding-inline: 2rem;
    }

.addresstitle {
    font-weight: 600;
}

.addressbtns .btn {
    width: 100%;
    font-size: var(--fds-fs-325) !important;
}

.form-btn {
    color: var(--fds-black);
    font-size: var(--fds-fs-350);
    font-weight: 600;
}

#newaddress .modal-header,
#newcard .modal-header {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: none;
}

#newaddress .btn-close,
#newcard .btn-close {
    position: absolute;
    right: 1rem;
    opacity: 1;
}

#newaddress .modal-dialog,
#newcard .modal-dialog {
    -webkit-transform: translateY(90px);
    -ms-transform: translateY(90px);
    transform: translateY(90px);
}

.eligibleproductname {
    font-size: var(--fds-fs-350);
    font-weight: 600;
}

.product-smalltext {
    font-size: var(--fds-fs-320);
}

.font-weight-600 {
    font-weight: 600;
}

.passwordlist {
    padding-left: 1rem;
    color: var(--fds-grey-700);
}

.checked {
    color: #3cbc1e;
}

.visacard {
    width: 35px;
}

.form-outline .form-control ~ .form-notch div,
.form-outline .form-control ~ .form-notch div,
.form-outline .form-control ~ .form-notch div {
    border-color: var(--fds-grey-700);
}

.datepicker-toggle-button {
    pointer-events: auto !important;
}

.form-check-input[type='checkbox']:checked,
.form-check-input[type='checkbox']:checked:focus {
    width: 18px;
    height: 18px;
}

.smallfont-sizebtn {
    font-size: var(--fds-fs-250) !important;
}

.form-outline .form-control.form-control-lg,
.form-outline .form-control.form-control-lg ~ .form-label {
    font-size: var(--fds-fs-400);
}

@media (min-width: 768px) {
    .myaccount-nav li:first-child {
        /*padding-top: 0;*/
    }
}

@media (max-width: 767.98px) {
    .myaccount-nav {
        display: none;
    }

        .myaccount-nav.active {
            display: block;
            border-top: 1px solid var(--fds-grey-600);
        }

    .mobile-top-spacing-none {
        padding-top: 0;
    }
}
/* manage-account pages css end */

/* my-cart-checkout css start */
.section-spacing {
    padding: 30px 0px;
}

section h1 {
    font-weight: 700;
}

.accordion-item:first-of-type,
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-header,
.accordion-button {
    font-size: var(--fds-fs-600);
    font-weight: 600;
    line-height: 24px;
    color: var(--fds-black);
}

.accordion-button {
    padding: 0.8rem var(--mdb-accordion-btn-padding-x);
}

    .accordion-button:not(.collapsed) {
        color: var(--fds-black);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .accordion-button:after {
        display: none;
    }

.accordion-item:last-of-type .accordion-button.collapsed,
.accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-group {
    margin-bottom: 0.938rem;
}

.select-arrow {
    color: var(--fds-grey-400);
    left: var(--mdb-form-outline-select-arrow-right);
    right: inherit;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.payment-billing-arrow {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
}

.select-input.focused ~ .select-arrow {
    color: var(--fds-black);
}

.form-outline .form-control {
    padding: 0.75rem 1.75rem;
    color: var(--fds-grey-800);
    font-size: var(--fds-fs-400);
}

    .form-outline .form-control.form-control-lg ~ .form-label {
        padding-top: 1rem;
    }

    .form-outline .form-control.form-control-lg.active ~ .form-label,
    .form-outline .form-control.form-control-lg:focus ~ .form-label {
        -webkit-transform: translateY(-1.5rem) translateY(0.1rem) scale(0.8);
        -ms-transform: translateY(-1.5rem) translateY(0.1rem) scale(0.8);
        transform: translateY(-1.5rem) translateY(0.1rem) scale(0.8);
    }

    .form-outline .form-control:focus ~ .form-label {
        color: var(--fds-black);
    }

    .form-outline .form-control ~ .form-notch div {
        border-radius: 0 !important;
    }

    .form-outline .form-control.select-input:focus ~ .form-notch .form-notch-trailing,
    .select-input.focused ~ .form-notch .form-notch-trailing,
    .form-outline .form-control:focus ~ .form-notch .form-notch-trailing {
        border-color: var(--fds-black);
        -webkit-box-shadow: 1px 0 0 0 var(--fds-black), 0 -1px 0 0 var(--fds-black), 0 1px 0 0 var(--fds-black);
        box-shadow: 1px 0 0 0 var(--fds-black), 0 -1px 0 0 var(--fds-black), 0 1px 0 0 var(--fds-black);
    }

    .form-outline .form-control.select-input:focus ~ .form-notch .form-notch-leading,
    .select-input.focused ~ .form-notch .form-notch-leading,
    .form-outline .form-control:focus ~ .form-notch .form-notch-leading {
        border-color: var(--fds-black);
        -webkit-box-shadow: -1px 0 0 0 var(--fds-black), 0 1px 0 0 var(--fds-black), 0 -1px 0 0 var(--fds-black);
        box-shadow: -1px 0 0 0 var(--fds-black), 0 1px 0 0 var(--fds-black), 0 -1px 0 0 var(--fds-black);
    }

    .form-outline .form-control:focus ~ .form-notch .form-notch-middle {
        border-color: var(--fds-black);
        -webkit-box-shadow: 0 1px 0 0 var(--fds-black);
        box-shadow: 0 1px 0 0 var(--fds-black);
        border-top: 1px solid transparent;
    }

.form-check-label {
    /*color: var(--fds-black);*/
    font-family: inherit;
    font-weight: 400;
    font-family: inherit;
    color: var(--fds-grey-800);
}

.form-check-input[type='checkbox'] {
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 0;
}

    .form-check-input[type='checkbox']:checked,
    .form-check-input[type='checkbox']:checked:focus {
        background-color: var(--fds-black);
        border-color: var(--fds-black);
    }

        .form-check-input[type='checkbox']:checked:after {
            margin-left: 0rem;
            width: 14px;
            height: 14px;
            top: 1px;
            left: 1px;
            background-color: var(--fds-grey-700);
            -webkit-transform: unset;
            -ms-transform: unset;
            transform: unset;
            border: none;
            margin-top: 0;
        }

        .form-check-input[type='checkbox']:checked,
        .form-check-input[type='checkbox']:checked:focus {
            background: transparent;
            border-color: var(--fds-grey-700);
        }

.shipping-small-font {
    font-size: var(--fds-fs-150);
    line-height: 16px;
    color: var(--fds-black);
}

#checkoutForm .btn {
    color: var(--fds-black);
    font-weight: 600;
    font-size: 0.875rem;
}

.shipping-method-checkbox .form-check-label {
    color: var(--fds-grey-800);
    line-height: 150%;
}

.toggle-text-div {
    margin-left: 1rem;
}

.other-address-details.checked {
    display: none;
}

.creditcarddiv:before {
    background: url("/_layouts/15/_Common/Responsive/img/card-clipart.png");
    content: '';
    width: 30px;
    height: 20px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    margin-top: -12px;
    left: 12px;
}

.creditcarddiv label {
    padding-left: 2.5rem;
}

.creditcarddiv .form-control {
    padding-left: 3rem;
}

.card-logo {
    width: 100px;
    margin-left: auto;
}

.paypal-logos {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

    .paypal-logos img {
        width: 70px;
        padding: 5px 5px;
        border: 1px solid var(--fds-grey-400);
    }

.font-weight-sbold {
    font-weight: bold;
}

.ordersummurybox {
    background: var(--fds-grey-200);
    padding: 1.25rem;
}

.order-title {
    font-size: var(--fds-fs-600);
    font-weight: 600;
    line-height: 1.5rem;
}

.productname {
    font-size: var(--fds-fs-400);
    line-height: var(--fds-fs-400);
    font-weight: 600;
    color: var(--fds-black);
    margin-bottom: 5px;
}

.productcode {
    font-size: var(--fds-fs-200);
    line-height: var(--fds-fs-400);
    font-weight: medium;
    color: var(--fds-black);
}

.cart-image {
    width: 60px;
}

.order-table {
    margin-top: 2rem;
}

    .order-table > :not(caption) > * > * {
        border-bottom: none;
        border-top: 1px solid var(--fds-grey-400);
    }

.filledvalues {
    font-size: var(--fds-fs-400);
    line-height: var(--fds-fs-500);
    color: var(--fds-grey-800);
    padding: 0 var(--mdb-accordion-btn-padding-x);
    font-weight: 300;
    display: none;
}

    .filledvalues strong {
        font-weight: 700;
    }

.showfiledvalues .filledvalues {
    display: block;
    padding-bottom: 1rem;
}

.edit {
    display: none;
    margin-left: auto;
}

    .edit a {
        font-size: var(--fds-fs-300);
        line-height: var(--fds-fs-350);
        text-decoration: underline;
        color: var(--fds-grey-700);
        font-weight: 300;
    }

.showfiledvalues .edit {
    display: block;
}

#headingThree .filledvalues div:first-child {
    margin-bottom: 0.5rem;
}

.accordion-button:not(.collapsed):focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.accordion-item {
    margin-bottom: 1rem;
}

    .accordion-item:not(:first-of-type) {
        border-top: 1px solid var(--mdb-accordion-border-color);
    }

.shipping-method-checkbox input {
    position: absolute;
}

.accordionItemHeading {
    cursor: pointer;
    border: 1px solid var(--fds-grey-400);
    padding: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.accordionItem {
    margin-bottom: 1rem;
}

.close .accordionItemContent {
    height: 0px;
    -webkit-transition: height 1s ease-out;
    -o-transition: height 1s ease-out;
    transition: height 1s ease-out;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    display: block;
}

/*

.open .accordionItemContent {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: none;
  width: 100%;
  display: block;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.open .accordionItemHeading {
  border-bottom: none;
}
*/


.opencard .accordionItemContent {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: none;
    width: 100%;
    display: block;
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.opencard .accordionItemHeading {
    border-bottom: none;
}

@media (min-width: 768px) {
    .section-spacing {
        padding: 60px 0px;
    }

    .showfiledvalues .filledvalues {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    #headingThree .filledvalues {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        #headingThree .filledvalues div {
            width: 50%;
        }
}

/* my-cart-checkout css end */

/* my-cart-checkout-option page css start */
.sub-title {
    font-size: var(--fds-fs-600);
    line-height: 1.5rem;
    font-weight: 600;
}

.cheout-options-link,
.cheout-options-link:hover,
.cheout-options-link:focus {
    font-size: var(--fds-fs-300);
    color: var(--fds-black);
    line-height: var(--fds-fs-350);
    text-decoration: underline;
    font-weight: 300;
}

.checkoutsubmit {
    color: var(--fds-black);
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 24px;
}

.ordernumber-box {
    background: var(--fds-grey-200);
    padding: 1rem 1.5rem;
}

@media (min-width: 768px) {
    .min-content-height-checkout-options {
        min-height: 80px;
    }

    .border-right-checkout-option {
        border-right: 1px solid var(--fds-grey-400);
    }

    .fields-maindiv {
        min-height: 225px;
    }
}

@media (min-width: 992px) {
    .min-content-height-checkout-options {
        min-height: 60px;
    }
}

@media (min-width: 1200px) {
    .custom-width-div {
        width: 85%;
        margin: 0 auto;
    }
}

/* my-cart-checkout-option page css end */

.active-menu-mobile {
    pointer-events: none;
}

.addverify-title {
    font-size: var(--fds-fs-710);
    font-weight: 700;
}

.addverify-subtitle {
    text-align: start;
    font-size: var(--fds-fs-400);
    font-weight: 500;
}

@media (max-width: 768px) {
    .addverify-border {
        -webkit-border-after: 1px solid #97989c;
        border-block-end: 1px solid #97989c;
    }

    .addverify-modal {
        margin-top: 130px;
    }
}

@media (min-width: 768px) {
    .addverify-border {
        -webkit-border-end: 1px solid #97989c;
        border-inline-end: 1px solid #97989c;
    }
}


/* progress bar */
.not-ready {
    display: none !important;
}

.loading .not-ready,
.bootstrapping .not-ready {
    display: block !important;
}

.loading .ready,
.bootstrapping .ready {
    display: none !important;
}

.lds-facebook {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    margin: auto;
}

    .lds-facebook div {
        display: inline-block;
        position: absolute;
        left: 8px;
        width: 16px;
        background: #f3bc22;
        animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
    }

        .lds-facebook div:nth-child(1) {
            left: 8px;
            animation-delay: -0.24s;
        }

        .lds-facebook div:nth-child(2) {
            left: 32px;
            animation-delay: -0.12s;
        }

        .lds-facebook div:nth-child(3) {
            left: 56px;
            animation-delay: 0;
        }

@keyframes lds-facebook {
    0% {
        top: 8px;
        height: 64px;
    }

    50%, 100% {
        top: 24px;
        height: 32px;
    }
}

.no-data-message {
    display: none !important;
}

.no-data .ready {
    display: none !important;
}

.no-data .no-data-message {
    display: block !important;
}
/* progress bar */

/*validation*/
input.error, text.error, textarea.error, select.error {
    border: 1px solid red;
    background: url("//assets.fellowes.com/images/site/fade-butt-red.png") repeat-x;
}

div.validationError {
    margin-top: 0;
    margin-bottom: 5px;
    color: #924949;
    z-index: 2250;
    white-space: nowrap;
    padding: 2px 6px;
    font-size: 9pt;
    font-weight: 500;
}

div.promo-amount {
    display: none;
}

#shoppingCartTable tr.promo div.promo-amount {
    display: block;
    color: red;
    /*font-weight: 500;*/
}

#orderCartTable tr.promo div.promo-amount {
    display: block;
    color: red;
    /*font-weight: 500;*/
}

#shoppingCartTable tr.promo div.amount {
    text-decoration: line-through;
    font-weight: 400;
    color: rgba(77, 85, 91, 0.6);
}

#orderCartTable tr.promo div.amount {
    text-decoration: line-through;
    font-weight: 400;
    color: rgba(77, 85, 91, 0.6);
}


/*override*/
.input-cupouns .input-title {
    margin-bottom: 20px;
}

.mdb-select-override {
    width: 100%;
    height: 3.5rem;
    border-radius: 0;
    font-weight: 400;
    font-family: inherit;
    color: var(--fds-grey-800);
    border-color: var(--fds-grey-800);
}

.edit {
    display: block;
    margin-left: 0;
    float: right;
}


.payment-section .opencard {
    /*border: 1px solid rgba(77, 85, 91, 0.25);*/
}

.creditcard-container .fadeslide-content, .cc-container .fadeslide-content {
    /* max-height: 4500px;*/
}

.fadeslide-content {
    /*opacity: 1;
    overflow: hidden;
    max-height: 1999px;
    */
}

.creditcard-container span.icon, .cc-container span.icon {
    /*margin: 4px 0 0 4px;
    width: 32px;
    height: 22px;
    background-repeat: no-repeat;*/
}

#billToAddressEntry {
    display: none;
}

.card-display-container ul {
    border-bottom: 1px solid #eee;
    overflow: hidden;
    width: 100%;
    list-style-type: none;
    padding: 0;
}

    .card-display-container ul li {
        height: 45px;
        line-height: 45px;
        text-align: left;
        float: left;
        padding: 0;
    }

        .card-display-container ul li.radio-selection label.css-label {
            cursor: pointer;
            background-position: 0 7px;
        }


form#ccEntry #card_number, div.ccEntry #ccn {
    background-image: url("//assets.fellowes.com/images/site/pay_cc_entry_2.png"),url("//assets.fellowes.com/images/site/pay_cc_entry_2.png");
    background-position: 2px -50px,242px 20px;
    background-size: 50px 390px,40px 500px;
    background-repeat: no-repeat;
    padding-left: 60px;
    line-height: 1.42857143;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    height: 60px;
    width: 100%;
}

    form#ccEntry #card_number.valid.visa, div.ccEntry #ccn.visa {
        background-position: 2px -97px,242px 16px;
    }

    form#ccEntry #card_number.valid.visa_electron, div.ccEntry #ccn.visa_electron {
        background-position: 2px -143px,242px 16px;
    }

    form#ccEntry #card_number.valid.mastercard, div.ccEntry #ccn.mastercard {
        background-position: 2px -189px,242px 16px;
    }

    form#ccEntry #card_number.valid.maestro, div.ccEntry #ccn.maestro {
        background-position: 2px -236px,242px 16px;
    }

    form#ccEntry #card_number.valid.discover, div.ccEntry #ccn.discover {
        background-position: 2px -283px,242px 16px;
    }

    form#ccEntry #card_number.valid.americanexpress, div.ccEntry #ccn.americanexpress {
        background-position: 2px -330px,242px 16px;
    }

    form#ccEntry #card_number.visa, div.ccEntry #ccn.valid.visa {
        background-position: 2px -97px,242px -22px;
    }

    form#ccEntry #card_number.visa_electron, div.ccEntry #ccn.valid.visa_electron {
        background-position: 2px -143px,242px -22px;
    }

    form#ccEntry #card_number.mastercard, div.ccEntry #ccn.valid.mastercard {
        background-position: 2px -189px,242px -22px;
    }

    form#ccEntry #card_number.maestro, div.ccEntry #ccn.valid.maestro {
        background-position: 2px -236px,242px -22px;
    }

    form#ccEntry #card_number.discover, div.ccEntry #ccn.valid.discover {
        background-position: 2px -283px,242px -22px;
    }

    form#ccEntry #card_number.americanexpress, div.ccEntry #ccn.valid.americanexpress {
        background-position: 2px -330px,242px -22px;
    }


.paypal-container span.icon {
    margin: 2px 0 0 4px;
    width: 40px;
    height: 26px;
    background-repeat: no-repeat;
}

.paypal-container div.paypal-button label span.icon {
    display: inline-block;
    background-repeat: no-repeat;
    width: 100px;
}

.paypal-container div.paypal-button label span.info {
    display: block;
}

.paypal-button-container ul {
    list-style-type: none;
}

.paypal-container div.content-title span.icon.paypal {
    background-image: url("//www.paypalobjects.com/webstatic/en_US/i/buttons/pp-acceptance-small.png");
}

.paypal-container div.content-title span.icon.paypalcredit {
    background-image: url("//www.paypalobjects.com/webstatic/en_US/i/buttons/ppc-acceptance-small.png");
}

.paypal-container div.paypal-button label span.icon {
    background-image: url("//www.paypalobjects.com/webstatic/en_US/i/buttons/PP_logo_h_100x26.png");
}

.paypal-container div.paypal-button-paypalcredit label span.icon {
    background-image: url("//www.paypalobjects.com/webstatic/en_US/i/buttons/PP_credit_logo_h_100x26.png");
    margin-left: -4px;
}

.paypal-banner-wrapper.hide {
    display: none;
    visibility: hidden;
}

#vcCouponBoxRight.ckORCoup {
    display: none;
}

span.promo-amount {
    display: none;
}

#shoppingCartTable tr.promo span.promo-amount, #quick-cart-panel-menu tr.promo span.promo-amount, #cart-review-panel tr.promo span.promo-amount {
    display: block;
    display: flex;
    /*font-weight: 500;*/
}

#shoppingCartTable tr.promo span.amount, #quick-cart-panel-menu tr.promo span.amount, #cart-review-panel tr.promo span.amount {
    text-decoration: line-through;
    font-weight: 400;
    color: rgba(77, 85, 91, 0.6);
}

span.promo-amount {
    color: #ff3a47;
}

.ckORCost {
    padding-right: 3px;
    width: 149px;
    text-align: right;
}

td.ckORCost div {
    display: inline-block;
}

#cart-review-panel tr.promo td.ckORCost div {
    position: relative;
    top: 8px;
}

td.ckORCost span.seperator {
    margin-right: 5px;
    margin-left: 5px;
}

.callout-note {
    color: #8a6d3b;
    background-color: #fcf8e3;
    margin: 0;
    padding: 10px;
    border: solid 1px rgba(77, 85, 91, 0.25);
}

.authError {
    padding: 20px 20px 10px;
    border: 1px solid #fa6968;
    background-color: #ff3a47d9;
    color: white;
}

/**/
#survey-iframe {
    width: 100%;
    height: 900px;
}



/* Comment Generated by Combres - Resource '~/_layouts/15/_Common/Responsive/Styles/functional-sign-in-sign-up-page.css' (Mode: Static) */
.show-password {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 25px;
  height: 20px;
  margin-top: -10px;
}

.hide-password {
  position: absolute;
  top: 50%;
  width: 25px;
  right: 15px;
  height: 20px;
  margin-top: -10px;
}
.sign-up-section {
  display: none;
}
.password-title {
  font-size: var(--fds-fs-400);
  line-height: var(--fds-fs-325);
}
.password-div ul {
  list-style: none;
  padding-left: 0;
  font-size: var(--fds-fs-250);
  line-height: var(--fds-fs-325);
  color: var(--fds-grey-700);
}
.password-div ul li {
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .password-div {
    position: absolute;
    right: -210px;
    width: 190px;
    text-align: left;
    top: 0;
  }
}



/* Comment Generated by Combres - Resource '~/_layouts/15/_Common/Responsive/Styles/functional-forgot-password-page.css' (Mode: Static) */
.forgot-password {
    font-size: var(--fds-fs-600);
}