@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Lora:400,400i&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

html, body {
	height: 100%;
}

body {
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #333;
    font-size: 16px;
    background-color: #fff;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    line-height: 1.6;
    overflow-x: hidden !important;
}

#wrapper {
    min-height: 700px;
	margin: 0 0 50px;
}

#aspnetForm {
    min-height: 1px;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 40px;
	font-weight: 700;
    line-height: 50px;
    margin: 0 0 20px;
}

h2 {
    font-size: 32px;
    line-height: 40px;
}

h3 {
    font-size: 24px;
    line-height: 32px;
}

h4 {
    font-size: 18px;
    line-height: 24px;
}

h5 {
    font-size: 14px;
    line-height: 20px;
}

h6 {
    font-size: 12px;
    line-height: 16px;
}

b, strong {
    font-weight: 700;
}

p {
    line-height: 24px;
    margin: 0 0 30px;
}

a {
    color: #002c75;
    text-decoration: none;
}

a:hover, a:focus {
    -webkit-transition: color 0.2s ease-out 0s;
    transition: color 0.2s ease-out 0s;
    color: #0388fb;
    text-decoration: none;
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
}

.control-label,
.logintable span,
#MPMain_pnlSpecialInstructions .label1,
.cart_stdords .label1,
#MPMain_pnlResetPassword1 #MPMain_lblUserID {
    font-weight: 700;
    font-size: 14px;
    margin: 5px 0 7px;
    line-height: 18px;
    display: block;
}

.logintable span {
    margin: 20px 0 10px;
}

#MPMain_pnlSpecialInstructions .label1,
.cart_stdords .label1 {
    display: inline;
}

.required, .mandatory {
    padding: 0 0 0 4px;
    position: relative;
    top: -1px;
    color: #e02b27;
    font-size: 14px;
}

.form-control,
input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="phone"],
select,
textarea {
    display: block;
    width: 100%;
    line-height: normal;
    border: solid 1px #c2c2c2;
    color: #000;
    font-size: 14px;
    padding: 0 10px;
    height: 44px;
    background-color: rgba(255,255,255,1);
    background-clip: padding-box;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 0;
}

select {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 0 10px;
    height: 44px;
	border: solid 1px #c2c2c2;
	border-radius: 0;
}

select.cboColourV,
select.cboSizeV {
	max-width: 200px;
}

textarea.form-control, textarea {
    resize: none;
    height: 160px;
    padding: 10px;
}

.form-control::-moz-placeholder {
    color: #bfbdbd;
    opacity: 1;
}

.form-control:-ms-input-placeholder{
    color:#bfbdbd;
}

.form-control::-webkit-input-placeholder{
    color:#bfbdbd;
}

.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="phone"]:focus,
select,
textarea {
    box-shadow: none;
	border-color: #000;
}

.btn, .btn_so, .checkout-btn, input[type="submit"], .admin .btn {
	font-size: 14px;
	font-weight: 700;
    color: #fff !important;
	letter-spacing: 1px;
    padding: 0 25px;
    height: 43px;
    box-shadow: none !important;
    outline: none !important;
    text-align: center;
    border: 0 none;
    background-color: #000;
    border-radius: 0;
}

.btn+.btn{
	margin-left: 10px;
}

.btnA_2, .btnA_1 {
    background-color: #000;
    color: #fff !important;
    border-radius: .25rem;
}

a.btn {
    display: inline-block;
    vertical-align: middle;
    line-height: 43px;
    text-decoration: none !important;
}

.btn.btn-block, .checkout-btn {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 15px;
    font-size: 16px;
}

a.btn.btn-block, a.checkout-btn {
    line-height: 40px;
}

.btn-primary {
    background-color: #000;
}

.btn-secondary {
    background-color: #262627 !important;
    color: #fff !important;
}

.narrow-row {
    margin-left: -10px;
    margin-right: -10px;
}

.narrow-row > div[class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 992px){
.admin .container,
.container,
.caption-div > div {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
}

.admin .container,
.container,
.caption-div > div {
    max-width: 1450px;
}

.banner-container {
	max-width: 1240px;
}

.top-bar {
    height: 50px;
	background-color: #000;
}

.top-bar-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.top-bar-nav > li:not(:last-child) {
	margin: 0 15px 0 0;
}

.top-bar-nav > li > a {
	font-size: 12px;
	color: #fff;
    display: flex;
	align-items: center;
    height: 50px;
    line-height: 50px;
	background-repeat: no-repeat;
	background-position: left center;
}

.top-bar-nav > li > a .fas {
	font-size: 14px;
	margin: 0 8px 0 0;
}

.top-bar-nav > li > a img {
	width: 36px;
}

@media (max-width: 1030px) {
.top-bar-nav > li:not(:last-child) {
	margin: 0 12px 0 0;
}

.top-bar-nav > li > a {
	font-size: 11px;
}

.top-bar-nav > li > a .fas {
	font-size: 13px;
}
}

.top-bar-nav > li > a.btn {
	font-weight: 700;
    padding: 0 15px;
    background-color: #f9be3e;
    color: #000 !important;
    height: 50px;
    line-height: 50px;
}

.primary-header {
    position: relative;
    padding: 20px 0;
}

.brand-wrap .header-customer-logo {
    padding: 0 30px;
    max-width: 140px;
}

.navbar-brand {
    height: auto;
    padding: 0;
    margin: 0;
}

.navbar-brand img {
    width: 100px;
    height: auto;
}

.cart-nav {
    margin: 0 0 0 25px;
    position: relative;
}

.cart-btn img {
    width: 24px;
}

.cart-btn .badge {
    background: #e74b36;
    color: #fff;
    height: 22px;
    line-height: 22px;
    border-radius: 2px;
    min-width: 18px;
    overflow: hidden;
    padding: 0 5px;
    text-align: center;
    font-size: 12px;
    vertical-align: middle;
    margin: -2px 0 0 10px;
}

.cart-popup.dropdown-menu {
    top: 50px !important;
    left: auto !important;
    right: 0;
    width: 390px;
    background: #fff;
    border: 1px solid #bbb;
    z-index: 1025;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    padding: 0;
    margin: 0;
    transform: none !important;
}

.cart-popup.dropdown-menu a {
    padding: 0 !important;
    display: inline;
    height: auto !important;
    line-height: normal !important;
}

.cart-popup.dropdown-menu a:hover {
    color: inherit;
    background-color: transparent !important
}

.cart-popup:before, .cart-popup:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}

.cart-popup:before {
    border: 6px solid;
    border-color: transparent transparent #fff transparent;
    z-index: 99;
    top: -12px;
    right: 26px;
}

.cart-popup:after {
    border: 7px solid;
    border-color: transparent transparent #bbb transparent;
    z-index: 98;
    top: -14px;
    right: 25px;
}

.minicart-items-wrapper {
    padding: 15px 20px 0;
    margin: 15px -20px 0;
    border-top: 1px solid #ccc;
    max-height: 388px;
    overflow: auto;
    overflow-x: hidden;
}

#minicart-content {
    padding: 25px 20px 0;
    display: flex;
    flex-direction: column;
    position: relative;
}

.close-cart {
    position: absolute;
    top: 10px;
    right: 13px;
    opacity: 0.7;
}

.close-cart img {
    width: 12px;
    height: auto;
}

.empty-card {
    padding: 10px 0 35px;
    text-align: center;
    font-weight: 700;
}

.minicart-summary {
    display: flex;
    justify-content: space-between;
    padding: 12px 0 18px;
}

.minicart-summary h6 {
    font-weight: 700;
    margin: 0;
}

.cart-popup.dropdown-menu .cart-btns-wrap a.btn {
    flex: 1;
    height: 40px !important;
    line-height: 40px !important;
    font-size: 16px;
    margin: 0 6px 0 0;
    background-color: transparent !important;
}

.cart-popup.dropdown-menu .cart-btns-wrap a.view-btn {
    border: #000 2px solid;
    color: #000 !important;
    line-height: 36px;
}

.cart-popup.dropdown-menu .cart-btns-wrap a.checkout-btn {
    background-color: #000 !important;
    margin: 0 0 0 6px !important;
}

.minicart-items {
    list-style: none;
    padding: 0;
    margin: 0;
}

.minicart-items > li {
    border: 0 none !important;
    border-top: 1px solid #ccc !important;
    position: relative;
    padding: 20px 0 !important;
    margin: 0 !important;
}

.minicart-items > li:first-child {
    border-top: 0 none !important;
    padding-top: 0 !important;
}

.cart-item-actions {
    position: absolute;
    right: 0;
    bottom: 23px;
}

.cart-item-actions a {
    color: #2d8ada !important;
    margin: 0 0 0 15px;
}

.product-miniview {
    display: flex;
}

.product-image-wrapper {
    display: block;
    position: relative;
    width: 90px;
    height: 90px;
    border: rgba(0,0,0,0.1) 1px solid;
    border-radius: 4px;
    overflow: hidden;
}

.product-image-wrapper img {
    width: auto;
    height: 100%;
    position: absolute;
    top: -9999px;
    right: -9999px;bottom: -9999px;
    left: -9999px;
    margin: auto;
}

.product-item-details {
    flex: 1;
    padding: 0 0 0 15px;
    max-width: calc(100% - 90px);
}

.product-item-details strong {
    display: block;
    padding: 0 0 5px;
}

.product-item-details strong a {
    color: #2d8ada !important;
}

.product-item-details strong a:hover {
    color: #0388fb !important;
}

.toggle {
    cursor: pointer;
}

.options-list {
    list-style: none;
    padding: 5px 0;
    margin: 0;
    font-size: 13px;
    display: none;
}

.product.options.show .options-list {
    display: block;
}

.options-list li {
    padding: 0 0 5px;
    border: 0 none !important;
}

.options-list .label {
    font-weight: 700;
}

.options-list li .price {
    font-size: 13px;
}

.details-qty label {
    margin: 0 10px 0 0;
}

.details-qty .qty-wrap {
    margin: 0;
    display: flex;
    align-items: center;
}

.details-qty .qty-btn {
    font-weight: 300;
    font-size: 32px;
    height: 32px;
    line-height: 32px;
    width: 32px;
    background-color: transparent !important;
    color: #333 !important;
    border: 0 none;
    outline: none !important;
}

.details-qty .c_qty {
    width: 50px;
    height: 32px;
    line-height: 30px;
    border: solid 1px #c2c2c2;
    text-align: center;
}

.btns-wrapper img {
    margin: 0 0 0 15px;
    max-width: 170px;
}

.header-btn {
    font-family: 'Lora', serif;
    color: rgba(0,0,0,0.7);
    font-style: italic;
    font-size: 12px;
	text-align: center;
    padding: 55px 0 0;
    margin: 0 0 0 20px;
	position: relative;
}

.header-btn:first-child {
    margin: 0;
}

.header-btn span {
	font-family: "Quicksand", sans-serif;
    display: block;
    font-size: 14px;
    color: #000;
    font-weight: 700;
    font-style: normal;
}

