body {
    background-color: #f3f4f5;
    font-family: proxima-nova, sans-serif;
    color: #3F3F3F;
}

    body div.cleared {
        height: 0;
        width: 100% !important;
        display: block;
        clear: both;
        border: 0px !important;
        padding: 0;
    }
::-ms-clear { /* to remove x in IE and edge*/
    display: none;
}
.mocoFullWidth {
    width: 100%;
}

.contentPanel {
    background: #fff;
    border: 1px solid #E6E4E4;
}

#mocoHeader, #mainFooter {
    background-color: #0058A4;
}

a {
    color: #0058A4;
}

    a:hover {
        color: #0058A4;
    }

.category-active {
    background-color: #E6E4E4;
}

button:focus, button:selected, input[type="button"]:focus, .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0;
    border: 0;
    outline-color: transparent;
}

.divTable {
    display: table;
    width: 100%;
    height: 100%;
}

.divCell {
    float: none;
    display: table-cell;
}

.underlined {
    border-bottom: 1px solid #ddd;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hasLeftIcon {
    padding-left: 0px;
}

.btn.btn-primary {
    background-color: #F37432;
    border: 1px solid transparent;
    color: white;
}

    .btn.btn-primary:hover {
        background-color: #ea6520;
        border: 1px solid transparent;
        color: white;
    }

.btn.btn-black {
    background-color: #807E80;
    color: white;
    border: 1px solid transparent;
}

    .btn.btn-black:hover {
        background-color: black;
        color: white;
    }

.btn-width-full {
    width: 100% !important;
}

#mocoHeader {
    color: white;
}

    #mocoHeader #mocoLogo {
        margin: 30px 0;
        max-width: 100%;
    }

    #mocoHeader ul .nav-item {
        border-bottom: 2px solid transparent;
    }

#mocoHeaderLogo {
    padding-top: 10px;
    padding-left: 25px;
    max-width: 170px;
}

@media (min-width: 768px) {
    #mocoHeader ul .nav-item.active, #mocoHeader ul .nav-item:hover {
        border-bottom: 2px solid white;
    }
}

@media (max-width: 767px) {
    #mocoHeaderLogo {
        height: 30px;
        position: absolute;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar-brand {
        padding: 8px 10px;
    }
}

@media (max-width: 320px) {
    #mocoHeaderLogo {
        height: 16px;
        position: absolute;
    }

    #collapsedCartMenu {
        width: 100%;
    }
}

#collapsedCartMenu {
    width: 280px;
    position: relative;
    float: right;
    padding-top: 44px;
    display: inline-flex;
    margin-right: -50px;
}

#headerContact {
    text-align: center;
    font-size: 12px;
    margin-top: 90px;
}

    #headerContact .sideIcon {
        font-size: 30px;
        margin-right: 5px;
    }

    #headerContact > div {
        display: inline-block;
    }

        #headerContact > div span {
            display: block;
            text-align: left;
        }

            #headerContact > div span.bigger-text {
                font-size: 1.5em;
            }

.cartIcons > a, .cartIcons > a:hover {
    color: white;
}

#shoppingWrap {
    text-align: right;
    margin-top: 105px;
}

#shoppingCart, #shoppingCartSm {
    display: inline-flex;
    align-items: center;
    margin-top: 10px;
    margin-right: 20px;
}

.cartAmt {
    font-size: 14px;
    padding-right: 10px;
}

.cartIcons {
}

#cartMenu {
    left: auto;
    right: 0px;
}

@media (max-width: 767px) {
    #mocoHeader div[class*="col-"] {
        display: none;
    }

    #mocoHeader #mocoLogo {
        display: block;
        margin-bottom: 55px;
    }

        #mocoHeader #mocoLogo img {
            width: 150px;
        }
}

#mainNavContainer {
    background-color: #fbfbfb;
}

    #mainNavContainer nav {
        border: 0px;
    }

    #mainNavContainer .navbar {
        margin: 0;
    }

        #mainNavContainer .navbar > .container {
            position: relative;
        }

#mocoMainNav {
    padding-left: 0;
    padding-right: 0;
    /*width: calc(100% - 210px);*/
}

    #mocoMainNav li, #mocoMainNav li a {
        color: #2d2d2d;
        /*font-weight: bold;*/
        text-transform: uppercase;
    }

        #mocoMainNav li a, #mocoMainNav li a:hover {
            text-decoration: none;
            background-color: transparent;
        }

        #mocoMainNav li a {
            /*border-bottom: 3px solid #E6E4E4;*/
        }

            #mocoMainNav li a:hover, #mocoMainNav li a.active {
                color: #0058A4;
                /*border-bottom: 3px solid #0058A4;*/
                box-shadow: inset 0 -3px 0 #0058A4;
            }

#mocoUserMenu {
    position: absolute;
    top: 0;
    right: 15px;
    width: 210px;
    padding-top: 10px;
}

.mocoMsgGroup {
    position: relative;
}

.mocoGreeting {
    width: 150px;
    display: inline-block;
}

.mocoMsgWrap {
    display: block;
    margin-right: 55px;
}

.mocoIconWrap {
    display: inline;
}

    .mocoIconWrap > a, .mocoIconWrap > a:hover {
        color: #333;
    }

#userMenu {
    width: 100%;
}

    #userMenu ul {
        list-style: none;
    }

        #userMenu ul li {
            padding-top: 10px;
        }

.icon-bar {
    background-color: #0058A4;
}

.navbar-toggle {
    z-index: 2;
}

#mainNavContainer .navbar-toggle {
    float: left;
}

@media (max-width: 767px) {
    #mainNavContainer .navbar-brand {
        display: none;
    }

    #mocoMainNav {
        background-color: white;
        width: auto;
    }

        #mocoMainNav .navbar-nav li a, #mocoMainNav .navbar-nav li a:hover {
            border-bottom: 1px solid #ddd;
        }

    #mocoUserMenu {
        top: -60px;
        color: white;
    }

    .mocoIconWrap > a, .mocoIconWrap > a:hover {
        color: white;
    }
}

#topTabs {
    border-bottom: 1px solid #ddd;
    background-color: white;
}

.mocoTabs {
    list-style: none;
    margin: 0px;
    margin-bottom: -1px;
}

    .mocoTabs li {
        display: block;
        position: relative;
        float: left;
    }

        .mocoTabs li.active {
            background-color: #F3F4F5;
            margin-bottom: -1px;
        }

        .mocoTabs li a {
            margin: 0;
            border-radius: 0px;
        }

        .mocoTabs li.active a {
            background-color: #F3F4F5;
        }

            .mocoTabs li.active a:hover {
                background-color: #eee;
            }

#searchInput {
    border: 1px solid #E0DFDF;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    width: 230px;
}

@media (max-width: 768px) {
    #searchInput {
        width: 100%;
    }
}

#searchButton {
    background-color: #807E80;
    color: #FFFFFF;
    border: 1px solid grey;
    border-left: none;
    cursor: pointer;
}

    #searchButton .material-icons {
        font-size: 18px;
    }

.search-suggestion-list {
    position: absolute;
    top: 34px;
    width: 100%;
    z-index: 9999;
}

.form-control-clear {
    z-index: 10;
    pointer-events: auto;
    font-size: 13px;
    cursor: default;
    right: 37px;
}

.search-suggestion-list-item {
    border: none;
    cursor: default;
}

.search-suggestion-list li.search-suggestion-list-item:hover {
    background-color: #D8D8D8;
}

#breadCrumbs {
    padding-top: 10px;
    padding-bottom: 10px;
}

    #breadCrumbs span {
        margin: 0 3px;
    }

    #breadCrumbs .container {
        margin-top: .5em;
        display: flex;
        align-items: center;
    }

    #breadCrumbs .breadcrumb-text {
        line-height: 1.5em;
    }

#sideNavWrap .list-group-item {
    border-radius: 0px;
    padding: 0;
}

#sideNavWrap ul {
    list-style: none;
    padding: 0;
    background-color: white;
}

    #sideNavWrap ul li.selected {
        background-color: #E6E4E4;
    }

        #sideNavWrap ul li.selected > a, #sideNavWrap ul li.selected > a.categoryToggle {
            color: #2d2d2d;
        }

.sideNav-level1 > a:first-child {
    padding: 10px 35px 10px 15px;
}

.sideNav-level2 > a:first-child {
    padding: 7px 30px 7px 22px;
}

#sideNavWrap ul li a {
    color: #2d2d2d;
    display: block;
}

    #sideNavWrap ul li a:hover {
        text-decoration: none;
    }

