@charset "UTF-8";

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url("../fonts/Roboto-Bold.ttf");
    font-weight: bold;
    font-display: swap;
}

@font-face {
    font-family: 'Heebo';
    src: url('../fonts/Heebo-Regular.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'Heebo';
    src: url("../fonts/Heebo-Bold.ttf");
    font-weight: bold;
    font-display: swap;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

h1 {
    margin-top: 5px;
    margin-bottom: 5px;
    font: 24px 'Heebo';
    font-weight: bold;
    color: #4153B4;
}

h1 a {
    color: #000099;
}

a {
    color: #363636;
    text-decoration: none;
}

label {
    font-weight: normal;
    display: inline-block;
    min-width: 100px;
}

input {
    FONT-SIZE: 11px;
    COLOR: #363636;
    FONT-FAMILY: 'Roboto';
}

h2,
h3,
h4,
h5,
h6 {
    FONT-FAMILY: 'Roboto';
}

.blueHeader {
    font: 24px 'Heebo';
    font-weight: bold;
    color: #4153B4;
    margin-top: 0;
}

a:hover {
    color: #4153B4;
    text-decoration: none !important;
}

form {
    display: inline-block;
}

body {
    margin: 0;
    font-size: 11px;
    font-family: 'Roboto';
}

/* Global selector */

.shadow {
    box-shadow: 1px 3px 3px #ccc;
}

.margin5 {
    margin: 5px;
}

.container,
.container-fluid {
    width: 100%;
}

.container {
    width: 100%;
    background: #f5f5f5;
    position: relative;
    display: inline-block;
}

.row {
    margin-left: -15px;
    clear: both;
}

.col {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.half {
    width: 50%;
}

.nopad {
    padding: 0 !important;
}

.clearfix {
    clear: both;
}

.col-40 {
    width: 40%;
}

.col-60 {
    width: 60%;
}

.no-margin {
    margin: 0 !important;
}

.text-small2 {
    font-family: 'roboto';
    font-size: 12px;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-small {
    font-size: small;
}

.text-blue {
    color: blue;
}

.align-right {
    float: right;
}

.align-center {
    float: none;
    margin: auto;
}

.align-left {
    float: left;
}

.table {
    display: table;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.table-row {
    display: table-row;
}

/* Layout */
#header-top > #logo {
    float: left;
}

#header-bottom {
    clear: both;
}

#main-content {
    width: 1140px;
    margin: auto;
    font: 14px 'Roboto';
}

#main-content-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

#main-content-top #main-banner {
    display: inline-block;
}

#main-content-top .right {
    float: right;
}

#main-content-top .right .my-printers {
    color: #3A3F40;
    width: 202px;
    height: 203px;
    background: white;
    text-align: center;
    float: right;
    margin-top: 12px;
    padding: 30px 26px;
    box-shadow: 0px 0px 10px #e8e8e8;
    -ms-box-shadow: 0px 0px 10px #e8e8e8;
    -webkit-box-shadow: 0px 0px 10px #e8e8e8;
    -moz-box-shadow: 0px 0px 10px #e8e8e8;
}

#main-content-top .right .my-printers > p {
    margin: 10px 0;
}

#main-content-top .right .my-printers .add-my-printers-btn {
    width: 263px;
    height: 55px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #4153B4;
    margin-top: 10px;
    font: 14px 'Roboto';
    color: white;
    border: none;
}

#main-content-top .right .my-printers .add-my-printers-btn.sm-btn {
    width: 142px;
    height: 40px;
}

#main-content-top .right .my-printers .add-my-printers-btn:hover {
    background-color: #4C65E3;
}

#main-content-top .right .my-printers .add-my-printers-btn:focus {
    outline: none;
}

.form-login {
    padding-top: 20px;
}

.form-login .infoBox {
    overflow: auto;
}

.form-login .col {
    padding: 20px 35px;
    height: 304px;
    font-family: 'Roboto';
    font-size: 11px;
    line-height: 1.5;
}

.boxText {
    padding: 5px;
}

#contactus ul {
    padding: 0;
    margin: 0;
}

#contactus li {
    list-style: none;
}

#contactus li b {
    display: inline-block;
    width: 43px;
    padding: 3px 0;
}

#contactus li span {
    padding: 3px 0;
}

#footer {
    border-top: 17px solid #1B5294;
    margin-top: 20px;
    clear: both;
    margin-left: 0;
}

#footerNew {
    width: 100%;
    margin-left: 0;
}

#footer-top {
    overflow: auto;
    padding: 30px 0% 10px 0%;
    font-size: 14px;
    text-align: left;
    width: 1140px;
    margin: auto;
    font-family: 'Roboto';
    position: relative;
}

#footer-top ul {
    float: left;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#footer-top ul h2 {
    font-size: 14px;
    color: #363636;
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
    font-family: 'Roboto';
}

#footer-top li {
    /* width: 260px; */
    width: calc(1140px / 5);
    line-height: 30px;
}

#footer-top ul.ul_tail li {
    width: 270px;
}

#footer-top .ul_payment {
    display: flex;
    align-items: center;
    grid-gap: 7px;
}

#cart_icon {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 25px;
}

.footer-hr {
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #D3D3D3;
    clear: both;
    display: block;
    margin: 10px 20px;
}

.footer_small_td {
    padding: 10px 3%;
}

/*Navigation Menu */

.headerNavigation {
    background: #1B5294;
    font-size: 13.4px;
    color: #FFFFFF;
    overflow: auto;
    text-align: center;
    width: 100%;
}

.headerNavigation a {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    font-size: 14px;
    color: #FFFFFF;
}

.headerNavigation a:hover {
    text-decoration: none;
    color: #000000;
}

.headerNavigation li {
    line-height: 30px;
}

.headerNavLeft {
    text-align: left;
    float: left;
}

.headerNavRight {
    text-align: right;
    float: right;
}

.headerNavLeft ul {
    margin: 0px;
    padding: 0px;
}

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

.headerNavLeft ul li a {
    border-right: 1px solid #CFCFCF;
    padding: 1px 17px;
}

.headerNavRight .NavRightUl {
    margin: 0px;
    padding: 0px;
    letter-spacing: 0.32px;
}

.headerNavRight .NavRightUl > li {
    display: inline-block;
    text-align: left;
    height: 40px;
    line-height: 39px;
}

.headerNavRight .NavRightUl > li > a {
    /* border-left: 1px solid #CFCFCF; */
    padding: 6px 17px;
    text-decoration: none;
}

.headerNavRight .NavRightUl .re-order-btn:hover {
    font-weight: bold;
    color: #4153B4;
}

.headerNavRight .NavRightUl .re-order-btn:hover > .icon-re-order {
    font-weight: bold;
}

.NavRightUlChild {
    background-color: #4153B4;
    display: block;
    padding: 0px;
    min-width: 94px;
}

.NavRightUlChild:hover {
    background-color: #4D65E3;
}

.NavRightUlChild .header-login-btn {
    transition: all .3s ease-in-out;
    color: #fff;
}

.NavRightUlChild .header-my-account-btn {
    color: #fff;
}


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

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

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

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

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

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

/* End menu */

.title {
    border-bottom: 1px solid #ccc;
    margin: 0 0 25px 0;
    padding: 10px 0;
}

.errorBox {
    font-size: 10px;
    background: #ffb3b5;
    font-weight: bold;
}

.stockWarning {
    font-size: 10px;
    color: #cc0033;
}

.productsNotifications {
    background: #f2fff7;
}

.orderEdit {
    font-size: 10px;
    color: #70d250;
    text-decoration: underline;
}

table td,
table.valign-top td {
    vertical-align: top;
}

table.valign-middle td {
    vertical-align: middle;
}

table.valign-bottom td {
    vertical-align: bottom;
}

.valign-middle * {
    vertical-align: middle;
    display: inline;
}

.cellpadding-0 > tbody > tr > td {
    padding: 0;
}

.cellspacing-0 {
    border-collapse: collapse;
    border-spacing: 0;
}

.cellpadding-1 > tbody > tr > td {
    padding: 1px;
}

.cellspacing-1 {
    border-collapse: separate;
    border-spacing: 1px;
}

.cellpadding-2 > tbody > tr > td {
    padding: 2px;
}

.cellspacing-2 {
    border-collapse: separate;
    border-spacing: 2px;
}

.cellpadding-3 > tbody > tr > td {
    padding: 3px;
}

.cellspacing-3 {
    border-collapse: separate;
    border-spacing: 3px;
}

.cellpadding-10 .table-cell {
    padding: 10px;
}

.cellspacing-10 {
    border-collapse: collapse;
    border-spacing: 10px;
}

.fullwidth {
    width: 100%;
    position: relative;
}

th {
    background-color: #F0F3F7;
    color: #000066;
    border-top: 1px solid #004072;
    border-bottom: 1px solid #004072;
    padding: 2px 0px 2px 0px;
    font-size: 12px;
}

b.link_arrow {
    font-weight: bold;
    font-family: 'Roboto';
    font-size: 17px;
}

.printer_list {
    font-family: 'Roboto';
    font-size: 14px;
    color: #000099;
}

b.printer_home {
    font-weight: bold;
    font-family: 'Roboto';
    font-size: 15px;
    color: #000099;
}

b.printer_home2 {
    font-weight: bold;
    font-family: 'Roboto';
    font-size: 15px;
    color: #000000;
}

b.printer_title {
    font-weight: bold;
    font-family: 'Roboto';
    font-size: 14px;
    color: #000099;
}

a.printer_home {
    font-weight: bold;
    font-family: 'Roboto';
    font-size: 15px;
    color: #000099;
}

.header {
    background: #ffffff;
}

.header-container {
    width: 1140px;
    max-width: 1140px;
    margin: auto;
    position: relative;
}

A.headerN avigation {
    color: #FFFFFF;
}

