#top-bar {
    height: 29px;
    line-height: 19px;
    background-color: #f6f6f6;
    text-align: right
}

#top-bar ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    padding-right: 20px
}

#top-bar ul li {
    display: inline-block
}

#top-bar ul li a {
    color: #707070;
    text-decoration: none;
    font-size: 11px;
    font-weight: 400;
}

#top-bar ul li a:after {
    content: "\A0\A0\A0|\A0\A0\A0"
}

#top-bar ul li:last-child a:after {
    content: ""
}

#top-bar ul li {
    padding: 5px 0
}

#top-bar ul li a:hover {
    color: #c1c1c1
}

#header{
    display: flex;
    align-items: center;
    padding: 20px 0;
    font: 14px 'Roboto';
    width: 1140px;
    margin: auto;
    position: relative;
}

#header .search {
    vertical-align: top;
    margin-left: 60px
}

#header .trustpilot .trustpilot-icon{
    background-image: url("../images/trustpilot_icons_consolidate.png");
    background-repeat: no-repeat;
    -webkit-background-size: 79px 180px;
    background-size: 79px 180px;
}

#header .trustpilot .trustpilot-icon-star{
    background-image: url("../images/trustpilot_icons_consolidate.png");
    background-repeat: no-repeat;
    -webkit-background-size: 85px 215px;
    background-size: 85px 215px;
    background-position-y: bottom;
}

#header .show-trustpilot-modal {
    color: #3D3D3D;
    font-size: 12px;
}

#header .show-trustpilot-modal:hover {
    text-decoration: none;
}

/* #header .search form input {
    width: 472px;
    border: 2px solid #363636 !important;
    border-radius: 5px;
    line-height: 20px;
    padding: 0 45px 0 10px;
    font: 15px 'Roboto';
} */

/* #header .search form input:focus {
    outline: none;
    border: 2px solid #7E96B4 !important;
} */

#header .search form input::placeholder{
    font-size: 14px;
}

/* #header .search form button {
    background-color: transparent;
    width: 50px;
    cursor: pointer;
    border: 1px solid transparent;
    line-height: inherit;
    margin-left: -50px;
} */

#header .search #shipping-info {
    display: flex;
    align-items: center;
    color: #363636;
    line-height: 14px;
    margin-bottom: 5px;
    font: 14px 'Roboto';
}

#header .search .search-icon:focus {
    outline: none;
}

.view-cart-container {
    position: absolute;
    right: 0;
    top: 50px;
}

.cart-modal-container-cover {
    position: absolute;
    right: -0.2em;
    z-index: 999;
    display: none;
}
.cart-modal-container {
    box-shadow: 0 2px 5px rgba(0,0,0,.16),0 2px 3px rgba(0,0,0,.12);
    background: #fff;
    border-radius: 4px;
    /*margin-top: 1em;*/
    width: 380px;
    /*right: 2.8em;*/
    /*position: absolute;*/
    /*margin-top: 20px;*/
    border: solid 1px #eee;
    transition: box-shadow .3s,transform .2s cubic-bezier(0, 0.6, 0.4, 1.1),opacity .2s;
    z-index: 110;
    padding-bottom: 1em;
}
.cart-modal-title {
    font-size: 12px;
    padding: 20px 15px
}
.cart-modal-item {
    font-weight: bold;
}
.cart-modal-view-cart {
    color: #4153B4;
}
.cart-modal-qty {
    color: grey;
}
.cart-modal-content {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 280px;
    overflow-y: auto;
}
.cart-modal-content li {
    margin-top: 10px;
}
.cart-modal-image {
    display: inline-block;
}
.cart-modal-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 5px;
    width: 220px;
    height: auto;
    vertical-align:top;
    position: relative;
    min-height: 70px;
}
/* .cart-modal-text > div:last-child {
    position: absolute;
    bottom: 0;
} */
.cart-modal-text a {
    display: block;
    height: 35px;
    width: 220px;
    word-break: break-word;
    overflow: hidden;
    position: relative;
}
.cart-modal-price-remove {
    display: inline-block;
    padding-left: 5px;
    vertical-align:top;
    position: relative;
    width: 56px;
}
.cart-modal-price-remove .productListing-data-remove {
    float: right;
}
.cart-modal-price {
    font-weight: bold;
    position: absolute;
    bottom: 0;
    right: 0;
}
.cart-modal-list {
    display: flex;
    width: 100%;
    padding: 0 15px;
}
.cart-modal-checkout-btn {
    font-size: 1.5em;
    font-weight: bold;
    padding: 8px 7px;
    width: 350px;
    color: #fff;
    background-color: #59AD00;
    border: none;
    margin: 3px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart-modal-checkout-btn:hover {
    background-color: #3a7418 !important;
}
.cart-modal-checkout-btn-container {
    display: flex;
    justify-content: center;
}
.lock-svg {
    width: 15px;
}
.cart-modal-summary-text {
    font-size: 15px;
    font-weight: bold;
    padding-right: 25px;
    padding-top: 10px;
}

.cart-modal-product-separator {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #e4e4e4;
    margin: 1em;
    padding: 0
}

#header .search #shipping-info .vertical-line{
    border-right: 1px solid lightgrey;
    height: 14px;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: top;
}