#sideNavWrap .sideNav-level2 a.categoryName:hover, #sideNavWrap .sideNav-level1 a.categoryName:hover, #sideNavWrap .sideNav-level2 a.selected {
    background-color: #E6E4E4;
    color: #2d2d2d;
}

div#sideNavWrap > ul.hidden-xs > li:first-child {
    border-left: solid #DE263C 5px;
}

#mini-menu div#categories > ul > li:first-child {
    border-left: solid #DE263C 5px
}

div#sideNavWrap > ul.hidden-xs > li:nth-child(2) {
    border-left: solid #719718 5px;
}

#mini-menu div#categories > ul > li:nth-child(2) {
    border-left: solid #719718 5px
}

.categoryToggle {
    position: absolute;
    right: 10px;
    top: calc(10px + 0.1em);
}

.categoryToggle {
    color: #2d2d2d;
}

    .categoryToggle.collapsed .glyphicon:before {
        content: "\e114";
    }
#productFilters-toprow {
    height: 26px;
}
#productListFilters {
    padding-left: 8px;
    padding-right: 8px;
}
#productfilterTitle {
    padding-top: 5px;
    font-weight: bold;
}

#showingallResults {
    display: block;
    color: #333333;
    font-size: 18px;
    line-height: 17px;
}

.productFilters-itemsPerPage {
    width: 175px;
}

    .productFilters-itemsPerPage .optionsWrap {
        float: right;
    }

        .productFilters-itemsPerPage .optionsWrap select.form-control {
            padding: 6px 3px;
        }

    .productFilters-itemsPerPage label {
        float: left;
        padding-top: 7px;
    }

#searchFilters, #searchField {
    display: inline-block;
}
    #searchFilters .clear-filter {
        margin-top: 12px;
        margin-left: 1em;
    }
#productSearch {
    height: 42px;
    padding-left: 30px;
}
.product-list{
    padding-top: 18px;
}
#searchFilters > ul > li {
    margin-right: 10px;
}

    #searchFilters > ul > li:last-child {
        margin-right: 0;
    }

#searchFilters li.dropdown a.dropdown-toggle {
    color: #3F3F3F;
    border: 1px solid #E0DFDF;
    background-color: #FFFFFF;
}
#searchFilters label.facets-label {
    padding-left: 39px;
    padding-top: 4px;
}
#searchFilters div.dropdown-row-facets-filters {
    padding: 14px;
}
#searchFilters div.dropdown-col-cancel-facets-filters {
    padding-left: 34px;
}
#searchFilters div.dropdown-col-apply-facets-filters {
    padding-left: 72px;
}
#searchFilters a.link-facets-filters {
    color: #F58723;
}
#searchFilters div.filter-scroll-dropdown {
    overflow-y: auto;
    max-height: 400px;
    overflow-x: hidden;
}

#searchField {
    width: 274px;
    float: left;
    margin-right: 10px;
    position: relative;
    margin-top: 5px;
    margin-bottom: 10px;
}

#searchIcon {
    position: absolute;
    left: 5px;
    top: calc(50% - 0.8em);
}
.mocoListedItems ul {
    padding: 0;
    list-style: none;
}

    .mocoListedItems ul li {
        position: relative;
        padding: 5px 30px;
    }

        .mocoListedItems ul li .material-icons {
            font-size: 16px;
            margin-right: 10px;
            color: #0058a4;
            position: absolute;
            top: 10px;
            left: 0;
        }
.mocoJoinBtns .btn:first-child {
    margin-left: 0;
}

.mocoJoinBtns .btn.btn-appStore, .mocoJoinBtns .btn.btn-googlePlay {
    padding: 0 3px;
    height: 46px;
    background-color: black;
}

@media (max-width: 575px) {
    .mocoJoinBtns .btn {
        width: 100%;
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) {
    .mocoJoinBtns .btn {
        margin-left: 15px;
    }
}
div.dropdown-menu {
    padding: 10px;
    min-width: 200px;
}
.dropdown-account:hover .dropdown-menu {
    display: block;
}
#mocoMainContentWrap {
    min-height: 600px;
    background-color: transparent;
}

.product-display {
    /*display: flex;
    flex-wrap: wrap;*/
}
@media (max-width : 768px)  { /* smartphones, Android phones, landscape iPhone */
    .product-controls {
        justify-content: initial !important;
    }
    .product-individual{
        padding-top: 40px!important;
    }
}
.heroImage img {
    width: 100%;
    max-width: 100%;
}

.qty {
    /*width: 40px;
    height: 35px;
    text-align: center;
    border: 1px solid #E0DFDF;
    color: #3F3F3F;
    margin-left: -6px;
    margin-right: -6px;*/
}

input.product-qty-plus {
    width: 35px !important;
}

input.product-qty-minus {
    width: 35px !important;
}


div.product-item {
    border: 1px solid #E0DFDF;
    background-color: #fff;
    min-height: 430px !important;
}

div.product-image {
    text-align: center;
}

    div.product-image > a > img {
        width: 100%;
        cursor: pointer;
    }

