﻿
.inline-visible-xs {
    display: none;
}

@media only screen and (max-width: 767px) {

    html, body {
        height: 100%;
        overflow-x: hidden;
    }

    .nav.navbar, ul.nav {
        background-color: red !important;
    }

    .navbar {
        background-color: white;
        height: 1px;
        min-height: 1px;
        z-index: 1000;
    }

    .navbar-collapse {
        max-height: none;
    }

    .homepagebanner-outer {
        margin: -10px -15px 0 -15px;
    }

    .slider-title .category-name {
        font-size: 18px;
    }

    ul.slick-dots {
        display: none !important;
    }

    .grid-item-image {
        width: 100px;
        margin-left: 10px;
    }

    .xs-center a {
        margin: 0 auto;
        display: block;
        text-align: center;
    }

    .xs-center img {
        margin: 0 auto;
    }

    .telephone-numbers {
        float: none;
        font-size: 10px;
        text-align: center;
        margin: 0 auto;
        min-height: 25px;
    }

        .telephone-numbers a b {
            font-size: 13px;
        }


    .hidden-xs-inline {
        display: none !important;
    }


    .telephone-numbers b {
        font-size: 13px;
        color: red;
    }

    .telephone-numbers .roi-number {
        display: block;
    }

    .inline-visible-xs {
        display: inline;
    }

    h1, .h1 {
        font-size: 28px;
    }



    #main-page-content-container, div.container.page-header-container, .navbar {
        border: 0;
    }

    .checkout-container .input span {
        width: 100%;
    }


    .slick-prev, .slick-next {
        top: 30%;
    }


    .input span {
        width: 100%;
    }

    .opc-basket-outer {
        padding: 0;
    }

    .opc-checkout-outer {
        padding: 0;
    }

    table.cart-items td {
        padding-left: 0;
        font-size: 90%;
    }

    #opc-delivpayment .input span {
        padding-left: 0;
        margin-left: 0;
    }

    .opc-delivery-textconditions {
        clear: left;
    }

    .opc-payment-methods {
        clear: left;
    }

    .opc-stagebox {
        font-size: 16px;
    }

        .opc-stagebox .opc-stagenumber {
            padding: 3px;
            min-width: 30px;
        }

        .opc-stagebox > .col-xs-1 > div {
            float: left;
            margin-left:-15px;
        }

    #opc-termsconditions {
        clear: left;
    }

    table.cart-items .headrow th:first-child {
        padding-left: 3px;
    }

    .header-container {
        padding-bottom: 5px;
    }

    .topicbox-outer {
        padding: 0;
    }

    .topicbox-inner {
        padding: 5px;
    }

    .product-info {
        margin-top: 5px;
    }

    .checkout-container .input span {
        width: 100%;
    }

    .carousel-indicators {
        display: none;
    }

    .opc-checkout-outer {
        box-shadow: none;
    }

    .footer-box {
        margin: 0;
    }

    .footer-container {
        padding-bottom: 10px;
    }

        .footer-container ul li {
            display: block;
            padding: 2px 0 0 0;
            border-top: solid 1px #555;
            border-right: none;
            margin-top: 3px;
            font-size: 100%;
        }

            .footer-container ul li:last-child {
                padding-bottom: 3px;
                border-bottom: solid 1px #555;
                margin-bottom: 3px;
            }

    .newsletter-signup input[type="text"] {
        width: 100%;
    }

    .newsletter-signup .avensys-page-inner {
        padding-left: 5px;
    }

    .navbar .dropdown-toggle {
        max-width: unset;
        color: white;
        padding: 9px 0;
        border-bottom: solid 1px #444;
        min-height: unset;
    }

    .nav > li > a:hover,
    .nav > li > a:focus {
        background-color: #444;
    }

    ul.dropdown-menu .col-sm-6,
    ul.dropdown-menu .col-sm-9,
    ul.dropdown-menu .col-sm-9,
    ul.dropdown-menu .col-sm-12 {
        padding: 0;
    }

    ul.dropdown-menu ul {
        padding-left: 0;
        list-style-type: none;
    }


    ul.dropdown-menu li {
        background-color: #aaa;
        margin-bottom: 2px;
        list-style-type: none;
        list-style-position: outside;
        padding: 7px 0 7px 10px;
    }

        ul.dropdown-menu li a {
            color: white;
        }

    .yamm .menu-types {
        padding: 0;
    }

    .floatsearchouter {
        padding: 0;
    }
}


@media only screen and (min-width: 767px) {


    a.dropdown-toggle, .navbar-collapse ul {
        background-color: transparent !important;
    }

        .navbar-collapse ul.dropdown-menu {
            background-color: #FFF !important;
            color: #000;
        }

            .navbar-collapse ul.dropdown-menu li {
                padding-top: 2px;
                padding-bottom: 2px;
            }

            .navbar-collapse ul.dropdown-menu a {
                color: #000;
                width: 100%;
                padding: 2px;
                display: block;
            }

                .navbar-collapse ul.dropdown-menu a:hover,
                .navbar-collapse ul.dropdown-menu a:active {
                    text-decoration: none;
                    width: 100%;
                    font-weight: bold;
                    color: #000 !important;
                }

    .hidden-xs-inline {
        display: inline-block;
    }
}

