﻿body {
}
/*#region Common*/
@media screen { /* hides this rule from unsupported clients */
    @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

    .webfont {
        font-family: 'Open Sans', arial, sans-serif !important;
    }
}

.list-module body {
    background-color: #F5F5F5;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #9b9b9b;
}

.list-module h1 {
    margin: 0px 0px 24px;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #003865;
}

.list-module h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #003865;
    margin: 0px 0px 16px;
}

.list-module h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #003865;
    margin: 0px 0px 16px;
}

.list-module p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #006298;
    margin-bottom: 20px;
}

.list-module span {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
}

.list-module input[type="text"] {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    border-radius: 5px !important;
    border: solid 1px #ccc;
}

.list-module .form-control {
    margin-bottom: 14px;
}

    .list-module .form-control input[type="text"],
    .list-module .form-control input[type="email"],
    .list-module .form-control textarea {
        font-family: 'Open Sans', sans-serif;
        border-radius: 5px !important;
        border: solid 1px #ccc;
    }

.control-label-18 {
    font-size: 18px;
    color: #000;
}

.list-module .control-label {
    font-size: 16px;
    color: #525252;
}

.list-module .formRow .formLabel {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #525252;
    margin-bottom: 7px;
}

    .list-module .formRow .formLabel sup {
        font-family: 'Open Sans', sans-serif;
        color: #ea393f;
        font-size: 14px;
        top: -0.25em;
    }

.list-module .formRow .formField {
    margin-bottom: 24px;
}

    .list-module .formRow .formField .val-error {
        margin-top: 8px;
    }

    .list-module .formRow .formField input {
        width: 404px;
        /*margin-bottom: 24px;*/
        padding: 12px 10px 12px;
        border-radius: 3px;
        border: solid 1px #cccccc;
        background-color: #ffffff;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        color: #525252;
    }

    .list-module .formRow .formField.has-error input {
        border: 1px solid #ea393f;
    }

    .list-module .formRow .formField input:disabled {
        border: solid 1px #cccccc;
        background-color: #f5f5f5;
        color: #666666;
        padding: 10px 10px 9px;
    }

    .list-module .formRow .formField input::placeholder {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        color: #9b9da2;
    }

    .list-module .formRow .formField input:hover {
        border: solid 1px #ababab;
    }

    .list-module .formRow .formField input:focus {
        border: solid 1px #0085ca;
    }

    .list-module .formRow .formField select {
        width: 404px;
        /*margin-bottom: 24px;*/
        padding: 12px 10px 12px;
        border-radius: 3px;
        border: solid 1px #cccccc;
        background-color: #ffffff;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        color: #525252;
    }

    .list-module .formRow .formField .data {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        color: #525252;
        margin-bottom: 7px;
    }

.list-module .formRow .formDesc {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #666666;
    margin: 4px 0px 18px;
}

    .list-module .formRow .formDesc.error {
        color: #ea393f;
    }

.list-module .formRow .formField i {
    display: inline;
    margin-left: -30px;
    cursor: pointer;
    color: #525252;
}

.list-module .formRow .formSubmit input {
    width: 100%;
    padding: 12px 0;
    background-color: #ffcb05;
    border-radius: 22px;
    border: 0px none;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: center;
    color: #7d4e04;
}

.list-module .formRow .formSubmit.green input {
    background-color: #80c400;
    color: #ffffff;
}

.list-module .table th {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #979797;
    font-style: normal;
    letter-spacing: normal;
}

.list-module .empty-container {
    margin: 50px;
}

.list-module .container-panel {
    display: inline-block;
    margin: 0px;
    padding: 32px 20px 32px 25px;
    /*padding: 32px 20px;*/
    border-radius: 16px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
    background-color: #ffffff;
    min-width: 800px;
    width: 100%;
}

.list-module .link-button {
    border: none;
    background-color: transparent;
    text-decoration: none;
    color: blue;
}

.link-button:hover {
    /* border: none;
    background-color: transparent;*/
    text-decoration: underline;
}

.list-module .line-through {
    text-decoration: line-through;
    font-size: 16px;
    color: #9b9b9b;
}

.list-module .input-error, .val-error, .error-text, .text-danger {
    color: #ea393f;
}

    .list-module .input-error.error-bg {
        padding-top: 8px !important;
        width: 100% !important;
        margin-top: 1px !important;
        border-color: #ef676c !important;
        height: 36px;
        margin-left: 0 !important;
        line-height: 1.4;
        margin-bottom: 0 !important;
        margin: .5em 1em;
        padding: 10px;
        font-size: 10.2pt;
        color: #fff !important;
        min-height: auto !important;
        font-weight: 700;
        background: url(/portals/0/images/error_icon.png) 10px center no-repeat #ef676c !important;
        text-align: center;
    }

.cursor-pointer {
    cursor: pointer;
}

.display-none {
    display: none;
}

.display-block {
    display: block;
}