div.product-details {
    vertical-align: middle;
    margin-top: -36px;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.product-title {
    font-weight: bold;
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    float: left;
    cursor: pointer;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-left: 5px;
}

    .product-title > a {
        color: #3F3F3F;
        display: inline-block;
        max-width: calc(100% - 10px);
    }

        .product-title > a:hover {
            color: #3F3F3F;
            text-decoration: underline;
        }

span.product-code {
    float: right;
    font-weight: normal;
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 10px;
    padding-top: 0.4em;
    display: inline-block;
    width: 50px;
}

div.product-size {
    font-size: 14px;
    color: #3F3F3F;
    letter-spacing: -0.3px;
}

div.product-amount {
    font-size: 12px;
    color: #3F3F3F;
    font-style: italic;
    min-height: 30px;
}

div.product-column {
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 75px;
}

div.search-column {
    margin-top: 4px;
}

div.product-purchase {
    padding-bottom: 5px;
    padding-left: 5px;
    height: 80px;
}

@media(max-width: 992px) {
    div.product-purchase {
        height: 100px;
    }}

.product-price {
    width: 100%;
    display: table;
    height: 66px;
}

.product-padding-bottom {
    padding-bottom: 18px;
}
.display-tablecell{
    display: table-cell !important;
}
.product-price > div {
    display: table-cell;
    float: none;
    vertical-align: middle;
    width: 50%;
    padding-left: 5px;
    height: 45px;
}

    .product-price > div:first-child, .product-price > div.product-price-single {
        border-left: 0px;
    }

.first-product-price {
    border-bottom: none;
}

.product-price-dropdown .product-price {
    border-bottom: 0;
}

.product-price-single {
    padding-left: 0px;
    padding-bottom: 9px;
    color: #c0c0c0;
    text-align: right;
    padding-right: 0px;
}

    .product-price-single form {
        text-align: right;
    }

.product-controls {
    height: 175px;
    border-bottom: 1px solid #E0DFDF;
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-around;
}
.padding-left5{
    padding-left: 5px !important;
}
.padding-right5{
    padding-right: 5px !important;
}
.font-color-blue {
    color: #0058A4;
}
form.cartQuantityControls div.input-group {
    width: 110px;
}

.cart-modal-dialog form.cartQuantityControls div.input-group {
    width: auto;
}

    .cart-modal-dialog form.cartQuantityControls div.input-group .form-control.qty {
        width: 40px !important;
    }

.product-total {
    padding-right: 5px;
    padding-left: 0px;
    height: 100%;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
}

.product-total-title {
    font-size: 12px;
    color: #1E1E1E;
}

.product-total-cost {
    font-size: 14px;
    color: #1E1E1E;
    font-weight: bold;
}

.product-total-amount {
    font-weight: normal;
    font-size: 12px;
    font-style: italic;
    display: block;
}

.product-add {
    padding-right: 0px;
    /*position: static;*/
    display: inline-flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-items: flex-end;
}

    .product-add > button {
        height: 35px;
        color: #FFF;
        font-size: 14px;
        width: 110px;
    }

        .product-add > button .material-icons {
            vertical-align: middle;
        }

        .product-add > button:hover {
            background-color: #FFF;
            color: #000;
        }

.btn.btn-black.btn-added {
    background-color: #00904B;
}

.btn.btn-black .mocoChecked {
    display: none;
}

.btn.btn-black.btn-added .mocoChecked {
    display: inline-block;
}

.product-add .dropdown-menu {
    bottom: 105px;
    top: auto;
    padding: 8px;
    width: calc(100% - 16px);
    left: 8px;
    border-radius: 0px;
    border-bottom: 2px solid #F37432;
}

    .product-add .dropdown-menu .orderConfirm, .product-add .dropdown-menu .orderReject {
        border: 0;
        background: transparent;
        font-weight: bold;
        font-family: "proxima-nova", serif;
    }

    .product-add .dropdown-menu .orderConfirm {
        float: right;
        color: #F37432;
    }

    .product-add .dropdown-menu .orderReject {
        float: left;
    }

/**floating Items **/
.product-status-container {
    position: absolute;
    margin-left: -9px;
}

.product-code {
    position: absolute;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    padding: 3px 15px;
}

.product-status {
    position: relative;
    margin-bottom: .5em;
    color: white;
    background-color: #666;
    top: 10px;
    left: 9px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    padding: 3px 15px;
    width: 90px;
    text-align: center;
    letter-spacing: 0.7px;
}

.product-status-bubble {
    top: 75px;
}

.product-code {
    background-color: white;
    top: 20px;
    right: 9px;
}

.product-brand {
    top: 18px;
    right: 9px;
    float: left;
    margin-top: -22px;
    padding-left: 12px;
}

.product-brand-name {
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-weight: bold;
    float: left;
    margin-top: 11px;
    margin-left: 12px;
}

.status-new {
    background-color: #719718;
}

.status-special {
    background-color: #DE263C;
}

.status-rewards {
    background-color: #F58723;
}

.special-text {
    color: #DE263C;
}

/**price**/
.product-price-highlight {
    position: absolute;
    top: -15px;
    left: -5px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 4px solid #3F3F3F;
    background-color: #FFF;
    font-size: 14px;
    padding-top: 20px;
}

.product-price-highlight-substitution {
    position: absolute;
    top: -20px;
    left: -5px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 4px solid #3F3F3F;
    background-color: #FFF;
    font-size: 14px;
    padding-top: 20px;
}

.product-price-special {
    border: 4px solid #DE263C;
}

    .product-price-special .product-price-total {
        color: #DE263C;
    }

.special-price {
    color: #DE263C;
    font-weight: 600;
}

.product-price-total {
    font-weight: bold;
    font-family: "Arial Narrow", sans-serif;
    display: table;
    margin: 0 auto;
}

.product-price-case {
    font-weight: bold;
    display: inline;
}

.product-price-special-line-through {
    position: absolute;
    top: 9px;
    left: 12px;
    text-decoration: line-through;
    font-size: 12px;
    color: #1C1B19;
}

.product-price-total > div {
    display: table-cell;
    vertical-align: top;
    height: 45px;
}

.product-price-individual {
    text-align: center;
    margin-top: -18px;
    font-family: "Arial Narrow", sans-serif;
}

.product-individual {
    /*padding-top: 30px;
    padding-bottom: 26px;*/
}

.mocoSuperindexed {
    font-size: 1em;
    padding-top: 0.4em;
}

.mocoEmphasis {
    font-size: 1.78em;
}

.product-favourite-container {
    position: relative;
    height: 36px;
    top: -36px;
    background-color: rgba(255, 255, 255, 0.64);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
    .product-favourite-container div:first-child {
        padding-left: 1em;
    }

    .product-favourite-container div:last-child {
        padding-right: .5em;
    }


.product-favourite-icon {
    width: 100%;
    text-align: right;
    padding-right: 5px;
}

/*  product notifications */
.productAnnouncements {
    position: absolute;
    top: calc(100% - 75px);
    width: calc(100% - 16px);
    padding: 2px 10px;
    height: 60px;
    overflow: hidden;
}

.product-brand-text {
    color: #E14927;
    font-size: 16px;
    font-weight: 600;
}

.singleAnnouncement-icon {
    vertical-align: middle;
    color: #E14927;
}

.singleAnnouncement-msg {
    vertical-align: middle;
    font-weight: bold;
}

@media (max-width: 992px) {
    .product-add {
        padding-right: 5px;
        padding-left: 0px;
        margin-top: 5px;
    }

    .product-price > div {
        display: block;
        width: 100%;
    }

    .product-price > div {
        border-left: 0px;
    }
}
.width110{
    width: 110px !important;
}
.table-listing {
    width: 100%;
    background-color: white;
    padding: 10px;
}

    .table-listing .order-history-table {
        width: 100%;
    }

        .table-listing .order-history-table tr.section-header {
            background-color: #9b9b9b;
            color: white;
            font-weight: normal;
        }

            .table-listing .order-history-table tr.section-header .item-details {
                width: 55%;
            }

            .table-listing .order-history-table tr.section-header .item-quantity {
                width: 45%;
            }

        .table-listing .order-history-table tr.item-section-header {
            background-color: #F5F5F5;
        }

        .table-listing .order-history-table tr {
            border: 1px solid #F5F5F5;
        }

            .table-listing .order-history-table tr th {
                font-weight: bold;
            }

            .table-listing .order-history-table tr.order-item td img {
                width: 96px;
            }

            .table-listing .order-history-table tr.order-item .item-product-size {
                font-weight: bold;
            }

            .table-listing .order-history-table tr.order-item .item-product-order-date {
                font-size: 12px;
                color: #807E80;
            }

            .table-listing .order-history-table th, .table-listing .order-history-table tr > td:nth-child(-n+2) {
                border-left: none;
                border-right: none;
            }

.item-product-order-date {
    color: #807E80;
}

.history-display-name {
    font-size: 16px;
    font-weight: bold;
}

.mocoBackLink {
    font-size: 16px;
    font-weight: bold;
}

    .mocoBackLink a, .mocoBackLink .material-icons {
        vertical-align: middle;
    }

.mocoWhitePage {
    background-color: white;
    padding-top: 40px;
    padding-bottom: 50px;
}

    .mocoWhitePage > div[class*='col-'] {
        margin-bottom: 20px;
    }

.singleItemDetails h1 {
    font-size: 22px;
    font-weight: bold;
    margin-top: 0;
}

.singleItemDetails .product-add .btn, .totalContainer .btn {
    min-width: 105px;
}

.singleItemDetails .product-total-title {
    font-size: 16px;
}

.singleItemDetails .product-total-cost {
    font-size: 18px;
}

#productCarousel {
    margin-bottom: 45px;
    z-index: 1000;
}

    #productCarousel .item img {
        width: 100%;
    }

.carousel-indicators {
    bottom: auto;
    top: calc(100% + 5px);
}

    .carousel-indicators li {
        background-color: #9b9b9b;
        border: 1px solid #9b9b9b;
    }

        .carousel-indicators li.active {
            border: 1px solid #9b9b9b;
        }

.favouriteAddBar {
    background-color: rgba(255, 255, 255, 0.74);
    position: absolute;
    bottom: 0px;
    height: 36px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.favouriteAddBar div:first-child {
    padding-left: 1em;
}

.favouriteAddBar div:last-child {
    padding-right: .5em;
}

    .favouriteAddBar > .addToList {
        display: flex;
        align-items: center;
    }

.singleItemDetails .product-price-single form {
    text-align: right;
}

.addToList {
    /*/*background-color: #F2F3F0;*/
    /*margin: 0 5px;*/
    /*border: 1px solid #E0DFDF;*/
    /*border-radius: 50%;*/
    /*color: #757476;
    padding: 2px;
    width: 25px;
    height: 25px;
    font-size: 24px !important;
    padding-top: 1px;
    padding-left: 2px;*/
}

.addToList i {
    margin: 2px;
}

.addToListLink {
    color: #58595B !important;
    cursor: pointer;
}

.tabbedInfo .tab-pane {
    padding: 30px 20px;
    border: 1px solid #ddd;
    border-top: 0px;
}

.favouriteAddBar .divCell {
    vertical-align: middle;
}

.addBar-iconWrap {
    width: 30px;
    height: 30px;
}

.addBar-text {
    font-size: 12px;
    font-weight: bold;
}

.tabbedInfo {
    margin-top: 50px;
}

.form-group > label {
    font-weight: normal;
}

.login-background {
    background-color: #0058A4;
    background-position-y: bottom;
    background-position-x: right;
    background-repeat: no-repeat;
    text-align: center;
    height: 100vh;
}

.login-content {
    background-color: white;
    padding-left: 15px;
    padding-right: 15px;
    height: 100vh;
}

.login-spacer {
    height: 100vh;
    background-color: white;
}

.login-container {
    color: #3F3F3F;
}

#mobile-logo {
    float: left;
    margin-top: 30px;
    width: 150px;
}

