@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Myriad Web Pro';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Web Pro'), url('Myriad Web Pro.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Web Pro';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Web Pro'), url('myriad-web-pro.woff') format('woff');
}


@font-face {
    font-family: 'MyriadWebPro-Bold';
    font-style: normal;
    font-weight: normal;
    src: local('MyriadWebPro-Bold'), url('myriadwebpro-bold.woff') format('woff');
}


@font-face {
    font-family: 'MyriadWebPro-CondensedItalic';
    font-style: normal;
    font-weight: normal;
    src: local('MyriadWebPro-CondensedItalic'), url('myriadwebpro-condenseditalic.woff') format('woff');
}

html, body {
	height: 100%;
}

body {
    font-family: 'Myriad Web Pro', sans-serif;
    color: #666;
    font-size: 15px;
    background-color: #fff;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    line-height: 1.6;
    overflow-x: hidden;
}

#wrapper {
    min-height: 800px;
    padding: 0 0 50px;
}

b, strong, h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-family: 'MyriadWebPro-Bold';
}

h1 {
    font-size: 40px;
    color: #000;
    margin: 0 0 15px;
}

h2 {
    font-size: 32px;
    color: #000;
    margin: 0 0 15px;
}

h3 {
    font-size: 24px;
    color: #000;
    margin: 0 0 15px;
}

h4 {
    font-size: 18px;
    color: #000;
    margin: 0 0 10px;
}

h5 {
    font-size: 15px;
    color: #000;
    margin: 0 0 10px;
}

h6 {
    font-size: 12px;
    color: #000;
    margin: 0 0 10px;
}

@media (min-width: 1600px) {
.container-fluid,
.container,
.caption-div > div {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
}

.container, .caption-div > div {
    max-width: 1650px;
}

p {
    line-height: 24px;
    margin: 0 0 30px;
}

a {
    color: rgb(0,84,159);
    text-decoration: none !important;
}

a:hover, a:focus {
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    color: #18448f;
}

a.link {
    position: relative;
}

a.link:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 1px;
    background-color: rgb(0,84,159);
}

a.link:hover:after {
    display: none;
}

.control-label,
.logintable span,
#MPMain_pnlSpecialInstructions .label1,
.cart_stdords .label1,
#MPMain_pnlResetPassword1 #MPMain_lblUserID {
    font-family: 'MyriadWebPro-Bold';
    font-weight: normal;
    font-size: 16px;
    margin: 0 0 7px;
    line-height: 18px;
    display: block;
}

#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: 40px;
    border-radius: 0;
    background-color: rgba(255,255,255,1);
    background-clip: padding-box;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

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;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 0 10px;
    height: 40px;
	border: solid 1px #c2c2c2;
}

textarea.form-control, textarea {
    resize: none;
    height: 250px;
    padding: 10px;
}

.form-control::-moz-placeholder {
    color: #bfbdbd;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color:#bfbdbd;
}

.form-control::-webkit-input-placeholder {
    color:#bfbdbd;
}

.btn, .btn_so, .checkout-btn, input[type="submit"] {
    color: #fff !important;
    padding: 0 15px;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 0;
    font-size: 13px;
    text-align: center;
    border: rgb(0,84,159) 2px solid;
    background-color: rgb(0,84,159);
    height: 40px;
    vertical-align: middle;
}

.btnA_2, .btnA_1 {
    background-color: #000;
    border: #000 1px solid;
    color: #fff !important;
}

a.btn {
    display: inline-block;
    vertical-align: middle;
    line-height: 36px;
    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: rgb(0,84,159);
}

.btn-primary:hover {
    color: rgb(0,84,159) !important;
    border-color: rgb(0,84,159);
    background-color: #fff;
}

.btn-secondry {
    background-color: rgba(1, 118, 63, 0.08) !important;
    color: #01763f !important;
}

.btn.btn-lg {
    font-size: 18px;
    font-weight: 700;
    padding: 0 30px;
    height: 60px;
}

a.btn.btn-lg {
    line-height: 60px;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #ac0006;
    border-color: #ac0006;
    color: #fff;
}

.narrow-row {
    margin-left: -10px;
    margin-right: -10px;
}

.narrow-row > div[class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

img {
	width: auto;
	height: auto;
	max-width: 100%;
}

.top-bar {
    background: #f5f5f5;
    border-bottom: 1px solid rgba(102,102,102,0.1);
    height: 41px;
}

.top-bar p {
    line-height: 43px;
    margin: 0;
}

.header-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.header-nav > li {
    margin: 0 18px 0 0;
}

.header-nav > li:last-child {
    margin: 0;
}

.header-nav > li > a {
    color: #666;
    display: block;
    line-height: 40px;
    font-size: 14px;
}

.header-nav > li > a .fa {
    margin: 0 4px 0 0;
}

.header-nav > li.login-link a {
    font-family: 'MyriadWebPro-Bold';
    text-transform: uppercase;
    color: #000 !important;
    background-color: #ffcf19;
    border: 0 none !important;
    padding: 0 20px;
}

.primary-header {
    padding: 30px 0;
    position: relative;
	background-color: #fff;
}

.right-header {
    margin: 0 0 0 30px;
}

.cart-wrap {
    position: relative;
}

.cart-wrap .cart-link {
    background: url(/images2/shopping-basket.svg) no-repeat scroll left center;
    background-size: 40px auto;
    padding: 5px 0 0 55px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #666;
    line-height: 18px;
}

.cart-wrap .cart-link strong,
.phone-wrap h4,
.phone-wrap h6 {
    font-size: 18px;
    font-family: 'Myriad Web Pro', sans-serif;
    margin: 0;
}

.phone-wrap {
    margin: 0 20px 0 0;
    padding: 0 20px 0 0;
    border-right: rgba(0,0,0,0.1) 1px solid;
}

.phone-wrap .phone-link {
    background: url(/images2/phone.svg) no-repeat scroll left center;
    background-size: auto 40px;
    padding: 5px 0 0 50px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #666;
    line-height: 18px;
}

.phone-wrap h6 {
    font-size: 15px;
}

.admin-link, .account-link, .favorite-link {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 14px;
    padding: 0 0 0 20px;
}

.admin-link {
    background-image: url(/images2/admin-icon.svg);
    padding: 0 0 0 28px;
}

.account-link {
    background-image: url(/images2/user-icon.svg);
}

.favorite-link {
    background-image: url(/images2/heart-icon.svg);
}

.mail-info, .call-info, .cart-info, .address-info {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 30px auto;
    padding: 40px 0 0;
    color: #55585d;
    font-size: 13px;
    font-weight: 500;
    display: block;
    margin: 0 0 0 40px;
}

.mail-info {
    background-image: url(/images2/email-icon.svg);
    margin: 0 !important;;
}

.call-info {
    background-image: url(/images2/call-icon.svg);
}

.cart-info {
    background-image: url(/images2/cart-icon.svg);
}

.navbar,
nav {
    background-color: rgb(0,84,159);
    padding: 0;
}

.brand-wrap {
    flex: 1;
}

.navbar-brand {
    height: auto;
    padding: 0;
}

.navbar-brand img {
    width: 200px;
    height: auto;
}

.primary-nav {
    background-color: rgb(0,84,159);
    width: 100%;
}

.nav-link {
    padding: 0;
    color: #fff;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    font-family: 'MyriadWebPro-Bold';
}

.navbar-nav > li:hover .nav-link,
.navbar-nav > li .nav-link:focus,
.navbar-nav > li.show .nav-link {
    background-color: #d20009;
    color: #fff;
}

.dropdown-toggle::after {
    position: relative;
    top: 2px;
    left: 3px;
}

.dropdown-menu,
.my-menu ul ul {
    border: 0 none;
    min-width: 250px;
    margin: 0;
    padding: 10px 0;
    border-radius: 0;
    background-clip: border-box;
    background-color: #2377bc;
}

.accounts-dropdown .fas,
.accounts-dropdown .far,
.accounts-dropdown .fa {
    display: none;
}

.my-menu ul ul {
    min-width: 270px;
    border: rgba(0,0,0,0.1) 1px solid;
    background-color: rgba(255,255,255,0.9);
}

.dropdown-menu li,
.my-menu ul ul li {
    padding: 0;
    background-color: transparent !important;
    border: 0 none !important;
}

.dropdown-menu li a,
.my-menu ul ul li a {
    color: #fff;
    font-size: 14px;
    height: auto;
    line-height: 20px;
    padding: 7px 25px;
    background-color: transparent !important;
    display: block;
    text-decoration: none !important;
    position: relative;
}

.dropdown-menu li a:after,
.my-menu ul ul li a:before,
.mobile-menu .product-menu .nav-link:after {
    content: "\f105";
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    -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;
    color: #fff;
    font-size: 12px;
}

.mobile-menu .product-menu .nav-link:after {
    color: #000;
}

.my-menu ul ul li a:before {
    color: #b8b8b8;
}

.my-menu ul ul li a {
    color: #343434 !important;
    font-size: 14px;
}

.dropdown-menu li a:hover {
    color: #fff;
    background-color: rgba(255,255,255,0.15) !important;
}

.my-menu ul ul li a:hover,
.my-menu ul ul li a:hover:before{
    color: #137bc0 !important;
}

.global-search {
    width: 100%;
    max-width: 400px;
}

#search {
    position: relative;
}