.display-inline-block {
    display: inline-block;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.list-module button:disabled {
    background-color: #eaeaea;
    cursor: default;
}

.list-module .btn:disabled {
    background-color: #eaeaea;
    border: none;
    color: #9b9b9b !important;
}

.list-module .link-button:disabled {
    background-color: white;
    color: #9b9b9b;
    text-decoration: none;
}

.list-module a:disabled, a.disabled {
    cursor: not-allowed;
    pointer-events: none;
    text-decoration: none;
    color: #9b9b9b !important;
}

.list-module .notification-success {
    color: #80c400 !important;
    background-color: #e8f3d4 !important;
    border: none !important;
    border-radius: 22px !important;
    padding: 9px 14px;
    font-size: 14px;
    font-weight: 600;
    width: 154px;
}

.list-module .error-msg-pg {
    border: 1px solid #ea393f;
    color: #ea393f;
    margin-bottom: 25px;
    padding: 10px;
}

.list-module .redBox {
    border-radius: 3px;
    max-width: 84px;
    background-color: #ea393f;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.91;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    padding: 5px 23px;
    margin-bottom: 13px;
}

.list-module .btn {
    border-radius: 22px !important;
    /*font-size: 16px!important;
    font-weight: 600!important;
    padding: 9px!important;*/
}

.list-module .btn-primary {
    background-color: #0085ca;
    border: none;
}

.list-module .btn-success {
    background-color: #80c400;
    border: none;
}

.list-module .btn-info {
    background-color: #eaf6ff;
    border: none;
    font-weight: 600 !important;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #0085ca !important;
}

.list-module .btn-rounded {
    border-radius: 22px;
}

.list-module .modal {
    font-family: 'Open Sans', sans-serif;
    min-width: 375px;
}

.list-module .modal-header {
/*    background-color: #f7f7f7;*/
    border-bottom:none;
}


.list-module .modal-title {
    color: #003865;
    font-weight: bold;
    font-size: 24px !important;
    position: relative;
}

    .list-module .modal-title:after {
        position: absolute;
        width: 60px;
        height: 6px;
        background: #ffcb05;
        left: 10px;
        content: '';
        bottom: -9px;
    }


.list-module .modal-body {
    max-height: 75vh;
    overflow-y: auto;
    padding: 10px 28px !important;
}

.list-module .modal-footer {
    border-top: none !important;
    margin-top: 0px;
}

    .list-module .modal-footer div {
        display: inline-block;
    }

.list-module .modal-content .label {
    font-size: 14px;
    color: #525252;
}

.list-module .modal-content .form-control {
    border-radius: 5px !important;
    border: solid 1px #ccc !important;
}

.list-module .modal-footer .btn {
    border-radius: 22px !important;
    font-size: 14px !important;
    padding: 12px 35px !important;
    margin-top: 0px !important
}

.list-module .modal-footer button#gCreateList {
    margin-right: 10px;
}

.list-module .modal-footer a {
    margin: 0px 15px !important;
    font-size: 14px;
}

.list-module .modal-footer .btn .btn-primary {
    background-color: #0085ca !important;
}

.list-module .col-select {
    width: 15px;
}

.list-module .cancel {
    margin: 0px 15px !important;
    color: #0085ca;
}

.list-module .input-icon {
    width: 100%;
    margin-bottom: 10px;
}

.list-module .icon-blue {
    padding: 10px;
    color: #0085ca;
    min-width: 50px;
    text-align: center;
}

.list-module .input-icon i, .input-icon img {
    position: absolute;
}

.list-module .restricted {
    font-size: 13px;
    color: #9b9b9b;
}

/* Bootstrap Progress Bar */
.progress {
    display: inline-block;
    vertical-align: baseline;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    height: 20px;
    margin-bottom: 10px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* Move reCAPTCHA v3 badge to the left */
.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 25px !important;
}

    .grecaptcha-badge:hover {
        width: 256px !important;
    }

.list-module .breadcrumb {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #003865;
    padding: 0;
    margin-bottom: 25px;
    background-color: #fff;
}

.list-module .ListHeader {
    border-bottom: none !important;
    text-transform: capitalize !important;
}

    .list-module .ListHeader a {
        font-family: 'Open Sans', sans-serif;
        font-size: 24px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: normal;
        text-align: left;
        color: #003865 !important;
        background-color: #fff;
    }

#divListmodeltop #leftMenu li {
    margin-bottom: 22px;
}

    #divListmodeltop #leftMenu li a {
        padding: 28px !important;
        background-color: #ffffff;
        border-radius: 16px;
        flex-grow: 0;
        font-family: 'Open Sans', sans-serif;
        font-size: 20px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.9;
        letter-spacing: normal;
        text-align: left;
        color: #003865;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
        height: 73.3px;
    }

        #divListmodeltop #leftMenu li.active a,
        #divListmodeltop #leftMenu li a:hover,
        #divListmodeltop #leftMenu li a:focus {
            background-color: #0085ca !important;
            color: #ffffff !important;
        }

        #divListmodeltop #leftMenu li a:hover {
            opacity: 0.85;
        }

        #divListmodeltop #leftMenu li a:active {
            height: 73.3px !important;
        }

#divListmodeltop #listMainContainer h2 {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.9;
    letter-spacing: normal;
    text-align: left;
    color: #003865;
    margin-top: 0px;
}

#divListmodeltop #listMainContainer .createList {
    font-family: 'Open Sans', sans-serif;
    background-color: #0085ca;
    color: #ffffff !important;
    margin: 0px 0px 55px 0px;
    width: 165px !important;
    font-size: 16px !important;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: center;
    border-radius: 22px !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}

    #divListmodeltop #listMainContainer .createList i {
        color: #005581;
        margin: 0px 10px 0px -15px;
    }