.headerError {
    font-family: 'Roboto';
    font-size: 12px;
    background: #ff0000;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

.headerInfo {
    font-family: 'Roboto';
    font-size: 12px;
    background: #00ff00;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

.footer {
    font-family: 'Roboto';
    font-size: 12px;
    background: #1B5294;
    color: #ffffff;
    font-weight: bold;
}

.trustpilot {
    width: 160px;
}

.box {
    BORDER-RIGHT: #989898 1px solid;
    BORDER-TOP: #989898 1px solid;
    BORDER-LEFT: #989898 1px solid;
    BORDER-BOTTOM: #989898 1px solid;
}

.infoBox {
    border: 1px solid #E8E8E8;
}

.infoBox .order-price-summary {
    width: 100%;
}

.infoBox .order-price-summary .first-cell-width {
    width: 93%;
}

.infoBoxContents, .infoBoxContents2, .infoBoxContents3, .infoBoxContents4 {
    background: #f5f5f5;
}

.infoBoxContents, .infoBoxContents3 {
    font-family: 'Roboto';
}

.infoBoxContents {
    font-size: 10px;
}

.infoBoxContents3 {
    font-size: 15px;
}

.infoBoxNotice {
    background: #FF8E90;
}

.infoBoxNoticeContents {
    background: #FFE6E6;
    font-family: 'Roboto';
    font-size: 10px;
}

.infoBox,
SPAN.infoBox {
    font-family: 'Roboto';
    font-size: 11px;
}

.prn_cat,
.other_cat,
.trustpilot {
    padding: 0px;
}

.productListing-odd {
    background: #F3F3F8;
}

.productListing-even {
    background: #FFFFFF;
}

ul.productListing {
    padding: 0;
    display: block;
    margin-bottom: 15px;
    margin-top: 0;
}

ul.productListing .price_amount {
    display: inline-block;
    white-space: nowrap;
}

ul.productListing .out-of-stock {
    font-size: 12px;
    font-weight: bold;
    color: #898989;
    line-height: 26px;
}

ul.productListing li {
    display: table;
    width: 100%;
    padding: 10px 0;
    font-size: 0;
    border-bottom: 1px solid #E8E8E8;
}

ul.productListing li:first-child {
    padding: 0;
}

ul.productListing li > .list-item-container,
ul.productListing > li.product {
    display: flex;
}

ul.productListing li > .list-item-container > div:nth-child(1),
ul.productListing > li.product > div:nth-child(1) {
    width: 15%;
}

ul.productListing li > .list-item-container > div:nth-child(2),
ul.productListing > li.product > div:nth-child(2) {
    width: 55%;
}

ul.productListing li > .list-item-container > div:nth-child(3),
ul.productListing > li.product > div:nth-child(3) {
    width: 30%;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.free-shipping-image {
    display: block;
    margin-top: 5px;
}

.accountHistory-odd,
.addressBook-odd,
.alsoPurchased-odd,
.payment-odd,
.productReviews-odd,
.upcomingProducts-odd,
.shippingOptions-odd,
.accountHistory-even,
.addressBook-even,
.alsoPurchased-even,
.payment-even,
.productReviews-even,
.upcomingProducts-even,
.shippingOptions-even {
    background: #F8F8F9;
}

a.pageResults {
    color: #0000FF;
}

a.pageResults:hover {
    color: #0000FF;
}

.pageHeading {
    font-family: Heebo;
    font-size: 24px;
    font-weight: bold;
    color: #363636;
    margin: 10px 0;
}

.subBar {
    background: #f4f7fd;
}

.subBar {
    font-family: 'Roboto';
    font-size: 10px;
    color: #000000;
}

.main {
    font: 11px 'Roboto';
    line-height: 1.5;
}

.main7 {
    font-family: 'Roboto';
    font-size: 11px;
    line-height: 1.5;
    display: inline-block;
}

.disable-select {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.main5 {
    font-family: 'Roboto';
    font-size: 27px;
    line-height: 2.5;
    font-weight: bold;
}

.accountCategory {
    font-family: 'Roboto';
    font-size: 13px;
    color: #aabbdd;
}

.fieldKey {
    font-family: 'Roboto';
    font-size: 12px;
    font-weight: bold;
}

.fieldValue {
    font-family: 'Roboto';
    font-size: 12px;
}

.tableHeading {
    font-family: 'Roboto';
    font-size: 12px;
    font-weight: bold;
}

.newItemInCart {
    font-family: 'Roboto';
    font-size: 10px;
    color: #ff0000;
}

CHECKBOX,
INPUT,
RADIO,
SELECT {
    font-family: 'Roboto';
    font-size: 14px;
}

TEXTAREA {
    width: 100%;
    font-family: 'Roboto';
    font-size: 14px;
}

.greetUser {
    font-family: 'Roboto';
    font-size: 12px;
    color: #f0a480;
    font-weight: bold;
}

.formArea {
    background: #f1f9fe;
    border-color: #7b9ebd;
    border-style: solid;
    border-width: 1px;
}

.formAreaTitle {
    font-family: 'Roboto';
    font-size: 12px;
    font-weight: bold;
}

SPAN.markProductOutOfStock {
    font-family: 'Roboto';
    font-size: 12px;
    color: #c76170;
    font-weight: bold;
}

SPAN.productSpecialPrice {
    font: 14px 'Heebo';
    color: #363636 !important;
    font-weight: normal !important;
}

SPAN.errorText {
    font-family: 'Roboto';
    color: #ff0000;
}

.moduleRowOver {
    background-color: #D7E9F7;
    cursor: pointer;
    cursor: hand;
}

.moduleRowSelected {
    background-color: #E9F4FC;
}

.checkoutBarFrom,
.checkoutBarTo {
    font-family: 'Roboto';
    font-size: 10px;
    color: #8c8c8c;
}

.checkoutBarCurrent {
    font-family: 'Roboto';
    font-size: 10px;
    color: #000000;
}

.messageBox {
    font-family: 'Roboto';
    font-size: 10px;
}

.messageStackError,
.messageStackWarning {
    font-family: 'Roboto';
    font-size: 10px;
    background-color: #ffb3b5;
}

.messageStackSuccess {
    font-family: 'Roboto';
    font-size: 10px;
    background-color: #99ff00;
}

.inputRequirement {
    font-family: 'Roboto';
    font-size: 10px;
    color: #ff0000;
    position: absolute;
    margin-left: 3px;
}

.ui-autocomplete {
    max-height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
}

.infoBoxHeading {
    font-size: 12px;
    font-weight: bold;
    background: #ffffff;
    padding: 6px;
    color: #4153b4;
}

.box_search {
    padding: 0px;
}

.box_search .infoBoxHeading {
    background: #4153b4;
    color: #ffffff;
    width: 100%;
}

.box_shopping_cart .infoBoxHeading {
    background: #4153b4;
    color: #ffffff;
}

.box_shopping_cart .infoBox .boxText > table td:nth-child(2).infoBoxContents {
    max-width: 130px;
}

.box_shopping_cart .table-cell {
    vertical-align: top;
}

.sub-cat-title {
    color: #1F2B58;
    font-size: 14px;
    font-weight: bold;
}

.sub-cat-hr {
    float: left;
    width: 400px;
    border-top: 1px solid darkblue;
}

.sub-cat-symbol {
    font-size: 17px;
    font-weight: bold;
}

.sub-cat-name {
    font-size: 14px;
}

.printer-machine-list ul {
    display: none;
    margin-top: 0;
}

.printer-machine-list.active ul {
    display: block;
}

.sub-cat-list-title {
    padding: 14px;
    font-size: 14px;
    background-color: #F8F8F8;
    border-top: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.printer-machine-list.active .sub-cat-list-icon-prefix, .consumables-list.active .sub-cat-list-icon-prefix {
    width: 11px;
    height: 7px;
    background-size: 11px 8px;
    margin-left: -4px;
    background-image: url("../img/downside triangle@2x.png");
    background-repeat: no-repeat;
}

.printer-machine-list.active .sub-cat-list-icon-append, .consumables-list.active .sub-cat-list-icon-append {
    background-image: url("../img/minus.svg");
}

.sub-cat-list-icon-prefix {
    width: 7px;
    height: 11px;
    background-size: 7px 11px;
    margin-right: 6px;
    margin-top: -1px;
    background-image: url("../img/right handside triangle@2x.png");
    background-repeat: no-repeat;
}

.sub-cat-list-icon-append {
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
    background-image: url("../img/plus.svg");
}

.find-consumables input {
    width: 252px !important;
    border: 1px solid #D5D5D5 !important;
    border-radius: 5px;
    line-height: 13px !important;
    box-shadow: 0px 1px 3px #00000029;
    padding: 13px 14px !important;
}

.find-consumables .search-icon {
    background-image: url(../images/headers_icon_group.png);
    background-repeat: no-repeat;
    -webkit-background-size: 22px 150px;
    background-size: 30px 150px;
    background-position-y: -55px;
    background-position-x: 10px;
    background-color: transparent;
    width: 50px;
    border: 1px solid transparent;
    line-height: inherit;
    margin-left: -50px;
}

.productListing-heading {
    color: #363636;
    font: 14px 'Roboto';
    padding: 8px 0;
}

.productListing-heading a {
    color: #ffffff;
    margin-left: 5px;
}

a:hover .products_name {
    color: #4153B4;
}

.products_name {
    color: #363636;
    font: 14px 'Roboto';
    font-weight: bold;
}

.products_name .text-subtitle,
.products_name + .text-subtitle {
    font: 13px 'Roboto';
    font-weight: normal;
}

.small_products_price {
    font-size: 11px;
}

.small_products_price span,
.small_products_price div {
    font-size: 11px;
}

.small_products_name {
    font-size: 11px;
}

.small_products_name a {
    font-size: 11px;
}

.productListing-data {
    font-family: 'Roboto';
    font-size: 10px;
}

.ticks {
    width: 100%;
    border: 1px solid #8CA6CE;
    padding: 15px 20px;
}

.ticks div {
    height: 44px;
    background: url('data:image/gif;base64,R0lGODlhFwAVAOYAAAAAAP////MAAf8BA+8CA/wDBPsDBP8FBv8GB+MGCP8ICe0MDeILDP8NDv8OD/8dHvEfIP4lJv5JSvyJiv7W1/f8/Pz9/fj5+efo6Ovv7vLz8v///v749/339v7z8trJyPbl5P7HxcCcm/7Rz9Gysc2wr+bNzP8AAP4AAP0AAPwAAPsAAPcAANoBAeAEA+0FBf8IB/8KCtIKCd0MDP8PD+AQEPIWFf0aGeUbGtYgH/4oKM8tLP04OPs3N7UpKOY2NP1ZWf1dXaQ9Pf9hYP1hYepgXv1ubrxVVdpnZ+Vubs9nZu94ePyCgv6Ih/6Liv2Rj/6mpc2Hh/yqqe+ko/6ysat6erqJiM+bm/rCwf7Gxv/MzP7Nzf7R0f3Q0P/e3tu+vv/g4PjZ2dC6uv7l5fvi4v7q6ufY2Ofa2v/y8v7z88e/v//5+bm0tP/6+v/7+//9/f/+/vj3993c3P39/fz8/O/v7////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAHYALAAAAAAXABUAAAeygAGCg4SFhWtST4aLhmFEN1yMkh1TNkNpkowgRQZNbZmLJj8oVG+ghXMkODAhG6eEdCIuNCOvhSUtMVq2g3MfMidQvINqOSdOa5lwhnI+JxIcknFgRluEdUcqOmWZYhAnPGODVgIxXaAaVwQnTMtsMycTy6AVSCsPZBlCKT0etmY1BiSpkgABFl4XlBRYwOBAEDfDvrxw0ABBlmEBMOxQgAIIGowWorCIQAGjoDNLvAwLBAA7') no-repeat center left !important;
    font-size: 14px;
    padding-left: 40px;
    vertical-align: middle;
}

.ticks span {
    display: table-cell;
    vertical-align: middle;
    height: 43px;
}

.box-shadow-margin-padding {
    margin-top: 12px;
    padding: 35px;
    color: #363636;
    font-size: 14px;
}

.box-shadow {
    background: white;
    box-shadow: 0px 0px 10px #e8e8e8;
    -ms-box-shadow: 0px 0px 10px #e8e8e8;
    -webkit-box-shadow: 0px 0px 10px #e8e8e8;
    -moz-box-shadow: 0px 0px 10px #e8e8e8;
}

.brands_box {
    width: 100%;
    margin-top: 10px;
    background: white;
    box-shadow: 0px 0px 10px #e8e8e8;
    -ms-box-shadow: 0px 0px 10px #e8e8e8;
    -webkit-box-shadow: 0px 0px 10px #e8e8e8;
    -moz-box-shadow: 0px 0px 10px #e8e8e8;
}

.box-title-container {
    display: flex;
    align-items: center;
    padding: 16px 35px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 20px;
}

.box-title-prefix {
    width: 6px;
    height: 20px;
    background: #4153B4;
}

.box-title-text {
    color: #363636;
    font: 16px 'Heebo';
    font-weight: bold;
    margin: 0 12px;
    width: 100%;
    text-transform: uppercase;
}

.brands-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 20px;
}

.brands-info {
    width: 183.33px;
    vertical-align: top;
    text-align: center;
    position: relative;
    height: 185px;
    overflow-y: hidden;
    margin-bottom: 10px;
}

.brands-info.off {
    display: none;
}

.brands-circle {
    width: 145px;
    height: 145px;
    margin: auto;
    background: #F5F5F5;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease-in-out;
}

.brands-title {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: #3A3F40;
    transition: .3s ease-in-out;
}

.custom-hr {
    width: 70%;
    margin: 2px auto;
    display: none;
    border-bottom: 1px solid #ccc;
}

.brands-category {
    display: none;
    font-size: 14px;
}

.brands-category a {
    line-height: 1.7;
}

.brands-info:hover .brands-circle {
    width: 108px !important;
    height: 108px !important;
}

.brands-info:hover .brands-title {
    margin: 0;
}

.brands-info:hover .custom-hr {
    display: block;
}

.brands-info:hover .brands-category {
    display: block;
    margin-top: 6px;
}

.brands_type {
    text-align: left;
    margin-bottom: 30px;
}

.brands_type_image {
    display: inline-block;
    transition: .3s ease-in-out;
}

.brands_type_image:hover {
    scale: 0.7;
}

.show-more-brands > span {
    color: #4153B4;
    font: 13px 'Heebo';
    font-weight: bold;
}

.show-more-brands > span:hover {
    text-decoration: underline;
}

.product_printer_models {
    border: 1px solid #ccc;
}

.product_info_box {
    width: 100%;
    background: #FFFFFF;
    font-family: 'Roboto';
    font-size: 14px;
}

.product_info_box div {
    width: 100%;
    background: #FFFFFF;
    font-family: 'Roboto';
    font-size: 14px;
}

.product_printer_models {
    width: 100%;
    background: #FFFFFF;
    font-family: 'Roboto';
    font-size: 11px;
}

.product_image_box {
    border: 2px solid #dddddd;
    text-align: center;
    width: 35%;
    margin: 10px;
}

.product_genuine_text {
    padding-left: 10px;
}

.product_price_box {
    padding: 0 0 25px 35px;
}

.product_price_box_header {
    display: flex;
    justify-items: center;
    justify-content: space-between;
}

.product_price_box .notify-btn {
    background-color: #38B4F5;
    width: 194px;
    height: 44px;
    border-radius: 3px;
    color: white;
    border: 0;
    font: 16px 'Roboto';
}

.product_price_box .notify-btn:hover {
    opacity: 0.7;
}

.product_price_box.style-a .pricing-number{
    position: relative;
    background: white;
    box-shadow: 0px 0px 10px #e8e8e8;
    -ms-box-shadow: 0px 0px 10px #e8e8e8;
    -webkit-box-shadow: 0px 0px 10px #e8e8e8;
}

.product_price_box.style-a .product_price_box_header .custom-text{
    display: none;
}

.product_price_box.style-a .product_price_box_header {
    position: absolute;
    right: 8px;
    top: 12px;
}

.product_price_box.style-a .price-part {
    margin-top: 4px;
}

.product_price_box.style-a .normal-product-price,
.product_price_box.style-a .variable-price{
    flex-direction: column-reverse;
    align-items: start;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.product_price_box.style-a .rewards-point-label{
    margin-bottom: 12px;
}

.product_price_box.style-a .in-stock>img{
    display: none;
    font-weight: bold;
}
.product_price_box.style-a .stock-level {
    position: relative;
}
.product_price_box.style-a .stock-level::before {
    position: absolute;
    left: -16px;
    top: 3px;
    content: ' ';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #2BB122;
    margin-right: 5px;
}

.product_price_box.style-a .market-price .rrp-msg span{
    left: -40px;
    right: auto;
}

.product_box_plain {
    display: inline-block;
    font-size: 14px;
}

div.product_box_plain h3 {
    font-size: 14px;
}

div.product_box_plain.product_printer_models_box h3 {
    font-size: 20px;
}

.notify-btn-sm {
    background-color: #38B4F5;
    width: 80px;
    height: 25px;
    border-radius: 3px;
    color: white;
    border: 0;
    font-size: 11px;
    margin-top: 10px;
    font-weight: bold;
    line-height: 15px;
}

.notify-btn-sm:hover {
    background-color: #9fdcfc !important;
}

.product_price_box select[name="buyqty"] {
    padding: 10px;
    width: 69px;
    height: 40px;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    font-size: 14px;
}

.variation_select {
    padding: 10px;
    height: 40px;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    font-size: 14px;
}

.pricing-number {
    background: #F5F5F5;
    padding: 10px 15px;
    width: 409px;
    min-height: 95px;
    margin-bottom: 15px;
}

.product_description_box {
    text-align: justify;
    font-size: 14px;
    padding: 10px 0;
}

.product_description_box pre {
    width: 430px;
    font-family: 'Roboto';
    font-size: 16px;
}

.product_printer_models div,
.printers_list div {
    width: calc(33.3% - 2px);
    float: left;
    margin: 0 2px 2px 0;
}

.product_printer_models div:nth-child(3),
.printers_list div:nth-child(3) {
    margin-right: 0;
}

.product_printer_models div span,
.printers_list div span {
    font-size: 17px;
    font-weight: bold;
}

.product_printer_models div {
    background: #EDEDED;
    padding: 3px 25px;
}

.product_printer_models table {
    width: 100%;
}

.product_printer_models table tr td {
    text-align: center;
    line-height: 2;
    background-color: #E6E6E6;
}

.printers_list {
    float: left;
    margin-bottom: 20px;
}

.product_normal_price {
    font-weight: bold;
    font-size: 18px;
    color: #990000;
    font-family: 'Roboto';
    line-height: 0.9;
}

.product_special_price {
    font-size: 22px;
    color: #0000CD;
}

table.addthis_default_style div:first-child a {
    margin-bottom: -5px;
    margin-right: -9px;
}

.product_printer_models_box {
    font-size: 14px;
    margin-bottom: 50px;
}

.extra-offer-tag {
    font-size: 14px;
    line-height: 19px;
    color: #363636;
    font-weight: bold;
    background-color: #D6E7C4;
    padding: 3px 8px;
    border-radius: 3px;
    margin: 10px 0;
}

.free-shipping {
    background-color: #329932;
    color: white;
    padding: 2px 6px;
    white-space: nowrap;
    text-align: center;
    font: normal normal bold 10px/13px 'Roboto';
    text-transform: uppercase;
    margin-left: 8px;
}

.free-shipping.normal-case {
    text-transform: unset;
}

.small_free_shipping {
    font-size: 9px !important;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0px 3px;
    font-size: 0.2em;
    font-weight: 100;
}

.productSpecialPrice_small {
    color: red;
    font-size: 13px !important;
}

.productSpecialPrice_small span {
    font-size: 13px !important;
}

.productSpecialPrice_small span span {
    font-size: 13px !important;
}

.series_links {
    width: 100%;
}

.series_links div {
    padding: 5px !important;
}

.series_links a {
    font-family: 'Roboto';
    font-size: 13px;
    font-weight: bold;
}

.printer_category_header {
    color: #4153B4;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.printer_category_header a {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.printers_list a {
    padding: 5px;
    font-family: 'Roboto';
    font-size: 14px;
    line-height: 20px;
}

table.printers_list tr:nth-child(2) td {
    font-size: 0;
}

.printer_finder_box {
    min-width: 100%;
    min-height: 324px;
    border-radius: 6px;
    background: #F8C818;
    clear: both;
    padding: 41px 36px;
    line-height: 23px;
    display: flex;
}

.printer_finder_box div {
    color: #000000;
    font-weight: bold;
    font-size: 14px;
}

.printer_finder_box div div {
    padding: 2px;
}

body > table {
    background: #FFFFFF;
    position: relative;
    z-index: 1;
    width: 1140px;
    margin: auto;
    box-shadow: 5px 0px 10px -5px #888, -5px 0px 10px -5px #888;
}

img {
    border: 0;
}

.nav {
    padding-left: 10px;
    background: #FFFFFF;
    text-align: left;
}

.nav a {
    color: #000000;
    font-family: 'Roboto';
}

.menu_nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
}

.menu_nav ul li {
    position: relative;
    z-index: 100;
}

.menu_nav ul li:nth-child(n+2) {
    border-top: 1px solid #ccc;
}

.menu_nav ul li ul {
    left: 158px;
    position: absolute;
    min-width: 150px;
    width: auto;
    top: -1px;
    visibility: visible;
    display: none;
    border-bottom: 1px solid #ccc;
}

.menu_nav ul li ul li {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.menu_nav ul li a {
    display: block;
    overflow: auto;
    color: black;
    text-decoration: none;
    background: #F5F5F5;
    padding: 1px 15px;
    border-bottom: 0;
    font-size: 13px;
    line-height: 27px;
    white-space: nowrap;
}

.menu_nav ul li a:visited {
    color: black;
}

.menu_nav ul li a:hover {
    background-color: #999999;
    color: #FFFFFF;
    font-weight: bold;
}

.menu_nav > ul > li:hover > ul {
    display: block;
}

.subfolderstyle {
    background: #F5F5F5;
}

.nosubfolderstyle {
    background: none;
}

* html .menu_nav ul li {
    float: left;
    height: 1%;
}

* html .menu_nav ul li a {
    height: 1%;
}

.productListing-printer {
    color: red;
    font-family: 'Roboto';
    font-size: 15px;
    font-weight: bold;
}

ul.sitemap {
    color: #ff0000;
}

.sitemap {
    font-family: 'Roboto';
    font-size: 10px;
    color: #0000ff;
    font-weight: normal;
}

.sitemapHeading {
    font-family: 'Roboto';
    font-size: 12px;
    color: #0000ff;
    font-weight: normal;
}

.sitemapProducts {
    font-family: 'Roboto';
    font-size: 10px;
    color: #f000ff;
    font-weight: normal;
}

A.sitemap {
    color: #009900;
}

A.sitemap:hover {
    color: #ff0000;
}

.sitemap_indvidual_hdg {
    font-family: 'Roboto';
    font-size: 12px;
    color: #0000ff;
    font-weight: normal;
}

A.sitemap_indvidual_hdg {
    color: #009900;
}

A.sitemap_indvidual_hdg:hover {
    color: #ff0000;
}

.sitemap_indvidual {
    font-family: 'Roboto';
    font-size: 10px;
    color: #f000ff;
    font-weight: normal;
}

A.sitemap_indvidual {
    color: #009900;
}

A.sitemap_indvidual:hover {
    color: #ff0000;
}

#slider {
    overflow: hidden;
    position: relative;
    z-index: 2;
}

#slider ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#slider li {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 700px;
    height: 236px;
}

#slider img {
    border: none;
}

#controls {
    bottom: 5px;
    position: absolute;
    right: 5px;
    z-index: 2;
}

#controls li {
    background: #dadada;
    background: -webkit-linear-gradient(#fff, #b6b6b6);
    background: -moz-linear-gradient(#fff, #b6b6b6);
    background: -o-linear-gradient(#fff, #b6b6b6);
    background: -linear-gradient(#fff, #b6b6b6);
    border: 1px solid #7c7676;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    float: left;
    margin-right: 2px;
    list-style: none;
}

#controls .current,
#controls .active {
    background: #fff;
}

#controls a {
    color: #746b73;
    font-size: 9px;
    font-weight: bold;
    display: block;
    text-align: center;
    width: 12px;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("../fonts/glyphicons-halflings-regular.eot");
    src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
    font-display: swap;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-plus:before {
    content: "\002b";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.jssorb05 {
    position: absolute;
}

.jssorb05 div {
    position: absolute;
    width: 12px;
    height: 12px;
    filter: alpha(opacity=70);
    opacity: .7;
    overflow: hidden;
    cursor: pointer;
    border: #000 1px solid;
}

.jssorb05 div:hover {
    position: absolute;
    width: 12px;
    height: 12px;
    filter: alpha(opacity=70);
    opacity: .7;
    overflow: hidden;
    cursor: pointer;
    border: #000 1px solid;
}

.jssorb05 .av {
    position: absolute;
    width: 12px;
    height: 12px;
    filter: alpha(opacity=70);
    opacity: .7;
    overflow: hidden;
    cursor: pointer;
    border: #000 1px solid;
}

.jssorb05 div {
    background-color: #fff;
}

.jssorb05 div:hover {
    background-color: #d3d3d3;
}

.jssorb05 .av {
    background-color: gray;
}

.jssorb05 .av:hover {
    background-color: #d3d3d3;
}

.jssorb05 .dn {
    background-color: #555555;
}

.jssorb05 .dn:hover {
    background-color: #555555;
}

.jssora12l,
.jssora12r {
    display: block;
    position: absolute;
    width: 40px;
    height: 58px;
    cursor: pointer;
    background: url("../img/arrows.png") center center no-repeat;
    padding: 5px;
    overflow: hidden;
}

.jssora12l:hover {
    background-position: -10px -35px;
}

.jssora12r:hover {
    background-position: -70px -35px;
}

.jssora12l {
    background-position: -130px -35px;
}

.jssora12r {
    background-position: -190px -35px;
}

.jssora12l.jssora12ldn {
    background-position: -250px -35px;
}

.jssora12r.jssora12rdn {
    background-position: -310px -35px;
}

.box_sslogo,
.box_payment_method {
    padding: 10px 5px;
}

.box_payment_method-2 {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}

.btn-style {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
}

.btn-style-setting1 {
    font-size: 1.2em;
    float: right;
    font-weight: bold;
    padding: 8px 7px;
    width: 85px;
    color: #fff;
    background-color: #54a523;
    border: none;
    margin: 3px;
}

.btn-style-setting1:hover {
    color: #fff;
    background-color: #3a7418;
}

.btn-style-setting2 {
    background: #FFC300;
    font-weight: bold;
    height: 30px;
    width: auto;
    padding: 5px 10px;
    border: 1px solid #ccc;
    color: #333333;
}

.btn-style-setting3 {
    background: #FFC300;
    font-weight: bold;
    width: auto;
    padding-top: 6px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #ccc;
    color: #333333;
    font-size: 18px;
}

.btn-style-setting3:hover {
    border: 1px solid #aaa;
}

.btn-style-setting4 {
    float: left;
    font-size: 1.2em;
    width: 55px;
    font-weight: bold;
    padding: 8px 11px;
    color: #fff;
    background-color: #8f8f8f;
    margin: 3px 0;
    border: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"] {
    padding: 2px 5px;
    width: 100%;
    border: 1px solid #ccc;
    box-sizing: border-box;
    line-height: 27px;
    height: 33px;
}

select {
    padding: 2px 5px;
    width: 100%;
    border: 1px solid #ccc;
    box-sizing: border-box;
    line-height: 27px;
    height: 33px;
}

form[name="goto"] select {
    width: 60px;
    padding: 0;
    line-height: 20px;
    height: 25px;
}

textarea {
    padding: 2px 5px;
    width: 100%;
    border: 1px solid #ccc;
    box-sizing: border-box;
    line-height: 1.2;
    height: 33px;
    min-height: 30px;
}

input[type="submit"],
input[type="button"] {
    padding: 2px 10px;
    cursor: pointer;
    box-sizing: border-box;
    line-height: 27px;
    display: inline-block;
    font-size: 1.2em;
    background: #8f8f8f;
    color: #fff;
}

button,
.button {
    padding: 2px 10px;
    cursor: pointer;
    border: 1px solid #ccc;
    box-sizing: border-box;
    line-height: 27px;
    display: inline-block;
    font-size: 1.2em;
    background: #8f8f8f;
    color: #fff;
}

.button.btn-return-to-shopping {
    width: 198px;
    height: 48px;
    background: #BCBABA 0% 0% no-repeat padding-box;
    border-radius: 4px;
    font: normal normal bold 18px/24px Roboto;
    text-align: center;
    padding-top: 12px;
}

select[name="buyqty"] {
    padding: 0;
    width: auto;
    height: auto;
}

select[name="variation_options"] {
    padding: 2px;
    width: 150px;
    height: 25px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #BCBABA;
    color: #363636;
    font: 14px 'Roboto';
}

.add-to-cart-btn {
    width: 170px;
    height: 40px;
    background: #FFC300 !important;
    border-radius: 3px;
    color: #363636 !important;
    font-weight: bold;
    margin-left: 23px;
    font-family: 'Roboto';
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 10px #e8e8e8;
    -ms-box-shadow: 0px 0px 10px #e8e8e8;
    -webkit-box-shadow: 0px 0px 10px #e8e8e8;
    -moz-box-shadow: 0px 0px 10px #e8e8e8;
}

.add-to-cart-btn:hover {
    background: #E5AF00 !important;
}

.add-to-cart-btn.disabled {
    opacity: 0.65 !important;
    background: #BCBABA !important;
    border: 1px solid #BCBABA !important;
}

.add-to-cart-btn .pre-order-btn-text{
    display: none;
}

.add-to-cart-btn.pre-order-btn {
    color: #e8e8e8 !important;
    background: #4153B4 !important;
}

.add-to-cart-btn.pre-order-btn:hover {
    background: #4D65E3 !important;
}

.add-to-cart-btn.pre-order-btn .normal-btn-text{
    display: none;
}

.add-to-cart-btn.pre-order-btn .pre-order-btn-text{
    display: block;
}

.add-to-cart-sm {
    width: 95px;
    height: 26px;
    font: 12px 'Roboto';
    font-weight: bold;
    background: #FFC300;
    border: unset;
    border-radius: 2px;
    margin-left: 10px;
    color: #363636;
    padding: 0;
    line-height: 14px;
    vertical-align: top;
}

.add-to-cart-sm:hover {
    background: #E5AF00 !important;
    color: #000 !important;
}

input[type="submit"]:hover,
input[type="button"]:hover {
    color: #fff;
    background-color: #444444;
}

button:hover,
.button:hover,
.btn-style-setting4:hover {
    color: #fff;
    background-color: #444444;
}

form[name="quick_find"] input {
    border: 1px solid #9e9e9e;
    box-shadow: none;
    line-height: normal;
    box-sizing: initial;
    padding: 2px 1px;
}

.button-small {
    padding: 0 7px !important;
}

.address-action-btn {
    color: #1552F8;
    cursor: pointer;
}

.vertical-line {
    border-right: 1px solid black;
    margin: 0 15px;
}

.button-success {
    background: #59AD00 !important;
    color: white !important;
    padding: 8px 15px;
    border: none;
    font: 18px 'Roboto';
    font-weight: bold;
    border-radius: 3px;
    height: 32px;
}

.button-success:hover {
    background: #3a7418 !important;
}

.button-danger {
    background-color: #de0b0b !important;
    color: white !important;
}

a.button:hover,
a.button:active {
    text-decoration: none;
}

.select-style {
    background: linear-gradient(to right, #fff 60%, #bbb 40%);
    padding: 0px 3px;
    width: 50px;
    height: 30px;
    border-radius: 3px;
    color: #555555;
}

.select-style-setting1 {
    background: linear-gradient(to right, #fff 60%, #bbb 40%);
}

.select-style-setting2 {
    background: linear-gradient(to right, #fff 92%, #bbb 8%) #fff;
    width: 250px;
    vertical-align: top;
    font-size: 13px;
    height: 26px;
}

.input-style {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.productListing-data-remove {
    position: relative;
    font-size: 12px;
    color: #7a7a7a;
    line-height: 18px;
}

.productListing-data-remove:hover {
    color: #454545;
    text-decoration: none !important;
}

.breadcrumb {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 2px;
    padding-right: 15px;
    padding-top: 10px;
    list-style: none;
    text-align: left;
    font: 11px 'Roboto';
}

.breadcrumb > li {
    display: inline-block;
    text-align: left;
}

.breadcrumb > li + li:before {
    padding: 0 5px 0 1px;
    color: #000;
    content: "\003e";
}

.breadcrumb > li > a > span {
    color: #363636;
}

.borderBox {
    text-align: center;
    min-height: 250px;
    width: 40%;
    border: 1px solid #ccc;
    overflow: hidden;
    margin: 20px 35px;
    border-radius: 5px;
    float: left;
}

.shopping-cart-table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}

.shopping-cart-table .shopping-cart-table-title th {
    background-color: #f6f6f6;
    border-top: 1px solid #ddd;
}

.shopping-cart-table th {
    line-height: 25px;
    border: 0px;
    background: #fff;
    text-align: left;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}

.shopping-cart-table th:nth-child(1) {
    text-align: left;
    padding-left: 5px;
}

.shopping-cart-table .table-td {
    border-bottom: 1px solid #ddd;
}

.shopping-cart-product {
    vertical-align: top;
    padding-top: 15px;
    font-weight: bold;
    width: 398px;
    text-align: left;
}

.shopping-cart-qty {
    text-align: center;
}

.shopping-cart-product-img {
    padding: 5px 0px;
}

.shopping-cart-price,
.shopping-cart-subtotal {
    vertical-align: top;
    padding-top: 15px;
    text-align: center;
}

.shopping-cart-qty {
    vertical-align: top;
    padding-top: 10px;
}

.shopping-cart-summary-table {
    min-width: 300px;
    float: right;
}

.shopping-cart-price {
    text-align: right;
    padding: 5px;
    font-weight: bold;
    font-size: 1.1em;
}

.shopping-cart-price-title {
    font-weight: bold;
    display: inline-block;
}

.shopping-cart-price-value {
    padding-left: 5px;
    display: inline-block;
}

.shopping-cart-coupon-apply {
    padding: 3px 25px !important;
    background: #54a523 !important;
    color: #fff !important;
    border: 0px !important;
    border-radius: 3px !important;
    line-height: 18px !important;
    font-size: 12px !important;
}

.display-inline {
    display: inline-block;
}

.shopping-cart-coupon-block {
    margin-bottom: 20px;
    margin-top: 10px;
    display: inline-block;
    padding: 10px;
    /*width: 322px;*/
    border: 1px solid #ddd;
    /*margin-bottom: 20px;*/
    /*margin-top: 10px;*/
    background-color: #f3f3f3 !important;
}

.shopping-cart-coupon-input input {
    border: 1px solid #ccc !important;
    line-height: 20px !important;
}

.shopping-cart-coupon-code-input {
    border: 1px solid #ccc !important;
    line-height: 20px !important;
    width: 154px !important;
    height: 24px !important;
}

.shopping-cart-coupon-display {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    width: 300px;
    cursor: pointer;
}

.shopping-cart-apply_coupon_note {
    line-height: 6px;
    text-align: left;
    font-size: 11px;
}

.shopping-cart-coupon-block .coupon-show-btn {
    float: right;
}

.continue-btn-top:hover,
.continue-btn-bottom:hover {
    background: #999999;
    color: #fff !important;
}

.continue-btn-top,
.continue-btn-bottom {
    font-family: 'Roboto';
    text-decoration: none !important;
    font-size: 14px;
    width: 200px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    line-height: 40px;
    border-radius: 3px;
    font-weight: 600;
    background: #8f8f8f;
    border: none;
    color: #fff;
}

.shopping-cart-next-left .continue_btn .glyphicon-menu-left {
    font-size: 15px;
    position: relative;
    top: 2px;
}

.shopping-cart-product .image {
    margin-right: 27px;
}

.shopping-cart-product .actions {
    vertical-align: top;
    max-width: 80%;
}
.shopping-cart-product .actions .remove {
    margin-top: 60px;
}

.shopping-cart-product .actions .remove .remove-cart-item {
    cursor: pointer;
    font-weight:normal;
    font-size: 14px;
    margin-right: 20px;
}

.note-item {
    display: inline-block;
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px 25px 10px 10px;
    line-height: 16px;
    font-size: 12px;
}

.note-item i {
    font-size: 13px;
}

.shopping-cart-next-right {
    background: #f3f3f3;
    min-height: 65px;
    padding: 20px 15px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.orange-btn {
    text-decoration: none !important;
    display: inline-block;
    background-color: #FF8B00;
    text-align: center;
    color: #fff;
}

.orange-btn:hover {
    background: #4a4a4a;
    color: #fff !important;
}

.checkout-btn-top:hover,
.checkout-btn-bottom:hover {
    background: #3a7418;
    color: #fff !important;
}

.checkout-btn-top,
.checkout-btn-bottom {
    font-family: 'Roboto';
    width: 280px;
    height: auto;
    line-height: 50px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    box-sizing: content-box;
    border-radius: 3px;
    float: right;
    text-decoration: none !important;
    display: inline-block;
    background-color: #59AD00;
    text-align: center;
    color: #fff;
}

.checkout-btn-top .glyphicon-menu-right,
.checkout-btn-bottom .glyphicon-menu-right {
    font-size: 18px;
    position: relative;
    top: 4px;
}

.checkout-btn-top .icon-right:before,
.checkout-btn-bottom .icon-right:before {
    content: "â€º";
}

.short-one-line {
    height: 1px;
    background: #000;
    width: 83px;
    margin: 5px 0px;
    display: inline-block;
}

.one-line-area {
    clear: both;
    color: #000;
    width: 200px;
    float: right;
    padding: 5px 0px;
    text-align: center;
    line-height: 24px;
}

.btn-div {
    margin: 15px 0px 0px 0px;
    width: 100%;
}

.summary-table {
    width: 300px;
    float: right;
}

.summary-table .free-shipping {
    text-align: right;
    color: #df3331;
    font-weight: 800;
}

.summary-table .content {
    font-size: 13px;
    font-family: 'Roboto';
}

.summary-table .title,
.summary-table .price {
    text-align: right;
}

.ispinner {
    position: relative;
    width: 20px;
    height: 20px;
}

.ispinner .ispinner__blade {
    position: absolute;
    left: 44.5%;
    top: 37%;
    width: 10%;
    height: 25%;
    border-radius: 50%/20%;
    -webkit-animation: ispinner__blade--fade 1s linear infinite;
    animation: ispinner__blade--fade 1s linear infinite;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.ispinner .ispinner__blade:nth-child(1) {
    -webkit-animation-delay: -1.66667s;
    animation-delay: -1.66667s;
    -webkit-transform: rotate(30deg) translate(0, -150%);
    transform: rotate(30deg) translate(0, -150%);
}

.ispinner .ispinner__blade:nth-child(2) {
    -webkit-animation-delay: -1.58333s;
    animation-delay: -1.58333s;
    -webkit-transform: rotate(60deg) translate(0, -150%);
    transform: rotate(60deg) translate(0, -150%);
}

.ispinner .ispinner__blade:nth-child(3) {
    -webkit-animation-delay: -1.5s;
    animation-delay: -1.5s;
    -webkit-transform: rotate(90deg) translate(0, -150%);
    transform: rotate(90deg) translate(0, -150%);
}

.ispinner .ispinner__blade:nth-child(4) {
    -webkit-animation-delay: -1.41667s;
    animation-delay: -1.41667s;
    -webkit-transform: rotate(120deg) translate(0, -150%);
    transform: rotate(120deg) translate(0, -150%);
}

.ispinner .ispinner__blade:nth-child(5) {
    -webkit-animation-delay: -1.33333s;
    animation-delay: -1.33333s;
    -webkit-transform: rotate(150deg) translate(0, -150%);
    transform: rotate(150deg) translate(0, -150%);
}

.ispinner .ispinner__blade:nth-child(6) {
    -webkit-animation-delay: -1.25s;
    animation-delay: -1.25s;
    -webkit-transform: rotate(180deg) translate(0, -150%);
    transform: rotate(180deg) translate(0, -150%);
}

.ispinner .ispinner__blade:nth-child(7) {
    -webkit-animation-delay: -1.16667s;
    animation-delay: -1.16667s;
    -webkit-transform: rotate(210deg) translate(0, -150%);
    transform: rotate(210deg) translate(0, -150%);
}

.ispinner .ispinner__blade:nth-child(8) {
    -webkit-animation-delay: -1.08333s;
    animation-delay: -1.08333s;
    -webkit-transform: rotate(240deg) translate(0, -150%);
    transform: rotate(240deg) translate(0, -150%);
}

.ispinner .ispinner__blade:nth-child(9) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    -webkit-transform: rotate(270deg) translate(0, -150%);
    transform: rotate(270deg) translate(0, -150%);
}

.ispinner .ispinner__blade:nth-child(10) {
    -webkit-animation-delay: -0.91667s;
    animation-delay: -0.91667s;
    -webkit-transform: rotate(300deg) translate(0, -150%);
    transform: rotate(300deg) translate(0, -150%);
}

.ispinner .ispinner__blade:nth-child(11) {
    -webkit-animation-delay: -0.83333s;
    animation-delay: -0.83333s;
    -webkit-transform: rotate(330deg) translate(0, -150%);
    transform: rotate(330deg) translate(0, -150%);
}

.ispinner .ispinner__blade:nth-child(12) {
    -webkit-animation-delay: -0.75s;
    animation-delay: -0.75s;
    -webkit-transform: rotate(360deg) translate(0, -150%);
    transform: rotate(360deg) translate(0, -150%);
}

.ispinner.ispinner--animating .ispinner__blade {
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.ispinner.ispinner--white .ispinner__blade {
    background-color: white;
}

.ispinner.ispinner--gray .ispinner__blade {
    background-color: #8C8C8C;
}

.ispinner.ispinner--large {
    width: 50px;
    height: 50px;
    margin: auto;
}

.ispinner.ispinner--large .ispinner__blade {
    width: 8.57143%;
    height: 25.71429%;
    border-radius: 50%/16.67%;
}

@-webkit-keyframes ispinner__blade--fade {
    0% {
        opacity: 0.99;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.25;
    }
}

@keyframes ispinner__blade--fade {
    0% {
        opacity: 0.99;
    }
    50% {
        opacity: 0.25;
    }
    100% {
        opacity: 0.25;
    }
}

#loading_overlay div.msg {
    max-width: 250px;
    font-size: 16px;
    color: white;
    text-align: center;
    margin-top: 25px;
    font-family: 'Roboto';
}

.payment-alert {
    font-family: 'Roboto';
    background: #fff;
    width: 535px;
    position: relative;
    box-shadow: 0px 0px 40px 0px #111;
}

.payment-alert .close-btn {
    width: 0px;
    height: 0px;
    float: right;
}

.payment-alert .remove-icon {
    font-family: 'Roboto';
    font-weight: 800;
    color: #fff;
    line-height: 26px;
    border-radius: 20px;
    width: 25px;
    height: 25px;
    background: #000;
    text-align: center;
    position: relative;
    top: -12px;
    right: 15px;
    border: 2px solid #fff;
}

.payment-alert .title {
    padding: 10px 30px;
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 900;
    line-height: 30px;
}

.payment-alert .comment {
    margin: 15px 0px;
}

.payment-alert .button {
    margin-bottom: 10px;
    font-size: 12px;
    text-align: right;
}

.payment-alert .textarea {
    width: 100%;
    height: 80px;
    resize: none;
}

.paypal-comment-btn,
.paypal-comment-btn-box {
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 3px;
    display: inline-block;
    border: 0px;
    line-height: 25px;
    width: auto;
    font-size: 15px;
    letter-spacing: 0.5px;
}

.paypal-checkout-box img {
    margin-bottom: 5px;
}

.green-btn {
    text-decoration: none !important;
    display: inline-block;
    background-color: #54a523;
    text-align: center;
    color: #fff;
}

.green-btn:hover {
    background: #3a7418;
    color: #fff !important;
}

.coupon-block {
    position: relative;
    margin-bottom: 20px;
    margin-top: 10px;
}

.coupon-display {
    color: #107ba4;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none !important;
}

.coupon-input {
    display: none;
}

.coupon-input input {
    border: 1px solid #ccc;
    line-height: 20px;
}

.coupon-apply {
    padding: 3px 25px;
    background: #1B5294;
    color: #fff;
    border: 0px;
    border-radius: 3px;
    line-height: 18px;
    font-size: 12px;
}

.coupon-apply:hover {
    background: #11325b;
}

.coupon-input .apply_coupon_note {
    line-height: 30px;
}

.coupon-code {
    min-width: 150px !important;
}

.checkout_onepage_success {
    margin-top: 30px;
}

.checkout_onepage_success > div {
    margin-top: 10px;
}

.checkout_onepage_success .box {
    background-color: #f5f5f5;
    border: 1px solid #bbb;
    padding: 7px;
}

.checkout_onepage_success .order_title_box {
    width: 100%;
}

.checkout_onepage_success .fb-like-box {
    float: right;
    margin-bottom: 10px;
}

.checkout_onepage_success .Create_Account_box {
    clear: both;
    float: left;
}

.checkout_onepage_success .orders_status_info {
    clear: both;
}

.checkout_onepage_success .btn-box {
    text-align: right;
}

.checkout_onepage_success .return_home_btn {
    background-color: #5f5f5f;
    color: #FFF;
    padding: 10px 20px;
    font-size: 15px;
    border-radius: 3px;
    font-weight: bold;
    line-height: 38px;
}

.checkout_onepage_success .Address-Info.box {
    clear: both;
}

.checkout_onepage_success .box .box-title {
    font-weight: bold;
}

.checkout_onepage_success .delivery {
    float: right;
    width: 50%;
}

.checkout_onepage_success .payment_method {
    clear: both;
    padding-top: 8px;
}

.checkout_onepage_success .billing {
    float: left;
    width: 50%;
}

.checkout_onepage_success .product.box {
    clear: both;
}

.alert {
    color: #f44336;
}

.alert.success {
    color: #4CAF50;
}

.hide {
    display: none;
}

.no-border {
    border: none !important;
}

.reorder-icon {
    margin-right: 5px;
    font-weight: 900;
}

#contactus {
    text-align: center;
    min-width: 130px;
    margin: 0;
}

#contactus table {
    font-size: 11px;
}

.product-thumb {
    position: relative;
    width: 120px;
    height: 120px;
}

.product-image {
    border: 1px solid #dddddd;
}

/*progressbar */

#progressbar {
    margin: 30px 0;
    overflow: hidden;
    /*CSS counters to number the steps */
    counter-reset: step;
}

#progressbar li {
    list-style-type: none;
    color: black;
    font-size: 11px;
    width: 33.3%;
    float: left;
    position: relative;
    text-align: center;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 20px;
    line-height: 20px;
    display: block;
    font-size: 10px;
    color: #000;
    background: #d2d2d2;
    border-radius: 3px;
    margin: 0 auto 5px auto;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #d2d2d2;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1;
    /*put it behind the numbers */
}

#progressbar li:first-child:after {
    /*connector not needed before the first step */
    content: none;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #54a523;
    color: white;
}

#green_tick {
    text-align: center;
    margin-bottom: 45px;
}

#green_tick img {
    width: 58px;
}

/*progressbar connectors */

/*marking active/completed steps green */

/*The number of the step and the connector before it = green */

ul.payment_method {
    padding-left: 10px;
}

ul.payment_method li {
    cursor: pointer;
    line-height: 40px;
    list-style: none;
}

ul.payment_method li:hover {
    background: #e6e6e6;
}

ul.payment_method li * {
    display: inline;
    vertical-align: middle;
    padding-right: 5px;
}

.payment_method_hover {
    background: #e6e6e6;
}

.order-detail-box-margin {
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
}

.order-detail-text {
    margin: 0 10px 10px 0;
}

.order-detail-amount {
    margin: 0 0 10px 0;
}

.bank-transfer-box-margin-pad {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 20px;
}

.bank-transfer-box-margin-pad td {
    padding: 2px 8px;
    vertical-align: top;
}

.order_details {
    padding-top: 20px;
    padding-bottom: 20px;
}

.product_items {
    padding-left: 15px;
    padding-right: 15px;
}

.order-status-progressbar-container {
    height: 145px;
    padding-left: 35px;
    padding-top: 35px;
}

.order-status-progressbar {
    width: 650px;
    margin-top: 40px;
    list-style: none;
    margin-left: -116px;
    position: sticky;
}

.order-status-progressbar li {
    float: left;
    width: 33%;
    position: relative;
    text-align: center;
}

.order-status-progressbar li:before {
    content: "";
    width: 15px;
    height: 15px;
    border: 2px solid #D2D2D2;
    display: block;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    line-height: 27px;
    background: #D2D2D2;
    text-align: center;
    font-weight: bold;
}

.order-status-progressbar li:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #D2D2D2;
    top: 10px;
    left: -50%;
    z-index: -1;
}

