:root {
--current-background: #666666;
--header-height: 208px;
}
#fmenu {
position: relative;
z-index: 300005;
}
.popCloseArea {
position: fixed;
inset: 0;
background: transparent;
z-index: 300000;
cursor: pointer;
}
.flexmenu {
display: flex;
clear: both;
}
#search-top input[type="text"] {
top: -10px;
position: relative;
}
.fixmenu #search-top input[type="text"] {
top: 0;
}
.tdd-hide {
display: none!important;
}
.menuPopUpBanner {
border-bottom: 2px solid white;
}
.menu-main-menu-2025-container {
background-color: transparent !important;
margin: 0 0 0 !important;
position: relative;
top: -10px;
clear: both;
}
#pop-menu {
transition: none;
border-radius: 0;
box-shadow: none;
background: none;
border: 0;
bottom: auto;
box-sizing: border-box;
clip: auto;
color: #666;
display: flex;
float: none;
font-family: inherit;
font-size: 14px;
height: auto;
left: auto;
line-height: 1.7;
list-style-type: none;
margin: 0;
min-height: auto;
max-height: none;
min-width: auto;
max-width: none;
opacity: 1;
outline: none;
overflow: visible;
padding: 0;
position: relative;
pointer-events: auto;
right: auto;
text-align: left;
text-decoration: none;
text-indent: 0;
text-transform: none;
transform: none;
top: auto;
vertical-align: baseline;
visibility: inherit;
width: auto;
word-wrap: break-word;
white-space: normal;
}
#pop-menu .menu-item {
margin: 0 0px 0 0;
display: inline-block;
height: auto;
vertical-align: middle;
}
#pop-menu > li.menu-item > a {
padding: 0px 10px 0px 10px;
vertical-align: baseline;
width: auto;
display: block;
color: #ffffff;
text-transform: none;
text-decoration: none;
text-align: left;
background: rgba(0, 0, 0, 0);
border: 0;
border-radius: 0;
font-family: inherit;
font-size: 16px;
font-weight: bold;
outline: none;
height: 50px !important;
line-height: 50px !important;
transition: 0.3s;
}
#pop-menu > li.menu-item > a:hover {
background: #0f7a3b;
color: #ffffff;
font-weight: bold;
text-decoration: none;
border-color: #fff;
}
#pop-menu .popProductMenu:hover {
background-color: #6d0c0c !important;
}
#pop-menu a[href$="/shop-by-brand/"] {
background-color: #e7f505 !important;
color: #000 !important;
}
#pop-menu a[href$="/shop-by-brand/"]:hover {
background-color: #a5b104 !important;
}
.popProductMenu {
position: relative;
background-color: #a71414 !important;
padding: 0px 10px 0px 10px;
vertical-align: baseline;
width: fit-content;
display: flex;
align-items: center;
gap: 8px;
color: #ffffff;
text-transform: none;
text-decoration: none;
text-align: left;
background: rgba(0, 0, 0, 0);
border: 0;
border-radius: 0;
font-family: inherit;
font-size: 16px;
font-weight: bold;
outline: none;
height: 50px !important;
line-height: 50px !important;
top: -10px;
cursor: pointer;
}
.fixmenu .popProductMenu {
top: 0;
}
.popProductMenu a {
pointer-events: none;
}
#menuPopUp {
position: absolute;
top: var(--header-height);
left: 0;
width: 100%; z-index: 500001;
overflow-y: auto;
}
#menuPopUp.fix {
position: fixed;
max-height: calc(100dvh - var(--header-height));
}
.menuPopUpInner {
max-width: 1200px;
min-height: 200px;
width: 95dvw;
display: flex;
gap: 25px;
padding: 20px;
background-color: rgba(20, 167, 80, 0.9);
box-sizing: border-box;
}
.menuPopUpInner.container::after {
display: none!important;
}
.popProductMenu svg, .maxmenu svg {
fill: white;
width: 1em;
height: 1em;
}
.menuPopUpLeft {
flex-basis: 30%;
}
.menuPopUpRight {
flex-basis: 70%;
position: relative;
}
.menuPopUpLeft > *, 
.menuPopUpRight .popUpCatHeader, 
.menuPopUpRight .popSubCatButton {
box-shadow: 1px 1px 0px rgba(0,0,0,0.5), -1px -1px 0px rgba(255, 255, 255, 0.5);
}
.popCatButton {
color: white !important;
padding: 8px 10px;
margin-bottom: 3px;
position: relative;
cursor: pointer;
user-select: none;
font-size: 1.2em;
box-sizing: border-box;
}
.popCatButton.on:after {
content: '';
width: 0;
height: 0;
border-style: solid;
border-top: 20px solid transparent;
border-bottom: 20px solid transparent;
border-left: 20px solid var(--current-background);
border-right: 0;
position: absolute;
right: -20px;
top: 50%;
transform: translateY(-50%);
}
.popCatButton:not(.on):hover::after {
content: '';
width: 0;
height: 0;
border-style: solid;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-left: 10px solid white;
border-right: 0;
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
}
.menuPopUpRight .popUpCatHeader {
color: white !important;
box-sizing: border-box;
padding: 13px 95px 15px 15px;
font-weight: bold;
display: block;
width: 100%;
font-size: 1.5em;
text-decoration: none;
position: relative;
line-height: 1.2em;
}
.menuPopUpRight .popUpCatHeader:hover::after {
content: '';
width: 0;
height: 0;
border-style: solid;
border-top: 15px solid transparent;
border-bottom: 15px solid transparent;
border-left: 15px solid white;
border-right: 0;
position: absolute;
top: 50%;
margin-left: 10px;
transform: translateY(-50%);
}
.popUpCatHeader:hover::after {
right: 100px;
}
.menuPopUpRight .icon {
width: 65px;
height: 65px;
border-radius: 50%;
position: absolute;
right: 20px;
top: 50%;
transform: translateY(-50%);
background-size: 120%;
background-repeat: no-repeat;
background-position: center;
border: 2px solid white;
z-index: 200;
box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.5);
}
.subCatArea {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
grid-auto-flow: row;
margin-top: 10px;
gap: 10px;
}
.popSubCatButton {
display: block;
box-sizing: border-box;
width: 100%;
color: white!important;
text-decoration: none;
font-size: 1.2em;
padding: 18px 15% 18px 78px;
position: relative;
user-select: none;
}
.popSubCatButton:hover::after {
content: '';
width: 0;
height: 0;
border-style: solid;
border-top: 15px solid transparent;
border-bottom: 15px solid transparent;
border-left: 15px solid white;
border-right: 0;
position: absolute;
right: 15px;
top: 50%;
transform: translateY(-50%);
}
.subCatIcon {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 68px;
background-repeat: no-repeat;
background-size: contain;
background-position: center;
background-color: white;
}
.noscroll {
overflow: hidden;
}
.subCatPanel {
display: none;
position: relative;
padding-bottom: 50px;
}
.subCatPanel.on {
display: block;
}
.popUpClickHere {
color: rgba(255,255,255,0.75);
position: relative;
font-size: 8pt;
font-weight: normal;
line-height: 1em;
margin-top: 6px;
}
.spin {
position: absolute;
inset: 0;
display: grid;
place-items: center;
text-align: center;
color: white;
}
.spin svg {
width: 85px;
aspect-ratio: 1;
animation: spinme 3s infinite;
fill: white;
}
@keyframes spinme {
100% {
rotate: 360deg;
}
}
.popBackButton {
display: none;
align-items: center;
background-color: var(--current-background);
margin-bottom: 10px;
color: white;
padding: 4px 5px;
gap: 5px;
cursor: pointer;
user-select: none;
}
.popBackButton svg {
width: 20px;
aspect-ratio: 1;
fill: white;
}
@media only screen and (max-width: 960px) {
.popBackButton {
display: inline-flex;
}
#pop-menu {
background: #14a750;
padding: 0px 0px 0px 0px;
display: block;
}
#pop-menu .menu-item {
width: 100%;
box-sizing: border-box;
}
.menu-main-menu-2025-container {
top: 0;
}
.menuPopUpLeft {
flex-basis: 100%;
}
.menuPopUpLeft.closed {
display: none;
}
.menuPopUpRight {
display: none;
flex-basis: 100%;
}
.menuPopUpRight.open {
display: block;
}
.popCatButton.on:after {
display: none;
}
.h4l-search {
top: 15px;
margin-bottom: 0;
height: 38px;
z-index: 2000;
width: 40%;
padding-right: 10px;
position: absolute;
right: 0;
}
.maxmenu {
position: relative;
width: fit-content;
background: #e7f505 !important;
color: #000 !important;
padding-inline: 10px;
font-weight: bold;
display: flex;
align-items: center;
gap: 8px;
}
.maxmenu svg {
fill: #000;
}
.flexmenu {
flex-direction: row;
}
.popProductMenu {
top: 0;
}
.h4l-search {
width: 65px;
}
.flexmenu.expand .h4l-search, .flexmenu #search-top {
width: 100%;
box-sizing: border-box;
}
.flexmenu.expand .popProductMenu, .flexmenu.expand .maxmenu {
opacity: 0;
}
.fixmenu #search-top input[type="text"] {
top: -10px;
}
.menuPopUpInner {
width: auto;
}
.menuPopUpInner.container, #menuPopUp.container {
margin: 0!important;
}
.popUpClickHere span {
display: none;
}
}