@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700&display=swap');

html, body {
	height: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
    color: #333;
    font-size: 14px;
    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;
}

p {
    line-height: 24px;
    margin: 0 0 25px;
}

a {
    color: #2d2e65;
    text-decoration: none !important;
}

a:hover, a:focus {
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    color: #b70107;
}

a.link {
    position: relative;
}

a.link:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 1px;
    background-color: #2d2e65;
}

a.link:hover:after {
    display: none;
}

.control-label,
.logintable span,
#MPMain_pnlSpecialInstructions .label1,
.cart_stdords .label1,
#MPMain_pnlResetPassword1 #MPMain_lblUserID {
    font-weight: 600;
    font-size: 16px;
    margin: 5px 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: 32px;
}

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: 8px 15px;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 0;
    font-size: 16px;
    text-align: center;
    /*border: #2d2e65 2px solid;
    background-color: #2d2e65;*/
    border: #34373a 2px solid;
    background-color: #34373a;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.btnA_2, .btnA_1 {
    background-color: #f2f2f2;
    border: #cdcdcd 1px solid;
    color: #2b2b2b !important;
}

a.btn {
    display: inline-block;
    vertical-align: middle;
    line-height: 32px;
    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: #2d2e65;
}

.btn-primary:hover {
    color: #2d2e65 !important;
    border-color: #2d2e65;
    background-color: transparent;
}

.btn-secondry {
    background-color: rgba(1, 118, 63, 0.08) !important;
    color: #01763f !important;
}

.btn.btn-lg {
    padding: 12px 35px;
    font-size: 18px;
    font-weight: 700;
}

.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;
}

.site-header {
    background-color: #fff;
}

.primary-header-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.header-nav {
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
    display: flex;
}

.header-nav > li {
    margin: 0 0 0 20px;
}

.header-nav > li:first-child {
    margin: 0;
}

.header-nav > li > a {
    color: rgba(0,0,0,0.6);
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    border-left: rgba(255,255,255,0.2) 1px solid;
}

.header-nav > li.login-link > a {
    color: #fff;
    font-weight: 500;
    background-color: #d20009;
    padding: 0 15px;
    font-family: 'Montserrat', sans-serif;
}

.primary-header {
    background-color: #fff;
    padding: 30px 0;
    position: relative;
}

.admin-link, .account-link, .favorite-link, .cart-link {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 16px;
    padding: 0 0 0 25px;
    font-size: 13px;
    font-weight: 500;
}

.admin-link {
    background-image: url(/images2/admin-icon.svg);
}

.account-link {
    background-image: url(/images2/user-icon.svg);
}

.favorite-link {
    background-image: url(/images2/heart-icon.svg);
}

.cart-link {
    background-image: url(/images2/cart-icon.svg);
}

.navbar {
    background-color: #2d2e65;
    padding: 0;
}

.navbar-brand {
    height: auto;
    padding: 0;
}

.navbar-brand img {
    width: auto;
    height: 70px;
}

.nav-item {
    position: relative;
    z-index: 99;
}

.nav-link {
	font-size: 13px;
    padding: 0;
    color: #fff;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    display: block;
}

.navbar-nav > li:hover > .nav-link,
.navbar-nav > li > a:focus,
.navbar-nav > li.show > .nav-link {
    background-color: #d20009;
    color: #fff;
}

.dropdown-toggle::after {
    position: relative;
    top: 2px;
    left: 3px;
}

.dropdown-menu {
    border: 0 none;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-size: 15px;
    min-width: 250px;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background-clip: border-box;
    background-color: #d20009;
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    max-height: 434px;
    overflow: auto;
}

.dropdown-menu li {
    padding: 0;
    background-color: transparent !important;
}

.dropdown-menu li:last-child {
    border: 0 none;
}

