.btn-primary {
    background-color: #0c53c7;
    border-color: #0c53c7;
}
.btn-primary:hover {
    background-color: #1c2155;
    border-color: #1c2155;
}
a {
    color: #1c2155;
}
a:hover {
    color: #0c53c7;
}
.browseby-item i {
    color: #0c53c7;
}
.homecarousel {
    margin-top: 0;
}
.navbar-default {
    background-color: #1c2155;
    border-color: #1c2155;
    color: #fff;
}
footer {
    background: transparent;
    color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 30px;
}
#brochures-container {
    background-color: #000;
    color: #fff;
}
#brochure-button-container {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 30px 0;
}
#brochure-button-container h2 {
    margin-top: 0;
    margin-right: 25px;
    margin-bottom: 0;
    text-transform: uppercase;
}
#brochure-button-container .btn-lg {
    white-space: nowrap;
    padding: 10px 45px;
    border-radius: 25px;
    background-color: #004aad;
}
#brochure-button-container .btn-lg:hover {
    background-color: #1c2155;
    text-decoration: none;
}

#footer-links-container {
    background-color: #1c1c1c;
    padding: 50px 0;
}
#footer-links-container h3 {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 1.8rem;
    font-weight: 700;
}
#footer-links-container a {
    color: #666;
    font-size: 13px;
}
.footer-address {
    color: #666;
}
.open-hours {
    color: #666;
    margin-top: 15px;
}
#contact-container {
    background-color: #1c1c1c;
    padding-bottom: 50px;
}
#contact-container .container {
    padding-bottom: 25px;
}
#contact-container h3 {
    text-transform: uppercase;
    font-size: 1.8rem;
    font-weight: 700;
}
#contact-container hr {
    border-top: 1px solid #666;
    margin: 0 0 35px;
}
#contact-container .contact-heading{
    display:flex;
    align-items:center;
    gap:10px;
    margin:0;
    line-height:1.2;
}
#contact-container .heading-text{display:inline-block;}

#contact-container .contact-icon{
    display:inline-flex;
    align-items:center;
    margin-left:8px;
}
#contact-container .contact-icon a{
    display:inline-flex;
    align-items:center;
    line-height:1;
    text-decoration:none;
}
#contact-container .contact-icon i{
    font-size: 2em;
    line-height:1;
    vertical-align:middle;
    color: #fff;
}

#contact-container #footer-logo{display:block;text-align:center;}
#contact-container #footer-logo img{max-width:100%;height:auto;display:inline-block;}
#copyright-container {
    background-color: #fff;
    padding: 25px 0;
    color: #000;
}

#copyright-container .copyright-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; /* ensures stacking on small screens */
    gap: 10px;
    padding: 10px 0;
}

#copyright-container .copyright-text {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
}

#copyright-container #sagepayLogo {
    margin: 0;
    text-align: right;
}

#copyright-container #sagepayLogo img {
    max-height: 40px;
    width: auto;
    display: inline-block;
}
.searchform .searchterm {
    background: #f9f9f9;
    border-radius: 15px 0 0 15px!Important;
    border-right: 0;
    box-shadow: none;
    border-color: #1c2155;
}
.searchform .btn.btn-default, #secondsearch-section .btn.btn-default {
    background: #f9f9f9;
    border: 1px solid #1c2155!important;
    border-left: 0!important;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.header-search .fa-search, #search .fa-search {
    color: #1c2155;
}
#SearchResults a, #SearchResultsMobile a {
    color: #004aad;
}
.navbar-logout {
    color: #ffffff;
}
.fa-star:before {
    content: "\f004";
}
.banner-text p {
    text-shadow: #0C090A 0 0 10px;
    font-size: 1.5rem;
}
.banner-text li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 25px;
}
.banner-text li a {
    padding: 10px 45px;
    background-color: #ff9900;
    color: #fff;
    text-transform: uppercase;
    font-size: 2rem;
    border-radius: 25px;
}
.banner-text li:last-child a {
    background-color: #fff;
    color: #1c2155;
}
.banner-text li a:hover {
    background-color: #1c2155;
    color: #fff;
    border: 2px solid #fff;
    text-decoration: none;
}
h1.page-title, h1 {
    font-weight: 700;
    text-transform: uppercase;
    color: #1c2155;
}
span.discounttext {
    background-color: #ff9900;
    color: #1c2155;
}
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