#search .form-control {
    padding: 0 45px 0 20px;
    position: static;
    color: #555;
    height: 40px;
    border: 1px solid #e8e8e8;
    border-radius: 100px;
    width: 100%;
}

#search .search-btn {
    position: absolute;
    right: 2px;
    top: 2px;
    height: 36px;
    width: 36px;
    padding: 0;
    border: 0 none;
    background-color: #2377bc;
    color: #fff;
    font-size: 16px;
    border-radius: 50%;
}

@media (min-width: 1200px) {
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
}
}

@media (min-width: 992px) {
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
}
}

#hero-carousel {
    margin: 0;
    position: relative;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: none !important;
}

.carousel-control-next,
.carousel-control-prev {
    background-repeat: no-repeat;
    background-position: center;
    width: 60px;
    height: 80px;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    background-size: 12px auto;
    background-color: rgba(0,43,69,0.5);
    border-radius: 0 10px 10px 0;
    opacity: 1 !important;
}

.carousel-control-next {
    background-image: url(/images2/chevron-right-white.svg) !important;
    border-radius: 10px 0 0 10px;
}

.carousel-control-prev {
    background-image: url(/images2/chevron-left-white.svg) !important;
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
    background-color: rgba(0,43,69,1);
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border: 0 none;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.2);
    opacity: 1;
}

.carousel-indicators li.active {
    background-color: #2377bc;
}

.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 {
    padding: 20px 0 65px;
	border-bottom: #5a5d62 1px solid;
}

.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: 20px;
}
    
.navbar-brand {
    width: 110px;
    margin: 0 0 0 45px;
    float: none;
    display: block;
}
    
.navbar-brand img {
    width: 100%;
    height: auto;
}
	
.global-search {
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 15px;
	width: auto;
	max-width: none;
}
	
.right-header {
	width: auto;
	max-width: none;
	margin: 0;
}
	
.cart-wrap .cart-link {
    background-size: 26px auto;
    padding: 5px 0 0 35px;
}
    
.tablet-hide,
.product-menu .dropdown-menu ul {
    display: none !important;
}
    
.top-bar {
    height: 0;
}
    
.top-bar li.dropdown {
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 10;
}
    
.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;
    font-weight: 500;
}
    
.mobile-menu .nav-link.signin-nav {
    border: 0 none;
    background-color: rgb(0,84,159) !important;
    color: #fff !important;
}
    
.mobile-menu .nav-link:hover,
.navbar-nav > li:hover .nav-link {
    background-color: rgba(0,0,0,0.05);
    color: #000 !important;
}
    
.mobile-menu .nav-link img {
    width: 24px;
    height: auto;
    vertical-align: middle;
    margin: 0 15px 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: 100%;
    padding: 0 0 5px;
}

.dropdown-menu li {
    border-bottom: 0 none;
}

.dropdown-menu li a {
    padding: 10px 60px;
    position: relative;
    font-size: 13px;
    color: #000;
}

.navbar-nav .dropdown .nav-link {
    position: relative
}
    
.product-menu {
    display: none;
}
    
.product-menu.show {
    display: block;
}
    
.mobile-menu .product-menu .nav-link {
    font-size: 13px;
    border: 0 none;
    padding: 10px 60px;
    line-height: 20px;
}
    
.mobile-menu .product-menu .dropdown-menu > li > a {
    position: relative;
}
    
.dropdown-menu li a:after, .my-menu ul ul li a:before {
    color: #000;
}
}

.intro-wrapper {
    padding: 70px 0;
    text-align: center;
}

.intro-wrapper h3 {
    font-family: 'MyriadWebPro-Bold';
    font-size: 24px;
    color: rgb(0,99,164);
    margin: 0 0 20px;
}

@media (min-width: 768px) {
.intro-wrapper p,
.intro-wrapper h3 {
    margin-left: 15%;
    margin-right: 15%;
}
}

#testimonial-carousel {
    position: relative;
    padding: 80px 0 40px;
}

@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;
    -webkit-transition: background-color 0.2s ease;
    quotes: "\201C""\201D";
    position: relative;
    font-size: 16px;
    line-height: 28px;
    min-height: 400px;
	color: rgba(0,0,0,0.5);
	background-color: #f5f5f5;
}

.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;
    transition: all 0.2s ease;
    -webkit-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: #f5f5f5;
}

.testimonial-wrap p {
    font-size: 18px;
    margin: 0;
    color: rgba(0,0,0,0.5);
}

.owl-item.active.center .testimonial {
    background-color: rgb(0,84,159);
    color: #fff;
}

.owl-item.active.center .testimonial .bottom-arrow:after {
    border-color: rgb(0,84,159);
}

.owl-item.active.center .testimonial-wrap p {
    color: rgb(0,84,159);
	opacity: 1;
}

.featured-brands-wrap {
    padding: 100px 0 0;
}

.brands-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px 0 0;
    padding: 0;
    list-style: none;
}

.brand-item {
    max-width: calc(16.666666% - 14px);
    overflow: hidden;
    flex: 0 0 calc(16.666666% - 14px);
    align-items: center;
    justify-content: center;
    display: flex;
    height: 120px;
	margin: 0 7px 14px;
	background-color: #fff;
	border-radius: 5px;
}