.dropdown-menu li a {
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
    background-color: transparent !important;
    display: block;
    text-decoration: none !important;
    font-family: 'Montserrat', sans-serif;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

.accounts-dropdown li a .fa {
    display: none;
}

.accounts-dropdown li a {
    font-size: 12px;
    padding: 8px 15px;
    font-family: 'Roboto', sans-serif;
}

.dropdown-menu li a:hover,
.nav-item ul li a:hover {
    color: #fff;
    background-color: rgba(255,255,255,0.15) !important;
}

.search-wrap {
    position: relative;
    width: 300px;
}

.search-wrap .form-control {
    height: 36px;
    padding: 0 50px 0 10px;
}

.search-wrap .search-btn, .footer-newsletter .search-btn {
    position: absolute;
    right: 3px;
    top: 3px;
    height: 30px;
    width: 30px;
    padding: 0;
    border: 0 none;
    background-color: #34373a;
    color: #fff;
    font-size: 16px;
}

#mc_embed_signup form {
    padding: 0;
}

#mc_embed_signup_scroll > label {
    display: none !important;
}

#mc_embed_signup input.email {
    font-family: 'Montserrat', sans-serif;
    padding: 0 40px 0 10px;
    margin: 0 0 10px;
    width: 100%;
    border-radius: 20px;
}

#mc_embed_signup input.button {
    border-radius: 20px;
    display: block;
    height: 32px;
    width: 100%;
    font-size: 14px;
    color: #fff;
    background-color: #d20009 !important;
}

#hero-carousel {
    margin: 0;
}

#hero-carousel .carousel-item {
    height: 500px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#hero-carousel .carousel-item .container {
    position: relative;
    z-index: 5;
}

.carousel-caption {
    position: static;
    padding: 150px 0 0;
    margin: 0 auto;
    max-width: 700px;
}

.carousel-caption h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin: 0 0 10px;
    font-size: 48px;
    line-height: 140%;
}

.carousel-caption p {
    font-size: 24px;
    line-height: 140%;
    margin: 0 10%;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}

.slide-overlay {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.carousel-control-next, .carousel-control-prev {
    background: #000;
    top: 50%;
    bottom: auto;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: -20px 0 0;
}

.navbar-toggler {
    display: none;
}

footer {
    background-color: #2d2e65;
    padding: 50px 0 0;
    font-family: 'Montserrat', sans-serif;
}

footer h4 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    margin: 0 0 12px;
    padding: 0 0 10px;
    color: #fff;
    position: relative;
}

footer h4:after {
    content: '';
    height: 2px;
    border-radius: 2px;
    width: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.1);
}

footer p {
    color: rgba(255,255,255,0.4);
    line-height: 20px;
}

footer p .fas,
footer p .far {
    width: 20px;
    font-size: 12px;
}

footer p a {
    color: inherit;
}

.footer-nav {
    list-style: none;
    padding: 0;
    margin: 0 0 40px;
}

.footer-nav li {
    margin: 0 0 5px;
    line-height: 24px;
}

.footer-nav li a {
    color: rgba(255,255,255,0.4);
    position: relative;
    padding: 0 0 0 15px;
    display: inline-block;
}

.footer-nav li a: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: 900;
}

.footer-nav li a:hover,
footer p a:hover {
    color: #fff;
}

.news-list li {
    padding: 0 0 10px;
}

.social-nav {
    list-style: none;
    padding: 10px 0 0;
    margin: 0;
    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: 36px;
    font-size: 16px;
    text-align: center;
    color: #2d2e65;
    background: rgba(255,255,255,0.4);
    border-radius: 50%;
}

.social-nav > li > a:hover {
    color: #2d2e65;
    background: #fff;
}

.footer-newsletter {
    margin: 0 0 40px;
}

.footer-newsletter p {
    margin: 0 0 12px;
}

.footer-newsletter form {
    position: relative;
}

.footer-newsletter .form-control {
    border-radius: 20px;
    padding: 0 40px 0 10px;
    height: 32px;
}

.copy-info {
    border-top: rgba(255,255,255,0.1) 1px solid;
    padding: 20px 0;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    margin: 30px 0 0;
}