@media (max-width: 1200px) {
.header-btn,
.ink-finder-link {
    font-size: 0;
	margin: 0 0 0 15px;
}

.header-btn span,
.ink-finder-link span {
    font-size: 11px;
}
}

.header-btn.ausmade:before,
.header-btn.general-bts:before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background-color: #f9be3e;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 32px;
}

.ink-finder-link:before {
	background-color: #f9be3e;
}

.header-btn.ausmade:before {
    background-image: url(/images2/ausmade-icon.svg);
}

.header-btn.general-bts:before {
	background-image: url('/images2/book-icon.svg');
	background-size: auto 22px;
}

.header-btn.clearout:after,
.header-btn.promotional:after,
.header-btn.booklist:after {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	width: 45px;
	height: 45px;
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	font-size: 20px;
	color: #000;
	text-align: center;
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 45px;
}

.header-btn.clearout:after {
	font-size: 22px;
    content: "\f4c0";
}

.header-btn.promotional:after {
    content: "\f02c";
}

.header-btn.booklist:after {
    content: "\f51e";
}

.hidden {
	display: none;
	visibility: hidden;
	opacity: 0;
}

.educmenu .ink-finder,
.educmenu .indigenous {
	display: none;
}

.educmenu .header-btn.booklist,
.educmenu .header-btn.general-bts {
	display: block !important;
	visibility: visible;
	opacity: 1;
}

.global-search {
    flex: 1;
}

#search {
    position: relative;
	margin: 0 50px;
}

#search .form-control {
	font-size: 18px;
	color: #000;
	background-color: #fff;
    padding: 0 120px 0 45px;
    position: static;
    height: 50px;
    width: 100%;
}

#search .form-control:focus {
	border-color: #c2c2c2;
}

#search .search-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    padding: 0 30px;
    border: 0 none;
    background-color: #000;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

#search .fa-search {
    position: absolute;
    left: 15px;
    top: 17px;
    color: rgba(0,0,0,0.3);
    font-size: 18px;
}

.search-suggestion-container {
    padding: 5px 0 !important;
    border-top: 0 none !important;
    margin: -2px 0 0px;
    border-radius: 0 0 2px 2px;
}

.search-suggestion-container li {
    font-size: 14px !important;
    padding: 10px 12px !important;
    background: url(/images2/side-arrow.svg) no-repeat scroll calc(100% - 12px) center;
    background-size: 15px auto;
}

.search-suggestion-container li b {
    font-weight: 400 !important;
    color: #000 !important;
}

.search-suggestion-container li:hover {
    background-color: rgba(0,0,0,0.05) !important;
    background-image: url(/images2/side-arrow-hover.svg);
    color: #333 !important;
}

.navbar, nav {
    background: #d23232;
    padding: 0;
    height: 60px;
}

.nav-link {
    padding: 0;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    height: 48px;
    line-height: 48px;
}

.clearance-nav {
    background-color: #f9d725 !important;
    color: #000 !important;
    padding: 0 18px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
}

.navbar-nav > li:hover .nav-link,
.navbar-nav > li.show .nav-link,
.my-menu .nav-item:hover > a {
    background-color: #000;
    color: #fff;
}

@media (min-width: 992px) {
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 25px;
    padding-left: 25px;
}

 .navbar-nav .nav-item:nth-last-child(2) .dropdown-menu,
 .navbar-nav .nav-item:nth-last-child(1) .dropdown-menu {
    left: auto;
    right: 0;
}
    
.navbar-expand-lg .navbar-nav .dropdown-menu,
.top-bar .navbar-nav .dropdown-menu {
    max-height: 668px;
    overflow: auto;
}
}

.dropdown-menu {
    border: 1px solid #d1d1d1;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-size: 15px;
    min-width: 300px;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background-clip: border-box;
}

.dropdown-menu li {
    border-bottom: 1px solid #f2f2f2;
    padding: 0;
    background-color: transparent !important;
}

.dropdown-menu li:last-child {
    border: 0 none;
}

.dropdown-menu li a {
    color: #2b2b2b;
    font-size: 14px;
    padding: 8px 20px;
    background-color: transparent !important;
    display: block;
    text-decoration: none !important;
}

.dropdown-menu li a:hover {
    color: #fff;
    background-color: #939598 !important;
}

.accounts-dropdown {
    min-width: 1px;
    width: 180px;
    background-color: #fff;
}

.accounts-dropdown .fas,
.accounts-dropdown .fa {
    display: none;
}

.accounts-dropdown li {
    margin: 0;
    border-color: rgba(0,0,0,0.1);
}

.accounts-dropdown li a {
    font-size: 12px;
    color: #000;
    padding: 10px 20px;
    line-height: normal;
    height: auto;
}

.accounts-dropdown li a:hover {
    background-color: rgba(0,0,0,0.1) !important;
    color: #000;
}

.navbar-toggler {
    display: none;
}

.mobile-menu {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    transition: left 0.2s ease-out;
}

@media (max-width: 991px) {
.primary-header {
    border-bottom: rgba(0,0,0,0.1) 1px solid;
    padding: 20px 15px 65px;
}
    
.global-search {
    position: absolute;
    left: 15px;
    right: 15px;
    margin-left: 0 !important;
    max-width: none;
    bottom: 10px;
	padding: 0;
	width: auto;
	min-width: 1px;
}
	
#search {
	max-width: none;
	margin: 0;
}
	
#search .form-control {
	font-size: 14px;
	height: 40px;
	padding-left: 40px;
}
	
#search .search-btn {
    right: 2px;
    top: 2px;
    height: 36px;
    font-size: 14px;
}
	
#search .fa-search {
    top: 13px;
    font-size: 14px;
}

.navbar-toggler {
    display: block;
    padding: 0;
    margin: 0;
    border: 0 none;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    outline: none !important;
    position: absolute;
    left: 15px;
    top: 22px;
}
    
.tablet-hide,
.product-menu .dropdown-menu ul {
    display: none !important;
}
    
.navbar-brand {
    margin: 0 0 0 30px;
}

.navbar-brand img {
    width: 150px;
}
    
.top-bar {
    height: 0;
}
	
.top-bar-nav li.dropdown {
	position: absolute;
	right: 15px;
	top: 12px;
	z-index: 10;
	margin: 0 !important;
}

.top-bar-nav li a {
	font-size: 15px;
	color: #000;
}
	
.top-bar-nav li a .fas {
    font-size: inherit;
}
    
.mobile-menu.show {
    left: 0;
    transition: left 0.2s ease-out;
}
    
.mobile-menu.show:before {
    content: '';
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    position: fixed;
    z-index: 500;
    background: rgba(0,0,0,0.8);
}

.mobile-menu-contents {
    max-width: 400px;
    width: 80%;
    position: relative;
    z-index: 501;
    background: #fff;
    height: 100%;
    overflow: auto;
}
    
.mobile-menu .nav-link {
    border-top: 1px solid rgba(0,0,0,0.1);
    padding: 15px 20px;
    line-height: normal;
    height: auto;
    color: #000 !important;
    background-color: transparent !important;
}
    
.mobile-menu .signin-nav {
	color: #fff !important;
    background-color: #000 !important;
}
    
.mobile-menu .nav-link:hover,
.accounts-dropdown {
    background-color: rgba(0,0,0,0.05) !important;
}
    
.mobile-menu .nav-link .fas {
	font-size: 20px;
	width: 25px;
	text-align: center;
    margin: 0 8px 0 0;
}
    
.close-btn {
    position: absolute;
    right: 20px;
    top: 14px;
    z-index: 501;
    display: block;
    width: 20px;
    height: 20px;
    opacity: 1;
}
    
.mobile-menu .close-btn {
    right: auto;
    left: 85%;
}
    
@media (min-width: 480px) {
.mobile-menu .close-btn {
    left: 420px;
}
}
    
.navbar-nav .dropdown-menu {
    box-shadow: none;
    border: 0 none;
    margin: 0;
    position: static !important;
    transform: none !important;
    background-color: rgba(0,0,0,0.05);
    min-width: 1px;
    width: auto;
}

.dropdown-menu li {
    border-bottom: 0 none;
}

.dropdown-menu li a {
    padding: 12px 35px;
    position: relative;
    font-size: 13px;
    color: #000;
}

.navbar-nav .dropdown .nav-link {
    position: relative
}

.dropdown-menu > li > a:after,
.navbar-nav .dropdown .nav-link:after {
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 16px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    border: 0 none;
    color: inherit;
}

.navbar-nav .dropdown .nav-link:after {
    content: "\f107";
    left: auto;
    right: 20px;
    top: 20px;
    font-size: 14px;
}
    
.subcatslist {
    flex-direction: column;
}
    
.list-column {
    flex: 0 0 100%;
    margin: 0;
}
    
.subcatitem,
.subcatitem > a {
    position: relative;
    display: block;
    font-size: 13px;
}
    
.subcatitem {
    padding: 0 35px;
}
    
.subcatitem > a {
    padding: 10px 0;
    color: rgba(0,0,0,0.9);
}
    
.product-menu {
    display: none;
    background-color: rgba(0,0,0,0.05);
}
    
.product-menu.show {
    display: block;
}
    
.mobile-menu .product-menu .nav-link {
    font-size: 13px;
    border: 0 none;
    padding: 12px 20px;
    color: #000;
    background-color: transparent !important;
}
    
.mobile-menu .product-menu .dropdown-menu > li > a {
    position: relative;
}
    
.subcatitem > a:before {
    left: auto;
    right:-13px;
}
}

.client-banner {
    margin: 30px 0;
}

.carousel-inner {
    min-height: 1px !important;
}

.carousel-caption {
    background: rgba(10,10,10,.2) !important;
    padding: 2rem;
    text-align: left;
    bottom: 0;
}

.carousel-caption h4 {
	font-size: 22px;
	color: #fff;
    text-transform: capitalize;    
    line-height: 150%;
	margin: 0 0 10px;
}

.carousel-caption p {
	font-size: 18px;
	color: #fff;
    line-height: 140%;
	margin: 0 0 30px;
}

.carousel-control-next,
.carousel-control-prev {
    background-repeat: no-repeat;
    background-position: center;
    width: 45px;
    height: 45px;
    bottom: auto;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 20;
    background-size: 12px auto;
    background-color: #000;
    border: #002c75 1px solid;
    opacity: 1 !important;
}

.carousel-control-next {
    background-image: url(/images2/chevron-right-hover.svg) !important;
}

.carousel-control-prev {
    background-image: url(/images2/chevron-left-hover.svg) !important;
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
    background-color: #000;
    border-color: #000;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: none;
}

.carousel-indicators {
    margin: 0 0 20px;
}

.carousel-indicators li {
    width: 16px;
    height: 16px;
    border: 0 none;
    border-radius: 50%;
    background-color: #cfcfcf;
    opacity: 1;
	margin: 0 5px;
}

.carousel-indicators li.active {
    background-color: #f3d014;
}

@media (min-width: 768px) {
body .carousel {
	min-height: 300px;
}
}

.site-feautres {
	padding: 30px 0;
}

.icon-box-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}

.icon-box {
	width: 30px;
	margin: 0 15px 0 0;
}

