@media (min-width: 1400px) {
    .container { width: 1370px; }
}
body { margin-bottom: 400px; background-color: #F6F6F6; }
.btn-primary, .btn-success { background-color: #00ADEE; border-color: #00ADEE; border-radius: 4px; }
.btn-primary:hover, .btn-success:hover { background-color: #004788; }
.btn-primary.disabled { background-color: #999; border-color: #999; }

.header-search { width: 55%; }
.header-search .searchform { width: 95%; float: left; margin-top: 6px; }
.header-search .searchform .searchterm, #search .searchform .searchterm {
    background: #E1E1E1;
    border: 1px solid #E1E1E1;
    box-shadow: none;
    -webkit-box-shadow: none;
    height: 40px;
}
.header-search .searchform .btn, #search .searchform .btn {
    background: #E1E1E1;
    border: 1px solid #E1E1E1!important;
}
.header-search .searchform .btn {
    padding: 9px 12px;
}
.header-search .fa-search, #search .fa-search {
    color: #003362;
    -webkit-text-stroke: 2px #003362;
    font-size: 18px;
}
.header-search .searchform .searchterm::placeholder {
    font-size: 16px;
    color: #555;
}

.header-login, .header-basket {
    width: 22%;
    float: left;
    padding: 10px 15px;
}
.header-login {
    text-align: right;
}
#SearchResults { width: 90%; }

.header-basket a:hover {
    text-decoration: underline;
}
.account-login, .header-basket a {
    font-weight: bold;
}
.account-login .fas {
    color: #003362;
    font-size: 22px;
    padding-right: 10px;
}
.header-basket-link img {
    max-height: 30px;
    padding-right: 10px;
}

#header-logo { padding: 10px 45px 0 15px; }
#header-logo #logo { max-height: 65px; }

#header-detail { margin-top: 25px; }
.header-myaccount .navbar-myaccount { padding-top: 7px; }
.navbar-myaccount i { color: #003362; }

.menu-container {
    background-color: #003362;
    margin-top: 20px;
}
.navbar-default { border: none; margin-top: 0;}
.navbar .level1 > a { font-weight: bold; color: #fff; font-size: 14px!important; }
.yamm .level1:hover, .yamm .level1:focus {
    background-color: #00adee;
}
.yamm .level1:hover > a {
    color: #fff;
}
.navbar .nav-heading a { color: #003362; }

.top-info {
    text-align: center;
    color: #003362;
    padding: 3px 0;
    width: 100%;
    z-index: 9999;
    top: 0;
}
.top-info ul { margin-bottom: 0; }
.top-info ul li {
    display: inline-block;
    padding: 2px 10px;
    font-size: 14px;
    font-weight: bold;
}

.home-info-points {
    background-color: #EEEEEE;
    padding: 0;
}
.home-info-points a {
    display: block;
    padding: 20px 10px 10px 10px;
}
.home-info-points a:hover {
    background-color: #dddddd;
}
.home-info-points p {
    color: #003362;
    display: inline-block;
    width: 75%;
    line-height: 16px;
}
.home-info-points .fas {
    color: #003362;
    font-size: 30px;
    padding-right: 10px;
    vertical-align: top;
}
.home-info-points img { padding-right: 10px; display: inline-block; }
.home-info-points a:hover { text-decoration: none; }

.top-adverts img, .bottom-adverts img {
    border: 1px solid #003362;
}
.homecarousel { margin-top: 0; }
.featured-list { margin-top: 20px; }
.featured-list .caption h2 { font-size: 15px; text-align: center; font-weight: normal; line-height: 18px; height: 55px; color: #003362; }
.featured-list .caption h3 { font-size: 16px; text-align: center; font-weight: 600; color: #009C0A; height: 35px; }
.featured-list .thumbnail { border-color: #CCCCCC; padding: 20px; }
/*.featured-list .image-container { min-height: 255px; }
.featured-list .image-container img { margin: 0 auto; }*/
.featured-list .moreinfo { text-align: center; margin-top: 20px; }
.featured-list .moreinfo a { display: block; }
.featured-list .moreinfo span.btn { width: 100%; text-align: center; border-radius: 4px; background-color: #00ADEE; border-color: #00ADEE; }
.featured-list .moreinfo span.btn:hover { background-color: #003362; }
h2.featured-title {
    color: #003362;
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    text-transform: none;
    font-family: "Open Sans Condensed";
}

.featured-list .image-container {
    position: relative;
    height: 255px;
}
.featured-list .image-container img {
    width: auto;
    max-height: 100%;
}

.new-products-row {
    margin: 25px -15px;
}
.new-products {
    background-color: #00ADEE;
    overflow: auto;
}
.new-products .title {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    padding: 15px;
    background-color: #0F7DA7;
    text-align: center;
}
.new-products .title:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #0F7DA7;
    border-top: 32px solid transparent;
    border-bottom: 32px solid transparent;
}
.new-products .text {
    font-size: 20px;
    padding: 18px 60px;
    vertical-align: center;
}
.new-products .text a {
    color: #fff;
}

.price-vat-switch span.price.second {
    font-size: 12px;
}

#tooltip-notifications.noty_type__success {
    background-color: #003362;
    border-bottom: 1px solid #003362;
}

.delopt div:first-child {
    font-weight: 700;
}
.delopt div:nth-child(2) {
    max-width: 550px;
}

.breadcrumb { margin-bottom: 0; }
.main-heading {
    color: #003362;
    font-weight: 600;
}

.panel-default {
    border: none;
}
.panel-default>.panel-heading, #leftsidebar .panel-default>.panel-heading a:hover {
    background-color: #428bca;
    color: #fff;
}
.panel-default, .panel-default>.panel-heading  {
    border-color: #428bca;
}
#leftsidebar .panel-title .collapsed::after {
    color: #fff;
}

/* Delivery options */
#deliverycharges .delopt {
    margin-bottom: 40px;
}
#deliverycharges .delopt table{
    width: 70%;
}
#deliverycharges .delopt table tbody tr td:first-child {
    width: 5%;
    padding-right: 10px;
}
#deliverycharges .delopt table tbody tr td:nth-child(2) {
    width: 60%;
    padding-right: 10px;
}
#deliverycharges .delopt table tbody tr td:nth-child(3){
    font-weight: bold;
}
/* End of Delivery options */