.order-status-progressbar li:first-child:after {
    content: none;
}

.order-status-progressbar li.os-progressbar-active:before,
.order-status-progressbar li.os-progressbar-active:after {
    background: #54a523;
    border-color: #54a523;
}

.order-status-title {
    position: absolute;
    top: -40px;
    left: 65px;
    width: 75px;
    font-weight: bold;
    font-size: 14px;
}

.order-status-title-active {
    color: #54a523;
}

.track-order-btn {
    background-color: #4153B4;
    color: #ffffff;
    border: 1px solid #4153B4;
    border-radius: 3px;
    height: 35px;
    width: 178px;
    margin-top: -20px;
    font: 17px 'Roboto';
}

.track-order-btn:hover {
    background-color: #4D65E3;
}

.view-invoice-btn {
    background-color: #2196F3;
    color: #ffffff;
    border: 1px solid #2196F3;
    border-radius: 3px;
    height: 35px;
    width: 178px;
    margin-top: -20px;
    font: 17px 'Roboto';
}

.view-invoice-btn:hover {
    background-color: #1A78C2;
}

.order-status-add-to-cart-btn {
    display: flex;
    border: none;
    background-color: #FFC300;
    color: #1F2B58;
    width: 82px;
    height: 24px;
    line-height: 15px;
    font: 12px 'Roboto';
    font-weight: bold;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    padding: 0;
}