.icon-box-content {
	/*flex: 1;
	max-width: calc(100% - 45px);*/
}

.icon-box-content h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
}

.home-services-wrapper {
	padding: 0 0 40px;
}

.services-wrap {
	/*background-color: #333;*/
    padding: 30px 15%;
	border-radius: 10px;
	text-align: center;
}

.services-icon {
	/*max-width: 65px;*/
	background-color: #333;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 30px;
	position: relative;
}

.services-icon:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #000;
    z-index: -1;
    left: 5px;
    top: 5px;
}

.services-icon img {
    height: auto;
    max-width: 60%;
}

.services-wrap h6 {
	font-size: 20px;
	line-height: 28px;
	margin: 0 0 20px;
}

.services-wrap p {
	line-height: 24px;
	margin: 0;
}

.featured-brands {
	padding: 50px 0 60px;
}

.brands-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.brand-item {
    max-width: 16.666666%;
    overflow: hidden;
    flex: 0 0 16.666666%;
    align-items: center;
    justify-content: center;
    display: flex;
}

.brand-item .brand-img {
    margin: 0 auto;
    display: block;
	width: 60%;
}

.brand-item > a {
    display: flex;
    align-items: center;
    justify-content: center;
	width: 100%;
    height: 100%;
}

.brand-img img {
    width: 100%;
    height: auto;
}

.featured-products-wrap {
    padding: 100px 0 0;
}

.featured-products-wrap header {
    text-align: center;
    margin: 0 0 2rem;
}

.featured-products-wrap {
    padding: 100px 0 0;
}

.featured-products-wrap header {
    text-align: center;
    margin: 0 0 2rem;
}

.home-products-wrapper {
	padding: 70px 0;
	position: relative;
}

.home-products-wrapper p {
	font-weight: 300;
	font-size: 20px;
	line-height: 32px;
	padding: 0 15%;
}

.product-img-wrap {
	background-color: #fff;
	box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 18%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 20px;
	margin: 20px 0 0;
	position: relative;
	overflow: hidden;
}

.product-img-wrap .img-wrap {
	min-height: 185px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 70px;
}

.col-md-3:nth-child(2) .product-img-wrap .img-wrap {
	min-height: 502px;
}

.product-img-wrap h3 {
	font-size: 20px;
	margin: 0;
	color: #fff;
	background-color: rgba(0,0,0,.6);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-img-wrap h3 a {
	padding: 15px 20px;
	display: block;
	color: inherit;
	text-decoration: none;
}

.product-img-wrap:hover h3 {
	top: 0;
}

.home-contact-wrapper {
	padding: 70px 0 0;
	max-width: 1024px;
	margin: 0 auto;
}

.home-contact-wrapper h2 {
	margin: 0 0 50px;
}

.gray:before {
    content: '';
    position: absolute;
    left: -100%;
    right: -100%;
    top: 0;
    bottom: 0;
    background-color: #f7f7f7;
    z-index: -1;
}

.ink_search {
    margin: 0 0 40px;
}

.ink_search_or {
    margin: 10px 0;
    text-align: center;
}

.ink_search_printers, .ink_search_cartridges {
    position: relative;
}

.ink_search_printers input[type="text"],
.ink_search_cartridges input[type="text"] {
    height: 42px;
}

.ink_search_printers input[type="button"],
.ink_search_cartridges input[type="button"] {
    color: #fff !important;
    padding: 0 15px;
    height: 42px;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 0;
    font-size: 14px;
    text-align: center;
    border: 0 none;
    background-color: #000;
    position: absolute;
    right: 0;
    top: 0;
}

.covid-banner {
	padding: 30px 0 80px;
}

.intro-wrapper {
	padding: 70px 0 40px;
	position: relative;
	margin: 0 0 70px;
}

.intro-wrapper h1 {
	font-weight: 700;
	margin: 0 0 20px;
}

.intro-wrapper p {
	font-size: 17px;
	line-height: 30px;
}

.blog-wrapper h2 {
	margin: 0 0 50px;
}

.gmap-wrap .embed-responsive {
	height: 450px;
	margin: 0 0 50px;
}

.contact-form table {
	width: 100%;
}

.contact-form table,
.contact-form tbody,
.contact-form tr,
.contact-form td {
	display: block;
}

.contact-form .form-control {
	margin: 0 0 20px;
}

.subscribe-container {
	background-color: #f9be3e;
	margin: 0 0 70px;
}

.subscribe-container .container {
    background: url(/images2/newsletter.png) no-repeat scroll 15px center;
}

.subscribe-container form {
    width: 100%;
    margin: 30px 0;
}

.subscribe-container h4 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    padding: 0 0 0 135px;
    line-height: 30px;
}

.subscribe-container p {
    font-weight: 300;
    color: #000;
    margin: 0;
    padding: 0 0 0 135px;
}

@media (max-width: 767px) {
.subscribe-container .container {
	background: 0 none;
}
	
.subscribe-container h4 {
    padding: 20px 0 0;
}

.subscribe-container p {
    padding: 0;
}
}

div.choose-account {
    padding: 0;
    background-color: #f9be3e;
    height: 36px;
    text-align: center;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

div.choose-account a.btn {
    line-height: 26px;
    height: 26px;
    padding: 0 12px;
    font-size: 11px;
    margin: 0 0 0 10px;
}

#testimonial-carousel {
    padding: 70px 0;
	position: relative;
	margin: 0;
}

#testimonial-carousel .title {
    font-size: 40px;
    color: #000;
    font-weight: 700;
    line-height: 50px;
    margin: 0 0 10px;
    background-color: transparent;
    padding: 0;
}


#testimonial-carousel .sub-text {
	font-size: 17px;
	margin: 0 0 50px;
}

@media (min-width: 1200px) {
#testimonial-carousel .container {
    max-width: 1140px;
}
}

.testimonial-wrap {
    padding: 15px;
}

.testimonial {
    text-align: left;
    padding: 45px 40px 45px 80px;
    border-radius: 10px;
    margin-bottom: 40px;
    transition: background-color 0.2s ease;
    quotes: "\201C""\201D";
    position: relative;
    font-size: 16px;
    line-height: 28px;
    opacity: 0.3;
    min-height: 400px;
}

.testimonial:before {
    content: open-quote;
    font-size: 100px;
    position: absolute;
    left: 29px;
    top: 20px;
    opacity: 0.4;
    line-height: 115px;
}

.testimonial .bottom-arrow {
    position: absolute;
    width: 28px;
    height: 28px;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    transform: rotate(-135deg);
    top: 100%;
    left: 50%;
    margin-left: -20px;
    margin-top: -19px;
    opacity: 0;
    transition: all 0.2s ease;
}

.testimonial .bottom-arrow:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 22px 22px 0 0;
    border-color: #000;
}

.testimonial-wrap p {
    font-size: 18px;
    margin: 0;
    color: #797a7a;
    opacity: 0.3
}

.owl-item.active.center .testimonial {
    background-color: #000;
    color: #fff;
    opacity: 1;
}

.owl-item.active.center .testimonial-wrap p {
    opacity: 1;
}

.owl-item.active.center .testimonial .bottom-arrow {
    opacity: 1;
}

@media (max-width: 767px) {
#testimonial-carousel .container {
    width: 330px;
    margin: 0 auto;
}
    
.testimonial-wrap {
    padding: 0;
}
}

.owl-prev,
.owl-next {
    text-indent: -9999px;
    background: url(/images2/chevron-left.svg) no-repeat scroll center !important;
    background-size: auto 100%;
    width: 36px;
    height: 36px;
    border: 0 none;
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    outline: none !important;
    margin: 0 !important;
}

.owl-next {
    background-image: url(/images2/chevron-right.svg) !important;
    left: auto;
    right: -50px;
}

.owl-prev:hover {
    background-image: url(/images2/chevron-left-hover.svg) !important;
}

.owl-next:hover {
    background-image: url(/images2/chevron-right-hover.svg) !important;
}

.owl-dots {
    display: none !important;
}

.owl-theme .owl-nav {
    margin: 0;
}

footer {
	font-size: 14px;
	background: url("/images/footer-bg.jpg") repeat center top;
}

footer h5 {
	font-weight: 700;
    color: #000;
    font-size: 18px;
    line-height: 1.3;
    margin: 0 0 30px;
}

footer p {
    line-height: 26px;
    margin: 0 0 15px;
}

footer p .fas,
footer p .far {
    width: 20px;
    font-size: 12px;
}

footer p a {
    color: inherit;
}

.social-navigation {
	list-style: none;
	padding: 0;
	margin: 0 0 30px;
}

.social-navigation li {
	display: flex;
	align-items: center;
	margin: 0 0 10px;
}

.social-navigation li a .fab {
	font-size: 18px;
	margin: 0 10px 0 0;
	width: 24px;
	text-align: center;
}

.footer-logo {
    margin: 0 0 30px;
}

.footer-logo img {
    width: 100%;
    max-width: 80px;
}

.contact-wrap p {
    padding: 0 0 0 32px;
    margin: 0 0 15px;
    position: relative;
}

.contact-wrap p a {
    color: inherit;
}

.contact-wrap p a:hover {
	text-decoration: underline;
}

.contact-wrap .lnr {
    font-size: 16px;
    color: #000;
    position: absolute;
    left: 0;
    top: 4px;
}

.contact-wrap .lnr-envelope {
    top: 3px;
}

.contact-wrap,
.social-nav-wrap {
    margin: 0 0 30px;
}

.location-info {
    width: 100%;
    margin: 0;
	background-color: #333;
	padding: 40px 30px 0;
}

.location-info .lnr {
    position: static;
    margin: 0 10px 0 0;
}

.location-info h5 {
    margin: 0 0 5px;
	color: #000;
}

.location-info p {
    margin: 0;
    padding: 0 0 50px;
}

.location-info p:last-child {
    padding: 0 0 40px;
}

.location-info p a {
    color: inherit;
	text-decoration: underline;
}

.footer-nav {
    list-style: none;
    padding: 0;
    margin: 0 0 50px;
}

.footer-nav li {
    margin: 0 0 10px;
    line-height: 20px;
}

.footer-nav li a {
    color: rgba(0,0,0,0.7);
}

.footer-nav li a:hover,
footer p a:hover,
.copy-info a:hover{
	color: #000;
    text-decoration: none;
}

.footer-nav.inline {
    margin: 25px 0;
}

.footer-nav.inline li {
    display: inline;
    margin: 0 10px 0 0;
}

.payment-cards {
	margin: 0 0 30px;
}

.payment-cards img {
	max-width: 64px;
	height: auto;
	margin: 0 10px 10px 0;
}

.copy-info {
	background-color: #000;
}

.copy-info a {
    color: #fff;
	text-decoration: underline !important;
}

.copy-info p {
	color: #fff;
	font-size: 12px;
    margin: 0;
    padding: 10px 0;
}

.caption-div > div {
    padding: 0 15px;
    margin: 0 auto;
}

.caption-div .caption {
    margin: 0 !important;
    padding: 30px 0;
}