.category-box, .grouped-category-box, .product-box, .image, .pdetails, .suggested-box, .alsobought-box { background-color: #fff; }

.alert.prod-alerts {
    display: flex;
    align-items: center;
    border: 1px solid #E5E4E4;
}
.alert.prod-alerts .icon {
    width: 15%;
    float: left;
    text-align: center;
}
.alert.prod-alerts .icon .fas, .alert.prod-alerts .icon .far {
    font-size: 26px;
}
.alert.prod-alerts .text {
    width: 84%;
    float: left;
    font-size: 16px;
}
.alert.prod-alerts.price {
    color: #009C0A;
}
.alert.prod-alerts #countdown {
    display: inline-block;
    font-weight: bold;
}

.pdetails { overflow: auto; }
.pdetails .price, .pdetails .grpprice, .pdetails .code {
    text-align: center;
}
.pdetails .price > span.price, .suggested-box-price span.price, .alsobought-box-price span.price {
    font-size: 20px;
    font-weight: bold;
    color: #009C0A;
}
.price-vat-switch span.price {
    color: #333;
    font-weight: normal;
}

.pdetails .add .quantity {
    display: flex;
    justify-content: center;
}
.pdetails .basketqty .dec, .pdetails .basketqty .inc {
    padding: 11px;
    background-color: #5A6568;
    color: #fff;
}
.pdetails .basketqtylabel { display: none; }
.pdetails .quotesubmitinput-prodlist {
    background-color: #5A6568!important;
    border-color: #5A6568;
    padding: 6px 12px;
    color: #fff;
}

.pdetails .product-downloads {
    text-align: center;
    padding: 10px;
}
.pdetails .product-downloads .panel-title {
    color: #003366;
    font-weight: bold;
    margin-bottom: 6px;
}
.pdetails .selectors {
    width: 60%;
    margin: 0 auto;
}
.product-container {
    border: 1px solid #DDD;
    overflow: auto;
    margin: 0 15px;
    background-color: #fff;
    padding-top: 10px;
}
.product-container > div:first-child {
    padding-left: 0;
}
.product-container > div:last-child {
    padding-right: 0;
}