.copy-info a {
    color: rgba(255,255,255,1);
}

.copy-info a:hover {
    text-decoration: underline;
}

.footer-logos {
    padding: 10px 0 0;
}

.title {
    position: relative;
    margin: 0 0 50px;
    font-size: 48px;
    font-weight: 700;
    line-height: 140%;
    padding: 0 0 15px;
    color: #2d2e65;
    font-family: 'Montserrat', sans-serif;
    display: block;
}

.title.sm-title {
    font-size: 36px;
}

.title.xs-title {
    font-size: 18px;
    margin: 0 0 20px;
}

.title:after {
    content: '';
    height: 3px;
    border-radius: 2px;
    width: 100px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #858686;
}

.title.text-center:after {
    left: 50%;
    margin: 0 0 0 -50px;
}

.title.xs-title:after {
    width: 50px;
}

.title.white,
.sub-text.white {
    color: #fff;
}

.title.white:after {
    background-color: rgba(255,255,255,1);
}

.sub-text {
    font-size: 20px;
    line-height: 140%;
    margin: 0 0 30px;
    font-family: 'Montserrat', sans-serif;
}

.sub-text.text-center {
    margin: 0 18% 30px;
}

.product-scope {
    padding: 100px 0;
    position: relative;
}

.other-serv {
    margin: 50px 0 0;
    text-align: center;
}

.serv-icon {
    height: 60px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 60px;
    margin: 0 0 30px;
}

.home-intro .serv-icon {
    width: 120px;
}

.home-intro .serv-block-list {
    flex: 1;
}

.home-intro .other-serv {
    text-align: left;
}

.serv-icon.one {
    background-image: url(/images2/confectionery-icon.svg);
}

.serv-icon.two {
    background-image: url(/images2/snack-icon.svg);
}

.serv-icon.three {
    background-image: url(/images2/beverages-icon.svg);
}

.serv-icon.four {
    background-image: url(/images2/dairy-icon.svg);
}

.serv-icon.five {
    background-image: url(/images2/grocery-icon.svg);
}

.serv-icon.six {
    background-image: url(/images2/service-icon.svg);
}

.serv-icon.seven {
    background-image: url(/images2/packaging-icon.svg);
}

.serv-icon.eight {
    background-image: url(/images2/washer-icon.svg);
}

.serv-icon.nine {
    background-image: url(/images2/map-icon.svg);
}

.serv-icon.ten {
    background-image: url(/images2/smile-icon.svg);
}

.serv-icon.eleven {
    background-image: url(/images2/wallet-icon.svg);
}

.serv-icon.twelve {
    background-image: url(/images2/faster-icon.svg);
}

.serv-name {
    font-weight: 600;
    font-size: 18px;
    margin: 0 0 10px;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

.serv-desc {
    font-weight: 300;
    margin: 0;
}

.brands-wrapper,
.home-intro {
    padding: 100px 0;
    position: relative;
}

.home-intro {
    padding-top: 50px;
}

.home-intro .serv-name {
    font-weight: 700;
    font-size: 24px;
}

.brands-wrapper:before,
.home-intro:before,
.carousel.gray:before,
.product-scope:before {
    content: '';
    position: absolute;
    left: -100%;
    right: -100%;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.05);
    z-index: 0;
}

.product-scope:before {
    background-color: #34373a;
}

.product-scope .serv-name,
.product-scope .title {
    color: rgba(255,255,255,1);
}

.product-scope .serv-desc {
    color: rgba(255,255,255,0.7);
}

.brands-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: rgba(0,0,0,0.1) 1px solid;
}

.brand-item {
    width: 10%;
    height: 124px;
    position: relative;
    overflow: hidden;
    border-left: rgba(0,0,0,0.1) 1px solid;
    border-bottom: rgba(0,0,0,0.1) 1px solid;
}