#divListmodeltop #listMainContainer tr {
    display: block;
    margin-top: 25px;
    padding-bottom: 34px;
    border-bottom: 1px solid #eaeaea;
}

    #divListmodeltop #listMainContainer tr:nth-last-child(-n+2) {
        border-bottom: 0px none;
    }

    #divListmodeltop #listMainContainer tr:last-child {
        display: none;
    }

    #divListmodeltop #listMainContainer tr td {
        width: 670px;
    }

    #divListmodeltop #listMainContainer tr:first-child {
        display: none;
    }

#divListmodeltop #listMainContainer .ListTblCircle {
    color: #0085ca;
}

    #divListmodeltop #listMainContainer .ListTblCircle i {
        margin-top: 5px;
    }

#divListmodeltop #listMainContainer .ListTblLabel .listnamegridlabel {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #003865;
}

#divListmodeltop #listMainContainer .product-count a {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: left;
    color: #0085ca;
}

#divListmodeltop #listMainContainer .product-count span {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.88;
    letter-spacing: normal;
    text-align: left;
    color: #707070;
}

#divListmodeltop #listMainContainer .ListTblOpen a {
    margin-top: -5px;
    border-radius: 5px !important;
    background-color: #80c400;
    border-color: transparent;
    float: right;
}

#divListmodeltop #listMainContainer .ListTblDelete button,
#divListmodeltop #listMainContainer .ListTblDelete input[type="button"] {
    margin-top: -5px;
    border-radius: 5px !important;
    background-color: #0085ca;
    border-color: transparent;
    float: right;
}

#divListmodeltop #shoppingListContainer .top-links {
    text-align: right;
    margin-bottom: 72px;
}

    #divListmodeltop #shoppingListContainer .top-links a,
    #divListmodeltop #shoppingListContainer .top-links span {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #0085ca;
    }

#divListmodeltop #shoppingListContainer #divHeaderActions #chkSelectAll {
    margin: 0px 16px 0px 25px;
    transform: scale(1.5);
    padding: 10px;
}

#divListmodeltop #shoppingListContainer #divHeaderActions label {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #003865;
}

#divListmodeltop #shoppingListContainer #divHeaderActions #divTopActions {
    text-align: right;
}

    #divListmodeltop #shoppingListContainer #divHeaderActions #divTopActions .dropdown {
        display: inline-block;
    }

    #divListmodeltop #shoppingListContainer #divHeaderActions #divTopActions .dropdown-menu {
        min-width: 148px;
    }


        #divListmodeltop #shoppingListContainer #divHeaderActions #divTopActions .dropdown-menu li .selected-list {
            background-color: #80c400;
            color: white;
        }

        #divListmodeltop #shoppingListContainer #divHeaderActions #divTopActions .dropdown-menu li a {
            font-family: 'Open Sans', sans-serif;
            font-size: 14px;
            font-weight: 600;
            font-stretch: normal;
            font-style: normal;
            line-height: 1;
            letter-spacing: normal;
            text-align: left;
            color: #525252;
            padding: 10px;
        }

            #divListmodeltop #shoppingListContainer #divHeaderActions #divTopActions .dropdown-menu li a:hover,
            #divListmodeltop #shoppingListContainer #divHeaderActions #divTopActions .dropdown-menu li a:focus {
                background-color: #80c400;
                color: #ffffff;
            }

    #divListmodeltop #shoppingListContainer #divHeaderActions #divTopActions button {
        margin-top: -10px;
    }

    #divListmodeltop #shoppingListContainer #divHeaderActions #divTopActions #linkDelete {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #0085ca;
        margin-right: 20px;
        background-color: transparent;
        text-decoration: none;
        vertical-align: text-top;
        padding: 9.4px 8.7px 8.6px 14px !important;
        border-radius: 5px !important;
        margin-top: -17px;
        margin-right: 8px;
    }

        #divListmodeltop #shoppingListContainer #divHeaderActions #divTopActions #linkDelete i {
            margin-right: 9.4px;
        }



    #divListmodeltop #shoppingListContainer #divHeaderActions #divTopActions #btnAddToList {
        padding: 0 15.2px 0 8px !important;
        border-radius: 5px !important;
        background-color: #0085ca !important;
        color: #ffffff !important;
        width: 148px !important;
        height: 40px !important;
        margin-right: 7px;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px !important;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
    }

        #divListmodeltop #shoppingListContainer #divHeaderActions #divTopActions #btnAddToList .addToListSpan {
            height: 100%;
            border-right: 1px solid rgba(255,255,255,0.5);
            display: inline-block;
            margin-right: 8px;
            padding-right: 10px;
            vertical-align: baseline;
            padding-top: 8px;
            color: rgba(255,255,255,0.7);
        }

        #divListmodeltop #shoppingListContainer #divHeaderActions #divTopActions #btnAddToList:disabled .addToListSpan {
            color: #9b9b9b !important;
        }

    #divListmodeltop #shoppingListContainer #divHeaderActions #divTopActions #btnAddToCart {
        width: 154px !important;
        height: 40px;
        flex-grow: 0;
        padding: 9.4px 8.7px 8.6px 14px !important;
        border-radius: 5px !important;
        background-color: #80c400;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px !important;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff !important;
    }

        #divListmodeltop #shoppingListContainer #divHeaderActions #divTopActions #btnAddToCart i {
            margin-right: 10px;
        }

        #divListmodeltop #shoppingListContainer #divHeaderActions #divTopActions.disabled #linkDelete,
        #divListmodeltop #shoppingListContainer #divHeaderActions #divTopActions.disabled #btnAddToList,
        #divListmodeltop #shoppingListContainer #divHeaderActions #divTopActions.disabled #btnAddToCart,
        #divListmodeltop #shoppingListContainer #divHeaderActions #divTopActions #linkDelete:disabled,
        #divListmodeltop #shoppingListContainer #divHeaderActions #divTopActions #btnAddToList:disabled,
        #divListmodeltop #shoppingListContainer #divHeaderActions #divTopActions #btnAddToCart:disabled {
            background-color: #eaeaea !important;
            color: #9b9b9b !important;
            border: 0px none !important;
            opacity: 1;
        }

            #divListmodeltop #shoppingListContainer #divHeaderActions #divTopActions.disabled #btnAddToList:focus,
            #divListmodeltop #shoppingListContainer #divHeaderActions #divTopActions.disabled #btnAddToList:hover {
                background-color: #0085ca !important;
            }

            #divListmodeltop #shoppingListContainer #divHeaderActions #divTopActions.disabled #btnAddToList .addToListSpan {
                color: #9b9b9b !important;
            }