#homepage-featured-carousels, #related-products-carousels {
    margin-bottom: 75px;

    .nav-tabs > li > a {
        margin-right: 15px;
        margin-top: 15px;
        line-height: unset;
        border: 3px solid #1c2155;
        border-radius: 25px;
        font-size: 18px;
        color: #004aad;
        text-transform: uppercase;
        font-weight: 700;
        padding: 10px 25px;
    }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        cursor: unset;
        background-color: #004aad;
        border: 3px solid #1c2155;
        color: #fff;
    }
    .nav-tabs {
        border-bottom: unset;
    }
    .nav>li>a:focus, .nav>li>a:hover {
        background-color: unset;
    }
    h2.title-container {
        margin: 30px 0;
        font-weight: 700;
        text-transform: uppercase;
        color: #1c2155;
    }
    .splide__pagination {
        position: relative;
    }
    .splide:not(.is-overflow) .splide__pagination {
        display: flex;
    }
    #splide-featured-track {
        padding-bottom: unset;
    }
}
.caption h3 {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1c2155;
}
p.price-container {
    color: #004aad;
}
span.price {
    font-weight: 700;
    font-size: 2rem;
}
.splide__pagination__page {
    background: #004aad!important;
    opacity: unset!important;
}
.splide__pagination__page.is-active {
    background: #ffffff !important;
    transform: scale(1)!important;
    border: 2px solid #004aad;
}
.banner-text {
    width: 90%;
}
.cat-section h2, .homepage-blog h2.section-title {
    margin: 30px 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #1c2155;
}
.homepage-blog h2.section-title {
    text-align: center;
    display: block;
}
.cat-section {
    margin-bottom: 100px;
    .splide__pagination {
        position: relative;
    }
}
.section-title {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin: 0 0 15px;
}

.section-title-text {
    line-height: 1.2;
}
.section-title .view-more a {
    color: #1c2155;
    text-decoration: none;
    background-color: #fff;
    border: 2px solid #1c2155;
    padding: 10px 50px;
    border-radius: 25px;
    font-size: 15px;
}
.section-title .view-more a:hover, #homepage-featured-carousels .nav-tabs > li > a:hover {
    background-color: #1c2155;
    color: #fff;
    border: 2px solid #fff;
    text-decoration: none;
}