.brand-item .brand-img {
    margin: 0 auto;
    display: block;
    text-align: center;
}

.brand-img img {
    max-width: 90%;
    width: auto;
    height: auto;
}

.brand-item:nth-child(3) .brand-img img,
.brand-item:nth-child(13) .brand-img img {
    max-width: 65%;
}

.brand-brand {
    font-size: 24px;
    font-weight: 700;
    color: #314a8a;
}

.featured-products-wrap {
    padding: 100px 0 0;
}

.featured-brands-heading,
.featured-products-wrap header {
    text-align: center;
    margin: 0 0 2rem;
}

@media (max-width: 767px) {
#testimonial-carousel .container {
    width: 330px;
    margin: 0 auto;
}
    
.testimonial-wrap {
    padding: 0;
}
    
.welcome-wrap .title {
    margin-top: 30px;
}
	
.brand-item {
    max-width: 33.333%;
    flex: 0 0 33.333%;
    height: 90px;
}
}

.cta {
    padding: 50px 0 40px;
    color: #000;
    position: relative;
}

.cta:before {
    content:'';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-color: rgb(253,200,47);
}

.cta h3 {
    font-family: 'MyriadWebPro-Bold';
    color: #000;
    font-size: 32px;
    margin: 0 0 15px;
}

.cta p {
    font-size: 18px;
    margin: 0 0 10px;
    color: rgba(0,0,0,0.7);
    line-height: 24px;
}

.cta p .fas {
    transform: rotate(90deg);
    margin: 0 5px 0 0;
}

.cta .btn {
    font-family: 'MyriadWebPro-Bold';
    background-color: transparent !important;
    border: 2px solid #000 !important;
    font-size: 24px;
    display: inline-block;
    color: #000 !important;
    border-radius: 6px;
    padding: 0 50px;
    margin: 15px 0 25px;
    height: 60px;
    line-height: 60px;
}

.cta .btn:hover {
    background-color: #000 !important;
    color: #fff !important;
}

footer {
    background: #f5f5f5;
    border-top: 10px solid rgb(253,200,47);
    color: rgba(0,0,0,0.6);
    font-size: 15px;
    padding: 50px 0 0;
}

footer h4 {
    font-family: 'MyriadWebPro-Bold';
    font-size: 18px;
    margin: 0 0 20px;
    color: #000;
}

footer h5 {
    text-transform: uppercase;
    font-weight: 400;
    color: rgb(0,99,164);
    font-size: 16px;
    margin: 35px 0 15px;
}

footer p {
	color: rgba(0,0,0,.6);
    line-height: 20px;
    margin: 0 0 15px;
    padding: 0 0 0 30px;
    position: relative;
}

footer p .fas,
footer p .far {
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 1px;
}

footer p a {
    color: rgba(0,0,0,.6) !important;
}

footer p a:hover {
    color: #000 !important;
}

.footer-logo {
    margin: 0 0 25px;
}

.footer-logo img {
    max-width: 200px;
    width: auto;
    height: auto;
}

.footer-nav {
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
}

.footer-nav li {
    margin: 0 0 10px;
    line-height: 24px;
}

.footer-nav li a {
    color: rgba(0,0,0,0.6);
    display: inline-block;
}

.footer-nav li a:hover,
footer p a:hover,
.copy-info a:hover{
    color: rgb(0,99,164)
}

.social-nav {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
    flex-wrap: wrap;
}

.social-nav > li {
    margin: 0 0 0 10px;
}

.social-nav > li:first-child {
    margin: 0;
}

.social-nav > li > a {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: rgb(0,99,164);
    border-radius: 50%;
}

.social-nav > li > a:hover {
    color: #000;
    background: rgb(253,200,47);
}

.copy-info {
    background-color: rgb(0,99,164);
    max-width: none !important;
    padding: 20px 0;
    margin: 50px 0 0;
}

.copy-info p {
    font-size: 13px;
    text-align: center;
    line-height: normal;
    color: #fff;
    margin: 0;
}

.copy-info a {
    color: rgba(255,255,255,1) !important;
    text-decoration: underline;
}

.copy-info a:hover {
    color: rgba(255,255,255,1) !important;
	text-decoration: underline !important;
}

.title {
    font-family: 'MyriadWebPro-Bold';
    position: relative;
    margin: 0 0 40px;
    font-size: 58px;
    font-weight: 700;
    line-height: 140%;
    padding: 25px 0 10px;
    color: #000;
}

.title.sm-title {
    font-size: 36px;
}

.title.xs-title {
    font-size: 18px;
    margin: 0 0 20px;
}

.title:after {
    content: '';
    height: 8px;
    border-radius: 3px;
    width: 90px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgb(253,200,47);
}

.title.text-center:after {
    left: 50%;
    margin: 0 0 0 -45px;
}

.title.xs-title:after {
    width: 50px;
}

.title.white,
.sub-text.white {
    color: #fff;
}

.sub-text {
    line-height: 150%;
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: 400;
    color: rgb(0,84,159);
}

.sub-text.text-center {
    margin: 0 20% 30px;
}

.industry-wrapper,
.business-wrapper {
    position: relative;
    padding: 75px 0;
}

.industry-wrapper .title,
.business-wrapper .title {
    margin: 0 0 20px;
}

.business-wrapper .title {
    color: #fff;
}

.industry-wrapper:before {
    content: '';
    position: absolute;
    left: -100%;
    right: -100%;
    top: 0;
    bottom: 0;
    background: #00549f;
    z-index: -1;
}

/*.industry-wrapper:after {
    background: rgba(0,0,0,0.6);
}*/

.industry-info-wrap {
    margin: 30px 0 0;
    border-radius: 6px;
    padding: 12px;
    background-color: #f2f2f2;
}

.industry-info h4 {
    font-family: 'MyriadWebPro-Bold';
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin: 12px 0 0;
    background-color: rgb(0,84,159);
    padding: 0 20px;
    height: 50px;
    display: flex;
    align-items: center;
}

.industry-info p {
    line-height: 28px;
    margin: 20px 0 0;
    color: #808080;
    min-height: 310px;
}

.industry-img {
    overflow: hidden;
}

.industry-img img {
    width: 100% !important;
    height: 160px;
    object-fit: cover;
}

.business-wrapper:before {
    content: '';
    position: absolute;
    left: -100%;
    right: -100%;
    top: 0;
    bottom: 0;
    background-color: rgb(0,84,159);
    z-index: -1;
}

.business-wrapper .industry-info-wrap {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
	border: #808080 2px solid;
}

.business-wrapper .industry-info h4 {
    font-size: 24px;
	color: #808080;
    margin: 0;
    padding: 0;
    height: auto;
    background-color: transparent;
    text-transform: none;
}

.team-wrap {
    margin: 0 0 40px;
    text-align: center;
}

.team-wrap h3 {
    font-size: 22px;
    margin: 0 0 15px;
}

.team-img {
    height: 450px;
    margin: 0 0 30px;
    background-color: rgba(0,0,0,0.05);
    overflow: hidden;
    position: relative;
}

.team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart-popup.dropdown-menu {
    top: 55px !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;
}

.designation {
    position: absolute;
    z-index: 1;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    top: 0;
    right: 0;
    background: #fff;
	color: #000;
    padding: 10px 5px;
}