#divListmodeltop #shoppingListContainer .product-list tr th {
    white-space: nowrap;
    text-align: right;
}

#divListmodeltop #shoppingListContainer .product-list .align-left {
    text-align: left;
}

#divListmodeltop #shoppingListContainer .product-list .align-center {
    text-align: center;
}

#divListmodeltop #shoppingListContainer .product-list .align-right {
    text-align: right;
}

#divListmodeltop #shoppingListContainer .product-list td {
    border: 0px none;
}

#divListmodeltop #shoppingListContainer .product-list .btnRow {
    border-bottom: 1px solid #eaeaea;
}

#divListmodeltop #shoppingListContainer .product-list .list-item td {
    padding-top: 29px;
    position: relative;
}

#divListmodeltop #shoppingListContainer .product-list .list-item .col-select {
    vertical-align: middle;
}

    #divListmodeltop #shoppingListContainer .product-list .list-item .col-select .chk-Select {
        margin: 0px 25px 0px 19px;
        transform: scale(1.5);
        padding: 10px;
    }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    /* Targeting iPad screens
	*/
    #divListmodeltop #shoppingListContainer #divHeaderActions #chkSelectAll,
    #divListmodeltop #shoppingListContainer .product-list .list-item .col-select .chk-Select {
        transform: unset;
    }
}

#divListmodeltop #shoppingListContainer .product-list .list-item td img {
    width: 111px;
}

#divListmodeltop #shoppingListContainer .product-list .list-item td h4 {
    margin-top: 0px;
}

#divListmodeltop #shoppingListContainer .product-list .list-item .outofstock-publishdate .publishingDate {
    background-color: #ff8000;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.91;
    letter-spacing: 0.5px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 2px;
}

#divListmodeltop #shoppingListContainer .product-list .list-item td .unit-price {
    color: #525252;
    font-size: 16px;
}

#divListmodeltop #shoppingListContainer .product-list .list-item .notification-success {
    position: absolute;
    bottom: 10px;
    padding: 9px 20px;
}

#divListmodeltop #shoppingListContainer .product-list .btnRow {
    height: 60px;
}

    #divListmodeltop #shoppingListContainer .product-list .btnRow .removeLink {
        position: absolute;
        bottom: 20px;
        white-space: nowrap;
    }

        #divListmodeltop #shoppingListContainer .product-list .btnRow .removeLink a {
            /*color: #525252;*/
            color: #0085ca;
            text-decoration: underline;
            font-size: 14px;
        }

            #divListmodeltop #shoppingListContainer .product-list .btnRow .removeLink a.link-blue {
                color: #0085ca;
            }

            #divListmodeltop #shoppingListContainer .product-list .btnRow .removeLink a i {
                margin-right: 5px;
            }


    #divListmodeltop #shoppingListContainer .product-list .btnRow .add-to-cart-btn {
        margin-top: -8px;
        width: 154px !important;
        height: 35px;
        flex-grow: 0;
        padding: 9px 7.8px 8px 10px !important;
        border-radius: 17.5px !important;
        background-color: #eaf6ff;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px !important;
        font-weight: 600 !important;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.29;
        letter-spacing: normal;
        text-align: center;
        color: #0085ca !important;
        position: absolute;
        bottom: 10px;
    }

        #divListmodeltop #shoppingListContainer .product-list .btnRow .add-to-cart-btn .addToCartSpan {
            margin-right: 10px;
        }

        #divListmodeltop #shoppingListContainer .product-list .btnRow .add-to-cart-btn:disabled {
            background-color: #eaeaea !important;
            color: #9b9b9b !important;
            border: 0px none !important;
            opacity: 1;
        }

.list-module .footerTotal .listTotal {
    border: 1px solid #eaeaea;
    padding: 18px 30px;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px !important;
    font-weight: bold !important;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.8;
    letter-spacing: normal;
    text-align: left;
    color: #003865;
    margin-top: 30px;
    margin-bottom: 15px;
}

    .list-module .footerTotal .listTotal span {
        font-family: 'Open Sans', sans-serif;
        font-size: 20px !important;
        font-weight: bold !important;
        color: #003865;
    }

    .list-module .footerTotal .listTotal .listTotalLabel {
        text-align: left;
    }

    .list-module .footerTotal .listTotal .total-price {
        float: right;
    }

.list-module .footerTotal #ShippingGst {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: right;
    color: #525252;
}

