#mobileSideNavContainer,  #mobileSideCartContainer {
    width: 100%;
    height: 100vh;
    z-index: 999999999999999 !important;
    position: fixed;
    margin-top: -60px;
    display: none;
}
#mobileSideNavContainer2 {
    width: 100%;
    height: 100vh;
    z-index: 999999999999999 !important;
    position: fixed;
    margin-top: -60px;
}


#mobileSideCartContainer {
    top:60px;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
}

#leftScrollNavigation, #leftScrollNavigation2, #leftScrollBasket {
    background-color: white;
    height: 100vh;
    z-index: 99999 !important;
    padding: 0px;
}
#leftScrollNavigation2 {
    overflow: auto;
}

#leftScrollNavigation li, #leftScrollNavigation2 li {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid lightgray;
    font-size: 1.2em;
    padding-left: 6%;
    padding-top: 18px;
}

#leftScrollNavigation li:hover, #leftScrollNavigation2 li:hover {
    background-color: #e9e9e9;
}

#leftScrollNavigation li:hover a, #leftScrollNavigation2 li:hover a {
    color:#4e4847;
}

#mobileSideNavImageContainer {
    width: 100%;
    height: -webkit-fill-available;
    padding-left: 5%;
    position: relative;
    display: none;
}

#mobileSideNavLogoLine {
    width: 82%;
    border: 1px solid #e9e8e8;
    position: fixed;
    left: 0;
    bottom: 0;
    margin-bottom: 85px;
}

#mobileSideNavImage {
    height: 50px;
    position: fixed;
    bottom: 0;
    margin-bottom: 20px;
    margin-left: 6px;
}

.mobileSideNavigationRightArrow {
    float: right;
    margin-right: 20px;
}

#mobileSideNavOverlay {
    background-color: rgb(0, 0, 0, 0.5);
    height: 100vh;
    float: right;
    padding: 0px;
}

#mobileSideNavOverlay div {
    background-color: black;
    height: 60px;
}

#mobileSideNavExit {
    text-align: center;
    float: right;
    margin-right: 24%;
    margin-top: 11px;
    height: 35px;
}

.updatedToggle {
    background-color: transparent;
    border: none;
}

#mobileNavigationMenuButtonContainer {
    width: 60px;
    height: 60px;
    border-right: 1px solid #ffe5a4;
    float: left;
}

#mobileSideNavMenuButton {
    height: 40px;
    margin-top: 7px;
    margin-left: 3px;
}

.reviewbox .fa-star {
    color:#fabc00;
}

.homepagePlacesToDeliver {
    border: solid 1px #e5e5e6;
    border-top: none;
    padding: 30px;
    margin-top: 0px !important;
    padding-top: 0px;
}

#homepageTabContainer {
    border-bottom: none;
    padding: 30px;
}

#loadMoreProductsButton, #loadMoreProductsButtonMobile {
    height: 40px;
    width: 250px;
    font-weight: 700;
    font-size: 120%;
    color: #555;
    background-color: white;
    border: 2px solid #e5e5e6;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}

.nav-sh-cart {
    height:100%;
    border-left: 1px solid white;
    padding-left: 20px;
}

.nav-sh-cart i {
    font-size: 2em;
    margin-right: 1px;
    margin-top: 4px;
}

#leftScrollBasket {
    background-color: #e1e1e1;
}

#mobileNavigationLogoContainer {
    float: left;
    height: 100%;
}

#mobileNavigationLogo {
    height: 50px;
    display: block;
    margin: 0 auto;
    display: none;
}

#leftScrollBasketTitle {
    text-align: center;
    font-size: 2em;
    font-family: 'lato';
    margin-bottom: 20px;
    background-color: #Fab300;
    color:white;
    padding-top: 10px;
    height: 60px;
}

.leftScrollBasketProduct {
    border:2px solid white;
    border-radius: 5px;
    color:black;
    background-color: white;
    margin-bottom: 20px;
    margin-top: 0px;
}

.leftScrollBasketProduct hr {
    width: 87%;
    margin: 0 auto 0 auto;
}

.leftScrollBasketProductHeader {
    font-size: 1.2em;
    padding-top: 13px;
    height: 42px;
    padding-left: 15px;
    padding-right: 15px;
}