.bio {
    display: none;
    margin: 0 0 50px;
}

.bio.show {
    display: block;
}

.cart-popup.dropdown-menu a {
    padding: 0 !important;
    display: inline;
}

.cart-popup.dropdown-menu a:after {
	display: none;
}

.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: 8px;
    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;
    line-height: 36px;
    font-size: 16px;
    margin: 0 6px 0 0;
    background-color: #fff !important;
    color: rgb(0,84,159) !important;
}

.cart-popup.dropdown-menu .cart-btns-wrap a.checkout-btn {
    background-color: rgb(0,84,159) !important;
    border-color: rgb(0,84,159);
    color: #fff !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;
}

.minicart-items > li:first-child {
    border-top: 0 none !important;
    padding-top: 0 !important;
}

.cart-item-actions {
    position: absolute;
    right: 0;
    bottom: 24px;
}

.cart-item-actions a {
    color: rgb(0,84,159) !important;
    margin: 0 0 0 15px;
    border: 0 none !important;
}

.cart-item-actions a:last-child {
    color: #d50007 !important;
}

.product-miniview {
    display: flex;
}

.product-image-wrapper {
    display: block;
    position: relative;
    width: 90px;
    height: 90px;
    border: rgba(0,0,0,0.1) 1px solid;
    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;
    font-weight: 400;
}

.product-item-details strong a {
    color: rgb(0,84,159) !important;
}

.product-item-details strong a:hover {
    color: #18448f !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;
}
/* -------------------------------------------------------- */
.table th, .table td {
    padding: 10px;
}

.table-sm th,
.table-sm td,
.stock-details th,
.stock-details td {
    padding: 5px;
    font-size: 12px;
}

.stock-details td {
    vertical-align: top;
}

.cart-table th, .cart-table td {
    padding: 20px 10px;
}

.cart-table th,
.table-sm th,
.stock-details th {
    border: 0 none;
    padding-top: 0;
    padding-bottom: 15px;
}

.stock-details th {
    padding-bottom: 5px;
}

.table-wrapper {
    border: 1px solid #dee2e6;
    padding: 10px 5px 0;
    margin: 0 0 20px;
}

.table-wrapper .table td,
.table-wrapper .table th {
    vertical-align: middle;
}

.table-wrapper .table th {
    padding: 5px;
}

.table-wrapper .table .qty-control {
    text-align: center;
    max-width: 50px;
}

.caption-div > div {
    padding: 0 15px;
    margin: 0 auto;
}

.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/chevron2-left-hover.svg) !important;
}

.owl-next:hover {
    background-image: url(/images2/chevron2-right-hover.svg) !important;
}

.owl-dots {
    display: none !important;
}

.owl-theme .owl-nav {
    margin: 0;
}

a.btn-link {
    display: inline-block;
    border-radius: 5px;
    border: #E42526 2px solid;
    height: 42px;
    line-height: 38px;
    color: #E42526;
    padding: 0 25px;
}

a.btn-link:hover,
a.btn-link:focus {
    background-color: #E42526;
    color: #fff;
}

h2.caption {
    margin: 10px 0 20px;
}

.caption-div {
    margin: 50px 0 30px;
}

.caption-div .caption {
    font-family: 'MyriadWebPro-Bold';
    position: relative;
    margin: 0 0 30px;
    font-size: 58px;
    font-weight: 700;
    line-height: 140%;
    color: #000;
}

.taxnote {
    margin: 10px 0 10px 0;
    color: #e94d31;
}

.pg-expertise .caption-div {
	display: none !important;
}

/* Product pages styling */
.homepage .caption-div,
.productspage .caption-div,
.productdetail .caption-div,
li.mobile-visible,
.login-container .row .col-lg-5:last-child {
    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: 4px;
}

div.prods-list {
    display: block;
    text-align: left;
    background: #fff;
    margin: 60px 0 0 300px;
}

.breadcrumbs {
    border-radius: 4px;
    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: #666;
    font-weight: 600;
    font-size: 13px;
}

.breadcrumbs ul li a {
    font-weight: 400;
}

.breadcrumbs ul li+li:before {
    display: inline-block;
    padding-right: .5rem;
    color: rgba(0,0,0,0.2);
    content: "/";
}

.sub-cat-boxes {
    overflow: hidden;
}

.sub-cat-box {
    display: block;
    float: left;
    width: 19.2%;
    border: 1px solid rgba(0,0,0,0.1);
    min-height: 245px;
    margin-left: 1%;
    margin-bottom: 10px;
    text-align: center;
    padding: 4px;
    max-height: 245px;
    overflow: hidden;
    transition: box-shadow 0.25s;
    border-radius: 4px;
}

.sub-cat-box:nth-child(5n+1) {
    margin-left: 0;
}

.sub-cat-box a {
    color: rgba(0,0,0,1);
}

.sub-cat-box h3 {
    font-family: 'MyriadWebPro-Bold';
    font-size: 16px;
    display: block;
    height: 3.8em;
    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 {
    font-size: 13px;
    padding: 5px 15px;
    background-color: #fff !important;
    border: rgb(0,84,159) 1px solid;
    color: rgb(0,84,159) !important;
}

.hidecats .btn:hover,
.div-extra-buttons .btn:hover {
    background-color: rgb(0,84,159) !important;
    color: #fff !important;
}

.pager {
    display: table;
    width: 100%;
    background: #efefef;
    margin: 0 0 10px;
    font-size: 12px;
    padding: 0 5px;
    position: relative;
}

.pager #cboSortProdlist,
.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 {
    color: rgba(0,0,0,0.4);
}

.pager > span a.faded {
    color: #000;
}

.pager > span:last-child {
    text-align: right;
}

.pager > span.pagenav {
    font-weight: 700;
}

.pager > span.pagenav a,
.pager > span.pagenav span {
    margin: 0 5px;
}

.pager > span.pagenav .faded {
    color: rgba(0,0,0,0.4);
}

@media (max-width: 767px) {
.pager {
    padding: 0 5px 30px;
}
    
.pager > span.pagenav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}
    
.pager > span.pagenav a,
.pager > span.pagenav span {
    margin: 0 2px;
}
}

.prods-nav header {
    background-color: transparent !important;
    color: #000 !important;
    border-radius: 0;
    padding: 5px 0 15px !important;
    font-size: 16px;
    font-weight: 700;
	margin: 0 !important;
}

.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: #000;
    font-size: 14px;
    font-weight: 500;
    background-color: #fff;
    border-radius: 4px;
    margin: 0 0 5px;
    transition: none;
}

#navCats ul li a:hover {
    background-color: rgba(0,0,0,1);
    color: #fff;
}

#navCats ul li:last-child a {
    margin: 0;
}

.product-filter {
    padding: 30px 0 10px;
}

.product-filter h3 {
    font-weight: 700;
    font-size: 16px;
    margin: 0 0 15px;
}

.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 .btn {
    margin: 5px 0 0;
}

.product-filter > ul > li > label {
    margin-left: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    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 #ddd;
}
		
#navCats .fav-list-link a {		
    display: block;
    padding: 12px 15px;
    color: #d50007;
    font-size: 12px;
    font-weight: 500;
}

