/* temp hide all pagination from umbcm productlist modules */
.catalogue-search-pagination, .purchased-search-pagination, .specialpriced-search-pagination { display: none }

/* Begin new design styles provided by 3rdparty */

#table-allproducts thead tr th:nth-child(5), #table-allproducts td:nth-child(5) { display: none;}
#categoryAccordion .pull-right { bottom: 1rem !important }

/* Color palette */
:root {
    --black: #000000;
    --white: #fefefe;
    --sunflower-yellow: #ffdc00;
    --white-two: #f6f6f6;
    --dark-grey: #2d2f31;
    --white-three: #ffffff;
    --white-four: #d8d8d8;
    --black-25: rgba(0, 0, 0, 0.25);
    --charcoal-grey: #3d3d42;
    --golden-rod: #f9b909;
    --cool-grey: #909098;
    --cool-grey-two: #909099;
    --charcoal-grey-two: #2e2e33;
    --black-two: #323232;
}

/* Font faces */
@font-face {
    font-family: 'MalloryBook';
    src: url('../fonts/Mallory-Book.eot');
    src: url('../fonts/Mallory-Book.eot') format('embedded-opentype'),
    url('../fonts/Mallory-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MalloryBook-Regular';
    src: url('../fonts/Mallory-Light.eot');
    src: url('../fonts/Mallory-Light.eot') format('embedded-opentype'),
    url('../fonts/Mallory-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MalloryBlack';
    src: url('../fonts/Mallory-Black.eot');
    src: url('../fonts/Mallory-Black.eot') format('embedded-opentype'),
    url('../fonts/Mallory-Black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MalloryBold';
    src: url('../fonts/Mallory-Bold.eot');
    src: url('../fonts/Mallory-Bold.eot') format('embedded-opentype'),
    url('../fonts/Mallory-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/**
 * ======================= BEGIN GLOBAL STYLES ===========================================
 */

a {
    color: #00e;
}

body, body p, body p span, body h3 {
    font-family: MalloryBook;
    color: var(--charcoal-grey);
}

a:hover, a:focus {
    color: var(--cool-grey);
    text-decoration: underline;
}

header { margin-top: 5rem }

header .alert { margin-bottom: 0 }

body {
    overflow-x: hidden;
    font-size: 15px;
}

h5 {
    font-size: 15px;
    font-family: open sans, helvetica neue, Helvetica, Arial, sans-serif;
    font-weight: 300
}


.panel-title a:focus {
    color: var(--black) !important;
    text-decoration: none;
}

#categoryAccordion .panel .panel-heading .panel-title a:focus {
    color: var(--cool-grey) !important ;
    text-decoration: underline;
}

#quotesubmitinput1 {
    padding: 10px 15px;
}

a.button.btn.btn-primary, a.btn.btn-primary, .dec, .inc, .btn-default, .previous, #quotesubmitinput1 {
    background-color: var(--black) !important;
    color: var(--sunflower-yellow) !important;
    border-color: transparent !important;
}

a.button.btn.btn-primary:hover, a.btn.btn-primary:hover, .btn.btn-primary:hover, .dec:hover, .inc:hover, .previous:hover,
div#basketcontinueshopping a.btn.btn-default:hover, a.button.btn.btn-primary:active, a.btn.btn-primary:active, .btn.btn-primary:active, .dec:active, .inc:active, .previous:active,
div#basketcontinueshopping a.btn.btn-default:active, #quotesubmitinput1:hover, #quotesubmitinput1:active {
    background-color: var(--sunflower-yellow) !important;
    color: var(--black) !important;
    border-color: transparent !important;
    text-decoration: none !important;
}

select.btn.btn-default, select.btn.btn-default:hover, select.btn.btn-default, select.btn.btn-default:active {
    background: var(--black) !important;
    color: var(--sunflower-yellow) !important;
    border-color: var(--black) !important;
}

/**
 * =================== BEGIN HEADER CSS ===========================================
 */

.navbar.navbar-default.navbar-fixed-top, .header-container, header, .navbar .navbar-default, div.navbar:nth-child(2) {
    background-color: #000;
}

span.basket-head-items.badge.badge-inverse {
    left: -10px;
    top: -10px;
}

#header-detail {
    float: right;
    margin-top: 1rem;
}

.header-links-text, .header-links-text:hover, span.basket-head-items.badge.badge-inverse {
    font-family: MalloryBold;
    color: var(--black);
}

.navbar, .navbar-nav {
    min-height: 56px;
}

.navbar-default {
    border: none;
}

.yamm {
    margin-top: 0 !important;
}

.yamm .nav-heading a { color: #ffdc00 !important }

.menu-container {
    background-color: #fff;
}

.seven-cols li, .my-product-list-parent {
    min-height: 56px;
    width: 14.2857%;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.my-product-list-parent .nav-heading a {
    color: #000 !important;
}

.restricted.level3 li { min-height: unset !important; }

.header-phone {
    display: flex;
    justify-content: end;
    padding: 1.8rem 2rem;
}

#leftsidebar .panel-title .closed::after {
    content: "\f107";
    font-weight: bold;
}

.seven-cols li:nth-child(3) .slidedown:after {
    content: "\25bc";
}

#about-us-id:after {
    content: "\25bc" !important;
}

.navbar-default .navbar-nav > li > a {
    height: 56px;
    font-family: MalloryBold;
    font-size: 15px;
    color: var(--black);
    text-transform: uppercase;
    font-weight: 300;
    line-height: 29px;
}

.navbar-default .navbar-nav > li:hover:after, .navbar-default .navbar-nav > li:focus:after, .navbar-default .navbar-nav > li:active:after {
    background-color: var(--sunflower-yellow);
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    min-height: 56px;
}

.navbar-nav li.level1:hover, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-nav li.level1:hover, ul.dropdown-menu.aboutusdrpdown li.static-links a:hover {
    background-color: var(--sunflower-yellow);
    color: var(--black) !important;
    text-decoration: none !important;
}

div.navbar:nth-child(2) {
    background-image: none;
}


li div.yamm-content.tabular-menu table.col-md-12 tbody tr td.tabular-nav.col-md-3 ul li.nav-heading.navHeadingTabular a {
    color: var(--black) !important;
    background-color: #f2f2f2;
}

li.nav-heading.navHeadingTabular {
    min-height: 38px;
}

li.nav-heading.navHeadingTabular a {
    font-weight: 700;
}

#main-nav { margin-top: 0 !important }

#main-nav2 div.tabular-menu {
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    height: 100%;
    background-color: #eee;
}


#main-nav2 > ul > li > ul {
    padding: 0;
    background-color: var(--white-two);
}

.aboutusdrpdown li.static-links a {
    min-width: 177px;
    background-color: #f2f2f2;
    color: var(--black);
    text-align: center;
    display: block;
}


.navbar-social img {
    width: 20px;
    height: 15px;
    object-fit: contain;
}

#myquotes, #myquotes:hover {
    font-family: MalloryBook-Regular;
    font-size: 16px;
    color: var(--white-three);
    text-decoration: none;
}

.product-box div.basketsubmit, .product-box .quantity {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100% !important;
}

.product-box .grid-view-buttons .price-block {
    border-top: none;
}

.navbar-myaccount.login:hover {
    color: var(--sunflower-yellow) !important;
}

#topquote:hover {
    color: #fff !important;
    text-decoration: none !important;
}

.basketButton {
    font-family: MalloryBook-Regular;
    color: var(--black);
    background-color: var(--sunflower-yellow) !Important;;
    border: solid 1.5px var(--sunflower-yellow);
}

.basketButton:hover {
    background-color: var(--dandelion) !Important;
    border: solid 1.5px var(--dandelion) !Important;
}