h2.caption {
    margin: 10px 0 20px;
}

.taxnote {
    margin: 10px 0 10px 0;
    color: #e94d31;
}

.pg_nav .block-content {
    border: #bbb 1px solid;
}

.ul-services {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ul-services li a {
    display: block;
    font-size: 13px;
    color: #000;
    padding: 12px 15px;
    border-bottom: 1px solid #ddd;
    font-weight: 700;
}

.ul-services li.cat {
    padding: 12px 15px;
    border-bottom: 1px solid #bbb;
    color: #000;
    font-size: 14px;
    font-weight: 700;
}

.ul-services ul {
    list-style: none;
    padding: 6px 0 0;
    margin: 0;
}

.ul-services ul li a {
    font-size: 12px;
    border: 0 none;
    padding: 5px 15px;
    position: relative;
}

.ul-services ul li a:before {
    content: "\f105";
    position: absolute;
    left: 0;
    top: 8px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
}

/* Product pages styling */
.homepage .caption-div,
.productspage .caption-div,
.productdetail .caption-div h1,
.pg-contactus .caption-div h1,
.product-main p .label {
    display: none !important;
}

.cartheader {
    margin: 0 0 15px;
}

.cartheader .panel {
    padding: 0;
    background-color: transparent;
}

#MPMain_td_custref {
    width: 40%;
    text-align: left;
}

@media (max-width: 767px) {
.cartheader .ordnum,
.cartheader .refnum {
    display: block;
    width: 100% !important;
    margin: 0 0 10px;
}
}

.div-extra-buttons {
    text-align: right;
    margin: 10px 0;
}

div.prods-nav {
    float: left;
    width: 270px;
    padding: 10px 15px 15px;
    background-color: rgba(0,0,0,0.05);
    border-radius: 10px;
}

div.prods-list {
    display: block;
    text-align: left;
    margin: 60px 0 0 300px;
}

.breadcrumbs {
    border-radius: 10px;
    background-color: rgba(0,0,0,0.05);
    list-style: none;
    padding: 10px 15px;
    margin: 0 0 20px;
}

.breadcrumbs ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcrumbs ul li {
    display: inline;
    padding: 5px;
    color: #323e48;
}

.breadcrumbs ul li a {
	color: inherit;
}

.breadcrumbs ul li+li:before {
    display: inline-block;
    padding-right: .5rem;
    color: rgba(0,0,0,0.2);
    content: "/";
}

.sub-cat-boxes {
    display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 0 -5px;
}

.sub-cat-box {
    box-sizing: border-box;
    width: calc(20% - 10px);
	border: rgba(0,0,0,0.1) 1px solid;
    box-shadow: 0 0 2px 0 #ddd;
    min-height: 290px;
    margin: 0 5px 10px;
    text-align: center;
    padding: 4px;
    overflow: hidden;
	transition: box-shadow 0.25s;
	border-radius: 16px;
	background-color: #fff;
}

.sub-cat-box a {
    color: rgba(0,0,0,1);
}

.sub-cat-box h3 {
    font-size: 16px;
    display: block;
    height: 60px;
    overflow: hidden;
    margin: 10px 0 0;
}

.sub-cat-box img {
    max-width: 100%;
}

.hidecats {
    margin: 0 0 10px !important;
}

.hidecats .btn,
.div-extra-buttons .btn {
	height: 34px;
    padding: 0 24px;
    background-color: #fff !important;
    border: #002c75 1px solid;
    color: #333 !important;
}

.hidecats .btn:hover,
.div-extra-buttons .btn:hover {
    background-color: #000 !important;
	color: #fff !important;
}

.pager {
    display: table;
    width: 100%;
    background: #efefef;
    margin: 0 0 10px;
    font-size: 12px;
    padding: 0 5px;
}

.pager .cboSortProdlist {
    display: inline;
    width: 110px;
    background-color: #fff;
    font-size: 12px;
    height: 30px;
    margin: 0 0 0 5px;
}

.pager > span {
    display: table-cell;
    padding: 5px;
    vertical-align: middle;
}

.pager > span a.tooltipstered {
    color: rgba(0,0,0,0.5);
}

.pager > span a.faded {
    color: #000;
}

.pager > span:last-child {
    text-align: right;
}

#navCats table {
	background-color: #fff;
}

.prods-nav header {
	font-size: 16px !important;
    background-color: transparent !important;
    color: #333 !important;
    padding: 5px 0 !important;
}

.prods-nav .block-content {
    text-align: left;
    margin: 0 0 20px;
}

.btn-new-list {
    padding: 10px 15px;
}

#navCats ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#navCats ul li a {
    display: block;
    padding: 12px 15px;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    background-color: #fff;
    border-radius: 4px;
    margin: 0 0 5px;
    transition: none;
}

#navCats ul li a:hover {
	color: #fff;
    background-color: #000;
}

.product-filter {
    padding: 30px 0 10px;
}

.product-filter h3 {
    color: #333;
    font-size: 16px;
    margin: 0 0 20px;
}

.product-filter ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-filter ul li {
    padding: 12px 15px;
    background-color: #fff;
    border-radius: 4px;
    margin: 0 0 5px;
}

.product-filter > ul > li > label {

    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #323e48;
    font-size: 14px;
    /*font-family: 'omnessemibold', sans-serif;*/
	font-weight: 700;
    display: block;
}

.product-filter > ul > li > label input[type="checkbox"] {
    margin: 0 4px 0 0;
    position: relative;
    top: 1pt;
}

#navCats table td {
    border-bottom: 1px solid #c2c2c2;
}
		
#navCats .fav-list-link a {		
    display: block;
    padding: 8px 15px;
    color: #323e48;
}

#navCats .del-fav-list,		
#navCats .edit-fav-list {		
    margin: 0 10px 0 0;		
    color: #323e48;		
    display: inline-block;		
    vertical-align: middle;
}

#navCats .del-fav-list {		
    color: red;
}

.prods-list {
    display: block;
    margin: 0;
    text-align: left;
}

.product-list-grid-view,
.product-list-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.product-list-item {
    flex: 0 0 calc(25% - 10px);
    max-width: calc(25% - 10px);
    margin: 0 5px 10px !important;
    padding: 15px 20px;
    position: relative;
    cursor: pointer;
    border: rgba(0,0,0,0.1) 1px solid;
	border-radius: 16px;
	transition: box-shadow 0.25s;
	background-color: #fff;
}