.grouped-category-box .price, .product-box .price, .item-row .price {
    color: #009C0A;
}


.nav-tabs {
    background-color: #F6F6F6;
    border: 0;
    margin-top: 20px;
    border-bottom: 1px solid #DDD;
}
.nav-tabs>li { margin-left: 5px; }
.nav-tabs li:first-child { margin-left: 0; }
#product-tabs.nav-tabs li a {
    padding: 12px 13px;
    background-color: #e5e5e5;
    border: 1px solid #DDD;
    margin-right: 0;
    border-bottom: none;
}
#product-tabs.nav-tabs li a:hover {
    background-color: #d5d5d5;
    color: #000;
}
#product-tabs.nav-tabs li:last-child a {
    border-right: 0;
}
#product-tabs.nav-tabs li.active a {
    background-color: #fff;
    border-bottom: none;
}
#produttabs {
    background-color: #fff;
}
h2.suggested, h2.alsobought-heading {
    font-family: "Open Sans Condensed";
    font-size: 26px;
    font-weight: bold;
}
.suggested-box-price, .alsobought-box-price {
    margin-bottom: 15px;
}


footer {
    padding-top: 0;
    color: #fff;
    font-size: 13px;
}
#footer { background-color: #003362; padding: 25px 0; }
footer { background-color: #003362; }
#footer p { margin: 15px 0; }
#footer a { color: #fff; }
#footer h4 { margin-top: 16px; }
#footer .newsletter .getourtext { font-size: 12px; }
#footer .newsletter .newsletterfield {
    width: 60%;
    margin: 8px 10px 0 0;
    padding: 7px;
    border: 2px solid #fff;
    border-radius: 5px;
    background-color: #074A88;
}
#footer .newsletter .newsletterfield:focus-visible {
    outline: none;
}
#footer .newsletter .newsletterfield::placeholder {
    color: #fff;
}
#footer .newsletter .newsletter-btn { margin-top: 8px; padding: 9px 15px; border-radius: 4px; background-color: #004788; border: none; border-radius: 4px; }
#footer .newsletter .newsletter-btn:hover { background-color: #003362; }
#footer .newsletterform { margin: 0; }
#footer .newsletterform form {
    overflow: auto;
    margin-bottom: 15px;
}
#footer .newsletterform button {
    background-color: transparent;
    border: none;
    margin-top: 9px;
}
#footer .newsletterform button .fas {
    color: #fff;
    font-size: 34px;
}
.footer-social { margin: 4px 10px;}
#footer .company-intro img {
    max-height: 40px;
}


#footer-middle { background-color: #003362; padding: 20px 0px; color: #fff; font-size: 12px; }
#footer-middle p { padding: 20px 0px; }
#footer-middle .fa { color: #fff; padding: 0px 10px; }

#footer-middle .static-links ul { text-align: right; }
#footer-middle .static-links li { display: inline; }
#footer-middle .static-links li a { display: inline-block; color: #fff; padding: 10px; }

#footer-middle .footer-category-links ul { text-align: right; margin-top: 15px; }
#footer-middle .footer-category-links ul li { display: inline; font-size: 13px; padding-bottom: 10px; padding: 5px 0px 5px 10px; }
#footer-middle .footer-category-links ul li a { color: #fff; display: inline-block; }
#footer-middle .footer-social { color: #fff; padding: 0 10px; }

#footer-bottom { background-color: #e9e9e9; padding: 20px 0px; }
#footer-bottom .company-details {
    color: #003362;
    font-size: 13px;
}
#footer-bottom .company-details li { display: inline; }
#footer-bottom .company-details li a { display: inline-block; color: #003362; padding: 0 10px 0 0; }

p.ogl, p.sagepayLogo {
    text-align: right;
}
a#poweredByOGL {
    color: #aaa;
    font-size: 12px;
    padding: 2px 0 2px 0;
}