.badge {
    background-color: #fff;
    color: #000;
    position: relative;
    bottom: 10px;
    right: 5px;
    font-size: 10px;
}

.header-search .searchform {
    border: solid 2px var(--sunflower-yellow);
    width: 100%;
    float: right;
    margin-right: 0;
}

div.header-search form.searchform div.input-group span.input-group-btn button.btn.btn-default {
    border-color: var(--black) !important;
}

div.header-search form.searchform div.input-group span.input-group-btn button.btn.btn-default i.fa.fa-search {
    color: var(--sunflower-yellow);
    font-size: 17px;
}

.header-search #searchform .searchterm {
    background-color: var(--black);
}

.header-search .fa-search, .main-header .fa-lock {
    color: var(--sunflower-yellow) !important;
}

#myaccount, #myaccount:hover {
    font-family: MalloryBook-Regular;
    color: var(--sunflower-yellow);
    font-size: 17px;
}


ul.dropdown-menu.aboutusdrpdown li.static-links {
    min-height: 42px;
    border-top: 1px solid #f6f6f6;
    background-color: #f2f2f2;
    font-size: 13px;
}

.dropdown-menu {
    padding: 0;
}

.dropdown-menu li {
    width: auto !important;
    text-align: left;
    font-weight: 400;
}

#logout:hover {
    text-decoration: underline;
}

/**
* ======================== BEGIN BREADCRUMB CSS =============================================
*/

.breadcrumb {
    font-family: MalloryBold;
    border: none;
    background-color: #f2f2f2;
    color: var(--black);
    font-size: 13px;
    height: 65px;
    margin-bottom: 15px;
}

.breadcrumb > li + li::before {
    content: "\003E";
    padding: 0 5px;
    color: var(--charcoal-grey);
}

.breadcrumb > li {
    margin-top: 10px;
}

/**
* ========================= BEGIN MAIN PAGES CSS ===========================================
*/

@media only screen and (max-width: 539px) {.page-home .homecarousel { height: 12rem !important; } }
@media only screen and (min-width: 540px) {.page-home .homecarousel { height: 18rem !important; } }
@media only screen and (min-width: 600px) {.page-home .homecarousel { height: 26rem !important; } }
@media only screen and (min-width: 1024px) {.page-home .homecarousel { height: 35rem !important; } }
@media only screen and (min-width: 1200px) {.page-home .homecarousel { height: 42rem !important; } }

@media only screen and (max-width: 539px) {.page-construction .homecarousel { height: 10rem !important; } }
@media only screen and (min-width: 540px) {.page-construction .homecarousel { height: 15rem !important; } }
@media only screen and (min-width: 600px) {.page-construction .homecarousel { height: 22rem !important; } }
@media only screen and (min-width: 1024px) {.page-construction .homecarousel { height: 28rem !important; } }
@media only screen and (min-width: 1200px) {.page-construction .homecarousel { height: 35rem !important; } }

.page-construction .homecarousel { padding-top: 0 }

/** browse by ect **/
#leftsidebar .panel-default > .panel-heading {
    color: var(--black) !important;
    background-color: var(--sunflower-yellow) !important;
    border: solid 1.5px var(--sunflower-yellow) !important;
}


#leftsidebar .panel-title {
    font-family: MalloryBold;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    font-size: 17px;
}

#leftsidebar .panel-title a:hover {
    text-decoration: underline !important;
    background-color: var(--sunflower-yellow) !important;
}

#leftsidebar .panel-title a:hover::after, #leftsidebar .panel-title a.collapsed:hover::after, #leftsidebar .panel-title a::after, #leftsidebar .panel-title a:hover {
    color: var(--black) !important;
}

span.tab-title {
    font-family: MalloryBold;
    font-weight: 300;
}

.panel-default {
    border-color: var(--sunflower-yellow);
}

#browseby-panel {
    border: 1px solid var(--sunflower-yellow) !important;
}

/** category product boxes **/
.category-box {
    border: none;
    padding: 10px;
    margin-bottom: 30px;
}

.category-box a {
    text-decoration: none;
}

.cat-caption {
    background-color: var(--black);
    height: 85px;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.cat-caption h2 {
    font-family: MalloryBook;
    font-weight: 300;
    color: var(--white);
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    font-size: 19px;
    margin-top: 10.5px;
    margin-bottom: 10.5px;
}

.cat-captionmtt {
    background-color: var(--black);
    height: 85px;
    text-decoration: none;
}

.cat-captionmtt h2 {
    font-family: MalloryBook;
    font-weight: 300;
    color: var(--white);
    padding-top: 1em;
    padding-left: 10px; 
    padding-right: 10px;
    vertical-align: middle;
    font-size: 19px;
    margin-top: 10.5px;
    margin-bottom: 10.5px;
}

.caption__overlay p.caption__overlay__content {
    color: var(--white);
}

.addtoquote {
    width: 100%;
}

#home-sub-adds .sidebar-adverts img {
    margin-top: 0 !important;
    width: 100%;
}

#home-sub-adds img {
    border: none;
}

/** cat heading **/
.main-heading {
    font-family: MalloryBold;
    color: var(--black);
    text-transform: uppercase;
    margin-top: 0;
    font-size: 29px;
}

.staticcontent h1 { font-size: 32px; }

.pdetails .main-heading { font-size: 22px; }


div#accordion.panel-group div.panel.panel-default div.panel-heading h4.panel-title {
    font-family: MalloryBook;
    color: var(--sunflower-yellow);
}

div#accordion.panel-group div.panel.panel-default div.panel-heading h4.panel-title a:hover, div#accordion.panel-group div.panel.panel-default div.panel-heading h4.panel-title a:active {
    color: var(--sunflower-yellow) !Important;
    text-decoration: underline;
}

div.col-md-9.main-content div.inner div.col-md-12 div div#accordion.panel-group div.panel.panel-default {
    border: solid 1.5px var(--black);
}

/**
* ================================== Static Pages =========================================
*/
div.static-content table tbody tr td h3, .get-in-touch {
    background: var(--sunflower-yellow);
    padding: 20px 10px;
    margin-bottom: 0;
    color: var(--black);
}

body.page-home div#page div.main div.container div.row div.col-md-12.main-content div.static-content table tbody tr td p {
    padding: 10px;
    background-color: var(--white-two);
}


.page-register-new .staticcontent, .page-register-credit-free .staticcontent, .page-register-current .staticcontent { overflow-x: visible }
.staticcontent { overflow-x: hidden }

.main-content div.staticcontent h1 { margin-top: 0;}

.main-content div.staticcontent h1, body.page-contact-us div#page div.main div.container div.row div.col-md-9.main-content div.staticcontent h3 {
    font-family: MalloryBold;
    text-transform: uppercase;
    color: var(--black);
    clear: both;
}

.quote-title, .addproducttoquote h2, post h2 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 39px;
    font-weight: 300
}

.quoteform label {
    width: 13%
}

.quoteform .form-group {
    display: flex;
}

#quotesearch, #quantity {
    width: unset;
    margin-left: 1rem;
}

#quoteform-form .form-control {
    width: 45%;
}

div.form-group.address2, div.form-group.address3 {
    margin-bottom: 20px;
}

.addproductoquote h2 {
    font-weight: 300
}

label {
    font-size: 12px;
}

.btn {
    font-size: 15px;
    padding: 10px 15px;
    border-radius: 0;
}

table {
    font-size: 12px;
}

.table.group .basketqty {
    width: 185px
}


.get-in-touch > small:nth-child(2) {
    font-family: MalloryBook;
    font-size: 22px;
    color: var(--black);
    text-transform: capitalize;
}

div#page div.main div.container div.row div.col-md-9.main-content div.static-content table tbody tr td p span a {
    color: #0000EE;
    font-weight: bold;
}