.order-status-add-to-cart-btn:hover {
    border-color: #E5AF00;
    background-color: #E5AF00;
    color: #1F2B58;
}

.order-status-out-of-stock-btn {
    display: flex;
    border-color: #ACACAC;
    background-color: #ACACAC;
    color: #ffffff;
    width: 82px;
    height: 24px;
    line-height: 15px;
    font: 12px 'Roboto';
    font-weight: bold;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
}

.add-all-item-btn {
    display: flex;
    background-color: #FFC300;
    color: #1F2B58;
    width: 170px;
    height: 40px;
    font-size: 14px;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 3px;
}

.add-all-item-btn:hover {
    border-color: #E5AF00;
    background-color: #FFC300;
    color: #1F2B58;
    opacity: 0.8;
}

.label {
    display: inline-block;
    width: 200px;
}

.tab-title {
    padding: 16px 0 8px 0;
    margin: 0;
}

#overview p.main {
    line-height: 20px;
}

#overview p.tab-title a {
    font-size: 14px;
    color: #4153B4;
    float: right;
}

#overview hr {
    border-color: rgba(0, 0, 0, 0.12);
    border-style: solid;
    border-width: 1px 0 0 0;
}

p.total {
    line-height: 1.2;
}

ul.orders {
    margin: 0 0 35px 0;
    padding: 0;
}