#header .search #shipping-info > div > span {
    vertical-align: top;
}

#header .trustpilot {
    color: #3D3D3D;
    width: auto;
    margin-left: 44px;
}

.underline-decorate{
    vertical-align: bottom;
    text-decoration: underline;
}

#header .trustpilot > div {
    display: inline-block
}

#header .trustpilot .score {
    font-weight: bold;
    vertical-align: bottom;
}

#header .trustpilot .vertical-line{
    border-right: 1px solid gray;
    height: 10px;
    margin-left: 4px;
    margin-right: 4px;
    vertical-align: bottom;
}

#header .cart {
    background: #F5F5F5;
    border-radius: 5px;
    width: 138px;
    height: 40px;
    color: #363636;
    cursor: pointer;
    text-align: center;
    position: relative;
}

#header .cart:hover {
    background: #e8e8e8;
}

#header .cart .vertical-line{
    display: inline-block;
    border-right: 1.5px solid lightgrey;
    height: 20px;
    margin-left: 6px;
    margin-right: 6px;
    vertical-align: middle;
}

#header .cart #cart-count {
    position: relative
}

#header .cart #cart-count > div {
    background-color: #E61212;
    width: 15px;
    height: 15px;
    position: absolute;
    text-align: center;
    border-radius: 20px;
    padding: 2px;
    color: #fff;
    font: 10px 'Roboto';
    top: 6px;
    left: 26px;
}

#header .cart .view-cart-text {
    position: absolute;
    top: 9px;
    height: 25px;
    right: 10px;
    font: 14px 'Roboto';
    padding-left: 13px;
    color: #363636;
    border-left: 1px solid #cfcfcf;
}

#header .cart a {
    color: #3d3d3d;
    text-decoration: none
}

#header-bottom{
    margin-left: -15px;
    margin-right: -15px;
}

.header-navigation-container {
    border-bottom: 1px solid #e8e8e8;
}

.header-navigation {
    color: #363636;
    overflow: auto;
    text-align: center;
    font: 16px 'Roboto';
    width: 1140px;
    margin: auto;
}

.header-navigation a {
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 14px;
    color: #363636
}

.header-navigation-left {
    text-align: left;
    float: left
}

.header-navigation-left ul {
    display: -webkit-box;
    display: flex;
    margin: 0;
    padding: 0
}

.header-navigation-left li:hover {
    border-bottom: 3px solid #4153B4;
}

.header-navigation-left li:hover a {
    -webkit-transition: unset;
    transition: unset;
    color: #4153B4;
}

.header-navigation-left ul li {
    padding: 0;
    display: inline-block;
    text-align: left
}

.header-navigation-right {
    text-align: right;
    float: right
}