.list-module .footerTotal .btn-success {
    width: 100% !important;
    padding: 12px 16px !important;
    background-color: #80c400;
    border-radius: 22px !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px !important;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff !important;
}


#modalShareList .modal-header .close,
#Loggedinuser-CreatelistModal .modal-header .close,
#modalDeleteSelectedProducts .modal-header .close {
    font-size: 30px;
    font-weight: 600;
}

#modalShareList .modal-header .modal-title,
#Loggedinuser-CreatelistModal .modal-header .modal-title,
#modalDeleteSelectedProducts .modal-header .modal-title,
#modalShoppingList .modal-header .modal-title,
#modalCreateNewList .modal-header .modal-title {
    /*  max-width: 95%;
    margin-bottom: 24px;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px !important;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #003865;*/

    min-height: 36px;
    font-family: "OpenSans-Bold" !important;
    font-size: 27px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: -0.7px;
    color: #003865 !important;
    margin: 2px 25px 0 auto;
    position: relative;
    padding: 0px 0px 0px 10px;
    display: block;
    font-weight: normal !important;
}

#modalShareList .modal-body {
    overflow: hidden;
    max-height: 100%;
}

    #modalShareList .modal-body .shareLink {
        width: 100%;
    }

        #modalShareList .modal-body .shareLink #ShareURL:focus {
            border: solid 1px #0085ca !important;
            color: #0085ca;
        }

        #modalShareList .modal-body .shareLink i {
            width: 1px;
            position: absolute;
            right: 40px;
            top: 58px;
            z-index: 9;
            color: #0085ca;
        }

    #modalShareList .modal-body .shareSpreadsheet {
        margin-bottom: 49px;
    }

    #modalShareList .modal-body .shareWith input {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: left;
        color: #9b9da2;
    }

    #modalShareList .modal-body .addRecipient a {
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.07;
        letter-spacing: normal;
        text-align: left;
        color: #0085ca;
    }

    #modalShareList .modal-body .addRecipient {
        margin-bottom: 40px !important;
    }

#modalShareList .modal-footer .grecaptcha-badge {
    bottom: 90px !important;
}

#modalShareList .modal-footer #gbtnSend {
    margin-top: 40px;
}

#modalShareListConfirmation .modal-content .close {
    position: absolute;
    top: 13px;
    right: 13px;
    font-size: 35px;
    z-index: 9;
}

#modalShareListConfirmation .modal-body {
    overflow: hidden;
    max-height: 100%;
    text-align: center;
}

    #modalShareListConfirmation .modal-body .check-icon {
        margin: 59px auto 13px;
        text-align: center;
        font-size: 80px;
        color: #ffcb05;
    }

    #modalShareListConfirmation .modal-body h3 {
        font-family: 'Open Sans', sans-serif;
        font-size: 24px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.25;
        letter-spacing: normal;
        text-align: center;
        color: #003865;
        margin-bottom: 6px;
    }

    #modalShareListConfirmation .modal-body p {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.31;
        letter-spacing: normal;
        text-align: center;
        color: #525252;
        margin-bottom: 5px;
    }

    #modalShareListConfirmation .modal-body button {
        width: 165px !important;
        height: 53px;
        flex-grow: 0;
        border-radius: 22px !important;
        background-color: #ffcb05;
        margin: 29px auto 63px;
        font-family: 'Open Sans', sans-serif;
        font-size: 20px !important;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: normal;
        text-align: center;
        color: #7d4e04;
    }

#modalShoppingList .modal-body p,
#modalCreateNewList .modal-body p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #525252;
}

#modalShoppingList .modal-footer .button {
    float: left;
}

    #modalShoppingList .modal-footer .button .btn,
    #modalCreateNewList .modal-footer .button .btn {
        padding: 12px 52px;
        background-color: #ffcb05;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.31;
        letter-spacing: normal;
        text-align: center;
        color: #7d4e04;
    }
	
	#gAnonCreateListSignup {
		margin-right: 10px;
	}

#modalShoppingList .modal-footer .divide-or,
#modalCreateNewList .modal-footer .divide-or {
    font-size: 16px;
    margin: 0px 5px;
}

#modalCreateNewList .modal-body .Create-newlist-bdy input {
    height: 40px;
    padding: 10px;
    width: 100%;
}

/*#endregion Common*/

/*#region Left Menu */
#leftMenu {
    margin-right: 20px;
}

/*#endregion Left Menu */

/*#region List Main Page */

#listMainContainer .emptyTemplateDiv div {
    padding-top: 0px;
}

#ListHeaderDataList {
    margin-left: 20px;
}
/*#endregion List Main Page */

/*#region List Details Page */
#divTopActions button, #divTopActions .dropdown {
    display: inline-block;
}

.list-module .product-image img {
    width: 68px;
}


.list-module .qty-value {
    width: 56px;
    padding: 6px;
    border-radius: 3px;
    border: solid 1px #ccc;
    font-family: inherit;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #525252;
}

.list-module .product-desc {
    width: 222px;
}

.list-module .product-title {
    flex-grow: 0;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #525252;
}

    .list-module .product-title a {
        color: #525252;
    }


    .list-module .product-title .divTitle {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 204px;
        font-weight: 600;
        font-family: 'Open Sans', sans-serif;
    }

    .list-module .product-title .product-desc {
        margin-bottom: 40px;
    }

.list-module .outofstock-publishdate {
    margin-top: 4px;
}