ul.orders li {
    display: block;
    margin: 10px 0;
    overflow: auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    padding: 0 0 10px 0;
}

ul.orders li:nth-child(1) {
    font-weight: bold;
}

ul.orders li div {
    float: left;
    line-height: 29px;
    padding: 0 5px;
}

ul.orders li div:nth-child(1) {
    width: 90px;
}

ul.orders li div:nth-child(2) {
    width: 90px;
}

ul.orders li div:nth-child(3) {
    width: calc(100% - 500px);
}

ul.orders li div:nth-child(4) {
    width: 90px;
}

ul.orders li div:nth-child(5) {
    width: 80px;
}

ul.orders li div:nth-child(6) {
    width: 150px;
    font-weight: bold;
}

ul.subscriptions {
    margin: 0 0 35px 0;
    padding: 0;
}

ul.subscriptions li {
    display: block;
    margin: 10px 0;
    overflow: auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    padding: 0 0 10px 0;
}

ul.subscriptions li:nth-child(1) {
    font-weight: bold;
}

ul.subscriptions li div {
    float: left;
    line-height: 29px;
    padding: 0 5px;
}

ul.subscriptions li div:nth-child(1) {
    width: 90px;
}

ul.subscriptions li div:nth-child(2) {
    width: 80px;
}

ul.subscriptions li div:nth-child(3) {
    width: 90px;
}

ul.subscriptions li div:nth-child(4) {
    width: calc(100% - 500px);
}

ul.subscriptions li div:nth-child(5) {
    width: 90px;
}

ul.subscriptions li div:nth-child(6) {
    width: 150px;
    font-weight: bold;
}

ul.account {
    margin: 0;
    padding: 10px;
}

ul.account li {
    display: block;
    overflow: auto;
    margin-bottom: 10px;
}

ul.account li div {
    float: left;
}

ul.account li div:nth-child(1) {
    width: 135px;
}

ul.account li div:nth-child(2) {
    width: calc(100% - 135px);
}

ul.address {
    margin: 0;
    padding: 5px;
}

ul.address li {
    display: block;
    overflow: auto;
    padding: 8px;
}

ul.address li div {
    float: left;
}

ul.address li div:nth-child(1) {
    width: 65%;
}

ul.address li div:nth-child(2) {
    width: 35%;
    text-align: right;
}

#email-notifications .infoBox {
    padding: 10px;
    margin-bottom: 20px;
}

p.shipping-item span:nth-child(2) {
    float: right;
}

ul.order-item {
    padding: 0;
}

ul.order-item li {
    display: table;
    width: 100%;
}

ul.order-item li div {
    display: table-cell;
    vertical-align: middle;
}

ul.shopping-cart {
    display: table;
    margin: 0;
    padding: 0;
    width: 100%;
}

ul.shopping-cart li {
    list-style: none;
}

ul.shopping-cart li.table-row {
    display: table-row;
}

ul.shopping-cart li.table-row:first-child > div {
    font-weight: bold;
    line-height: 25px;
    background-color: #f6f6f6;
    border-top: 1px solid #ddd;
    font-size: 13px;
    padding: 3px;
}