.contact-form-bg {
    background-color: var(--white-two);
    padding: 10px;
    display: block;
    min-height: 380px;
}

.contact-message-box textarea {
    height: 266px;
}

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

body.page-news div#page div.main div.container div.row div.col-md-9.main-content div.static-content div.post.row div.col-md-12 form button.button.btn.btn-primary.articleReadMore {
    font-family: MalloryBook;
    text-transform: uppercase;
    padding: 10px;
}

.post .post-date {
    color: silver !important;
    font-weight: 400
}

body.page-testimonials div.staticcontent p {
    font-family: MalloryBook-Regular;
    background-color: #f1f1f1;
    margin-bottom: 0;
    padding: 10px;
    font-size: 17px;
    font-style: italic;
}

div.staticcontent table tbody tr td h3 {
    background-color: var(--sunflower-yellow);
    color: var(--black);
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
    margin-left: 30px;
}

div.staticcontent table tbody tr td p {
    margin-left: 30px;
}

.page-contact-us table tbody tr td p {
    margin-left: 0 !important;
}

/**
* =================================== Checkout =============================================
*/

.control-label {
    font-family: MalloryBook-Regular;
    color: var(--black);
    font-size: 12px;
    font-weight: 600;
}

div#checkout.col-md-12.main-content form.checkoutstep div.panel.panel-default {
    border-color: var(--black);
}

/**
* ========================= BEGIN FOOTER CSS ================================================
*/

#cookiePolicyInfo button {
    font-family: MalloryBook-Regular;
    color: var(--black);
    background-color: var(--sunflower-yellow);
    border: solid 1.5px var(--sunflower-yellow);
    right: 5px;
    font-size: larger;
    margin-right: 20px;
    padding: 5px 10px;
    font-weight: normal;
}

#cookieAccept:hover {
    font-family: MalloryBook-Regular;
    color: var(--black);
}

footer {
    padding-top: 24px;
    position: absolute;
    width: 100%;
    padding-bottom: 15px;
    bottom: inherit;
}

#footer, footer {
    background: #000;
}

footer h3, footer .footer-left, footer .footer-right {
    background: none;
    color: var(--white);
    text-transform: uppercase;
    font-size: 15px;
    padding: 0;
    font-weight: bold;
}

.footer-left .first-addr-line {
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
    font-size: 11px;
}

.footer-left p, .footer-left a, .footer-left span, .footer-right p, .footer-right a, .footer-right span {
    font-family: MalloryBook-Regular;
    color: var(--white);
    font-size: 13px;
    font-weight: normal;
    text-transform: none;
}

footer .footer-right ul li a:hover {
    text-decoration: underline;
}

.footer-left .last-footer-p span {
    font-weight: bold;
    font-size: 11px;
}

.footer-left .last-footer-p {
    margin-top: 53px;
}

#logo-footer {
    margin-bottom: 30px;
}

footer .footer-right ul li a {
    font-family: MalloryBook-Regular;
    color: var(--sunflower-yellow);
    font-size: 15px;
}

/** Login / register boxes **/
#login-register-account .panel-default, #login-apply-account .panel-default, #login-form .panel-default, #login-new-visitor .panel-default {
    border-color: var(--black);
}

.login .panel h4 {
    font-weight: bold;
}

.login .panel {
    border: 1px solid black;
    border-radius: 4px
}

#login-register-account, #login-apply-account, #login-form, #login-new-visitor {
    min-height: 22rem;
}

#login-form, #login-apply-account {
    border-bottom: 1px dotted var(--black)
}

@media only screen and (min-width: 700px) {
    body.login .panel .btn {
        position: relative;
        bottom: -1rem;
        margin-bottom: 1rem
    }

    body.login .fgpass {
        position: relative;
        bottom: -1rem;
        left: 1rem;
    }
}

#loginform .fa, #loginform .input-group-addon, .addprodducttoquote #quoteform {
    background-color: var(--black);
    border-color: var(--black);
    color: var(--sunflower-yellow);
}


.form-group .form-control {
    border-color: var(--black) !Important;
}

.qtycol .form-control {
    float: left;
}


.qty.basketqty .dec, .qty.basketqty .inc {
    padding: 6px 10px;
}


div.form-group.container {
    width: 100%;
    border-top: 1px solid black;
    padding: 8px 0;
}

.table-bottom {
    border-bottom: 1px solid black;
}

.form-control:focus {
    border-color: #000000;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#wishlistsubmitinput, #quotesubmitinput, .addFavourite {
    color: var(--black) !Important;
}

#wishlistsubmitinput:hover, #quotesubmitinput:hover, .addFavourite:hover {
    color: var(--charcoal-grey) !Important;
    text-decoration: underline !Important;
    background-color: transparent !important;
}

/**
* =========================================== Portal styles ======================================================
*/

div#leftsidebar.col-md-3 div.portal.panel.panel-default div.panel-heading {
    font-family: MalloryBold;
    font-weight: 300;
    background-color: var(--sunflower-yellow) !Important;
    border-color: var(--sunflower-yellow) !Important;
    color: var(--black) !Important;
    text-transform: uppercase;
    text-align: center;
}

#leftsidebar #portal {
    font-family: MalloryBook;
    font-weight: 700;
    background-color: var(--black);
    color: var(--sunflower-yellow);
    text-transform: uppercase;
}

.portal-padding {
    padding: 1.5rem;
}

.usermanagementportal-body {
    background-color: #65686c;
    font-family: MalloryBook;
    font-size: 17px;
    font-weight: 100;

    .portalindexheader {
        color: #fff;
    }
}

.portalindexheader li { padding-left: 1rem; }

#usermanagementportal-body li a, #usermanagementportal-body li i { color: #fff }


.page- {
	.main-content h1 {margin-top: 0 }
    .panel-default { border: none; }
    .panel-default > .panel-heading {background-color: #dad9d7; color: var(--black); }
    .btn.loadModal, .btn-info { color: var(--black) !important; background-color: var(--sunflower-yellow) !important; border: none !important }
    .btn.loadModal:hover, .btn-info:hover {color: var(--sunflower-yellow) !important; background-color: var(--black) !important; border: none !important }
    .site-management, .user-management .panel-default { border: 1px solid var(--black) }
    #accordion.panel-group div.panel.panel-default div.panel-heading h4.panel-title a:focus, .site-management a:focus { color: var(--sunflower-yellow) !important }
}

.page- div#accordion.panel-group div.panel.panel-default div.panel-heading h4.panel-title a:hover, div#accordion.panel-group div.panel.panel-default div.panel-heading h4.panel-title a:active, .site-management a:hover { color: var(--white) !important; }




/**
* ============================================ BEGIN MOBILE SPECIFIC ==============================================
*/

/** =========================================== Mobile drilldown ===================================================*/

.drilldown a {
    font-family: MalloryBold;
    color: var(--charcoal-grey);
    font-weight: 300;
}

.drilldown-quote-request {
    border-bottom: none !Important;
}

.drilldown-quote-request a {
    font-family: MalloryBook-Regular;
    background: var(--cool-grey);
    color: var(--white);
}

.drilldown-contact-info {
    font-family: MalloryBook-Regular;
    font-weight: 300;
    background: #000000 !Important;
    color: var(--white);
    display: block;
    padding: 10px;
    padding-left: 30px;
    font-size: 21px;
    text-align: center;
    min-height: 77px;
}

.drilldown-contact-info span {
    display: block;
    background: #000000 !Important;;
}

#collapse-nav {
    background: none;
}

div.static-content p {
    padding: 10px;
    background-color: var(--white-two);
}