.header-navigation-right ul {
    margin: 0;
    padding: 0;
    height: 100%;
    display: -webkit-box;
    display: flex
}

.header-navigation-right ul > li {
    border-top: 1px solid #1b5294;
    border-bottom: 1px solid #1b5294;
    display: inline-block;
    text-align: left
}

.header-navigation-right ul > li:not(:first-child) {
    border-left: 1px solid #cfcfcf
}

.header-navigation-right ul li:last-child {
    border-right: 1px solid #1b5294
}

.header-navigation-right ul li:hover {
    background-color: #fff
}

.header-navigation-right ul > li > a {
    text-decoration: none;
    padding: 1px 17px
}

.header-navigation-right ul li:hover a {
    -webkit-transition: unset;
    transition: unset;
    color: #1b5294
}

.NavRightUlChild-Content {
    width: 115px;
    padding-top: 7px;
    display: none;
    color: #000;
    z-index: 999;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 134px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    z-index: 1000;
}

.NavRightUlChild:hover .NavRightUlChild-Content {
    display: block
}

.NavRightUlChild-Content ul {
    width: 100%;
    padding: 0
}

.NavRightUlChild-Content ul li {
    width: 100%;
    line-height: 30px;
    display: inline-block;
    padding-left: 11px;
}

.NavRightUlChild-Content ul li a {
    margin: 5px;
    color: #000
}

.NavRightUlChild-Content ul li:hover {
    background: #ddd
}

/* left: unset;width: unset; */

.sub-category-dropdown {
    display: none;
    position: absolute;
    z-index: 1000;
    width: 100%;
    background: #ffffff;
    left: 0;
    -webkit-box-shadow: 0 5px 8px rgb(0 0 0 / 20%);
    box-shadow: 0 5px 8px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
    /*right: 0;*/
    /*margin-left: auto;*/
    /*margin-right: auto;*/
}

/* .fix-menu-dropdown-center {
    left: 50%;
    top: 382px;
    transform: translate(-50%, -50%);
} */

/* width: unset; */
.sub-category-dropdown .sub-category-dropdown-container {
    display: flex;
    padding: 24px 16px;
    background-color: #fff;
    overflow: hidden;
}

.sub-category-dropdown .feature-section a {
    text-decoration: none;
}

.sub-category-list {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    display: flex;
    align-items: center;
}

.sub-category-list a {
    display: block;
    border-right: 0 !important;
    color: #363636 ! important;
    -webkit-transition: unset;
    transition: unset;
}

.sub-category-list:hover {
    background: #e8e8e8;
}