@-moz-document url-prefix() {
    #cartContainer .product-list .outofstock-publishdate .publishingDate{
		display: inline-block;
    }
}

.list-module .line-total, .subtotal {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: right;
    color: #525252;
}

.list-module .discount.text-danger {
    color: #ea393f;
    font-size: 16px;
    font-weight: 600;
}

.list-module .discount.disabled {
    font-size: 16px;
    font-weight: 600;
}

.list-module .product-list {
    margin-top: 15px;
    margin-bottom: 0px;
}

    .list-module .product-list tfoot, thead {
        border-top: solid 1px #eaeaea;
    }

    .list-module .product-list .table > thead > tr > th {
        border-bottom: 1px solid #eaeaea;
        padding: 12px 8px;
        text-align: center;
    }

    .list-module .product-list .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    }

    .list-module .product-list .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        padding: 12px 5px;
        max-width: 205px;
    }


#ShareURL {
    min-width: 468px;
    position: relative;
}

#gbtnSend {
    width: 100% !important;
    padding: 16px !important;
    border-radius: 32px !important;
    font-size: 16px !important;
    font-weight: 600;
}

/*#endregion List Details Page */

/*#region Share Popup */
.list-module .recipient-email {
    display: block;
}
/*#endregion Share Popup */

/*#region Cart*/
.list-module .product-list .cart-header {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #979797;
    font-style: normal;
    letter-spacing: normal;
}
/*#endregion Cart*/

/*#region Switch Toggle Control */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 22px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e5e5e5;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 4px;
        bottom: 3px;
        background-color: #666666;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    background-color: white;
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }
/*#endregion Switch Toggle Control */


/* START of Cart styles */
#modalClearCart .modal-title {
    margin-bottom: 24px;
    width: 95%;
}

#modalClearCart .modal-body p {
    font-family: 'Open Sans', serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #525252;
}

#modalClearCart .modal-footer a {
    font-family: 'Open Sans', serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: center;
    color: #0085ca;
}

#modalClearCart .modal-footer button {
    font-family: 'Open Sans', serif;
    font-size: 16px !important;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff !important;
}

#cartContainer #EmptyTemplateDiv .EmptyCart-SearchDIv .EmptyCart-Searchli .alldiv-searchlink {
    font-family: 'Open Sans', serif;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #013657;
}

#cartContainer .cartTitle {
    margin-bottom: 20px;
}

#cartContainer .top-links {
    text-align: right;
}

    #cartContainer .top-links a {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.14;
        letter-spacing: normal;
        text-align: right;
        color: #0085ca;
        text-decoration: underline;
    }

        #cartContainer .top-links a.btn-checkout {
            font-family: 'Open Sans', serif;
            font-size: 16px !important;
            font-weight: 600;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.31;
            letter-spacing: normal;
            text-align: center !important;
            padding: 12px 44px !important;
            margin: 0px 0px 0px 14px;
        }

#cartContainer #EmptyTemplateDiv {
    margin: 24px auto;
    font-family: 'Open Sans', serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: center;
    color: #0085ca;
}

#cartContainer .loginForCartSection {
    margin-top: 10px;
}

#cartContainer .loginForCartBtn {
    margin: 15px 0 0;
    width: 450px;
    height: 45px;
    border-radius: 22px;
    background-color: #ffcb05;
    color: #7d4e04;
    font-family: "OpenSans-SemiBold";
    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: center;
    outline: none !important;
    outline-offset: 0 !important;
    border: none;
    cursor: pointer;
}

#cartContainer .EmptyCart-rightarrow {
    font-size: 28px;
    background: #83B92D;
    color: #fff !important;
    height: 44px;
    width: 44px;
    /*padding: 5px 17px;*/
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    float: right;
    margin-top: -44px;
    text-decoration: none !important;
    font-family: KievitCL_OT-Regular;
}

#cartContainer .loginForCartText {
    margin: 24px 0;
    font-weight: normal;
}

#cartContainer .EmptyCart-SearchDIv {
    width: 100%;
    float: left;
}

#cartContainer .EmptyCart-SearchUl {
    border: 0;
    margin-left: 0;
    width: 280px;
    margin: 0 auto;
}

#cartContainer .EmptyCart-Searchli {
    border-bottom: 0;
    background: #ffffff;
    cursor: pointer;
    list-style: none !important;
    margin-bottom: 7px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

#cartContainer .alldiv-searchlink {
    text-decoration: none !important;
    width: 100%;
    display: block;
    font-size: 16px;
    padding: 12px 5px 12px 12px;
    height: 44px;
    text-align: left;
}

#cartContainer .cart-header {
    border-top: solid 1px #eaeaea;
    border-bottom: solid 1px #eaeaea;
    padding: 15px 10px;
    margin-bottom: 10px;
}

#cartContainer .product-list .cart-item {
    padding: 20px 10px 16px;
    border-bottom: solid 1px #eaeaea;
}

    #cartContainer .product-list .cart-item .product-image img {
        width: 111px;
    }

    #cartContainer .product-list .cart-item .product-image .disabled {
        /*background-color:lightgrey;*/
        display: inline-block;
    }

    #cartContainer .product-list .cart-item .product-image img.disabled {
        opacity: 0.4;
        cursor: default;
    }

    #cartContainer .product-list .cart-item .product-title {
        margin-top: 0px;
    }

    #cartContainer .product-list .cart-item .product-info {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.7;
        letter-spacing: normal;
        text-align: left;
        color: #9b9b9b;
    }