/**
* Only for desktop
*/
html body.page-case-studies div#page div.main div.container div.row div.col-md-9.main-content div.static-content table tbody tr td h3,
html body.page-case-studies div#page div.main div.container div.row div.col-md-9.main-content div.static-content table tbody tr td p {
    margin-left: 30px;
}

.header-basket-link img {
    height: 35px;
}

#header-logo {
    padding: 0;
}

/*** Header Telephone number Section ***/
#header-information {
    padding-top: 40px;
    font-size: 28px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    font-style: italic;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

/*** Basket Section ***/
#telephoneno {
    font-size: 16px;
    font-weight: bold;
}

.basket-levels .basket-level {
    text-align: center;
}

.basket-levels .basket-level .fa-check {
    color: green;
}

.basket-levels .basket-level .fa-times {
    color: red;
}

.basket-stock-text {
    padding-bottom: 25px;
}

/*** Checkout Button Section ***/
.btn-primary {
    color: var(--sunflower-yellow);
    background-color: var(--black);
    border-color: var(--black);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #FFFF00
}

.header-basket .basketDropdown {
    top: 43px;
    right: 14px;
}

.header-basket .checkoutButton {
    height: 34px;
    padding: 5px 20px;
}

/*** Search Bar Section ***/
.header-search #searchform {
    width: 100%;
    margin-top: 10px;
}

.header-search #searchform .btn {
    background: #232323;
    padding: 8px 12px;
}

.header-search #searchform .btn:hover .fa.fa-search {
    color: #FFFF00;
}

.fa.fa-search {
    color: #ffffff;
}

.header-search #searchform .input-group {
    border: 1px solid #232323;
}

/*** Search Results Section ***/
/*** Cookie Text ***/
.cookietext {
    font-size: 12px;
}

#cookiePolicyInfo button {
    margin-top: 0;
    font-size: medium;
}

#cookiePolicyInfo {
    z-index: 2;
    color: white;
    float: left;
    margin: 10px 0;
}

/*** Tooltip container ***/
.navbar-fixed-top {
    -webkit-box-shadow: 0 0 10px 0 #232323;
    -moz-box-shadow: 0 0 10px 0 #232323;
    box-shadow: 0 0 10px 0 #232323;
    border-bottom: 1px solid #232323;
}

/** Navigation Bar **/
.navbar .level1 {
    background: transparent;
    height: auto;
}

.navbar .nav-heading a {
    font-size: 14px !important;
}

.navbar .level3 a {
    font-size: 14px;
    color: #000000 !important;
    text-transform: none;
}

/** About us drop down menu **/
.aboutusdrpdown {
    width: auto !important;
}

.aboutusdrpdown .static-links {
    padding: 0;
    margin: 0;
    border-top: 1px solid #FFFF00;
}

.aboutusdrpdown .static-links:first-child {
    border-top: 0;
}

/** End of About us drop down menu **/

.page-contact-us .staticcontent small {
    font-size: 35%;
}

/* Third level styling with image */
.nav-thridlevel-container {
    margin: 20px 0 auto;
}

.nav-image-container {
    margin: 0 auto;
    width: 180px;
    height: 180px;
    position: relative;
}

.nav-thirdlevel-text-container {
    text-align: center;
    padding-top: 10px;
    font-size: 15px;
    height: 60px;
    color: var(--black);
    text-transform: none;
}

.nav-image {
    -webkit-animation: fadein 1.5s; /* Safari and Chrome */
    -moz-animation: fadein 1.5s; /* Firefox */
    -ms-animation: fadein 1.5s; /* Internet Explorer */
    -o-animation: fadein 1.5s; /* Opera */
    animation: fadein 1.5s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Firefox */
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Safari and Chrome */
@-ms-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Internet Explorer */
@-o-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Opera */
/* End of Third level styling with image */

/* END HEADER */

/* MAIN BODY  */

/** HOME PAGE **/
/** END HOME PAGE **/


.owl-stage-outer {
    -webkit-box-shadow: 0 5px 14px -3px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0 5px 14px -3px rgba(0, 0, 0, 1);
    box-shadow: 0 5px 14px -3px rgba(0, 0, 0, 1);
}

.owl-theme .owl-controls .owl-dots {
    padding-top: 10px;
    text-align: center;
}

.owl-controls .owl-dot, .owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-theme .owl-controls .owl-dot {
    display: inline-block;
    zoom: 1;
    background: #fff;
    *display: inline; /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-dot span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    border: 2px solid #b4d800; /*IE7 fix*/
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: white;
}

.owl-theme .owl-controls .owl-dot.active span, .owl-theme .owl-controls.clickable .owl-dot:hover span {
    margin: 5px 0;
    filter: Alpha(Opacity=100);
    border: 2px solid #b4d800;
    background-color: #b4d800;
    /*IE7 fix*/
    opacity: 1;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-dot span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

/** Product category page **/
.category-head .main-cat-image {
    height: 200px;
}

.thumbnail .caption {
    padding: 0;
}

/** MAIN BANNER OWL CAROUSEL **/
/** HOMEPAGE ADVERTS **/
.homepage-advert {
    min-height: 150px !important;
    padding: 0;
}

/** END HOMEPAGE ADVERTS **/

/** PRODUCTLIST PAGE **/
.grouped-category-box, .product-box {
    border: 1px solid #232323;
}

.grouped-category-box .viewoptions {
    margin-top: 0
}

.plist-item.thumbnail .image-container {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}

.plist-item.thumbnail:hover .image-container {
    -webkit-transform: scale(1.1); /* Safari and Chrome */
    -moz-transform: scale(1.1); /* Firefox */
    -ms-transform: scale(1.1); /* IE 9 */
    -o-transform: scale(1.1); /* Opera */
    transform: scale(1.1);
}

.main-content .list {
    border-color: #232323;
    padding-top: 15px;
}

.inner-box {
    border-color: #232323 !important;
}

.dec, .inc {
    background-color: #232323;
    color: #FFF;
    padding: 8px 15px;
    border: 1px solid #CCCCCC;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
}

.dec:hover .fa, .inc:hover .fa {
    color: #FFFF00 !important;
}

/*** List View ***/
.viewAsListButton {
    background-color: #e7e7e7;
    border-color: #dadada;
}

.list-view .rowborder, .item-row {
    border: 1px solid #232323;
}

/*** End List View ***/
/** END PRODUCTLIST PAGE **/

/** PRODUCT PAGE **/
.price span.price-vat-switch, .price span.price-vat-switch span {
    font-weight: normal !important;
    font-size: 14px !important;
    line-height: 12px !important;
    color: #0D0D0D !
    important;
}

.price span.price-vat-switch {
    display: block;
}

.pdetails .ourpriceis .price {
    font-weight: bold;
    font-size: 16px;
    color: #000000;
}

.pdetails {
    border: 1px solid #DDDDDD;
    padding: 10px;
    overflow: auto;
}

.image {
    border-color: #FFFFFF;
}

.price-block {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    min-height: unset !important;
    .price {
        margin-right: 3px;
    }
}

.price-block h3, .price h3, .pricetable-price h3 {
    font-size: 15px;
    margin: 0;
}

.site-management .panel-default {
    border: 0;
}

/** END PRODUCT PAGE **/
/** PRODUCT GROUP TABLE LAYOUT **/
/************ Fix for quantity field alignment in table layout **********/
.qty.basketqty.footable-last-column {
    width: 136px;
}

/** END PRODUCT GROUP TABLE LAYOUT **/
/** BREADCRUMBS **/

.breadcrumb > li + li:before, #breadcrumbs a, .breadcrumb a, .breadcrumb span {
    color: var(--black);
}

/** END BREADCRUMBS **/
/** SIDEBAR **/
#leftsidebar .panel {
    border: none;
}