.product-list-item:hover,
.sub-cat-box:hover {
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.bulk-prices-button {
	min-height: 1px;
}

.bulk-prices-button a.bulkbtn {
	margin: 0 0 10px;
}

.order-now-button .btn {
	border-radius: 100px;
	display: block;
	width: 100%;
	margin: 15px 0 0;
}

.prodcompare {
	font-size: 15px;
	overflow: hidden;
	margin: -5px -5px 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.prodcompare input {
	float: left;
	margin: 1px 0 0 5px;
}

.prods-list div.icons {
	position: absolute;
	right: 13px;
	top: 65px;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.prods-list div.icons > span {
	margin: 0 0 4px;
	display: flex;
    width: 20px;
	height: 20px;
    align-items: center;
    justify-content: center;
	background-color: #f9be3e;
    border-radius: 4px;
}

.prods-list div.icons a {
	color: #000;
	margin: 0;
}

.icon-austmade,
.icon-indigenousbrand {
	background: url(/images2/ausmade-icon.svg) no-repeat scroll center;
	width: 18px;
    height: 18px;
    display: block;
    background-size: 100% auto;
}

.icon-indigenousbrand {
	background-image: url(/images/aboriginal_flag.png);
	background-size: 120% auto;
}

.product-list-item .fav-icon,
.product-list-item .del-fav-from-list {
    position: absolute;
    top: 35px;
    right: 13px;
	display: flex;
    width: 20px;
	height: 20px;
    align-items: center;
    justify-content: center;
}

.product-list-item .fav-icon .fa-2x,
.prods-list div.icons .fa-2x,
.product-list-item .del-fav-from-list .fa-2x {
    font-size: 12px;
    margin: 0;
}

.product-list-item .fav-icon .fa-2x,
.product-list-item .del-fav-from-list .fa-2x {
    font-size: 18px;
}

.del-fav-from-list {
    color: red;
}

.product-list-item .img {
    width: 100%;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
	margin: 10px 0;
}

.product-list-item .img img {
    width: auto;
    height: auto;
    max-width: 100%;
}

.homepage .product-list-item .desc-etc {
    padding: 10px;
}

.product-list-item .desc-etc {
    padding: 20px 0 0;
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    font-weight: normal;
}

.product-list-item .desc-etc h3 {
    font-size: 14px;
	line-height: 22px;
    margin: 0;
}

.product-list-item .desc a {
    color: rgba(0,0,0,1);
    text-decoration: none;
    display: block;
    min-height: 90px;
}

.product-list-item:hover .desc a {
    color: #000;
}

.product-list-item .product-code,
.product-list-item .code {
    font-size: 12px;
    padding: 5px 0;
    color: rgba(0,0,0,0.5);
}

.price {
    /*font-family: 'omnessemibold', sans-serif;*/
	font-weight: 700;
    font-size: 20px;
    margin: 0;
    color: #000;
}

.price-unit-grid {
    font-size: 12px;
    color: #323e48;
    font-weight: 700;
}

.price-etc a.btn,
.prodscomparison .add-to-ord .btn-add-to-cart {
    padding: 0 10px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
	color: #fff !important;
	background-color: #000 !important;
    border: 0 none !important;
	flex: 1;
	border-radius: 6px;
}

.price-etc a.btn .fa,
.prodscomparison .add-to-ord .btn-add-to-cart .fa {
    display: none;
}

.product-list-item .add-to-ord .btn-qty-down,
.product-list-item .add-to-ord .btn-qty-up,
.prodscomparison .add-to-ord .btn-qty-down,
.prodscomparison .add-to-ord .btn-qty-up {
    font-size: 20px;
    height: 44px;
    width: 30px;
    padding: 0;
    line-height: 40px;
}

.product-list-item .add-to-ord .qty,
.prodscomparison .add-to-ord .qty {
    width: 44px;
    height: 44px;
    font-size: 16px;
    border: 1px solid #c2c2c2;
    padding: 0;
	border-radius: 0;
}

.product-list-item .add-to-ord,
.prodscomparison .add-to-ord {
    justify-content: center;
}

.ribbon-image {
    position: absolute;
    left: -6px;
    top: -6px;
	padding: 0 !important;
}

.product-list-table,
.customerdetailstable {
    width: 100%;
}

.product-list-table td {
    vertical-align: top;
    padding: 10px;
    border-bottom: 1px solid #c2c2c2;
}

.product-list-table td a {
	color: inherit;
}

.product-list-table td.c_icons div.icons {
    position: static;
    flex-direction: row;
}

.product-list-table td.c_icons div.icons > span {
    margin: 0;
}

.product-list-table td.c_icons div.icons > span+span {
    margin: 0 0 0 10px;
}

.product-list-table .c_price {
	color: #000;
	font-weight: 700;
}

.product-list-table .c_price .bulk-prices {
	color: #323e48;
	font-weight: 400;
}

.product-list-table .c_fav .fa-2x {
    font-size: 18px;
}

.product-list-table .c_fav .fa-trash {
    color: red;
}

.product-list-table td.c_addtoord {
	min-width: 150px;
}

.customerdetailstable td {
    padding: 5px;
}

.product-list-tableitem td.c_img {
    min-width: 80px;
}

.product-list-table td.c_img {
    text-align: center;
}

.product-list-tableitem .c_code {
    min-width: 90px;
}

.product-list-table td.c_desc {
    width: 100%;
}

.product-list-table td.c_price {
    text-align: right;
}

.product-list-tableitem .c_addtoord .c_qty {
    display: inline;
    width: 40px;
    height: 30px;
    vertical-align: middle;
}

.product-list-tableitem .c_addtoord a.btn {
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    border: 0 none !important;
    margin: 0 0 0 8px;
}

.product-list-tableitem .c_addtoord .fa-shopping-cart {
    display: none;
}

.product-list-list-view .product-list-item {
    max-width: none;
    flex: 1;
    min-height: 220px;
    margin: 0 0 10px !important;
	display: flex;
}

.product-list-list-view .prodcompare {
    position: absolute;
    right: 20px;
    top: 13px;
}

.product-list-list-view .product-list-item .desc-etc h3 {
    margin: 0 0 20px;
}

.product-list-list-view .product-list-item .desc-etc h3 a {
	min-height: 1px;
}

.product-list-list-view .product-list-item > div {
    box-sizing: border-box;
    padding: 15px;
}

.product-list-list-view .product-list-item .img-etc {
    width: 245px;
    padding: 8px 0 0 20px;
}

.product-list-list-view .product-list-item .desc-etc {
    text-align: left;
    width: calc(100% - 445px);
}

.product-list-list-view .product-list-item .price-etc {
    width: 300px;
    text-align: right;
	padding: 30px 40px 0 0;
}

.product-list-list-view .product-list-item .code {
    padding: 5px 0 0;
    text-align: center;
}

.fav-icon .fa-2x {
    margin: 0 0 0 5px;
}

.fav-icon .fa-2x {
    font-size: 24px;
    position: relative;
    top: 1px;
}

.add-to-ord {
    display: flex;
    align-items: center;
    margin: 0 0 5px;
}

.add-to-ord .qty {
    width: 52px;
    height: 52px;
    font-size: 16px;
}

.add-to-ord .btn-qty-down,
.add-to-ord .btn-qty-up {
    font-size: 32px;
    height: 52px;
    width: 52px;
    background-color: transparent!important;
    color: #323e48 !important;
	box-shadow: none !important;
}

.add-to-ord .btn-add-to-cart {
    height: 52px;
    line-height: 52px;
    font-size: 18px;
    margin: 0 0 0 15px;
    padding: 0 30px;
}

.featured-product-list {
    position: relative;
}

.featured-product-list .product-list-item {
	background-color: #fff;
    max-width: none;
}

.featured-product-list .page-left,
.featured-product-list .page-right {
    display: inline-block;
    background: url(/images2/chevron-left.svg) no-repeat scroll center;
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    height: 25px;
    width: 25px;
    z-index: 4000;
}

.featured-product-list .page-right {
    left: auto;
    right: -40px;
    background-image: url(/images2/chevron-right.svg);
}

.featured-product-list .page-left:hover {
    background-image: url(/images2/chevron-left-hover.svg);
}

.featured-product-list .page-right:hover {
    background-image: url(/images2/chevron-right-hover.svg);
}

.featured-product-list .page-left-disabled,
.featured-product-list .page-right-disabled {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: none;
}

.fotorama {
    overflow: visible;
}

.fotorama__wrap {
	width: 100% !important;
}

.fotorama__stage {
    margin: 0 0 15px;
    height: 540px !important;
	border-radius: 16px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
	border: #E3E8EB 1px solid;
	background-color: #fff;
}

.fotorama__stage__frame {
    display: flex;
}

.fotorama__stage__frame .fotorama__img {
    top: 0 !important;
    transform: none !important;
    position: static;
    margin-top: auto !important;
    max-width: 90% !important;
    max-height: 90% !important;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: auto !important;
    height: auto !important;
}

@media (max-width: 767px) {
.fotorama__stage {
    height: 360px !important;
}
}

.fotorama__stage:before,
.fotorama__stage:after {
    display: none;
}

.fotorama--fullscreen,
.fotorama--fullscreen .fotorama__stage,
.fotorama--fullscreen .fotorama__nav {
    background: #fff;
}

.fotorama__thumb-border {
    border-color: #e94d31;
}

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
    background-image: url(/images2/fotorama.png);
}

.fotorama__nav {
    text-align: left;
}

.fotorama__fullscreen-icon {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 80px;
    cursor: pointer;
    z-index: 1020;
    background-position: -155px 0;
}

.fotorama-sprite, .fotorama__arr .fotorama__arr__arr, .fotorama__fullscreen-icon, .fotorama__thumb--icon, .fotorama__video-close, .fotorama__video-play, .fotorama__fullscreen .fotorama__zoom-in, .fotorama__fullscreen .fotorama__zoom-out {
    background-image: url(/images2/gallery.png);
    background-repeat: no-repeat;
}

.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon {
    background-color: rgba(255, 255, 255, 0.3);
    transition: background-color 0.3s ease-in-out;
}

.fotorama--fullscreen .fotorama__fullscreen-icon {
    display: inline-block;
    background-position: -80px 0;
}

.fotorama__fullscreen-icon {
    opacity: 1 !important;
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
    transform: none;
}

.fotorama--fullscreen .fotorama__fullscreen-icon {
    bottom: auto;
    top: 0;
}

.fotorama__arr {
    background-image: url(/images2/gallery.png);
}

.fotorama__arr {
    width: 50px;
    height: 50px;
    margin-top: -25px;
}

.fotorama__arr--next {
    background-position: -173px -95px;
}

.fotorama__arr--prev {
    background-position: -97px -95px;
}

.product-heading {
    border-bottom: #E3E8EB 1px solid;
	padding: 0 0 15px;
	margin: 0 0 15px;
}

table.products {
    margin: 0 0 40px;
	box-shadow: 0 0 2px 0 #ddd;
}

table.products td, table.products th  {
    padding: 10px;
}

table.products td a, table.products th a {
    color: inherit;
}

table.products tr {
    border-bottom: solid 1px #c2c2c2;
}

table.products tr.products_tr {
	background-color: #fff;
}

table.products .products_th {
    /*font-family: 'omnesmedium';*/
	font-weight: 700;
	background-color: #F3F3F3;
}

table.products .txtbox1 {
    width: 50px;
    text-align: center !important;
}

#MPMain_tbl_quickadd {
    margin: 0 0 30px;
	background-color: #596c79;
    color: #fff;
}

#MPMain_tbl_quickadd .txtbox1 {
    width: 80px;
}

#MPMain_tbl_quickadd #MPMain_txtAddCode {
    width: 130px;
}

#MPMain_tbl_quickadd #MPMain_txtSpecial {
    width: 250px;
}

#MPMain_pnlSpecialInstructions {
    margin: 0 30px 0 0;
}

.cart_stdords {
    display: flex;
    align-items: center;
    margin: 32px 0 23px;
}

.cart_stdords .txtbox1 {
    flex: 1;
    margin: 0 10px;
}

#MPMain_table_totals * {
    font-size: 16px !important;
    font-weight: 700;
    line-height: 32px;
}

section.block header {
	font-weight: 700;
    background-color: #000;
    color: #fff;
    font-size: 18px;
    padding: 15px 20px;
}

.homepage section.block header {
    font-size: 32px;
    text-align: center;
    padding: 10px 20px;
}

section.block header .fa {
    margin: 0 8px 0 0;
}

.ordertbl {
    width: 100%;
    margin: 0 0 35px;
}

.ordertbl th {
    border-bottom: solid 1px #c2c2c2
}

.ordertbl th, .ordertbl td {
    padding: 12px 10px;
    text-align: left;
}

.ordertbl th:last-child, .ordertbl td:last-child {
    text-align: right;
    min-width: 110px;
}

.ordertbl .totlabel,
.ordertbl .total1,
.ordertbl .total,
.ordertbl .total-delivfee {
    text-align: right;
    background-color: #E9EDEF !important;
    border: 0 none;
    color: #323e48 !important;
}

.ordertbl .total {
	/*font-family: 'omnessemibold', sans-serif;*/
	font-weight: 700;
    font-size: 32px;
}

.checkout .block-content {
    padding: 30px 0;
    margin: 0 0 30px;
}

.checkout .deliverydetailstable {
    width: 100%;
}

.checkout .deliverydetailstable td {
    padding: 5px 0;
    vertical-align: middle;
}

.checkout .deliverydetailstable .rowlabel {
    font-weight: 700;
    width: 120px;
}

#pnlDeliveryDetails p  {
    margin: 0 0 5px;
    font-weight: 700;
}

#pnlDeliveryDropdown {
    margin: -33px 0 0 120px;
}

#pnlDeliveryDropdown select {
    width: 100% !important;
}

#divAttn {
    padding: 5px 0;
    display: flex;
    align-items: center;
}

#divAttn .rowlabel  {
    width: 120px;
    font-weight: 700;
}

#divAttn input[type="text"] {
    flex: 1;
}

#pnlDeliveryAddress {
    margin: 0 !important;
}

.product-pricing .price {
    font-size: 36px;
}

.product-pricing .add-to-ord .btn-add-to-cart {
    border: 0 none !important;
}

.product-pricing .add-to-ord .btn-qty-down,
.product-pricing .add-to-ord .btn-qty-up {
    padding-top: 0;
    padding-bottom: 0;
    display: inline-block;
    vertical-align: middle;
	padding: 0;
}

.product-pricing .add-to-ord .btn-qty-down {
    border-radius: 6px 0 0 6px;
}

.product-pricing .add-to-ord .btn-qty-up {
    border-radius: 0 6px 6px 0;
}

.product-pricing .add-to-ord .qty {    
    border: 1px solid #E3E8EB;
    display: inline-block;
    vertical-align: middle;
	border-radius: 0;
	background-color: transparent;
}

.product-pricing .prices {
	border-top: #E3E8EB 1px solid;
	padding: 20px 0 0;
	margin: 20px 0 30px;
}

.product-pricing .add-to-ord .btn-add-to-cart {
    margin: 0 0 0 20px;
	padding: 0 50px;
}

.product-pricing .add-to-ord .btn-add-to-cart .fa {
	display: none;
}

.product-pricing .fav-icon {
    margin: 25px 0 0 5px;
    display: inline-block;
    vertical-align: middle;
}

.product-pricing .fav-icon .fa-2x {
    font-size: 40px;
    top: 0;
}

.product-pricing p {
    padding: 10px 0;
    /*text-align: center;*/
}

.productdetail .breadcrumbs {
    margin-top: 60px;
}