@media only screen and (min-width: 1141px) {
    header {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .navbar-fixed-top { display: none; }
    header { margin-top: 0px; }
    .navbar-default {
        background-color: transparent;
    }
}

@media (max-width: 1024px) {
    .home-info-points div div { padding: 0 20px; }
    .header-search { width: 45%; }
    .badge {
        font-size: 12px;
        border-radius: 15px;
        padding: 8px;
    }
}

@media (max-width: 991px) {
    body {margin-bottom: 700px;}
    .top-info { display: none; }
    .basket .badge { left: 40px; }

    #search .fa-search {
        -webkit-text-stroke: 2px #003362;
        font-size: 22px;
    }
    #search .searchform .searchterm { height: 44px; }
    #search .searchform .btn { padding: 9px; }
    #search .searchform .searchterm::placeholder { font-size: 16px; color: #555; }
    .navbar-header .fa-search { -webkit-text-stroke: 1px #003362; }

    .home-info-points div div { padding: 0 10px; }
    .home-info-points{ padding: 20px 0 16px 0; }
    .home-info-points .fa { font-size: 24px; }
    .home-info-points p { font-size: 12px; }
    .home-info-points img { max-height: 25px; display: inline-block; }

    .home-featured .col-xs-6 { width: 50%; }
    .featured-list .thumbnail { padding: 10px 0; }
    .featured-list .image-container { height: 160px; padding: 6px; }
    .featured-list .moreinfo span.btn { width: 90%; }
    .featured-list .caption h2, .featured-list .caption h3 { height: 70px; }

    .new-products .title {
        font-size: 16px;
    }
    .new-products .text {
        font-size: 14px;
        padding: 16px 45px;
    }
    .new-products .title:before {
        border-top: 28px solid transparent;
        border-bottom: 28px solid transparent;
    }

    #logo-mobile { max-height: 60px; }
    .navbar-toggle.quickorder, .navbar-toggle.quoterequest {
        display: none;
    }
    .navbar a.navbar-toggle {
        font-size: 26px;
        color: #004788;
    }
    #collapse-nav {
        margin-left: 0;
    }
    #collapse-nav .fa-bars {
        font-size: 30px;
    }
    #collapse-nav:hover, #collapse-nav:focus {
        background: #003362;
        color: #fff;
    }
    .navbar-collapse { max-height: 100%; }
    .drilldown a.navback { color: #fff; background: #004788; }
    .drilldown a { color: #004788; }
    .drilldown li { background: #fff; border-color: #004788; }
    .drilldown li.drilldown-back, .drilldown li.drilldown-backparent { border-top: 1px solid #fff; }
    .drilldown-root { padding-bottom: 75px; border-bottom: 1px solid #ccc; }

    #leftsidebar { width: 100%; }
}

@media (max-width: 480px) {
    body {margin-bottom: 900px;}
    header { margin-top: 144px; }

    .navbar-brand { width: 100%; text-align: center; }
    .navbar .navbar-toggle { padding: 10px 25px; margin-top: 0px; }
    .navbar-brand { height: 75px; }

    .navbar .navbar-toggle {
        padding: 10px 22px;
        margin-top: 0;
    }

    .featured-list .caption h2 { height: 40px; }
    .featured-list .caption h3 { height: 60px; }

    .owl-carousel .owl-item img { width: auto!important; }
    .top-adverts img, .bottom-adverts img { margin-top: 15px; }
    .new-products .title { font-size: 16px; }
    .new-products .text {
        font-size: 13px;
        padding: 18px 30px;
    }
    .new-products .title:before {
        border-top: 38px solid transparent;
        border-bottom: 38px solid transparent;
    }

    .col-xs-6 { width: 50%; }

    .product-box { text-align: center; }
    .product-box .quantity { width: 100%; }
    .product-caption h2 { font-size: 17px; }

    footer { text-align: center; }
    #footer-middle .footer-category-links ul { width: 100%; padding: 10px 15px; }
    #footer-middle .footer-category-links ul li { display: list-item; }
    #footer-middle .footer-category-links ul li.level1 { text-align: center; float: none; padding: 5px 0px; }
    #footer-middle .static-links li { display: list-item; text-align: center; }
    #footer .company-intro img {
        margin: 15px auto;
    }
    #footer .static-links li { padding: 4px 0; }
    #footer .static-links li a { font-size: 15px; }
}
.bogo-box {
    font-size: 16px;
}
.alsobought-box-price {
    height: 87px;
}
.featured-list .thumbnail .alert.alert-warning {
    display: none;
}
.navbar-toggle {
    float: left;
}
.navbar a.navbar-toggle.basket {
    float: right;
}