#yellowblack{
    background-color: #FFF000 !important;
    color: var(--black) !important;
}

#yellowblack.loadModal:hover {color: #FFF000 !important; background-color: var(--black) !important;}

/*** Side bar portal***/
#leftsidebar .portal.panel-default > .panel-heading, .panel-default > .panel-heading, #blackyellow  {
    color: #FFF000 !important;
    background-color: var(--black) !important;
}

#leftsidebar #portal a, #leftsidebar #portal a:hover {
    color: #fff !important
}

.logoutbutton { font-family: MalloryBook; color: var(--sunflower-yellow) !important; font-weight: 300 !important;}

/*** End Side bar portal***/
/*** Side bar advert ***/
.sidebar-adverts {
    padding-bottom: 10px;
}

/*** End of Side bar advert ***/
/** END SIDEBAR **/
/** QUOTE REQUEST **/
.qtycol strong {
    display: flex;
    width: 30%;
    float: right;
}


[id^="quotesubmitinput"]:hover, [id^="quotesubmitinput"]:focus, [id^="quotesubmitinput"]:active, [id^="wishlistsubmitinput"]:hover, .btn.wishlistsubmitinput-prodlist:hover, .btn.wishlistsubmitinput-prodlist p:hover, .btn.wishlistsubmitinput-prodlist .far:hover {
    color: #232323 !important;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-color: #232323;
}

#quoteform input {
    border: 1px solid #232323;
}

#quoteform .table input {
    width: 90%;
}

#quoteform .table textarea {
    border: 1px solid #232323;
    width: 90%;
}

input#quoteform.btn {
    width: 100%;
}

.catalogue-quote-request #quotesubmit {
    padding-left: 144px;
}

/** END QUOTE REQUEST **/
/** QUICK ORDER **/
/** END QUICK ORDER **/
/** LEFT SIDEBAR ADVERT **/
.sidebar-advert {
    margin-bottom: 21px;
}

#home-sub-adds .sidebar-adverts img {
    margin-top: 0 !important;
}

.btn-success {
    background-color: #232323;
}

/** END LEFT SIDEBAR ADVERT **/
/* END MAIN BODY */

/* Delivery message in checkout */
.del-astric-message {
    font-size: 12px;
    padding: 10px;
    font-weight: bold;
}


#deliverycharges .delopt table td.price {
    font-weight: bold;
    position: absolute;
    right: 100px;
}

#deliverydatenote {
    font-size: 12px;
    color: #ff0000;
    margin-top: 5px;
}

.delivery-panel h3 {
    display: none
}

#required-date[readonly] {
    background: #fff;
    cursor: pointer;
}

.datepicker table tr td.highlighted.disabled, .datepicker table tr td.highlighted.disabled:hover {
    background-color: #ea6767 !important;
}

.datepicker table tr td.highlighted, .datepicker table tr td.highlighted:hover {
    background-color: #76d676 !important;
    color: #fff !important;
}

/* End Delivery message in checkout */
/* Footer */
/** Footer Background **/
.sliding-u-l-r {
    text-decoration: none;
    display: inline-block;
    border-bottom: 3px solid transparent;
    width: 0;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    white-space: nowrap;
    height: 20px;
}

.sliding-u-l-r:hover {
    border-bottom: 3px solid #FFFF00;
    width: 110px;
}

footer .footer-left img {
    margin-bottom: 6px;
}

footer p {
    font-size: 12px;
    font-weight: bold;
}

footer .footer-right h2 {
    font-size: 16px;
    font-weight: bold;
}

/* End Footer */

.navbar-greeting {
    display: none;
}

.nav-image-loader {
    border: 6px solid #fff;
    border-top: 6px solid #232323;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    -webkit-animation: spinner 2s linear infinite;
    animation: spinner 2s linear infinite;
    display: none;
    position: absolute;
    top: 65px;
    left: 65px;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

th.unitscol {
    min-width: 70px;
}

td.unitscol {
    line-height: 34px !important;
}

.staticcontent ul {
    list-style: circle !important;
    padding-left: 30px;
}

.caption__overlay {
    height: 26rem;
    margin: 0
}

.mobile-only {
    display: none;
}

.g-recaptcha {
    margin: 20px 0px;
}

.nav-justified > .dropdown .dropdown-menu {
    top: 62px;
}

.navbar .level1 a {
    text-transform: uppercase;
    font-size: 13px;
}

.category-box a:hover {
    background: none;
}

.tabular-nav .navHeadingTabular {
    padding: 0;
    margin: 0;
}

.tabular-nav .navHeadingTabular a {
    text-transform: none;
    font-size: 14px;
}

.searchform {
    clear: both;
    margin: 10px 5px 5px;
}

.header-basket {
    background-color: var(--sunflower-yellow);
    padding: 9px 17px;
}

.header-basket .checkoutButton {
    float: right;
}

.header-basket .singleitemprice {
    float: left;
}


.header-basket .basketproductname {
    text-align: left;
}

.header-basket .basketproductname, .qtycol {
    padding-top: 7px;
    padding-bottom: 2px;
}

.header-basket #basket {
    height: 43px;
}

.navbar-header {
    width: 100%;
}

.navbar-header a {
    color: var(--white-three);
    font-size: 16px;
    font-family: MalloryBook-Regular;
}

.header-basket a {
    line-height: 43px;
}

.header-basket-text {
    float: left;
}

.header-search {
    clear: both;
    float: right;
    position: relative;
    margin-top: 0.5rem
}

.header-search .searchform .form-control {
    font-size: 15px;

}

.header-search .searchform .searchterm {
    background-color: var(--black);
    border: none;

}

.header-search .searchform .btn, #search .searchform .btn {
    background-color: #000;
    color: var(--sunflower-yellow);
    border: none !important;
}

.header-phone a.phone-pop {
    color: var(--sunflower-yellow);
    font-size: 19px;
    font-family: MalloryBook-Regular;
    font-weight: 700;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled {
    color: var(--sunflower-yellow) !important
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled:hover {
    color: #666 !important;
}

#cookiePolicyInfo .cookiebutton {
    margin-bottom: auto;
    float: left;
}


.navbar-social, .navbar-myaccount, .navbar-logout {
    color: var(--sunflower-yellow);
    font-size: 17px;
    font-family: MalloryBook-Regular;
    font-weight: bold;
}

.navbar-social {
    float: left;
}

.navbar-social i {
    color: #fff
}

.navbar-myaccount.login {
    display: flex;
    justify-content: end;
}


.navbar-greeting {
    float: right;
}

.tooltipcontainer, #tooltipcontainer.fixed {
    display: none;
    position: relative;
    top: 47px;
    margin: 0 auto;
    right: auto;
    left: auto;
    width: auto;
    z-index: 3000;
}

.tooltipcontainer .basket-notification {
    border: 1px solid #666;
    margin-top: 10px;
}

.tooltipcontainer .tip {
    border: solid;
    border-color: #666 transparent;
    border-width: 0px 10px 10px 10px;
    content: "";
    right: 80px;
    position: absolute;
    z-index: 99;
}

.tooltipcontainer .data {
    padding: 10px;
    text-align: left;
    background: #666;
}

.product-history .btn { font-size: 12px; padding: 7px; }

/* MAIN */

.main-image {
    margin: 15px auto;
    max-height: 300px;
}

.cat-description { margin-top: 1rem }

.greyhr {
    border-top: 0;
}

.image {
    padding: 10px;
    overflow: auto;
}

.pdetails .code, .pdetails .price, .pdetails .level, .pdetails .minordertext, .pdetails .grpprice, .pdetails .obsoleteprod {
    margin: 12px 0px;
}

.pdetails .minordertext {
    font-size: 13px;
}

.suggested-box-price {
    height: 30px;
}