.brand-item:nth-child(10n) {
    border-right: rgba(0,0,0,0.1) 1px solid;
}

.brand-item .brand-img {
    margin: 0 auto;
    display: block;
    text-align: center;
    line-height: 124px;
    background-color: #fff;
}

.brand-img img {
    width: 90%;
    max-height: 124px;
    vertical-align: middle;
}

.brand-item .brand-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    z-index: 1;
    background-color: rgba(0,0,0,.8);
    transition: all .3s ease-out;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-decoration: none;
}

.brand-item .brand-mask .coupon {
    color: #fff;
    text-align: center;
    line-height: 100px;
    height: 70px;
}

.brand-item .brand-mask .coupon span {
    display: block;
    padding: 0 5px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.brand-item .brand-mask .enter {
    text-align: center;
    height: 32px;
}

.brand-item .brand-mask .enter span {
    display: inline-block;
    color: #fff;
    width: 63px;
    height: 18px;
    font-size: 12px;
    line-height: 15px;
    background-color: #f2485d;
    border-radius: 9px;
}

#testimonial-carousel {
    padding: 100px 0 30px;
}

.user-img {
    margin: 0 auto 30px;
}

.user-img img {
    border-radius: 50%;
    border: rgba(0,0,0,0.1) 1px solid;
    width: 75px;
}

#testimonial-carousel .carousel-caption {
    padding: 20px 0 0;
    color: rgba(0,0,0,0.5);
}

#testimonial-carousel .sub-text {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 24px;
}

#testimonial-carousel p {
    font-size: 16px;
    font-weight: 600;
}

.cart-popup.dropdown-menu {
    top: 40px !important;
    left: auto !important;
    right: -5px;
    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;
    max-height: none;
    overflow: inherit;
}

.cart-popup.dropdown-menu a {
    padding: 0 !important;
    display: inline;
}

.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: #2d2e65 !important;
}

.cart-popup.dropdown-menu .cart-btns-wrap a.checkout-btn {
    background-color: #2d2e65 !important;
    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: 17px;
}

.cart-item-actions a {
    color: #2d2e65 !important;
    margin: 0 0 0 15px;
    border: 0 none !important;
}

.product-miniview {
    display: flex;
}

.product-image-wrapper img {
    width: 78px;
    height: auto;
}

.product-item-details {
    flex: 1;
    padding: 0 0 0 15px;
    max-width: calc(100% - 78px);
}

.product-item-details strong {
    display: block;
    padding: 0 0 5px;
    text-align: center;
    font-weight: 400;
}

.product-item-details strong a {
    color: #2d2e65 !important;
}

.product-item-details strong a:hover {
    color: #0080a2 !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 {
    max-width: 1140px;
}

.caption-div > div {
    padding: 0 15px;
    margin: 0 auto;
}

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: 0 0 50px;
}

