/* NEW NOTY LAYOUT - INC601062  */

@media only screen and (min-width: 1200px) {
    #noty_layout__topRight {
        top: 6rem !important;
        right: 40rem !important;
        width: 26rem !important;
    }
}

@media only screen and (min-width: 1325px) {
    #noty_layout__topRight {
        right: 47rem !important;
        width: 32rem !important;
    }
}

@media only screen and (min-width: 1600px)  {
    #noty_layout__topRight {
        right: 53rem !important;
        width: 35rem !important;
        top: 7rem !important;
    }
}

@media only screen and (min-width: 1800px) {
    #noty_layout__topRight {
        right: 63rem !important;
    }
}

@media only screen and (min-width: 2000px) {
    #noty_layout__topRight {
        right: 80rem !important;
    }
}

@media only screen and (min-width: 2350px) {
    #noty_layout__topRight {
        right: 90rem !important;
    }
}

body {
    background-color: #efefef;
    margin-bottom: 460px;
}
a {
    color: #294278;
}
a:hover {
    color: #0071bd;
}
header {
    margin-top: 70px;
}
body.page-home {
    margin-top: 28px;
}
.navbar-default {
    background-color: #294278;
    border-color: #294278;
}
.navbar-logout i, .navbar-myaccount i, .navbar-social i, .navbar-logout, .navbar-header a {
    color: #ffffff;
}
.header-basket {
    padding: 15px 10px;
}
.slogan-bar {
    padding: 15px 0 5px;
    background-color: #0071bd;
    font-size: 2rem;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-weight: 600;
}
.footable-last-column .code, .footable-last-column .level, .footable-last-column .minordertext {
    display: none;
}

.back-to-top {
    right: 100px;
    bottom: 20px;
}
.back-to-top-container {
    right: 147px;
    bottom: 30px;
}
a.back-to-top {
    font-size: inherit;
}
.navbar .level1 a.dropdown-toggle {
    color: #fff;
}
.yamm .level1:hover {
    background-color: #0071bd !important;
}
.yamm .nav-heading a {
    color: #0071bd !important;
}

.header-search .searchform .btn, #search .searchform .btn {
    background: #0071bd;
    border: 1px solid #0071bd!important;
}
.slides-container {
    position: relative;
}
.homecarousel {
    background-color: #efefef;
}
footer {
    bottom:auto;
    color: #fff;
    background: none;
    padding-top: 0;
    padding-bottom: 0;
}
footer a {
    color: #fff;
}
footer a:hover {
    color: #0071bd;
    text-decoration: none;
}
.footer-main {
    background-color: #294278;
    padding: 35px 0 50px;
}
.footer-main h4 {
    margin-top: 0;
    font-size: 2rem;
    font-weight: 600;
    color: #0071bd;
    margin-bottom: 15px;
}
.footer-bottom {
    background: #0071bd;
    padding: 25px 0 40px;
}
.footer-bottom a:hover {
    color: #294278;
}
#footer-logo {
    max-width: 200px;
    margin-bottom: 15px;
}

.footable.orderhistory>thead>tr>th {
    border-bottom: none !important;
}
#main-nav {
    margin-top: 0 !important
}