@media (max-width: 1199px) {
.product-list-item {
    flex: 0 0 calc(33.333% - 10px);
    max-width: calc(33.333% - 10px);
}

.product-list-item .img {
    height: 150px;
}

.sub-cat-box {
    width: calc(25% - 10px);
}
}

@media (max-width: 991px) {
.featured-product-list .product-list-item {
    flex: 0 0 calc(33.333% - 10px);
    max-width: calc(33.333% - 10px);
}
    
.product-list-item {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
}
    
.sub-cat-box {
    width: calc(33.333333% - 10px);
}
    
.brand-item {
    max-width: 20%;
    flex: 0 0 20%;
}
}

@media (max-width: 767px) {
.product-list-item .img {
    height: 125px;
}

.shoppingcart .c_Code,
.shoppingcart .c_Unit,
.shoppingcart .c_GST,
.shoppingcart .c_PriceExGST,
.shoppingcart .c_TotalExGST,
.shoppingcart .c_unit,
.shoppingcart .c_Note,
div.prods-nav,
.pagenum,
.notonmobile,
.product-list-item .blurb,
.product-list-item .blurb-more-btn,
.product-list-tableitem td.c_code,
.product-list-tableitem td.c_fav,
.product-list-tableitem .c_addtoord a.btn span,
.product-list-tableitem td.c_stock {
    display: none !important;
}
    
.product-list-list-view .product-list-item .img-etc,
.product-list-list-view .product-list-item > div,
.product-list-list-view .product-list-item .desc-etc,
.product-list-list-view .product-list-item .price-etc {
    float: none;
    width: auto;
    text-align: center;
	padding: 0;
}
	
.product-list-list-view .product-list-item {
	flex-direction: column;
}
    
.product-list-list-view .product-list-item .prices,
.product-list-list-view .product-list-item .desc a {
    min-height: 1px;
    height: auto;
}

    
div.prods-list {
    margin: 0;
    padding: 30px 0 0;
}

.c_unitprice {
    min-width: 115px;
}

#tblTotal > tbody > tr {
    display: flex;
    flex-direction: column-reverse;
}

#MPMain_pnlSpecialInstructions {
    margin: 30px 0 0;
}

.shoppingcart .btn, .shoppingcart .btn_so {
    padding: 0 12px;
}

.product-image-wrapper img {
    width: 50px;
}

.product-item-details {
    padding: 0 0 0 12px;
    max-width: calc(100% - 50px);
}

.minicart-items-wrapper {
    max-height: 280px;
}
    
.featured-product-list .product-list-item {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
}

.productdetail .caption-div .caption {
    padding-left: 0;
}

.productdetail .product-image {
    margin: 0 0 30px;
}

.productdetail .col-6 {
    max-width: 100%;
    flex: 0 0 100%;
}

.product-icons .col-3 {
    flex: 0 0 50%;
    max-width: 50%;
}
    
.sub-cat-box {
    width: calc(50% - 10px);
}
	
.popular-categories-wrapper .sub-cat-box {
	max-width: 50%;
    flex: 50%;
}
	
.footer-logo-wrapper {
	flex-direction: column;
	align-items: flex-start !important;
}
	
.social-nav {
	margin: 20px 0;
}
	
.footer-phone, .footer-account {
    border: 0 none;
    align-items: flex-start;
    text-align: left;
    justify-content: flex-start;
}
	
.catalogues-wrapper h3 {
	margin-top: 20px;
}
	
.catalogues-wrapper .btn,
.catalogues-wrapper hr {
	margin: 0 0 40px;
}
}

@media (max-width: 575px) {
.product-list-item .desc a {
    min-height: 155px;
}
}

.accordion {
    margin: 50px 0;
    border-radius: 1px;
    border: 0 none !important;
}

.accordion > .card {
    margin: 0 0 10px;
    border: 0 none;
    border-radius: 0;
    border-bottom: 0 none;
}

.accordion > .card:last-child {
    border-bottom: 0 none !important;
}

.accordion > .card .card-header {
    padding: 0;
    margin: 0;
    border: 0 none !important;
    border-radius: 0;
	background: 0 none;
}

.accordion > .card .card-header > a {
    display: block;
    padding: 20px;
    position: relative;
    color: #fff !important;
    background: #000 !important;
    border: 0 none !important;
    cursor: pointer;
    height: auto;
    line-height: 28px;
    text-align: left;
    font-size: 20px;
    -webkit-appearance: none;
	border-radius: 10px;
}

.accordion > .card .card-header > a.collapsed {
    color: #000 !important;
    background: rgba(0,0,0,0.05) !important
}

.accordion > .card .card-header > a.collapsed:hover {
    background: rgba(0,0,0,0.1) !important
}

.accordion > .card .card-header > a:after {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f068";
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.accordion > .card .card-header > a.collapsed:after {
    color: #000;
    content: "\f067";
}

.accordion > .card .card-header > a.collapsed:hover:after {
    color: #fff;
    background-color: #000;
    border-radius: 2px;
}

.accordion > .card .card-header > a:hover:after {
    color: #000;
    background-color: #fff;
    border-radius: 2px;
}

.card-body {
    color: #151515;
}

.card-body ul {
    list-style: none;
    padding: 0;
    margin: 25px 0;
}

.card-body ul li {
    line-height: 24px;
    margin: 10px 0;
    position: relative;
    padding: 0 0 0 25px;
}

.card-body ul li:before {
    content: "\f105";
    position: absolute;
    left: 0;
    top: 5px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
}

.accordion .card-footer {
    border-radius: 0 !important;
    background-color: transparent;
    border: 0 none;
    padding: 0;
}

.table-product-attributes {
    width: 100%;
    margin: 25px 0;
}

.table-product-attributes tr:nth-child(even) {
    background-color: rgba(0,0,0,0.1);
}

.table-product-attributes td:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    width: 250px;
}

.table-product-attributes td:last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.table-product-attributes td {
    padding: 17px 20px;
}

.table-product-attributes td.attrib-val {
    color: #000;
}

.favs-list {
    width: 100%;
}

.favs-list td {
    padding: 5px 0;
}

.favs-list tr.fav-list span,
.favs-list tr.new-favs-list span.btn {
    display: block;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    padding: 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 100%;
}

.favs-list tr.fav-list span {
    background-color: #888;
}

#tr_newfavslist div {
    display: flex;
    align-items: center;
}

#tr_newfavslist div input[type="text"] {
    flex: 1;
}

#simplemodal-container h3 {
    color: #323e48;
}

.prodscomparison {
    border-collapse: collapse;
	background-color: #fff;
	box-shadow: 0 0 2px 0 #ddd;
}

.prodscomparison .attribute-name {
    text-transform: capitalize;
    font-weight: bold;
    text-align: left;
}

.prodscomparison th {
    text-align: left;
}

.prodscomparison a {
    text-decoration:none;
}

.prodscomparison td,
.prodscomparison th {
    border: 1px #eee solid;
    vertical-align:text-top;
    padding: 10px;
    width: 20%;
}

.prodscomparison td {
    text-align:center;
}

.prodscomparison .proddesc {
    color: #009ecf;
    font-weight: bold;
    height: auto;
}

.prodscomparison .prodlongdesc {
    margin: 10px 0px;
    color: #222222;
    font-weight: normal;
    text-align:left;
}

.prodscomparison .prodbullets {
    margin: 10px 0px;
    color: #009ecf;
    font-weight: normal;
    text-align:left;
}

.prodscomparison .prodimg {
    width:155px;
    height: 100px;
    padding:5px;
    text-align:center;
    border:none;
}

.zprodscomparison .prodimg img {
    height: 100px;
}

.prodscomparison .prodprice {
    color: #323e48;
    font-size: 26px;
    font-weight: bold;
    margin-top: 5px;
}

.prodscomparison .prodcompare {
    text-align: right;
}

.searchboxcontainer > div {
    display: flex;
}

.searchboxcontainer span,
.add-code-to-fav-list input[type="text"] {
    flex: 1;
}

.prods-list-heading {
    position: relative;
}

.prods-list-heading .del-fav-list,
.prods-list-heading .edit-fav-list {
    font-size: 20px;
    margin: 0 3px;
    position: relative;
    top: -4px;
	color: #323e48;
}

.prods-list-heading .del-fav-list {
    color: red;
}

.add-code-to-fav-list {
    position: absolute;
    right: 0;
    top: 4px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.add-code-to-fav-list input[type="text"] {
    margin: 0 5px;
}

.add-code-to-fav-list input[type="text"],
.add-code-to-fav-list .btn {
    height: 30px;
}

@media (max-width: 767px) {
.add-code-to-fav-list {
    position: static;
    width: 100%;
    display: block;
}
    
.add-code-to-fav-list input[type="text"] {
    margin: 5px 0;
}
}

#MPMain_gridStdOrds table, #MPMain_pnlDateRange table {
    width: 100%;
}

#MPMain_gridStdOrds table.products td a,
#MPMain_gridStdOrds table.products th a {
    padding: 0 15px !important;
    line-height: 30px;
    font-size: 12px;
}

#MPMain_pnlDetails {
	padding: 0 !important;

}

#MPMain_lblOrderTitle {
	/*font-family: 'omnesmedium', sans-serif;*/
	font-weight: 700 !important;
	font-size: 14px;
	display: block;
	background-color: #596c79;
	padding: 12px 20px;
	color: #fff;
}

#MPMain_dgrdDetail {
	width: 100%;
	border: 0 none;
	margin: 0 0 20px;
}

#MPMain_dgrdDetail tr {
	background-color: transparent !important;
}

#MPMain_dgrdDetail tr.th1 {
	/*font-family: 'omnesmedium';*/
	font-weight: 700;
    background-color: #F3F3F3 !important;
	text-align: left;
}

#MPMain_dgrdDetail .th1 a {
	color: inherit;
}

#MPMain_dgrdDetail td {
	border: 0 none;
	border-bottom: solid 1px #c2c2c2;
	padding: 10px;
    font-size: 14px;
}

.table-responsive-wrapper h4 {
	/*font-family: 'omnessemibold', sans-serif;*/
	font-weight: 700;
	font-size: 18px;
	margin: 0 0 20px;
}

.table-bordered th {
	/*font-family: 'omnesmedium';*/
	font-weight: 700;
    background-color: #F3F3F3;
}

.record-counter {
	font-size: 14px;
}

.record-counter span {
	/*font-family: 'omnesmedium';*/
	font-weight: 700;
}

.scheduled-orders-wrapper .form-group.d-flex .form-control {
	margin: 0 5px 0 0;
}

.scheduled-orders-wrapper .form-group.d-flex .form-control+.form-control {
	margin: 0 0 0 5px;
}

.table-invoices,
.table-orders-backorders {
    width: 100%;
    border: solid 1px #c2c2c2;
}

.table-invoices th,
.table-orders-backorders th {
    font-weight: 700;
    font-size: 15px;
	background-color: #F3F3F3;
}

.table-invoices th,
.table-invoices td,
.table-orders-backorders th,
.table-orders-backorders td {
    font-size: 14px;
    border: 0 none;
    padding: 10px;
    border-bottom: solid 1px #c2c2c2;
}