.caption-div .caption {
    color: #2d2e65;
    padding: 40px 0 15px;
    font-weight: 700;
    font-size: 48px;
    position: relative;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

.caption-div .caption:after {
    content: '';
    height: 3px;
    border-radius: 2px;
    width: 100px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #858686;
}

.price-discount {
    position: static;
}

/*.prods-list .pager,
.prods-list-cats,
.breadcrumbs,
.product-list-grid-view .product-list-item .price-discount,
.product-list-item .product-code,
.product-list-item .stock-level,
.homepage .caption-div,
#catlist_2,
.filter-by-brand,
.productdetail .ProdsNav,
.filter-by-size,
.product-list-item .btn-qty-down,
.product-list-item .btn-qty-up,
.product-list-item .qty,
.product-list-item .add-fav,
.product-list-item .icons,
.homepage section.block header,
.product-list-item .price-etc,
.extrapage #MPMain_h2Main,
.productspage .taxnote,
.prods-nav,
.cart_stdords {
    display: none !important;
}*/

.homepage .caption-div,
.homepage section.block header,
.productspage .caption-div,
.productdetail .caption-div h1 {
    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: 250px;
}

div.prods-list {
    display: block;
    text-align: left;
    background: #fff;
    margin: 60px 0 0 270px;
}

.breadcrumbs ul {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.breadcrumbs ul li {
    display: inline;
    padding: 5px;
    color: #666;
    font-weight: 500;
    font-size: 11px;
}

.breadcrumbs ul li a {
    color: inherit;
    font-weight: 400;
}

.breadcrumbs ul li+li:before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/";
}

.sub-cat-boxes {
    overflow: hidden;
}

.sub-cat-box {
    box-sizing: border-box;
    display: block;
    float: left;
    width: 19%;
    border: 1px solid #bbb;
    min-height: 200px;
    margin-left: 1%;
    margin-bottom: 10px;
    text-align: center;
    padding: 4px;
    max-height: 200px;
    overflow: hidden;
}

.sub-cat-box:nth-child(5n+1) {
    margin-left: 0;
}

.sub-cat-box h3 {
    font-size: 14px;
    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-color: #2d2e65;
    color: #2d2e65 !important;
}

.hidecats .btn:hover,
.div-extra-buttons .btn:hover {
    background-color: #2d2e65 !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: inherit;
}

.pager > span.view a.tooltipstered {
    color: rgba(0,0,0,0.5);
}

.pager > span.view a.faded {
    color: #d20009;
}

.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;
}
}

section.block header {
    background-color: #2d2e65;
    color: #fff;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    padding: 12px 20px;
}

.prods-nav section.block header {
    border-radius: 4px 4px 0 0;
}

section.block header .fa {
    margin: 0 8px 0 0;
}

.prods-nav .block-content {
    padding: 0 0 15px;
    border: #ccc 1px solid;
    text-align: left;
    border-radius: 0 0 4px 4px;
}

.product-filter {
    padding: 13px 20px 0;
}

.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 .btn {
    margin: 5px 0 0;
}

.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 #bbb;
    text-align: center;
}

.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-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.product-list-item .desc a {
    color: rgba(0,0,0,1);
    text-decoration: none;
    display: block;
    min-height: 50px;
}

.product-list-item:hover .desc a {
    color: #2d2e65;
}

.product-list-item .product-code {
    font-size: 12px;
    padding: 5px;
    color: rgba(0,0,0,0.5);
}

.price {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin: 0;
    color: #2d2e65;
}

.price-unit-grid {
    font-size: 12px;
    color: #000;
    font-weight: bold;
}

.price-etc a.btn {
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    margin: 0 0 0 5px;
    background-color: #d20009 !important;
    border: 0 none !important;
}

.product-list-item .add-to-ord .btn-qty-down,
.product-list-item .add-to-ord .btn-qty-up {
    font-size: 20px;
    height: 30px;
    width: 24px;
    padding: 0;
    line-height: 26px;
}

.product-list-item .add-to-ord .qty {
    width: 30px;
    height: 30px;
    font-size: 14px;
    border: 0 none;
    border-top: 2px solid #34373a;
    border-bottom: 2px solid #34373a;
    padding: 0;
}

.product-list-item .add-to-ord {
    margin: 10px 0;
    justify-content: center;
}

.product-list-table {
    width: 100%;
}

.product-list-tableitem td {
    font-size: 12px;
}

.product-list-table td {
    vertical-align: top;
    padding: 5px;
    border-bottom: 1px solid #eee;
}

.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: #d20009 !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;
}

.fa-star-o:before {
    content: "\f005";
}

.fav-icon .fa-2x {
    margin: 0 0 0 5px;
}

.fav-icon .fa-2x {
    font-size: 18px;
}

.taxnote {
    margin: 10px 0 10px 0;
    color: #e94d31;
}

#MPMain_tbl_quickadd {
    margin: 0 0 30px;
}

#MPMain_tbl_quickadd .txtbox1 {
    width: 80px;
}

table.products {
    margin: 0 0 40px;
}