ul.shopping-cart li.table-row > div {
    display: table-cell;
    padding: 15px 0;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

ul.shopping-cart li.table-row.undeliverable > div {
    border-bottom: none;
}

ul.shopping-cart li.table-row > div:first-child {
    text-align: left;
    width: 500px;
}

ul.shopping-cart li.table-row > div.shopping-cart-product > div {
    display: inline-block;
}

p .inputRequirement {
    right: 16px;
}

ul.formField {
    padding: 20px;
    margin: 0;
}

ul.formField li {
    margin: 10px;
    list-style: none;
    display: inline-block;
}

ul.formField li input[type="text"],
ul.formField li input[type="email"],
ul.formField li input[type="password"],
ul.formField li input[type="number"],
ul.formField li select {
    width: 280px;
    margin: 2px;
}

ul.formField li label {
    margin: 0 0 0 2px;
    font: 14px 'Roboto';
    display: block;
}

p.create-and-agree {
    font-size: .8em;
}

p.create-and-agree a {
    text-decoration: underline;
}

.content {
    position: relative;
    font: 12px 'Roboto';
}

.pageHeading img {
    position: absolute;
    display: block;
    right: 15px;
    top: 0;
}

.password_forgotten {
    width: 100%;
    position: relative;
}

.logOff .infoBox,
.aboutBox .infoBox,
.password_forgotten .infoBox {
    background-color: #f5f5f5;
    margin-top: 13px;
    padding: 3px;
}

.password_forgotten .main {
    padding: 2px;
}

.password_forgotten p.main {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 17px;
    margin-bottom: 17px;
}

.password_forgotten input[type="text"] {
    height: 19px;
    line-height: 13px;
    padding: 2px;
    width: auto;
}

.backContinue {
    width: 100%;
    padding: 2px 10px;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #f5f5f5;
}

.backContinue img {
    margin: 0;
    border: none;
    display: block;
}

.backContinue a:first-child {
    float: left;
}

.backContinue input[type="image"] {
    float: right;
    border: none;
}

.aboutBox {
    width: 100%;
    position: relative;
}

.logOff {
    width: 100%;
    position: relative;
}

.logOffBox {
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.logOffBox .main {
    text-align: left;
}

.logOffLft {
    width: 39.78779840848806%;
    float: left;
}

.logOffRgt {
    width: 60.21220159151194%;
    float: left;
}

.logOffBox img {
    max-width: 100%;
    display: block;
}

.mainContent {
    width: 100%;
    position: relative;
    margin-top: 10px;
}

.box-container {
    padding: 20px 35px;
}

.mainContent .pageHeading {
    color: #363636;
    font: 20px 'Roboto';
    font-weight: bold;
    margin: 0;
}

.box1 {
    width: 100%;
    display: flex;
    table-layout: fixed;
    line-height: 17px;
    font-size: 14px;
    margin-top: 20px;
}

.box1Lft {
    width: 420px;
    min-width: 420px;
    min-height: 420px;
}

.box1Rgt {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}

.box2 {
    width: 100%;
    position: relative;
    background: white;
    margin-bottom: 10px;
    font-size: 14px;
}

.boxTitle {
    padding: 10px 0;
    font: 20px 'Roboto';
    font-weight: bold;
}

.box2Mid {
    width: 100%;
    border: 1px solid #ccc;
    background-color: #fff;
    box-sizing: border-box;
    overflow: hidden;
}

.box2In {
    width: 33.33%;
    padding: 5px 25px;
    margin-left: 0px;
    background-color: #ededed;
    border: 2px solid #fff;
    box-sizing: border-box;
    float: left;
}

/*.box2In:first-child {*/
/*margin-left: 0;*/
/*}*/

.box3 {
    width: 100%;
    padding: 10px 35px;
    font-size: 14px;
    text-align: justify;
    background: white;
}

.box3Txt {
    font-size: 14px;
    text-align: left;
}

.box3Txt .row {
    margin-left: unset;
}

.box4 {
    width: 100%;
    position: relative;
    background: white;
}

.box4Mid {
    border: 1px solid #b6b7cb;
    font-size: 13px;
}

.box4Heading {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #fff;
    display: table;
    table-layout: fixed;
}

.box4Title {
    width: 83.5781041388518%;
    padding: 5px;
    box-sizing: border-box;
    background: url(../images/titleBg.gif) repeat-x;
    background-size: auto 100%;
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 10px;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}

.box4Title:nth-child(2) {
    width: 16.421895861148197%;
    border-left: 1px solid #fff;
    text-align: right;
}

.pdtRow {
    width: 100%;
    display: table;
    table-layout: fixed;
    font-size: 11px;
}

.pdtRow .item1,
.pdtRow .item2,
.pdtRow .item3 {
    width: 100%;
    padding: 2px;
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
}

.pdtRow .item1 {
    width: 10.4%;
    padding: 5px;
    text-align: center;
}

.pdtRow .item1 a {
    display: inline-block;
}

.pdtRow .item2 {
    width: 73.06666666666667%;
    text-align: left;
}

.pdtRow .item3 {
    width: 16.533333333333333%;
    text-align: right;
}

.priceBox s {
    color: black;
}

.priceBox {
    color: #E61212;
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 11px;
}

.priceBox s span {
    color: black;
    font-family: 'Roboto';
}

.box4 .navigation {
    width: 100%;
    padding-bottom: 13px;
    overflow: hidden;
}

.box4 .smallText {
    padding: 2px;
    font-family: 'Roboto';
    line-height: 12px;
    font-size: 10px;
    float: left;
}

.box4 .smallText:nth-child(2) {
    float: right;
}

.box5 {
    padding: 10px 35px 35px 35px;
    position: relative;
    font-family: 'Roboto';
    font-size: 14px;
    color: #000;
    background: white;
}

.box5 h3 {
    font-size: 14px;
}

.box6 {
    width: 100%;
    padding-bottom: 13px;
    text-align: center;
    position: relative;
    font-size: 14px;
    color: #000;
    background: white;
}

.box7 {
    width: 100%;
    display: table;
    table-layout: fixed;
    text-align: center;
    padding-bottom: 13px;
    background: white;
}

.box7Lft,
.box7Rgt {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
}

.box7Lft {
    width: 120px;
    padding-right: 20px;
}

.box7Rgt {
    padding: 10px;
}

.box7Rgt .boxTitle {
    font-size: 16px;
    padding: 5px 0;
}

.box8 {
    background: white;
}

/* Styles the thumbnail */

/* a.lightbox img {
height: 150px;
border: 3px solid white;
box-shadow: 0px 0px 8px rgba(0,0,0,.3);
margin: 94px 20px 20px 20px;
}*/

/* Styles the lightbox, removes it from sight and adds the fade-in transition */

.lightbox-target {
    position: fixed;
    top: -100%;
    width: 100%;
    background: rgba(0, 0, 0, .7);
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    overflow: hidden;
}

/* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */

.lightbox-target img {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 0%;
    max-width: 0%;
    border: 3px solid white;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .3);
    box-sizing: border-box;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

/* Styles the close link, adds the slide down transition */

a.lightbox-close {
    display: block;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    background: white;
    color: black;
    text-decoration: none;
    position: absolute;
    top: -80px;
    right: 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:before {
    content: "";
    display: block;
    height: 30px;
    width: 1px;
    background: black;
    position: absolute;
    left: 26px;
    top: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:after {
    content: "";
    display: block;
    height: 30px;
    width: 1px;
    background: black;
    position: absolute;
    left: 26px;
    top: 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */

.lightbox-target:target {
    opacity: 1;
    top: 0;
    bottom: 0;
    z-index: 999;
}

.lightbox-target:target img {
    max-height: 100%;
    max-width: 100%;
}

.lightbox-target:target a.lightbox-close {
    top: 0px;
}

.printer-series-chooser {
    width: 50%;
    padding: 0px 13px;
    float: left;
    margin: auto 0;
}

ul.pagination {
    display: inline-flex;
    list-style-type: none;
    margin-top: 0;
    padding-left: 0;
}

ul.pagination > li {
    margin-left: 5px;
}

ul.pagination > li.disabled {
    display: none;
}

ul.pagination > li > a {
    color: #4153b4;
}

ul.pagination > li > a[rel="prev"]::before {
    content: '[';
}

ul.pagination > li > a[rel="prev"]::after {
    content: 'Prev]';
}

ul.pagination > li > a[rel="next"]::before {
    content: '[Next';
}

ul.pagination > li > a[rel="next"]::after {
    content: ']';
}

/* .breadcrumb {
    padding-bottom: 20px;
} */

/* See license.txt for terms of usage */

/** reset styling **/

.firebugResetStyles {
    z-index: 2147483646 !important;
    top: 0 !important;
    left: 0 !important;
    display: block !important;
    border: 0 none !important;
    margin: 0 !important;
    padding: 0 !important;
    outline: 0 !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 0 !important;
    max-height: none !important;
    position: fixed !important;
    transform: rotate(0deg) !important;
    transform-origin: 50% 50% !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: transparent none !important;
    pointer-events: none !important;
    white-space: normal !important;
}

style.firebugResetStyles {
    display: none !important;
}

.firebugBlockBackgroundColor {
    background-color: transparent !important;
}

.firebugResetStyles:before,
.firebugResetStyles:after {
    content: "" !important;
}

/**actual styling to be modified by firebug theme**/

.firebugCanvas {
    display: none !important;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.firebugLayoutBox {
    width: auto !important;
    position: static !important;
}

.firebugLayoutBoxOffset {
    opacity: 0.8 !important;
    position: fixed !important;
}

.firebugLayoutLine {
    opacity: 0.4 !important;
    background-color: #000000 !important;
}

.firebugLayoutLineLeft,
.firebugLayoutLineRight {
    width: 1px !important;
    height: 100% !important;
}

.firebugLayoutLineTop,
.firebugLayoutLineBottom {
    width: 100% !important;
    height: 1px !important;
}

.firebugLayoutLineTop {
    margin-top: -1px !important;
    border-top: 1px solid #999999 !important;
}

.firebugLayoutLineRight {
    border-right: 1px solid #999999 !important;
}

.firebugLayoutLineBottom {
    border-bottom: 1px solid #999999 !important;
}

.firebugLayoutLineLeft {
    margin-left: -1px !important;
    border-left: 1px solid #999999 !important;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.firebugLayoutBoxParent {
    border-top: 0 none !important;
    border-right: 1px dashed #E00 !important;
    border-bottom: 1px dashed #E00 !important;
    border-left: 0 none !important;
    position: fixed !important;
    width: auto !important;
}

.firebugRuler {
    position: absolute !important;
}

.firebugRulerH {
    top: -15px !important;
    left: 0 !important;
    width: 100% !important;
    height: 14px !important;
    background: url("data:image/png,%89PNG%0D%0A%1A%0A%00%00%00%0DIHDR%00%00%13%88%00%00%00%0E%08%02%00%00%00L%25a%0A%00%00%00%04gAMA%00%00%D6%D8%D4OX2%00%00%00%19tEXtSoftware%00Adobe%20ImageReadyq%C9e%3C%00%00%04%F8IDATx%DA%EC%DD%D1n%E2%3A%00E%D1%80%F8%FF%EF%E2%AF2%95%D0D4%0E%C1%14%B0%8Fa-%E9%3E%CC%9C%87n%B9%81%A6W0%1C%A6i%9A%E7y%0As8%1CT%A9R%A5J%95*U%AAT%A9R%A5J%95*U%AAT%A9R%A5J%95*U%AAT%A9R%A5J%95*U%AAT%A9R%A5J%95*U%AAT%A9R%A5J%95*U%AAT%A9R%A5J%95*U%AATE9%FE%FCw%3E%9F%AF%2B%2F%BA%97%FDT%1D~K(%5C%9D%D5%EA%1B%5C%86%B5%A9%BDU%B5y%80%ED%AB*%03%FAV9%AB%E1%CEj%E7%82%EF%FB%18%BC%AEJ8%AB%FA'%D2%BEU9%D7U%ECc0%E1%A2r%5DynwVi%CFW%7F%BB%17%7Dy%EACU%CD%0E%F0%FA%3BX%FEbV%FEM%9B%2B%AD%BE%AA%E5%95v%AB%AA%E3E5%DCu%15rV9%07%B5%7F%B5w%FCm%BA%BE%AA%FBY%3D%14%F0%EE%C7%60%0EU%AAT%A9R%A5J%95*U%AAT%A9R%A5J%95*U%AAT%A9R%A5J%95*U%AAT%A9R%A5J%95*U%AAT%A9R%A5JU%88%D3%F5%1F%AE%DF%3B%1B%F2%3E%DAUCNa%F92%D02%AC%7Dm%F9%3A%D4%F2%8B6%AE*%BF%5C%C2Ym~9g5%D0Y%95%17%7C%C8c%B0%7C%18%26%9CU%CD%13i%F7%AA%90%B3Z%7D%95%B4%C7%60%E6E%B5%BC%05%B4%FBY%95U%9E%DB%FD%1C%FC%E0%9F%83%7F%BE%17%7DkjMU%E3%03%AC%7CWj%DF%83%9An%BCG%AE%F1%95%96yQ%0Dq%5Dy%00%3Et%B5'%FC6%5DS%95pV%95%01%81%FF'%07%00%00%00%00%00%00%00%00%00%F8x%C7%F0%BE%9COp%5D%C9%7C%AD%E7%E6%EBV%FB%1E%E0(%07%E5%AC%C6%3A%ABi%9C%8F%C6%0E9%AB%C0'%D2%8E%9F%F99%D0E%B5%99%14%F5%0D%CD%7F%24%C6%DEH%B8%E9rV%DFs%DB%D0%F7%00k%FE%1D%84%84%83J%B8%E3%BA%FB%EF%20%84%1C%D7%AD%B0%8E%D7U%C8Y%05%1E%D4t%EF%AD%95Q%BF8w%BF%E9%0A%BF%EB%03%00%00%00%00%00%00%00%00%00%B8vJ%8E%BB%F5%B1u%8Cx%80%E1o%5E%CA9%AB%CB%CB%8E%03%DF%1D%B7T%25%9C%D5(%EFJM8%AB%CC'%D2%B2*%A4s%E7c6%FB%3E%FA%A2%1E%80~%0E%3E%DA%10x%5D%95Uig%15u%15%ED%7C%14%B6%87%A1%3B%FCo8%A8%D8o%D3%ADO%01%EDx%83%1A~%1B%9FpP%A3%DC%C6'%9C%95gK%00%00%00%00%00%00%00%00%00%20%D9%C9%11%D0%C0%40%AF%3F%EE%EE%92%94%D6%16X%B5%BCMH%15%2F%BF%D4%A7%C87%F1%8E%F2%81%AE%AAvzr%DA2%ABV%17%7C%E63%83%E7I%DC%C6%0Bs%1B%EF6%1E%00%00%00%00%00%00%00%00%00%80cr%9CW%FF%7F%C6%01%0E%F1%CE%A5%84%B3%CA%BC%E0%CB%AA%84%CE%F9%BF)%EC%13%08WU%AE%AB%B1%AE%2BO%EC%8E%CBYe%FE%8CN%ABr%5Dy%60~%CFA%0D%F4%AE%D4%BE%C75%CA%EDVB%EA(%B7%F1%09g%E5%D9%12%00%00%00%00%00%00%00%00%00H%F6%EB%13S%E7y%5E%5E%FB%98%F0%22%D1%B2'%A7%F0%92%B1%BC%24z3%AC%7Dm%60%D5%92%B4%7CEUO%5E%F0%AA*%3BU%B9%AE%3E%A0j%94%07%A0%C7%A0%AB%FD%B5%3F%A0%F7%03T%3Dy%D7%F7%D6%D4%C0%AAU%D2%E6%DFt%3F%A8%CC%AA%F2%86%B9%D7%F5%1F%18%E6%01%F8%CC%D5%9E%F0%F3z%88%AA%90%EF%20%00%00%00%00%00%00%00%00%00%C0%A6%D3%EA%CFi%AFb%2C%7BB%0A%2B%C3%1A%D7%06V%D5%07%A8r%5D%3D%D9%A6%CAu%F5%25%CF%A2%99%97zNX%60%95%AB%5DUZ%D5%FBR%03%AB%1C%D4k%9F%3F%BB%5C%FF%81a%AE%AB'%7F%F3%EA%FE%F3z%94%AA%D8%DF%5B%01%00%00%00%00%00%00%00%00%00%8E%FB%F3%F2%B1%1B%8DWU%AAT%A9R%A5J%95*U%AAT%A9R%A5J%95*U%AAT%A9R%A5J%95*U%AAT%A9R%A5J%95*U%AAT%A9R%A5J%95*U%AAT%A9R%A5J%95*U%AAT%A9R%A5J%95*UiU%C7%BBe%E7%F3%B9%CB%AAJ%95*U%AAT%A9R%A5J%95*U%AAT%A9R%A5J%95*U%AAT%A9R%A5J%95*U%AAT%A9R%A5J%95*U%AAT%A9R%A5J%95*U%AAT%A9R%A5J%95*U%AAT%A9R%A5*%AAj%FD%C6%D4%5Eo%90%B5Z%ADV%AB%D5j%B5Z%ADV%AB%D5j%B5Z%ADV%AB%D5j%B5Z%ADV%AB%D5j%B5Z%ADV%AB%D5j%B5Z%ADV%AB%D5j%B5Z%ADV%AB%D5j%B5%86%AF%1B%9F%98%DA%EBm%BBV%AB%D5j%B5Z%ADV%AB%D5j%B5Z%ADV%AB%D5j%B5Z%ADV%AB%D5j%B5Z%ADV%AB%D5j%B5Z%ADV%AB%D5j%B5Z%ADV%AB%D5j%B5Z%AD%D6%E4%F58%01%00%00%00%00%00%00%00%00%00%00%00%00%00%40%85%7F%02%0C%008%C2%D0H%16j%8FX%00%00%00%00IEND%AEB%60%82") repeat-x !important;
    border-top: 1px solid #BBBBBB !important;
    border-right: 1px dashed #BBBBBB !important;
    border-bottom: 1px solid #000000 !important;
}

.firebugRulerV {
    top: 0 !important;
    left: -15px !important;
    width: 14px !important;
    height: 100% !important;
    background: url("data:image/png,%89PNG%0D%0A%1A%0A%00%00%00%0DIHDR%00%00%00%0E%00%00%13%88%08%02%00%00%00%0E%F5%CB%10%00%00%00%04gAMA%00%00%D6%D8%D4OX2%00%00%00%19tEXtSoftware%00Adobe%20ImageReadyq%C9e%3C%00%00%06~IDATx%DA%EC%DD%D1v%A20%14%40Qt%F1%FF%FF%E4%97%D9%07%3BT%19%92%DC%40(%90%EEy%9A5%CB%B6%E8%F6%9Ac%A4%CC0%84%FF%DC%9E%CF%E7%E3%F1%88%DE4%F8%5D%C7%9F%2F%BA%DD%5E%7FI%7D%F18%DDn%BA%C5%FB%DF%97%BFk%F2%10%FF%FD%B4%F2M%A7%FB%FD%FD%B3%22%07p%8F%3F%AE%E3%F4S%8A%8F%40%EEq%9D%BE8D%F0%0EY%A1Uq%B7%EA%1F%81%88V%E8X%3F%B4%CEy%B7h%D1%A2E%EBohU%FC%D9%AF2fO%8BBeD%BE%F7X%0C%97%A4%D6b7%2Ck%A5%12%E3%9B%60v%B7r%C7%1AI%8C%BD%2B%23r%00c0%B2v%9B%AD%CA%26%0C%1Ek%05A%FD%93%D0%2B%A1u%8B%16-%95q%5Ce%DCSO%8E%E4M%23%8B%F7%C2%FE%40%BB%BD%8C%FC%8A%B5V%EBu%40%F9%3B%A72%FA%AE%8C%D4%01%CC%B5%DA%13%9CB%AB%E2I%18%24%B0n%A9%0CZ*Ce%9C%A22%8E%D8NJ%1E%EB%FF%8F%AE%CAP%19*%C3%BAEKe%AC%D1%AAX%8C*%DEH%8F%C5W%A1e%AD%D4%B7%5C%5B%19%C5%DB%0D%EF%9F%19%1D%7B%5E%86%BD%0C%95%A12%AC%5B*%83%96%CAP%19%F62T%86%CAP%19*%83%96%CA%B8Xe%BC%FE)T%19%A1%17xg%7F%DA%CBP%19*%C3%BA%A52T%86%CAP%19%F62T%86%CA%B0n%A9%0CZ%1DV%C6%3D%F3%FCH%DE%B4%B8~%7F%5CZc%F1%D6%1F%AF%84%F9%0F6%E6%EBVt9%0E~%BEr%AF%23%B0%97%A12T%86%CAP%19%B4T%86%CA%B8Re%D8%CBP%19*%C3%BA%A52huX%19%AE%CA%E5%BC%0C%7B%19*CeX%B7h%A9%0C%95%E1%BC%0C%7B%19*CeX%B7T%06%AD%CB%5E%95%2B%BF.%8F%C5%97%D5%E4%7B%EE%82%D6%FB%CF-%9C%FD%B9%CF%3By%7B%19%F62T%86%CA%B0n%D1R%19*%A3%D3%CA%B0%97%A12T%86uKe%D0%EA%B02*%3F1%99%5DB%2B%A4%B5%F8%3A%7C%BA%2B%8Co%7D%5C%EDe%A8%0C%95a%DDR%19%B4T%C66%82fA%B2%ED%DA%9FC%FC%17GZ%06%C9%E1%B3%E5%2C%1A%9FoiB%EB%96%CA%A0%D5qe4%7B%7D%FD%85%F7%5B%ED_%E0s%07%F0k%951%ECr%0D%B5C%D7-g%D1%A8%0C%EB%96%CA%A0%A52T%C6)*%C3%5E%86%CAP%19%D6-%95A%EB*%95q%F8%BB%E3%F9%AB%F6%E21%ACZ%B7%22%B7%9B%3F%02%85%CB%A2%5B%B7%BA%5E%B7%9C%97%E1%BC%0C%EB%16-%95%A12z%AC%0C%BFc%A22T%86uKe%D0%EA%B02V%DD%AD%8A%2B%8CWhe%5E%AF%CF%F5%3B%26%CE%CBh%5C%19%CE%CB%B0%F3%A4%095%A1%CAP%19*Ce%A8%0C%3BO*Ce%A8%0C%95%A12%3A%AD%8C%0A%82%7B%F0v%1F%2FD%A9%5B%9F%EE%EA%26%AF%03%CA%DF9%7B%19*Ce%A8%0C%95%A12T%86%CA%B8Ze%D8%CBP%19*Ce%A8%0C%95%D1ae%EC%F7%89I%E1%B4%D7M%D7P%8BjU%5C%BB%3E%F2%20%D8%CBP%19*Ce%A8%0C%95%A12T%C6%D5*%C3%5E%86%CAP%19*Ce%B4O%07%7B%F0W%7Bw%1C%7C%1A%8C%B3%3B%D1%EE%AA%5C%D6-%EBV%83%80%5E%D0%CA%10%5CU%2BD%E07YU%86%CAP%19*%E3%9A%95%91%D9%A0%C8%AD%5B%EDv%9E%82%FFKOee%E4%8FUe%A8%0C%95%A12T%C6%1F%A9%8C%C8%3D%5B%A5%15%FD%14%22r%E7B%9F%17l%F8%BF%ED%EAf%2B%7F%CF%ECe%D8%CBP%19*Ce%A8%0C%95%E1%93~%7B%19%F62T%86%CAP%19*Ce%A8%0C%E7%13%DA%CBP%19*Ce%A8%0CZf%8B%16-Z%B4h%D1R%19f%8B%16-Z%B4h%D1R%19%B4%CC%16-Z%B4h%D1R%19%B4%CC%16-Z%B4h%D1%A2%A52%CC%16-Z%B4h%D1%A2%A52h%99-Z%B4h%D1%A2%A52h%99-Z%B4h%D1%A2EKe%98-Z%B4h%D1%A2EKe%D02%5B%B4h%D1%A2EKe%D02%5B%B4h%D1%A2E%8B%96%CA0%5B%B4h%D1%A2E%8B%96%CA%A0e%B6h%D1%A2E%8B%96%CA%A0e%B6h%D1%A2E%8B%16-%95a%B6h%D1%A2E%8B%16-%95A%CBl%D1%A2E%8B%16-%95A%CBl%D1%A2E%8B%16-Z*%C3l%D1%A2E%8B%16-Z*%83%96%D9%A2E%8B%16-Z*%83%96%D9%A2E%8B%16-Z%B4T%86%D9%A2E%8B%16-Z%B4T%06-%B3E%8B%16-Z%B4T%06-%B3E%8B%16-Z%B4h%A9%0C%B3E%8B%16-Z%B4h%A9%0CZf%8B%16-Z%B4h%A9%0CZf%8B%16-Z%B4h%D1R%19f%8B%16-Z%B4h%D1R%19%B4%CC%16-Z%B4h%D1R%19%B4%CC%16-Z%B4h%D1%A2%A52%CC%16-Z%B4h%D1%A2%A52h%99-Z%B4h%D1%A2%A52h%99-Z%B4h%D1%A2EKe%98-Z%B4h%D1%A2EKe%D02%5B%B4h%D1%A2EKe%D02%5B%B4h%D1%A2E%8B%96%CA0%5B%B4h%D1%A2E%8B%96%CA%A0e%B6h%D1%A2E%8B%96%CA%A0e%B6h%D1%A2E%8B%16-%95a%B6h%D1%A2E%8B%16-%95A%CBl%D1%A2E%8B%16-%95A%CBl%D1%A2E%8B%16-Z*%C3l%D1%A2E%8B%16-Z*%83%96%D9%A2E%8B%16-Z*%83%96%D9%A2E%8B%16-Z%B4T%86%D9%A2E%8B%16-Z%B4T%06-%B3E%8B%16-Z%B4T%06-%B3E%8B%16-Z%B4h%A9%0C%B3E%8B%16-Z%B4h%A9%0CZf%8B%16-Z%B4h%A9%0CZf%8B%16-Z%B4h%D1R%19f%8B%16-Z%B4h%D1R%19%B4%CC%16-Z%B4h%D1R%19%B4%CC%16-Z%B4h%D1%A2%A52%CC%16-Z%B4h%D1%A2%A52h%99-Z%B4h%D1%A2%A52h%99-Z%B4h%D1%A2EKe%98-Z%B4h%D1%A2EKe%D02%5B%B4h%D1%A2EKe%D02%5B%B4h%D1%A2E%8B%96%CA0%5B%B4h%D1%A2E%8B%96%CA%A0e%B6h%D1%A2E%8B%96%CA%A0e%B6h%D1%A2E%8B%16-%95a%B6h%D1%A2E%8B%16-%95A%CBl%D1%A2E%8B%16-%95A%CBl%D1%A2E%8B%16-Z*%C3l%D1%A2E%8B%16-Z*%83%96%D9%A2E%8B%16-Z*%83%96%D9%A2E%8B%16-Z%B4T%86%D9%A2E%8B%16-Z%B4T%06-%B3E%8B%16-Z%B4%AE%A4%F5%25%C0%00%DE%BF%5C'%0F%DA%B8q%00%00%00%00IEND%AEB%60%82") repeat-y !important;
    border-left: 1px solid #BBBBBB !important;
    border-right: 1px solid #000000 !important;
    border-bottom: 1px dashed #BBBBBB !important;
}

.overflowRulerX > .firebugRulerV {
    left: 0 !important;
}

.overflowRulerY > .firebugRulerH {
    top: 0 !important;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.fbProxyElement {
    position: fixed !important;
    pointer-events: auto !important;
}

/* Modal layer styles */
.modal-layer {
    position: fixed;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.modal-layer .gif {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -64px;
    margin-top: -64px;
    max-width: 128px;
}

.modal-layer .layer-container {
    position: fixed;
    top: 50%;
    text-align: center;
    width: 100%;
    margin-top: -16px;
    margin-left: auto;
    margin-right: auto;
}

.modal-layer .layer-container .text {
    font-size: 1.4em;
    background: rgba(0, 0, 0, 0.5);
    font-size: 1.4em;
    margin: 0 auto;
    max-width: 500px;
}

.modal-layer .layer-container .modal {
    font-size: 1.4em;
    background-color: white;
    margin: 0 auto;
    margin-top: -300px;
    max-width: 650px;
    text-align: left;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0 none;
}

.layer-container .modal-close {
    padding: 0 40px 0 0;
    float: right;
    cursor: pointer;
    color: #171212;
    font: 20px/100% 'Roboto';
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
}

.layer-container .modal-close:after {
    content: "\00d7"; /* UTF-8 symbol */
    position: fixed;
    z-index: 60;
    font-size: 50px;
}

.layer-container .modal-leftreserve {
    padding: 0 4px 4px 0;
    float: left;
    width: 15px;
}

.modal-layer .layer-container .info {
    color: white;
    font-size: 2.8em;
}

.modal-layer .layer-container .error {
    color: red;
    font-size: 2.8em;
}

.modal-layer .layer-container .warning {
    color: yellow;
    font-size: 2.8em;
}

.modal .modal-dialog {
    max-height: 650px;
    width: 800px;
    margin: auto;
}

.modal .modal-dialog .modal-header {
    position: fixed;
    margin-top: -40px;
    background-color: white;
    z-index: 10;
    width: 615px;

    font-size: 1.5em;
    font-weight: bold;
    padding: 5px;
}

label.error {
    color: #e61212;
    font-size: 14px;
}

.session-error,
.session-success,
.session-warning {
    padding: 8px 20px;
    font: normal normal bold 14px/19px Roboto;
    color: #363636;
    margin-top: 12px;
}

.session-error {
    background-color: #f4433678;
}

.session-success {
    background-color: #59ad0078;
}

.session-warning {
    background-color: #ffc10578;
}

.session-error + .box-shadow.box-shadow-margin-padding,
.session-success + .box-shadow.box-shadow-margin-padding,
.session-warning + .box-shadow.box-shadow-margin-padding {
    margin-top: 0;
}

.session-error ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

form[name="contact_us"] > div > div {
    margin: 10px 10px 0 10px;
}

form[name="contact_us"] label {
    margin-bottom: 5px;
}

/* tooltip style - START */

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltip-text {
    visibility: hidden;
    width: 240px;
    background-color: #fff;
    border: 2px solid #555;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -120px;
    opacity: 0;
    transition: opacity .5s;
}

.tooltip .tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

/* tooltip style - END */

#register-user-from ul li {
    vertical-align: top;
}

[name="address_form"] ul li {
    display: block;
}

.message-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    margin: 0;
    height: 80px;
    text-align: center;
    font-size: 15px;
    display: none;
}

.message-box > .content {
    width: 300px;
    height: inherit;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 5px;
    box-shadow: 3px 3px #b5b5b5;
    display: table;
}

.message-box > .content.success {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
}

.message-box > .content.error {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
}

.message-box > .content.info {
    background-color: #d1ecf1;
    border-color: #bee5eb;
    color: #0c5460;
}

.message-box > .content > span {
    display: table-cell;
    vertical-align: middle;
}

.colour-filter {
    border: 1px solid #eeeeee;
}

.colour-filter .filament-types {
    margin: 0 -5px;
    padding: 5px;
}

.colour-filter .filament-types a {
    text-decoration: none;
}

.colour-filter .filament-types .filament-type {
    min-width: 100px;
    display: inline-block;
    border-right: 1px solid #ccc;
    font-size: 14px;
    margin: 8px 0;
    padding: 0 10px;
}

.colour-filter .clear {
    margin-top: 10px;
    height: 30px;
    font-size: 14px
}

.colour-filter .clear .button {
    float: right;
    background: #8f8f8f;
    color: #fff;
    border-radius: 3px;
    padding: 2px 15px;
    font-weight: bold;
}

.colour-filter .colours {
    margin: 5px 7px;
}

.colour-filter .colours .colour {
    display: inline-block;
    text-align: center;
}

.colour-filter .colours .colour:hover {
    cursor: pointer;
}

.colour-filter .colours .colour .block {
    width: 65px;
    height: 40px;
    border: 1px solid #eee;
    box-shadow: inset 0 0 0 1px #fff;
    margin: 5px 5px;
}

.colour-filter .colours .colour.selected .block {
    border: 2px solid #000;
    margin: 4px 4px;
}


.colour-filter .colours .colour .block.transparent {
    border: 1px solid #eee;
    margin: 5px 5px;
    width: 65px;
    height: 40px;
    position: relative;
}

.colour-filter .colours .colour .block.transparent:after {
    content: "";
    top: -1px;
    left: 1px;
    position: absolute;
    border-top: 2px solid red;
    width: 76px;
    transform: rotate(32deg);
    transform-origin: 0 0;
}

#my-account .tabs ul {
    margin: 0;
    padding: 0;
}

#my-account .tabs ul li.active {
    color: #fff;
    background-color: #1b5294;
    border: none;
}

#my-account .tabs ul li.active a {
    color: #fff;
}

.order-history-entry {
    margin-bottom: 50px;
}

#eway-payment-information .entry {
    margin: 10px;
}

#eway-payment-information .entry .entry-label {
    font-weight: bold;
    font-size: 12px;
    float: left;
    text-align: right;
    width: 42%;
    padding-top: 8px;
}

#eway-payment-information .entry .entry-input {
    width: 30%;
    font-size: 12px;
    padding-left: 10px;
    float: left;
}

