﻿@media screen and (min-width:992px) {
    .accessories-cols {display: flex;padding-top: 20px;padding-bottom: 20px;}
    .accessories-cols .col {width: 30%;padding: 1rem 2rem !important;}
    .accessories-cols .subsublist { display: flex; flex-direction: column; grid-gap: .5rem; }
    .accessories-cols .access-title { padding-bottom: 15px; font-weight: bold; color: rgb(74, 173, 148); font-size: 1.6em; width: 100% !important; }
    .drop:has(.accessories-cols) { max-width: initial !important; }
}

@media screen and (min-width:992px) and (max-width:1640px) {
    .drop:has(.accessories-cols) {right: -50px !important;left: initial;}
}

@media screen and (max-width:992px) {
    .accessories-cols .accessories-link { font-weight: normal !important; font-size: 1rem!important; }


    
}



.sitehead.compact .head-links { gap: 10px !important; }
.account-link { background-color: rgb(247, 247, 247); height: 40px; width: 150px; display: flex; justify-content: center; align-items: center; color: rgb(40, 53, 81); font-weight: 700; font-size: 1.1em; }
.account-link span { transform: translateY(2px); margin-left: 10px; }
.vat-switch { display: flex; align-items: center; cursor: pointer; }
.vat-switch .slider { width: 50px; height: 24px; border-radius: 50px; background-color: rgb(255, 255, 255); position: relative; display: block; margin: 0px 10px; }
.vat-switch .slider::before { width: 18px; height: 18px; border-radius: 100%; position: absolute; top: 50%; transform: translateY(-50%); content: ""; display: block; background-color: rgb(40, 53, 81); }
.vat-switch.incvat .slider::before { left: 4px; right: auto; }
.vat-switch.exvat .slider::before { left: auto; right: 4px; }
.vat-switch input { display: none; }
.vat-switch:hover .slider::before { background-color: rgb(74, 173, 148); }
.head-search { width: calc(100% - 720px); max-width: 496px; border: 1px solid rgb(74, 173, 148); border-radius: 3px; background-color: rgb(255, 255, 255); }
.head-search form { display: flex; }
.head-search input { height: 68px; padding-left: 20px; width: 100%; font-family: articulat-cf, sans-serif; font-size: 1.3em; border: none !important; }
.head-search .action { cursor: pointer; height: 68px; width: 68px; display: block; position: relative; }
.head-search .action svg { display: block; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.head-search .action button { display: none; }
.head-search .action:hover svg path { fill: rgb(74, 173, 148) !important; }
.head-links {display: grid;grid-template-columns: repeat(3, 1fr);justify-content: space-evenly;align-items: center;}
.head-links a, .mob-basket a { cursor: pointer; display: block; text-align: center; }
.head-links .round, .mob-basket .round { width: 50px; height: 50px; border: 2px solid rgb(74, 173, 148); border-radius: 100%; margin: 0px auto 10px; position: relative; }
.mob-basket .round { margin-bottom: unset; }
.head-search:has(+ .mob-basket) { margin-top: unset; }
.head-links .round .inner, .mob-basket .round .inner { width: 40px; height: 40px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background-color: rgb(74, 173, 148); border-radius: 100%; display: flex; justify-content: center; align-items: center; }
.head-links a:hover .round { border: 2px solid rgb(40, 53, 81); }
.head-links a:hover .round .inner { background-color: rgb(40, 53, 81); }
.head-links .round .count, .mob-basket .round .count { z-index: 10; background-color: rgb(40, 53, 81); color: rgb(255, 255, 255); position: absolute; top: -10px; right: -10px; width: 30px; height: 30px; border-radius: 100%; display: flex; align-items: center; justify-content: center; font-size: 0.8em; font-weight: 800; }
.sitehead .head-links .round svg { width: 21px; }
.sitehead .head-links .round svg path { fill: rgb(255, 255, 255); }
.sitehead.xmas .head-links .round { border: 2px solid rgb(255, 255, 255); }
.sitehead.xmas .head-links .round i { color: rgb(40, 53, 81) !important; }
.sitehead.xmas .head-links .round .inner { background-color: rgb(255, 255, 255); color: rgb(40, 53, 81); }
.sitehead.xmas .head-links .dblue-txt { color: rgb(255, 255, 255); }
.sitehead.xmas .head-links .round svg { width: 21px; }
.sitehead.xmas .head-links .round svg path { fill: rgb(40, 53, 81); }
.sitehead.xmas.compact .head-links .round { border: 2px solid rgb(74, 173, 148); }
.sitehead.xmas.compact .head-links .round i { color: rgb(255, 255, 255) !important; }
.sitehead.xmas.compact .head-links .round .inner { background-color: rgb(74, 173, 148); color: rgb(255, 255, 255); }
.sitehead.xmas.compact .head-links .dblue-txt { color: rgb(40, 53, 81); }
.sitehead.xmas.compact .head-links .round svg { width: 21px; }
.sitehead.xmas.compact .head-links .round svg path { fill: rgb(255, 255, 255); }
.sitehead.xmas .site-logo {padding-left: 15px;}
.sitehead.xmas .masthead {background-color: transparent !important;}
.sitehead > .rel { position: relative; }
.sitehead > .rel > .ab { position: absolute; left: 0px; top: 0px; width: 100%; display: grid;}
.sitehead > .rel > .ab > div{grid-column-start:1; grid-row-start: 1; }
nav .sub-n-save { background-color: rgb(74, 173, 148); font-size: 1.4em; width: 330px; display: flex; height: 68px; align-items: center; justify-content: space-evenly; cursor: pointer; }
nav .sub-n-save.prom { font-size: 1.3rem; width: fit-content; display: flex; cursor: pointer; }
nav .sub-n-save.prom strong { color: rgb(39, 39, 39); font-size: 1.3rem; margin-bottom: 5px; }
nav .sub-n-save.prom span { font-size: 1.12rem; color: rgb(39, 39, 39); font-weight: normal; }
nav .sub-n-save.prom .text { padding-right: 24px; padding-left: 16px; display: flex; flex-direction: column; gap: 5px; }
nav .sub-n-save.prom .prom-img { display: flex; height: 68px; width: 68px; align-items: center; justify-content: center; background-color: rgb(39, 39, 39); }
nav .sub-n-save.cyber-monday { background-color: rgb(255, 167, 67); }
nav .sub-n-save.black-friday { background-color: rgb(253, 224, 26); }
nav .sub-n-save.cyber-monday:hover, nav .sub-n-save.black-friday:hover { background-color: rgb(39, 39, 39); }
nav .sub-n-save.cyber-monday:hover strong, nav .sub-n-save.cyber-monday:hover span { color: rgb(255, 167, 67); }
nav .sub-n-save.black-friday:hover strong, nav .sub-n-save.black-friday:hover span { color: rgb(253, 224, 26); }
nav .sub-n-save.crimbo { background-color: rgb(236, 32, 23); font-size: 1.5em; }
nav .sub-n-save.crimbo img { width: 40px; }
nav .sub-n-save.crimbo:hover { background-color: rgb(236, 32, 23); }
nav .sub-n-save.crimbo:hover strong { text-decoration: underline; }
nav .sub-n-save.crimbo strong { font-size: 1.05em; }
nav .sub-n-save:hover { background-color: rgb(40, 53, 81); }
nav .sub-n-save strong { color: rgb(255, 255, 255); font-size: 1.1em; font-weight: 800; }
nav .sub-n-save span { color: rgb(255, 255, 255); font-size: 0.75em; }
nav .sub-n-save .inner-content > * { display: block; }
.sitehead { display: grid; }
.sitehead > * { grid-row-start: 1; grid-column-start: 1; }
.sitehead .site-logo { }
.sitehead.fix .masthead { z-index: 0 !important; }
.sitehead.fix .head-search { z-index: 0 !important; }
.sitehead.fix .head-links { z-index: 0 !important; }
.sitehead.compact .site-logo { display: block; opacity: 0; }
.sitehead.compact .head-search { display: none; }
.sitehead.compact .site-head { }
.top-bar { position: relative; }
.xmas .top-bar { border-bottom: 1px solid rgb(255, 255, 255); }
.top-bar::before { content: ""; position: absolute; height: 100%; width: 100vw; right: 50%; top: 0px; background-color: rgb(40, 53, 81); z-index: -1; transform: translateX(50%); }
.masthead > .container > div { position: relative; }
.masthead > .container > div::before { content: ""; position: absolute; height: 100%; width: 100vw; right: 50%; top: 0px; background-color: rgb(255, 255, 255); z-index: -1; transform: translateX(50%); opacity: 1; }
.xmas .masthead > .container > div::before { display: none; }
.sitehead.compact .masthead > .container > div::before { opacity: 0; }
.xmas-logo { position: relative; }
.xmas-logo .hat { position: absolute; left: -6%; top: 26%; width: 13%; }
.view-all-colours { flex-basis: 100%; }
.view-all-colours a { color: rgb(74, 173, 148) !important; }
.view-all-colours a:hover { text-decoration: underline; }
.swatch { height: 25px; width: 25px; border-radius: 50%; box-shadow: rgba(0, 0, 0, 0.19) 0px 0px 4px 2px; }
.swatch.red-ball { background-color: red; }
.swatch.pink-ball { background-color: hotpink; }
.swatch.purple-ball { background-color: mediumpurple; }
.swatch.green-ball { background-color: greenyellow; }
.swatch.white-ball { background-color: white; }
.swatch.blue-ball { background-color: blue; }
.swatch.yellow-ball { background-color: yellow; }
.swatch.yellow-ball { background-color: yellow; }
.swatch.orange-ball { background-color: orange; }
.swatch.black-ball { background-color: black; }
.swatch.divide-ball { border-top: 13px solid #229; border-bottom: 13px solid #c22; border-left: 13px solid #c22; border-right: 13px solid #229; transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); }
.swatch.novelty-ball { width: 0; height: 0; border-radius: 100%; border-top: 12.5px solid #8dd545; border-bottom: 12.5px solid #6800a9; border-left: 12.5px solid #00dfde; border-right: 12.5px solid #f86425; }
nav > ul > li .drop .inner.inner-banner { padding-bottom: 0.25rem; }
.thin-banner { width: 100%; color: #fff; background-color: #4aad94; display: flex; align-items: center; justify-content: center; text-align: center; min-height: 3rem; font-size: 1.125rem; padding: 0.5rem; border-radius: 0 0 0.25rem 0.25rem; grid-gap: 0.75rem; }
.thin-banner a { color: inherit !important; font-weight: 700 !important; display: inline !important; height: initial !important; width: initial !important; font-size: inherit !important;  }

nav > ul > li .drop .thin-banner a:hover {color: inherit !important; text-decoration: underline; }
.thin-banner .tb-mob { display: none; }
nav > ul > li .drop ul.subsublist.colour { padding-left: 5px; }

@media screen and (min-width: 2000px) {
    #snow .left { height: 150px; width: 421px; top: 150px; position: absolute; left: -30px; background-image: url("images/assets/snow-left.svg"); }
    #snow .mid { height: 107px; width: 100%; position: absolute; background-image: url("images/assets/snow-middle.svg"); left: 50%; transform: translateX(-50%); top: 185px; background-position: right center; }
    #snow .right { height: 161px; width: 373px; position: absolute; right: -30px; top: 120px; background-image: url("images/assets/snow-right.svg"); }
}

@media screen and (max-width: 1999px) and (min-width: 1670px) {
    #snow .left { height: 150px; width: 421px; top: 180px; position: absolute; left: -60px; background-image: url("images/assets/snow-left.svg"); }
    #snow .mid { height: 107px; width: 100%; position: absolute; background-image: url("images/assets/snow-middle.svg"); left: 50%; transform: translateX(-50%); top: 185px; background-position: center center; }
    #snow .right { height: 161px; width: 373px; position: absolute; right: -30px; top: 120px; background-image: url("images/assets/snow-right.svg"); }
}

@media screen and (min-width: 1670px) {
    .sitehead .head-search { position: absolute; bottom: 50%; right: 50%; transform: translate(53%, -120%); z-index: 9999; }
    .sitehead.compact .head-search { /* transform: translate(147%, 50%); */ /* max-height: 40px; */ /* max-width: 333px; */ }
    .sitehead .head-links {position: absolute;bottom: 50%;right: 0px;transform: translate(0px, -108%);z-index: 9999;gap: 45px;}
    .sitehead.compact .head-links { transform: translate(0%, 59%); }
}



@media screen and (max-width: 1669px) and (min-width: 1640px) {
    .sitehead .head-search { position: absolute; bottom: 50%; left: 50%; transform: translate(-41%, 35%); z-index: 9999; }
    .sitehead.compact .head-search { transform: translate(-17%, 95%); max-height: 40px; }
    .sitehead .head-links { position: absolute; bottom: 50%; right: 0%; transform: translate(0%, 35%); z-index: 9999; }
    .sitehead.compact .head-links { transform: translate(0%, 95%); }
    #snow .left { height: 150px; width: 421px; top: 180px; position: absolute; left: -60px; background-image: url("images/assets/snow-left.svg"); }
    #snow .mid { height: 107px; width: 100%; position: absolute; background-image: url("images/assets/snow-middle.svg"); left: 50%; transform: translateX(-50%); top: 185px; background-position: center center; }
    #snow .right { height: 161px; width: 373px; position: absolute; right: -30px; top: 120px; background-image: url("images/assets/snow-right.svg"); }
}

@media screen and (max-width: 1670px) and (min-width: 1500px) {
    .sitehead .head-search { position: absolute; bottom: 50%; left: 50%; transform: translate(-41%, -130%); z-index: 9999; }
    .sitehead.compact .head-search { transform: translate(20%, 48%); max-height: 40px; max-width: 330px; }
    .sitehead .head-links {position: absolute;bottom: 50%;right: 0px;transform: translate(0%, -112%);z-index: 9999;gap: 45px;}
    .sitehead.compact .head-links { transform: translate(0%, 59%); }
    .sitehead.compact nav > ul > li { margin-right: 0px !important; }
    #snow .left { height: 150px; width: 421px; top: 180px; position: absolute; left: -60px; background-image: url("images/assets/snow-left.svg"); }
    #snow .mid { height: 107px; width: 100%; position: absolute; background-image: url("images/assets/snow-middle.svg"); left: 50%; transform: translateX(-50%); top: 185px; background-position: center center; }
    #snow .right { height: 161px; width: 373px; position: absolute; right: -30px; top: 120px; background-image: url("images/assets/snow-right.svg"); }
}

@media screen and (max-width: 1499px) and (min-width: 1230px) {
    .sitehead .head-search { position: absolute; bottom: 50%; right: 0%; transform: translate(-163%, -125%); width: 24%; z-index: 9999; }
    .sitehead.compact .head-search { bottom: 50%; right: 4%; transform: translate(-226px, 47%); width: 7%; }
    .sitehead .head-links {position: absolute;bottom: 50%;right: 0%;transform: translate(-16px, -110%);z-index: 9999;max-width: max-content;gap: 45px;}
    .sitehead.compact .head-links { bottom: 50%; right: 0%; transform: translate(-16px, 57%); }
    .sitehead.compact nav > ul > li:nth-child(4) { display: none; }
    .sitehead.compact nav > ul > li { margin-right: 0px !important; }
    #snow .left { height: 150px; width: 421px; top: 180px; position: absolute; left: -116px; background-image: url("images/assets/snow-left.svg"); }
    #snow .mid { height: 107px; width: 100%; position: absolute; background-image: url("images/assets/snow-middle.svg"); left: 50%; transform: translateX(-50%); top: 185px; background-position: center center; }
    #snow .right { height: 161px; width: 373px; position: absolute; right: -30px; top: 120px; background-image: url("images/assets/snow-right.svg"); }
}

@media screen and (max-width: 1600px) {
    nav .sub-n-save.prom strong { color: rgb(39, 39, 39); font-size: 1.1rem; margin-bottom: 5px; }
    nav .sub-n-save.prom span { font-size: 1rem; color: rgb(39, 39, 39); font-weight: normal; }
}

@media screen and (max-width: 1430px) {
    .masthead .delivmsg { display: none; }
    .head-search input { font-size: 1rem; }
}

@media screen and (max-width: 1430px) and (min-width: 1231px) {
    nav .sub-n-save.prom strong { font-size: 0.9rem; white-space: nowrap; }
    nav { font-size: 1em; }
    nav .sub-n-save { width: 280px; }
    nav .sub-n-save.prom .text { padding-left: 8px; padding-right: 8px; }
}

@media screen and (min-width: 1230px) {
    .spacer { height: 285px; max-height: 285px; }
}

@media screen and (max-width: 1229px) and (min-width: 992px) {
    nav .sub-n-save.prom strong { font-size: 0.9rem; }
    .account-link { width: 50px; }
    .account-link span { display: none; }
    .masthead .site-logo { width: 200px; }
    .head-search { width: 350px; }
    .head-links { max-width: 250px; }
    nav > ul > li { margin-right: 0px !important; }
    nav > ul > li:nth-child(4) { display: none; }
    .spacer { height: 230px; max-height: 230px; }
    .sitehead .head-search { position: absolute; bottom: 50%; right: 0%; transform: translate(-143%, -90%); width: 30%; z-index: 9999; }
    .sitehead.compact .head-search { bottom: 50%; right: 51%; transform: translate(224%, 52%); width: 124px; }
    .sitehead .head-links {position: absolute;bottom: 50%;right: 0px;transform: translate(0%, -80%);z-index: 9999;max-width: max-content;gap: 40px;}
    .sitehead.compact .head-links { bottom: 50%; right: 0%; transform: translate(0%, 61%); gap: 5px; }
    nav > ul .drop { font-size: 1em !important; }
    .nav-container .nav-ad { display: none; }
    .nav-container .cols { max-width: 100% !important; width: 100% !important; }
    nav { font-size: 1em; }
    nav .sub-n-save { width: 280px; }
}

@media screen and (max-width: 1229px) and (min-width: 768px) {
}

@media screen and (min-width: 992px) {
    .headspacer { height: 285px; }
    .navigation .rel-bg { position: relative; }
    .navigation .rel-bg::before { content: ""; position: absolute; width: 100vw; height: 68px; background-color: rgb(247, 247, 247); top: 0px; right: 50%; transform: translateX(50%); z-index: -1; }
    .sitehead.compact .head-links .txt { display: none !important; }
    .head-links.mob { display: none; }
    .sitehead.fix { position: static !important; z-index: -10; }
    .sitecontent { position: relative; z-index: 1; padding-bottom: 30px; }
    .spacer.smol { max-height: 130px; }
    .grid-position { display: grid; grid-template-columns: 1fr; }
    .grid-position > div { grid-row-start: 1; grid-column-start: 1; }
    .masthead { max-height: 218px; background-color: rgb(255, 255, 255); display: block !important; }
    .xmas .masthead { background-color: transparent !important; }
    .sitehead { position: sticky; top: 0px; left: 0px; z-index: 10; max-height: 286px; }
    .sitehead.compact { max-height: 108px; box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px; }
    .sitehead.compact .masthead { overflow: hidden; }
    .sub-n-save { transition: none 0s ease 0s !important; }
    .sitehead.compact .head-search input { max-height: 38px; }
    .sitehead.compact .head-search .action { max-height: 38px; }
    .sitehead.compact .head-links .txt { opacity: 0; }
    nav { display: flex; justify-content: space-between; align-items: center; }
    nav > ul { display: flex; list-style: none; padding: 0px; gap: 20px; }
    nav > ul > li { display: flex; align-items: center; }
    nav > ul > li > i { color: rgb(74, 173, 148); margin-left: 10px; font-size: 1em; }
    nav > ul > li > div > a { display: flex; color: rgb(40, 53, 81); font-size: 1.3em; height: 68px; align-items: center; padding: 0px 10px; text-align: center; }
    nav > ul > li:hover > a { background-color: rgb(74, 173, 148); color: rgb(255, 255, 255); }
    nav > ul > li:hover > a i { color: rgb(255, 255, 255); transform: rotate(180deg); }
    nav > ul > li .drop {font-size: 1.1em; position: absolute; top: 100%; width: 100%; max-height: 0px; overflow: hidden; left: 0px; color: rgb(40, 53, 81); background-color: rgb(255, 255, 255); z-index: 10000; display: block; }
    nav > ul > li .drop.right {left: -241px;}
    nav > ul > li .drop .inner { padding: 20px 15px; display: flex; width: 100%; border-top: 10px solid rgb(40, 53, 81); }
    nav > ul > li .drop .inner .cols { width: calc(100% - 320px); display: flex; max-width: 70%; }
    nav > ul > li:hover .drop { box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px; max-height: 500px; }
    nav > ul > li:hover .drop:has(.thin-banner) { max-height: calc(400px + 3rem); border-radius: 0 0 0.25rem 0.25rem; }
    nav > ul > li .drop ul { list-style: none; padding: 0px; text-align: left; display: flex; flex-wrap: wrap; }
    nav > ul > li .drop .col {padding: 15px;}
    nav > ul > li .drop .col.brnd ul li { width: calc(33.3333%); }
    nav > ul > li .drop .col.colour ul li { width: calc(33.3333%); }
    nav > ul > li .drop .col.colour ul li.xmas { width: calc(66.6666%); }
    nav > ul > li .drop .col.brnd { width: 50%; border-right: 1px solid rgb(40, 53, 81); }
    nav > ul > li .drop .col.colour {width: 50%;padding-left: 6%;}
    nav > ul > li .drop ul li.title { padding-bottom: 15px; font-weight: bold; color: rgb(74, 173, 148); font-size: 1.6em; width: 100% !important; }
    nav > ul > li .drop a { color: rgb(40, 53, 81); font-weight: 500; display: flex; align-items: center; height: 35px; width: 100%; font-size: 1.3em; }
    nav > ul > li .drop a:hover { color: rgb(74, 173, 148) !important; }

    nav > ul > li .drop a.btn { color: rgb(255, 255, 255) !important; font-weight: 500; display: flex; align-items: center; height: 50px !important; width: 100%; font-size: 1.2em !important; margin:15px 0; }
    nav > ul > li .drop a.btn:hover { color: rgb(255, 255, 255) !important; }
    nav .nav-ad a { height: auto !important; }
    nav > ul > li:not(:first-child) { position: relative; }

    nav > ul > li:not(:first-child) .drop {width: fit-content;max-width: 575px;}
    nav > ul > li:not(:first-child) .drop .section { width: 100%; display: flex; grid-gap: 15px; flex-wrap: wrap; border-bottom: 3px solid; padding: 30px; margin: 0px; }
    nav > ul > li:not(:first-child) .drop .section > * { padding: 0px; }
    nav > ul > li:not(:first-child) .drop a { width: max-content; display: flex; height: auto; }
    .navicon-container { display: none; }
    nav { display: flex !important; overflow: visible !important; }
    nav i.mob { display: none; }
    nav .subsublist { display: flex !important; }
    .thin-banner img { display: none; }



}

@media (min-width: 1230px) and (max-width: 1450px) {
    nav > ul { gap: 5px !important; }
    nav { margin: 0px -15px; gap: 30px; }
    nav > ul > li > div > a { font-size: 1.3em; text-wrap: balance; width: max-content; }
    .sub-n-save-img { display: none; }
    nav .sub-n-save { padding-left: 15px; gap: 15px; line-height: 1; width: 300px; padding-right: 15px; font-size: 1.3em; }
    nav > ul > li:not(:first-child) { }
    nav > ul > li:not(:first-child) .drop {right: -30px;left: -200px;}
}




@media (min-width: 992px) and (max-width: 1340px) {
    .container { max-width: 1200px; }
    .headspacer { height: 233px; transition: height .2s ease-in-out; }

    nav > ul { gap: 5px !important; }
    nav { margin: 0px -15px; gap: 30px; }
    nav > ul > li > div > a { font-size: 1.2em; text-wrap: balance; width: max-content; }
    .sub-n-save-img { display: none; }
    nav .sub-n-save { padding-left: 15px; }
    nav > ul > li:not(:first-child) { }
    nav > ul > li:not(:first-child) .drop {right: 0px;left: auto;}
    .thin-banner { font-size: 1rem; }
}

@media (min-width: 992px) and (max-width: 1060px) {
    .sub-n-save br { display: none; }
    .sub-n-save span { display: none; }
    .sub-n-save strong { }
}

@media screen and (max-width: 991px) {
.thin-banner {padding: 0px !important;}
    .thin-banner .tb-mob { display: block; width: 100%;}
    .thin-banner  a { display: flex !important; align-items: center; justify-content: center; text-align: center; min-height: 3rem; }
.thin-banner span {display: block;}
    .thin-banner .tb-desk { display: none; }

    .thin-banner { background-color: #DB2727 !important; border-radius: 0.25rem !important; flex-wrap: wrap; font-size: 1rem !important;}
    .thin-banner i { display: none;}
    .thin-banner .tb-desk {display: none !important;}


    .sitehead > .container { padding: 0px !important; }
    .masthead .toplinks { display: none; }
    .masthead .top-bar { display: none; }
    .head-links strong { font-size: 0.75rem !important; }
    .mob-basket strong { display: none; }
      .sitehead > .rel > .ab{transform: translateY(0%); opacity:1;}
    .sitehead.fix > .rel > .ab{transform: translateY(-100%); opacity: 0;}
  
    .sitehead { position: sticky; z-index: 9999; top: 0px; left: 0px; background-color: rgb(255, 255, 255); }
    .head-search { width: 100%; max-width: 100%; }
    .site-head { padding: 10px 0px; position: relative; }
    .site-logo { width: 240px; padding: 10px 0px; }
    .head-links { justify-content: end; }
    .navigation { position: sticky; bottom: 0px; left: 0px; width: 100%; z-index: 99999; padding: 15px 0px; border-top: 1px solid rgb(40, 53, 81); border-bottom: 1px solid rgb(40, 53, 81); background-color: rgb(255, 255, 255); }
    .navigation .head-links { display: none; }
    .navigation > .container { display: flex; flex-wrap: wrap; justify-content: space-between; }
    .navigation > .container .head-search { max-width: calc(100% - 60px); }
    .navigation > .container .head-search.basket { max-width: 68%; }
    .sub-n-save { display: none !important; }
    .nav-container { width: 100%; max-height: calc(-180px + 100vh); overflow: auto; }
    .navicon-container { display: inline-block; width: 30px; height: 45px; padding-top: 9px; }
    .navicon-container .menu-icon { width: 200%; height: 100%; transition: all 0.5s ease-in-out 0s; transform: rotate(0deg) scale(0.7) translateX(-18px); position: relative; cursor: pointer; transform-origin: left top; }
    .navicon-container .menu-icon span { display: block; position: absolute; height: 8px; border-radius: 10px; opacity: 1; left: 0px; transform: rotate(0deg); transition: all 0.25s ease-in-out 0s; background-color: rgb(40, 53, 81); }
    .navopen .navicon-container .menu-icon span { background-color: rgb(40, 53, 81); }
    .navicon-container .menu-icon span:nth-child(1) { top: 0px; width: 100%; transform-origin: left center; }
    .navicon-container .menu-icon span:nth-child(2) { top: 18px; width: 100%; transform-origin: left center; }
    .navicon-container .menu-icon span:nth-child(3) { top: 36px; width: 100%; transform-origin: left center; }
    .navicon-container .menu-icon.open span:nth-child(1) { transform: rotate(45deg); top: -3px; left: 8px; }
    .navicon-container .menu-icon.open span:nth-child(2) { width: 0%; opacity: 0; }
    .navicon-container .menu-icon.open span:nth-child(3) { transform: rotate(-45deg); top: 39px; left: 8px; }
    .navigation .drop .container { padding: 0px !important; }
    nav { display: none; }
    nav .sub-n-save { width: 100%; justify-content: center; }
    nav .sub-n-save img { margin-right: 15px; }
    nav > ul { padding: 15px; list-style: none; max-width: 500px; margin: 0px auto; }
    nav > ul .drop { display: none; width: 100%; font-size: 1.1em; }
    nav > ul .drop a { color: rgb(40, 53, 81); display: flex; height: 40px; align-items: center; width: 100%; }
    nav > ul .drop ul { list-style: none; padding: 0px; }
    nav > ul .drop ul .title { color: rgb(74, 173, 148); font-weight: 700; padding: 10px 0px; }
    nav > ul > li { border-bottom: 1px solid rgb(221, 221, 221); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
    nav > ul > li div > a { color: rgb(40, 53, 81); font-size: 1.2em; height: 50px; display: flex; align-items: center; }
    nav > ul > li:not(:first-child) div > a { width: 100%; }
    nav i.desk { display: none; }
    nav i.mob { width: 50px; height: 50px; font-size: 1.8em; color: rgb(74, 173, 148); display: flex; align-items: center; justify-content: center; }
    .head-search input { height: 50px; }
    .head-search .action { height: 50px; }
    nav .item-top { display: flex; justify-content: space-between; align-items: center; width: 100%; }
    nav > ul > li .drop .nav-ad { display: none; }
    nav > ul > li .drop .cols { width: 100%; }
    nav .subsublist { max-height: 300px; border-top: 1px solid rgb(221, 221, 221); border-bottom: 1px solid rgb(221, 221, 221); overflow: auto !important; }
    .mob-nav-pos { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }

    nav > ul > li:first-child .drop.d-top { display: none !important; }
    nav > ul > li .drop.d-top a { font-size: 1.1em; font-weight: 700; }

    .headspacer { transition: height .2s ease-in-out; }
    .headspacer.collapse { height: 100px; transition: height .2s ease-in-out; }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .navigation { padding: 20px 15px; }
    .headspacer { height: 205px; transition: height .2s ease-in-out; }
}

@media screen and (max-width: 767px) {
    .headspacer { height: 200px; transition: height .2s ease-in-out; }
}

@media screen and (max-width: 650px) {
    .head-links { justify-content: end; }
    .head-links a { margin-left: 10px; }
    .site-head { justify-content: center; }
    .headspacer { height: 275px; transition: height .2s ease-in-out; }
}

@media screen and (max-width: 500px) {
    .head-search input { height: 38px; }
    .head-search .action { height: 40px; }
    .head-search { height: 40px; }
    .navicon-container { padding-top: 4px; transform: scale(0.8); }
    .navigation { padding: 10px 0px; }
    .site-logo { }
    .headspacer { height: 260px; transition: height .2s ease-in-out; }
}

@media screen and (max-width: 450px) {
    .site-logo { display: flex; align-items: center; }
    .head-links .round .inner { width: 40px; height: 40px; font-size: 0.7em; }
    .head-links .round { width: 50px; height: 50px; }
    .head-links { position: static; min-width: 100%; justify-content: space-between; }
    .head-search input { font-size: 0.9rem; padding-left: 10px; }
}

@media screen and (max-width: 400px) {
}

@media screen and (max-width: 350px) {
    .head-search input { font-size: 0.8rem; padding-left: 8px; }
}

.sitemap nav { display: block !important; }
.sitemap nav ul { display: block; padding: 0px; }
.sitemap nav ul a { display: block; padding: 0px; }
.sitemap nav > ul > li > div > a { height: auto; }
.sitemap nav > ul > li .drop { position: static; display: block; border-top: none; box-shadow: none; padding: 0px; }
.sitemap nav > ul > li { display: block; margin-bottom: 10px; }
.sitemap nav > ul > li .drop ul { display: none; }
.sitemap .sub-n-save { display: none; }
