@media only screen and (max-width: 1199px) and (min-width: 960px) {
    /* Top Search */
    .search .filter {
        width: 150px;
    }
    .search input[type="text"].input {
        width: 190px;
    }
    /* Side Images */
    .side img {
        width: 100%;
        height: auto;
    }
    /* Newsletter and Social media bar */
    .newsletter {
        font-size: 1em;
    }
    /* Product Social Share Icons */
    .action ul li {
        width: 20%;
    }
    .action ul li a {
        padding: 10px;
    }
    .grid-view .product-wrap {
        width: 340px;
    }
    .grid-view .product-wrap.alpha:nth-child(2n) {
        margin-right: 0;
    }
    .grid-view .product-wrap.alpha:nth-child(2n-7) {
        clear: both;
        margin-left: 0;
    }
}

@media only screen and (max-width: 959px) and (min-width: 768px) {
    /* Hidden Elements */
    .home-feature,
    .account-menu .account-link,
    .account-menu .basket-link {
        display: none !important;
    }
    /* Home Banner, full width */
    .home-banner {
        width: 748px !important;
    }
    .grid-view .product-wrap {
        width: 268px;
    }
    .grid-view .product-wrap.alpha:nth-child(2n) {
        margin-right: 0;
    }
    .grid-view .product-wrap.alpha:nth-child(2n-7) {
        clear: both;
        margin-left: 0;
    }
}