.login-register {
    text-align: right;
    padding-top: 40px;
    padding-bottom: 10px;
}

.login-title {
    font-size: 30px;
    padding-bottom: 15px;
    padding-top: 50px;
    line-height: 38px;
}

.login-instructions {
    font-size: 16px;
    padding-bottom: 40px;
}

.login-form > .form-group {
    margin-bottom: 20px;
}

    .login-form > .form-group > label {
        padding-bottom: 5px;
    }

.input-group-addon.login-form {
    background-color: unset;
    box-shadow: inset 1px 1px 0px rgba(0, 0, 0, 0.075);
    height: 51px;
}

.mocoLoginTextField {
    height: 51px;
}

.login-background img {
    padding-top: 120px;
    width: 100%;
    max-width: 300px;
}

.login-button {
    border-radius: 3px;
    background-color: #0058A4;
    color: #FFFFFF;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
    border-color: #0058A4;
}

    .login-button:hover {
        color: #0058A4;
        background-color: #FFFFFF;
        border-color: #0058A4;
    }

.login-forgotpassword {
    text-align: center;
    font-size: 12px;
}

.login-rememberme {
    margin-top: 7px;
}

@media (max-width: 767px) {
    .login-spacer, .login-background {
        display: none;
    }

    .login-title {
        padding-top: 45px;
    }
}
/*@media (max-width: 767px) {
    .login-title {
        padding-top: 45px;
    }
}*/
.toggler {
    width: 50px;
}

    .toggler input {
        display: none;
    }

    .toggler label {
        display: block;
        position: relative;
        width: 50px;
        height: 31px;
        border: 1px solid #E0DFDF;
        border-radius: 58px;
        background: #f2f2f2;
        cursor: pointer;
        transition: background-color .2s ease-out;
    }

        .toggler label::after {
            display: block;
            border-radius: 100%;
            background-color: #ffffff;
            border: 1px solid #E0DFDF;
            content: '';
            -webkit-animation-name: toggler-size;
            animation-name: toggler-size;
            -webkit-animation-duration: .15s;
            animation-duration: .15s;
            -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
            -webkit-animation-direction: forwards;
            animation-direction: forwards;
            -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
            -webkit-animation-play-state: running;
            animation-play-state: running;
        }

        .toggler label::after,
        .toggler label .toggler-on,
        .toggler label .toggler-off {
            position: absolute;
            top: 50%;
            left: 29%;
            width: 30px;
            height: 30px;
            -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
            transition: left .15s ease-in-out, background-color .2s ease-out, width .15s ease-in-out, height .15s ease-in-out, opacity .15s ease-in-out, border-color .2s ease-out;
        }

    .toggler input:checked + label::after,
    .toggler input:checked + label .toggler-on,
    .toggler input:checked + label .toggler-off {
        left: 70%;
    }

    .toggler input:checked + label {
        background-color: #0058a4;
        border: 1px solid #0058a4;
    }

        .toggler input:checked + label::after {
            background-color: #ffffff;
            -webkit-animation-name: toggler-size2;
            animation-name: toggler-size2;
            border: 1px solid #0058a4;
        }

    .toggler .toggler-on,
    .toggler .toggler-off {
        opacity: 1;
        z-index: 2;
    }

    .toggler input:checked + label .toggler-off,
    .toggler input:not(:checked) + label .toggler-on {
        width: 0;
        height: 0;
        opacity: 0;
    }

    .toggler .path {
        fill: none;
        stroke: #0058a4;
        stroke-width: 7px;
        stroke-linecap: round;
        stroke-miterlimit: 10;
    }

.path.line {
    stroke: #484848;
}


.material-icons.md-14 {
    font-size: 14px;
}

.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-20 {
    font-size: 20px;
}

.material-icons.md-24 {
    font-size: 24px;
}

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-48 {
    font-size: 48px;
}

/*******************
      FOOTER
*******************/
#mainFooter {
    height: 185px;
    margin-top: 150px;
}

/*******************
GENERAL MEDIA QUERIES
*******************/
@media (min-width: 768px) {
    .mobile-element {
        display: none;
    }
}

@media (max-width: 767px) {
    .mobile-element {
        display: block;
    }
}

@media (max-width: 480px) {
    .col-xxs-12 {
        width: 100%;
    }
}

.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 660px;
    max-width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: calc(100% - 80px);
    overflow-y: auto;
}

.modal-content-full-height {
    height: 100%!important;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 40px;
}

/* cart modal info banners */
.cart-info-banner {
    padding: 15px;
    margin-bottom: 15px;
}

.info-banner-message {
    font-weight: bold;
    margin-bottom: .5em;
}

    .info-banner-message .material-icons {
        margin-top: .5em;
        margin-bottom: 0;
    }

.info-alert {
    background-color: #FEE8D5;
}

    .info-alert .material-icons {
        color: #F37432;
    }

.cart-info-banner .divCell {
    vertical-align: middle;
    padding: 0 15px;
}

    .cart-info-banner .divCell.mocoIconCell {
        width: 20px;
        padding: 0;
    }

/*Left*/
.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
    left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #0058A4;
    margin: 11px;
}

.modal-close {
    float: left;
    margin-bottom: -11px;
    margin-left: 8px;
    opacity: 1;
}

.modal-close-icon {
    font-size: 18px;
    color: white;
}
.vertical-align-middle{
    vertical-align: middle;
}
.event-icon {
    font-size: 28px;
}

.delivery-date {
    position: absolute;
    font-size: 12px;
    margin-left: 6px;
}

.cart-delivery-date {
    position: absolute;
    left: 49px;
    top: 12px;
    font-size: 12px;
}

.cart-title {
    color: #FFFFFF;
}

.cart-customer-title {
    color: #fff;
    font-weight: bold;
    margin-top: 14px;
    font-size: 14px;
}

.cart-change {
    color: #FFFFFF;
    float: right;
}

.cart-header-column {
    margin-left: -8px;
    margin-top: 14px;
}

.checkout-header-column {
    margin-left: -8px;
    margin-top: 14px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.cart-input-group {
    margin-left: -5px;
}

#cartInput {
    border: 1px solid #E0DFDF;
    border-radius: 2px;
    background-color: #FFFFFF;
    height: 37px;
    text-indent: 24px;
}

.cart-search-row {
    margin-left: -1px;
    margin-top: 14px;
}

.cart-search-icon {
    position: absolute;
    top: 7px;
    z-index: 1000;
    left: 7px;
}

.cart-change-dropdown-button {
    background: none !important;
    border: none;
    padding: 0 !important;
    color: #FFFFFF;
    text-decoration: underline;
    cursor: pointer;
}

    .cart-change-dropdown-button:hover {
        display: inline;
        border: none;
        padding: 0;
        background: none;
        color: #FFFFFF;
    }

.cart-change-dropdown {
    padding: 29px;
    left: -144px;
    min-width: 220px;
}

.cart-change-listing {
    margin: 7px;
}

.cart-change-radio-btn {
    margin-left: 11px;
    margin: 12px;
}

.cart-product-title {
    font-weight: bold;
}

.cart-product-title-price {
    font-size: 12px;
    white-space: nowrap;
    text-align: right;
}

.out-of-stock-product-title-price {
    white-space: nowrap;
    text-align: right;
}

.cart-product-column {
    border-bottom: 1px solid #E0DFDF;
}

.cart-product-brand {
    font-size: 12px;
}

.cart-thumnail-column {
    /*margin-left: -15px;*/
}

.cart-product-pricing-column {
    /*padding-left: 24px;*/
}

.cart-qty-button {
    height: 28px;
    width: 28px;
}

.cart-product-price-single {
    position: absolute;
    top: 39px;
    right: -10px;
}

.cart-price-case-price-only {
    top: 16px;
}

.cart-product-quantity-price {
    margin-top: 17px;
    padding-bottom: 24px;
}