#navCats .del-fav-list,		
#navCats .edit-fav-list {		
    margin: 2px 10px 0 0;		
    color: #d50007;		
    font-size: 13px;		
    display: inline-block;		
    vertical-align: middle;		
}

.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;
    position: relative;
    cursor: pointer;
    border: 1px solid rgba(0,0,0,0.1);
    text-align: center;
	border-radius: 4px;
    transition: box-shadow 0.25s;
}

.product-list-item:hover,
.sub-cat-box:hover {
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.product-list-item .img {
    width: 100%;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #fff;
    padding: 5px;
}

.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: 5px 10px;
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    font-weight: normal;
}

.product-list-item .desc-etc h3 {
    font-size: 14px;
    margin: 5px 0 0;
    font-family: 'MyriadWebPro-Bold';
}

.product-list-item .desc a {
    color: rgba(0,0,0,1);
    text-decoration: none;
    display: block;
    min-height: 100px;
}

.product-list-item:hover .desc a {
    color: rgb(0,84,159);
}

.product-list-item .product-code {
    font-size: 12px;
    padding: 5px;
    color: rgba(0,0,0,0.5);
}

.product-list-item .del-fav-from-list  {
    font-size: 10px;
    margin: 0 0 0 10px;
}

.price {
    font-weight: 700;
    font-size: 20px;
    margin: 0;
    color: #000;
}

.price-unit-grid {
    font-size: 12px;
    color: rgba(0,0,0,0.5);
    font-weight: 500;
}

.price-etc a.btn,
.prodscomparison .add-to-ord .btn-add-to-cart {
    padding: 0 10px;
    height: 30px;
    line-height: 33px;
    font-size: 14px;
    margin: 0 0 0 5px;
    background-color: #5BC236;
    border: 0 none !important;
}

.price-etc a.btn .fa,
.prodscomparison .add-to-ord .btn-add-to-cart .fa {
	margin: 0 3px 0 0;
}

.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: 30px;
    width: 24px;
    padding: 0;
    line-height: 26px;
    border-radius: 0 3px 3px 0;
}

.product-list-item .add-to-ord .btn-qty-down,
.prodscomparison .add-to-ord .btn-qty-down {
    border-radius: 3px 0 0 3px;
}

.product-list-item .add-to-ord .qty,
.prodscomparison .add-to-ord .qty {
    width: 30px;
    height: 30px;
    font-size: 14px;
    border: 0 none;
    border-top: 2px solid rgb(0,84,159);
    border-bottom: 2px solid rgb(0,84,159);
    padding: 0;
    border-radius: 0;
}

.product-list-item .add-to-ord,
.prodscomparison .add-to-ord {
    margin: 10px 0;
    justify-content: center;
}

.ribbon-image {
    position: absolute;
    left: -6px;
    top: -6px;
}

.product-list-table,
.invoice-list {
    width: 100%;
}

.product-list-tableitem td,
.invoice-list td,
.invoice-list th {
    font-size: 12px;
}

.product-list-table td,
.invoice-list td,
.invoice-list th {
    vertical-align: top;
    padding: 5px;
    border-bottom: 1px solid #eee;
}

.invoice-list th {
    padding-top: 15px;
    padding-bottom: 15px;
}

.invoice-list .btn {
    padding: 0 12px;
    height: 28px;
}

.product-list-tableitem td.c_code,
.product-list-tableitem td.c_desc,
.product-list-tableitem td.c_price,
.product-list-tableitem td.c_unit,
.product-list-tableitem td.c_stock,
.product-list-tableitem td.c_addtoord,
.product-list-tableitem td.c_fav {
    padding-top: 10px;
}

.product-list-tableitem td.c_img {
    padding-top: 7px;
    padding-bottom: 7px;
    min-width: 50px;
    height: 50px;
}

.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 {
    font-size: 12px;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    background-color: #d50007 !important;
    border: 0 none !important;
    margin: 0 0 0 5px;
}

.product-list-list-view .product-list-item {
    max-width: none;
    flex: 1;
    min-height: 220px;
    margin: 0 0 10px !important;
    overflow: hidden;
}

.product-list-list-view .product-list-item > div {
    float: left;
    box-sizing: border-box;
    padding: 5px;
}

.product-list-list-view .product-list-item .img-etc {
    width: 25%;
}

.product-list-list-view .product-list-item .desc-etc {
    text-align: left;
    width: 50%;
}

.product-list-list-view .product-list-item .price-etc {
    width: 24%;
    text-align: right;
}

.product-list-list-view .product-list-item .prices {
    height: 80px;
    vertical-align: middle;
    min-height: 75px;
}

.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: 20px 0;
}

.add-to-ord .qty {
    width: 52px;
    height: 52px;
    font-size: 16px;
}

.add-to-ord .btn-qty-down,
.add-to-ord .btn-qty-up {
    font-weight: 300;
    font-size: 32px;
    height: 52px;
    width: 52px;
    color: #fff !important;
    padding: 0;
}

.add-to-ord .btn-add-to-cart {
    height: 52px;
    line-height: 52px;
    font-size: 18px;
    margin: 0 0 0 15px;
    padding: 0 50px;
    background-color: rgb(0,84,159);
}

.featured-product-list {
    position: relative;
}

.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;
}

.product-main span.label {
    font-weight: 700;
    margin: 0 2px 0 0;
}

.fotorama {
    overflow: visible;
}

.fotorama__stage {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 8px #999;
    margin: 0 0 15px;
    height: 540px !important;
}

.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,
.prods-list-heading h1 {
    font-family: 'MyriadWebPro-Bold';
    font-size: 40px;
    line-height: 45px;
}

.prods-list-heading .title:after {
    display: none;
}

table.products {
    margin: 0 0 40px;
	border: solid 1px #c2c2c2;
}

table.products td, table.products th  {
    padding: 10px 8px;
    font-size: 13px;
}

table.products .products_th  {
	color: #fff;
    font-weight: 600;
	background-color: rgb(0,84,159);
}

table.products td a, table.products th a {
    color: inherit;
}

table.products tr  {
    border-bottom: solid 1px #c2c2c2;
}

table.products .txtbox1 {
    width: 50px;
    text-align: center !important;
}

#MPMain_tbl_quickadd {
    margin: 0 0 30px;
}

#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-family: 'MyriadWebPro-Bold';
    background-color: rgb(0,84,159);
    color: #fff;
    font-size: 16px;
    padding: 12px 20px;
    margin: 0 0 30px;
}

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: 10px;
}

.ordertbl th.c_unit,
.ordertbl th:nth-last-child(-n+2) {
	text-align: center;
}

.ordertbl th.c_unitprice {
	text-align: right;
}

.ordertbl th:last-child, .ordertbl td:last-child {
    text-align: right;
    min-width: 110px;
}

.ordertbl .totlabel,
.ordertbl .total1,
.ordertbl .total {
    text-align: right;
    background-color: rgba(0,0,0,0.05) !important;
    border: 0 none;
    color: #333 !important;
}

.checkout .block-content {
    padding: 20px;
    border: #ccc 1px solid;
    margin: 0 0 30px;
}

.checkout .deliverydetailstable,
.ccdetails {
    width: 100%;
}

.checkout .deliverydetailstable td,
.ccdetails td {
    padding: 5px 0;
    vertical-align: middle;
}

.checkout .deliverydetailstable .rowlabel,
.ccdetails .rowlabel {
    font-weight: 500;
    width: 140px;
}