@media only screen and (min-width: 550px) and (max-width: 767px) {
    .page-header-container {
        font-size: 10px;
    }

        .page-header-container .need-support-box,
        .page-header-container .same-day-delivery-box {
            font-size: 13px;
            min-height: 30px;
        }



    .telephone-numbers {
        font-size: 10px;
        margin-bottom: 2px;
        min-height: 25px;
    }

        .telephone-numbers b {
            font-size: 13px;
            color: red;
        }

        .telephone-numbers .roi-number {
            display: block;
        }
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    #storeLogo {
        min-height: 52px;
    }


    .categoryslider {
        min-height: 330px;
    }

    .homepagebanner-outer {
        min-height: 136px;
    }

    .footer-box {
        margin: 0;
    }

    .telephone-numbers {
        font-size: 10px;
        margin-bottom: 2px;
        min-height: 25px;
    }

        .telephone-numbers b {
            font-size: 13px;
            color: red;
        }

        .telephone-numbers .roi-number {
            display: block;
        }

    .footer-cols-wrapper {
        position: relative;
    }

    .footer .footer-col.last {
        margin-right: 0;
    }

    .footer .footer-col.footer-col-ex.facebook-fanbox {
        width: 235px;
    }


    .navbar-default .navbar-nav > li > a {
        font-size: 8px;
    }

    .checkout-container .input span {
        width: 100%;
    }

    .navbar .dropdown-toggle {
        font-size: 9px;
        padding: 5px;
        line-height: 1.5;
    }

    #main-page-content-container, div.container.page-header-container, .navbar {
        border: 0;
    }

    .floatsearchouter {
        padding: 0;
    }
}

@media only screen and (min-width: 992px) {
    #main-page-content-container {
        padding-left: 0;
        padding-right: 0;
    }
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #storeLogo {
        min-height: 66px;
    }


    .categoryslider {
        min-height: 299px;
    }

    .homepagebanner-outer {
        min-height: 175px;
    }

    .footer-col {
        width: 20%;
    }

    .checkout-container .input span {
        width: 100%;
    }

    .navbar-nav.nav {
        font-size: 11px;
    }

    .telephone-numbers {
        font-size: 14px;
    }

    div.product-price {
        font-size: 12px;
    }

        div.product-price .saleNowPrice, div.product-price .standardNowPrice, .kit-customized-price {
            font-size: 36px;
        }

    .product-title-box .product-title {
        font-size: 24px;
    }

    .telephone-numbers b {
        font-size: 16px;
        color: red;
    }
}

@media only screen and (max-width: 549px) {
    .page-header-container {
        font-size: 10px;
    }

        .page-header-container .need-support-box,
        .page-header-container .same-day-delivery-box {
            font-size: 10px;
            min-height: 30px;
        }
}

@media only screen and (max-width: 767px) {



    #mobile_search_cancel {
        float: left;
    }

    div.search-productstatus .row {
        clear: both;
        padding: 0 15px;
    }

        div.search-productstatus .row div {
            font-size: 30px;
        }

            div.search-productstatus .row div:last-child {
                text-align: right;
            }

    .product-offer .title {
        font-size: 16px;
    }

    .product-offer .subtitle {
        font-size: 10px;
        padding-top: 4px;
    }

    .nav-tabs {
        margin-top: 10px;
    }

        .nav-tabs > li > a {
            font-size: 11px;
        }

    .yamm .menu-types {
        background-color: #555;
    }

        .yamm .menu-types.catmenu img {
            max-width: 50px;
        }

        .yamm .menu-types.manfmenu,
        .yamm .menu-types.manfmenu .list-unstyled,
        .yamm .menu-types.manfmenu li {
            background-color: #F5F5FF !important;
        }

    .navbar-header {
        height: 50px;
    }

    .navbar-toggle {
        float: right;
        color: white;
        border-color: white;
        height: 37px;
        width: 50px;
        position: relative;
        margin-right: 15px;
        padding: 9px 10px;
        margin-top: 5px;
        background-color: transparent;
        background-image: none;
        border: 1px solid white;
        border-radius: 4px;
    }

        .navbar-toggle .icon-bar {
            color: white;
            height: 3px;
            border: white;
            background-color: white;
            width: 100%;
        }

    .show-basket .badge {
        background-color: #F22;
    }

    .col-xs-12.no-right-pad {
        padding-right: 15px !important;
    }

    .product-title-box .product-title {
        padding-right: 0;
        padding-bottom: 5px;
    }

    .product-price-outer {
        padding-left: 0;
    }

        .product-price-outer .product-price {
            text-align: left;
        }

    div.product-price .saleSaving {
        float: left;
    }

    .buyboxes .buybox {
        font-size: 10px;
        min-height: 100px;
    }
}

@media only screen and (min-width:1200px) {
    #storeLogo {
        min-height: 80px;
    }

    .homepagebanner-outer {
        min-height: 210px;
    }

    .categoryslider {
        min-height: 326px;
    }
}



@media only screen and (max-width: 370px) {



    .telephone-numbers span:before {
        content: "\A";
        white-space: pre;
    }
}
