/* Begin landing page search box*/
.main-search {
    margin-top: 100px;
}

.main-search-form {
    padding: 1rem;
    width: 100%;
    -webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 13px rgba(0, 0, 0, 0.08);
    outline: 0;
    border-radius: .2rem 0 0 .2rem;
    background-color: #fff;
    border: 1px solid #c9c9c9;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control.main-search-form:focus {
    border-color: #007abb;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.payment-validation {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 75%;
    color: #dc3545;
}

.main-btn,
button.main-btn {
    border-radius: 0 .2rem .2rem 0;
    background: #007abb;
    background: -webkit-gradient(linear, left bottom, left top, from(#007abb), to(#00a2f8));
    background: linear-gradient(to top, #007abb, #00a2f8);
    border-color: #006397;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.23);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.23);
    margin-left: -1px;
}

.main-btn:hover,
button.main-btn:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(#007abb), to(#007abb));
    background: linear-gradient(0deg, #007abb 0%, #007abb 100%);
}
/*End landing page search box*/

button[type=submit].dropdown-item {
    cursor: pointer;
}

div .result-pic.no-max-width {
    width: auto;
}

div .result-pic.no-max-width img {
    width: auto;
}

.text-primary {
    color: #1F7FBA !important;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}
.btn:hover {
    color: #212529;
    text-decoration: none;
}
.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
    opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-outline-primary {
    color: #1F7FBA;
    border-color: #1F7FBA;
}

.btn-primary {
    color: #FFFFFF;
    background: #1F7FBA linear-gradient(180deg, #4192c4, #1F7FBA) repeat-x;
    border-color: #1F7FBA;
}

.border-primary {
    border-color: #1F7FBA !important;
}

a {
    color: #1F7FBA;
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.bg-secondary {
    background-color: #E4F2FA !important;
}

.badge-secondary {
    background-color: #E4F2FA;
}

.text-semi-dark {
    color: #3F5969 !important;
}

.bg-dark {
    background-color: #202D36 !important;
}

.text-dark {
    color: #202D36 !important;
}

.bg-light {
    background-color: #F7FBFC !important;
}

.badge-warning {
    background-color: #FED766;
}

.border-brown {
    border-color: #A38B41 !important;
}

.text-icon {
    color: #5D849C !important;
}

.text-brown-text {
    color: #4D411F;
}

.bg-yellow-light {
    background-color: #FFF6DB;
}

.border-yellow-border {
    border-color: #FED766;
}

.bg-alert {
    background-color: #FDF2CA;
}

.text-credit-memo {
    color: #745A1B;
}

.bg-voided {
    background-color: #FAE9DE;
}

.text-voided {
    color: #C45200;
}

.badge-red-bg {
    background-color: #F7E1E1;
}

.text-danger {
    color: #BA1313 !important;
}

.border-dark-red {
    border-color: #CBB9B8 !important;
}

.badge-success-light {
    background-color: #E6F7E7;
}

.text-success-dark {
    color: #0F6E11;
}

.border-border-success {
    border-color: #B8DEBA !important;
}

.text-dark-green {
    color: #033204;
}

.bg-purple {
    background-color: #EBE3FA;
}

.bg-success-light {
    background-color: #E6F7E7;
}

.text-empty-state {
    color: #95B5C9;
}

.text-icon-empty-state {
    color: #E3F2FA;
}

.text-green {
    color: green;
}

.text-red {
    color: red;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #1F7FBA;
    border-color: #1F7FBA;
}

.page-link {
    color: #1F7FBA;
}

body {
    display: flex;
    flex-direction: column;
}

.app-body {
    padding-bottom: 3rem;
    width: 98vw;
}

.app-body-content {
    flex-grow: 1;
    /*padding: 2rem;*/
    width: 100%;
}

.app-container {
    display: flex;
    width: 100vw;
    display: flex;
    margin-top: 76px;
    height: calc(100vh - 76px);
    padding: 0 px !important;
    flex: 1 1 auto !important;
    overflow-y: auto !important;
    outline: none !important;
}

.app-logo {
    background: #ffffff;
}

.app-nav {
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
    min-width: 262px;
    z-index: 1;
    position: fixed;
    left: 0;
    height: 100%;
    overflow: scroll;
    padding-bottom: 9rem;
}
.app-nav .nav .nav-link {
    font-size: 16px;
    font-weight: 360;
}
.app-nav .nav .nav-link:hover {
    background-color: #E3F2FA;
}
.app-nav .nav .nav-link.active {
    font-weight: 650;
    background: #E3F2FA;
    border-right: 3px solid #1F7FBA;
    opacity: 1;
}
.app-nav > .nav > .nav-item > .nav > .nav-item > .nav-link {
    font-size: 15px;
    font-weight: 250;
    padding-left: 3rem;
    color: #5D849C;
}

::-webkit-input-placeholder {
    font-size: 25px;
    font-style: italic;
}

:-moz-placeholder {
    /* Firefox 18- */
    font-size: 25px;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 25px;
}

/* Overriding styles */
::-webkit-input-placeholder {
    font-size: 13px !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    font-size: 13px !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 13px !important;
}

.w-30 {
    width: 32%;
}

.app-body-content .nav .nav-tabs {
    font-size: 15px;
    font-weight: 250;
    padding-left: 3rem;
}
.app-body-content .nav .nav-link {
    color: #3F5969;
    border: none;
    font-weight: 350;
    font-size: 14px;
}
.app-body-content .nav .nav-link.active {
    border-bottom: 2.5px solid #1F7FBA;
    color: #1F7FBA;
    font-weight: 500;
}

.dropdown-arrow {
    font-size: 25px;
}

.app-body #product-detailed-list li:hover {
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15) !important;
    transition: all 0.2s;
}

.file-uploader {
    border: 1.5px #B2CAD9;
    border-radius: 0.25rem;
    border-style: dashed;
    padding: 2rem;
}

#add-item-container {
    display: none !important;
}

.sticky-footer-action-buttons-container {
    position: absolute;
    bottom: 0;
    width: inherit !important;
    height: 195px;
    line-height: 60px;
    background-color: #ffffff;
    padding-right: 2rem;
}

.navbar {
    flex-wrap: nowrap;
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 2200;
}

/*footer {*/
/*    background-color: #FFFFFF;*/
/*    z-index: 9;*/
/*}*/

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px !important;
    width: 20px;
}

.select2-container .select2-selection--single {
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px) !important;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff !important;
    background-clip: padding-box;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.custom-control {
    z-index: 0;
}

.table thead tr {
    border-bottom: 1px solid #B2CAD9;
}
.table thead tr th {
    border: none;
}
.table tbody tr {
    border-bottom: 1px solid #B2CAD9;
}
.table tbody tr td {
    border: none;
}

.table-bordered {
    border: 1px solid #B2CAD9;
}

.table-responsive > .table-bordered {
    border: 1px solid #B2CAD9;
}

.app-body > .nav > .nav-tabs > .nav-link.active > .nav-tabs > .nav-item > .show > .nav-link {
    border-bottom: 12px solid #1f7fba;
    border-color: red;
}

.app-container .app-nav {
    min-width: 230px;
    padding-top: 32px;
}

.accordion .card-header {
    background-color: transparent;
}

.expanded-styles {
    box-shadow: inset 0 0 0 0.2rem rgba(0, 123, 255, 0.34);
    z-index: 1;
}
.expanded-styles .card-header-btn {
    font-weight: 700;
}

.modal-header {
    border-bottom: none;
}

.product div {
    margin-bottom: 1rem;
}
.product p {
    opacity: 0.75;
}
.product .product-price {
    font-weight: bold;
}
.product .product-sku {
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.alert-invoice {
    height: 6rem !important;
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.02rem;
}

.title {
    font-weight: 600;
    font-size: 1.5rem;
}
@media (max-width: 991.98px) {
    .title {
        font-size: 1rem;
    }
}

.wizard-small-text {
    font-size: 11px;
    color: #5D849C;
}

.card-heading-text-1 {
    color: #5D849C;
    font-weight: 400;
    font-size: 14px;
}

.card-heading-text-2 {
    color: #202D36;
    font-weight: 500;
    font-size: 14px;
}

.card-body-category {
    color: #3F5969;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.4rem;
}

.card-body-description {
    color: #202D36;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4rem;
}

.card-link {
    text-decoration: underline;
    color: #127BBB;
    font-size: 14px;
    font-weight: 700;
}

.main-card-link {
    text-decoration: underline;
    color: #127BBB;
    font-size: 18px;
    font-weight: 700;
}

.info-heading {
    font-size: 18px;
    font-weight: 600;
    border-bottom: 3px solid #202D36;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
}

.p-info {
    font-size: 1rem;
    margin: 0;
}

.p-info-bold {
    font-weight: 600;
}

.p-info-light {
    color: #5D849C;
    font-weight: 300;
}

.p-amount {
    color: #127BBB;
}

.p-date {
    font-weight: 600;
}

.link {
    font-weight: 400;
    text-decoration: underline;
}

.info-text {
    font-size: 14px;
    font-weight: 600;
}

.timeline-step {
    font-size: 12px;
    font-weight: 600;
}

.timeline-checkmark {
    font-size: 12px;
}

.timeline-date {
    font-size: 11px;
    color: #5D849C;
}

.ship-name {
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.shipment-table-heading,
table th.shipment-table-heading {
    font-size: 12px;
    color: #5d849c;
    font-weight: 300;
}

.form-label {
    font-size: 13px;
    color: #5D849C;
    font-weight: 300;
}

.form-field {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}

.search-result-link {
    font-weight: 600;
}

.search-result-details {
    font-size: 14px;
}

.timeline .line {
    height: 2px;
    background-color: #1F7FBA;
    position: absolute;
    margin-top: 12px;
    width: 260px;
}

.front {
    z-index: 2;
}

.wizard {
    margin-left: 30px;
}
.wizard .line {
    width: 2px;
    background-color: #B2CAD9;
    position: absolute;
    margin-left: -15px;
    margin-top: 19px;
    height: 120px;
}
.wizard .step-complete {
    padding: 5px 0;
    position: relative;
    line-height: 1rem;
    font-size: 14px;
}
.wizard .step-complete:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border: none;
    border-radius: 20px;
    background-color: #B2CAD9;
    position: absolute;
    margin-left: -20px;
    top: 7px;
}
.wizard .step-current {
    padding: 5px 0;
    position: relative;
    line-height: 1rem;
    font-size: 14px;
}
.wizard .step-current:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 20px;
    border: 2px solid #127BBB;
    background-color: #88BCDD;
    position: absolute;
    margin-left: -20px;
    top: 15px;
}

#invoiceTimeline .wizard .line {
    height: 265px;
}

#orderTimeline .wizard .line {
    height: 265px;
}