#pnlDeliveryDetails {
    margin: 30px 0 0;
}

#pnlDeliveryDetails p,
#pnlAttn .rowlabel,
#pnlDelivPhone .rowlabel,
#pnlDelivEmail .rowlabel {
    font-weight: 600;
    margin: 0 0 7px;
    line-height: 18px;
    display: block;
}

#pnlDeliveryDropdown,
#pnlAttn,
#pnlDelivPhone,
#pnlDelivEmail {
	margin-bottom: 1rem;
}

#pnlDeliveryDropdown select {
    width: 100% !important;
	margin: 0 !important;
}

#txtCardCVN {
    display: inline;
    width: 70px;
	vertical-align: middle;
}

#cboCardExpiryMonth,
#cboCardExpiryYear  {
    width: 80px;
    display: inline;
}

#cboCardExpiryYear  {
    width: 100px;
    margin: 0 0 0 5px;
}

.ccdetails .art-button {
    font-size: 16px;
    padding: 0 16px;
}

#divAttn {
    padding: 5px 0;
    display: flex;
    align-items: center;
}

#divAttn .rowlabel  {
    width: 120px;
    font-weight: 600;
}

#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: 0;
    display: inline-block;
    vertical-align: middle;
    border-radius: 0 3px 3px 0;
}

.product-pricing .add-to-ord .btn-qty-down {
    border-radius: 3px 0 0 3px;
}

.product-pricing .add-to-ord .qty {
    border: 0 none;
    border-top: 2px solid rgb(0,84,159);
    border-bottom: 2px solid rgb(0,84,159);
    display: inline-block;
    vertical-align: middle;
    border-radius: 0;
}

.product-pricing .prices {
    /*text-align: center;*/
    padding: 20px 0 0;
}

.product-pricing .add-to-ord {
    display: block;
    /*text-align: center;*/
}

.product-pricing .add-to-ord .btn-add-to-cart {
    margin: 25px 0 0;
}

.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: 50px;
}

@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: 24%;
}
    
.sub-cat-box:nth-child(5n+1) {
    margin-left: 1%;
}

.sub-cat-box:nth-child(4n+1) {
    margin-left: 0;
}
}

@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);
}

.product-list-item .img {
    height: 120px;
}
    
.sub-cat-box {
    width: 32%;
    margin-left: 1%;
}
    
.sub-cat-box:nth-child(5n+1),
.sub-cat-box:nth-child(4n+1) {
    margin-left: 1%;
}

.sub-cat-box:nth-child(3n+1) {
    margin-left: 0;
}
}

@media (max-width: 767px) {
.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-item 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;
}
    
.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: 50px 0 0;
}

.c_unitprice {
    min-width: 105px;
}

#tblTotal, #tblTotal tr, #tblTotal td {
    display: block;
}

#MPMain_pnlSpecialInstructions {
    margin: 0;
}

.shoppingcart .btn, .shoppingcart .btn_so {
    padding: 0 15px;
}

.product-image-wrapper {
    width: 50px;
    height: 50px;
}

.product-item-details {
    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: 30px 0;
}

.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: 49%;
    margin-left: 1%;
}
    
.sub-cat-box:nth-child(5n+1),
.sub-cat-box:nth-child(4n+1),
.sub-cat-box:nth-child(3n+1) {
    margin-left: 1%;
}
    
.sub-cat-box:nth-child(2n+1) {
    margin-left: 0;
}
    
.cart-popup.dropdown-menu {
    width: 330px;
}
}

.accordion {
    margin: 50px 0;
    border-radius: 1px;
    border: #e0e0e0 1px solid !important;
}

.accordion > .card {
    margin: 0;
    border: 0 none;
    border-radius: 0;
    border-bottom: #e0e0e0 1px solid !important;
}

.accordion > .card:last-child {
    border-bottom: 0 none !important;
}

.accordion > .card .card-header {
    padding: 0;
    margin: 0;
    border: 0 none !important;
    border-radius: 0;
}

.accordion > .card .card-header > a {
    display: block;
    padding: 20px;
    position: relative;
    color: #fff !important;
    background: rgb(0,84,159) !important;
    border: 0 none !important;
    cursor: pointer;
    height: auto;
    line-height: 28px;
    text-align: left;
    font-size: 20px;
    -webkit-appearance: none;
}

.accordion > .card .card-header > a.collapsed {
    color: rgb(0,84,159) !important;
    background: #fff !important;
}

.accordion > .card .card-header > a.collapsed:hover {
    background-color: rgba(0,0,0,0.05) !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: rgb(0,84,159);
    content: "\f067";
}

.accordion > .card .card-header > a.collapsed:hover:after {
    color: #fff;
    background-color: rgb(0,84,159);
    border-radius: 2px;
}

.accordion > .card .card-header > a:hover:after {
    color: rgb(0,84,159);
    background-color: #fff;
    border-radius: 2px;
}

.card-body {
    padding: 25px;
    color: #151515;
}

.card-body ul {
    list-style: none !important;
    padding: 0;
    margin: 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;
}

.card-body .product-options section.block header {
    display: none;
}

.accordion .card-footer {
    border-radius: 0 !important;
    background-color: transparent;
    border: 0 none;
    padding: 0;
}

.table-product-attributes {
    width: 100%;
}

.table-product-attributes tr:nth-child(even) {
    background-color: rgba(0,0,0,0.03);
}

.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: #d50007;
}

.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: #000;
}

.prodscomparison {
    border-collapse: collapse;
    border: 1px solid #eee;
    font-size: 13px;
}

.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: #000;
    font-size: 26px;
    font-weight: bold;
    margin-top: 5px;
}

.prodscomparison .prodcompare {
    text-align: right;
}

.search-bar {
    display: flex;
}

.search-bar input[type="text"],
.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;
}

.add-code-to-fav-list {
    display: flex;
    align-items: center;
    font-size: 12px;
}

.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_gridStdOrds table, #MPMain_pnlDateRange table {
    width: 100%;
}

#MPMain_pnlDateRange #MPMain_txtDateFrom,
#MPMain_pnlDateRange #MPMain_txtDateTo,
#MPMain_pnlSearch input[type="text"] {
    display: inline;
    width: 125px;
}

#MPMain_pnlSearch input[type="text"] {
    width: 214px;
    vertical-align: middle;
}

#MPMain_pnlSearch #MPMain_txtDateFrom,
#MPMain_pnlSearch #MPMain_txtDateTo {
    width: 125px;
}

#MPMain_pnlSearch table {
    margin: 0 0 30px;
}

#MPMain_pnlSearch table td,
#MPMain_pnlEditDetails table td {
    padding: 5px;
}

.resp-tabs-list li.resp-tab-active {
    color: #d50007;
}

.icons a {
    color: #d50007 !important;
    font-size: 12px;
}

.fa-leaf {
    color: #43b649 !important;
}

.conf-extra-fields-table #txtCouponCode {
    width: 170px;
    display: inline-block;
    vertical-align: middle;
}

.search-within {
    margin: 0 0 20px;
}

.search-within > div {
    display: flex;
    align-items: center;
}

.search-within > div span {
    flex: 1;
}

.form-table #MPMain_pnlExport {
	margin: 0 0 31px !important;
}