.leftScrollBasketProductHeader p {
    float: left;
    margin-top: -4px;
}

.leftScrollBasketProductHeader i {
    color: #c3c6c6;
    float: right;
    font-size: 1.2em;
}

.leftScrollBasketProductMain {
    clear: both;
    min-height: 80px;
    float: left;
    width: 100%;
    margin-top: 10px;
    padding-bottom: 10px;
}

.leftScrollBasketProductMain span {
    font-weight: bold;
}

.leftScrollBasketProductMain p {
    font-size: 11px;
    letter-spacing: -0.1px;
}

.leftScrollBasketProductMain img {
    min-width: 50%;
    max-width: 150%;
    max-height: 150px;
    padding-left: 5px;
}

.leftScrollBasketProductFooter {
    clear: both;
    height: 25px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
.leftScrollBasketProductFooter p {
    float: left;
    font-size: 1.5em;
    color: black;
    font-family: 'lato';
    margin-top: 5px;
}

.leftScrollBasketEditButton{
    width: 85px;
    font-size: 15px;
    float: right;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    text-align: center;
    height: 35px;
    padding-top: 7px;
}

.leftScrollBasketTotal {
    background-color: white;
    border: 2px solid white;
    border-radius: 5px;
    padding-top: 15px;
}
.leftScrollBasketTotal p {
    font-size: 1.2em;
    color: black;
    font-family: 'lato';
}

.leftScrollBasketTotal button {
    margin-bottom: 20px;
    text-align: center;
    margin-left: 7.8%;
}

.rightAlign {
    text-align: right;
}

.LoadMoreMobile {
    display: none !important;
}
.homepageProductItem {
    padding-top: 15px;
    width: 32.5% !important;
    text-align: center;
}

.homepageProductItem p {
    padding: 0 10%;
    line-height: 20px;
    font-size: 13px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.homepageProductPrice {
    font-size: 30px;
}

.homepageProductOrderNow {
    margin-bottom: 25px; width: 180px;
}

.homepageProductIncDeliveryText {
    color: #8a8a8d;
    text-align: center;
    width: 100%;
    font-size: 1.1em;
    font-weight: 500;
    font-style: italic;
    margin: 11px 0 20px;
}

.smallerStars {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.SEOLinkDiv a {
    font-weight: 400;
    color: inherit;
    text-decoration: none;
}

.SEOLinkDiv a:hover {
    text-decoration: none;
}

#SEOMainText {
    font-size: 1.8rem;
    font-weight: 600;
    color: #565656;
    line-height: 2rem;
    padding: 5px;
    padding-top: 30px;
}

#SEOHRBottom {
    display: none;
}

.SEOhorizontalBreak {
    border: 1px solid transparent;
    margin-top: -10px;
}

#greyBorderBox {
    border:1px solid #e5e5e6;
}

#SEOBottomDiv {
    margin-top: 20px;
}