.wizard-product-timeline {
    margin-left: 30px;
}
.wizard-product-timeline .line {
    width: 1px;
    background-color: #B2CAD9;
    position: absolute;
    margin-left: -10px;
    margin-top: 19px;
    height: 325px;
}
.wizard-product-timeline .step-misc {
    padding: 5px 0;
    position: relative;
    line-height: 3rem;
    font-size: 14px;
}
.wizard-product-timeline .step-misc:before {
    content: "\f155";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    vertical-align: middle !important;
    display: inline;
    font-weight: 900;
    color: #127BBB;
    width: 40px;
    height: 40px;
    border: 1px solid #127BBB;
    border-radius: 20px;
    background-color: #E4F2FA;
    position: absolute;
    margin-left: -30px;
    top: 7px;
}
.wizard-product-timeline .step-active {
    padding: 5px 0;
    position: relative;
    line-height: 3rem;
    font-size: 14px;
}
.wizard-product-timeline .step-active:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    vertical-align: middle !important;
    display: inline;
    font-weight: 900;
    color: #0F6E11;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: 2px solid #0F6E11;
    background-color: #E6F7E7;
    position: absolute;
    margin-left: -30px;
    top: 15px;
}
.wizard-product-timeline .step-inactive {
    padding: 5px 0;
    position: relative;
    line-height: 3rem;
    font-size: 14px;
}
.wizard-product-timeline .step-inactive:before {
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    vertical-align: middle !important;
    display: inline;
    font-weight: 900;
    color: #BA1313;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: 2px solid #BA1313;
    background-color: #F7E1E1;
    position: absolute;
    margin-left: -30px;
    top: 15px;
}