.cart-empty {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.cart-product-price-single-top {
    right: -10px;
    position: absolute;
    top: -7px;
}

.cart-size {
    font-size: 12px;
    color: #3F3F3F;
    margin-bottom: 10px;
}

.cart-modal-dialog {
    width: 370px;
}

.cart-header-column-right {
    float: right;
}

.cart-product-row {
    border-color: #DE263C;
    margin-top: 8px;
}

    .cart-product-row.specialRow {
        border-left: solid 4px #DE263C;
        margin-left: -15px;
        padding-left: 15px;
    }

    .cart-product-row .col-lg-12 {
        padding-left: 0;
        padding-right: 0;
    }

.cart-product-close-button {
}

.remove-product-button-icon {
    margin-left: 0px;
    padding-left: 32px;
    font-size: 15px;
}

.product-category {
    display: inline-block;
    background-color: #E6E4E4;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 12px;
    padding-bottom: 9px;
}

.product-category-row {
    border-bottom: 1px solid #E0DFDF;
    margin-top: 25px;
}

.product-category-all-rows {
    margin-top: 15px;
}

.cart-total-row {
    margin-top: 2px;
}

.cart-total-column {
    padding-left: 5px;
}

.cart-price-amount {
    font-size: 16px;
    font-weight: bold;
}

.cart-price-notice {
    font-size: 12px;
}

.cart-column-checkout {
    padding-left: 5px;
    padding-right: 15px;
}

.product-checkout-button {
    background-color: #F37432;
    border-radius: 3px;
    border: none;
    color: white;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    width: 110px;
}

.cart-remove-items {
    color: #3F3F3F;
}

.cart-price {
    margin-top: .5em;
}

.cart-date-change-drop-down {
    float: right;
}

    .cart-date-change-drop-down button {
        font-size: 14px !important;
        padding: 4px 18px !important;
        border: 1px solid #fff !important;
        border-radius: 3px;
        font-size: 14px !important;
        text-decoration: none;
    }

        .cart-date-change-drop-down button:active, .cart-date-change-drop-down button:focus {
            color: #fff !important;
        }

    .cart-date-change-drop-down span.caret {
        margin-left: 8px;
    }

.cart-pack-column {
    margin-top: -3px;
}

.cart-carton-column {
    margin-top: -3px;
}

.cart-product-row {
    margin-top: 22px;
    border-bottom: 1px solid #E0DFDF;
}

.cart-header-column-margin {
    margin-right: -21px;
}

.no-top-padding {
    padding-top: 0px !important;
}

.loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #F37432;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
    margin-left: 148px;
}

.totalContainer {
    height: 80px;
    background-color: #fff;
    border-top: 1px solid #ddd;
    padding: 10px 15px;
    z-index: 10;
    box-shadow: 0px -4px 23px 0px rgba(178,178,178,.5);
}

.totalWrap {
    position: relative;
}

.cartTotalContainer {
    position: absolute;
    width: 100%;
    height: 80px;
    max-width: 660px;
    bottom: 0;
    right: 0;
    background-color: #fff;
    border-top: 1px solid #ddd;
    padding: 10px 15px;
    z-index: 10;
    box-shadow: 0px -4px 23px 0px rgba(178,178,178,.5);
}



.totalContainer .divCell {
    vertical-align: middle;
}

.radio-button-container {
    display: block;
    position: relative;
    padding-left: 47px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 300;
    /* override the Bootstrap label bold */
}

    /* Hide the browser's default radio button */
    .radio-button-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: white;
    border-radius: 50%;
    border: 1px solid #0058A4;
}

/* On mouse-over, add a grey background color */
.radio-button-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-button-container input:checked ~ .checkmark {
    background-color: white;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-button-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-button-container .checkmark:after {
    top: 8px;
    left: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0058A4;
}

.highlight {
    font-weight: bold;
}

.stock-notification {
    text-transform: uppercase;
    color: #E14927;
}

.stock-warning {
    padding-bottom: 8px;
    color: #807E80;
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';
    /* essential for enabling glyphicon */
    content: "\e114";
    /* adjust as needed, taken from bootstrap.css */
    float: right;
    /* adjust as needed */
    color: grey;
    /* adjust as needed */
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";
    /* adjust as needed, taken from bootstrap.css */
}

.cart-product-row .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.out-of-stock-row {
    margin-top: 10px;
}

.out-of-stock-item {
    padding-top: 4px;
    border-bottom: 1px solid #E0DFDF;
}

.no-border {
    border: none !important;
}

.no-background {
    background: none !important;
}

.no-padding {
    padding: 0px !important;
}

.substitution-row {
    margin-bottom: -11px;
}

.available-item-row {
    float: right;
    margin-right: 0px;
    margin-top: -33px;
    color: #719718;
}

.available-item-broken-case-row {
    margin-top: -10px;
}

.substitution-column {
    border: 1px solid #E0DFDF;
    font-size: 12px;
    min-height: 215px;
    text-align: left;
    width: 126px;
    margin: 0 5px;
}

.substitution-brand-row {
    margin-left: -8px;
    margin-top: 10px;
}

.substitution-title-row {
    margin-left: -8px;
    margin-right: -8px;
}

.substitution-price {
    color: #1E1E1E;
}

.no-substitution-row {
    margin-top: 10px;
    padding-left: 0;
    margin-bottom: 10px;
}

.overflow-hidden {
    overflow: hidden;
}

.carousel-width {
    width: 1200px;
}
.width145 {
    width: 145px !important;
}
#deliveryMethodContainer, #paymentContainer {
    /*margin-left: 1.5em;*/
    margin-right: -1.5em;
    padding-bottom: 15px;
}

#paymentContainer {
    margin-top: 1.5em;
}

@media (max-width: 992px) {
    #deliveryMethodContainer, #paymentContainer {
        /*margin-top: 1.5em;*/
    }

    #deliveryMethodContainer, #paymentContainer, #checkoutContainer, #mobileDelivery {
        /*margin-left: 1.5em;*/
        margin-right: 1.5em;
        margin-bottom: 1em;
    }
    /* make room for the fixed header and footers in mobile/phablet mode */
    body {
        /*margin-top: 50px;*/
        /*margin-bottom: 150px;*/
    }
}

#checkoutContainer {
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#checkoutHeader {
    padding-bottom: .5em;
    font-size: 22px;
    font-weight: bold;
    color: #3F3F3F;
    margin-top: 50px;
}

#reviewHeader {
    color: #3F3F3F;
    border-bottom: 1px solid #c0c0c0;
    margin-bottom: 1.5em;
    font-size: 16px;
    font-weight: 300;
}

.subHeaderWithUnderline {
    color: #3F3F3F;
    border-bottom: 1px solid #c0c0c0;
    margin-bottom: 1.5em;
    font-size: 16px;
    font-weight: 300;
    margin-top: 1.5em;
}

.deliveryOption {
    font-size: 16px;
}

.checkoutProductRow {
    padding-top: 1em;
    padding-bottom: 1em;
}

    .checkoutProductRow .productTitle {
        font-weight: bold;
        padding-bottom: .5em;
    }

    .checkoutProductRow.specialRow {
        border-left: solid 4px #DE263C;
    }

        .checkoutProductRow.specialRow .productPrice {
            color: #DE263C;
        }

    .checkoutProductRow .uomPriceSpecial, .uomPrice {
        font-weight: bold;
        margin-left: .5em;
    }

    .checkoutProductRow .uomPriceSpecial {
        color: #DE263C;
    }

    .checkoutProductRow .cartQuantityControls {
        display: inline-block;
        /*height: 32px;*/
        margin-left: 1em;
    }

.cartQuantityControls .input-group {
    width: 4em;
}

.checkoutProductRow .optionRow {
    margin-bottom: 1em;
}

.checkoutProductRow .productCode, .checkoutProductRow .productVendor {
    font-size: 12px;
}

.vPipe {
    color: #c0c0c0;
    padding: 0 5px;
}

.checkoutProductRow .productPrice {
    font-size: 12px;
}

.checkoutProductRow .productRemove {
    font-size: 36px;
    line-height: 14px;
    padding-left: 1em;
}

.productBreak {
    border-bottom: 1px solid #E6E4E4;
}

.product-category {
    text-transform: uppercase;
}

.productBreak + .productCategoryHeader {
    padding-top: 2em;
}

.productCategoryHeader {
    padding-bottom: 7px;
    margin-top: 16px;
}

#mobileCheckoutFooter {
    border-top: 1px solid #E6E4E4;
    background: #fff;
    padding: 2em;
    padding-bottom: .5em;
}

.checkoutGST {
    font-size: 10px;
}

.checkoutPrice {
    font-weight: bold;
}

#mobileCheckoutButtonInfo {
    font-size: 12px;
}

.checkoutProgress {
    margin-left: .5em;
    margin-right: .5em;
}

    .checkoutProgress.done {
        color: #719718;
    }

#checkoutMobileProgressHeader {
    background: #fff;
    border-bottom: 1px solid #E6E4E4;
}

    #checkoutMobileProgressHeader .text-center {
        margin-top: 1em;
    }

.deliveryDisplayDetail {
    font-size: 12px;
}

.deliveryOption {
    margin-bottom: 1em;
}