@media only screen and (max-width: 959px) {
    /* Hidden Elements */
    .head-search,
    .head-basket,
    .basket-content {
        display: none;
    }
    /* Hide Classes */
    .hide-md {
        display: none !important;
    }
    /* H Tags */
    h1 {
        font-size: 36px;
        line-height: 40px;
    }
    /* Show Classes */
    .show-md {
        display: inline;
    }
    /* Header Layout */
    header {
        text-align: center;
    }
    header nav {
        display: none;
    }
    .logo {
        display: inline-block !important;
        float: none;
        width: auto !important;
        vertical-align: bottom;
    }
    .logo img {
        width: 100%;
        height: auto;
    }
    header .show-sm {
        vertical-align: bottom;
    }
    header .btn {
        font-size: 1.4em;
    }
    .btn {
        width: 40px;
        height: 40px;
        background: transparent;
        -webkit-border-radius: 0;
        border-radius: 0;
        border-color: transparent;
        padding: 5px;
        text-align: center;
    }
    .btn:hover,
    .btn.active,
    .btn.focus {
        background: transparent;
        -webkit-border-radius: 0;
        border-radius: 0;
        border-color: transparent;
    }
    a.btn {
        line-height: 30px;
    }
    .btn.btn-head {
        color: #009f8e;
        display: inline-block;
    }
    /* Login Layout */
    .md-login .offset-1 {
        padding-left: 0;
    }
    .md-login .register {
        width: 364px;
    }
    /* Side Column */
    .side img {
        width: 100%;
        height: auto;
    }
    .side {
        margin-bottom: 15px;
    }
    /* Category, Search title area */
    .post {
        margin-bottom: 0;
    }
    /* Product Social Share Icons */
    .action ul li {
        width: 20%;
    }
    .action ul li a {
        padding: 8px 10px;
        font-size: 0.9em;
    }
    /* Checkout */
    .checkout-procedure li span {
        display: none;
    }
    .checkout-procedure li:first-child:before {
        display: block;
        content: '1';
        position: absolute;
        left: 0;
        right: 0;
        top: 15px;
        bottom: 0;
        font-size: 1.4em;
        font-weight: 700;
    }
    .checkout-procedure li:nth-child(2):before {
        display: block;
        content: '2';
        position: absolute;
        left: 0;
        right: 0;
        top: 15px;
        bottom: 0;
        font-size: 1.4em;
        font-weight: 700;
    }
    .checkout-procedure li:nth-child(3):before {
        display: block;
        content: '3';
        position: absolute;
        left: 0;
        right: 0;
        top: 15px;
        bottom: 0;
        font-size: 1.4em;
        font-weight: 700;
    }
    .checkout-procedure li:nth-child(4):before {
        display: block;
        content: '4';
        position: absolute;
        left: 0;
        right: 0;
        top: 15px;
        bottom: 0;
        font-size: 1.4em;
        font-weight: 700;
    }
    .checkout-procedure li:nth-child(5):before {
        display: block;
        content: '5';
        position: absolute;
        left: 0;
        right: 0;
        top: 15px;
        bottom: 0;
        font-size: 1.4em;
        font-weight: 700;
    }
    .checkout-procedure li:nth-child(6):before {
        display: block;
        content: '6';
        position: absolute;
        left: 0;
        right: 0;
        top: 15px;
        bottom: 0;
        font-size: 1.4em;
        font-weight: 700;
    }
    /* Footer */
    footer {
        margin-top: 60px;
    }
    /* Smaller devices column implant */
    .col-md-third {
        width: 32% !important;
        float: left;
    }
    /* Smaller device search and menus */
    .md-device-menu.active,
    .md-device-search.active {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 99999;
        display: block;
        padding: 30px;
        background: white;
        text-transform: uppercase;
        overflow: auto;
    }
    .md-device-menu.active ul {
        width: 100%;
        margin-top: 40px;
        padding: 0;
    }
    .md-device-menu.active ul li {
        width: 100%;
    }
    .md-device-menu.active ul li a {
        width: 100%;
        display: block;
        color: #009f8e;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #f4f4f4;
        font-size: 1.2em;
    }
    .md-device-search.active .search .filter {
        float: none;
        width: 100%;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .md-device-search.active .search select,
    .md-device-search.active .search input[type="text"] {
        width: 100%;
        float: none;
        margin-bottom: 0;
    }
    .md-device-search.active .search input[type="text"] {
        border-left: 1px solid #e5e5e5;
        ;
    }
    .md-device-search.active .search input[type="text"]:focus {
        border-color: #aaa;
    }
    .md-device-search.active .search .search-button {
        bottom: 8px;
        top: auto;
        font-size: 1.4em;
    }
    .md-device-search.active .filter::after {
        font-family: 'Font Awesome';
        content: "\25BC";
        height: 12px;
        font-size: 12px;
        line-height: 1;
        right: 14px;
        top: 20px;
        margin-top: -3px;
        color: #ff6c00;
    }
    .md-close {
        width: 30px;
        height: 30px;
        background: #009f8e;
        color: white;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        float: right;
        border-color: transparent;
        font-size: 1.5em;
        padding: 0;
        line-height: 1;
        text-shadow: 1px 1px #007c6f;
    }
    .md-close:hover,
    .md-close:active,
    .md-close:focus {
        background: #007c6f;
        border-color: transparent;
    }
    .account-menu-nav,
    .filter-menu {
        display: none;
    }
    .account-menu-btn,
    .filter-menu-btn {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) and (min-width: 480px) {
    /* Hidden Elements */
    .home-feature,
    .account-menu .account-link,
    .account-menu .basket-link,
    .head-search,
    .head-basket,
    .basket-content {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    /* Hide Classes */
    .hide-sm {
        display: none;
    }
    /* H Tags */
    h1 {
        font-size: 26px;
        line-height: 30px;
    }
    /* Show Classes */
    .show-sm {
        display: inline;
    }
    /* Main Layout */
    .main {
        padding-bottom: 120px;
    }
    .pull-right {
        float: none !important;
    }
    /* Topper Layout */
    .topper .col {
        width: 50% !important;
        text-transform: uppercase;
        font-size: 0.9em;
    }
    .topper .account-menu li {
        margin: 0;
    }
    /* Header Layout */
    .logo {
        font-size: 1.3em !important;
        text-align: center;
    }
    /* Smaller devices column implant */
    .col-md-third {
        width: 33.333333% !important;
        float: left;
    }
    /* Home banner Layout */
    .banner .cycle-slideshow {
        height: 600px;
        background: #ff9600;
    }
    .banner .cycle-slideshow .slide .img {
        width: 100%;
        text-align: center;
    }
    .banner .cycle-slideshow .slide .img img {
        width: 60%;
        height: auto;
    }
    .banner .cycle-slideshow .slide .txt {
        width: 100%;
        text-align: center;
    }
    /* Breadcrumbs */
    .breadcrumbs {
        text-align: center;
    }
    .breadcrumbs ul li {
        margin-bottom: 5px;
    }
    /* Login */
    .md-login .register {
        margin-top: 30px;
    }
    /* Product list */
    .product.list .col {
        width: 100%;
    }
    /* Product */
    .prod-info {
        margin-bottom: 15px;
    }
    /* Product Social Share Icons */
    .action ul li {
        width: 22%;
    }
    .action ul li a {
        padding: 18px 10px;
        font-size: 1.4em;
    }
    /* Basket */
    .row.titles {
        display: none;
    }
    .prod-row:first-of-type {
        border-top: none;
    }
    .prod-row .col {
        margin-bottom: 5px;
    }
    .prod-row .col a.basket-prod-name {
        font-size: 1.3em;
        font-weight: 700;
    }
    .basket-wrap .delete {
        float: right;
        font-size: 1.4em;
    }
    /* Checkout */
    .checkout-procedure li:nth-child(2):before,
    .checkout-procedure li:nth-child(3):before,
    .checkout-procedure li:nth-child(4):before,
    .checkout-procedure li:nth-child(5):before,
    .checkout-procedure li:nth-child(6):before {
        left: 20px;
    }
    /* Side Column */
    .side img {
        display: none;
    }
    /* Account */
    .form-inline {
        margin-top: 15px;
    }
    .form-inline .filter,
    .form-inline .form-control {
        display: block !important;
        width: 100%;
    }
    .form-inline .filter,
    .form-inline button.form-control {
        margin-bottom: 15px;
    }
    .form-inline .date-range-picker {
        width: 100%;
        display: block;
        margin-bottom: 15px;
    }
    .form-inline .date-range-picker button {
        width: 100%;
        text-align: center;
    }
    .totals {
        width: 70% !important;
    }
    .totals.total-price {
        width: 40% !important;
    }
    .total-value-right-pad {
        text-align: left;
    }
    .total-value-right {
        text-align: left;
    }
    .order-details {
        display: inline-block;
        width: 90px;
        margin-right: -4px;
        text-align: right;
    }
    .order-details left {
        display: inline-block;
        width: 90px;
        text-align: left;
    }
    .order-details input[type="text"] {
        display: inline-block;
        width: 80px;
    }
    .summary-order-details {
        display: inline-block;
        width: 125px;
        margin-right: -4px;
    }
    .summary-order-details input[type="text"] {
        display: inline-block;
        width: 80px;
    }
    .display-mobile {
        display: inline-block;
        width: 30px;
        margin-right: -4px;
        text-align: left;
    }
    .hide-mobile {
        display: none;
    }
    /* Responsive Tables */
    table.table-responsive,
    table.table-responsive thead,
    table.table-responsive tbody,
    table.table-responsive th,
    table.table-responsive td,
    table.table-responsive tr {
        display: block;
    }
    table.table-responsive thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    table.table-responsive tr {
        border: 1px solid #ccc;
    }
    table.table-responsive td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }
    table.table-responsive td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }
    table.recent-orders td:nth-of-type(1):before {
        content: "Order Ref";
    }
    table.recent-orders td:nth-of-type(2):before {
        content: "Order Date";
    }
    table.recent-orders td:nth-of-type(3):before {
        content: "Order Amount";
    }
    table.saved-baskets td:nth-of-type(1):before {
        content: "Order Ref";
    }
    table.saved-baskets td:nth-of-type(2):before {
        content: "Date Saved";
    }
    table.my-products td:nth-of-type(1):before {
        content: "Product Code";
    }
    table.my-products td:nth-of-type(2):before {
        content: "Description";
    }
    table.my-products td:nth-of-type(3):before {
        content: "Invoice Reference";
    }
    table.my-products td:nth-of-type(4):before {
        content: "Date";
        text-align: left;
    }
    table.my-products td:nth-of-type(5):before {
        content: "Last Quantity";
        text-align: left;
    }
    table.my-products td:nth-of-type(6):before {
        content: "Required";
    }
    table.my-products td:nth-of-type(7):before {
        content: "Invoice Price";
    }
    table.order-history td:nth-of-type(1):before {
        content: "Order Ref";
    }
    table.order-history td:nth-of-type(2):before {
        content: "Order Date";
    }
    table.order-history td:nth-of-type(3):before {
        content: "Required Date";
    }
    table.order-history td:nth-of-type(4):before {
        content: "Your Reference";
    }
    table.order-history td:nth-of-type(5):before {
        content: "Amount";
        text-align: left;
    }
    table.order-history td:nth-of-type(6):before {
        content: "Status";
    }
    table.order-history td:nth-of-type(7):before {
        content: "";
    }
    table.invoices td:nth-of-type(1):before {
        content: "Invoice Ref";
    }
    table.invoices td:nth-of-type(2):before {
        content: "Invoice Date";
    }
    table.invoices td:nth-of-type(3):before {
        content: "Required Date";
    }
    table.invoices td:nth-of-type(4):before {
        content: "Your Ref";
    }
    table.invoices td:nth-of-type(5):before {
        content: "Amount";
        text-align: left;
    }
    table.invoices td:nth-of-type(6):before {
        content: "Status";
    }
    table.transactions td:nth-of-type(1):before {
        content: "Our Ref";
    }
    table.transactions td:nth-of-type(2):before {
        content: "Customer Ref";
    }
    table.transactions td:nth-of-type(3):before {
        content: "Transaction Date";
    }
    table.transactions td:nth-of-type(4):before {
        content: "Transaction Type";
    }
    table.transactions td:nth-of-type(5):before {
        content: "Payment Date";
    }
    table.transactions td:nth-of-type(6):before {
        content: "Amount";
        text-align: left;
    }
    table.transactions td:nth-of-type(7):before {
        content: "Outstanding";
        text-align: left;
    }
    table.quick-order-form td:nth-of-type(1):before {
        content: "Product Code";
    }
    table.quick-order-form td:nth-of-type(2):before {
        content: "Description";
    }
    table.quick-order-form td:nth-of-type(3):before {
        content: "Price";
        text-align: left;
    }
    table.quick-order-form td:nth-of-type(4):before {
        content: "Per";
        text-align: left;
    }
    table.quick-order-form td:nth-of-type(6):before {
        content: "Quantity";
        text-align: left;
    }
    table.quick-order-form td:nth-of-type(7):before {
        content: "Packed";
        text-align: left;
    }
    table.saved-basket-lines td:nth-of-type(1):before {
        content: "Code";
    }
    table.saved-basket-lines td:nth-of-type(2):before {
        content: "Description";
    }
    table.saved-basket-lines td:nth-of-type(3):before {
        content: "Price";
        text-align: left;
    }
    table.saved-basket-lines td:nth-of-type(4):before {
        content: "Quantity";
        text-align: left;
    }
    table.saved-basket-lines td:nth-of-type(5):before {
        content: "Line Price";
        text-align: left;
    }
    table.saved-basket-lines td:nth-of-type(6):before {
        content: "Status";
    }
    /* Bottom Img */
    .bottom .col {
        text-align: center !important;
    }
    .bottom .text-right {
        text-align: center;
    }
    .grid-view .product-wrap {
        width: 420px;
        float: none;
    }
    .grid-view .product-wrap.alpha {
        margin-right: 0;
        margin-right: 0;
    }
}

@media only screen and (max-width: 479px) {
    /* Hidden Elements */
    .home-feature,
    .account-menu .account-link,
    .account-menu .basket-link,
    .head-search,
    .head-basket,
    .basket-content {
        display: none !important;
    }
    /* H Tags */
    h2 {
        font-size: 25px;
        line-height: 30px;
    }
    /* Home Banner Layout */
    .cycle-slideshow {
        height: 600px;
    }
    .banner .cycle-slideshow .slide .img img {
        width: 80%;
        height: auto;
    }
    /* Product Slider */
    .prod-img .cycle-slideshow {
        height: auto;
    }
    /* Login */
    .md-login .register {
        width: 300px;
    }
    /* Bottom Img */
    .bottom img {
        width: 80%;
    }
    /* Basket */
    .basket-wrap h2 {
        display: none;
    }
    .basket-wrap .primary {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 1.1em;
    }
    /* Checkout */
    .checkout-procedure li:nth-child(2):before,
    .checkout-procedure li:nth-child(3):before,
    .checkout-procedure li:nth-child(4):before,
    .checkout-procedure li:nth-child(5):before {
        left: 30px;
    }
    .checkout-procedure li.active:nth-child(2):before,
    .checkout-procedure li.active:nth-child(3):before,
    .checkout-procedure li.active:nth-child(4):before,
    .checkout-procedure li.active:nth-child(5):before,
    .checkout-procedure li.active:nth-child(6):before {
        left: 0;
        z-index: 99;
    }
    .summary h2 {
        display: block;
        text-align: center;
        font-size: 20px;
        margin-bottom: 15px;
    }
    .summary .primary,
    .summary .danger {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 1.1em;
    }
}

@media (min-width: 1200px) {
    .logo img {
        width: auto;
    }
}