.bespoke-project-section {
    background: #f1f1f1;
    padding: 40px 0;
    margin: 50px 0 100px;
}
.bp-heading{font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#1c2155;margin:0 0 8px}
.bp-subheading {
    margin: 0 0 25px;
    color: #1c2155;
    font-weight: 600;
    font-size: 16px;
}
.bp-card{background:#fff;border:4px solid #e6e7ea;padding:25px;min-height:260px; margin-bottom: 15px;}
.bp-card-title{margin:0 0 18px;text-align:center;text-transform:uppercase;font-weight:700;color:#1c2155}
.bp-contact-list li{margin:12px 0;font-size:16px}
.bp-icon{color:#0c53c7;margin-right:8px}
.bp-link {
    color: #1c2155;
    font-weight: 600;
}
.bp-link:hover{text-decoration:underline}
.bp-input{border-radius:30px;height:44px;padding-left:16px}
.bp-btn{border-radius:30px;padding:12px 18px;font-weight:600}
.bp-inline-feedback{margin-bottom:15px}
.bp-social{display:flex;justify-content:center;align-items:center;gap:24px}
.bp-social-link{display:inline-flex;width:64px;height:64px;align-items:center;justify-content:center;color:#0c53c7;border-radius:8px; font-size: 7rem;}
.bp-social-link svg{width:100%;height:100%}
ul.bp-contact-list.list-unstyled {text-align: center;}

.bp-card{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
a.bp-social-link.bp-social-fb:hover, a.bp-social-link.bp-social-fb:focus, a.bp-social-link.bp-social-x:hover, a.bp-social-link.bp-social-x:focus {
    color: #1c2155;
    text-decoration: none;
}
input.form-control.bp-input {
    border: 3px solid #e6e7ea;
}
#splide-home-categories .splide__pagination {
    position: relative;
}
#splide-home-categories .category-tile {
    position: relative;
    padding: 0;
    border: 0;
}
#splide-home-categories .thumbnail-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background-color: rgb(28, 33, 84, 0.7);
    color: #fff;
    font-weight: 600;
    font-size: 2.5rem;
    min-height: 100px;
    text-transform: uppercase;
}
.homepage-blog {
    background: #f1f1f1;
    padding: 40px 0;
    margin: 50px 0 0;
}
.page-home footer {
    margin-top: 0;
}

.homepage-blog{background:#f5f6f8;padding:40px 0}
.homepage-blog .blog-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    grid-gap:24px;
}
.homepage-blog .blog-card{
    background:#fff;
    padding:0 0 10px;
    display:flex;
    flex-direction:column;
}
.homepage-blog .blog-thumb{display:block;overflow:hidden}
.homepage-blog .blog-thumb img{width:100%;height:auto;display:block}
.homepage-blog .blog-title {
    margin-top: 0;
    font-size: 18px;
    padding: 15px;
    color: #1b2341;
    font-weight: 600;
    text-transform: uppercase;
}
.homepage-blog .blog-title a{color:inherit;text-decoration:none}
.homepage-blog .blog-title a:hover{text-decoration:underline}
.homepage-blog .blog-meta{margin-top:auto}
.homepage-blog .blog-date{color:#0c53c7;font-weight:600;font-size:14px; margin-left: 15px;}

.news-btn {
    display: block;
    padding: 30px;
    text-align: center;
}
.news-btn a {
    padding: 10px 45px;
    border-radius: 25px;
}
.main-heading {
    font-size: 4rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #1c2155;
    margin-bottom: 30px;
}
.category-head {
    margin-bottom: 30px;
}
.breadcrumb {
    background-color: #d9e5f5;
}
.category-box {
    border: 0;
    padding: 0;
}
.cat-caption {
    height: 110px;
    padding: 15px;
    text-align: center;
    color: #fff;
    background-color: #1c2155;
    text-transform: uppercase;
}
.category-box.category-box-filters a:hover .cat-caption {
    background-color: #004aad;
    text-decoration: none;
}
.panel-default>.panel-heading {
    background-color: #004aad;
    color: #ffffff;
}
.product-filter-container {
    background: none repeat scroll 0 0 #d9e5f5;
}
#main-filterpanel .panel-heading, #main-filterpanel .panel-collapse {
   background-color: #fff;
    color: #1c2155;
}
.product-filter-container #accordion .panel-title .collapsed::after, .product-filter-container #accordion .panel-title a::after {
    color: #1c2155;
}
#leftsidebar .panel-default > .panel-heading a:hover {
    background-color: #1c2155;
}
#leftsidebar .panel-title a::after, #leftsidebar .panel-title .collapsed::after {
    color: #ffffff;
}
#leftsidebar .panel {
    background-color: #d9e5f5;
}
.product-filter-container #accordion .panel-heading a.collapsed, .product-filter-container #accordion .panel-heading a {
    padding-left: 10px;
    font-size: 14px;
}
.pagination>li>a.pgntionFirst, a.pgntionPage.pageOn, .pagination>li>a.LastPage {
    background-color: #d9e5f5;
}
.pagination>li>a, .pagination>li>span {
    border: 0;
}
.quantity.add-to-basket-form-box {
    display: inline;
    width: 150px;
}
.add-to-basket-button-box {
    display: inline;
    float: left;
}
.cat-caption h2, .grouped-cat-caption h2, .product-caption h2 {
    font-size: 15px;
    font-weight: bold;
}
.grouped-category-box .price, .product-box .price, .item-row .price {
    color: #0c53c7;
}
.dec, .inc {
    background-color: transparent;
    border: 0;
    color: #0c53c7;
    padding: 11px 5px !important;
}
.basketqty .dec .fas, .basketqty .inc .fas {
    font-size: 20px;
}
.dec:hover, .inc:hover {
    background-color: transparent;
}
.dec:hover .fas, .inc:hover .fas {
    color: #000;
}
.buy-qty {
    background-color: #d9e5f5;
}
.product-box .quoteform button.quotesubmitinput-prodlist .fas, .product-box .wishlistsubmitinput-prodlist .far, .product-box .wishlistsubmitinput-prodlist .fas {
    color: #0c53c7;
}
.show.btn-group.btn-group-md .btn-default, .sortby.btn-group.btn-group-md .btn-default {
    border-color: transparent;
}
.layoutButtons .viewAsGridButton.modeset, .layoutButtons .viewAsListButton.modeset, .layoutButtons .viewAsGridButton, .viewAsListButton {
    background-color: transparent;
    border-color: transparent;
}
.layoutButtons .viewAsGridButton .fas, .viewAsListButton .fas {
    font-size: 25px;
    color: #0c53c7;
}
.plist-listview-item .quotesubmitinput-prodlist, .plist-listview-item .wishlistsubmitinput-prodlist, .plist-listview-item .addFavourite, .plist-listview-item .moveFavourite {
    color: #0c53c7;
    padding: 10px;
}
.product-group .main-heading, .product-list .main-heading {
    font-size: 3rem;
}
#leftsidebar .panel-group .panel:first-child {
    padding-top: 25px;
}
span#grouped-product-price, .grouped-category-box .price, .product-box .price, .item-row .price {
    font-weight: 700;
    font-size: 2rem;
    color: #004aad;
}
span.price.second, .product-box .price-vat-switch .price, #product-secondary-price span.price, .product-secondary-price span.price {
    font-weight: normal!important;
    font-size: 14px!important
}
.grpprice .price {
    font-size: 14px;
    font-weight: normal;
}
.price span, .pricetable-price span {
    font-weight: normal;
    font-size: 14px;
    line-height: 12px;
}
#wishlistsubmitinput {
    color: #004aad;
}
.selectors .grpselectlabel {
    float: none;
    padding-right: 0;
    margin-bottom: 5px;
    display: block;
    font-weight: 600;
}
.pdetails .add .quantity {
    display: inline-block;
    width: 125px;
    float: left;
}
.pdetails .add .basketsubmit {
    display: inline-block;
}
.pdetails .add .quantity .basketqtylabel {
    display: none;
}
.wishlistform {
    clear: both;
    text-align: left!important;
    display: block;
}
.pdetails #quoteform .btn {
    text-align: left;
}
#related-products-carousels {
    margin-top: 30px;
}
.suggested-image {
    top: unset;
    -webkit-transform: unset;
    -ms-transform: none;
    transform: unset;
    margin: 0 auto;
}
.suggested-box-price > span.price {
    font-weight: 700;
    font-size: 2rem;
    color: #004aad;
}
.quotesubmitinput-prodlist, .wishlistsubmitinput-prodlist, .addFavourite, .moveFavourite {
    color: #004aad;
}
.price span.price {
    font-weight: 700;
    font-size: 2rem;
    color: #004aad;
}
.product-box .wishlistform {
    clear: none;
}
.buy-qty {
    max-width: 55px!important;
}
@media only screen and (min-width: 992px) {
    .panel-group#accordion {
        margin-top: 0;
    }
    .pdetails {
        border: 0;
        padding: 0;
    }
    .banner-text {
        position: absolute;
        bottom: 75px;
        left: 75px;
        color: #fff;
        font-weight: 600;
        text-align: center;
    }
    .back-to-top-container {
        bottom: 140px;
    }
    .right-align {
        text-align: right;
    }
    #megamenu-button i {
        color: #ff9900;
        padding: 0 5px;
    }
    #megamenu-button {
        position: relative;
        margin-left: 15px;
        color: #1c2155;
        font-weight: 600;
        text-transform: uppercase;
    }
    #megamenu-button:after {
        color: #ff9900;
        content: "\f078";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        display: inline-block;
        margin-left: 5px;
        transition: transform 200ms ease;
        speak: none;
    }
    #megamenu-button:not(.collapsed):after {
        color: #900;
        transform: rotate(180deg);
    }
    #megamenu-button:active, #megamenu-button:focus, #megamenu-button:hover {
        outline: none;
        text-decoration: none;
    }
    .top-bar-social .navbar-social i {
        font-size: 2rem;
    }
    .top-bar-links i {
        color: #ff9900;
    }
    .header-links-cart {
        font-size: 15px;
        color: #ff9900;
    }
    header {
        margin-top: 80px;
    }
    .header-basket a, .header-search .fa-search {
        color: #1c2155;
    }
    .menu-container {
        margin-top: 25px;
        background-color: #004aad;
        line-height: 1.42857143; /* ~Bootstrap 3 default */
    }
    #static-links-nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        align-items: normal;
        justify-content: start;
    }
    #static-links-nav li a {
        text-transform: uppercase;
        display: block;
        padding: 15px;
        text-decoration: none;
        line-height: 20px;
        white-space: nowrap;
        font-weight: 600;
        color: #fff;
    }
    #static-links-nav li a:hover {
        background-color: #1c2155;
    }
    #static-links-nav li {
        margin: 0 2px;
    }
    #static-links-nav li a:hover,
    #static-links-nav li a:focus {
        text-decoration: none;
        outline: 0;
    }
    .header-search {
        float: right;
        margin-right: 30px;
        width: 59%;
    }
    .top-bar-links:last-child a {
        padding-right: 0;
    }
    #collapseMegaMenu {
        position: absolute;
        z-index: 99999999999;
        padding: 30px;
        width: 100%;
        background-color: #1c2155;
    }
    #collapseMegaMenu a {
        color: #fff;
    }
    #collapseMegaMenu a:hover {
        color: #004aad;
    }
    #collapseMegaMenu .nav-heading a {
        color: #ff9900;
    }
    /* === MegaMenu Flex Grid (top-aligned) === */
    .cats-section,
    .cats-section ul {
        list-style: none;
        margin-bottom: 20px;
    }
    .third-level-ul {
        padding: 5px;
    }
    .third-level-li {}

    /* Top-level row: TOP align */
    .cats-section {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;   /* was center */
        gap: 8px 16px;
    }
    .top-level-li {
        position: relative;
        float: none !important;
        padding: 10px;
    }
    .top-level-li > a {
        display: inline-block;
        text-decoration: none;
        vertical-align: top;
        font-size: 15px;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 15px;
    }

    /* Second-level grid: TOP align */
    .second-level-ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;   /* ensure columns start at top */
        gap: 16px 24px;
    }
    .second-level-li {
        float: none !important;
        display: flex;             /* stack heading + list from the top */
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        flex: 1 1 240px;
        max-width: 100%;
    }

    /* Column content */
    .nav-heading {
        margin: 0 0 8px;
        font-weight: 600;
        line-height: 1.2;
    }
    .nav-heading a { text-decoration: none; display: inline-block; }

    .third-level-ul { margin: 0; padding: 0; }
    .third-level-li { margin: 0 0 3px; font-size: 12px; }
    .third-level-li > a { text-decoration: none; display: inline-block; }

    /* Long labels behave */
    .cats-section a {
        white-space: normal;
        word-break: break-word;
        -ms-word-break: break-word;
    }
    .second-level-li { flex-basis: 25%; }
}
@media only screen and (max-width: 1200px) {
    #main-logo img {
        max-width: 200px;
    }
    .banner-text {
        position: absolute;
        bottom: 45px;
        left: 50px;
    }
}
@media only screen and (min-width: 1400px) {
    .container {
        width: 1370px;
    }
    .second-level-li { flex-basis: 20%; }
}
@media only screen and (min-width: 1600px) {
    .container {
        width: 1570px;
    }
}
@media only screen and (min-width: 1800px) {
    .container {
        width: 1770px;
    }
}
@media only screen and (max-width: 991px) {
    .section-title {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }
    .section-title .view-more {
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
        margin-left: 0;
    }
    #homepage-featured-carousels .nav-tabs {
        text-align: center;
    }
    #homepage-featured-carousels .nav-tabs > li {
        float: unset;
        display: inline-block;
    }
    #homepage-featured-carousels h2.title-container {
        text-align: center;
    }
    .banner-text {
        text-align: center;
        clear: both;
        position: relative;
        font-weight: 600;
        bottom: unset;
        padding: 20px;
        left: unset;
        margin: 15px auto;
        width: 100%;
    }
    .banner-text p {
        text-shadow: unset;
    }
    .banner-text li:last-child a {
        background-color: #ccc;
    }
    .splide__pagination {
        position: relative!important;
    }
    .basket-link {
        position: relative;
    }
    .basket-head-total {
        position: absolute;
        bottom: 40px;
        color: #1c2155;
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        width: 30px;
    }
    .home-container {
        margin-top: 10px;
    }
    ul.mobile-top-bar-wrapper {
        padding-top: 10px;
    }
    ul#nav-drilldown {
        margin-bottom: 12px;
    }
    .navbar-toggle:focus, .navbar-toggle:hover, .navbar-toggle:active {
        color: #004aad;
    }
    .drilldown a.navback {
        background-color: #1c2155;
        color: #ffffff;
    }
    .drilldown li {
        border-bottom: 1px solid #1c2155;
        background: #004aad;
    }
    .drilldown a {
        color: #ffffff;
    }
    #collapse-nav i {
        cursor: pointer;
        display: inline-block;
        transform: rotate(0deg);
        transition: transform 200ms ease;
        transform-origin: 50% 50%;
    }
    #collapse-nav[aria-expanded="true"] i {
        transform: rotate(180deg);
        color: #900;
    }
    .navbar-collapse.collapse.in {
        margin-bottom: 10px;
    }
    #collapse-nav {
        margin-left: 0;
    }
    .navbar-toggle {
        margin-right: 0;
        font-size: 2.5rem;
        color: #ff9900;
    }
    .navbar-brand {
        padding: 5px;
        height: 80px;
    }
    #logo-mobile {
        max-height: 60px;
    }
    .container {
        width: 100%;
    }
    .header-end {
        clear: both;
    }
    .menu-container {
        display: none;
    }
    .contact-col {
        margin-bottom: 30px;
        text-align: center;
    }
    #contact-container .contact-heading {
        justify-content: center;
    }
    #contact-container {
        padding-bottom: 0;
    }
    #brochure-button-container {
        display: block;
        text-align: center;
    }
    #brochure-button-container h2 {
        display: block;
        margin-right: unset;
    }
    #brochure-button-container .btn-lg {
        line-height: 4;
    }
    #copyright-container .copyright-row {
        flex-direction: column;
        align-items: flex-start;
    }
    #copyright-container #sagepayLogo {
        text-align: left;
    }
    header {
        margin-top: unset;
    }
    #SearchResultsMobile {
        left: 0;
        top: 135px;
        border: 0!important;
        width: 100%;
        margin: 0;
        padding: 15px;
    }
}
@media only screen and (min-width: 768px) {
    .navbar-toggle {
        display: unset;
    }
}
@media (max-width: 767px){
    .homepage-blog .blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media only screen and (max-width: 600px) {
    .navbar-brand {
        width: 40%;
    }
    #SearchResultsMobile {
        top: 115px;
    }
    .navbar-toggle {
        font-size: 2rem;
    }
    .basket-head-total {
        bottom: 30px;
        width: 25px;
    }
    body {
        text-align: left;
    }
    .navbar-toggle {
        padding: 5px;
    }
    #logo-mobile {
        max-height: 40px;
    }
    .navbar-brand {
        height: 60px;
    }
}
@media (max-width: 480px){
    .homepage-blog .blog-grid{grid-template-columns:repeat(1,minmax(0,1fr))}
    .news-btn {
        padding: 30px 15px;
    }
}