.suggested-caption {
    height: 60px;
}

.alsobought-container {
    margin: 20px 0;
    border: 1px solid #DDDDDD;
}

.alsobought-box-price {
    height: 30px;
}

.grouped-category-box .price, .product-box .price, .item-row .price {
    font-weight: bold;
}

.grouped-cat-caption h2 {
    font-weight: 300;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.product-image-container {
    height: 205px;
}

.buy-qty {
    max-width: 50px;
}

.add input#basketsubmit, .add input#addtobasket, .selectors, .add input.basketsubmit, .add input.addtobasket, .selectors {
    width: 100%;
}

.quantity .dec, .quantity .inc {
    background-color: var(--black);
    color: var(--sunflower-yellow);
}

.quantity .dec:hover, .quantity .inc:hover {
    background-color: var(--sunflower-yellow);
}

#basketemptybasket .emptybasketbtn {
    padding-left: 34px;
    padding-right: 34px;
}

#deliverydateblock {
    padding-top: 20px;
}

#panel-confirmorder-extrainfo .panel .panel-body table tbody tr td, #panel-confirmorder-extrainfo .panel .panel-body table tbody tr th {
    padding: 2px;
}

#panel-confirmorder-extrainfo .panel .panel-body table tbody tr th {
    width: 50%;
}

.post .post-title {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
}

#SearchResults {
    top: 45px;
    width: 456px;
}


#SearchResultsMobile {
    top: 14rem;
}

.price span {
    font-weight: bold;
    font-size: 15px;
    line-height: 12px;
}

.price-vat-switch {
    font-weight: normal !important;
    font-size: 12px !important;
}

.tabLevel2ProductsContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2rem;
}

.level2-nav-image-container a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center
}

.level2-nav-image-container a:hover {
    color: var(--black) !important;
}

.navHeadingTabular a {
    color: black !important;
}

.navHeadingTabular a:hover {
    background-color: var(--sunflower-yellow) !important;
    color: var(--black) !important;
}

.divquoteform {
    width: 100%;
}

#QuickSearchResults {
    top: 56px;
}

.layoutButtons .viewAsGridButton, .viewAsListButton {
    width: 38px;
    height: 38px;
}

.layoutButtons .viewAsGridButton.modeset, .layoutButtons .viewAsListButton.modeset {
    background-color: #d4d4d4 !important;
    border-color: #ccc !important;
}

.viewAsListButton .fas {
    position: relative;
    right: 0.6rem;
    bottom: 0.1rem;
}

.layoutButtons .viewAsGridButton {
    margin-right: 5px;
}

.layoutButtons .viewAsGridButton .fas, .viewAsListButton .fas {
    font-size: 18px;
}

.product-box .quoteform {
     padding: 0; bottom: 1rem; position: relative; width: 100%;
}

.quotesubmitinput-prodlist:hover, .quotesubmitinput-prodlist:active, .quotesubmitinput-prodlist:focus {
    color: #ccc;
}

.homecarousel .owl-controls {
    width: 100%;
    position: absolute;
    bottom: 10px;
}


.product-caption h2 {
    font-weight: 300;
    font-family: open sans, helvetica neue, Helvetica, Arial, sans-serif;
}

.product-box .code {
    font-size: 15px
}

.pricetable-price span {
    font-size: 12px;
}

.group-table .description {
    width: 20rem;
}

.group-table .pricetable1 {
    width: 10rem;
}

.vatToggle {
    padding-top: 10px;
}

.productPageFunctionalityText {
    height: 5rem;
}

.favourite-product-caption h2 {
    font-size: 12px;
}

.favourite-product-buttons .price, .favourite-product-buttons .price #price-unit, .favourite-product-buttons .price .price-vat-switch span.price {
    font-size: 12px;
}

.price-unit {
    margin-left: 3px;
}

.favourite-product-buttons .add input#basketsubmit {
    padding: 6px 5px;
    width: auto;
    margin: 0px;
}

.favourite-product-buttons div.price, .favourite-product-buttons .add {
    padding: 0px 5px;
}

.favourite-product-caption .remove-move .wishlistform .btn {
    font-size: 11px;
    padding-right: 10px;
}

.favourite-product-caption .wishlistform .wishlistsubmit {
    display: block;
}

form#searchform-mobile div.input-group input#secondsearch.form-control.searchterm {
    border-color: #ffdc00 !Important;
    margin-top: 5px;
}

/** mobile min basket button */
a.navbar-toggle span.badge.basket-head-total {
    left: -10px;
    top: -10px;
    display: inline-block;
    position: relative;
    color: var(--black);
}

.navbar-fixed-top .fa-search {
    color: var(--sunflower-yellow) !important;
    font-size: 27px;
}

form#searchform-mobile div.input-group span.input-group-btn button.btn.btn-default {
    background-color: var(--black);
    border-color: var(--black) !Important;
}

form#searchform-mobile div.input-group input#secondsearch.form-control.searchterm {
    background-color: var(--black);
    color: var(--white);
    border-color: var(--black);

}

#nav-drilldown {
    background-color: #ddd;
}

.drilldown-button-container {
    text-align: center;
    position: relative;
    display: block;
    margin-bottom: 53px;
    padding-left: 15px;
    padding-right: 19px;
}

.drilldown-login-btn, .drilldown-register-btn {
    width: 45%;
    display: inline-block;
    margin-top: 10px;
}

.drilldown-login-btn {
    float: left;
}

.drilldown-register-btn {
    float: right;
}

.drilldown a.navback-home {
    background-color: #e4e4e4 !Important;
    border-left: 5px solid var(--sunflower-yellow);

}

.drilldown a.navback {
    background-color: var(--sunflower-yellow);
}

.why-kernow-block {
    padding: 10px;
    display: block;
    min-height: 36px;
    float: left;
    width: 100%;
    background-color: #f1f1f1;
    margin-bottom: 10px;
}

.why-kernow-block img {
    padding-right: 10px;
    max-width: 69px;
}

.why-kernow-block h3 {
    margin-top: 0;
    padding: 5px;
    font-size: 25px;
}

.meetteamlinked {
    margin-right: 0.5rem;
}

/**
* Validation
*/

/*variables*/
.ui-state-invalid > input[type="text"], .ui-state-invalid > input[type="tel"], .ui-state-invalid > input[type="email"], .ui-state-invalid > input[type="number"], .ui-state-invalid > select, .ui-state-invalid > textarea {
    border-color: #bd1a00 !important;
    background-image: url(../images/invalid.png);
    background-position: 95% center;
    background-repeat: no-repeat;

}

.ui-state-valid > input[type="text"], .ui-state-valid > input[type="tel"], .ui-state-valid > input[type="email"], .ui-state-valid input[type="number"], .ui-state-valid > select, .ui-state-valid > textarea {
    border-color: #00b233 !important;
    background-image: url(../images/valid.png);
    background-position: 95% center;
    background-repeat: no-repeat;
}

.ui-error-message {
    color: #bd1a00;
}

.owl-stage-outer {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


#telephoneno > img:nth-child(1) {
    margin-right: 10px
}

.quotesubmitinput-prodlist, .wishlistsubmitinput-prodlist {
    color: #3d3d42 !important;
}

.wishlistsubmitinput-prodlist  {
    display: inline-flex;
    flex-direction: row-reverse;
    padding: 5px 0;
    .fas, .far {
        padding: 2px !important;
    }
}

html body.page-why-kernow div#page div.main div.container div.row div.col-md-9.main-content div.static-content h1 {
    font-size: 50px;
}

.grouped-category-box {
    border: none !Important;
}

.product-box {
    border: none !Important;
}