@media screen and (min-width: 320px) and (max-width: 543px) {

    .main-container {
        padding: 60px 0px 20px 0px;
    }

    .logo {
        margin-top: -40px;
    }

    .row {
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .design-navbar {
        background-color: #Fab300;
        height: 60px;
    }

    .quicklinks-nav {
        display: none;
    }

    #mob-reviews-container {
        height: 50px;
        border-top: 1px solid #e9e9e9;
        border-bottom: 1px solid #e9e9e9;
        padding: 0px 11px;
        margin-right: 0px !important;
    }

    #mob-stars {
        padding-top: 15px;
        height: 100%;
    }

    #mobfeefo {
        height: 17px;
        margin-left: -15px;
    }

    #mob-percent {
        font-family: lato, sans-serif;
        font-size: 2.3rem;
        font-weight: 800;
        color: #4f4847;
        padding: 0;
        text-align: center;
        height: 100%;
        padding-top: 8px;
        margin-left: -8px;
    }

    #mob-feefo-logo {
        padding-top: 15px;
        height: 100%;
    }

    #mob-feefo-logo img {
        height: 14px;
        margin-left: -15px;
    }

    #mob-reviews {
        height: 100%;
        padding-top: 15px;
    }

    .mobile-rating {
        padding: 0 4px 0 4px;
        font-family: lato;
        color: #565656;
        font-size: 2rem;
        margin-top: -5px;
        margin-left: 5px;
    }

    .mobile-feefo {
        margin-left: -36px;
    }

    .mobile-feefo img {
        width: 80px;
    }

    #review-button {
        height: 100%;
        padding: 0;
        border-left: 1px solid #e9e9e9;
        margin-left: 10px;
        margin-right: -10px;
    }

    #review-button a {
        color: #a5a5a5;
        text-decoration: underline;
        font-family: lato,sans-serif;
        font-size: 1.3rem;
        margin-left: 15%;
    }

    #clockdivMobile {
        margin-bottom: 20px;
    }

    #clockdivMobileTitle {
        font-size: 1.8rem;
        font-weight: 400;
        color: #645d5b;
        padding-top: 4px;
        margin: 20px 0 17px;
        line-height: 2.3rem;
    }

    .clockdiv-hours, .clockdiv-minutes, .clockdiv-seconds {
        padding: 8px 2px;
        border: 3px solid #ffe5a4;
        margin: 0 6px;
        width: 29.333333%;
    }

    .counter-numbers {
        border-radius: 7px;
        font-size: 5.4rem;
        font-weight: 500;
        color: #565656;
        line-height: 3.3rem;
        font-family: lato,san-serif;
    }

    .counter-label {
        letter-spacing: 1px;
        font-size: 17px;
        margin-top: 11px;
        margin-bottom: 0;
        font-family: lato;
        color: #b0b0b0;
        text-transform: capitalize;
        font-weight: 400;
    }

    .homereviews {
        background: #f9f9f8;
        padding: 15px;
        border-top: 2px solid #e1e1e1;
        border-bottom: 2px solid #e1e1e1;
        margin: 5px 0;
    }

    .title-reviews {
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #4f4746;
    }

    .reviewbox {
        background: #fff;
        padding: 12px 11px;
        border: 2px solid #ececec;
        margin: 5px 15px 15px;
    }

    .mobile-shopname {
        background: #fede00;
        padding: 5px 2px;
        color: #565656;
        text-align: center;
        margin: 8px 0 1px;
    }

    .mobile-customerreview {
        font-size: 1.6rem;
        line-height: 2.2rem;
        font-weight: 600;
        color: #565656;
        padding: 10px 4px 3px 4px;
    }

    .mobile-reviewby {
        color: #8a8a8d;
        padding: 0 4px 0 4px;
    }

    #mobileReasonsWhyTitle , #mobileOrderingTitle {
        text-align: center;
        font-size: 1.3em;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    #mobileOrderingTitle {
        margin-top: 0px !important;
    }

    #updated_a {
        width: 320px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .mobileReasonsWhySection {
        height: 25px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        display: inherit;
        margin-bottom: 10px;
    }

    .mobileReasonsWhySection img {
        height: 100%;
        float: left;
    }

    .mobileReasonsWhySection p {
        font-size: 1.2em;
        margin-left: 5px;
        float: left;
    }

    #mobilePaymentImageDiv {
        margin-left: auto;
        margin-right: auto;
        width: 300px;
    }

    #mobileFooterIconsContainer {
        width: 100%;
        height: 50px;
        background-color: white !important;;
    }

    #mobileFooterIcons {
        height: 100%;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

    .icon {
        height: 80%;
        width: 18%;
        display: inline-block;
        border-right: 1px solid #e2e2df;
        text-align: center;
        padding-top: 6px;
    }

    #mobileFooterIcons .icon:hover {
        color: #Fab300;
        background-color: #e2e2df;
        border: none;
    }

    .icon:nth-last-child(1) {
        border-right: none;
    }

    .icon i {
        font-size: 2em;
        vertical-align: middle;
    }

    #mobileFooterToggleContainer {
        display: none;
        background-color: #e2e2df !important;
        margin-top: -10px;
    }

    #mobileFooterMenuItems {
        background-color: #e2e2df !important;
        display: none;
    }

    #mobileFooterMenuItems .container .row div h3 {
        background-color: white;
        border: 1px solid lightgrey;
        color:black;
        font-weight: 300;
    }

    #mobileFooterMenuItems li {
        background-color: white;
        border: 1px solid lightgrey;
    }

    #mobileFooterMenuItems li a {
        color: black;
    }

    .mobileFooterToggleContent {
        display: none;
        text-align: center;
        color: black;
    }

    .mobileFooterToggleContent p {
        padding: 10px;
    }

    #mobileBottomBarContainer {
        width: 100%;
        height: 50px;
        background-color: darkgray;
        text-align: center;
        color: white;
        padding-top: 4%;
        margin-top: -10px;
    }

    .navbar {
        position: relative;
        width: 100%;
        z-index: 9999999999 !important;
    }

    #mobileNavigationLogoContainer {
        width: 67%;
    }

    #mobileNavigationLogo {
        width: 60%;
    }

    .LoadMoreMobile {
        display: block !important;
    }

    .LoadMore{
        display: none !important;
    }

    .homepageProductItem {
        width: 100% !important;
    }

    #orderTodayH3 {
        font-size: 14px !important;
        line-height: 2.1 !important;
    }

    .removePaddingMobile {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    /*#wilkoHomepageMainContainer {*/
        /*display: none !important;*/
    /*}*/
}