table.products td, table.products th  {
    padding: 10px;
}

table.products tr  {
    border-bottom: solid 1px #c2c2c2;
}

table.products .txtbox1 {
    width: 50px;
    text-align: center !important;
}

#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;
}

.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;
}

.product-detail-wrap h4 {
    font-size: 18px;
    margin: 0 0 5px;
    font-weight: 600;
}

.product-detail-wrap p {
    margin: 0 0 10px;
}

.product-detail-wrap .fa-leaf {
    display: none !important;
}

.product-detail-wrap p.product-blurb {
    margin: 0 0 20px;
}

.product-detail-wrap h3 {
    font-size: 32px;
    margin: 15px 0 10px;
    font-weight: 700;
    color: #e94d31;
}

.product-detail-wrap .fav-icon {
    margin: 0 0 0 20px;
}

.product-detail-wrap .del-fav {
    color: #e94d31;
}

.product-detail-wrap .control-label {
    font-size: 14px;
}

.product-detail-wrap .form-group {
    padding: 10px 0 0;
    margin: 0 0 5px;
}

.qty-wrap {
    margin: 0 0 20px;
}

.qty-wrap input[type="number"] {
    height: 48px;
    text-align: center;
    width: 100px;
    margin: 0 10px 0 0;
}

.qty-wrap .btn {
    padding: 0 25px;
    height: 48px;
    font-size: 18px;
}

.price-table {
    max-width: 300px;
}

.product-actions-btns {
    margin: 30px 0 0;
}

.product-actions-btns a {
    color: #e94d31;
    text-align: center;
    margin: 0 15px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.product-actions-btns .fas,
.product-actions-btns .far {
    display: block;
    font-size: 24px;
    color: #e94d31;
    margin: 0 0 7px;
}

#stocklevels-tab .table-wrapper {
    border: 0 none;
    padding: 0;
}

.stock-details tr td:nth-last-child(-n+3) { 
    width: 64px;
}

.stock-details tr td:first-child { 
    width: 76px !important;
}

.stock-details tr td:last-child { 
    width: 84px !important;
}

.form-group.d-flex {
    margin: 0 0 30px;
}

.form-group.d-flex .control-label {
    margin: 0 20px 0 0;
}

.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;
    background-color: #34373a !important;
    color: #fff !important;
}

.add-to-ord .btn-add-to-cart {
    height: 52px;
    line-height: 52px;
    font-size: 18px;
    margin: 0 0 0 15px;
    padding: 0 30px;
}

/*.fotorama {
    overflow: visible;
}

.fotorama__stage {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 8px #999;
    margin: 0 0 15px;
}

.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;
}*/

.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.05);
	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;
}

.ordertbl {
    width: 100%;
    margin: 0 0 35px;
}

.ordertbl th {
    border-bottom: solid 1px #c2c2c2
}

.ordertbl th, .ordertbl td {
    padding: 10px;
    text-align: left;
}

.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 {
    width: 100%;
}

.checkout .deliverydetailstable td {
    padding: 5px 0;
    vertical-align: middle;
}

.checkout .deliverydetailstable .rowlabel {
    font-weight: 600;
    width: 120px;
}

#pnlDeliveryDetails p  {
    margin: 0 0 5px;
    font-weight: 600;
}

#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: 600;
}

#divAttn input[type="text"] {
    flex: 1;
}

#pnlDeliveryAddress {
    margin: 0 !important;
}

.block-title {
    font-size: 20px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-weight: 700;
    color: #e94d31;
}

#MPMain_pnlResetPassword1 table {
    width: 100%;
    max-width: 500px;
}

#MPMain_pnlResetPassword1 table tr, #MPMain_pnlResetPassword1 table tr td {
    display: block;
}

#MPMain_pnlResetPassword1 #MPMain_RequiredFieldValidator1 {
    display: block;
    padding: 5px 0 0;
    color: #d20009;
}