.chosenDeliveryDate {
    font-weight: bold;
}

.basicText {
    font-weight: normal;
    font-size: 13px;
}

.datesDropdownMenu {
    width: 20em;
    padding: 1em;
}

.dateDropdownItem {
    padding: .5em;
    white-space: nowrap;
    padding-left: 1em;
}

#paymentContainer .lineItem {
    font-size: 14px;
}

#paymentContainer .lineItemType {
    font-weight: bold;
}

#paymentContainer .orderTotal {
    font-size: 16px;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 1.5em;
}

.dateDropdownLink {
    color: #F37432 !important;
    text-decoration: underline;
}

#webCheckoutButton {
    margin-bottom: 1em;
}

.flexVertical {
    display: flex;
    align-items: center;
}

.cardChoice {
    font-size: 12px;
    background-color: #fff;
    color: #888;
}

    .cardChoice.active {
        border-color: #333;
        color: #333;
    }

.inlineIcon {
    padding-left: .25em;
    padding-right: .25em;
}

.paymentProviderInfo {
    color: #9b9b9b;
    font-size: 12px;
}

    .paymentProviderInfo img {
        width: 40px;
        padding: 1em 0;
    }

.col-xs-8.paymentProviderInfo {
    margin-top: 20px;
}

.form-control.qty {
    font-size: 12px;
    width: 42px !important;
    padding: 2px;
    text-align: center;
}

.productImage {
    width: 100%;
}

#registrationProgressBreadCrumbs .text-center {
    margin-top: 1em;
}

#registrationProgressBreadCrumbs {
    border: 0;
    margin-bottom: 0;
}

.white-bg {
    background: #fff;
}

.registration .row {
    margin-bottom: 1em;
}

/* Out of stock specific styles */
div.product-item.out-of-stock img {
    opacity: 0.4;
}

div.product-item.out-of-stock div.product-price-highlight {
    z-index: 1; /* Fix the z-index so the faded image doesn't cover the black outline of the circle */
}

div.product-item.out-of-stock input {
    background: #fff;
    color: #aaa;
}

div.product-item.out-of-stock div.product-add {
    padding-left: 0;
    padding-right: 0;
}

div.product-item.out-of-stock div.product-purchase {
    padding-left: 0;
}

div.product-item.out-of-stock button.btn-black {
    background-color: #AEAEAE;
}

    div.product-item.out-of-stock button.btn-black:hover {
        background-color: #AEAEAE;
    }

    div.product-item.out-of-stock button.btn-black div.button-content {
        margin-top: -3px;
        line-height: 14px;
    }

        div.product-item.out-of-stock button.btn-black div.button-content span.sub-text {
            font-size: 12px;
        }

#subModal, #viewSubstitutionModal {
    width: 60%;
    max-width: 720px;
    min-width: 400px;
    background-color: #fff;
    margin: auto;
    height: 400px;
    padding: 20px;
    /*padding-left: 40px;*/
}

#viewSubstitutionModal {
    height: 510px;
}

    #subModal div.border-bottom, #viewSubstitutionModal div.border-bottom {
        border-bottom: 1px solid #AEAEAE;
        padding-bottom: 1em;
        margin-bottom: 1.5em;
    }

    #subModal .modal-close-icon, #viewSubstitutionModal .modal-close-icon {
        color: #3F3F3F;
        font-size: 24px;
        padding: 4px;
    }

#subModal .substitution-modal-text {
    margin-bottom: 2em;
}

#subModal .old-price {
    font-size: 12px;
    text-decoration: line-through;
}

#subModal .special-price {
    color: #DE263C;
}

#subModal .substitution-column {
    margin: 0 10px;
}

#subModal .substitution-title-row {
    max-height: 3em;
    overflow: hidden;
}

.prev-button {
    position: absolute;
    top: 85px;
    left: -42px;
}

.next-button {
    position: absolute;
    top: 85px;
    right: -13px;
}

.thin-text {
    font-family: 'Roboto Condensed', sans-serif;
}

div#substitutionsCarousel {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 27px;
}

#substitutionsCarousel .modal-close-icon {
    color: #3F3F3F;
    font-size: 24px;
    padding: 4px;
}

.availability {
    color: #00904B;
}

#productInfo {
    padding-top: .5em;
    padding-bottom: .5em;
}

#itemDescription {
    padding-bottom: 1em;
}

div.validation-error {
    color: red;
    margin-bottom: 5px;
}
.no-left-right-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
div.product-image-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 325px;
    height: 210px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.justify-content-end {
    justify-content:flex-end !important;
}
.panel-group > div:not(:first-child):not(:last-child) {
    border-top: 1px solid #DEDDDD;
    border-bottom: 1px solid #DEDDDD;
}
.panel-group > div:first-child {
    border-top: 1px solid #DEDDDD;
}
.panel-group > div:last-child {
    border-bottom: 1px solid #DEDDDD;
}
div.details-title {
    font-size: 16px;
    font-weight: bold;
    color: #4A4A4A;
}
div.substitute-modal-overflow {
    height: calc(90% - 15px);
    overflow-y: auto;
}
.paddingbottom80{
    padding-bottom: 80px !important;
}
.marginTop10{
    margin-top:10px;
}
div.product-image-bg div.product-brand {
    width: 100%;
    background: rgba(255,255,255,0.5);
    padding: 8px;
    color: #3F3F3F;
    font-weight: bold;
}

    div.product-image-bg .icon_storage_overlay {
        height: 24px;
        width: 72px;
        margin-left: 10px;
        margin-top: 10px;
    }
div.image-wrapper {
    position: relative;
    width: 100%;
    text-align: center;
    bottom: -172px;
}
.position-top8{
    top: 8px !important;
}
.cutoff-warning {
    margin-top: 1em;
}

#viewSubstitutionModal div.add-controls {
    font-size: 16px;
    border-bottom: solid 1px #E0DFDF;
    padding-bottom: .5em;
}

    #viewSubstitutionModal div.add-controls .total-price {
        font-weight: bold;
    }

    #viewSubstitutionModal div.add-controls .total-weight {
        font-style: italic;
        display: block;
    }

.order-history-table .no-bottom-padding {
    padding-bottom: 0 !important;
}
.no-bottom {
    bottom: 0 !important;
}
.order-history-table .product-price {
    margin-bottom: 0 !important;
}

.order-history-listing div.search-label {
    margin-top: .5em;
}

.load-bar.full-width {
    margin-left: -15px;
    width: calc(100% + 30px);
}
.load-bar{
    position: relative;
}
.bar {
    content: "";
    display: inline;
    position: absolute;
    width: 0;
    height: 8px;
    left: 50%;
    text-align: center;
}

    .bar:nth-child(1) {
        background-color: #da4733;
        animation: loading 3s linear infinite;
    }

    .bar:nth-child(2) {
        background-color: #3b78e7;
        animation: loading 3s linear 1s infinite;
    }

    .bar:nth-child(3) {
        background-color: #fdba2c;
        animation: loading 3s linear 2s infinite;
    }

.titleCase {
    text-transform: capitalize;
}

.disabled {
    cursor: not-allowed;
    background-color: grey;
}

@media (max-width: 767px) {
    div.totalContainer {
        /*height: 120px !important;*/ /* Double height fixed footer for mobile */
    }

        div.totalContainer .cart-total-values {
            margin-left: 0;
        }
}

.itemAddedContainer {
    position: fixed;
    text-align: center;
    bottom: 88px;
    display: block;
    left: 0;
    background-color: #E0F3EA;
    padding-bottom: 10px;
    padding-top: 10px;
    z-index: 100;
}

.itemadded-tick {
    color: #719718;
    vertical-align: middle;
    font-weight: bold;
    font-size: 27px;
}

.itemadded-close {
    position: absolute;
    font-size: 13px;
    font-weight: bold;
    vertical-align: middle;
    top: 5px;
    right: 0px;
}

.itemadded-col-padding {
    padding-right: 45px;
}

.order-history-listing {
    border: 1px solid #E0DFDF;
    padding: 30px;
}

.order-history-listing .product-wrapper, .order-list .product-wrapper {
    border-bottom: 1px solid #ddd;
    padding-top: 1em;
    padding-bottom: .5em;
}

.order-history-listing .product-thumb, .order-list .product-thumb {
    width: 96px;
}

.order-history-listing .order-history-header, .order-list-header {
    background: #ddd;
    font-size: 16px;
    font-weight: bold;
    margin-left: -10px;
    margin-right: -10px;
    padding-top: .5em;
    padding-bottom: .5em;
}