html body.page-why-kernow div#page div.main div.container div.row div.col-md-9.main-content div.static-content h2 {
    font-size: 20px;
    padding-bottom: 13px;
    font-weight: 300;
    font-family: MalloryBook;
}

iframe {
    width: 100%;
    height: 450px !important;
}

iframe[title="recaptcha challenge expires in two minutes"] {
    height: 580px !important;
}

@media (min-width: 992px) {

    .aboutusdrpdown li.static-links a {
        font-size: 13px;
    }

    #SearchResults {
        left: 0 !important;
        top: 46px !important;
        width: 294px !important;
    }

    .homecarousel {
        width: 100%;
        height: 85%;
        background-color: #ffffff;
    }

    .homecarousel .slides img {
        width: 100%;
        height: 85%;
    }

    .homepage-advert {
        padding-bottom: 15px;
    }

    .mobile-only-gt {
        display: none;
    }

    .mobile-only {
        display: block;
        width: 143%;
        text-align: center;
        padding-bottom: 40px;
        margin-left: -30px;
        padding-top: 20px;
    }

    .mobile-only > li:first-child {
        padding-top: 4px;
    }

    .mobile-only li {
        list-style: none;
        float: left;
        background-color: #f6f6f6;
        width: 14.2857%;
        height: 50px;
        font-weight: bold;
        padding-top: 17px;
    }

    .mobile-only li:hover {
        background-color: #ffdc00;
    }

    .mobile-only a:hover {
        text-decoration: none;
    }

    .header-links-cart {
        margin-right: 5px;
    }

    .header-links-text {
        padding-right: 5px;
    }

    #header-navbar {
        display: none;
    }

    .header-links li {
        margin-left: 15px;
    }

    .flexslider-image {
        margin: 0 auto;
    }

    .delopt tr > td:nth-child(2) {
        min-width: 200px;
    }

    .delopt tr > td:nth-child(2) {
        min-width: 200px;
    }

    .thumbnail.gridview {
        height: 480px;
    }

    .thumbnail.gridview .inner-box {
        height: 450px;
    }

    #panel-confirmorder-invaddrs .panel, #panel-confirmorder-extrainfo .panel, #panel-confirmorder-deladdrs .panel, #panel-confirmorder-paymeth .panel {
        height: 225px;
    }

}

@media (min-width: 1200px) {
    #SearchResults {
        left: 0 !important;
        top: 46px !important;
        width: 361px !important;
    }

    .favourite-product-buttons .add .quantity, .favourite-product-buttons .price {
        display: flex;
    }

    .favourite-product-buttons .add .basketqty {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 992px) {
    #header-logo {
        text-align: center;
        margin-bottom: 10px;
    }

    #logo-mobile {
        display: inline;
        max-height: 8rem;
    }

    .navbar-brand {
        padding: 10px 15px;
    }

    .navbar-collapse {
        min-height: 46rem;
    }

    #account-switch-table th:hover {
        cursor: pointer;
    }

    .account-switch-portal-container {
        text-align: center;
        border: 1px solid #DDD;
    }

    .optionMob {
        margin-top: 8px;
        margin-bottom: 8px;
    }

    body {
        margin-bottom: 430px;
        margin-top: 8rem;
    }

    #panel-confirmorder-invaddrs, #panel-confirmorder-extrainfo, #panel-confirmorder-deladdrs, #panel-confirmorder-paymeth, #panel-confirmorder-basket, #checkout-entry-login, #checkout-entry-signup {
        padding: 0px;
    }

    .tooltipcontainer .tip {
        right: 162px;
        top: -7px;
    }

    .mobile-only {
        display: block;
    }

    .staticcontent img {
        width: 100%;
        height: 100%;
    }

    .meetteamimg {
        width: 235px !important;
        height: 100% !important;
    }

    .meetteamlinked {
        width: 28px !important;
        height: 28px !important;
    }
}

#main-nav2 > ul > li > a{ padding: 15px 0; }

@media (max-width: 1200px) {
    .seven-cols .navbar .nav li:first-child {
        width: 10%;
    }

    .seven-cols .navbar .nav li:nth-child(2) {
        width: 14%;
    }

    .seven-cols .navbar .nav li:nth-child(3), .my-product-list-parent {
        width: 20%;
    }

    .seven-cols .navbar .nav li:nth-child(4) {
        width: 14%;
    }

    .seven-cols .navbar .nav li:nth-child(5) {
        width: 14%;
    }

    .seven-cols .navbar .nav li:nth-child(6) {
        width: 14%;
    }

    .seven-cols .navbar .nav li:nth-child(7) {
        width: 14%;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1050px) {
    .navbar-nav {
        min-height: 69px;
        max-height: 72px;
    }

    .header-login {
        width: 100%;
    }
    .panel-second .btn-xs, .panel-first .btn-xs { padding: 10px !important; }

}

@media only screen and (max-width: 487px) {
    .vieworderbtn, .repeatlinebtn, .backtoordersbtn {
        margin: 5px auto;
        display: block;
        float: none;
        width: 100%
    }

    form#outputorderdetails, form.repeatorderform {
        float: none !important;
        display: block;
        text-align: center;
        margin: 5px auto;
    }

    form#outputorderdetails .btn, form.repeatorderform .btn {
        width: 100%;
        float: none !important;
    }
}

@media only screen and (max-width: 281px) {
    .navbar-brand {
        width: 32% !important;
    }

    .basketqtylabel {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .main-cat-image {
        display: none !important;
    }

    #leftsidebar .panel {
        margin-left: 0px;
        margin-right: 0px;
    }

    .product-box .wishlistform {
        float: none;
    }

    .listview-groupedproduct .viewoptions, .listview-groupedproduct .viewoptionsform {
        position: relative;
        text-align: center;
    }

    .listview-groupedproduct p.groupdesc, .minprice-label, .caption {
        text-align: center;
    }

    .thumbnail.gridview {
        height: 510px;
    }

    .thumbnail.gridview .inner-box {
        height: 480px;
    }

    .plist-item .caption h2 {
        height: 40px;
    }

    .navbar-brand {
        padding: 10px 2px;
    }

    .header-links {
        display: table;
        width: 100%;
    }

    .header-links li {
        float: left;
    }

    .header-links a {
        font-size: 120%;
    }

    .main-content {
        margin-bottom: 15px;
    }

    #leftsidebar .panel :eq(0) {
        clear: both;
    }

    #leftsidebar .panel-title a::after {
        color: black !important;
    }

    .searchform {
        width: auto;
    }


    .navbar a.navbar-toggle {
        font-size: 18px;
        text-decoration: none;
    }

    .navbar .navbar-toggle {
        margin-right: 0px;
        padding: 9px 6px;
    }

    a.navbar-toggle:hover {
        background-color: #333;
    }

    .navbar {
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.075);
    }

    .bootstrap-switch .bootstrap-switch-container {
        width: 100%
    }

    .tooltipcontainer {
        top: 47px;
    }

    .tooltipcontainer .tip {
        right: 150px;
    }

    .pdetails {
        margin-bottom: 10px;
    }

    #collapse-nav {
        background-color: var(--black);
        color: var(--sunflower-yellow);
        font-size: 20px;
        width: 60px;
        padding-left: 0px;
    }

    #logo {
        max-height: 75px;
        margin-left: 5px;
    }

    .navbar-brand {
        width: 63%;
        padding: 0;
    }

    .navbar-toggle {
        margin-bottom: 0px;
    }

    .navbar-toggle .mini-menu-text {
        font-size: 10px;
        text-transform: uppercase;
        color: var(--sunflower-yellow);
        display: block;
    }

    div.navbar.navbar-default.navbar-fixed-top div.container,
    div.navbar.navbar-default.navbar-fixed-top div.container div div.navbar-header div.row div.col-sm-4.col-md-4,
    div.navbar.navbar-default.navbar-fixed-top div.container div div.navbar-header div.row div.col-sm-4.col-md-4 a.navbar-toggle, div.navbar.navbar-default.navbar-fixed-top div.container {
        padding-right: 0;
    }

    html body.page-home div#page header div.navbar.navbar-default.navbar-fixed-top div.container {
        padding-left: 0px;
    }

    html body.page-case-studies div#page div.main div.container div.row div.col-md-9.main-content div.static-content table tbody tr td h3,
    html body.page-case-studies div#page div.main div.container div.row div.col-md-9.main-content div.static-content table tbody tr td p {
        margin-left: 0px;
    }
}