.timeline-container {
    position: relative;
    z-index: 1;
}
.timeline-container::before {
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    background-color: #B2CAD9;
    margin-left: 1.6rem;
    z-index: 1;
    margin-top: 1.5rem;
}
.timeline-container .event {
    padding: 0.5rem 1rem;
    background-color: transparent;
    color: #202D36;
    z-index: 2;
    position: relative;
    margin-top: 2rem;
}
.timeline-container .icon {
    color: #B2CAD9;
    margin-right: 0.5rem;
    border: 2px solid #B2CAD9;
    border-radius: 100%;
    background-color: #B2CAD9;
    padding: 0.5rem;
    width: 1.25rem;
    height: 1.25rem;
    margin-top: 5px;
}

.wizard-line {
    list-style: none;
    border-top: 2px solid #E3F2FA;
    width: 10%;
}

.wizard-line {
    list-style: none;
    border-top: 2px solid #E3F2FA;
    width: 10%;
}

.border-black {
    height: 2.5px;
    background-color: #000000;
    width: 100%;
    margin: 0.8rem 0 1.2rem 0;
    padding: 0;
    display: none;
}

.light-border {
    border: 1px solid #DAEBF4;
}

.no-image {
    width: 70px;
    height: auto;
}

ul li .no-image {
    width: 120px;
    height: auto;
}