.trustpilot-icon {
    background-image: url("../images/trustpilot_icons_consolidate.png");
    background-repeat: no-repeat;
    -webkit-background-size: 112px 250px;
    background-size: 110px 250px;
    margin: auto;
}

.trustpilot-icon-star {
    background-image: url("../images/trustpilot_icons_consolidate.png");
    background-repeat: no-repeat;
    -webkit-background-size: 110px 245px;
    background-size: 110px 245px;
    background-position-y: bottom;
    margin: auto;
}

.trusted-score .trustpilot-star > img {
    width: 100px;
}

.trusted-score .trustpilot-review-date {
    display: inline-block;
    float: right;
    line-height: 14px;
    color: #5C5C5C;
    font: 9px 'Roboto';
    margin-top: 4px;
}

.trusted-score .trustpilot-review-title {
    color: #363636;
    width: 100%;
    float: left;
}

.cookie-usage-line {
    line-height: 1.5;
}

.cookie-usage-box {
    border: 1px solid lightgrey;
    background-color: #f5f5f5;
}

.cookie-usage-box p {
    padding: 5px;
    margin: 0;
}

.cookie-usage-inline, .cookie-usage-part div {
    display: inline-block;
}

.cookie-usage-part-one {
    width: 60%;
    float: left;
}

.cookie-usage-part-two {
    width: 2%;
}

.cookie-usage-part-three {
    width: 38%;
    float: right;
}

.cookie-usage-part-three h3 {
    color: #1b5294;
    margin-left: 5px;
}

.cookie-usage-continue {
    background-color: #f5f5f5;
    margin-bottom: 20px;
    padding: 5px;
    border: 1px solid #bbb;
    text-align: right;
}

.product-name-box {
    display: block;
}

