/* OLD STUFF*/
#mmContainerFluid{
    position: absolute;
    display: none !important;
    visibility: hidden;
    background-color: rgb(230,230,230);
    z-index: 500;
    margin-top: 0px;
    padding-top: 0;
}
#mmContainerFluid.show{
    visibility: visible;
    display: block !important;
}
#mmContainerFluid #mm2{
    visibility: inherit;
    display: block;
    width: 100%;
    z-index: inherit;
    padding-bottom: 18px;
    padding:0;
    margin:0;
}

#mmClose, #mmClose a{
    position: absolute;
    right: 4px;
    top: 2px;
    color: #271d66;
}
/*END OLD STUFFS*/
#quickLinksContainer{
    background-color: #E0E0E0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
#mmContainerFluid{
    visibility: visible;
    padding:0;
    margin:0;
}
#mm3{
    display: inherit;
    visibility: inherit;
}
#quickLinksContainer #quickLinks a{
    text-transform: uppercase;
    font-size: 12px;
    color: #271D65;
}
#mm3 .mmHeading{
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0px;

}
#mm3 ul{
    margin: 0;
    padding: 0;
}
#mm3 li {
    font-size: 13px;
    text-decoration: none;
    list-style: none;
    padding: 8px;
    margin-left: 0px;
    padding-left: 0px;
}
#mm3 li a{
    color: rgb(95, 95, 95);
}
.hl{
    color: #f07d00;
}
.hlbg{
    color: #fff;
    background-color: #f07d00;
}
.pw{
    color: #e40880;
}
.pwbg{
    color: #fff;
    background-color: #e40880;
}
.hb{
    color: #47b9c5;
}
.hbbg{
    color: #fff;
    background-color: #47b9c5;
}
.ee{
    color: #7fb340;
}
.eebg{
    color: #fff;
    background-color: #7fb340;
}
.hm{
    color: #ffd108;
}
.hmbg{
    color: #fff;
    background-color: #ffd108;
}

.btn-outline-info.ee,
.btn-outline-info:hover.ee{
    background-color: #ffffff !important;
    border-color: #7fb340 !important;
    color: #7fb340 !important;
}
.btn-outline-info.active.ee,
#addToBasket.btn.ee {
    color: #ffffff !important;
    background-color: #7fb340 !important;
}
.btn-outline-info.pw,
.btn-outline-info:hover.pw {
    background-color: #ffffff !important;
    border-color: #e40880 !important;
    color: #e40880 !important;
}
.btn-outline-info.active.pw,
#addToBasket.btn.pw {
    color: #ffffff !important;
    background-color: #e40880 !important;
}
.btn-outline-info.hb,
.btn-outline-info:hover.hb {
    background-color: #ffffff !important;
    border-color: #47b9c5 !important;
    color: #47b9c5 !important;
}
.btn-outline-info.active.hb,
#addToBasket.btn.hb {
    color: #ffffff !important;
    background-color: #47b9c5 !important;
}
.btn-outline-info.hm,
.btn-outline-info:hover.hm {
    background-color: #ffffff !important;
    border-color: #ffd108 !important;
    color: #ffd108 !important;
}

.btn-outline-info.active.hm,
#addToBasket.btn.hm {
    color: #ffffff !important;
    background-color: #ffd108 !important;
}
.btn-outline-info.hl,
.btn-outline-info:hover.hl {
    background-color: #ffffff !important;
    border-color: #f07d00 !important;
    color: #f07d00 !important;
}

.btn-outline-info.active.hl,
#addToBasket.btn.hl {
    color: #ffffff !important;
    background-color: #f07d00 !important;
}



/*new burger*/
.navigation ul.tl>li {
    padding-left: 10px;
    font-size: 16px !important;
    font-weight: 500;
}
.bgCatHeading{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ccc;
}
.bgCatHeading border-top {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ccc;
}
.bgCatHeading > ul {
    display: none;
    margin-top: 24px;
    height: 0;
}
.bgCatHeading > ul > li{
    margin-top: 8px;
    margin-bottom: 8px;
}
.bgCatHeading > ul.show{
    visibility: visible !important;
    height: auto;
}