#cartContainer .product-list .grid-column {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
}

    #cartContainer .product-list .grid-column .auto-column {
        text-align: right;
    }

#cartContainer .product-list .top-row .unit-price {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: right;
    color: #696969;
}

#cartContainer .product-list .top-row .ComputedPrice {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: right;
    color: #525252;
}

#cartContainer .product-list .top-row .discountedPrice {
    font-size: 16px;
}

#cartContainer .product-list .publishingDate {
    background-color: #ff8000;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.91;
    letter-spacing: 0.5px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 2px;
    padding: 3px 6px 4px 6px;
}

    #cartContainer .product-list .publishingDate span {
        font-size: 11px;
        font-weight: bold;
    }

#cartContainer .product-list .backorder-outdate {
    display: none;
}

#cartContainer .product-list .bottom-row {
    margin-top: 50px;
}

    #cartContainer .product-list .bottom-row .removeLink {
        margin-top: 20px;
    }

        #cartContainer .product-list .bottom-row .removeLink a {
            font-family: 'Open Sans', sans-serif;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.14;
            letter-spacing: normal;
            text-align: right;
            color: #0085ca;
            text-decoration: underline;
        }

            #cartContainer .product-list .bottom-row .removeLink a i {
                margin-right: 5px;
            }
			
			#cartContainer .product-list .bottom-row .removeLink button i {
                margin-right: 5px;
            }

    #cartContainer .product-list .bottom-row .dropdown .dropdown-toggle {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px !important;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.29;
        letter-spacing: normal;
        text-align: center;
        color: #fff !important;
        padding: 9px 23px !important;
        margin-right: -10px;
    }

    #cartContainer .product-list .bottom-row .dropdown .addToListSpan {
        height: 100%;
        border-right: 1px solid rgba(255,255,255,0.5);
        display: inline-block;
        margin-right: 15px;
        padding-right: 13px;
        vertical-align: baseline;
        padding-top: 5px;
        color: rgba(255,255,255,0.7);
    }

    #cartContainer .product-list .bottom-row .dropdown .dropdown-toggle:disabled,
    #cartContainer .product-list .bottom-row .dropdown .dropdown-toggle:disabled .addToListSpan {
        color: #9b9b9b !important;
    }

        #cartContainer .product-list .bottom-row .dropdown .dropdown-toggle:disabled .addToListSpan {
            border-right: 1px solid #9b9b9b;
        }

    #cartContainer .product-list .bottom-row .dropdown .dropdown-menu {
        min-width: 160px;
        left: 35px;
    }

        #cartContainer .product-list .bottom-row .dropdown .dropdown-menu li .selected-list {
            background-color: #80c400;
            color: white;
        }

        #cartContainer .product-list .bottom-row .dropdown .dropdown-menu li a {
            font-family: 'Open Sans', sans-serif;
            font-size: 14px;
            font-weight: 600;
            font-stretch: normal;
            font-style: normal;
            line-height: 1;
            letter-spacing: normal;
            text-align: left;
            color: #525252;
            padding: 10px;
        }

            #cartContainer .product-list .bottom-row .dropdown .dropdown-menu li a:hover,
            #cartContainer .product-list .bottom-row .dropdown .dropdown-menu li a:focus {
                background-color: #80c400;
                color: #ffffff;
            }

#cartContainer .bottom-actions {
    padding: 22px 0px;
    border-bottom: 1px solid #eaeaea;
}

    #cartContainer .bottom-actions #ddlAddToList {
        margin-top: 10px;
    }

        #cartContainer .bottom-actions #ddlAddToList a {
            text-decoration: underline;
            font-family: 'Open Sans', sans-serif;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.14;
            letter-spacing: normal;
            text-align: right;
            color: #0085ca;
        }

        #cartContainer .bottom-actions #ddlAddToList .addToListSpan i {
            margin-right: 5px;
            text-decoration: none;
        }

        #cartContainer .bottom-actions #ddlAddToList .dropdown-menu {
            min-width: 225px;
            left: 15px;
        }

            #cartContainer .bottom-actions #ddlAddToList .dropdown-menu li .selected-list {
                background-color: #80c400;
                color: white;
            }

            #cartContainer .bottom-actions #ddlAddToList .dropdown-menu li a {
                font-family: 'Open Sans', sans-serif;
                font-size: 14px;
                font-weight: 600;
                font-stretch: normal;
                font-style: normal;
                line-height: 1;
                letter-spacing: normal;
                text-align: left;
                color: #525252;
                padding: 10px;
                text-decoration: none;
            }

                #cartContainer .bottom-actions #ddlAddToList .dropdown-menu li a:hover,
                #cartContainer .bottom-actions #ddlAddToList .dropdown-menu li a:focus {
                    background-color: #80c400;
                    color: #ffffff;
                }

    #cartContainer .bottom-actions .clearCart #linkDelete {
        margin-top: 0px;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px !important;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff !important;
        border-radius: 5px !important
    }

        #cartContainer .bottom-actions .clearCart #linkDelete i {
            height: 100%;
            display: inline-block;
            margin-right: 5px;
            padding: 9px 0px;
            vertical-align: middle;
            color: rgba(255,255,255,0.7);
        }

    #cartContainer .bottom-actions .updateCart {
        text-align: right;
    }

        #cartContainer .bottom-actions .updateCart .btn {
            margin-top: 0px;
            font-family: 'Open Sans', sans-serif;
            font-size: 14px !important;
            font-weight: 600;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: center;
            color: #ffffff !important;
            border-radius: 5px !important
        }

            #cartContainer .bottom-actions .updateCart .btn i {
                height: 100%;
                display: inline-block;
                margin-left: 5px;
                padding: 9px 0px;
                vertical-align: middle;
                color: rgba(255,255,255,0.7);
            }