.order-sort-text {
    margin-top: .5em;
}

.order-history-listing .option-row, .order-list .option-row {
    margin-bottom: .5em;
}

    .order-history-listing .option-row .option-text, .order-list .option-row .option-text {
        margin-top: .5em;
    }

.order-list label {
    font-weight: bold;
}

.order-list-actions {
    padding: 10px;
}

    .order-list-actions button {
        margin-left: 10px;
        margin-right: 10px;
        height: 40px;
        font-weight: bold;
        font-size: 14px;
    }

.edit-mode > .row {
    margin-bottom: 1em;
}

.order-list-row-select {
    padding-top: 1em;
}

.no-wrap {
    white-space: nowrap;
}

.add-order-button {
    width: 140px;
    height: 40px;
}

/* Used to display UOM (eg, Kg) when the price is > 3 digits */
.uom-display-low {
    position: absolute;
    top: 44px;
    right: 12px;
}

.uom-display {
    position: absolute;
    top: 40px;
    right: 12px;
}

.substitution-chosen {
}

.substitution-chosen-title {
    color: #807E80;
}

.substitute-details {
    border: #E0DFDF solid 1px;
    padding: .5em;
}

    .substitute-details .material-icons {
        color: #719718;
    }

.clickable {
    cursor: pointer;
}

#mocoHeader .navbar-default {
    background: none;
    min-height: 100px;
    border: none;
    margin-bottom: 0;
}

#mocoHeader .nav.navbar-nav {
    padding-top: 20px;
    padding-left: 40px;
}

.padded-navbar-header {
    padding-top: 20px;
    padding-left: 40px;
}

    #mocoHeader .nav.navbar-nav .active {
        border-bottom: 2px solid #fff;
    }

#cartMenuWeb {
    padding-top: 5px!important;   /* Overrides the paddnig set above */
}

.username-display, .account-display {
    margin-right: -15px;
    font-size: 16px;
}

    .username-display {
        margin-top: 10px;
    }

    .account-display a {
        color: #fff !important;
    }

.account-row {
    padding-bottom: 1em;
    padding-top: 1em;
    min-height: 75px;
}

.account-default {
    font-weight: bold;
    color: #0058A4;
}

.switch-account-button {
    margin-bottom: 1em;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-05 {
    margin-top: 0.5em !important;
}

.mt-1 {
    margin-top: 1em !important;
}

.mt-15 {
    margin-top: 1.5em !important;
}

.filter-row {
    margin-bottom: 1em;
}

.filter-input {
    height: 40px;
}

.filter-clear {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 40px;
}

.btn-account-search {
    height: 40px;
}

.set-default-label {
    margin-top: 1.5em;
}

#mocoHeader .navbar-default .navbar-nav > .active > a {
    background: none;
}

#mocoHeader .navbar-collapse {
    border-top: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

#mocoHeader .navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 16px;
    padding: 15px 5px 10px 10px;
}

#mocoHeader .navbar-default .navbar-nav > .open > a {
    background-color: transparent;
    border-color: white;
    border: solid 1px;
}

.btn-account {
    background-color: #00bcd2;
    border: 0;
    color: #fff;
    font-weight: 600;
    padding: 5px 15px;
    height: 36px;
    margin-top: 1px;
    margin-bottom: 5px;
}

    .btn-account:hover, .btn-account:active, .btn-account:focus {
        background-color: transparent !important;
        box-shadow: inset 0px 0px 0px 1px #fff;
        color: #fff !important;
    }

.list-item-heading {
    font-weight: bold;
    font-size: 16px;
}

.p-1 {
    padding: 1em;
}

.list-sub-heading {
    color: #807E80;
    font-size: 12px;
    font-weight: normal;
}

.border-without-top {
    border: 1px solid #E6E4E4;
    border-top: 0;
}

.border-left {
    border-left: 1px solid #E6E4E4;
}

.no-border-radius input, .no-border-radius button {
    border-radius: 0 !important;
}

.edit-row {
    margin-right: -2px;
}

#save-order-guide, #create-list-button, #edit-list-button, #add-user-button {
    background-color: #d8d8d8;
    color: #3f3f3f;
}

#create-list-button {
    margin-top: 20px;
    font-size: 14px;
}

#add-user-button {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 14px;
}

#edit-list-button {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    height: 34px;
}

#bulk-edit-list {
    height: 34px;
}

#bulk-edit-list .material-icons {
    font-size: 15px!important;
    margin-right: 5px;
}

.pb-1 {
    padding-bottom: 1em;
}


/* Fancy checkboxes */
.checkbox {
    display: inline-block;
    position: relative;
    margin-left: 30px;
    margin-right: -10px;
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
}

.checkbox__input {
    position: absolute;
    top: 4px;
    left: 0;
    width: 16px;
    height: 16px;
    opacity: 0;
    z-index: 0;
}

.checkbox__label {
    display: block;
    padding: 0 0 0 24px;
    cursor: pointer;
}

    .checkbox__label:before {
        content: '';
        position: absolute;
        top: 4px;
        left: 0;
        width: 24px;
        height: 24px;
        background-color: transparent;
        border: 2px solid rgba(0, 0, 0, 0.54);
        border-radius: 100px;
        z-index: 1;
        transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
        transition-property: background-color, border-color;
    }

    .checkbox__label:after {
        content: ''; /* The "check mark" is actually a rectangular div with top left borders, which has been rotated */
        position: absolute;
        top: 8px;
        left: 9px;
        width: 7px;
        height: 14px;
        border-bottom: 2px solid transparent;
        border-right: 2px solid transparent;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: 2;
        transition: border-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    }

.checkbox__input:checked + .checkbox__label:before {
    background-color: #0058A4;
    border-color: #0058A4;
}

.checkbox__input:checked + .checkbox__label:after {
    border-color: #fff;
}

/* Popup modal specifics (opposed to slide out) */
#deleteModal {
    width: 60%;
    max-width: 720px;
    min-width: 400px;
    margin: auto;
    height: 400px;
    padding: 20px;
}

    #deleteModal .modal-body {
        font-size: 16px;
    }

.modal-popup-header {
}

    .modal-popup-header h4 {
        margin-left: 20px;
        margin-top: 20px;
    }

    .modal-popup-header .border-bottom {
        border-bottom: 1px solid #E0DFDF;
        padding-bottom: 1em;
        margin-bottom: 1.5em;
        margin-left: 30px;
    }

    .modal-popup-header .modal-close {
        margin-right: 10px;
        margin-top: 10px;
        float: right;
    }

    .modal-popup-header .modal-close-icon {
        color: #3F3F3F !important;
        font-size: 24px;
    }

.modal-buttons {
    padding: 10px;
    padding-top: 30px;
}

    .modal-buttons button {
        font-weight: bold;
        width: 125px;
        height: 40px;
    }

        .modal-buttons button + button {
            margin-left: 10px;
        }

/*.modal-buttons .cancel-button {
        background-color: #807E80;
        color: #fff;
    }*/

#saveToListModal {
    width: 60%;
    max-width: 720px;
    min-width: 610px;
    margin: auto;
    min-height: 400px;
    padding: 20px;
    margin-top: 100px;
    overflow-y: hidden;
}

@media (max-width: 768px) {
    #saveToListModal {
        width: 100%;
        min-width: 0;
    }
}
.list-overflow {
    height: 350px;
    overflow-y: auto;
    overflow-x:hidden;
    padding-top:1em;
}

#saveToListModal div.checkbox {
    margin-top: 10px;
}

#saveToListModal .modal-popup-header .border-bottom {
    border-bottom: 1px solid #E0DFDF;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-left: 30px;
}

#saveToListModal .modal-body {
	padding-top: 0;
}


.order-list-row {
    border-bottom: 1px solid #E0DFDF;
    margin-left: 15px;
    margin-right: 5px;
    height: 50px;
}

    .order-list-row .checkbox {
        margin-left: 15px;
    }

.modal-body .order-list-row .list-item-heading {
    margin-top: 1em;
}

.order-header {
    margin-bottom: 1em;
}

.order-row {
    font-size: 14px;
}

    .order-row .order-number {
        font-size: 16px;
    }

        .order-row .order-number a {
            color: #3f3f3f;
        }

            .order-row .order-number a:hover {
                color: #0058A4;
            }

.order-status-processing, .order-status-InProgress {
    font-size: 14px;
    font-weight: bold;
    color: #f58724;
    text-transform: uppercase;
}