.back-to-top, .back-to-top-container {
    z-index: 999;
}
.corporate-links a {
    text-transform: uppercase;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
    left: 50px;
}
.owl-nav button.owl-next {
    right: 50px;
}
.owl-dots {
    width: 100%;
    position: absolute;
    text-align: center;
    bottom: 30px;
}
.owl-dots button.owl-dot {
    border: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
    padding: 0;
}
.owl-dots button.owl-dot.active {
    background-color: #ffffff;
}
.owl-dots button.owl-dot:focus {
    outline: none;
}
.owl-dots .owl-dot span {
    margin: 0;
}
.owl-dots .owl-dot.active span {
    background: none;
}
.owl-nav button {
    position: absolute;
    top: 40%;
    transform: translateY(-40%);
    background: none;
    border: none;
}
.owl-nav span {
    font-size: 70px;
    position: relative;
    top: -5px;
}
.owl-nav button:focus {
    outline: none;
}
#owl-example {
    width: 95%;
    margin: 0 auto;
    z-index: 0;
}
#owl-example .owl-nav button.owl-prev {
    left: -30px;
    color: #294278;
}
#owl-example .owl-nav button.owl-next {
    right: -30px;
    color: #294278;
}
.featured-title {
    background: #0071bd;
    padding: 25px 0;
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
}
.main-heading {
    font-size: 3rem;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #294278;
    color: #294278;
}
.breadcrumb {
    margin-bottom: 15px;
    background-color: #e9ecf5;
    font-size: 15px;
    padding: 15px;
}
.panel-default>.panel-heading {
    padding: 30px;
    color: #fff;
    background-color: #294278;
    border-color: #294278;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
#leftsidebar .panel {
    background-color: #294278;
}
#leftsidebar .panel-default > .panel-heading {
    padding: 15px;
    border-radius: 15px;
}
#leftsidebar .panel-default > .panel-heading a:hover {
    background-color: transparent;
}
.panel-body {
    background-color: #e9ecf5;
    padding: 30px;
    border-radius: 0 0 15px 15px;
}
#leftsidebar .panel-body li {
    padding: 10px 0;
}
.panel-default {
    border-color: #294278;
    border-radius: 16px;
}
.category-box {
    border-radius: 16px;
    padding: 0;
    border: 1px solid #294278;
    background-color: #294278;
}
.product-box {
    background-color: #fff;
    border-radius: 15px;
    border-color: #294278;
    padding: 30px;
}
.category-box .cat-caption {
    color: #fff;
    text-align: center;
}
.cat-image-container {
    border-radius: 15px 15px 0 0;
    background-color: #fff;
    height: 270px;
}
.cat-image {
    max-height: 250px;
}
#main-filterpanel .panel-body {
    padding: 30px 15px;
}
#main-filterpanel .panel-body .panel-default .panel-heading {
    background-color: #ffffff;
    color: #294278;
}
#main-filterpanel .panel-body .panel-default .panel-body {
    background-color: #fff;
}
.product-filter-container .panel-default, #sub-category-filter-panel {
    border: 1px solid #294278;
    margin-bottom: 15px!important;
}
.product-filter-container #accordion .panel-heading a, .product-filter-container #accordion .panel-heading a.collapsed {
    padding-left: 0;
}
#leftsidebar .product-filter-container .panel-default > .panel-heading a:hover {
    color: #294278;
}
#leftsidebar .panel-title a::after, #leftsidebar .panel-title .collapsed::after {
    color: #0071bd;
}
#leftsidebar .panel-title a:hover::after, #leftsidebar .panel-title a.collapsed:hover::after {
    color: #294278;
}
.quantity .basketqtylabel {
    display: none;
}
.product-box .quantity, .product-box .basketpartqty, .favourite-product-buttons .quantity, .favourite-product-buttons .basketpartqt {
    min-height: 53px;
}
.quantity {
    width: 143px;
    border-radius: 10px;
    min-height: auto;
    padding: 5px!important;
    background-color: #e9ecf5;
}
.product-box .basketqty .inc, .product-box .basketqty .dec {
    margin: 0 4px;
}
.dec, .inc {
    background-color: transparent;
    border: 0;
    width: 25%;
    display: inline;
}
.basketqty .dec .fas, .basketqty .inc .fas {
    font-size: 18px;
    color: #294278;
}
.basketqty .buy-qty {
    border-radius: 10px;
}
.dec:hover, .inc:hover {
    background-color: transparent;
}
.dec:hover .fas, .inc:hover .fas {
    color: #294278;
}
.product-box .quoteform button.quotesubmitinput-prodlist .fas {
    font-size: 50px;
    padding: 0 0;
    color: #337ab7;
}


.wishlistform .addtowishlist .wishlistsubmit .button {
    font-size: 14px;
}

.product-add-to-basket .quoteform {
    width: 16% !important;
}