#cartContainer #CartFooterDiv {
    width: 50%;
    margin-top: 30px;
}

    #cartContainer #CartFooterDiv #footerSummary {
        margin-bottom: 71px;
    }

    #cartContainer #CartFooterDiv #ShippingcostBG #divFreeShipping {
        padding: 22px 18px 22px 31px;
        border: 1px solid #eaeaea;
    }

    #cartContainer #CartFooterDiv #ShippingcostBG h4 {
        display: inline-block;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: normal;
        text-align: left;
        color: #525252;
    }

    #cartContainer #CartFooterDiv #ShippingcostBG .freeDelivery {
        display: inline-block;
        float: right;
        margin-top: 8px;
    }

    #cartContainer #CartFooterDiv #ShippingcostBG #divShippingInfo #deliveryCharge {
        padding: 21px 18px 32px 31px;
        border: 1px solid #eaeaea;
        /*border-top: 0px none;*/
    }

    #cartContainer #CartFooterDiv #ShippingcostBG #divShippingInfo h4 {
        margin: 0px 0px 9px 0px;
    }

    #cartContainer #CartFooterDiv #ShippingcostBG #divShippingInfo .deliverySummary,
    #cartContainer #CartFooterDiv #ShippingcostBG #ShippingCostLabel {
        float: right;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: normal;
        text-align: right;
        color: #525252;
    }

    #cartContainer #CartFooterDiv #ShippingcostBG #freeShippingOffer {
        padding: 21px 18px 32px 31px;
        border: 1px solid #eaeaea;
        border-top: 0px none;
    }

        #cartContainer #CartFooterDiv #ShippingcostBG #freeShippingOffer .progress {
            display: block;
        }

        #cartContainer #CartFooterDiv #ShippingcostBG #freeShippingOffer .addMoreBook {
            /*text-decoration: underline;*/
            font-family: 'Open Sans', sans-serif !important;
        }

            #cartContainer #CartFooterDiv #ShippingcostBG #freeShippingOffer .addMoreBook a,
            #cartContainer #CartFooterDiv #ShippingcostBG #freeShippingOffer .addMoreBook span {
                font-size: 13px !important;
            }

    #cartContainer #CartFooterDiv #ShippingcostBG #divShippingInternational {
        padding: 21px 18px 32px 31px;
        border: 1px solid #eaeaea;
    }

    #cartContainer #CartFooterDiv #totalPriceFooter {
        padding: 18px 18px 18px 30px;
        border: 1px solid #eaeaea;
        border-top: 0px none;
    }

        #cartContainer #CartFooterDiv #totalPriceFooter h3 {
            margin-bottom: 0px;
        }

        #cartContainer #CartFooterDiv #totalPriceFooter h3,
        #cartContainer #CartFooterDiv #totalPriceFooter .totalPrice,
        #cartContainer #CartFooterDiv #totalPriceFooter span {
            display: inline-block;
            font-family: 'Open Sans', sans-serif;
            font-size: 20px !important;
            font-weight: bold !important;
            font-stretch: normal;
            font-style: normal;
            line-height: 0.8;
            letter-spacing: normal;
            text-align: left;
            color: #003865;
        }

        #cartContainer #CartFooterDiv #totalPriceFooter .totalPrice {
            float: right;
        }

    #cartContainer #CartFooterDiv #divShippingGst {
        text-align: right;
        margin-top: 15px;
    }

    #cartContainer #CartFooterDiv #footerSummary .btn-checkout {
        display: block;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px !important;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.31;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
        padding: 12px 16px !important;
    }

#cartContainer .shipping-info {
    margin-top: 7px;
}

.visibility-visible {
    visibility:visible;
}

.visibility-hidden {
    visibility: hidden;
}

.cart-item .link-button {
    background: none;
    border: none;
    color: #0085ca;
    text-decoration: underline;
    cursor: pointer;
    font-size: 1em;
    padding: 0;
    font-family: inherit;
}

    .link-button:hover {
        color: #0056b3;
    }
/* END of Cart Styles */

.cart-loader {
    margin: 20px;
    height: 20px;
}

.cart-loader div {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    background-color: #ccc;
    /*top: 45%;*/
    border-radius: 50%;
}

    .cart-loader div:nth-child(1) {
        background-color: #093658;
        -webkit-animation: move 2s infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
        animation: move 2s infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
    }

    .cart-loader div:nth-child(2) {
        background-color: #135d94;
        -webkit-animation: move 2s 150ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
        animation: move 2s 150ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
    }

    .cart-loader div:nth-child(3) {
        background-color: #1689c6;
        -webkit-animation: move 2s 300ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
        animation: move 2s 300ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
    }

    .cart-loader div:nth-child(4) {
        background-color: #4aacd7;
        -webkit-animation: move 2s 450ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
        animation: move 2s 450ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
    }

.toast-success {
    background-color: #80c400; 
}

@keyframes blink {
    0% {
        background-color: #ffff99;
    }

    50% {
        background-color: #ffcc99;
    }

    100% {
        background-color: #ffff99;
    }
}

.blinking {
    animation: blink 1s infinite;
}