.admin-table td {
	vertical-align: top;
}

.table-invoices,
.table-orders-backorders {
    width: 100%;
    border: solid 1px #c2c2c2;
}

.table-invoices th,
.table-orders-backorders th {
	color: #fff;
    font-weight: 600;
    font-size: 15px;
	background-color: rgb(0,84,159);
}

.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(3),
.table-orders-backorders td:nth-child(3),
.table-orders-backorders th:nth-child(6),
.table-orders-backorders td:nth-child(6),
.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),
.table-orders-backorders th:last-child,
.table-orders-backorders td:last-child {
    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;
}
	
.form-table,
.form-table *,
#MPMain_pnlEditDetails table,
#MPMain_pnlEditDetails table tr,
#MPMain_pnlEditDetails table td,
#MPMain_pnlEditDetails table tbody,
#MPMain_pnlSearch table,
#MPMain_pnlSearch table tr,
#MPMain_pnlSearch table td,
#MPMain_pnlSearch table tbody,
.ccdetails,
.ccdetails tr,
.ccdetails td,
.ccdetails tbody,
.conf-extra-fields-table table,
.conf-extra-fields-table table tr,
.conf-extra-fields-table table td,
.conf-extra-fields-table table tbody {
    display: block;
}
    
.ccdetails input[type="text"],
.ccdetails select {
    margin: 0 0 5px;
}
    
#txtCardCVN {
    width: 80%;
    display: inline;
    margin: 0;
    vertical-align: middle;
}
    
.grid-admin,
#MPMain_gridOrders,
.cart-table,
#MPMain_gridOrders {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
    
.cart_stdords {
    display: block;
    text-align: left;
}
    
.cart_stdords .txtbox1 {
    margin: 0 0 10px;
}
	
#MPMain_pnlDateRange #MPMain_txtDateFrom,
#MPMain_pnlDateRange #MPMain_txtDateTo,
#MPMain_pnlSearch input[type="text"] {
    width: 100px;
}
}
/* Product pages styling */

.text-wrap h3 {
    margin: 0 0 25px;
}

.text-wrap p {
    margin: 0 0 30px;
}

.text-wrap ol,
.text-wrap ul {
    margin-bottom: 30px;
	line-height: 24px;
}

.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: 24px;
    margin: 0 0 10px;
}

.text-wrap ol li:last-child,
.text-wrap ul li:last-child {
    margin: 0;
}

.content-wrapper {
	padding: 20px;
	background-color: #f2f2f2;
	color: #808080;
}

.account-wrapper {
	padding: 30px 0 50px;
}

.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;
}

@media (max-width: 1199px) {
.top-bar .container,
.site-header .container,
.primary-nav .container {
    max-width: 100%;
}

.top-bar .container {
    padding: 0;
}
}

.nav-tabs {
    border-color: #ccc;
    margin: 0 0 20px;
}

.nav-tabs .nav-link {
    border: 0 none;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    color: #2b2b2b;
    padding: 5px 20px 7px;
    line-height: 20px;
    height: auto;
    font-size: 14px;
}

.nav-tabs .nav-link.active {
    border-color: #e94d31;
    color: #2b2b2b;
}

.nav-tabs .nav-link:hover {
    background-color: transparent;
    color: #2b2b2b;
}

.extrapage .pg_main {
    width: 100%;
}

.map-placeholder {
    margin: 0 0 40px;
}

.contact-bar {
    position: relative;
    padding: 30px 0;
    margin: 40px 0;
	background-color: #f2f2f2;
}

.contact-bar .mail-info,
.contact-bar .call-info,
.contact-bar .address-info {
    color: #808080;
    font-size: 14px;
    margin: 0;
    text-align: center;
    background-size: 50px auto;
    padding: 60px 0 0;
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
}

.contact-bar .mail-info {
    background-image: url(/images2/email-icon-white.svg);
}

.contact-bar .call-info {
    background-image: url(/images2/call-icon-white.svg);
}

.contact-bar .address-info {
    background-image: url(/images2/address-icon.svg);
}

.contact-forms {
    padding: 20px 0 0;
}

.callbox {
    position: relative;
    padding: 30px 30px 30px 110px;
    background-color: #e1e2e4;
    border-radius: 7px;
    margin: 0 0 30px;
}

.callbox .fas {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    background-color: rgb(0,84,159);
    color: #fff;
    position: absolute;
    left: 30px;
    top: 30px;
    font-size: 24px;
}

.callbox h3 {
    font-family: 'MyriadWebPro-Bold';
    color: rgb(0,84,159);
    font-size: 24px;
    margin: 0;
}

.callbox p {
    margin: 0;
}

.contact-forms .form-group.text-center {
    margin-top: 20px;
}

.pdf-wrapper {
    margin: 15px 0;
}

.pdf-wrapper .img {
    width: 100%;
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #fff;
    padding: 10px;
    border: rgba(0,0,0,0.2) 1px solid;
}

.pdf-wrapper .img img {
    width: auto;
    height: auto;
    max-width: 100%;  
}

.pdf-name {
    font-size: 16px;
    margin: 0;
    font-weight: 500;
    padding: 12px 0 5px;
    min-height: 65px;
    flex-wrap: wrap;
    display: flex;
    color: rgba(0,0,0,0.6);
}

.pdf-wrapper:hover .pdf-name {
    color: rgb(0,84,159);
}

@media (min-width: 768px) {
.text-right-md {
    text-align: right;
}
}

.block-contents {
    padding: 100px 0 0;
    position: relative;
}

.block-contents.gray {
    padding: 50px 0;
    margin: 100px 0 0;
}

.block-contents.gray:before {
    content: '';
    position: absolute;
    left: -100%;
    right: -100%;
    top: 0;
    bottom: 0;
    background-color: #e1e2e4;
    z-index: -1;
}

.text-block {
    max-width: 450px;
    margin: 30px;
}

.text-block h3 {
    font-family: 'MyriadWebPro-Bold';
    font-size: 24px;
    margin: 0 0 20px;
    padding: 20px 0 0;
    color: #000;
    line-height: 170%;
    position: relative;
}

.text-block h3:after {
    content: '';
    height: 6px;
    border-radius: 3px;
    width: 50px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #48d1a3;
}

.text-block p {
    margin: 0;
    font-size: 16px;
}

.text-block .btn {
    margin: 20px 0 0;
}

.text-block ul {
    margin-top: 30px;
}

.img-holder {
    margin: 10px 0;
}

.list {
    margin-bottom: 30px;
    line-height: 24px;
}

.list li {
    margin: 0 0 10px;
}

.list li:last-child {
    margin: 0;
}

.pdf-block-contents .text-block,
.pdf-block-contents .text-block .btn {
    margin: 0;
}

.block-contents.gray .text-block p {
    margin: 0 0 20px;
}

@media (max-width: 767px) {
.phone-hide {
    display: none
}

.shoppingcart .c_Code, .shoppingcart .c_Unit, .shoppingcart .c_GST, .shoppingcart .c_PriceExGST, .shoppingcart .c_TotalExGST, .shoppingcart .c_unit, .shoppingcart .c_Note {
    display: none !important;
}

.c_unitprice {
    min-width: 105px;
}

#tblTotal, #tblTotal tr, #tblTotal td {
    display: block;
}