.prods-nav .sf-menu {
    list-style: none;
    padding: 15px 20px 0;
    margin: 0 0 10px;
}

.prods-nav .sf-menu li {
    line-height: 20px;
    padding: 0 0 10px 15px;
    position: relative;
}

.prods-nav .sf-menu li:before {
    content: "\f105";
    position: absolute;
    left: 0;
    top: 3px;
    -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: 900;
}

.prods-nav .sf-menu li:last-child {
    padding-bottom: 0;
}

#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: #d20009;
}

.extrapage .pg_main {
    width: 100%;
}

.map-placeholder {
    margin: 0 0 40px;
}

.contact-bar {
    position: relative;
    padding: 30px 0;
    margin: 40px 0;
}

.contact-bar .mail-info,
.contact-bar .call-info,
.contact-bar .address-info {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    margin: 0;
    text-align: center;
    background-size: 50px auto;
    background-repeat: no-repeat;
    background-position: center top;
    padding: 60px 0 0;
    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-bar:before {
    content: '';
    position: absolute;
    left: -100%;
    right: -100%;
    top: 0;
    bottom: 0;
    background-color: #2d2e65;
    z-index: 0;
}

.contact-forms {
    padding: 20px 0 0;
}

.about-sidebar {
    background-color: #2d2e65;
    padding: 20px 20px 0;
    border-radius: 7px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

.about-sidebar {
    background-color: #2d2e65;
    border-radius: 7px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

.check-list {
    list-style: none;
    padding: 0 0 30px;
    margin: 0;
}

.check-list li {
    line-height: 20px;
    margin: 0 0 15px;
    background: url(/images2/check-light.svg) no-repeat scroll left 3px;
    background-size: 14px auto;
    padding: 0 0 0 25px;
}

.check-list li:last-child {
    margin: 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: #2d2e65;
    color: #fff;
    position: absolute;
    left: 30px;
    top: 30px;
    font-size: 24px;
}

.callbox h3 {
    font-family: 'Montserrat', sans-serif;
    color: #2d2e65;
    font-size: 24px;
    margin: 0;
    font-weight: 700;
    
}

.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: #2d2e65;
}

@media (min-width: 768px) {
.text-right-md {
    text-align: right;
}
}

.block-contents {
    padding: 100px 0 0;
    position: relative;
}

.block-contents.first-node {
    padding: 0;
}

.text-block {
    max-width: 450px;
    margin: 30px;
}

.text-block h3 {
    font-weight: 700;
    font-size: 24px;
    margin: 0 0 20px;
    color: #2d2e65;
    line-height: 170%;
    font-family: 'Montserrat', sans-serif;
}

.text-block p {
    margin: 0;
}

.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;
}

.staff-wrap {
    margin: 30px 0;
    text-align: center;
}

.staff-wrap h3 {
    font-size: 24px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    margin: 15px 0 0;
}

.staff-wrap h3 span {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: rgba(0,0,0,0.5);
    padding: 5px 0 0;
}

.carousel.bottom.gray {
    margin-top: 70px;
}

.carousel.bottom {
    margin-bottom: -50px;
}

#testimonial-carousel.bottom {
    padding: 100px 0;
}

.featured-product-list {
    background : #fff;
    padding: 100px 0;
    position: relative;
    min-height: 549px;
}

.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;
}

.promotion-wrap {
    margin: 0 0 40px;
    text-align: center;
}

.promotion-wrap p {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin: 10px 0 0;
}

.product-heading {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.product-pricing .price {
    font-size: 36px;
}

.product-pricing .add-to-ord .btn-add-to-cart {
    background-color: #d20009 !important;
    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;
}

.product-pricing .add-to-ord .qty {
    border: 0 none;
    border-top: 2px solid #34373a;
    border-bottom: 2px solid #34373a;
    display: inline-block;
    vertical-align: middle;
}

.product-pricing .add-to-ord {
    display: block;
}

.product-pricing .add-to-ord .btn-add-to-cart {
    margin: 25px 0 0;
}

.product-pricing .fav-icon {
    margin: 25px 0 0;
    display: inline-block;
    vertical-align: middle;
}

@media (min-width: 992px) {
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 6px;
    padding-left: 6px;
}
}