.sub-category-list a:before {
    display: block;
    content: attr(data-title);
    font-weight: 600;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.nav-parent-list {
    height: 40px;
    text-decoration: none;
}

.nav-parent-list-border-line {
    border-bottom: 1px solid #fff !important;
}

.nav-parent-list .nav-parent-link {
    line-height: 40px;
    text-decoration: none;
    letter-spacing: 0.32px;
}

.menu-sub-title {
    padding-bottom: 5px;
    padding-left: 4px;
    font-size: 16px;
    font-weight: 700;
    cursor: default;
}

.menu-sub-title>a{
    text-decoration: none;
    font-size: 16px;
    color: #4153B4 ! important;
    display: block;
}

.feature-section-title {
    margin-top: 24px;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 700;
    cursor: default;
    color: #4153B4;
}

.feature-subcategory-divider {
    border: 0;
    border-top: 1px solid #ccc;
}

/* .subcategory-section {
    display: flex;
    flex-wrap: wrap;
} */

.subcategory-section-70 {
    width: 70%;
}

.main-menu-link-2 {
    width: 246px;
}

.main-menu-link-3 {
    width: 246px;
}

.main-menu-link-4 {
    width: 178px;
}

.main-menu-link-5 {
    width: 140px;
}

.sub-category-list-group {
    overflow: hidden;
}

.subcategory-column-2 {
    /* Chrome, Safari, Opera */
    -webkit-column-count: 2;
    /* Firefox */
    -moz-column-count: 2;
    -moz-column-fill: auto;
    /* Standard */
    column-count: 2;
    column-fill: auto;
}

.subcategory-column-3 {
    /* Chrome, Safari, Opera */
    -webkit-column-count: 3;
    /* Firefox */
    -moz-column-count: 3;
    -moz-column-fill: auto;
    /* Standard */
    column-count: 3;
    column-fill: auto;
}

.subcategory-column-4 {
    /* Chrome, Safari, Opera */
    -webkit-column-count: 4;
    /* Firefox */
    -moz-column-count: 4;
    -moz-column-fill: auto;
    /* Standard */
    column-count: 4;
    column-fill: auto;
}

.subcategory-column-5 {
    /* Chrome, Safari, Opera */
    -webkit-column-count: 5;
    /* Firefox */
    -moz-column-count: 5;
    -moz-column-fill: auto;
    /* Standard */
    column-count: 5;
    column-fill: auto;
}

.banner-section-container {
    background: #FFFFFF;
    width: 30%;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    align-content: flex-start;
}

.banner-section-image img {
    width: 320px;
    height: 320px;
    vertical-align: middle;
}

.banner-image {
    padding: 0 10px !important;
    border-left: 2px solid #1b5294
}

.banner-image img {
    width: 207px;
    height: 238px;
    vertical-align: middle
}

.width-250 {
    min-width: 250px
}

.width-200 {
    min-width: 200px
}

.inkstation-input-group {
    position: relative;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    align-items: stretch;
}

.inkstation-form-control {
    display: block;
    height: 40px !important;
    padding-left: 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.inkstation-input-group-append {
    margin-left: -1px;
    display: -webkit-box;
    display: flex
}

.inkstation-select {
    width: 120px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #1b5294;
    border-radius: 0;
    font-size: 12px;
    padding: 5px 8px;
    color: #1b5294;
    font-weight: 700;
    background-image: url(/images/arrow-down.svg?0d43968ba7ee246b26dc984b0b6041bf);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-size: 12px 12px
}

.inkstation-select::-ms-expand {
    display: none
}

.inkstation-select.sort-by {
    width: 150px
}

::-webkit-input-placeholder {
    color: #c1c1c1;
    opacity: 1
}

::-moz-placeholder {
    color: #c1c1c1;
    opacity: 1
}

:-ms-input-placeholder {
    color: #c1c1c1;
    opacity: 1
}

::-ms-input-placeholder {
    color: #c1c1c1;
    opacity: 1
}

::placeholder {
    color: #c1c1c1;
    opacity: 1
}

.inkstation-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none
}

.add-to-cart-modal {
    width: 700px !important;
    padding: 30px !important;
    top: 30% !important;
}

.inkstation-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    height: auto;
    width: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1000;
    display: none;
    background-color: #fff;
    padding: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.inkstation-modal-close {
    width: 22px;
    height: 22px;
    float: right;
    border: 0;
    background-color: white;
    background-image: url('../images/close_grey.png');
    background-repeat: no-repeat;
    -webkit-background-size: 22px 22px;
    background-size: 22px 22px;
    outline:none;
}

.inkstation-modal-close:hover {
    background-color: white;
}

.inkstation-modal-close image {
    cursor: pointer;
}

.inkstation-modal-content {
    margin-top: 20px
}

.p10 {
    padding: 10px
}

.pt10 {
    padding-top: 10px
}

.pb10 {
    padding-bottom: 10px
}

.pl10 {
    padding-left: 10px
}

.pr10 {
    padding-right: 10px
}

.m10 {
    margin: 10px
}

.mt2{
    margin-top: 2px;
}

.mt10 {
    margin-top: 10px
}

.mb10 {
    margin-bottom: 10px
}

.ml10 {
    margin-left: 10px
}

.mr10 {
    margin-right: 10px
}

.p20 {
    padding: 20px
}

.pt20 {
    padding-top: 20px
}

.pb20 {
    padding-bottom: 20px
}

.pl20 {
    padding-left: 20px
}

.pr20 {
    padding-right: 20px
}

.m20 {
    margin: 20px
}

.mt20 {
    margin-top: 20px
}

.mb20 {
    margin-bottom: 20px
}

.ml20 {
    margin-left: 20px
}

.mr20 {
    margin-right: 20px
}

.p30 {
    padding: 30px
}

.pt30 {
    padding-top: 30px
}

.pb30 {
    padding-bottom: 30px
}

.pl30 {
    padding-left: 30px
}

.pr30 {
    padding-right: 30px
}

.m30 {
    margin: 30px
}

.mt30 {
    margin-top: 30px
}

.mb30 {
    margin-bottom: 30px
}

.ml30 {
    margin-left: 30px
}

.mr30 {
    margin-right: 30px
}

.p40 {
    padding: 40px
}

.pt40 {
    padding-top: 40px
}

.pb40 {
    padding-bottom: 40px
}

.pl40 {
    padding-left: 40px
}

.pr40 {
    padding-right: 40px
}

.m40 {
    margin: 40px
}

.mt40 {
    margin-top: 40px
}

.mb40 {
    margin-bottom: 40px
}

.ml40 {
    margin-left: 40px
}

.mr40 {
    margin-right: 40px
}

.p50 {
    padding: 50px
}

.pt50 {
    padding-top: 50px
}

.pb50 {
    padding-bottom: 50px
}

.pl50 {
    padding-left: 50px
}

.pr50 {
    padding-right: 50px
}

.m50 {
    margin: 50px
}

.mt50 {
    margin-top: 50px
}

.mb50 {
    margin-bottom: 50px
}

.ml50 {
    margin-left: 50px
}

.mr50 {
    margin-right: 50px
}

.f10 {
    font-size: 10px
}

.f11 {
    font-size: 11px
}

.f12 {
    font-size: 12px
}

.f13 {
    font-size: 13px
}

.f14 {
    font-size: 14px
}

.f15 {
    font-size: 15px
}

.f16 {
    font-size: 16px
}

.f17 {
    font-size: 17px
}

.f18 {
    font-size: 18px
}

.f19 {
    font-size: 19px
}

.f20 {
    font-size: 20px
}

.bold {
    font-weight: 700
}

#top-bar {
    margin-left: -15px;
}

