<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">


@import url('//fonts.googleapis.com/css?family=Poppins:400');

html body {
    font-family: Poppins;
}

html {
    --primnary-colour: #f90;
}




.btwob-account-create .form-create-account {
    max-width: 800px;
    margin: 20px auto;
}

.btwob-account-create .fieldset.info .field {
    width: 49%;
    float: left;
    margin-right: 2%;
}

.btwob-account-create .fieldset.info .field:nth-child(odd) {
    margin-right: 0%;
}


.slide {
    height: 600px;
}


div#cookie-status {
    display: none;
}

#delivery_promo {
    background: #f90;
    background: var(--primnary-colour);
}


.navigation .level0 {
    position: static;
}

.navigation .level0 .submenu {
    width: 100% !important;
    left: 0 !important;
}

.menu-row {
    display: flex;
    justify-content: space-evenly;
}

.submenu h4 {
    border: 1px solid;
    border-width: 0 0 1px;
    margin: 0 0 20px 0;
    font-size: 16px;
    line-height: 28px;
}

.submenu .menu-row .col {
    margin-bottom: 20px;
    min-width: 25%;

}

.submenu .menu-row .col a {
    text-align: left;
    margin: 0;
    padding: 4px 0;
    font-size: 13.5px;
}

.navigation .level0 .submenu {
    border-top: 0;
}

.submenu .box {
    margin: 20px 0;
}

.explore .submenu .menu-row .col {
    margin-bottom: 20px;
    min-width: 24%;
    width: 24%;
}

.explore .submenu .box {
    margin: 20px 0;
    height: 200px;
}

.explore .submenu h4 {
    font-size: 24px;
    letter-spacing: -0.5px;
    line-height: 32px;
    border-color: #f90;
    text-align: center;
    padding: 0 11%;
    height: 3em;
}

.box img {
    float: right;
    width: 200px;
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.box .content {
    height: 200px;
    position: relative;
    text-align: center;
    width: 100%;
}

.explore .submenu .box .button {
    display: inline-block;
    padding: 10px 30px;
    color: white;
    text-transform: uppercase;
    position: absolute;
    bottom: -20px;
    height: 40px;
    left: 20%;
    right: 20%;
    text-align: center;

}


.explore .submenu .menu-row .col a {
    text-align: center;
}


.navigation .level0 .submenu a.button:hover,
.navigation .level0 .submenu a.button.ui-state-focus {
    background: #f90;
    color: white;
    text-decoration: none;
}

#menu_colour .subcat {
    margin-bottom: 20px;
    position: relative;
    box-shadow: none;
}

#menu_colour .sc_name {
    font-size: 17px;
    line-height: 20px;
    background: #f90;
    text-transform: uppercase;
    color: white;
    font-size: 15px;
        display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
}

#menu_colour img {
    height: 200px;
}

div#menu_mounts .col {
    padding-bottom: 160px;
    /* border-bottom: 150px solid #ccc; */
    width: 50%;
    margin: 0;
    text-align: center;
    position: relative;
}

#menu_mounts img {
    max-width: 100%;
    width: 100%;
    height: 150px;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /* top: 0; */
}

#menu_mounts .col a {
    text-align: center;
}


@media (max-width: 1199px) {
    
.explore .submenu h4 {
    font-size: 21px;
    line-height: 27px;
}


}

@media (max-width: 767px) {
    
.menu-row {
    flex-direction: column;
}

.explore .submenu .menu-row .col {
    width: 100%;
}

.explore .submenu h4 {
    font-size: 18px;
    letter-spacing: -0.5px;
    line-height: 22px;
    padding: 0 11%;
    height: auto;
}

.box img {
    height: 100px;
}

.box .content {
    height: auto;
    padding-bottom: 20px;
    padding: 0 10px 20px;
}

#menu_colour .subcat {
    text-align: left;
        padding: 10px;
    margin-bottom: 0;
}

#menu_colour img {
    height: 100px;
}

.size .submenu .col,
#menu_mounts .col {
    padding: 0 10px 0 15px;
}

div#menu_mounts .col {
    width: 100%;
}


}

</pre></body></html>