.product-box .quoteform button.quotesubmitinput-prodlist .fas:hover {
    color: #294278;
}
.product-box .add input.basketsubmit {
    padding: 15px 15px;
}
.product-box .grid-view-buttons .price-block, .grouped-category-box .grouped-cat-price-label {
    font-size: 2rem;
    min-height: 95px;
}
.product-box .price-vat-switch .price, .price-vat-switch {
    font-size: 15px!important;
}
.plist-listview-item .price-label .price.second {
    font-weight: normal;
}
select#checkoutcountryselect {
    height: auto;
}
select.btn {
    padding: 15px 30px;
    font-size: 12px;
    border-radius: 10px;
    border: 1px solid #294278;
}
.layoutButtons .viewAsGridButton.modeset, .layoutButtons .viewAsListButton.modeset {
    background-color: transparent;
    border-color: transparent;
}
.layoutButtons .viewAsGridButton .fas, .viewAsListButton .fas {
    font-size: 4rem;
    color: #337ab7;
}
.layoutButtons .viewAsGridButton, .viewAsListButton {
    width: auto;
    height: auto;
    background-color: transparent;
    border-color: transparent;
}
.layoutButtons .viewAsGridButton:hover, .layoutButtons .viewAsListButton:hover {
    background-color: transparent;
    border-color: transparent;
}
.layoutButtons .viewAsGridButton.modeset .fas, .layoutButtons .viewAsListButton.modeset .fas {
    color: #ccc;
}
.list-view .rowborder {
    border: 1px solid #294278;
    background-color: #fff;
    margin-top: 30px;
    margin-bottom: 10px;
    padding: 30px;
    border-radius: 15px;
}
.image-section .image {
    border: 1px solid #294278;
    border-radius: 15px;
    background-color: #fff;
}
.tabs-panels .panel-heading {
    padding: 30px;
    border-radius: 15px;
}
.tabs-panels .panel-group .panel {
    border-radius: 17px;
    background-color: #294278;
}
.plist-listview-item .product-image-container, .plist-listview-item .product-image-container .product-image {
    height: 100%;
    max-height: 350px;
    top: 0;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
}
.plist-listview-item .add .basketsubmit {
    width: 145px;
    clear: both;
    margin-top: 5px;
}
.group-table {
    background-color: #fff;
    border: 1px solid #294278;
    border-radius: 15px;
    padding: 15px;
}
.group-table th.quantity {
    background: none;
}
.table.group {
    margin-top: 0;
}
.group-table td.basketqty {
    background-color: #e9ecf5;
    padding: 10px;
    line-height: 0;
    margin-top: 10px;
    border-radius: 15px;
    border: 2px solid #fff;
}
.pdetails {
    border: 1px solid #294278;
    padding: 15px;
    background-color: #fff;
    border-radius: 15px;
}
.basketsubmit input[type=submit].btn-block {
    width: 200px;
    clear: both;
}
.pdetails #quoteform {
    width: 143px;
}
.pdetails #quoteform #quotesubmitinput.quotesubmitinput-prodlist, .pdetails .wishlistform, .InquirenowButton {
    border-radius: 5px;
    min-height: auto;
    padding: 5px!important;
    background-color: #e9ecf5!important;
    margin-top: 5px;
    width: 200px;
}

.InquirenowButton {
    color: #fff;
    background-color: #337ab7 !important;
    border-color: #2e6da4;
}

.pdetails .add .quantity {
    width: 200px;
}
.pdetails .buy-qty {
    max-width: 83px;
}
.basketpartqty.col-xs-3.col-sm-2.col-md-2, .pdetails .basketpartqty {
    background-color: #e9ecf5;
    border-radius: 15px;
    padding: 5px;
    border: none;
    height: 73px;
    width: 100px;
    margin-left: 5px;
}
.basketpartqty.col-xs-3.col-sm-2.col-md-2 select, .pdetails .basketpartqty select {
    border-radius: 10px;
}
select.splitquantityselect {
    padding: 0;
    text-align: center;
    width: 65px;
    margin: 0 auto;
}
.pdetails .basketpartqty {
    text-align: center;
}
.pdetails .quantity p, .pdetails .basketpartqty p {
    clear: both;
}
#accordion.panel-group .panel {
    border-radius: 16px;
    background-color: #294278;
}
#accordion .panel-heading {
    padding: 30px;
    border-radius: 15px;
}
.featured-products-container {
    padding: 15px 0 5px;
    background-color: #0071bd;
    font-size: 2rem;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
}
.featured-products-carousel .owl-dots {
    position: relative;
    bottom: 0;
}
.featured-products-carousel .owl-dots button.owl-dot.active {
    background-color: #294278;
}
.featured-products-carousel .owl-dots button.owl-dot {
    background-color: #b3b3b3;
}
.col-md-6 .image {
    position: relative;
    background-color: #fff;
    border-color: #294278;
    border-radius: 15px;
}
.free-delivery-icon {
    display: block;
    position: absolute;
    right: 10px;
    border-radius: 7px;
    width: auto;
    padding: 5px 10px;
    border: 2px solid green;
    background-color: #fff;
    color: green;
}
.staticcontent {
    background-color: #fff;
    padding: 30px;
}
.portal.panel.panel-default {
    background-color: #89939e!important;
}
#leftsidebar .portal.panel-default > .panel-heading {
    border-color: #89939e;
}
#leftsidebar #main-filterpanel #accordion.panel-group .panel {
    background-color: #fff;
}
.product-box .quoteform button.quotesubmitinput-prodlist .fas, .product-box .wishlistsubmitinput-prodlist .far, .product-box .wishlistsubmitinput-prodlist .fas {
    padding: 9px 0;
    color: #337ab7;
    font-size: 35px;
}