.price-part {
    margin-top: 15px;
}

/* Customize the label (the container) */
.selection .container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.selection .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.trustpilot-info {
    display: flex;
    align-items: center;
    justify-content: center;
}

.trustpilot-info .trustpilot-icon {
    background-image: url("../images/trustpilot_icons_consolidate.png");
    background-repeat: no-repeat;
    -webkit-background-size: 72px 160px;
    background-size: 72px 160px;
    margin: auto;
}

.trustpilot-info .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;
    margin: auto;
}

.trustpilot-info span {
    font-size: 1.1em;
}

.coupon-message.success {
    color: green;
}

.coupon-message.error {
    color: red;
}

.coupon-message.warning {
    color: #8a6d3b;
    max-width: 350px;
}

.filament-type.active {
    color: #1B5294;
    font-weight: bold;
}

#progressbar #first-step:hover {
    cursor: pointer;
}

/*modal css*/

.modal-errors {
    color: red;
    font-size: 14px;
}

/* Full-width input fields */
/*.modal input[type=text], input[type=password], select {*/
/*width: 100%;*/
/*margin: 8px 0;*/
/*display: inline-block;*/
/*border: 1px solid #ccc;*/
/*box-sizing: border-box;*/
/*}*/

/* Extra styles for the cancel button */
.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

/* Center the image and position the close button */
.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
    position: relative;
}

.container2 {
    padding: 16px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 101; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
    padding-top: 100px;
}

/* Modal Header */
.modal-header {
    padding: 2px 16px;
    background-color: #1b5294;
    color: white;
}

/* Modal Body */
.modal-body {
    padding: 2px 16px;
}

/* Modal Footer */
.modal-footer {
    padding: 2px 16px;
    color: white;
    text-align: right;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


/*end modal css*/


/* address card css*/
.card {
    border: 1px solid #adadad;
    border-radius: 5px;
    transition: 0.3s;
    background: white;
    margin-bottom: 10px;
}

.card:hover {
    background-color: #D8ECDB;
}

.card-editing {
    background-color: #ffffa4;
    font-weight: bold;
}

/* address card css*/
.text-subtitle {
    margin: 10px 0;
    color: #4153B4;
    display: block;
    font: 18px 'Roboto';
}

.printer-category-info {
    display: flex;
}

.printer-category-info div {
    display: inline-block;
    flex: 1;
}

.printer-category-info .image {
    max-width: 170px;
    max-height: 140px;
}

.printer-category-info .image img {
    width: 170px;
    padding: 15px;
}

.printer-category-info .description {
    margin-left: 10px;
}

.printer-category-info .description p {
    font: 14px 'Roboto';
    color: #363636;
    line-height: 1.5;
    word-spacing: 1px;
}

.printer-category-info .description div.widget-rich-text.box-shadow.box-shadow-margin-padding {
    box-shadow: none;
    padding: 0;
    margin: 0;
}

.printer-category-info #add-to-my-printer-btn {
    width: 182px;
    color: #4153B4;
    font-size: 14px;
    padding: 10px;
    cursor: pointer;
    border: 1.5px solid #4153B4;
    border-radius: 5px;
    display: none;
}

.printer-category-info #add-to-my-printer-btn:hover {
    background: white;
    opacity: 0.7;
}

.printer-category-info #added-printer-symbol > div {
    display: block;
    flex: none;
}

.printer-category-info #added-printer-symbol {
    font-size: 12px;
    padding: 10px;
    border: 1.5px solid #4153B4;
    border-radius: 5px;
    margin-bottom: 20px;
    display: none;
}

.printer-category-info #added-printer-symbol.on {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Quantity selectors for ANY products - START */

.product-line-item {
    display: inline-block;
}

.product-line-item select {
    width: 55px;
    height: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.select-colours-reminder {
    margin: 10px 0;
    font-weight: bold;
}

.remaining-quantity {
    color: #000099;
    font-size: 1.3rem;
}

.colours-table {
    width: 100%;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-spacing: unset;
    margin-top: 10px;
}

.colours-table tr td {
    height: 40px;
}

.colours-table tr:nth-child(odd) td {
    background-color: #ededed;
}

.colours-table tr:nth-child(even) td {
    background-color: white;
}

.colours-table tr td {
    vertical-align: middle;
}

.colours-table tr td:nth-child(1) {
    padding-left: 10px;
}

.colours-table tr td:nth-child(2) div {
    height: 12px;
    width: 12px;
    border-radius: 10px;
    margin: 0 auto;
    border: 1px solid #D5D5D5;
}

.colours-table tr td:nth-child(3) {
    padding-right: 10px;
    text-align: right;
}

.colours-select-table {
    width: 100%;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-spacing: unset;
    margin: 10px 0;
}

.each-color {
    display: flex;
    align-items: center;
    padding: 10px;
}

.bk-grey {
    background-color: #F5F5F5;
}

.color-radio {
    height: 12px;
    width: 12px;
    border-radius: 10px;
    margin: 0 auto;
    border: 1px solid #D5D5D5;
}

.category-info .description div {
    font-family: 'Roboto';
    font-size: 14px;
    line-height: 1.5;
    word-spacing: 1px;
}

.description div a,
.category-info .description div a {
    text-decoration: underline;
    cursor: pointer;
    color: black;
}

/* Quantity selectors for ANY products - END */

.category-col-3.category-box {
    width: 30%;
    margin: 10px;
}

/* Sub categories listing page - START */
.category-col-5 {
    width: 18%;
    min-height: 170px;
    margin: 10px 8px;
}

.category-col-5 h2 {
    font-size: 14px;
    color: #363636;
    padding: 0 17px;
}

.category-col-4.category-box {
    width: 25%;
    margin: 15px 0 0 0;
    min-height: 200px;
    border: none;
}

.category-col-4.category-box .category-image {
    height: 170px;
    overflow: hidden;
    text-align: center;
}

.category-col-4.category-box .category-image img {
    width: 170px;
}

.category-col-4.category-box a {
    font-size: 14px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.category-box {
    min-height: 300px;
}

.category-col-3.category-box.no-image {
    min-height: 0;
    overflow: hidden;
}

.category-col-3.category-box.no-image:hover {
    border-color: #1b5294;
}

.category-col-3.category-box.no-image:hover a {
    color: #1b5294;
}

.category-col-3.category-box.no-image a {
    text-decoration: none;
}

.category-col-3.category-box.no-image h2 {
    font-weight: normal;
    padding: 10px;
}

.more-sub-categories a, .less-sub-categories a {
    color: #1b5294;
    font-weight: bold;
}

.less-sub-categories {
    display: none;
    padding-bottom: 10px;
}

/* Sub categories listing page - END */

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.dropdown-menu > .active, .dropdown-menu > .active, .dropdown-menu > .active {
    background-color: #F5F5F5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    text-decoration: none;
    color: #4153B4;
    outline: 0;
}

.create-account-part,
.bank-transfer-part {
    width: 1070px;
}

.create-account-box {
    border: 1px solid #BCBABA;
    background: #F5F5F5;
    font-size: 14px;
    margin-bottom: 20px;
    padding: 16px 24px;
}

.account-box-green-btn {
    background: #00AC08;
    border: 1px solid #00AC08;
    width: 80px;
    border-radius: 3px;
}

.account-box-green-btn:hover {
    background-color: #009507;
}

#account_password {
    border: 1px solid #E6E6E6;
    font-family: inherit;
    padding: 10px;
    width: 65%;
}

#account_password:focus {
    outline: none;
    outline: 0;
}

/* Carousel Style */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0;
    }

    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }

    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right,
    .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.carousel-control.left {
    /* background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x; */
}

.carousel-control.right {
    right: 0;
    left: auto;
    width: 15% !important;
    /* background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x; */
}

.carousel-control:hover,
.carousel-control:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    filter: alpha(opacity=90);
    opacity: 0.9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -50px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -50px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1;
}

.carousel-control .icon-prev:before {
    content: "\2039";
}

.carousel-control .icon-next:before {
    content: "\203a";
}

.carousel-indicators {
    position: absolute;
    bottom: 0px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #ffffff;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #ffffff;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
    text-shadow: none;
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -50px;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -50px;
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 0px;
    }
}

.add-to-cart-notification > div > div {
    margin-bottom: 10px;
}

.add-to-cart-notification .failed-notification {
    text-align: center;
    font-size: 2em;
    font-weight: bold;
}

.add-to-cart-notification .cart-total {
    float: right;
}

.add-to-cart-notification .success-message {
    font-size: 16px;
    font-weight: bold;
}

.add-to-cart-notification .success-message .check-icon {
    background-color: #54a523;
    color: white;
    padding: 5px;
    border-radius: 15px;
    margin-right: 10px;
}

.add-to-cart-notification .product-added {
    padding: 10px;
    font-size: 14px;
}

.add-to-cart-notification .product-added .product-image {
    width: 100px;
    height: 100px;
    border: 0;
}

.add-to-cart-notification .product-added table {
    width: 100%;
}

.add-to-cart-notification > .product-added table td {
    vertical-align: middle;
}

.add-to-cart-notification .product-added .product-price {
    color: #0000cd;
    font-weight: bold;
}

.add-to-cart-notification .product-added .product-selling-price {
    color: red;
    font-weight: bold;
}

.add-to-cart-notification .cart-total {
    font-size: 1.5em;
    font-weight: bold;
}

.add-to-cart-notification .next-action .continue-btn-bottom {
    font-size: 16px;
    line-height: 50px;
    margin: 0 20px;
    color: #1B5294;
    background-color: white;
    font-weight: normal;
    text-align: left;
}

.add-to-cart-notification .next-action .continue-btn-bottom:hover {
    background-color: white;
    color: #1B5294 !important;
    opacity: 0.5;
}

.mini-cart-product-separator {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid black;
    margin: 1em 5px;
    padding: 0
}

.panel {
    width: 725px;
    background-color: #f5f5f5;
    padding: 20px;
    margin: 20px auto;
}

.panel-title {
    text-align: center;
    margin-top: 0;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Roboto';
}

.panel-body {
    display: flex;
    justify-content: space-between;
}

.finder-dropdown-part {
    position: relative;
}

.finder-dropdown {
    width: 248px;
    background-color: white;
    padding: 2px 10px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    line-height: 27px;
    height: 40px;
    font-size: 13px;
    color: #9E9E9E;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.finder-dropdown.active {
    color: black;
}

.finder-dropdown > p {
    margin: 0;
}

.finder-dropdown > .arrow-icon {
    width: 13px;
    height: 13px;
}

.dropdown-option {
    padding: 10px 5px;
    font-size: 14px;
    font-family: 'roboto';
}

.dropdown-option.selected {
    background-color: #E6E6E6;
}

.dropdown-option:hover {
    background-color: #E6E6E6;
}

.finder-dropdown-content {
    display: none;
    position: absolute;
    margin-top: 5px;
    width: 248px;
    z-index: 1;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px #56565680;
    border: 1px solid #E3E4EB;
    border-radius: 3px;
    opacity: 1;
    padding: 5px;
    height: 295px;
    overflow-y: scroll;
}

.finder-dropdown-content > .remove-icon {
    display: none;
    position: absolute;
    right: 10px;
    width: 13px;
    height: 13px;
    top: 16px;
}

.option-list {
    overflow-y: auto;
}

.filter-input {
    border: 0 !important;
    height: 35px !important;
    box-shadow: 0px 0px 1px 1px #0080ff;
    border-radius: 3px;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: 'roboto';
}

.filter-input:focus {
    outline: none;
}

.loading-text {
    display: none;
}

.selected-text {
    display: none;
    font-size: 14px;
    font-family: 'roboto';
}

#find {
    width: 95px;
    background: #8F8F8F;
    border-radius: 3px;
}

#find:disabled {
    background: #C9C9C9;
}

/* Home Page Top Brands */
.logo-wall-image {
    height: 145px;
    width: 145px;
    display: inline-block;
    transition: .3s ease-in-out;
}

.top-brands-image {
    background-image: url("../images/top_brands.svg");
    background-repeat: no-repeat;
    /* background-size: 145px 3335px;
    -webkit-background-size: 145px 3335px; */
    height: 145px;
    width: 145px;
    display: inline-block;
    transition: .3s ease-in-out;
}

.brands-info:hover .top-brands-image {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
}

.brother-brand-image {
    background-position-y: 0;
}

.canon-brand-image {
    background-position-y: -145px;
}

.epson-brand-image {
    background-position-y: -290px;
}

.hp-brand-image {
    background-position-y: -435px;
}

.fuji-xerox-brand-image {
    background-position-y: -580px;
}

.kyocera-brand-image {
    background-position-y: -725px;
}

.oki-brand-image {
    background-position-y: -870px;
}

.dell-brand-image {
    background-position-y: -1015px;
}

.konica-minolta-brand-image {
    background-position-y: -1160px;
}

.ricoh-brand-image {
    background-position-y: -1305px;
}

.lexmark-brand-image {
    background-position-y: -1450px;
}

.samsung-brand-image {
    background-position-y: -1595px;
}

.sharp-brand-image {
    background-position-y: -1740px;
}

.dymo-brand-image {
    background-position-y: -290px;
}

.lanier-brand-image {
    background-position-y: -2175px;
}

.pantum-brand-image {
    background-position-y: -2465px;
}

.sawgrass-brand-image {
    background-position-y: -2900px;
}

.toshiba-brand-image {
    background-position-y: -3190px;
}

.manual-option {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 14px;
    margin: auto;
    justify-content: center;
    background: #4153B4;
    width: 275px;
    height: 36px;
    padding: 10px 13px;
    color: white;
    border-radius: 2px;
}

.switch-icon {
    background-image: url("../img/address_switch.svg");
    width: 22px;
    height: 22px;
    margin-right: 10px;
}

/* New alert - START */

.dt2021-alert {
    margin-top: 10px;
    background: linear-gradient(to right, #4153B4 0%,#4153B4 5px,#f9dee0 5px, #f9dee0 100%);
    padding: 10px 15px;
    display: flex;
}

.dt2021-alert > div:nth-child(1) {
    width: 25px;
    margin-top: 3px;
}

.dt2021-alert > div:nth-child(1) span.glyphicon-info-sign {
    color: #FFC300;
    font-size: 15px;
}

.dt2021-alert .main {
    font-size: 1em;
}

.dt2021-alert .sub {
    font-size: 0.9em;
}

/* New alert - END */