#product-grid-list .card img {
    width: 180px;
    height: auto;
}
#product-grid-list .card:hover {
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15) !important;
    transition: all 0.2s;
}

.vendor-profile-img {
    width: 150px;
    height: auto;
}

.cart-icon {
    font-size: 20rem;
}

.form-control-sm {
    border: 1px solid #ced4da !important;
}

table .input-group input ::-webkit-input-placeholder {
    font-style: normal !important;
}

.btn-badge {
    background-color: #ffffff;
    color: #127BBB;
    border-radius: 20px;
    -webkit-appearance: none;
    border: 1px #127BBB solid;
    padding: 0.2rem 1rem 0.2rem 1rem;
}

.btn-badge-selected {
    background-color: #127BBB;
    color: #ffffff;
    border-radius: 20px;
    -webkit-appearance: none;
    border: 1px #127BBB solid;
    padding: 0.2rem 1rem 0.2rem 1rem;
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #a2d2ee !important;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
    color: #0e3248 !important;
}

.btn-outline-primary:hover {
    color: #0e3248 !important;
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.card-header-btn:focus {
    box-shadow: none;
}

.vendor-dropdown {
    overflow-y: auto;
    max-height: 75vh;
    left:-30px;
}

.ellipsis-overflow {
    width: 60em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis-overflow:hover{
    overflow: visible;
    white-space: normal;
    width: auto;
}

.btn-secondary {
    color: #212529;
    background: #E4F2FA linear-gradient(180deg, #e8f4fb, #E4F2FA) repeat-x;
    border-color: #E4F2FA;
}

.font-size-80 {
    font-size: 80% !important;
}

.lh-h1 {
    line-height: .5;
}

.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex-align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flex-just-space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.facet-results-wrapper {
    background-color: #f4f4f4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-results-filter-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    outline: 0;
    border-radius: .2rem;
    margin-left: 1rem
}

.header-results-filter-area .search-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 3.8rem;
    max-width: 40rem;
    margin-left: 10%
}

.header-results-filter-area .form-control.search-form {
    -webkit-box-shadow: none;
    box-shadow: none
}

.facet-results-filter-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    outline: 0;
    border-radius: .2rem;
    margin-left: 1rem
}

.facet-results-filter-area .search-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 3.8rem
}

.facet-results-filter-area .btn {
    max-height: 3.8rem;
    height: 3.8rem
}

.facet-results-filter-area .form-control.search-form {
    -webkit-box-shadow: none;
    box-shadow: none
}

.facet-filter-results-controls {
    font-size: 1.2rem
}

.facet-filter-results-controls li {
    margin-right: 2rem
}

.facet-filter-results-controls a {
    color: #9ea9b2;
    text-decoration: none
}