.order-status-invoiced {
    font-size: 14px;
    font-weight: bold;
    color: #0058a4;
    text-transform: uppercase;
}

.order-status-paid {
    font-size: 14px;
    font-weight: bold;
    color: #009C4F;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
}

    .order-status-paid .material-icons {
        font-size: 16px;
        margin-right: 4px;
    }

.order-status-overdue {
    font-size: 14px;
    font-weight: bold;
    color: #de263c;
    text-transform: uppercase;
}

.order-row .border-bottom {
    border-bottom: 1px solid #E0DFDF;
    margin-left: 15px;
    margin-right: -30px;
    margin-bottom: 1em;
    width: 96%;
    padding-top: .5em;
    padding-bottom: .5em;
    clear: both;
}

.tall {
    min-height: 800px;
}

.pdf-download-link a {
    display: inline-flex;
    align-items: center;
}

.pdf-download-link img {
    margin-right: 4px;
}

.lh-2 {
    line-height: 2em;
}

.order-detail-header {
    background: #ddd;
    font-size: 16px;
    font-weight: bold;
    margin-top: 2em;
    padding-top: .5em;
    padding-bottom: .5em;
}
.user-manage-icon {
    color: #58595B;
}
.order-detail-row {
    padding-top: 1em;
    padding-bottom: 1em;
    border: 1px solid #E0DFDF;
    border-top: 0;
    font-size: 14px;
    color: #4a4a4a;
}

    .order-detail-row strong {
        font-size: 16px;
    }

.user-list-row {
    border: 1px solid #E0DFDF;
    border-top: 0;
    font-size: 14px;
    color: #4a4a4a;
}

.order-detail-brand {
    color: #807E80;
}

.old-price {
    text-decoration: line-through;
}

.brand-overlay {
    margin-top: 8px;
    margin-left: 8px;
    text-transform: uppercase;
}

.z-index-top {
    z-index: 1020; /* Modal backgrounds are 1050 */
    transform: translate3d(0, 0, 0);
}

.mb-1 {
    margin-bottom: 1em;
}
/* Footer Styles */

.mocoBand {
    position: relative;
    margin: 0px;
    padding: 0px;
    display: block;
    margin: auto;
    background-color: transparent;
}

.darkBandBG {
    background-color: #3F3F3F;
}

.footer {
    color: White;
    padding-top: 70px;
    padding-bottom: 30px;
    line-height: 1.88em;
    font-size: 16px;
    margin-top: 50px;
}

.mocoFooterTitle {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    padding-bottom: 30px;
}
.footer ul {
    list-style: none;
    padding: 0;
}
    .footer ul.footerLinks li:first-child {
        margin-top: 0;
    }

    .footer ul.footerLinks li {
        margin: 10px 0;
    }

.footer a:hover, .footer a:visited {
    color: white;
}

.footer a {
    color: white;
}

.locationMap iframe {
    width: 100%;
    min-height: 200px;
}

#footerMap {
    position: relative;
    width: 100%;
    height: 208px!important; 
    overflow: hidden;
}

.footerIcons {
    text-align: right;
}

@media(max-width: 768px) {
    #footerMap {
        height: 380px !important;
    }
    .footerIcons {
        text-align: center;
    }
}

.socialIcon {
    font-size: 24px;
    margin-left: 30px;
}

.footer [class*="col-"] {
    margin-bottom: 30px;
}

.footerLogo {
    width: 180px;
}

.track-order-link i {
    font-size: 16px;
    margin-bottom: -3px;
}
.maxWidth644 {
    max-width:644px !important;
}
.checkout-date-change-drop-down {
    float: right;
}

    .checkout-date-change-drop-down button {
        font-size: 14px !important;
        padding: 4px 18px !important;
        border: 1px solid #0058A4 !important;
        border-radius: 3px;
        font-size: 14px !important;
        text-decoration: none;
    }

        .checkout-date-change-drop-down button:active, .checkout-date-change-drop-down button:focus {
            color: #0058A4 !important;
        }

    .checkout-date-change-drop-down span.caret {
        margin-left: 8px;
    }

.invalid-deliverydate {
    color:#de263c;
    font-weight: bold;
}

.invoice-footer {
     margin-top: 1em;
     line-height: 1.5em;
}

.invoice-footer .invoice-total {
    margin-top: .5em;
    font-size: 16px;
}

label.required::after {
    content: ' *';
}

.track-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 8%;
    height: 100%;
    width: 2px;
    background: #E0DFDF;
}

@media(min-width: 768px) and (max-width: 992px) {
    .track-container::before {
        left: 10.2%;
    }
}

.track-row {
    margin-bottom: 2em;
}

.track-event {
    font-size: 16px;
    font-weight: bold;
}

.track-timestamp {
    font-size: 14px;
    color: #9b9b9b;
}

    .track-timestamp .material-icons {
        font-size: 15px;
    }

.track-complete {
    color: #009C4F;
    background: #fff;
    font-size: 30px;
}

.track-incomplete {
    background: #fff;
    color: #9B9B9B;
    font-size: 30px;
}

.track-progress-col {
    text-align: center;
}

.est-delivery-time {
    font-size: 36px;
}

    .est-delivery-time span {
        font-size: 24px;
        text-transform: uppercase;
    }

.est-delivery-msg {
    font-size: 14px;
    text-transform: uppercase;
}

.mocofullWidthImg {
    max-width: 100%;
}

.material-link {
	display: inline-flex;
	align-items: center;
}

	.material-link:hover {
		text-decoration: none;
	}

	.material-link > span:hover {
		text-decoration: underline;
	}

.material-half-line {
    line-height: .5!important;
}

.po-required {
    color:#F37432;
}

.no-border-bottom {
    border-bottom: 0!important;
}

.border-bottom {
    border-bottom: 1px solid #E0DFDF;
}

#back-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 48px;
    height: 48px;
    background: #fff;
    color: #3F3F3F !important;
    border: 1px solid #E0DFDF;
    z-index: 999;
    font-size: 12px;
    font-weight: bold;
    text-align: center;

    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;
}

    #back-to-top.ng-hide {
        opacity: 0;
    }

.user-profile div {
    font-size: 16px;
    line-height: 2em;
}

.update-info {
    margin-top: 2em;
}

.cursor-default {
    cursor: default;
}
.my-list-row{
    padding-bottom:2.5em ;
}
.my-list-title{
    margin-bottom:2.5em;
    padding-left:.3em;
}
.my-list-header {
    padding-bottom: .5em;
}
.my-list-header {
    background: #ddd;
    font-size: 16px;
    font-weight: bold;
    padding-top: .8em;
    padding-bottom: .5em;
}
.my-list-header-icon{
    float:left;
}

.create-list-button {
    margin-top: 2em;
    font-size: 14px;
    background-color: #d8d8d8 !important;
    color: #3f3f3f !important;
}
.list-alertText{
    vertical-align:top
}
.list-import-help {
    padding-top: 2em ;
}
.list-import-step {
    padding-top: 1.3em;
}
.Import-Errors {
    overflow-y: auto;
    overflow-x:hidden;
    max-height: 120px;
}

#ImportCsvModal .modal-popup-header .border-bottom {
    border-bottom: 1px solid #E0DFDF;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-left: 30px;
}



.user-list-control {
    height: 400px!important;
}

.delegation-list {
    height: 400px!important;
    overflow-y: scroll;
}

.delegation-item {
    width: 90%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.equal-height-columns {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.vertical-center {
    align-items: center;
}

.vertical-top {
    align-self: flex-start;
}

.fixed-height-300 {
    max-height: 300px!important;
    overflow-y: scroll;
    overflow-x: hidden;
}

.add-account-container {
    margin-bottom: 2em;
    margin-right: 15px; /* Used so that the inputs line up with the rows below */
}

#searchDropdown {
    width: 100%;
    max-height: 200px;
    overflow-y: scroll;
}

#searchDropdown li {
    margin: 4px;
    cursor: pointer;
}
#searchDropdown li:hover {
        background: #eee;
    }


.gauge-container {
    position: relative;
    width: 142px;
    height: 142px;
}

    .gauge-container .gauge-element {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        transform-origin: 50% 50%;
    }

        .gauge-container .gauge-element svg {
            width: 100%;
            height: 100%;
        }

    .gauge-container .gauge-center-slot {
        position: absolute;
        width: 79%;
        height: 68.5%;
        top: 10.5%;
        left: 10.5%;
    }

    .gauge-container .gauge-bottom-slot {
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        color: white;
    }

    .gauge-container .gauge-mask {
        transform: rotate(136deg);
    }
 