@media screen and (min-width: 544px) and (max-width: 767px) {
    .main-container {
        padding: 60px 0px 20px 0px;
    }

    .logo {
        margin-top: -40px;
    }

    .row {
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .design-navbar {
        background-color: #Fab300;
    }

    .quicklinks-nav {
        display: none;
    }

    #mob-reviews-container {
        height: 50px;
        border-top: 1px solid #e9e9e9;
        border-bottom: 1px solid #e9e9e9;
        padding: 0px 11px;
        margin-right: 0px !important;
    }

    #mob-stars {
        padding-top: 15px;
        height: 100%;
    }

    #mobfeefo {
        height: 17px;
        margin-left: 30px;
    }

    #mob-percent {
        font-family: lato, sans-serif;
        font-size: 2.4rem;
        font-weight: 800;
        color: #4f4847;
        padding: 0;
        text-align: center;
        height: 100%;
        padding-top: 8px;
        margin-left: -8px;
    }

    #mob-feefo-logo {
        padding-top: 15px;
        height: 100%;
    }

    #mob-feefo-logo img {
        height: 15px;
        margin-left: -15px;
    }

    #mob-reviews {
        height: 100%;
        padding-top: 15px;
    }

    #review-button {
        height: 100%;
        padding: 0;
        border-left: 1px solid #e9e9e9;
        margin-left: 10px;
        margin-right: -10px;
    }

    #review-button a {
        color: #a5a5a5;
        text-decoration: underline;
        font-family: lato,sans-serif;
        font-size: 1.3rem;
        margin-left: 15%;
    }

    #btnQuery {
        max-width: none;
    }

    #mobileSideNavExit {
        margin-right: 32%;
    }

    #clockdivMobile {
        margin-bottom: 20px;
        margin-left: 25px;
    }

    #clockdivMobileTitle {
        font-size: 1.8rem;
        font-weight: 400;
        color: #645d5b;
        padding-top: 4px;
        margin: 20px 0 17px;
        line-height: 2.3rem;
    }

    .clockdiv-hours, .clockdiv-minutes, .clockdiv-seconds {
        padding: 20px;
        border: 3px solid #ffe5a4;
        margin: 0 6px;
        width: 29.333333%;
    }

    .counter-numbers {
        border-radius: 7px;
        font-size: 5em;
        font-weight: 500;
        color: #565656;
        line-height: 3.3rem;
        font-family: lato,san-serif;
    }

    .counter-label {
        letter-spacing: 1px;
        font-size: 22px;
        margin-top: 11px;
        margin-bottom: 0;
        font-family: lato;
        color: #b0b0b0;
        text-transform: capitalize;
        font-weight: 400;
    }

    .homereviews {
        background: #f9f9f8;
        padding: 15px;
        border-top: 2px solid #e1e1e1;
        border-bottom: 2px solid #e1e1e1;
        margin: 5px 0;
    }

    .title-reviews {
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #4f4746;
    }

    .reviewbox {
        background: #fff;
        padding: 12px 11px;
        border: 2px solid #ececec;
        margin: 5px 15px 15px;
    }

    .mobile-shopname {
        background: #fede00;
        padding: 5px 2px;
        color: #565656;
        text-align: center;
        margin: 8px 0 1px;
    }

    .mobile-customerreview {
        font-size: 1.6rem;
        line-height: 2.2rem;
        font-weight: 600;
        color: #565656;
        padding: 10px 4px 3px 4px;
    }

    .mobile-reviewby {
        color: #8a8a8d;
        padding: 0 4px 0 4px;
    }

    #mobileReasonsWhyTitle , #mobileOrderingTitle {
        text-align: center;
        font-size: 1.3em;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    #mobileOrderingTitle {
        margin-top: 0px !important;
    }

    #updated_a {
        width: 320px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .mobileReasonsWhySection {
        height: 25px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        display: inherit;
        margin-bottom: 10px;
    }

    .mobileReasonsWhySection img {
        height: 100%;
        float: left;
    }

    .mobileReasonsWhySection p {
        font-size: 1.2em;
        margin-left: 5px;
        float: left;
    }

    #mobilePaymentImageDiv {
        margin-left: auto;
        margin-right: auto;
        width: 350px;
    }

    #mobileFooterIconsContainer {
        width: 100%;
        height: 50px;
        background-color: white !important;;
    }

    #mobileFooterIcons {
        height: 100%;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

    .icon {
        height: 80%;
        width: 18%;
        display: inline-block;
        border-right: 1px solid #e2e2df;
        text-align: center;
        padding-top: 6px;
    }

    #mobileFooterIcons .icon:hover {
        color: #Fab300;
        background-color: #e2e2df;
        border: none;
    }

    .icon:nth-last-child(1) {
        border-right: none;
    }

    .icon i {
        font-size: 2em;
        vertical-align: middle;
    }

    #mobileFooterToggleContainer {
        display: none;
        background-color: #e2e2df !important;
        margin-top: -10px;
    }

    #mobileFooterMenuItems {
        background-color: white !important;
        display: none;
    }

    #mobileFooterMenuItems .container .row div h3 {
        background-color: white;
        border-bottom: 1px solid black;
        color:black;
        font-weight: 300;
    }

    #mobileFooterMenuItems li {
        margin: 5px;
        padding: 2px;
        padding-left: 0px;
        margin-left: 0px;
    }

    #mobileFooterMenuItems li a {
        color: black;
        font-size: 13px;
    }

    .mobileFooterToggleContent {
        display: none;
        text-align: center;
        color: black;
    }

    .mobileFooterToggleContent p {
        padding: 10px;
    }

    #mobileBottomBarContainer {
        width: 100%;
        height: 50px;
        background-color: darkgray;
        text-align: center;
        color: white;
        padding-top: 4%;
        margin-top: -10px;
    }

    .navbar {
        position: relative;
        width: 100%;
        z-index: 9999999999 !important;
    }

    #mobileNavigationLogoContainer {
        width: 82%;
    }

    #mobileNavigationLogo {
        width: 90%;
        height: 33px !important;
        margin-top: 10px;
    }

    .homepageProductName {
        font-size: 18px !important;
    }

    .removePaddingMobile {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    #mobileFooterIconsContainer {
        width: 100%;
        height: 50px;
        background-color: white !important;;
    }

    #mobileFooterIcons {
        height: 100%;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

    .icon {
        height: 80%;
        width: 18%;
        display: inline-block;
        border-right: 1px solid #e2e2df;
        text-align: center;
        padding-top: 6px;
    }

    #mobileFooterIcons .icon:hover {
        color: #Fab300;
        background-color: #e2e2df;
        border: none;
    }

    .icon:nth-last-child(1) {
        border-right: none;
    }

    .icon i {
        font-size: 2em;
        vertical-align: middle;
    }

    #mobileFooterToggleContainer {
        display: none;
        background-color: #e2e2df !important;
        margin-top: -10px;
    }

    #mobileFooterMenuItems {
        background-color: #e2e2df !important;
        display: none;
    }

    #mobileFooterMenuItems .container .row div h3 {
        background-color: white;
        border: 1px solid lightgrey;
        color:black;
        font-weight: 300;
    }

    #mobileFooterMenuItems li {
        background-color: white;
        border: 1px solid lightgrey;
    }

    #mobileFooterMenuItems li a {
        color: black;
    }

    .mobileFooterToggleContent {
        display: none;
        text-align: center;
        color: black;
    }

    .mobileFooterToggleContent p {
        padding: 10px;
    }

    #mobileBottomBarContainer {
        width: 100%;
        height: 50px;
        background-color: darkgray;
        text-align: center;
        color: white;
        padding-top: 2%;
        margin-top: -10px;
    }

    .homepageProductName {
        font-size: 18px !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    #btnQuery {
        width:108px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
    .slick-next {
        right: 20px !important;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1920px) {
    #btnQuery {
        width:108px;
    }

    #SEOHRBottom {
        display: block !important;
    }

    #updatedHomepageFeefoLogo {
        width: 45%;
        margin-left: 28%;
        margin-top: 5px;
        margin-bottom:5px;
    }

    #updatedHomepageFeefoCount {
        font-size: 2.8rem;
        font-weight: 100;
        color: #565656;
        padding-top: 10px;
        line-height:3.3rem;
        text-align: center;
    }

    #updatedHomepageGradientLine {
        border: 0;
        height: 2px;
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(185, 185, 185, 0.75), rgba(0, 0, 0, 0));
        margin-bottom: 5px;
    }

    #updatedHomepageCountdownH5 {
        font-size: 1.5rem;
        font-weight: 100;
        color: #565656;
        padding-top: 4px;
        line-height:2rem;
    }

}