.header-mini-menu-bar-container {
    background: #F5F5F5;
}

.mini-menu-bar {
    display:flex;
    padding: 0;
    flex-flow: row;
    width: 1140px;
    margin: auto;
    font: 12px 'Roboto';
    color: #374243;
    list-style-type: none;
    text-align: center;
    justify-content: flex-end;
}

.mini-menu-bar a, .mini-menu-bar .my-printers-text {
    border-right: 1px solid #cfcfcf;
    line-height: 28px;
    padding: 1px 17px;
    height: 30px;
    color: #374243;
}

.mini-menu-bar a:hover {
    text-decoration: underline !important;
}

.mini-menu-bar .my-printers-text:hover {
    text-decoration: underline;
}

.coupon-banner {
    position: relative;
    text-align: center;
    background-color: #FEEA00;
    padding: 5px 0;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.coupon-banner.accepted {
    background-color: #D6E7C4;
}

.coupon-banner > .description {
    font-size: 12px;
    display: inline-block;
}

.coupon-banner.accepted > .description em {
    font-style: normal;
    color: #363636;
    font-weight: bold;
}

.coupon-banner > .description em {
    font-style: normal;
    color: #E61212;
    font-weight: bold;
}

.coupon-banner .accept,
.coupon-banner .loading {
    display: inline-block;
    background-color: #59AD00;
    color: white;
    border-radius: 3px;
    border-color: #59AD00;
    margin: 12px 0 0 20px;
    line-height: 22px;
}

.coupon-banner .decline {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 16px;
    /* remove default button style */
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    cursor: pointer;
    outline: inherit;
}