@media only screen and (min-width: 500px) and (max-width: 550px) {
    .quantity-text {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
     .page- .btn.loadModal { margin-top: 5px }	

    .plist-item .caption h2 {
        height: 60px;
    }

    .navbar-social-lable {
        display: none;
    }

    .favourite-product-buttons .add .basketsubmit {
        float: none;
        width: 100%;
        margin-top: 4px;
    }

    .favourite-product-buttons .add input#basketsubmit {
        width: 100%;
    }

    .favourite-product-buttons .add .buy-qty {
        max-width: 50px;
    }

    .favourite-product-buttons .price .price-block {
        justify-content: start;
    }
}

@media only screen and (max-width: 750px) {

    .buttons-bot {
        width: 100%;
    }

}

@media only screen and (max-width: 991px) {
.navbar a.navbar-toggle {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    font-size: 10px !Important;
    color: var(--sunflower-yellow);
}
}

@media only screen and (max-width: 1024px) and (min-width: 992px) {
    .product-box .wishlistform {
        width: 100% !important;
    }

    .favourite-product-buttons .add .quantity {
        width: 100%
    }
}

@media only screen and (max-width: 920px) {

    .favourite-product-buttons .add .quantity {
        width: 50%
    }

    .header-links a {
        font-size: 200%;
    }

    a.navbar-toggle span.badge.basket-head-total {
        top: -30px;
        left: 11px;
    }

    span.basket-text {
        bottom: 14px;
        display: flex;
        position: relative
    }

    .header-links .header-links-text, #breadcrumbs {
        display: none;
    }

    .groupedProduct {
        max-width: 155px;
    }

    #basketcontinueshopping {
        clear: both;
        float: right;
        margin-top: 15px;
    }

    .searchnavlist div {
        float: none !important;
    }

    .searchnavlist-container ul.pagination {
        float: none;
    }

    #basketupdatebasket {
        float: left;
        margin-right: 15px;
    }

    #savebasket {
        margin-top: 10px;
    }

    #basketcontinueshopping {
        clear: unset;
        margin-top: 2px;
    }

    #baskettocheckout, #baskettocheckout .btn, #basketupdatebasket, #basketupdatebasket input, #basketupdatebasket .btn, #basketcontinueshopping, #basketcontinueshopping .btn, #basketemptybasket .btn, #basketupdatebasket .btn, .promobtn {
        width: 100%;
        margin: 2px 0;
    }

    #editbasketform {
        margin-bottom: 0px;
    }

    #searchformbody {
        width: 100%;
    }

    #logo {
        max-height: 60px;
    }

    .navbar-brand {
        width: 41%;
        padding: 0;
    }

    div.navbar:nth-child(2) {
        background-color: var(--black);
        background-image: none;
    }

    #collapse-nav .fa-bars, i.fa-shopping-cart {
        font-size: 27px;
    }

    #collapse-nav {
        background: var(--black);
        color: var(--sunflower-yellow);
        padding-left: 8px;
    }

    footer h3, footer .footer-left, footer .footer-right {
        padding: 15px;
    }

    .contact-message-box textarea {
        height: 100%;
        width: 100%;
    }

    .contact-message-box {
        margin-left: -12px;
    }

    html body.page-case-studies div#page div.main div.container div.row div.col-md-9.main-content div.static-content table tbody tr td h3,
    html body.page-case-studies div#page div.main div.container div.row div.col-md-9.main-content div.static-content table tbody tr td p {
        margin-left: 0px;
    }

    .header-links a {
        font-size: 200%;
    }

    .header-links .header-links-text, #breadcrumbs {
        display: none;
    }

    .groupedProduct {
        max-width: 155px;
    }

    #basketcontinueshopping {
        clear: both;
        float: right;
        margin: 2px 0;
    }

    .searchnavlist div {
        float: none !important;
    }

    .searchnavlist-container ul.pagination {
        float: none;
    }

    .navbar-brand {
        float: left;
        width: 35%;
        padding: 0;
    }

    .fa-shopping-cart {
        color: var(--sunflower-yellow);
        font-size: 25px;
    }

    #panel-checkout-end ul li {
        display: block;
        margin: 4px 0px;
    }

    #panel-checkout-end ul li a {
        width: 100%;
    }

    .favourite-category-box h2 {
        font-size: 18px;
        padding-left: 15px;
    }

    .favourite-product-buttons .price {
        margin: 10px 0px;
    }

    .favourite.list-view > div {
        padding: 6px 0px;
    }

    .favourite-product-caption h2 {
        font-size: 12px;
        margin-top: 0px;
    }

    .favourite-product-buttons .add .basketsubmit {
        float: left;
        width: 50%;
        margin: 0px;
    }

    .favourite-product-buttons .moveFavourite {
        color: #555555;
    }

    .favourite-product-buttons .remove-move {
        color: #555555;
        margin-top: 8px;
        float: left;
    }


    #pagenotfound h3 {
        font-weight: 600;
        font-size: 15px;
        margin-top: 10.5px;
        margin-bottom: 10.5px;
    }

    #pagenotfound h3 span.light, .suggested {
        font-weight: 300;
    }

    #pagenotfound .search-body {
        margin-top: 30px;
    }

    #sidebar-quicklist h3 {
        font-size: 15px;
        margin-top: 10.5px;
        margin-bottom: 10.5px;
    }

    #sub-category-filter-panel ul li a {
        font-size: 12px;
        font-weight: normal;
        display: inline-block;
        margin-bottom: 5px;
        padding-left: 12px;
    }

    .category-delete {
        cursor: pointer;
    }

    .favourite-category-box {
        overflow: auto;
    }

    .favourite-category-box .category-delete {
        float: right;
        font-size: 24px;
        vertical-align: middle;
        padding-bottom: 4px;
    }

    .favourite-instruct {
        clear: both;
        margin: 30px 0px;
    }

    .budget-spend-edit {
        cursor: pointer;
    }

    .input-group-below {
        font-size: 12px;
        background-color: #eeeeee;
        border: 1px solid #cccccc;
        padding: 5px;
        display: inline-block;
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .col-xs-6 {
        width: 100%;
    }

    #deliverycharges .delopt table td.price {
        font-weight: bold;
        position: relative;
        right: 0;
    }
}

@media only screen and (min-width: 500px) and (max-width: 768px) {
    .table.group .quantity {
        min-width: unset;
    }

    .col-md-4 {
        width: 33.33333333%;
    }
}

@media only screen and (max-width: 500px) {
    iframe {
        width: 100%;
        height: 265px !important;
    }
}

@media only screen and (max-width: 1023px) {
    header { margin-top:  5rem }
}

@media only screen and (max-width: 1024px) {
    .main-cat-image {
        display: none !important;
    }

    #leftsidebar .panel {
        margin-left: 0px;
        margin-right: 0px;
        clear: both;
    }
}

@media only screen and (max-width: 541px) {
    .quoteform label {
        width: 31%
    }
}

@media only screen and (max-width: 768px) {
    .basketqty {
        width: 140px !important;
    }
}
.staticcontent img {
    max-width: none;
}