.footable-last-column {
    display: flex;
    max-width: 300px;
}

.footable-last-column .code, .footable-last-column .level, .footable-last-column .minordertext {
    display: none;
}

.footable-last-column {
    .add .addtobasket {
        display: flex;

        .price {
            display: none;
        }
        .quantity {
            padding: 0 !important;
        }
        .basketsubmit #basketsubmit {
            width: 48px !important;
            margin-left: 2px;
        }
    }
}

.product-add-to-basket {
    display: flex;
    justify-content: flex-end;
}

.product-add-to-basket {
    position: relative;
}

.outOfStockOrders {
    display: flex;
    align-items: center;
    margin-left: 15px;
    width: 177px
}

.outOfStockOrders .fas {
    font-size: 26px;
    color: #ff0000;
    margin-right: 15px;
}

.postcode-estimator-result {
    border: 1px solid #294278;
    background-color: #fff;
}
.chkoutMethBut {
    width: 100%;
}
#panel-confirmorder-invaddrs .panel, #panel-confirmorder-extrainfo .panel, #panel-confirmorder-deladdrs .panel, #panel-confirmorder-paymeth .panel {
    height: auto;
}
.cards {
    margin-top: 20px;
}
.searchnavlist-container .pagination {
    float: right;
    margin: 0 0 15px!important;
}
.home-featured .owl-dots {
    position: relative;
    bottom: 0;
}
.grouped-category-box {
    background: #fff;
    border-radius: 15px;
    border-color: #294278;
    padding: 30px;
}
.product-box .grid-view-buttons .price-block, .grouped-category-box .grouped-cat-price-label {
    font-weight: 600;
}
.grouped-category-box .price, .product-box .price, .item-row .price, .price span, .pricetable-price span, .price {
    font-size: 2rem;
    font-weight: 600;
}
.product-box .price-vat-switch .price, .price-vat-switch {
    font-weight: 600!important;
}
.price-block br {
    height: 0;
}
.price-vat-switch .price {
    font-size: 15px;
}
.pdetails .main-heading, .tabs-panels .main-heading {
    border-bottom: 0;
}
.item-row .quotesubmitinput-prodlist, .item-row .wishlistsubmitinput-prodlist, .item-row .addFavourite, .item-row .moveFavourite {
    margin-right: 20px;
}
.vat-switch-btn {
    color: #fff;
    font-size: inherit;
    padding: 0;
}
.navbar-myaccount i.fa-pound-sign {
    font-size: 20px;
}
/*
//turn back on if split packs is used
.quantity.col-md-4.col-sm-5 {
    min-height: 73px;
}*/
.home-featured .owl-item img {
    width: auto!important;
}
.featured-list .caption a {
    display: block;
    min-height: 70px;
}
.home-featured h3 {
    min-height: 70px;
}
.qtybrk-ul {
    width: 160px;
}
@media only screen and (min-width: 992px) {
    .featured-products-carousel .owl-carousel {
        z-index:0;
    }
    body {
        padding-top: 290px;
    }
    body.page-home {
        padding-top: 265px;
    }
    header {
        position: fixed;
        top: 0;
        width: 100%;
        background-color: #efefef;
        margin-top: 0;
        padding-top: 70px;
        z-index: 5;
    }
    .vatToggle {
        padding-top: 8px;
    }
    #panel-confirmorder-invaddrs .panel, #panel-confirmorder-extrainfo .panel, #panel-confirmorder-deladdrs .panel, #panel-confirmorder-paymeth .panel {
        height: auto;
    }
    .container {
        width: 100%;
    }
    .slide-container {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .banner-overlay {
        margin: auto;
        position: absolute;
        height: 150px;
        width: 60%;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        font-size: 3rem;
        font-weight: 600;
        color: #fff;
    }
    .banner-button {
        display: inline-block;
        background-color: #294278;
        border-color: #294278;
        font-size: 2rem;
        text-transform: capitalize;
        padding: 10px 50px;
    }
    .powered-by-container {
        text-align: right;
    }
    #SearchResults {
        top: 60px;
    }
    .header-contact {
        float: left;
        width: 60%;
    }
    .header-search {
        float: right;
        width: 40%;
    }
    .contact-us-today {
        font-size: 16px;
        margin-bottom: 5px;
        font-weight: 600;
        color: #294278;
    }
    .contact-details {
        font-weight: 600;
        color: #294278;
    }
    .contact-details span a {
        color: #0071bd;
    }
    .header-search .form-control {
        height: 60px;
    }
    #header-detail {
        margin-top: 10px;
    }
    .header-search .searchform .btn {
        height: 60px;
        padding: 6px 20px;
    }
    .header-search .fa-search {
        font-size: 30px;
    }
    .header-search .searchform .searchterm {
        background: #e9ecf5;
        border: 2px solid #0071bd;
        box-shadow: none;
        font-weight: 600;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 100%;
        max-width: 1800px;
    }
    .banner-overlay {
        height: 200px;
        font-size: 5rem;
    }
}
@media only screen and (min-width: 1400px) {
    body {
        padding-top: 300px;
    }
    body.page-home {
        padding-top: 275px;
    }
}
@media only screen and (max-width: 1024px) {
    .home-featured h2 {
        height: auto;
    }
}
@media only screen and (max-width: 991px) {
    .homecarousel .owl-dots {
        bottom: 62px;
    }
    .vatToggle {
        padding-top: 13px;
    }
    #leftsidebar {
        clear: both;
        padding-top: 30px;
    }
    .badge {
        position: relative;
        top: 0;
        left: 0;
    }
    .owl-dots {
        bottom: 70px;
    }
    .slide-container {
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .banner-title {
        z-index: 99999;
        margin: auto;
        position: absolute;
        height: 150px;
        width: 50%;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        font-size: 3rem;
        font-weight: 600;
        color: #fff;
    }
    .banner-button {
        margin-bottom: 0;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        background-color: #294278;
        border-color: #294278;
        font-size: 2rem;
        text-transform: capitalize;
        padding: 10px 50px;
    }
    body {
        margin-bottom: 630px;
    }
    .newsletter-block {
        margin-top: 20px;
    }
    .header-basket {
        padding: 20px 10px;
    }
    .container {
        width: 100%;
        max-width: 1199px;
    }
    header {
        margin-top: 62px;
    }
    .slogan-bar {
        font-size: 2rem;
    }
    .homecarousel {
        margin-top: 0;
    }
    .homecarousel .container, .slogan-container {
        padding-right: 0;
        padding-left: 0;
    }
    .navbar-social {
        padding: 14px 8px;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #0071bd;
    }
    .drilldown .navback {
        background: #0071bd 
    }
    .drilldown a.navback {
        color: #ffffff;
    }
    .drilldown li {
        border-bottom: 1px solid #0071bd;
        background: #294278 !important;
    }
    .drilldown a {
        color: #ffffff !important;
        background: #294278 !important;
    }
}
@media only screen and (min-width: 768px) {
    .navbar {
        border-radius: 0;
    }
    .navbar-header .navbar-social {
        display: block;
    }
    .navbar-social i {
        font-size: 18px!important;
    }
}
@media only screen and (max-width: 767px) {
    .banner-title {
        font-size: 2rem;
    }
    body {
        margin-bottom: 1000px;
    }
    .company-block, .services-block {
        margin-top: 20px;
    }
    .phone-social-media .navbar-social {
        float: none;
    }
    .navbar-logout i, .navbar-myaccount i, .navbar-social i {
        font-size: 30px!important;
    }
    .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
        margin-right: 0;
        margin-left: 0;
    }
    .navbar-toggle.quickorder, .navbar-toggle.quoterequest {
        display: none;
    }
    .header-links-text.total, .basket-head-items {
        display: none;
    }
    .slogan-bar {
        padding: 15px 50px 0;
    }
    .home-featured h2 {
        height: auto;
    }
}
@media only screen and (max-width: 600px) {
    #owl-example {
        width: 85%;
    }
}
@media only screen and (max-width: 480px) {
    body {
        margin-bottom: 1010px;
    }
    .navbar-brand {
        width: 45%;
    }
    .product-box .quantity {
        width: 143px;
    }
    .make-payments table.dataTable, #quickorder-table .table-responsive {
        font-size: 11px;
    }
}
@media only screen and (max-width: 380px) {
    body {
        margin-bottom: 1080px;
    }
    .navbar-brand {
        width: 40%;
        line-height: 25px;
    }
    .owl-carousel .owl-item img {
        max-height: 150px;
    }
}
#tooltip-notifications.noty_type__success {
    background-color: green;  
    border-bottom: 1px solid green;  
}

#packageaddtobasket div {
    padding: 0 0 20px 0;
}
#packageaddtobasket div.basketsubmit {
    padding-bottom: 0;
}
#packageaddtobasket label {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
}
#packageaddtobasket select {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 7px;
    border: 1px solid #e9ecf5;
    background-color: #e9ecf5;
    border-radius: 5px;
    color: #294278;
}