.table-invoices tr:last-child td,
.table-orders-backorders tr:last-child td {
    border: 0 none;
}

.table-orders-backorders td.col-date,
.table-orders-backorders td.col-qty {
	width: 110px;
}

.table-orders-backorders td.col-date:last-child {
	width: 180px;
}

.table-orders-backorders td.col-ref {
	width: 120px;
}

.table-invoices .col-view {
	text-align: right;
}

@media (max-width: 767px) {
.table-invoices th:nth-child(3),
.table-invoices td:nth-child(3),
.table-invoices th:nth-child(4),
.table-invoices td:nth-child(4),
.table-invoices th:nth-child(5),
.table-invoices td:nth-child(5),
.table-invoices th:nth-child(7),
.table-invoices td:nth-child(7),	
.table-orders-backorders th:nth-child(2),
.table-orders-backorders td:nth-child(2),
.table-orders-backorders th:nth-child(4),
.table-orders-backorders td:nth-child(4),
.table-orders-backorders th:nth-child(5),
.table-orders-backorders td:nth-child(5),
.table-orders-backorders th:nth-child(7),
.table-orders-backorders td:nth-child(7),
.table-orders-backorders th:nth-child(8),
.table-orders-backorders td:nth-child(8),
.table-orders-backorders th:nth-child(9),
.table-orders-backorders td:nth-child(9),
.table-orders-backorders th:nth-child(10),
.table-orders-backorders td:nth-child(10),
.carousel-indicators {
    display: none;
}
	
.table-orders-backorders th.col-ref,
.table-orders-backorders td.col-ref {
	width: auto;
}
	
.table-invoices .btn {
    padding: 0 8px;
    height: 28px;
	line-height: 28px;
    font-size: 12px;
}
}

.product-main .product-icon {
	position: absolute;
	left: -60px;
    top: 22px;
}

.product-main .icon-list {
	position: absolute;
	left: -60px;
    top: 53px;
	display: flex;
    flex-direction: column;
	align-items: center;
}

.product-main .icon-list > span {
	margin: 0 0 5px;
}

.product-main .icon-list .fa-2x {
    font-size: 24px;
}

.product-main .product-icon .icon-label {
	display: none;
}

.product-main .product-icon .fav-icon .fa-2x {
    top: auto;
	margin: 0;
}

.product-images .ribbon-image {
    left: 7px;
}

@media (max-width: 767px) {
.product-main .product-icon,
.product-main .icon-list {
    position: static;
}
	
.product-main .icon-list {
	flex-direction: row;
	align-items: flex-start;
	margin: 10px 0;
}
	
.productdetail .bulk-prices-table {
    width: 100% !important;
}
	
.product-main .icon-list > span {
	margin: 0 10px 0 0;
}
	
.product-images .ribbon-image {
    top: 22px;
}
}

.table-add-mult td {
	padding: 10px 0;
	text-transform: capitalize;
}

.table-add-mult .txtbox1 {
	display: inline-block;
	width: 40%;
	margin: 0 20px 0 5px;
}

@media (max-width: 1350px) {
.table-add-mult .txtbox1 {
	width: 35%;
}
}

@media (max-width: 992px) {
.table-add-mult .txtbox1 {
	width: 30%;
}
}

@media (max-width: 767px) {
.table-add-mult,
.table-add-mult * {
	display: block !important;
	width: 100% !important;
}
	
.table-add-mult td {
	padding: 0;
}
	
.table-add-mult .txtbox1 {
	margin: 5px 0 20px;
}
}

.productdetail div.bulk-prices {
	padding: 0;
	background-color: transparent;
	width: auto;
	margin: 20px 0 30px;
}

.productdetail .bulk-prices-table {
	width: 70%;
}

.productdetail .bulk-prices-table th {
    background: #596c79;
}

.productdetail .bulk-prices-table th,
.productdetail .bulk-prices-table td {
    padding: 10px;
    font-size: 14px;
}

.productdetail .bulk-prices-table tr {
    border-bottom: solid 1px #c2c2c2;
}

.product-main span.label {
	font-weight: 700;
}

.product-main p {
	margin: 15px 0;
}

.prices {
	position: relative;
}

.price-discount {
	color: red;
}

@media (min-width: 768px) {
.price-discount {
	position: absolute;
	right: 0;
	top: 4px;
}
}

.stock-level {
	font-size: 13px;
	font-weight: 700;
}

.stock-level-label,
.stock-level-value {
	font-weight: 700;
	color: #71bf44;
}

.special-group-items-list {
	display: flex;
	flex-wrap: wrap;
	padding: 40px 0 0;
	margin-left: -15px;
	margin-right: -15px;
}

.sgi-list-table {
	width: 100%;
	border: solid 1px #c2c2c2;
}

.sgi-list-table tr:not(:last-child) {
	border-bottom: solid 1px #c2c2c2;
}

.sgi-list-table th,
.sgi-list-table td {
	font-size: 13px;
	padding: 10px;
}

.sgi-list-table th:first-child,
.sgi-list-table td:first-child {
	padding-left: 20px;
}

.sgi-list-table th:last-child,
.sgi-list-table td:last-child {
	padding-right: 20px;
}

.sgi-list-table tr.categ1,
.sgi-list-table tr.categ2 {
	border-bottom: 0 none;
}

.sgi-list-table tr.categ1 td,
.sgi-list-table tr.categ2 td {
	font-size: 15px;
	font-weight: 700;
	padding-bottom: 0;
}

.total-row {
	font-size: 24px;
	font-weight: 700;
	margin: 75px 0 10px;
}

.sgi-list-table-wrapper {
	max-height: 1000px;
	overflow: auto;
}

.side-part {
	position: sticky;
	top: 0;
}

.leadtime-note span span span span {
    font-size: 12px !important;
}

.bulk-pricing-hover {
    font-size: 12px;
    line-height: normal;
}

.bulk-pricing-hover h3 {
    font-size: 18px;
    line-height: 120%;
    margin: 0 0 10px;
}

.bulk-prices-table td.c_discount span {
    display: inline-block;
}

.product-blurb {
    font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial,sans-serif;
}
/* Product pages styling */

.pg-myaccount .caption-div {
	display: none !important;
}

.account-wrapper {
	padding: 30px 0 0;
}

.account-tile {
    border-radius: 10px;
    padding: 30px 40px 30px 30px;
    border: 1px solid #E0E0E0;
    margin: 0 0 30px;
    color: #000;
	min-height: 135px;
}

.account-tile:hover {
    color: #0281b3;
    background-color: #FAFBFC;
    box-shadow: 0 1px 0 #F6F6F6;
}

.account-tile .icon {
    width: 60px;
    margin: 0 15px 0 0;
    text-align: center;
}

.account-tile .icon img {
    height: 50px;
    width: auto;
}

.account-tile .flex-fill {
    max-width: calc(100% - 75px);
}

.account-info h4 {
    font-size: 18px;
    margin: 0;
}

.account-info p {
    line-height: 18px;
    margin: 5px 0 0;
}

.catalogue {
    margin: 0 0 50px;
}

@media (min-width: 768px) {
.catalogue {
	max-width: 75%;
	margin-left: auto;
	margin-right: auto;
}
}

.catalogue > a {
    display: block;
    position: relative;
    color: #fff;
    text-decoration: none !important;
}

.catalogue > a img {
    border: #455560 1px solid;
}

.catalogue > a span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 12px 5px;
    background-color: #000;
    font-size: 14px;
    font-weight: 700;
    min-height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
}

#divRegister,
.login_welcome,
.loginbox {
    text-align: left;
}

#divRegister section.block header {
    font-size: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin: 20px 0 30px;
    padding: 0 0 10px;
    font-weight: 700;
    color: #000;
    background-color: transparent;
}

.logintable {
    width: 100%;
    max-width: 450px;
}

.logintable, .logintable tbody, .logintable tr, .logintable td {
    display: block;
    text-align: left;
}

.login_links {
    text-align: left;
    padding: 30px 0 70px;
}

.login_content0 {
    margin: 0 0 40px;
}

.login_content0 img {
    max-width: 100%;
    width: auto;
    height: auto;
}

ol {
    margin-bottom: 30px;
}

hr {
    margin: 30px 0;
}

.team-wrapper h2 {
    margin: 0 0 30px;
}

.team-wrap {
    margin: 0 0 50px;
    display: inline-block;
    text-align: center;
}

.team-wrap .img {
    position: relative;
    overflow: hidden;
}

.team-wrap h3 {
    margin: 15px 0 0;
}

.team-wrap h5 {
    font-size: 16px;
    font-style: italic;
    color: rgba(0,0,0,0.5);
    margin: 0;
}

.contact-container {
    background-color: rgba(0,0,0,.65);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    font-size: 13px;
    text-align: left;
    transition: all 0.2s ease-in-out;
    padding: 10px 10px 0;
}

.contact-container p {
    color: #fff;
    margin: 0;
    font-weight: 700;
}

.contact-container .contact {
    color: #cf0 !important;
    text-decoration: underline;
    display: inline-block;
    margin: 0 0 10px;
}

.team-wrap:hover .contact-container {
    opacity: 1;
    visibility: visible;
}

#simplemodal-container .simplemodal-data {
    padding: 15px;
}

.rqstcatpage #Table1 td {
    padding: 5px 0;
}

.rqstcatpage #Table1 td:first-child {
    padding: 10px 0 0;
    width: 140px;
}

#MPMain_RequiredFieldValidator1,
#MPMain_RequiredFieldValidator2,
#MPMain_RequiredFieldValidator3,
#MPMain_RequiredFieldValidator4,
#MPMain_RequiredFieldValidator5,
#MPMain_RequiredFieldValidator6,
#MPMain_RequiredFieldValidator7,
#MPMain_RequiredFieldValidator8,
#MPMain_RequiredFieldValidator9 {
    color: red;
    font-size: 12px;
}

@media (min-width: 768px) {
.google-map .embed-responsive-16by9:before {
    padding-top: 23%;
}
}

.google-map {
    margin: 0 0 50px;
}

.contact-wrapper h3 {
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: rgba(0,0,0,0.1) 1px solid;
}

.contact-wrapper p {
    margin: 0 0 30px;
}

/* tooltip styling */
.tooltipster-shadow2 {
    background-color: #000;
    color: #fff;
}

.tooltipster-shadow2 .tooltipster-content {
    font-size: 12px;
    padding: 8px 15px;
    line-height: normal;
}

.tooltipster-arrow-top span,
.tooltipster-arrow-top-right span,
.tooltipster-arrow-top-left span {
    border-color: #000;
    border-left: 6px solid transparent !important;
    border-right: 6px solid transparent !important;
    border-top: 6px solid;
    bottom: -5px;
}

.tooltipster-arrow-top-left span,
.tooltipster-arrow-bottom-left span {
    left: 10px;
}