#MPMain_pnlSpecialInstructions {
    margin: 0;
}

.shoppingcart .btn, .shoppingcart .btn_so {
    padding: 0 15px;
}

.minicart-items-wrapper {
    max-height: 280px;
}
    
.sub-text {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

footer .container {
    padding-bottom: 130px;
}
    
.contact-bar .mail-info,
.contact-bar .call-info,
.contact-bar .address-info {
    margin: 0 0 30px !important;
}
    
.contact-bar .address-info {
    margin: 0 !important;
}

.owl-prev {
    left: 0;
}

.owl-next {
    left: auto;
    right: 0;
}
    
.btn.btn-lg {
    padding: 12px;
    font-size: 14px;
    width: 100%;
    display: block;
}
    
.caption-div .caption {
    font-size: 36px;
}
    
.pdf-wrapper .img {
    height: 140px;
}
    
.pdf-block-contents .text-block h3 {
    font-size: 16px;
    line-height: 140%;
}
}

.subcatbox {
    width: 100%;
}

.subcatbox * {
    display: block;
}

.subcatbox a {
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
    background-color: transparent !important;
    display: block;
    text-decoration: none !important;
    font-family: 'MyriadWebPro-Bold';
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

.subcatbox a:hover {
    color: #fff;
    background-color: rgba(255,255,255,0.15) !important;
}

.pdf-wrap {
    margin: 0 0 30px;
}

.pdf-wrap span {
    display: block;
    font-size: 16px;
    color: inherit;
    padding: 10px;
    text-align: center;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.catalogue {
    margin: 0 0 30px;
}

.catalogue > a {
    display: block;
    position: relative;
    color: #fff;
    text-decoration: none !important;
	padding: 0 0 60px;
}

.catalogue > a img {
    border: #455560 1px solid;
}

.catalogue > a span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
	height: 60px;
    padding: 0 5px;
    background-color: #2377bc;
    font-family: 'MyriadWebPro-Bold';
    color: #fff;
    text-align: center;
	line-height: 20px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.pg-sales,
.aboutus,
.pg-service,
.pg-equipmenthire,
.pg-fittesting,
.pg-featuredproducts,
.pg-ourbrands,
.pg-resources,
.pg-tradingaccount,
.pg-contactus,
.pg-privacypolicy,
.pg-careers,
.pg-sponsorship,
.pg-tradingtermsconditions,
.pg-returns {
	background-color: rgb(0,84,159);
}

.pg-sales .caption-div,
.aboutus .caption-div,
.pg-service .caption-div,
.pg-equipmenthire .caption-div,
.pg-fittesting .caption-div,
.pg-featuredproducts .caption-div,
.pg-ourbrands .caption-div,
.pg-resources .caption-div,
.pg-tradingaccount .caption-div,
.pg-contactus .caption-div,
.pg-privacypolicy .caption-div,
.pg-careers .caption-div,
.pg-sponsorship .caption-div,
.pg-tradingtermsconditions .caption-div,
.pg-returns .caption-div {
	margin: 0 0 60px;
    background: #fff;
    padding: 25px 0 48px;
}

.pg-sales .caption-div .caption,
.aboutus .caption-div .caption,
.pg-service .caption-div .caption,
.pg-equipmenthire .caption-div .caption,
.pg-fittesting .caption-div .caption,
.pg-featuredproducts .caption-div .caption,
.pg-ourbrands .caption-div .caption,
.pg-resources .caption-div .caption,
.pg-tradingaccount .caption-div .caption,
.pg-contactus .caption-div .caption,
.pg-privacypolicy .caption-div .caption,
.pg-careers .caption-div .caption,
.pg-sponsorship .caption-div .caption,
.pg-tradingtermsconditions .caption-div .caption,
.pg-returns .caption-div .caption {
	margin: 0;
	text-align: center;
	position: relative;
}

.pg-sales .caption-div .caption:after,
.aboutus .caption-div .caption:after,
.pg-service .caption-div .caption:after,
.pg-equipmenthire .caption-div .caption:after,
.pg-fittesting .caption-div .caption:after,
.pg-featuredproducts .caption-div .caption:after,
.pg-ourbrands .caption-div .caption:after,
.pg-resources .caption-div .caption:after,
.pg-tradingaccount .caption-div .caption:after,
.pg-contactus .caption-div .caption:after,
.pg-privacypolicy .caption-div .caption:after,
.pg-careers .caption-div .caption:after,
.pg-sponsorship .caption-div .caption:after,
.pg-tradingtermsconditions .caption-div .caption:after,
.pg-returns .caption-div .caption:after {
	content: '';
    height: 8px;
    border-radius: 3px;
    width: 90px;
    position: absolute;
    left: 50%;
	margin-left: -45px;
    bottom: -8px;
    background-color: rgb(253,200,47);
}

.pg-contactus h3,
.pg-ourbrands .featured-brands-heading {
	color: #fff;
}

.pg-sales .cta p,
.aboutus .cta p,
.pg-service .cta p,
.pg-equipmenthire .cta p,
.pg-fittesting .cta p,
.pg-featuredproducts .cta p,
.pg-ourbrands .cta p,
.pg-resources .cta p,
.pg-tradingaccount .cta p,
.pg-contactus .cta p,
.pg-privacypolicy .cta p,
.pg-careers .cta p,
.pg-sponsorship .cta p,
.pg-tradingtermsconditions .cta p,
.pg-returns .cta p {
	color: rgba(255,255,255,0.7);
}

.pg-sales .cta .btn,
.aboutus .cta .btn,
.pg-service .cta .btn,
.pg-equipmenthire .cta .btn,
.pg-fittesting .cta .btn,
.pg-featuredproducts .cta .btn,
.pg-ourbrands .cta .btn,
.pg-resources .cta .btn,
.pg-tradingaccount .cta .btn,
.pg-contactus .cta .btn,
.pg-privacypolicy .cta .btn,
.pg-careers .cta .btn,
.pg-sponsorship .cta .btn,
.pg-tradingtermsconditions .cta .btn,
.pg-returns .cta .btn {
	color: #fff !important;
	border: 2px solid #fff !important;
}

.pg-sales .cta .btn:hover,
.aboutus .cta .btn:hover,
.pg-service .cta .btn:hover,
.pg-equipmenthire .cta .btn:hover,
.pg-fittesting .cta .btn:hover,
.pg-featuredproducts .cta .btn:hover,
.pg-ourbrands .cta .btn:hover,
.pg-resources .cta .btn:hover,
.pg-tradingaccount .cta .btn:hover,
.pg-contactus .cta .btn:hover,
.pg-privacypolicy .cta .btn:hover,
.pg-careers .cta .btn:hover,
.pg-sponsorship .cta .btn:hover,
.pg-tradingtermsconditions .cta .btn:hover,
.pg-returns .cta .btn:hover {
	color: #000 !important;
	background-color: #fff !important;
	border-color: #fff !important;
}

.product-img {
	width: 140px;
	height: 140px;
	position: relative;
	overflow: hidden;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

/*.product-img img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}*/

.product-img img {
    width: auto;
    height: 60%;
    object-fit: cover;
    margin: 0 auto;
    display: block;
}

.hire-products-table a {
	font-size: 25px;
	margin: 0 8px;
	display: inline-block;
}

.hire-products-table a span {
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	display: block;
}