@media screen and (min-width: 1921px) {

    #updatedHomepageFeefoLogo {
        width: 45%;
        margin-left: 28%;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    #updatedHomepageFeefoCount {
        font-size: 2.8rem;
        font-weight: 100;
        color: #565656;
        padding-top: 10px;
        line-height:3.3rem;
        text-align: center;
    }

    #updatedHomepageGradientLine {
        border: 0;
        height: 2px;
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(185, 185, 185, 0.75), rgba(0, 0, 0, 0));
        margin-bottom: 5px;
    }

    #updatedHomepageCountdownH5 {
        font-size: 1.5rem;
        font-weight: 100;
        color: #565656;
        padding-top: 4px;
        line-height:2rem;
    }

    #btnQuery {
        width:108px;
    }
}

@media screen and (min-width: 320px) and (max-width: 330px) {
    #mobileSideNavOverlay, #leftScrollNavigation, #leftScrollBasket, #mobileSideNavContainer, #mobileSideNavContainer2, #mobileSideCartContainer {
        height: 105vh;
    }

    #mobileSideNavImageContainer {
        display: none;
    }

    .leftScrollBasketProduct {
        margin-top: -5px;
    }

    .clockdiv-hours, .clockdiv-minutes, .clockdiv-seconds {
        margin: 0 5px;
    }

    #review-button a {
        font-size: 1.2rem;
    }

    #mob-feefo-logo img {
        height: 12px;
    }

    #mob-percent {
        padding-top: 15px;
        margin-left: -2px;
        font-size: 1.5rem;
    }



}

@media screen and (orientation: landscape) {
    #mobileSideCartContainer #mobileSideNavImageContainer {
        display: none;
    }

    #leftScrollBasket {
        overflow-y: scroll;
    }

    #mobileSideNavLogoLine {
        display: none;
    }

}
/* Fade In Image Slider */
#pnlRotate ul {
    margin-left: -5px !important;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    #pnlRotate ul {
        margin: 0px !important;
        width: 300px !important;
        padding:0px !important;
    }

    .slideshow {
        overflow: hidden;
        width: 300px;
        height: 120px;
    }
    .slideshow img {
        width:300px;
        height:111px;
    }
}

@media screen and (min-width: 1200px) {
    #pnlRotate ul {
        margin: 0px !important;
        width: 360px !important;
        padding:0px !important;
    }

    .slideshow {
        overflow: hidden;
        width: 360px;
        height: 120px;
    }
    .slideshow img {
        width:360px;
        height:111px;
    }
}