@media (max-width: 767px) {
.cart-popup.dropdown-menu {
    right: -10px;
    width: 330px;
}

.cart-popup:before {
    right: 14px;
}

.cart-popup:after {
    right: 13px;
}

.product-image-wrapper img {
    width: 50px;
}

.product-item-details {
    padding: 0 0 0 12px;
    max-width: calc(100% - 50px);
}

.minicart-items-wrapper {
    max-height: 280px;
}
    
.phone-hide {
    display: none !important;
}
    
.table-product-attributes td:first-child {
    width: auto;
}
    
.rqstcatpage #Table1 td {
    padding: 5px 0;
    display: block;
}
    
.brand-item {
    width: calc(50% - 10px);
    max-width: none;
    flex: 0 0 calc(50% - 10px);
	height: 105px;
}
	
#hero-carousel .carousel-item {
	height: 250px;
}
	
.site-feautres {
    padding: 10px 0;
}
	
.icon-box-wrapper {
    justify-content: flex-start;
    margin: 15px 0;
}
	
.location-info {
    margin: 0 0 40px;
}
	
.price-etc a.btn,
.prodscomparison .add-to-ord .btn-add-to-cart {
    font-size: 12px;
}
}

.navbar-logo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 20px;
}

.navbar-logo > a {
    padding: 0 !important;
    background-color: transparent !important;
    display: inline-block !important;
    vertical-align: middle !important;
}

.navbar-logo img {
    width: 100%;
    height: auto;
    max-width: 120px;
}

.admin .social-sidebar {
    display: none !important;
}

.bnr {
  width: 100% !important;
  max-width: none !important;
}

ol.bjqs-markers {
    z-index: 20;
}

.ac_results {
    border: 0 none;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 6px 6px 0px;
    margin: -5px 0 0;
    padding: 5px 0 0;
    z-index: 99;
}

.ac_results ul {
    max-height: none !important;
    overflow: visible !important;
}

.ac_results li {
    padding: 10px 20px;
    font-family: inherit;
    font-size: 14px;
    line-height: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.025);
    cursor: pointer;
    background: url(./images/side-arrow.svg) no-repeat scroll calc(100% - 15px) center;
    background-size: 20px auto;
}

.ac_results li:first-child {
    border: 0 none;
}

.ac_results li strong {
    font-weight: 700;
    color: #000;
}

.ac_over,
.ac_results li:hover {
    background-image: url(./images/side-arrow-hover.svg);
    background-color: rgba(0, 0, 0, 0.05);
    color: inherit;
}

.ac_odd {
    background-color: transparent;
}

@media (min-width: 992px) {
.modal-lg {
    max-width: 850px;
}
}

#appointment-modal .modal-body {
    overflow: hidden;
}

#appointment-modal iframe {
    margin-top: -80px;
}

.bookme-wrap a {
    display: block;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 700;
    width: 150px;
    border-radius: 6px;
    background-color: #3174fe;
    color: #fff;
    text-decoration: none;
    margin: 0 20px 20px 0;
    text-align: center;
}

.news-feed-item {
    border-radius: 0;
    padding: 20px 0;
    border: 0 none;
    border-bottom: 1px solid #ccc;
}

.news-feed-item:hover {
    background-color: transparent !important;
}

.news-feed-item h4 {
    font-size: 26px;
    font-weight: 700;
    color: #000;
}

.news-feed-item h4 a {
    color: inherit;
}

.news-item.viewed {
    opacity: 1 !important;
}

.media-body {
    font-size: 16px;
}

.file-item {
    padding: 2px 25px 2px 10px;
}

.file-item .close {
    top: 1.5pt !important;
    right: 5px !important;
    padding: 0 !important;
    text-shadow: none !important;
    opacity: 1 !important;
    font-family: initial !important;
}

.list-view .news-feed-item .media {
    display: flex !important;
}

.list-view .news-feed-item .media > a {
    width: 100%;
    max-width: 360px;
    margin: 10px 0 !important;
}


.list-view .news-feed-item .media > a img,
.list-view .news-feed-item .media > a svg {
    width: 100% !important;
    max-width: none !important;
}

.list-view .news-feed-item .media-body {
    padding: 10px 0 10px 30px;
}

.news-item-container {
    padding:0;
    border: 0 none !important;
}

.gj-list {
    border: 1px solid #ccc;
    padding: 10px 0;
}

.gj-list > .list-group-item {
    border-bottom: 1px solid #ccc !important;
}

.gj-list > .list-group-item:last-child {
    border: 0 none !important;
}

.text-wrap h3 {
    margin: 0 0 15px;
}

.text-wrap p {
    margin: 0 0 35px;
}

.text-wrap ol,
.text-wrap ul {
    margin-bottom: 35px;
}

.text-wrap ol ol,
.text-wrap ol ul,
.text-wrap ul ol,
.text-wrap ul ul {
    margin-top: 15px;
}

.text-wrap ol li,
.text-wrap ul li {
    line-height: 20px;
    margin: 0 0 10px;
}

.text-wrap ol li:last-child,
.text-wrap ul li:last-child {
    margin: 0;
}

.login #aspnetForm,
.login .caption-div > div,
#MPMain_pnlResetPassword1 {
    max-width: 450px;
    margin-left: auto;
	margin-right: auto;
}

.login .caption-div > div {
    max-width: 480px;
	padding-top: 30px;
}

#MPMain_pnlResetPassword1 * {
	display: block;
}

.extrapage .pg_main {
	width: 100%;
}

/* data tables styling */
body section#dtplugin {
	font-family: "Quicksand", sans-serif;
	font-size: 14px;
}

body section#dtplugin #app a {
    color: #000;
}

body section#dtplugin #app .dataTables_filter > label {
	font-size: 15px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 0 0 20px;
}

body section#dtplugin #app .dataTables_filter .form-control.form-control-sm {
	max-width: 320px;
	height: 40px;
	flex: 1;
	margin: 0 0 0 10px;
	box-shadow: none !important;
}

body section#dtplugin #app .nav-tabs .nav-item {
    margin-right: 10px;
}

body section#dtplugin #app .table-bordered {
    border: 1px solid #c2c2c2;
}

body section#dtplugin #app .table-bordered tr.even td {
    background-color: rgba(0,0,0,0.05);
}

body section#dtplugin #app .table-bordered th,
body section#dtplugin #app .table-bordered td {
    border: 0 none;
	border-bottom: solid 1px #c2c2c2;
}

body section#dtplugin #app .table-bordered tr:last-child th,
body section#dtplugin #app .table-bordered tr:last-child td {
    border: 0 none;
}

body section#dtplugin #app .table .thead-light th {
	font-size: 12px;
    color: #000;
    background-color: #F3F3F3;
}

body section#dtplugin #app .page-link {
    color: #000;
}

body section#dtplugin #app .page-item.active .page-link {
    background-color: #000;
	border-color: #000;
}

body #app #bulk--orders table .tools.text-center {
	text-align: left !important;
}

body #app #bulk--orders table th.tools,
body #app #bulk--orders table td.tools,
body #app #student--packs table th.tools,
body #app #student--packs table td.tools,
body #app #studentlist--orders table th.tools,
body #app #studentlist--orders table td.tools {
    min-width: 375px;
    width: 375px;
}

body #app #bulk--orders table td.tools .btn-xs,
body #app #student--packs table td.tools .btn-xs,
body #app #studentlist--orders table td.tools .btn-xs {
    font-size: 13px;
    padding: 8px 10px;
    text-transform: none;
    border-radius: 0;
    margin: 0 5px 5px 0;
}

#b2ssummary--page,
#b2s-order-form-summary--page {
	margin: 30px 0 0;
}

body #dtplugin #app table:not(.table) td {
    text-align: inherit;
    vertical-align: top;
}

.bts-ordersum-wrapper {
	font-size: 13px;
}

#dtplugin #app #b2ssummary--page .dataTable thead th,
#dtplugin #app #b2ssummary--page .dataTable tbody td,
#dtplugin #app #b2s-order-form-summary--page .dataTable thead th,
#dtplugin #app #b2s-order-form-summary--page .dataTable tbody td {
	text-align: inherit;
	padding: 0.5rem;
}

#dtplugin #app #b2ssummary--page .col-5 .table:not(.dataTable) thead th,
#dtplugin #app #b2ssummary--page .col-5 .table:not(.dataTable) tbody td {
	padding: 0.5rem;
}

.ordersum-header img {
	margin: 0 0 20px;
}

.ordersum-header h2 {
	margin: 0 0 5px;
}

.ordersum-header p {
	margin: 0;
	line-height: 160%;
}

.bts-order-summary p {
	font-size: 16px;
	color: rgba(0,0,0,0.7);
}

.bts-order-summary p strong {
	color: #000;
	padding: 0 0 0 15px;
}

.attn-info {
	margin: 20px 7% 50px;
}

.attn-info h5 {
	font-size: 14px;
	margin: 0 0 5px;
}

.bts-ordersum-wrapper .key-features p {
	margin: 0 0 10px;
}

.bts-ordersum-wrapper .key-features ul {
	margin-bottom: 10px;
}

.bts-ordersum-wrapper .key-features p:last-of-type {
	margin: 0 0 20px;
}

.cta-listing h1 {
    text-align: center;
    margin: 0 0 50px;
}

.cta-item {
    position: relative;
    margin: 0 0 30px;
}

.cta-item .btn {
    color: #000 !important;
    line-height: 43px;
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
    background-color: #f9be3e;
    border-radius: 4px;
}

.cta-heading {
    font-size: 16px;
    color: #fff;
    line-height: 140%;
    left: 0;
    right: 25%;
    top: 15px;
    position: absolute;
    background-color: #000;
    padding: 15px 20px;
    z-index: 5;
}

.cta-heading:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #000;
    transform-origin: bottom left;
    transform: skew(-30deg, 0deg);
}

.go:after {
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    display: inline;
    margin-left: 0.4rem;
    margin-bottom: 0.2rem;
    font-weight: 700;
}

.go {
    position: relative;
}

@media only screen and (max-width: 768px) {
body .carousel + .static-content {
    display: none;
}
}

#dlgChooseAccount h1 {
    font-size: 26px;
    line-height: 140%;
}

.account-list {
    width: 100%;
    border: 1px solid #c2c2c2;
}

.account-list td {
    font-size: 13px;
    padding: 10px;
    border: 1px solid #c2c2c2;
}

.account-list .btn {
    font-size: 12px;
    padding: 0 16px;
    height: 34px;
}

body .bootstrap-iso .table, #app .table {
    font-size: 13px;
}

.bts-status {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    display: inline-block;
}

.bts-status.bts-status-pending {
    background-color: #FF0000;
}

.bts-status.bts-status-inprogress {
    background-color: #FFC000;
}

.bts-status.bts-status-wait-approval {
    background-color: #D86DCD;
}

.bts-status.bts-status-approve {
    background-color: #00B0F0;
}

.bts-status.bts-status-redelegated {
    background-color: #FFC000;
}

.bts-status.bts-status-delegate {
    background-color: #FFC000;
}

.bts-status.bts-status-new {
    background-color: #FF0000;
}

.bts-status.bts-status-submit {
    background-color: #00B050;
}

.bts-status.bts-status-cancel {
    background-color: rgba(0, 0, 0, .3);
}