.select2-selection__choice {
    font-size: 80%;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.selected-facet-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #9ea9b2;
    font-size: 1.2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.clear-all-facet-items {
    margin-left: 1rem; }
.clear-all-facet-items:hover {
    color: #007abb; }

.remove-facet {
    margin-left: 1rem;
    text-decoration: none; }
.remove-facet:hover {
    color: #9ea9b2; }

.facet-item button,
.clear-all-facet-items button {
    padding: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #007abb;
    font-weight: normal;
    text-decoration: underline;
    display: inline-block;
    vertical-align: baseline; }

.facet-item {
    background-color: #fff;
    padding: .15rem .75rem;
    border-radius: 4px;
    color: #6a7178;
    border: 1px solid #9ea9b2;
    -webkit-transition: border .25s ease, color .25s ease;
    transition: border .25s ease, color .25s ease; }
.facet-item:hover {
    border-color: #44484c;
    color: #44484c; }
.facet-item button {
    text-decoration: none; }

.facet-item:not(:first-child) {
    margin-left: .5rem; }

.facet-results-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.result-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.results-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 2rem; }

.facet-result {
    background-color: #fff;
    padding: 2rem;
    border: 1px solid #efefef;
    margin-bottom: 1rem;
    position: relative;
    width: 49.5%; }

@media (max-width: 991px) {
    .facet-result {
        width: 100%; } }

.product-vendor {
    font-size: 0.8rem;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: normal; }

.product-metadata {
    margin-left: 1rem; }

.product-title {
    margin-top: .5rem;
    margin-bottom: 0;
    max-width: 40rem;
    font-size: 0.9rem; }

.buy-option {
    width: 100%;
    border-bottom: 0;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem; }

.buy-option:not(:last-child) {
    border-bottom: 1px solid #efefef; }

.buy-option:last-child {
    padding-bottom: 0;
    margin-bottom: 0; }

.buy-option .buy-btn {
    text-align: right; }

.buy-option .price {
    font-weight: 800; }

.buy-option .sales-channel-type {
    font-size: 90%;
    font-weight: normal;
    margin-left: 1rem; }

.result-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative; }

.print-link {
    color: #6a7178;
    text-decoration: none; }

/* Product Image sizes
* * * * * * * * * * * * * * * * * * * * * * * * * */
.img64 {
    width: 6.4rem;
    height: 6.4rem; }

.img128 {
    width: 12.8rem;
    height: 12.8rem; }

.img256 {
    width: 25.6rem;
    height: 25.6rem; }

.img512 {
    width: 51.2rem;
    height: 51.2rem; }

.status-type-logo img {
    height: 64px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 64px; }

.small-title {
    font-size: 1.1rem;
    color: #9ea9b2;
    text-transform: uppercase;
    margin-bottom: 1rem; }

.value {
    font-weight: 800; }

address {
    font-family: inherit;
    font-style: normal; }

.pricing-types {
    color: #6a7178; }

.result-pic {
    height: 100px;
    width: 100px; }
.result-pic img {
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100px; }

.custom-form-control {
    display: block;
    width: 100%;
    padding: 1rem;
    line-height: inherit;
    color: #44484c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #9ea9b2;
    border-radius: .2rem;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: border-color ease-in-out .25s, -webkit-box-shadow ease-in-out .25s;
    transition: border-color ease-in-out .25s, -webkit-box-shadow ease-in-out .25s;
    transition: border-color ease-in-out .25s, box-shadow ease-in-out .25s;
    transition: border-color ease-in-out .25s, box-shadow ease-in-out .25s, -webkit-box-shadow ease-in-out .25s;
    outline: 0; }

select:not([multiple]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%20%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%20%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2214px%22%20height%3D%2212px%22%20viewBox%3D%220%200%2014%2012%22%20enable-background%3D%22new%200%200%2014%2012%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cpolygon%20points%3D%223.862%2C7.931%200%2C4.069%207.725%2C4.069%20%22/%3E%3C/svg%3E);
    padding-right: 1.5rem; }

select.btn {
    border: 1px solid #9ea9b2; }

select {
    border-radius: 0; }

.custom-form-control.small {
    max-width: 6rem;
    min-width: 6rem; }

.custom-form-control.zip {
    max-width: 10rem;
    min-width: 10rem; }

.custom-form-control:focus {
    border-color: #007abb;
    -webkit-box-shadow: 0 5px 18px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.2); }

.custom-form-control::-moz-placeholder {
    color: #c4c8cb;
    opacity: 1; }

.custom-form-control:-ms-input-placeholder {
    color: #c4c8cb; }

.custom-form-control::-webkit-input-placeholder {
    color: #c4c8cb; }

.custom-form-control::-ms-expand {
    background-color: transparent;
    border: 0; }

.custom-form-control[disabled],
.custom-form-control[readonly],
fieldset[disabled] .custom-form-control {
    background-color: #eee;
    opacity: 1; }

.custom-form-control[disabled],
fieldset[disabled] .custom-form-control {
    cursor: not-allowed; }

textarea.custom-form-control {
    height: auto; }

input[type="search"] {
    -webkit-appearance: none; }

button,
select {
    text-transform: none; }

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; }

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit; }

.input-block {
    position: relative; }

.input-block input {
    padding-left: 3rem; }

.input-block .icon {
    position: absolute;
    top: 1.1rem;
    padding-left: 1rem;
    color: #9ea9b2; }

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top: 1px solid #e2e2e2; }

.grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0; }

.grid-gutters {
    margin: -1rem 0 1rem -1rem; }

.grid-gutters > .grid-cell {
    padding: 1rem 0 0 1rem; }

.grid-cell {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }

@media (max-width: 47.9375rem) {
    .form-group .grid .grid-cell {
        width: 100%; } }

.list-unstyled {
    list-style: none;
    margin: 0;
    padding: 0; }

.list-inline > li {
    display: inline-block;
    position: relative; }

.auth-container {
    background: #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    margin: 4rem auto;
    padding: 2rem;
    width: 350px; }

.product-image {
    height: 200px;
    width: 200px; }

.form-control.search-form {
    padding: 1rem;
    width: 100%;
    -webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 13px rgba(0, 0, 0, 0.08);
    outline: 0;
    border-radius: .2rem 0 0 .2rem;
    background-color: #fff;
    border: 1px solid #c9c9c9; }
.form-control.search-form:focus {
    border-color: #007abb; }

.sign-in-footer {
    font-size: 1.2rem; }
.sign-in-footer a {
    text-decoration: none; }
.sign-in-footer a:hover {
    text-decoration: underline; }

.sign-in-area {
    -ms-flex-line-pack: justify;
    align-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 30%;
    -webkit-box-shadow: 4px 0 10px rgba(0, 0, 0, 0.28);
    box-shadow: 4px 0 10px rgba(0, 0, 0, 0.28);
    z-index: 1; }

/* Forgot password */
.auth-form {
    margin-left: auto;
    margin-right: auto; }

.auth-form.small {
    width: 38rem; }

.auth-masthead {
    width: 70%;
    background: url("/img/clouds.jpg") no-repeat;
    background-size: cover; }

.cart-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.checkout-info {
    width: 60%; }

.completed-pane {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.bag-cost-preview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px dotted #9ea9b2;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }

.assign-items-to-location-list .cart-item .cart-item-header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.assign-items-to-location-list .cart-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

.facet-area {
    padding: 1rem; }

.facet-cat:not(:first-child) {
    margin-top: 2rem; }

.facet-search-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.list-of-facets {
    width: 23%; }

.left-col-faceting {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 13px rgba(0, 0, 0, 0.08);
    margin-right: 2rem;
    padding: 2rem; }
.left-col-faceting.affix {
    position: fixed;
    top: 2rem; }

.facet-title {
    margin: 0;
    font-weight: 800; }

.right-col-faceting-results {
    width: 76%; }

.facet-group {
    margin-top: 1rem;
    margin-bottom: 1rem; }

.facet-filter-form .custom-form-control {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 0; }
.facet-filter-form .custom-form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #007abb; }

.facet-results-controls {
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: block; }

.select-all-controls {
    margin-left: 2rem;
    display: none; }

.facet-results-wrapper {
    padding: 1rem 2rem; }

.search-wrapper {
    position: relative; }

.has-cloud-bg {
    background: url("/img/clouds.jpg") center center no-repeat;
    height: 100%; }

.home-search-area {
    margin-left: auto;
    margin-right: auto;
    margin-top: 5rem;
    color: #fff; }

.table-controls li a {
    margin-right: 1rem; }

.table-controls li:not(:first-child) a {
    margin-right: 0; }

.order {
    background: #ffffff;
    margin: 1rem 0; }

.light-background {
    background-color: #f3f3f3;
    border-radius: .2rem .2rem 0 0;
    margin-top: 0; }

.box {
    border: 1px solid #d0d0d0; }

.box:last-child {
    border-radius: 0 0 .4rem .4rem; }

.order-details {
    width: 70%; }

.order-info .label {
    font-size: 1.1rem;
    text-transform: uppercase;
    color: #9ea9b2; }

.order-info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1rem; }
.order-info-item:first-child {
    margin-left: 15px; }
.order-info-item:last-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 15px; }

.order-value {
    font-size: 0.9rem;
    white-space: nowrap; }

.box {
    margin-top: -1px; }

.box-inner {
    padding: 1rem; }

.is-multi-shipping {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.order-header {
    background: #f3f3f3;
    border: 1px solid #d0d0d0; }

.order-header small.label {
    font-size: 12px;
    text-transform: uppercase; }

.order-number {
    white-space: nowrap; }

.profile-settings-wrapper {
    border-radius: .2rem;
    border: 1px solid #d0d0d0; }

.profile-settings-wrapper .box {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    margin-top: 0; }

.profile-settings-wrapper .box:last-child {
    border-bottom: 0; }

.ps-left-col {
    width: 100%; }

.max100-wrapper {
    width: 100%;
    max-width: 100rem;
    margin-left: auto;
    margin-right: auto; }

.cart-item {
    background-color: #fff;
    border-bottom: 1px solid #efefef;
    padding: 1rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.cart-item:last-child {
    border-bottom: 0; }

.cart-item-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60%; }

.cart-item-quantity {
    width: 10%; }

.cart-item-price {
    width: 40%; }

.sub-total-area {
    background-color: #efefef;
    padding: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.facet-result .checkbox input[type="checkbox"],
.facet-result .checkbox input[type="radio"] {
    position: absolute; }

.facet-result .checkbox label::before,
.facet-result .checkbox label::after {
    margin-left: 0; }

header {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000; }

.header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #f4f4f4;
    border-bottom: 1px solid #eaeaea;
    padding: 1rem; }

.logo img {
    width: 3.6rem; }

.global-nav .active {
    color: #007abb; }

.global-nav a {
    color: #6a7178;
    text-decoration: none; }
.global-nav a:hover {
    color: #007abb; }

.left-header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }

.avatar-img {
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 8px; }

.facet-results-wrapper {
    background-color: #f4f4f4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.header-results-filter-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    outline: 0;
    border-radius: .2rem;
    margin-left: 1rem; }
.header-results-filter-area .search-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 3.8rem;
    max-width: 40rem;
    margin-left: 10%; }
.header-results-filter-area .form-control.search-form {
    -webkit-box-shadow: none;
    box-shadow: none; }

.facet-results-filter-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    outline: 0;
    border-radius: .2rem;
    margin-left: 1rem; }
.facet-results-filter-area .search-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 3.8rem; }
.facet-results-filter-area .btn {
    max-height: 3.8rem;
    height: 3.8rem; }
.facet-results-filter-area .form-control.search-form {
    -webkit-box-shadow: none;
    box-shadow: none; }

.facet-filter-results-controls {
    font-size: 1.2rem; }
.facet-filter-results-controls li {
    margin-right: 2rem; }
.facet-filter-results-controls a {
    color: #9ea9b2;
    text-decoration: none; }

.search-wrapper-icon {
    position: relative;
    color: #fff; }

.no-image {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #cccccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 200px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 200px; }
.no-image .fas {
    color: #ffffff;
    font-size: 34px;
    opacity: 0.75; }

.responsive-image img {
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%; }

.vendor-logo {
    width: 80px;
    margin-right: 2rem; }