@media (min-width: 1200px) {
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 14px;
    padding-left: 14px;
}
}

@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;
}
}

.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) {
.navbar.navbar-expand-lg,
.tablet-hide {
    display: none !important;
}
    
.container {
    max-width: 100%;
}

.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: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.navbar-brand {
    width: 150px;
    margin: 0 auto;
    float: none;
    display: block;
    text-align: center;
}
    
.navbar-brand img {
    width: 100%;
    height: auto;
}
 
.primary-header {
    padding: 15px 0 60px;
    position: relative;
    border-bottom: rgba(0,0,0,0.1) 1px solid;
}
    
.primary-header .col-lg-9 {
    position: static;
}
    
.search-wrap {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 10px;
    width: auto;
}
    
.header-nav {
    height: 0;
    margin: 0;
}
    
.header-nav li.dropdown {
    position: absolute;
    right: 15px;
    top: 25px;
}
    
.cart-link {
    background-size: auto 18px;
    padding: 0 0 0 30px;
    font-size: 12px !important;
}
    
.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;
}
    
.mobile-menu .nav-link:hover,
.navbar-nav > li:hover .nav-link {
    background-color: rgba(0,0,0,0.05);
    color: #000 !important;
}
    
.mobile-menu .separator {
    border-top: 1px solid rgba(0,0,0,0.1);
    height: 10px;
    background: #f5f5f5;
}
    
.mobile-menu .nav-link img,
.mobile-menu .header-nav > li > a 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;
}
}
    
.mobile-menu li > a.signin-nav {
    color: #fff !important;
    background-color: #2d2e65 !important;
    border: 0 none !important;
}
    
.mobile-menu .dropdown-menu {
    position: static !important;
    transform: none !important;
    margin: 0;
    background-color: transparent;
    box-shadow: none;
    border: 0 none;
    width: 100%;
    padding: 0 0 0 20px;
}
    
.mobile-menu .dropdown-menu li a {
    color: #000;
    font-size: 14px;
    padding: 12px 40px;
}
    
.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;
}

.navbar-nav .dropdown .nav-link:after {
    content: "\f107";
    left: auto;
    right: 20px;
    top: 14px;
    font-size: 14px;
}
    
.product-menu {
    display: none;
}
    
.product-menu.show {
    display: block;
}
    
.mobile-menu .product-menu .nav-link {
    font-size: 13px;
    border: 0 none;
    padding: 12px 20px;
}
    
.mobile-menu .product-menu .dropdown-menu > li > a {
    position: relative;
}
    
.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: 180px;
}
    
.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;
}
    
.brand-item {
    width: 20%;
}
    
.brand-item:nth-child(5n) {
    border-right: rgba(0,0,0,0.1) 1px solid;
}
}

@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,
div.prods-nav {
    display: none !important;
}
    
div.prods-list {
    margin-left: 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 img {
    width: 50px;
}

.product-item-details {
    padding: 0 0 0 12px;
    max-width: calc(100% - 50px);
}

.minicart-items-wrapper {
    max-height: 280px;
}
    
.sub-text {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
    
.btn.btn-lg {
    padding: 12px;
    font-size: 14px;
    width: 100%;
    display: block;
}
    
.footer-logos {
    margin-bottom: 40px;
}
    
.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;
}

.nav-tabs .nav-link {
    padding-left: 5px;
    padding-right: 5px;
}

.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;
}
    
.brand-item {
    width: 33.333%;
}
    
.brand-item:nth-child(3n) {
    border-right: rgba(0,0,0,0.1) 1px solid;
}
    
.brand-item:nth-child(10n) {
    border-right: 0 none;
}
    
.cart-popup.dropdown-menu {
    width: 350px;
}
}
