/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */;
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

html,
body {
    height: 100%;
}

body.no-scroll {
    overflow-y: hidden;
}

textarea, input, button {
    outline: none;
}

.wrapper {
    min-height: 100%;
    position: relative;
}

.main {
    padding-bottom: 80px;
    /* Height of the footer element */;
}

.bottom {
    position: absolute;
    bottom: 0;
    left: 0;
}

.col .responsive {
    width: 100%;
    height: auto;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

button {
    margin-bottom: 0;
}

.default {
    background: #f2f2f2;
    color: #333333;
    font-weight: normal;
    text-transform: uppercase;
    border: 1px solid #e5e5e5;
    -webkit-transition: background-color 0.2s linear 0;
    -moz-transition: background-color 0.2s linear 0;
    -ms-transition: background-color 0.2s linear 0;
    -o-transition: background-color 0.2s linear 0;
    transition: background-color 0.2s linear 0;
    text-shadow: none;
    border-radius: 3px;
    padding: 7px 14px;
    display: inline-block;
    font-size: 12px;
}

.default:visited {
    color: rgb(68, 68, 68);
}

.default:hover,
.default:active {
    background: #e5e5e5;
    color: #333333;
    -webkit-transition: background-color 0.2s linear 0.2s;
    -moz-transition: background-color 0.2s linear 0.2s;
    -ms-transition: background-color 0.2s linear 0.2s;
    -o-transition: background-color 0.2s linear 0.2s;
    transition: background-color 0.2s linear 0.2s;
}

.default.small {
    font-size: 11px;
    padding: 4px 8px;
}

.primary {
    background: #009f8e;
    color: white;
    font-weight: normal;
    text-transform: uppercase;
    border: 1px solid #008677;
    -webkit-transition: background-color 0.2s linear 0;
    -moz-transition: background-color 0.2s linear 0;
    -ms-transition: background-color 0.2s linear 0;
    -o-transition: background-color 0.2s linear 0;
    transition: background-color 0.2s linear 0;
    text-shadow: none;
    border-radius: 3px;
    padding: 7px 14px;
    display: inline-block;
    font-size: 12px;
}

.primary:visited {
    color: white;
}

.primary:hover,
.primary:active {
    background: #ff6c00;
    border: 1px solid #e66100;
    color: white;
    text-decoration: none;
    -webkit-transition: background-color 0.2s linear 0.2s;
    -moz-transition: background-color 0.2s linear 0.2s;
    -ms-transition: background-color 0.2s linear 0.2s;
    -o-transition: background-color 0.2s linear 0.2s;
    transition: background-color 0.2s linear 0.2s;
}

.primary.basket-drag,
.danger.basket-drag {
    display: inline-block;
    float: right;
}

.primary .fa-shopping-cart {
    margin-right: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .primary {
        font-size: 10px;
    }
}

.secondary {
    background: #1047aa;
    color: white;
    font-weight: normal;
    text-transform: uppercase;
    border: 1px solid #0e3d93;
    -webkit-transition: background-color 0.2s linear 0;
    -moz-transition: background-color 0.2s linear 0;
    -ms-transition: background-color 0.2s linear 0;
    -o-transition: background-color 0.2s linear 0;
    transition: background-color 0.2s linear 0;
    text-shadow: none;
    border-radius: 3px;
    padding: 7px 14px;
    display: inline-block;
    font-size: 12px;
}

.secondary:visited {
    color: white;
}

.secondary:hover,
.secondary:active {
    background: #0c347b;
    border: 1px solid #092a64;
    color: white;
    text-decoration: none;
    -webkit-transition: background-color 0.2s linear 0.2s;
    -moz-transition: background-color 0.2s linear 0.2s;
    -ms-transition: background-color 0.2s linear 0.2s;
    -o-transition: background-color 0.2s linear 0.2s;
    transition: background-color 0.2s linear 0.2s;
}

.secondary.small {
    padding: 2px 7px;
    font-size: 10px;
}


.grey {
    background: #ccc;
    color: white;
    font-weight: normal;
    text-transform: uppercase;
    border: 1px solid #bbb;
    -webkit-transition: background-color 0.2s linear 0;
    -moz-transition: background-color 0.2s linear 0;
    -ms-transition: background-color 0.2s linear 0;
    -o-transition: background-color 0.2s linear 0;
    transition: background-color 0.2s linear 0;
    text-shadow: none;
    border-radius: 3px;
    padding: 7px 14px;
    display: inline-block;
    font-size: 12px;
}

.grey:visited {
    color: white;
}

.grey:hover,
.grey:active {
    background: #999;
    border: 1px solid #888;
    color: white;
    text-decoration: none;
    -webkit-transition: background-color 0.2s linear 0.2s;
    -moz-transition: background-color 0.2s linear 0.2s;
    -ms-transition: background-color 0.2s linear 0.2s;
    -o-transition: background-color 0.2s linear 0.2s;
    transition: background-color 0.2s linear 0.2s;
}

.grey.small {
    padding: 2px 7px;
    font-size: 10px;
}

.text-danger {
    color: #e80000;
}

.warning,
.danger {
    background: #e80000;
    color: white;
    font-weight: normal;
    text-transform: uppercase;
    border: 1px solid #cf0000;
    -webkit-transition: background-color 0.2s linear 0;
    -moz-transition: background-color 0.2s linear 0;
    -ms-transition: background-color 0.2s linear 0;
    -o-transition: background-color 0.2s linear 0;
    transition: background-color 0.2s linear 0;
    text-shadow: none;
    border-radius: 3px;
    font-size: 12px;
    padding: 7px 14px;
}

.warning:visited,
.danger:visited {
    color: white;
}

.warning:hover,
.warning:active,
.danger:hover,
.danger:active {
    background: #b50000;
    border: 1px solid #9c0000;
    color: white;
    -webkit-transition: background-color 0.2s linear 0.2s;
    -moz-transition: background-color 0.2s linear 0.2s;
    -ms-transition: background-color 0.2s linear 0.2s;
    -o-transition: background-color 0.2s linear 0.2s;
    transition: background-color 0.2s linear 0.2s;
}

.delete {
    color: #e80000;
    margin-left: 10px;
}

.delete:hover,
.delete:active {
    color: #ff1c1c;
}

.filter-type {
    background: transparent;
    padding: 5px 10px;
    border: 1px solid #e5e5e5;
    font-weight: normal;
    font-size: 1em;
    text-shadow: none;
}

.filter-type:visited {
    color: white;
}

.filter-type:hover,
.filter-type:active {
    background: #1047aa;
    border: 1px solid #0c347b;
    color: white;
}

body,
p,
ul,
ol,
button,
form {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9em;
    line-height: 1.4em;
}

table {
    font-size: 0.9em;
    margin-bottom: 20px;
}

table caption {
    border-bottom: 1px solid #e5e5e5;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px;
    text-align: left;
    color: #a6a6a6;
    font-size: 1.15em;
}

table thead {
    font-weight: bold;
}

table tr {
    border-bottom: 1px solid #e5e5e5;
}

table tr td {
    padding: 10px;
}

table tr td a.primary {
    font-size: 0.85em;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
}

table tr td input {
    margin: 0 !important;
}

table tr td input.quantity {
    width: 60px;
}

table tr:nth-child(even) {
    background: #f2f2f2;
}

/* Data Tables */

.dataTables_wrapper input[type="text"], .dataTables_wrapper input[type="password"], .dataTables_wrapper input[type="email"], .dataTables_wrapper select, .dataTables_wrapper textarea {
    border-radius: 0px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 0px;
    height: 35px;
    padding-left: 15px;
    padding-right: 15px;
}

.dataTables_wrapper label {
    font-weight: normal;
}

.dataTables_wrapper select {
    margin-left: 5px;
    margin-right: 5px;
}

.dataTables_wrapper input {
    display: inline-block;
    margin-left: 5px;
}

.dataTables_wrapper .dataTables_processing {
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 15px;
    padding: 5px;
    font-size: 12px;
    color: #31708f;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #bce8f1;
    background-color: #d9edf7;
}

.dataTables_wrapper .dataTables_length {
    float: left;
    height: 55px;
}

.dataTables_wrapper .dataTables_filter {
    float: right;
    height: 55px;
}

@media (max-width: 767px) {
    .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_processing {
        float: none;
    }
}

.dataTables_wrapper .paginate_disabled_previous, .paginate_enabled_previous, .dataTables_wrapper .paginate_disabled_next, .paginate_enabled_next {
    margin-top: 15px;
    background: #f2f2f2;
    color: #333333;
    font-weight: normal;
    text-transform: uppercase;
    border: 1px solid #e5e5e5;
    text-shadow: none;
    border-radius: 3px;
    padding: 7px 14px;
    display: inline-block;
    font-size: 12px;
}

.dataTables_wrapper .paginate_disabled_previous, .paginate_enabled_previous {
    margin-right: 10px;
}

.dataTables_wrapper .paginate_disabled_previous:before, .dataTables_wrapper .paginate_enabled_previous:before {
    content: "«";
    margin-right: 5px;
}

.dataTables_wrapper .paginate_disabled_next:after, .dataTables_wrapper .paginate_enabled_next:after {
    content: "»";
    margin-left: 5px;
}

.shopping-list-table th {
    padding-bottom: 10px;
}

.shopping-list-table .primary.small {
    height: 25px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Ek Mukta', sans-serif;
}

h1.serif,
h2.serif,
h3.serif,
h4.serif,
h5.serif,
h6.serif {
    font-family: 'Patua One', cursive;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

a {
    color: #1047aa;
    text-decoration: none;
    -webkit-transition: color 0.2s linear 0;
    -moz-transition: color 0.2s linear 0;
    -ms-transition: color 0.2s linear 0;
    -o-transition: color 0.2s linear 0;
    transition: color 0.2s linear 0;
}

a:visited {
    color: #1047aa;
    text-decoration: none;
    -webkit-transition: color 0.2s linear 0;
    -moz-transition: color 0.2s linear 0;
    -ms-transition: color 0.2s linear 0;
    -o-transition: color 0.2s linear 0;
    transition: color 0.2s linear 0;
}

a:hover,
a:active {
    color: #07204d;
    -webkit-transition: color 0.2s linear 0.1s;
    -moz-transition: color 0.2s linear 0.1s;
    -ms-transition: color 0.2s linear 0.1s;
    -o-transition: color 0.2s linear 0.1s;
    transition: color 0.2s linear 0.1s;
}

form input[type="text"],
form input[type="password"],
form input[type="email"],
form input[type="tel"],
form input[type="number"],
form select,
form textarea,
form button {
    border-radius: 0px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 35px;
    padding-left: 15px;
    padding-right: 15px;
}

form select.form-control {
    border-radius: 0px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 0px;
    -webkit-appearance: menulist-button;
    -moz-appearance: menulist-button;
    appearance: menulist-button;
    height: 35px;
    padding-left: 15px;
    padding-right: 15px;
}

form input[type="text"],
form input[type="password"],
form input[type="email"] {
    height: 35px;
    padding-left: 15px;
    padding-right: 15px;
}

form textarea {
    width: 100%;
}

form.full-form {
    width: 100%;
}

form.full-form input {
    width: 100%;
}

form.full-form input[type="checkbox"] {
    width: auto;
}

@supports (pointer-events: none) and ((-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none)) {
    .filter {
        position: relative;
        display: inline-block;
        margin-right: 0;
        vertical-align: middle;
    }

    .filter select {
        padding-left: 15px;
        padding-right: 15px;
        height: 35px;
    }

    .filter::before,
    .filter::after {
        content: "";
        position: absolute;
        pointer-events: none;
    }

    .filter::after {
        font-family: 'Font Awesome';
        content: "\25BC";
        height: 7px;
        font-size: 7px;
        line-height: 1;
        right: 14px;
        top: 20px;
        margin-top: -3px;
        color: #ff6c00;
    }
}

.form-control {
    display: inline-block !important;
    vertical-align: top;
}

form label {
    font-weight: normal;
    margin-bottom: 10px;
    line-height: 1.2em;
}

form label .required {
    color: #ff6c00;
    font-weight: bold;
    font-size: 1.2em;
}

form label input[type="checkbox"] {
    display: inline-block;
    margin-right: 5px;
}

form label span {
    display: inline-block;
}

/* Inline form */
/* Shopping Lists */

.filter-line_form, .filter-line_add {
    display: inline-block;
    vertical-align: bottom;
}

.filter-line_add {
    float: right;
}

.filter-line_add button, .filter-line_add a {
    margin-top: 20px;
}

.form-inline .input-group {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}

.form-inline .input-group button {
    margin-top: 25px;
    height: 35px;
}

.form-inline .input-group input, .form-inline .input-group div, .form-inline .input-group select {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .form-inline .input-group {
        display: block;
        margin-top: 10px;
    }

    .form-inline .input-group button {
        float: none;
        margin-top: 0;
    }

    .filter-line_add {
        float: none;
        width: 100%;
    }

    .filter-line_add a, .filter-line_add button {
        margin-top: 0;
    }
}

html,
body {
    margin: 0;
    padding: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.relative {
    position: relative;
}

.less-mar {
    margin-bottom: 5px;
}

a,
button {
    -webkit-font-smoothing: antialiased;
}

.action ul {
    margin: 20px 0;
    padding: 0;
    list-style: none;
}

.action ul li {
    display: inline-block;
    width: 22%;
    margin: 0 1%;
    text-align: center;
}

.action ul li a {
    display: block;
    padding: 20px;
    color: white;
    border-radius: 3px;
    font-size: 1.4em;
}

.action ul li a.facebook {
    background: #3b5998;
    border: 1px solid #2d4373;
}

.action ul li a.facebook:hover,
.action ul li a.facebookactive {
    background: #2d4373;
}

.action ul li a.twitter {
    background: #55acee;
    border: 1px solid #2795e9;
}

.action ul li a.twitter:hover,
.action ul li a.twitteractive {
    background: #2795e9;
}

.action ul li a.google-plus {
    background: #b90909;
    border: 1px solid #880707;
}

.action ul li a.google-plus:hover,
.action ul li a.google-plusactive {
    background: #880707;
}

.action ul li a.mail {
    background: #666666;
    border: 1px solid #4d4d4d;
}

.action ul li a.mail:hover,
.action ul li a.mailactive {
    background: #4d4d4d;
}

.banner {
    position: relative;
    overflow: auto;
}

.banner .cycle-slideshow {
    background: url(../img/banner/bg.jpg) no-repeat;
    height: 400px;
}

.banner .cycle-slideshow .slide {
    padding: 40px 20px;
    width: 100%;
}

.banner .cycle-slideshow .slide .img {
    width: 45%;
    text-align: right;
    float: left;
}

.banner .cycle-slideshow .slide .txt {
    float: right;
    width: 45%;
}

.banner .cycle-slideshow .slide .txt .title {
    color: white;
    text-transform: uppecase;
    display: block;
    margin-bottom: 20px;
    font-size: 1.6em;
    line-height: 1.2em;
    margin-top: 40px;
}

.banner .pager {
    position: absolute;
    height: 30px;
    width: 200px;
    text-align: center;
    bottom: 0;
    left: 50%;
    margin-left: -100px;
    z-index: 99;
}

.banner .pager span {
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    color: white;
    font-size: 30px;
}

.banner .pager span:hover,
.banner .pager span:active,
.banner .pager span.cycle-pager-active {
    color: #009f8e;
}

.shop-list .col {
    margin-bottom: 20px;
}

.category {
    text-align: center;
    padding: 0 !important;
    min-height: 230px;
    position: relative;
}

.category .img {
    padding: 10px 40px 10px 40px;
}

.category .info {
    position: absolute;
    background: #e5e5e5;
    color: #ff6c00;
    padding: 20px 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.75em;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    min-height: 80px;
}

.category .info a {
    color: #333333;
}

.category:hover,
.category:active {
    border-color: #009f8e;
}

.category:hover .info,
.category:active .info {
    background: #009f8e;
    color: white;
}

.category:hover .info a,
.category:active .info a {
    color: white;
}

.sub-category .col {
    margin-bottom: 0;
}

.sub-category .col .img {
    margin-bottom: 0;
}

.sub-category .col .img img {
    margin-bottom: 0;
}

.sub-category .col .title {
    font-size: 1.1em;
    color: #333333;
    font-weight: bold;
}

.sub-category .col .title:hover,
.sub-category .col .title:active {
    color: #1047aa;
}

.side-categories,
.side-filters {
    font-size: 0.9em;
    background-color: #f2f2f2;
}

.side-categories ul,
.side-filters ul {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100%;
}

.side-categories ul li,
.side-filters ul li {
    margin: 0;
    padding: 0;
    border-bottom: 1px dashed #e5e5e5;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    line-height: 2.1em;
}

.side-categories ul li:last-child,
.side-filters ul li:last-child {
    border-bottom: 1px solid #d9d9d9;
}

.side-categories ul li.title,
.side-filters ul li.title {
    display: block;
    padding: 5px 15px;
    border-bottom: 1px solid #008677;
    border-left: 1px solid #008677;
    border-right: 1px solid #008677;
    background-color: #008677;
    color: white;
    font-size: 1.2em;
    font-weight: bold;
}

.side-categories ul li:hover a,
.side-filters ul li:hover a,
.side-categories ul liactive a,
.side-filters ul liactive a {
    color: #ff6c00 !important;
}

.side-categories ul li:hover .sub ul li a,
.side-filters ul li:hover .sub ul li a,
.side-categories ul liactive .sub ul li a,
.side-filters ul liactive .sub ul li a {
    color: #666666 !important;
}

.side-categories ul li a,
.side-filters ul li a,
.side-filters ul li .fake-a {
    height: 100%;
    display: block;
    padding: 10px 15px;
    line-height: 1.8em;
    color: #666666;
}

.side-categories ul li a:hover,
.side-filters ul li a:hover,
.side-categories ul li aactive,
.side-filters ul li aactive {
    color: #009f8e;
}

.side-categories ul li a .fa,
.side-filters ul li a .fa {
    margin-top: 4px;
    margin-right: 4px;
}

.side-categories ul li .sub,
.side-filters ul li .sub {
    position: absolute;
    left: 277px;
    top: 0;
    width: 0;
    border: 0;
    z-index: 200;
    padding: 0;
    text-transform: none;
    font-weight: normal;
    overflow: hidden;
    background: white;
}

.side-categories ul li .sub.active,
.side-filters ul li .sub.active {
    width: 903px;
    padding: 20px;
    border-top: 3px solid #008677;
    border-right: 3px solid #008677;
    border-bottom: 3px solid #008677;
}

.side-categories ul li .sub ul,
.side-filters ul li .sub ul {
    margin: 0 1%;
    padding: 0;
    list-style: none;
    width: 28%;
    display: inline-block;
}

.side-categories ul li .sub ul li,
.side-filters ul li .sub ul li {
    display: block;
    height: 40px;
    border-bottom: 1px dashed #b3b3b3;
    line-height: 1.4em;
    text-transform: none;
    font-weight: normal;
}

.side-categories ul li .sub .tip,
.side-filters ul li .sub .tip {
    width: 28%;
    float: right;
    margin: 0 1% 0 0;
}

.side-categories ul li .sub .tip img,
.side-filters ul li .sub .tip img {
    width: 100%;
    height: auto;
}

.side-categories ul li .sub .tip .title,
.side-filters ul li .sub .tip .title {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 10px;
}

.code {
    font-size: 0.75em;
    text-transform: uppercase;
    line-height: 1em;
    display: block;
}

.product {
    border: 1px solid #e5e5e5;
    padding: 20px;
}

.product .img {
    margin-bottom: 20px;
    text-align: center;
}

.product .img img {
    width: 100%;
    height: auto;
}

.product .info {
    margin-top: 20px;
}

.product .info .title {
    font-weight: bold;
    font-size: 1em;
    min-height: 85px;
    height: 85px;
}

.product .info .title a {
    color: #333333;
}

.product .info .title a:hover,
.product .info .title a:active {
    color: #1047aa;
}

.product .info .title .stock {
    font-size: 0.8em;
    font-weight: normal;
}

.product .info .title .stock.alert {
    color: #e80000;
}

.product .info .title .stock.out {
    color: #808080;
}

.product .info .title .stock.safe {
    color: #009f8e;
}

.product .info .price {
    font-size: 1.4em;
    color: #1047aa;
    font-weight: bold;
}

.product .info .price.cross {
    font-size: 1em;
    color: #999999;
}

.product .info button {
    margin-bottom: 0;
}

.product.list .img {
    margin-bottom: 0;
}

.product.list .info {
    margin-top: 0;
}

.product.list .info .title {
    font-size: 1.2em;
    min-height: 80px;
    height: 80px;
}

.product.list .row,
.product.list .col {
    margin-bottom: 0;
}

.product.list .col-9 {
    float: right;
}

.product.list ul {
    margin: 0;
    padding: 0;
}

.product.list ul li {
    margin-bottom: 5px;
    margin-left: 20px;
}

.product.list .price-area .break {
    font-size: 0.8em;
    text-transform: uppercase;
}

.product.list .price-area select {
    width: auto;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 0;
}

.product.list .price-area .primary {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}

.product.list .price-area .break-zone {
    background: #f2f2f2;
    padding: 10px;
    margin-bottom: 15px;
}

.product.list .price-area .block .price {
    font-size: 1.8em;
    float: left;
    line-height: 1.2em;
}

.product.list .price-area .block .price.cross {
    margin-left: 5px;
    font-size: 0.7em;
    line-height: 4em;
    color: #999999;
}

.product.list .price-area .block .quantity {
    float: right;
    width: 65px;
    height: 30px;
    text-align: center;
    margin: 0 5px;
}

.basket-wrap .quantity {
    width: 65px;
    margin-left: 50px;
}

.display {
    background-color: #f2f2f2;
    border: 1px solid #e5e5e5;
    padding: 10px 20px;
}

.display ul {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
}

.display ul li {
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 0;
}

.display ul li .fa-times {
    margin-left: 5px;
}

.display ul li a {
    display: block;
    height: 30px;
    width: 30px;
    text-align: center;
    padding: 5px 0;
    color: #333333;
    background: white;
    border: 1px solid #e5e5e5;
}

.display ul li a:hover,
.display ul li a:active {
    background: #ff6c00;
    color: white;
    border: 1px solid #e66100;
}

.display ul li a.active {
    color: white;
    background: #009f8e;
    border: 1px solid #008677;
}

.display form {
    display: inline-block;
    margin: 0;
    float: right;
}

.display form select,
.display form input {
    display: inline-block;
    height: 30px;
    margin-bottom: 0;
    padding: 0 10px;
}

.display form .form-group {
    display: inline-block;
}

.display form .form-group .drop-arrow {
    position: absolute;
    width: 30px;
    height: 30px;
    padding-top: 9px;
    top: 0;
    right: 0;
    color: #ff6c00;
    text-align: center;
}

.display form .form-group .numeric {
    width: 70px;
    padding-right: 0px;
}

.display form .form-group .search-button {
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 7px;
    position: absolute;
    color: #ff6c00;
}

.prod-img img {
    width: 100%;
}

.prod-info h1 {
    font-size: 2em;
    line-height: 1.2em;
}

.prod-info .stock {
    font-size: 1em;
    font-weight: normal;
}

.prod-info .stock.alert {
    color: #e80000;
}

.prod-info .stock.out {
    color: #808080;
}

.prod-info .stock.safe {
    color: #009f8e;
}

.prod-info .code {
    line-height: 2em;
    font-size: 0.9em;
}

.prod-info ul {
    margin-top: 20px;
}

.prod-break .break {
    font-size: 0.8em;
    text-transform: uppercase;
}

.prod-break select {
    width: auto;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 0;
}

.prod-break button {
    width: 100%;
    padding-bottom: 7px;
    margin-top: 10px;
    font-size: 1.1em;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .prod-break button {
        font-size: 0.8em;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 7px;
    }
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
    .prod-break button {
        font-size: 1em;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 5px;
    }
}

.prod-break .break-zone {
    background: #f2f2f2;
    padding: 10px;
    margin-bottom: 15px;
}

.prod-break .block.no {
    display: block;
    width: 100%;
    height: auto;
    overflow: auto;
}

.prod-break .block .price {
    font-size: 2.1em;
    float: left;
    line-height: 1.2em;
    color: #1047aa;
    font-weight: bold;
}

.prod-break .block .price.cross {
    margin-left: 5px;
    font-size: 0.7em;
    line-height: 4em;
    color: #999999;
}

.prod-break .block .quantity {
    float: right;
    width: 65px;
    height: 30px;
    text-align: center;
    margin: 0 5px;
}

.pager {
    margin: 10px 0;
}

.pager img {
    width: 45px;
    height: 45px;
    display: inline-block;
    border: 3px solid white;
    padding: 5px;
}

.pager img:hover,
.pager img:active {
    border-color: #ff6c00;
}

.video {
    margin: 30px 0;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.basket-push {
    position: relative;
    z-index: 999;
    background: white;
    padding-top: 20px;
    padding-bottom: 20px;
    height: inherit;
    margin-bottom: 20px;
}

.basket-push::before {
    position: absolute;
    top: 0;
    left: -10px;
    width: 10px;
    background: white;
    content: '';
    height: 100%;
}

.basket-push::after {
    position: absolute;
    top: 0;
    right: -10px;
    width: 10px;
    background: white;
    content: '';
    height: 100%;
}

.checkout-procedure {
    width: 100%;
}

.checkout-procedure li {
    margin: 0;
    padding: 15px 20px;
    text-align: center;
    text-transform: uppercase;
    width: 16.6%;
    color: white;
    float: left;
    height: 50px;
}

.checkout-procedure li:first-child {
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.checkout-procedure li:last-child {
    -webkit-border-radius: 0px 3px 3px 0px;
    border-radius: 0px 3px 3px 0px;
}

.checkout-procedure li:last-child::after {
    content: '';
    display: none;
}

.checkout-procedure li.active {
    background: #ff6c00;
    position: relative;
}

.checkout-procedure li.active::after {
    content: '';
    position: absolute;
    top: 0;
    right: -25px;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 25px solid #ff6c00;
    z-index: 2;
}

.checkout-procedure li.n1 {
    background: #b3b3b3;
    position: relative;
}

.checkout-procedure li.n1::after {
    content: '';
    position: absolute;
    top: 0;
    right: -25px;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 25px solid #b3b3b3;
    z-index: 2;
}

.checkout-procedure li.n2 {
    background: #adadad;
    position: relative;
}

.checkout-procedure li.n2::after {
    content: '';
    position: absolute;
    top: 0;
    right: -25px;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 25px solid #adadad;
    z-index: 2;
}

.checkout-procedure li.n3 {
    background: #a8a8a8;
    position: relative;
}

.checkout-procedure li.n3::after {
    content: '';
    position: absolute;
    top: 0;
    right: -25px;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 25px solid #a8a8a8;
    z-index: 2;
}

.checkout-procedure li.n4 {
    background: #a3a3a3;
    position: relative;
}

.checkout-procedure li.n4::after {
    content: '';
    position: absolute;
    top: 0;
    right: -25px;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 25px solid #a3a3a3;
    z-index: 2;
}

.checkout-procedure li.n5 {
    background: #9e9e9e;
    position: relative;
}

.back {
    font-size: 0.8em;
    margin-bottom: 10px;
}

h2.basket-drag {
    display: inline-block;
}

.titles {
    margin: 40px 0 0;
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 0;
}

.ref {
    text-transform: uppercase;
}

.ref strong {
    font-size: 1.2em;
}

.ref input {
    display: inline-block;
    margin-left: 5px;
}

.prod-row {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 0;
}

.prod-row:first-of-type {
    border-top: 1px solid #e5e5e5;
}

.prod-row .img img {
    width: 100%;
    height: auto;
}

.totals {
    font-size: 1.4em;
    font-weight: bold;
    text-align: right;
}

.totals .smaller {
    font-weight: normal;
    font-size: 0.8em;
}

.totals .total {
    color: #ff6c00;
    font-size: 1.2em;
}

.totals p {
    margin-bottom: 5px;
}

.total-value-right-pad {
    text-align: right;
    padding-right: 50px;
}

.total-value-right {
    text-align: right;
}

.delivery-check {
    background-color: #f2f2f2;
    border: 1px solid #e5e5e5;
    padding: 10px 20px;
    overflow: auto;
}

.delivery-check .title {
    display: block;
    margin-bottom: 10px;
}

.delivery-check input {
    float: left;
    width: 80%;
    height: 35px;
    border-radius: 3px 0 0 3px;
    border-right: 0;
    margin-bottom: 10px;
}

.delivery-check button {
    float: right;
    width: 20%;
    height: 35px;
    border-radius: 0 3px 3px 0;
}

.delivery-address .address,
.delivery-options .address,
.delivery-address .options,
.delivery-options .options {
    margin-bottom: 20px;
    background: white;
    border: 1px solid #e5e5e5;
}

.delivery-address .address:nth-child(odd),
.delivery-options .address:nth-child(odd),
.delivery-address .options:nth-child(odd),
.delivery-options .options:nth-child(odd) {
    background: white;
}

.delivery-address .price,
.delivery-options .price {
    font-size: 1.4em;
    color: #1047aa;
    font-weight: bold;
    display: block;
    margin: 10px 0;
}


/** style sheet needed for making input box bigger **/

.delivery-options input[type="text"],
.delivery-options input[type="email"],
.delivery-options textarea,
.delivery-options select {
    display: block;
    width: 300px;
}


/** style sheet needed for making input box bigger **/

.delivery-options input[type="text"],
.delivery-options input[type="tel"],
.delivery-options input[type="email"],
.delivery-options textarea,
.delivery-options select {
    display: block;
    height: 40px;
    width: 330px;
}

.address form {
    margin-bottom: 0;
}

.card-payment label,
.card-payment input,
.card-payment select {
    display: inline-block;
    width: auto;
    margin: 0;
}

.card-payment input,
.card-payment select {
    height: 30px;
}

.card-payment input {
    width: 220px;
}

.card-payment select {
    padding: 0 25px 0 10px;
}

.card-payment .form-group {
    display: block;
    margin: 0 0 10px;
}

.card-payment .form-group label {
    width: 120px;
}

.thankyou {
    margin-top: 30px;
    text-align: center;
}

.thankyou .action ul {
    text-align: center;
}

.thankyou .action ul li {
    width: 70px;
    margin: 0 5px;
}

.post {
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
}

.post .img {
    margin-bottom: 10px;
}

.post .img img {
    width: 100%;
    height: auto;
}

.post a {
    color: #333333;
}

.post a:hover,
.post a:active {
    color: #ff6c00;
}

.post a.primary {
    color: white;
}

.post .info {
    margin: 0 0 10px 0;
    padding: 10px 0;
    list-style: none;
    width: 100%;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    overflow: auto;
}

.post .info ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: auto;
    display: inline-block;
}

.post .info ul.about {
    float: left;
}

.post .info ul.social {
    float: right;
}

.post .info ul li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 0;
}

.post .info ul li .fa {
    margin-right: 5px;
}

.post .info ul li strong {
    font-weight: normal;
    color: #ff6c00;
}

.info {
    font-size: 1.0em;
}

.password {
    display: block;
    margin-bottom: 10px;
}

.register .fa-li {
    color: #ff6c00;
}

.address,
.options {
    padding: 20px;
    margin-bottom: 20px;
}

.address:nth-child(odd),
.options:nth-child(odd) {
    background-color: #f2f2f2;
    border: 1px solid #e5e5e5;
}

.address:nth-child(even),
.options:nth-child(even) {
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
}

.address.default,
.options.default {
    border: 3px solid #ffa500;
    background: white;
}

.new-address {
    display: none;
    padding-top: 20px;
}

.topper {
    background-color: #f2f2f2;
    border-bottom: 1px solid #cccccc;
    padding: 10px 0 10px;
    position: fixed;
    width: 100%;
    margin: 0;
    top: 0;
    z-index: 9999;
}

.topper .row,
.topper p {
    margin-bottom: 0;
}

.topper .account-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.topper .account-menu li {
    display: inline-block;
    text-align: left;
    padding: 0;
    margin: 0 10px 0 20px;
}

.topper .account-menu li a,
.topper .account-menu li:visited {
    color: #009f8e;
}

.topper .account-menu li a:hover,
.topper .account-menu li:visited:hover,
.topper .account-menu li a:active,
.topper .account-menu li:visited:active {
    color: #006c60;
}

.added-wrap {
    position: fixed;
    top: 45px;
    width: 100%;
    z-index: 9999;
    display: none;
}

.added-wrap.active {
    display: block;
}

.added-wrap .added {
    background: #ff6c00;
    color: white;
    margin-bottom: 0;
    padding: 10px;
    border-radius: 3px;
    text-align: center;
}

.added-wrap .added p {
    margin-bottom: 0;
}

.added-wrap .added .close-add {
    font-size: 1.2em;
    margin-left: 10px;
    cursor: pointer;
}

.error-msg-wrap {
    position: fixed;
    top: 45px;
    width: 100%;
    z-index: 9999;
    display: none;
}

.error-msg-wrap.active {
    display: block;
}

.error-msg-wrap .error-msg {
    background: #cc0000;
    color: white;
    margin-bottom: 0;
    padding: 10px;
    border-radius: 3px;
    text-align: center;
}

.error-msg-wrap .error-msg p {
    margin-bottom: 0;
}

.error-msg-wrap .error-msg .close-add {
    font-size: 1.2em;
    margin-left: 10px;
    cursor: pointer;
}

.breadcrumbs {
    font-size: 0.9em;
    text-transform: uppercase;
    color: #666666;
}

.breadcrumbs ul {
    display: block;
    margin: 0;
    padding: 0;
}

.breadcrumbs ul li {
    display: inline-block;
}

.breadcrumbs ul li::after {
    content: "/\00a0";
    padding: 0 5px;
    color: #8c8c8c;
}

.breadcrumbs ul li.last::after {
    content: "";
    padding: 0 5px;
    color: #8c8c8c;
}

.breadcrumbs ul li a {
    color: #4d4d4d;
}

.main {
    margin-top: 70px;
}

.head {
    margin: 30px 0 10px;
}

.head .logo {
    font-family: 'Patua One', cursive;
    font-size: 2em;
    color: #009f8e;
}

.head .logo a {
    color: #009f8e;
}

.head .logo a:hover,
.head .logo a:active {
    color: #ff6c00;
}

.logo img {
    width: 100%;
}

nav .row .col-16 .wrap {
    background: #009f8e;
    /* Old browsers */
    background: -moz-linear-gradient(top, #009f8e 0%, #006c60 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #009f8e), color-stop(100%, #006c60));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #009f8e 0%, #006c60 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #009f8e 0%, #006c60 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #009f8e 0%, #006c60 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #009f8e 0%, #006c60 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='@colour1', endColorstr='darken(@colour2, 10%)', GradientType=0);
    /* IE6-9 */
    height: 50px;
}

nav .row ul {
    list-style: none;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.9em;
}

nav .row ul li {
    display: inline-block;
    padding: 0;
    margin: 0;
    text-align: center;
}

nav .row ul li a,
nav .row ul li:visited {
    padding: 15px 20px;
    color: white;
    display: block;
    -webkit-transition: background-color 0.2s linear 0;
    -moz-transition: background-color 0.2s linear 0;
    -ms-transition: background-color 0.2s linear 0;
    -o-transition: background-color 0.2s linear 0;
    transition: background-color 0.2s linear 0;
}

nav .row ul li a:hover,
nav .row ul li:visited:hover,
nav .row ul li a:hover,
nav .row ul li:visited:hover {
    background-color: #006c60;
    color: white;
    -webkit-transition: background-color 0.2s linear 0.1s;
    -moz-transition: background-color 0.2s linear 0.1s;
    -ms-transition: background-color 0.2s linear 0.1s;
    -o-transition: background-color 0.2s linear 0.1s;
    transition: background-color 0.2s linear 0.1s;
}

nav .row ul li:hover a,
nav .row ul liactive a {
    background-color: #006c60;
    color: white;
}

nav .row ul li .main-sub {
    width: 100%;
    height: 0;
    background: white;
    right: 0;
    top: 47px;
    position: absolute;
    z-index: 200;
    overflow: hidden;
}

nav .row ul li .main-sub.active {
    height: auto;
    padding: 20px;
    overlfow: auto;
    border-left: 3px solid #006c60;
    border-right: 3px solid #006c60;
    border-bottom: 3px solid #006c60;
    border-top: 3px solid #006c60;
}

nav .row ul li .main-sub ul {
    margin: 0 1%;
    padding: 0;
    list-style: none;
    width: 31%;
    display: inline-block;
    height: 100%;
    float: left;
    font-size: 1em;
}

nav .row ul li .main-sub ul li {
    display: block;
    border-bottom: 1px dashed #b3b3b3;
    line-height: 1.8em;
    text-transform: none;
    font-weight: normal;
    text-align: left;
    padding: 10px 0;
}

nav .row ul li .main-sub ul li a {
    background-color: transparent;
    padding: 0;
    color: #666666;
}

nav .row ul li .main-sub ul li a:hover,
nav .row ul li .main-sub ul li a:active {
    color: #ff6c00;
}

nav .row ul li .main-sub .tip {
    width: 23%;
    float: right;
    margin: 0 1% 0 0;
}

nav .row ul li .main-sub .tip img {
    width: 100%;
    height: auto;
}

nav .row ul li .main-sub .tip .title {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 10px;
}

.search {
    width: 100%;
    display: inline-block;
    margin-bottom: 0;
}

.search select,
.search input[type="text"] {
    height: 40px;
    padding: 0;
    float: left;
}

.search select.input,
.search input[type="text"].input {
    border-left: 0;
}

.search select.select,
.search input[type="text"].select {
    background-color: #f2f2f2;
    padding: 0 0 0 20px;
}

.search input[type="text"] {
    padding-left: 15px;
    padding-right: 40px;
}

.search .filter {
    float: left;
    width: 220px;
}

.search .filter .drop-arrow {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 15px;
    top: 12px;
    color: #ff6c00;
}

.search .search-button {
    right: 15px;
    top: 12px;
    position: absolute;
    color: #ff6c00;
    border: none;
    background: none;
    margin: 0;
    padding: 0;
}

.basket {
    z-index: 999;
    float: right;
    height: 60px;
    background: white;
    padding: 10px;
    margin-top: -10px;
    position: relative;
}

.basket > a {
    display: block;
    color: #333333;
}

.basket .icon {
    height: 40px;
    width: 40px;
    color: white;
    padding: 10px;
    background-color: #ff6c00;
    float: left;
}

.basket .containing {
    display: inline-block;
    height: 40px;
    font-size: 0.9em;
    padding: 0px 5px 5px;
    float: right;
    margin: 0 0 0 10px;
}

.basket .basket-content {
    visibility: hidden;
    opacity: 0.0;
    position: absolute;
    top: 60px;
    right: -10px;
    width: auto;
    margin-right: 10px;
    padding: 20px 5px 15px;
    background: white;
    z-index: 999;
    height: auto;
    overflow: auto;
    border-bottom: 3px solid #ff6c00;
    -webkit-transition: visibility 0.0s linear 0.4s, opacity 0.2s linear 0.2s;
    -moz-transition: visibility 0.0s linear 0.4s, opacity 0.2s linear 0.2s;
    -ms-transition: visibility 0.0s linear 0.4s, opacity 0.2s linear 0.2s;
    -o-transition: visibility 0.0s linear 0.4s, opacity 0.2s linear 0.2s;
    transition: visibility 0.0s linear 0.4s, opacity 0.2s linear 0.2s;
}

.basket .basket-content .product {
    margin: 10px 0 0 0;
}

.basket .basket-content .product .title {
    height: auto !important;
    min-height: 0 !important;
}

.basket .basket-content .delete {
    display: inline;
    float: right;
    border: 0;
    background: none;
    width: auto !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.basket:hover .fa-angle-down,
.basket:active .fa-angle-down {
    color: #ff6c00;
}

.basket:hover .basket-content,
.basket:active .basket-content {
    visibility: visible;
    opacity: 1.0;
    -webkit-transition: opacity 0.2s linear 0s;
    -moz-transition: opacity 0.2s linear 0s;
    -ms-transition: opacity 0.2s linear 0s;
    -o-transition: opacity 0.2s linear 0s;
    transition: opacity 0.2s linear 0s;
}

.basket-highlight {
    background-color: rgba(51, 51, 51, 0);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    width: 0;
    height: 0;
    -webkit-transition: height 0.2s linear 0.2s, width 0.2s linear 0.2s, background 0.2s linear 0s;
    -moz-transition: height 0.2s linear 0.2s, width 0.2s linear 0.2s, background 0.2s linear 0s;
    -ms-transition: height 0.2s linear 0.2s, width 0.2s linear 0.2s, background 0.2s linear 0s;
    -o-transition: height 0.2s linear 0.2s, width 0.2s linear 0.2s, background 0.2s linear 0s;
    transition: height 0.2s linear 0.2s, width 0.2s linear 0.2s, background 0.2s linear 0s;
}

.basket-highlight.active {
    background-color: rgba(51, 51, 51, 0.8);
    width: 100%;
    height: 100%;
    -webkit-transition: background 0.2s linear 0.1s;
    -moz-transition: background 0.2s linear 0.1s;
    -ms-transition: background 0.2s linear 0.1s;
    -o-transition: background 0.2s linear 0.1s;
    transition: background 0.2s linear 0.1s;
}

/* Basket flag Error */

.alert-basket {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 6px;
    position: relative;
    font-weight: bold;
}

.alert-basket > p,
.alert-basket > ul {
    margin-bottom: 0;
}

.alert-basket > p + p {
    margin-top: 5px;
}

.error-basket-line {
    border-style: solid!important;
    border-width: 2px!important;
    border-color: red!important;
}

.close-alert-basket {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=40);
    opacity: .2;
}

.close-alert-basket:hover,
.close-alert-basket:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}

button.close-alert-basket {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.alert-basket-danger {
    border-color: red;
    color: #f9f9f9 !important;
    background-color: red !important;
}

.alert-basket-danger strong {
    color: #f9f9f9 !important;
}

.feature-categories {
    border: 3px solid #008677;
    height: 400px;
}

.feature-categories ul {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100%;
}

.feature-categories ul li {
    margin: 0;
    padding: 0;
    height: 12.5%;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #008677;
    line-height: 2.1em;
}

.feature-categories ul li:last-child {
    border-bottom: 0;
}

.feature-categories ul li.title {
    display: block;
    padding: 10px 15px;
    background-color: #008677;
    color: white;
    font-size: 1.1em;
    line-height: 1.8em;
}

.feature-categories ul li:hover a,
.feature-categories ul liactive a {
    color: #009f8e !important;
}

.feature-categories ul li:hover .sub ul li a,
.feature-categories ul liactive .sub ul li a {
    color: #666666 !important;
}

.feature-categories ul li a {
    height: 100%;
    display: block;
    padding: 10px 15px;
    line-height: 1.8em;
    color: #666666;
}

.feature-categories ul li a:hover,
.feature-categories ul li aactive {
    color: #009f8e;
}

.feature-categories ul li a .fa {
    float: right;
    margin-top: 4px;
}

.feature-categories ul li .sub {
    position: absolute;
    left: 277px;
    top: 0;
    width: 0;
    height: 400px;
    border: 0;
    z-index: 200;
    padding: 0;
    text-transform: none;
    font-weight: normal;
    overflow: hidden;
    background: white;
}

.feature-categories ul li .sub.active {
    width: 903px;
    padding: 20px;
    border-top: 3px solid #008677;
    border-right: 3px solid #008677;
    border-bottom: 3px solid #008677;
}

.feature-categories ul li .sub ul {
    margin: 0 1%;
    padding: 0;
    list-style: none;
    width: 28%;
    display: inline-block;
}

.feature-categories ul li .sub ul li {
    display: block;
    height: 10%;
    border-bottom: 1px dashed #b3b3b3;
    line-height: 1.4em;
    text-transform: none;
    font-weight: normal;
}

.feature-categories ul li .sub .tip {
    width: 28%;
    float: right;
    margin: 0 1% 0 0;
}

.feature-categories ul li .sub .tip img {
    width: 100%;
    height: auto;
}

.feature-categories ul li .sub .tip .title {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 10px;
}

.promotion img {
    width: 100%;
    height: auto;
}

.tab-container {
    overflow: auto;
}

.tab-container ul {
    margin: 0 10px 0 10px;
    padding: 0;
    list-style: none;
}

.tab-container ul li {
    display: inline-block;
    margin: 10px 10px 10px 0;
    text-transform: uppercase;
}

.tab-container ul li.tab a {
    padding: 10px 20px;
    display: block;
    color: #009f8e;
}

.tab-container ul li.tab.active a {
    background: #ff6c00;
    color: white;
}

.featured {
    height: 300px;
    border: 3px solid #b3b3b3;
}

.newsletter {
    background-color: #008677;
    color: white;
    overflow: auto;
    font-size: 1.3em;
}

.newsletter .row {
    margin-bottom: 0;
    margin-top: 14px;
}

.newsletter .sign-up {
    padding: 15px 0 15px 30px;
}

.newsletter .sign-up div {
    display: inline;
}

.newsletter .sign-up span {
    display: inline-block;
    width: 20%;
}

.newsletter .sign-up input,
.newsletter .sign-up button {
    display: inline;
    height: 40px;
}

.newsletter .sign-up button {
    border-radius: 0 3px 3px 0;
    border-left: 0;
    margin: 0;
    height: 42px;
    width: 20%;
}

.newsletter .sign-up input {
    border-radius: 3px 0 0 3px;
    border: 0;
    margin: 0 0 0 10px;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
}

.newsletter .follow {
    padding: 20px 30px 10px 0;
    text-align: left;
}

.newsletter .follow ul {
    display: inline-block;
    text-align: right;
    margin: 0;
    padding: 0;
}

.newsletter .follow ul li {
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    text-align: center;
}

.newsletter .follow ul li a {
    display: block;
    height: 30px;
    width: 30px;
    padding: 7px 0 0;
    color: white;
    border-radius: 3px;
}

.newsletter .follow ul li a.facebook {
    background: #3b5998;
}

.newsletter .follow ul li a.twitter {
    background: #55acee;
}

.newsletter .follow ul li a.google {
    background: #b90909;
}

.contact-details .fa {
    margin-right: 5px;
    color: #ff6c00;
}

.info-page img {
    float: right;
    margin: 10px 0 10px 10px;
}

.side img {
    margin-bottom: 20px;
}

.pagination {
    background-color: #f2f2f2;
    border: 1px solid #e5e5e5;
    padding: 10px 20px;
}

.pagination ul {
    display: block;
    margin: 0;
    padding: 0;
}

.pagination ul li {
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 0;
}

.pagination ul li span {
    display: block;
    height: 30px;
    width: 30px;
    text-align: center;
    padding: 5px 0;
    color: white;
    background: #009f8e;
    border: 1px solid #008677;
}

.pagination ul li a {
    display: block;
    height: 30px;
    width: 30px;
    text-align: center;
    padding: 5px 0;
    color: #333333;
    background: white;
    border: 1px solid #e5e5e5;
}

.pagination ul li a:hover,
.pagination ul li a:active {
    background: #ff6c00;
    color: white;
    border: 1px solid #e66100;
}

.pagination ul li.last {
    display: inline;
    float: right;
    padding-top: 7px;
    text-align: right;
}

.bottom {
    background-color: #f2f2f2;
    border-top: 1px solid #cccccc;
    padding: 10px 0 0;
    width: 100%;
}

.bottom .row {
    margin: 0;
}


/** Non-LESS styles */

.success {
    color: green;
}

.error {
    color: red;
}

.margin-bottom {
    margin-bottom: 20px;
}

.margin-right {
    margin-right: 20px;
}

.add_previous_items label {
    margin-top: 5px;
}

.save-basket-modal input {
    display: inline-block;
}

.date-range-picker {
    float: right;
    margin-bottom: 20px;
    font-size: 0.8em;
}

.date-range-picker .fa {
    vertical-align: middle;
    padding: 0px 4px 0 0;
    font-size: 2em;
}

.date-range-picker button {
    vertical-align: middle;
}

.post {
    padding-bottom: 0;
}

.post h1 {
    margin-bottom: 0;
}

.update-basket {
    margin-bottom: 15px;
}


/* Reponsive Show and Hide on breakpoints */

.show-md {
    display: none;
}

.show-sm {
    display: none;
}


/* Smaller Device Menus and Search */

.md-device-search,
.md-device-menu {
    display: none;
}


/* Grid View - Product */

.grid-view .product-wrap {
    width: 205px;
    float: left;
    display: inline;
}

.grid-view .product-wrap.alpha {
    clear: none;
    margin-left: 10px;
}

.grid-view .product-wrap.alpha:nth-child(4n) {
    margin-right: 0;
}

.grid-view .product-wrap.alpha:nth-child(4n-7) {
    clear: both;
    margin-left: 0;
}

.grid-view .product-wrap.alpha .col {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0;
}

.grid-view .product-wrap.alpha .col .title {
    font-size: 1em;
}

.grid-view .product-wrap.alpha .col .title .stock,
.grid-view .product-wrap.alpha .col .title .code {
    font-size: 0.8em;
}

.grid-view .product-wrap.alpha .col .block .price {
    font-size: 1.4em;
}

.grid-view .product-wrap.alpha .col .block .price.cross {
    font-size: 0.9em;
    line-height: 2.2em;
}


/* Bootstrap overrides */

.modal.in .modal-dialog {
    margin-top: 4em;
}

.modal-open .modal {
    z-index: 99999;
}

.modal-backdrop.in {
    z-index: 59999;
}


/* Homepage slider */

.banner .cycle-slideshow .slide .img img {
    width: 100% !important;
}

@media (max-width: 767px) {
    .banner {
        overflow: hidden !important;
    }

    .banner .cycle-slideshow {
        background-repeat: repeat !important;
        height: 650px !important;
    }

    .banner .cycle-slideshow .slide .img {
        float: none !important;
        width: 100% !important;
        margin-top: 0 !important;
        text-align: center !important;
    }

    .banner .cycle-slideshow .slide .img img {
        width: 80% !important;
    }

    .banner .cycle-slideshow .slide .txt {
        float: none !important;
        width: 100% !important;
        margin-top: 15px !important;
    }
}


/* Product List Changes */

.code {
    display: inline-block;
    font-size: 0.7em;
    text-transform: none;
}

.code.available {
    color: #009583;
    margin-left: 10px;
}

.code.unavailable {
    color: #ce0101;
    margin-left: 10px;
}

.product.list {
    padding: 0;
}

.product.list .img {
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
}

.product.list .title {
    padding-top: 20px;
}

.product.list .price-area {
    min-height: 145px;
    padding: 20px;
    background-color: #f8f8f8;
    border-left: 1px solid #e5e5e5;
}

.product.list .price-area .break-zone {
    margin: 0;
    padding: 0;
    background-color: transparent;
}

.product.list .price-area .break-zone .break {
    text-transform: none;
}

.product.list .price-area form {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .product.list .img {
        padding: 20px;
    }

    .product.list .title {
        padding: 20px;
    }

    .product.list .price-area {
        border-left: 0;
        border-top: 1px solid #e5e5e5;
    }
}


/* Multi Basket Bar */

.multi-basket {
    visibility: visible;
    opacity: 1.0;
    position: fixed;
    z-index: 9999;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 0;
    background-color: rgba(0, 140, 94, 0.3);
    border-top: 1px solid #006d3c;
    border-bottom: 1px solid #006d3c;
    -webkit-transition: visibility .2s ease .0s, opacity .2s ease .2s;
    -moz-transition: visibility .2s ease .0s, opacity .2s ease .2s;
    -ms-transition: visibility .2s ease .0s, opacity .2s ease .2s;
    -o-transition: visibility .2s ease .0s, opacity .2s ease .2s;
    transition: visibility .2s ease .0s, opacity .2s ease .2s;
}

.multi-basket.fixed {
    background: none;
    border: none;
}

.multi-basket .row {
    margin-bottom: 0;
}

.multi-basket .multi-wrap {
    position: relative;
    padding: 15px;
    background: white;
    border: 1px solid #003c6d;
    overflow: auto;
}

.multi-basket.fixed .multi-wrap {
    border: 1px solid #e5e5e5;
}

.multi-basket .multi-wrap .primary {
    min-height: 36px;
}

.multi-basket .multi-wrap .primary:hover,
.multi-basket .multi-wrap .primary:active {
    background: #20bfae;
    border: 1px solid #008677;
}

.multi-basket .multi-wrap .proceed {
    background: #ff6c00;
    border: 1px solid #ff6c00;
}

.multi-basket .multi-wrap .proceed:hover,
.multi-basket .multi-wrap .proceed:active {
    background: #ff8f3d;
    border: 1px solid #ff6c00;
}

.multi-basket .multi-wrap .multi-content {
    margin-right: 20px;
    text-align: right;
    line-height: 36px;
}

.multi-basket .multi-wrap .multi-content strong {
    color: #007666;
    font-size: 1.2em;
}

.multi-basket .multi-wrap .multi-inline {
    float: right;
}

.multi-basket .multi-wrap .multi-inline:first-child {
    float: left;
}

.multi-basket .quantity {
    text-align: center;
}

@media (max-width: 959px) {
    .multi-basket .multi-wrap .multi-content {
        position: absolute;
        top: 5px;
        left: 0;
        float: none;
        width: 100%;
        margin-right: 0;
        text-align: center;
    }

    .multi-basket .multi-wrap .primary {
        margin-top: 35px;
    }
}

@media (max-width: 767px) {
    .multi-basket .col-4.spacer {
        display: none;
    }
}

@media (max-width: 479px) {
    .multi-basket .multi-wrap .primary {
        float: none;
    }

    .multi-basket .multi-wrap .primary.add-to-basket {
        margin-top: 10px;
    }
}


/* New search filter styles */

.search-results ul li {
    text-transform: uppercase;
    font-weight: bold;
    background-color: #dfdfdf;
    border-bottom: 1px solid #cccccc;
}

.search-results ul li.sub {
    text-transform: none;
    font-weight: normal;
    background-color: #f2f2f2;
    border-bottom: 1px dashed #cccccc;
}

.search-results ul li.sub a .fa-check-square-o,
.search-results ul li.sub a .fa-square-o {
    margin-left: 5px;
}

.search-results ul li a:hover,
.search-results ul li a:active,
.search-results ul li a:visited {
    text-decoration: none;
}


/* Basket Preview Dropdown */

.basket-preview-buttons {
    margin-top: 20px;
}

.basket-preview-row {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px;
}

.width-full {
    width: 100%;
}

.width-half {
    width: 40%;
    margin-right: 20px;
    display: block;
    float: left;
}


/* Header Search Field */

.search .search-button {
    top: 3px;
}


/* Search page display bar */

.display .filter::after {
    top: 17px;
    left: 50px;
    right: auto;
}


/* Grid Styles */

.grid-view .product-wrap .col {
    display: block;
}

.grid-view .product-wrap .product.list .img {
    padding: 15px 15px 0 15px;
}

.grid-view .product-wrap .product.list .info .title {
    display: block;
    height: auto;
    min-height: 120px;
    padding: 5px 15px 15px 15px;
}

.grid-view .product-wrap .product.list .info p {
    margin: 0;
}

.grid-view .product-wrap .product.list .info .price-area {
    height: auto;
    min-height: 130px;
    padding: 15px;
    border-left: 0px;
    border-top: 1px solid #e5e5e5;
}

.quick-order-form td {
    vertical-align: middle;
}

.loadingoverlay {
    z-index: 99999;
}

.filter-label {
    display: inline-block;
}

.sub .filter-label {
    width: calc(100% - 50px);
    vertical-align: top;
}


/** style sheet for tabs on product page **/

ul.tab-nav {
    list-style: none;
    border-bottom: 1px solid #bbb;
    padding-left: 0;
    margin-top: 20px;
    vertical-align: middle;
}

ul.tab-nav li {
    display: inline;
}

ul.tab-nav li a.button {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: -1px;
    padding-top: 14px;
    padding-left: 20px;
    padding-bottom: 12px;
    padding-right: 20px;
    border-bottom: none;
    background: #f2f2f2;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 1.0em;
}

ul.tab-nav li a.active.button {
    border-bottom: 1px solid #fff;
    background: transparent;
}

.tab-content .tab-pane {
    display: none;
}

.tab-content .tab-pane.active {
    display: block;
}


/**  style sheets to make account pages responsive and line up correctly **/

.summary-order-details {
    display: inline;
}

.order-details {
    display: inline;
}

.display-mobile {
    display: none;
}

/* Date Picker */
.date-picker {
    width: 100%;
}

@media (max-width: 767px) {
    .date-picker {
        margin-bottom: 30px;
    }
}

.date-picker .week, .date-picker .day-select {
    clear: both;
    display: block;
    width: 100%;
    margin-top: 15px;
}

.date-picker .week:before, .date-picker .week:after, .date-picker .day-select:before, .date-picker .day-select:after {
    content: " ";
    clear: both;
    display: table;
}

.date-picker .week .title, .date-picker .day-select .title {
    width: 100%;
    margin-bottom: 15px;
}

.date-picker .week .day, .date-picker .day-select .day {
    position: relative;
    float: left;
    width: 14.28%;
    text-align: center;
    text-transform: uppercase;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid white;
}

.date-picker .week .day:last-of-type, .date-picker .day-select .day:last-of-type {
    border-right: 1px solid #e5e5e5;
}

.date-picker .week .day:before, .date-picker .day-select .day:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.date-picker .week .day .inner, .date-picker .day-select .day .inner {
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
    height: 80%;
}

@media (max-width: 479px) {
    .date-picker .week .day .inner, .date-picker .day-select .day .inner {
        font-size: 0.9em;
        line-height: 1em;
    }
}

.date-picker .week .day small, .date-picker .day-select .day small {
    display: block;
}

.date-picker .day-select {
    margin-top: 0;
}

.date-picker .day-select .day {
    border-top: 0;
    border-right: 1px solid #f7f7f7;
}

.date-picker .day-select .day .inner {
    top: 0;
    height: 100%;
}

.date-picker .day-select .day input[type="radio"] {
    display: none;
}

.date-picker .day-select .day input[type="radio"] + label {
    position: relative;
    height: 100%;
    padding: 0;
}

.date-picker .day-select .day input[type="radio"] + label .msg {
    display: none;
}

.date-picker .day-select .day input[type="radio"] + label:hover .msg {
    display: block;
    position: absolute;
    z-index: 2;
    top: -10px;
    left: 10px;
    text-transform: none;
    width: 150px;
    padding: 5px 10px;
    font-size: 12px;
    background: white;
    border: 1px solid #e5e5e5;
}

.date-picker .day-select .day input[type="radio"] + label:hover .msg:before, .date-picker .day-select .day input[type="radio"] + label:hover .msg:after {
    content: '';
    position: absolute;
}

.date-picker .day-select .day input[type="radio"] + label:hover .msg:before {
    bottom: -8px;
    left: 14px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #e5e5e5 transparent transparent transparent;
}

.date-picker .day-select .day input[type="radio"] + label:hover .msg:after {
    bottom: -7px;
    left: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 7.5px 0 7.5px;
    border-color: white transparent transparent transparent;
}

@media (max-width: 767px) {
    .date-picker .day-select .day input[type="radio"] + label:hover .msg {
        display: none;
    }
}

.date-picker .day-select .day input[type="radio"] + label span.check {
    position: relative;
    display: block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    font-size: 24px;
    color: #d8d8d8;
    text-align: center;
    cursor: pointer;
    background: #f7f7f7;
}

.date-picker .day-select .day input[type="radio"] + label span.check:after {
    content: '\f10c';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 37%;
    font-family: FontAwesome;
}

@media (max-width: 479px) {
    .date-picker .day-select .day input[type="radio"] + label span.check {
        font-size: 20px;
    }
}

.date-picker .day-select .day input[type="radio"] + label span.check.info:after {
    content: '\f05a';
}

.date-picker .day-select .day input[type="radio"]:checked + label span.check {
    color: white;
    background-color: #5eb743;
}

.date-picker .day-select .day input[type="radio"]:checked + label span.check:after {
    content: '\f00c';
}

.date-picker .day-select .day input[type="radio"]:disabled + label span.check:after {
    content: '\f00d';
}



/* General */
.btm-btn-wrap {
    margin-top: 30px;
    text-align: right;
}

.primary.small {
    font-size: 11px;
    line-height: 11px;
    padding: 4px 8px;
    height: 20px;
}

/* Typography */
.sub-header {
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .sub-header {
        margin-bottom: 0px;
    }
}

/* Positionals */
.float-right {
    float: right;
}

.add-more {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .add-more .add-more {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }
}

/* Floating Checkout Bar */
@media (max-width: 479px) {
    .multi-basket {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .multi-basket .multi-wrap .multi-content {
        font-size: 12px;
    }

    .multi-basket .multi-wrap .primary {
        float: right;
    }

    .multi-basket .multi-wrap .primary.add-to-basket {
        margin-top: 35px;
    }
}

/* Reponsive Tables */
@media (max-width: 767px) {
    table.custom-shopping-list td:nth-of-type(2):before {
        content: "Product Code";
    }

    table.custom-shopping-list td:nth-of-type(3):before {
        content: "Description";
    }

    table.shopping-list td:nth-of-type(1):before {
        content: "Product Code";
    }

    table.shopping-list td:nth-of-type(2):before {
        content: "Description";
    }

    table.my-shopping-list td:nth-of-type(1):before {
        content: "Name";
    }

    table.my-shopping-list td:nth-of-type(2):before {
        content: "Saved";
    }
}

/* Upsell */
.upsell {
    margin-top: 20px !important;
}

.upsell .img {
    padding-right: 20px;
}

.upsell .info .title {
    height: auto !important;
    padding-top: 0 !important;
    padding-left: 20px;
    padding-right: 20px;
}

.upsell.order .col-2 {
    width: 118px;
}

@media (max-width: 1199px) {
    .upsell.order .col-2 {
        width: 198px;
    }
}

@media (max-width: 959px) {
    .upsell.order .col-2 {
        width: 213px;
    }
}

.upsell.order .col-2 .img {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
}

.upsell.order .col-2 .info {
    padding-top: 10px;
}

.upsell.order .col-2 .info .title {
    padding-left: 0;
    padding-right: 0;
    font-size: 0.9em;
}

@media (max-width: 767px) {
    .upsell.order .col-2 {
        width: 148px;
    }
}

@media (max-width: 767px) {
    .upsell.order .col-2.omega {
        width: 260px;
    }
}

@media (max-width: 479px) {
    .upsell.order .col-2 {
        width: 100% !important;
    }

    .upsell.order .col-2.omega {
        padding: 0 10px;
    }
}

.upsell.order .col-4 {
    width: 278px;
    margin-left: 0;
    margin-right: 0;
}

@media (max-width: 1199px) {
    .upsell.order .col-4 {
        width: 218px;
    }
}

@media (max-width: 959px) {
    .upsell.order .col-4 {
        width: 233px;
    }
}

.upsell.order .col-4 .price-area {
    height: auto !important;
    min-height: auto;
    padding: 10px;
    border-left: 0;
}

.upsell.order .col-4 .price-area:before, .upsell.order .col-4 .price-area:after {
    content: '';
    display: block;
    clear: both;
}

@media (max-width: 767px) {
    .upsell.order .col-4 {
        width: 260px;
    }
}

@media (max-width: 479px) {
    .upsell.order .col-4 {
        width: 100% !important;
    }

    .upsell.order .col-4 .price-area {
        margin-bottom: 0;
    }
}

.shop-upsell.upsell-side {
    margin-top: 42px;
}

.shop-upsell.upsell-side .upsell:last-of-type {
    margin-bottom: 30px;
}

.shop-upsell.upsell-side .stock {
    display: block;
}

.shop-upsell.upsell-side.my-products {
    margin-top: 28px;
}

@media (max-width: 959px) {
    .shop-upsell {
        width: 768px !important;
    }

    .shop-upsell .upsell {
        float: left;
        width: 30.6%;
        margin: 0 10px;
    }
}

@media (max-width: 767px) {
    .shop-upsell {
        width: 420px !important;
    }

    .shop-upsell .upsell {
        float: none;
        width: 410px !important;
    }

    .shop-upsell .upsell .col-2 .img {
        padding-left: 10px;
        padding-right: 10px;
    }

    .shop-upsell .upsell .price-area {
        margin-bottom: 10px;
    }
}

@media (max-width: 479px) {
    .shop-upsell {
        width: 100% !important;
    }

    .shop-upsell .upsell {
        width: 100% !important;
        margin-left: 0;
    }
}

/* Percentage Columns */
.col-4-per {
    float: left;
    display: inline;
    width: calc(25% - 15.5px);
    margin-right: 20px;
}

.col-4-per.alpha {
    margin-left: 0;
}

.col-4-per.omega {
    margin-right: 0;
}

@media (max-width: 1199px) and (min-width: 960px) {
    .col-4-per {
        width: calc(33.3% - 14px);
        margin-right: 10px;
        margin-left: 10px;
        margin-bottom: 20px;
    }

    .col-4-per.omega {
        display: none;
    }

    .row div:nth-of-type(3) {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .col-4-per {
        width: calc(50% - 10px);
        margin-right: 10px;
        margin-left: 10px;
        margin-bottom: 20px;
    }

    .col-4-per.omega {
        display: inline;
    }

    .row div:nth-of-type(2) {
        margin-right: 0;
    }

    .row div:nth-of-type(3) {
        margin-left: 0;
    }
}

@media (max-width: 479px) {
    .col-4-per {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .col-4-per.alpha, .col-4-per.omega {
        margin-left: 0;
        margin-right: 0;
    }
}

/* Recommended Products */
.recommended-products h4 {
    color: #1047aa;
}

.recommended-products {
    margin-top: 30px;
}

.recommended-products .upsell {
    margin-top: 0 !important;
}

.recommended-products .product.list .img {
    padding: 10px;
}

.recommended-products .product.list .info .title {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 0.9em;
}

.recommended-products .product.list .info .title a {
    display: block;
    line-height: 1.2;
    font-weight: 400;
}

.recommended-products .product.list .code {
    margin-top: 5px;
    display: block;
    font-size: 0.8em;
    line-height: 1;
    font-weight: 400;
}

.recommended-products .product.list .price-area {
    min-height: 75px;
    padding: 10px;
}

.recommended-products .product.list .price-area .block .price {
    font-size: 1.4em;
    font-weight: 400;
}

@media only screen and (max-width: 959px) and (min-width: 768px) {
    .recommended-products {
        width: 100% !important;
    }

    .product-tabs {
        width: 100% !important;
    }
}

/* Account */
@media (max-width: 959px) and (min-width: 768px) {
    .account-content {
        width: calc(100% - 20px) !important;
    }
}

@media (max-width: 767px) {
    .account-content .filter {
        width: 100%;
    }

    .account-content .filter select {
        width: 100%;
    }

    .account-content label .filter {
        margin-top: 10px;
    }

    .account-content .primary {
        float: none !important;
        margin-bottom: 15px;
    }
}

/* Routes */
@media (max-width: 767px) {
    .delivery-options input[type="text"], .delivery-options input[type="email"] {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .delivery-options button {
        width: 100%;
    }
}

/* Date Picker */
.date-picker {
    width: 100%;
}

@media (max-width: 767px) {
    .date-picker {
        margin-bottom: 30px;
    }
}

.date-picker .week, .date-picker .day-select {
    clear: both;
    display: block;
    width: 100%;
    margin-top: 15px;
}

.date-picker .week:before, .date-picker .week:after, .date-picker .day-select:before, .date-picker .day-select:after {
    content: " ";
    clear: both;
    display: table;
}

.date-picker .week .title, .date-picker .day-select .title {
    width: 100%;
    margin-bottom: 15px;
}

.date-picker .week .day, .date-picker .day-select .day {
    position: relative;
    float: left;
    width: 14.28%;
    text-align: center;
    text-transform: uppercase;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid white;
}

.date-picker .week .day:last-of-type, .date-picker .day-select .day:last-of-type {
    border-right: 1px solid #e5e5e5;
}

.date-picker .week .day:before, .date-picker .day-select .day:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.date-picker .week .day .inner, .date-picker .day-select .day .inner {
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
    height: 80%;
}

@media (max-width: 479px) {
    .date-picker .week .day .inner, .date-picker .day-select .day .inner {
        font-size: 0.9em;
        line-height: 1em;
    }
}

.date-picker .week .day small, .date-picker .day-select .day small {
    display: block;
}

.date-picker .day-select {
    margin-top: 0;
}

.date-picker .day-select .day {
    border-top: 0;
    border-right: 1px solid #f7f7f7;
}

.date-picker .day-select .day .inner {
    top: 0;
    height: 100%;
}

.date-picker .day-select .day input[type="radio"] {
    display: none;
}

.date-picker .day-select .day input[type="radio"] + label {
    position: relative;
    height: 100%;
    padding: 0;
}

.date-picker .day-select .day input[type="radio"] + label .msg {
    display: none;
}

.date-picker .day-select .day input[type="radio"] + label:hover .msg {
    display: block;
    position: absolute;
    z-index: 2;
    top: -10px;
    left: 10px;
    text-transform: none;
    width: 150px;
    padding: 5px 10px;
    font-size: 12px;
    background: white;
    border: 1px solid #e5e5e5;
}

.date-picker .day-select .day input[type="radio"] + label:hover .msg:before, .date-picker .day-select .day input[type="radio"] + label:hover .msg:after {
    content: '';
    position: absolute;
}

.date-picker .day-select .day input[type="radio"] + label:hover .msg:before {
    bottom: -8px;
    left: 14px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #e5e5e5 transparent transparent transparent;
}

.date-picker .day-select .day input[type="radio"] + label:hover .msg:after {
    bottom: -7px;
    left: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 7.5px 0 7.5px;
    border-color: white transparent transparent transparent;
}

@media (max-width: 767px) {
    .date-picker .day-select .day input[type="radio"] + label:hover .msg {
        display: none;
    }
}

.date-picker .day-select .day input[type="radio"] + label span.check {
    position: relative;
    display: block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    font-size: 24px;
    color: #d8d8d8;
    text-align: center;
    cursor: pointer;
    background: #f7f7f7;
}

.date-picker .day-select .day input[type="radio"] + label span.check:after {
    content: '\f10c';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 37%;
    font-family: FontAwesome;
}

@media (max-width: 479px) {
    .date-picker .day-select .day input[type="radio"] + label span.check {
        font-size: 20px;
    }
}

.date-picker .day-select .day input[type="radio"] + label span.check.info:after {
    content: '\f05a';
}

.date-picker .day-select .day input[type="radio"]:checked + label span.check {
    color: white;
    background-color: #5eb743;
}

.date-picker .day-select .day input[type="radio"]:checked + label span.check:after {
    content: '\f00c';
}

.date-picker .day-select .day input[type="radio"]:disabled + label span.check:after {
    content: '\f00d';
}

/* Shopping List */
/* Data Table */
.shopping-list-table th:last-of-type, .shopping-list-table td:last-of-type {
    text-align: right;
}

table.dataTable thead th {
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
}

.dataTables_wrapper {
    margin-top: 15px;
}

.dataTables_length select {
    width: auto;
    display: inline-block;
}

.dataTables_filter input[type="search"] {
    border-radius: 0px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

#select_all {
    margin-left: 5px;
}

@media (max-width: 767px) {
    .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
        text-align: left !important;
    }

    table.dataTable.no-footer, table.dataTable tfoot th, table.dataTable tfoot td {
        border-color: transparent !important;
    }

    table.dataTable tfoot {
        display: block;
    }

    table.dataTable tfoot input[type="text"] {
        width: 100%;
    }
}

/* Custom Sort */
#sortable tr {
    cursor: ns-resize;
}

/* Order List */
.shop-list .multi-basket .col-4.spacer {
    display: none;
}

.shopping-list-order {
    margin-top: 20px;
    font-size: 0.9em;
}

.shopping-list-order .col-2.alpha {
    display: none;
}

.shopping-list-order .col-9.omega {
    width: 100%;
}

.shopping-list-order .product-wrap {
    margin-bottom: 1px;
}

.shopping-list-order .product-wrap:nth-child(even) {
    background-color: #f9f9f9;
}

.shopping-list-order .product-wrap .col-5 {
    width: 430px;
}

.shopping-list-order .product-wrap .col-5 .title {
    height: auto;
    min-height: auto;
    margin-bottom: 0;
    padding-top: 10px;
    padding-left: 10px;
}

.shopping-list-order .product-wrap .col-5 .title a, .shopping-list-order .product-wrap .col-5 .title .stock, .shopping-list-order .product-wrap .col-5 .title .code {
    vertical-align: top;
}

.shopping-list-order .product-wrap .col-5 .title a {
    float: left;
    display: inline-block;
    width: calc(100% - 50px);
    margin-top: 5px;
    font-size: 13px;
    line-height: 1;
}

.shopping-list-order .product-wrap .col-5 .title .stock {
    float: left;
    display: inline-block;
    width: calc(100% - 50px);
}

.shopping-list-order .product-wrap .col-5 .title br {
    display: none;
}

.shopping-list-order .product-wrap .col-5 .title .code {
    display: inline-block;
    width: 50px;
    margin-top: 5px;
    text-align: right;
    font-size: 13px;
}

.shopping-list-order .product-wrap .col-4 {
    width: 428px;
}

@media (max-width: 1199px) {
    .shopping-list-order .product-wrap .col-4 {
        width: 338px;
    }

    .shopping-list-order .product-wrap .col-4 .price-block .quantity {
        width: 45px;
    }
}

@media (max-width: 767px) {
    .shopping-list-order .product-wrap .col-4 {
        width: 418px;
    }
}

@media (max-width: 479px) {
    .shopping-list-order .product-wrap .col-4 {
        width: 100%;
    }

    .shopping-list-order .product-wrap .col-4 .price-block .price {
        font-size: 1.6em;
    }

    .shopping-list-order .product-wrap .col-4 .price-block .quantity {
        width: 35px;
        padding: 0;
    }
}

.shopping-list-order .product.list .price-area {
    height: 71px !important;
}

.shopping-list-order .order-pad {
    padding: 10px;
}

.shopping-list-order .price-area {
    height: auto !important;
    min-height: auto !important;
    padding: 10px !important;
    border: 0;
}

.shopping-list-order .price-area .price-block {
    display: inline-block;
    width: calc(50% - 10px);
    margin-right: 10px;
}

.shopping-list-order .price-area .price-block:last-of-type {
    margin-right: 0;
}

.shopping-list-order .order-pad.price-area .col-3 {
    width: 190px;
}

@media (max-width: 1199px) {
    .shopping-list-order .order-pad.price-area .col-3 {
        width: 149px;
    }

    .shopping-list-order .order-pad.price-area .col-3 .price {
        font-size: 1.4em;
    }
}

@media (max-width: 767px) {
    .shopping-list-order .order-pad.price-area .col-3 {
        width: 228px;
    }
}

.shopping-list-order .order-pad.price-area .price {
    color: #005eaa;
}

@media (max-width: 1199px) {
    .shop-list .product-wrap .col-5 {
        width: 340px;
    }
}

@media (max-width: 959px) {
    .shop-list {
        width: 768px !important;
    }

    .shop-list .product-wrap {
        width: 768px !important;
    }

    .shop-list .product-wrap .col-5 {
        width: 408px;
    }
}

@media (max-width: 767px) {
    .shop-list {
        width: 420px !important;
    }

    .shop-list .product-wrap {
        width: 420px !important;
    }

    .shop-list .product-wrap .col-5 {
        width: 360px;
    }

    .shop-list .product-wrap .col-1 {
        width: 100px;
    }
}

@media (max-width: 479px) {
    .shop-list {
        width: 100% !important;
    }

    .shop-list .product-wrap {
        width: 100% !important;
    }
}

/* My Products */
.date-range-picker.my-product-dates {
    margin-top: 20px;
    margin-bottom: 0;
}

.invoice-lines-title {
    font-weight: bold;
    font-size: 1.1em;
}

.order-details-title {
    font-weight: bold;
    font-size: 1.1em;
}

.text-padding-right {
    padding-right: 15px;
}

.text-padding-left {
    padding-left: 15px;
}

td.table-col-width-small {
    width: 15%;
}

td.table-col-width-medium {
    width: 40%;
}

.table-full-width {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.push-left {
    float: left;
}

.push-right {
    float: right;
}

.pull-out {
    margin-bottom: 15px;
    padding: 15px;
    font-weight: 700;
    background: #f2f2f2;
}

.pull-out p {
    margin-bottom: 0;
}

.btn-space {
    margin-left: 10px;
    margin-right: 10px;
}

.content-space {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (max-width: 1199px) {
    .operator-controls .col-categories {
        width: calc(100% - 20px);
    }

    .operator-controls .operator-search, .operator-controls .col-savedbaskets {
        width: calc(50% - 20px);
    }

    .operator-controls input[type="text"].input {
        width: calc(100% - 150px);
    }
}

@media (max-width: 767px) {
    .operator-controls .operator-search, .operator-controls .col-savedbaskets {
        width: 100%;
    }
}

.operator-search .drop-search {
    margin-left: 10px;
    display: none;
    position: absolute;
    z-index: 1000;
    top: 39px;
    left: 0;
    width: calc(100% - 20px);
    padding: 10px;
    border: 1px solid #e5e5e5;
    background-color: white;
}

.operator-search .drop-search.active {
    display: block;
}

.operator-search .drop-search hr {
    margin-bottom: 10px;
}

.operator-search .drop-search .btn-link {
    margin-top: 15px;
}

.col-savedbaskets {
    position: relative;
}

.col-savedbaskets .drop-search {
    display: none;
    position: absolute;
    z-index: 1000;
    top: 39px;
    left: 0;
    width: 100%;
    padding: 10px;
    border: 1px solid #e5e5e5;
    background-color: white;
}

.col-savedbaskets .drop-search.active {
    display: block;
}

.col-savedbaskets .drop-search hr {
    margin-bottom: 10px;
}

.col-savedbaskets .drop-search form {
    margin-bottom: 0;
}

.operator-status {
    position: relative;
}

.operator-status .drop-operator {
    display: none;
    position: absolute;
    z-index: 300;
    top: 40px;
    left: 0;
    width: auto;
    padding: 10px 30px 10px 10px;
    font-size: 0.9em;
    border: 1px solid #e5e5e5;
    background-color: white;
}

.operator-status .drop-operator.active {
    display: block;
}

@media (max-width: 959px) {
    .operator-status {
        width: 250px !important;
    }
}

@media (max-width: 767px) {
    .operator-status {
        width: 33.33% !important;
    }
}

.form-block .row {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
}

.form-block input, .form-block select {
    margin-bottom: 0;
}

.form-block .col:first-of-type {
    margin-left: 0;
}

.form-block .col:last-of-type {
    margin-right: 0;
}

.form-block .col-2 {
    width: calc(20% - 15px);
}

.form-block .col-4 {
    width: calc(40% - 15px);
}

.form-block .btn-group {
    padding-top: 10px;
}

.btn-operator {
    position: relative;
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: 400;
    border: 0;
    border-radius: 0;
    background: white;
}

.btn-operator:hover {
    border: 0;
    background: white;
}

.btn-operator .icon, .btn-operator .btn-content {
    display: inline-block;
    vertical-align: middle;
}

.btn-operator .icon {
    width: 40px;
    height: 40px;
    color: white;
    font-size: 1.2em;
    line-height: 40px;
    text-align: center;
}

.btn-operator .btn-content {
    margin-left: 10px;
}

.btn-operator .btn-content .fa {
    margin-left: 10px;
}

.btn-operator.btn-private .icon {
    background-color: #ca1d1d;
}

.btn-operator.btn-private .btn-content {
    color: #ca1d1d;
}

.btn-operator.btn-public .icon {
    background-color: #33b448;
}

.btn-operator.btn-public .btn-content {
    color: #33b448;
}

.btn-operator.search {
    height: 40px;
    border: 1px solid #e5e5e5;
}

.btn-operator.search .search-content, .btn-operator.search .drop-arrow {
    display: inline-block;
    vertical-align: middle;
}

.btn-operator.search .search-content {
    width: calc(100% - 47px);
    padding-left: 10px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-operator.search .search-content small {
    margin-left: 10px;
    font-size: 0.9em;
}

.btn-operator.search .drop-arrow {
    position: relative;
    height: 100%;
    width: 40px;
    margin-right: -4px;
    color: #ff6c00;
    background-color: #f2f2f2;
}

.btn-operator.search .drop-arrow:after {
    font-family: 'Font Awesome';
    content: "\25BC";
    height: 40px;
    font-size: 7px;
    line-height: 40px;
    right: 14px;
    top: 0;
    margin-top: -3px;
    color: #ff6c00;
}

.btn-operator.saved-basket {
    width: 140px;
    height: 40px;
    text-align: left;
    border: 1px solid #e5e5e5;
    background-color: #f2f2f2;
}

.btn-operator.saved-basket .search-content, .btn-operator.saved-basket .drop-arrow {
    display: inline-block;
    vertical-align: middle;
}

.btn-operator.saved-basket .search-content {
    width: calc(100% - 47px);
    padding-left: 10px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-operator.saved-basket .drop-arrow {
    position: relative;
    height: 100%;
    width: 40px;
    margin-right: -4px;
    color: #ff6c00;
    background-color: #f2f2f2;
}

.btn-operator.saved-basket .drop-arrow:after {
    font-family: 'Font Awesome';
    content: "\25BC";
    height: 40px;
    font-size: 7px;
    line-height: 40px;
    right: 14px;
    top: 0;
    margin-top: -3px;
    color: #ff6c00;
}

.drop-search a {
    display: block;
}

.drop-search .btn-link {
    display: inline-block;
}

.account-search-result {
    display: block;
    padding-top: 5px;
    pading-bototm: 5x;
    color: #333333;
}

.account-search-result small {
    margin-left: 10px;
    font-size: 0.8em;
}

.btn-link {
    padding: 7px 14px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    text-shadow: none;
    border-radius: 3px;
}

.btn-link.btn-secondary {
    color: white;
    background: #bababa;
    border-color: #bababa;
}

.btn-link.btn-secondary:hover {
    background: #c7c7c7;
}

.btn-link.btn-cancel {
    color: #8e8e8e;
    background: white;
    border: 1px solid #bababa;
}

.btn-link.btn-cancel:hover {
    border-color: #c7c7c7;
}

.btn-link.btn-action {
    color: white;
    background: #5ea6e0;
    border-color: #5ea6e0;
}

.btn-link.btn-action:hover {
    background: #73b2e4;
}

.btn-link.btn-addon {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: #f6f6f6;
    border-left: 1px solid #e5e5e5;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-radius: 0;
}

.btn-link.faux-input {
    position: relative;
    height: 35px;
    padding-right: 30px;
    text-transform: none;
    background: white;
    border: 1px solid #e5e5e5;
    border-radius: 0;
}

.btn-link.faux-input:after {
    position: absolute;
    top: 0;
    right: 10px;
    content: '\25BC';
    font-family: 'Font Awesome';
    font-size: 0.6em;
    line-height: 34px;
    color: #ff6c00;
}

.btn-link .fa {
    margin-right: 5px;
}

.btn-group {
    display: block;
}

.btn-group.push-right {
    float: none;
    text-align: right;
}

.btn-group.vertical {
    width: 250px;
    margin: 30px auto;
}

.btn-group.vertical .btn-link {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

input[type="radio"] {
    margin-right: 5px;
}

.full-form input {
    width: 100% !important;
}

.tags {
    display: block;
    margin-bottom: 10px;
}

.tag {
    position: relative;
    display: inline-block;
    height: 35px;
    padding-top: 6px;
    padding-left: 10px;
    padding-right: 45px;
    padding-bottom: 6px;
    margin-bottom: 10px;
    margin-right: 10px;
    border: 1px solid #e5e5e5;
}

.operator-controls {
    position: relative;
}

.operator-controls input[type="text"], .operator-controls select {
    margin-bottom: 0;
}

.operator-controls .saved-baskets {
    width: auto;
}

.operator-controls .saved-baskets .select {
    width: 150px;
}

.operator-controls .saved-basket-search {
    width: calc(100% - 140px);
}

.operator-controls .search-button {
    top: 1px;
    font-size: 1.1em;
}

.operator-controls .drop-search .account-search {
    width: 100%;
    margin-bottom: 10px;
    border-left: 1px solid #e5e5e5 !important;
}

.add-emails {
    display: block;
}

.add-emails .additional-emails {
    display: none;
}

.add-emails .additional-emails.reveal {
    display: block;
}

.add-emails .cancel-email {
    display: none;
    margin-right: 10px;
}

.add-emails .cancel-email.reveal {
    display: inline-block;
}

.input-addon {
    position: relative;
}

.input-addon input {
    padding-left: 40px !important;
}

.input-addon:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background-color: #f6f6f6;
    border: 1px solid #e5e5e5;
}

.input-addon.price:after {
    content: '£';
}

.input-addon.percentage:after {
    content: '%';
}

.input-addon.drop:after {
    left: auto;
    right: 0;
    content: '\25BC';
    font-family: 'Font Awesome';
    font-size: 0.6em;
}

.table {
    width: 100%;
}

.table th, .table td {
    padding: 5px;
    text-align: left;
}

.table.operator-results td:last-of-type {
    text-align: right;
}

.table-operator {
    color: #333333;
}

.table-operator .basket-details, .table-operator .delivery-point {
    color: #777777;
}

.table-operator .basket-details strong, .table-operator .delivery-point strong {
    color: #555555;
}

.table-operator tbody tr:nth-child(odd) {
    border-bottom: 0;
}

.table-operator tbody tr:nth-child(even) {
    background: white;
}

.modal-operator .modal-content {
    border-radius: 0;
}

.modal-operator .modal-content .modal-title {
    margin-bottom: 15px;
    font-size: 1.6em;
}

.modal-operator .modal-content .modal-title .fa {
    margin-right: 15px;
    font-size: 0.9em;
    color: #0072ce;
}

.modal-operator .modal-content .modal-body {
    padding: 30px 45px;
}

.modal-operator .modal-content .modal-body.logout {
    text-align: center;
}


/**
* Click and Collect
**/

/* Buttons & Links */
.primary i, .primary img {
    margin-right: 5px;
}

.btn-sm {
    padding: 5px 10px;
}

.orange-btn {
    background: #ff6c00;
    border: 1px solid #ff6c00;
}

.orange-btn:hover {
    background: #ff8f3d;
    border: 1px solid #ff6c00;
}

.white-btn {
    text-transform: none;
    font-size: 0.8em;
    color: #444444 !important;
    background: white;
    border: 1px solid #dfdfdf;
}

.white-btn img {
    margin-right: 5px;
}

.white-btn:hover {
    color: #444444;
    background: #efefef;
    border: 1px solid #dfdfdf;
}

.current-location {
    font-size: 0.9em;
    color: #333 !important;
    text-decoration: none;
}

.directions {
    color: #333;
    text-decoration: underline;
}

/* Headers */
.header-breaker {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 30px;
    border-top: 1px solid #e1e1e1;
}

.header-spacer {
    margin-top: 30px;
    margin-bottom: 30px;
}

/* Form Elements */
label {
    margin-bottom: 10px;
    font-weight: 400;
}

.input-group input, .input-group button {
    display: inline-block;
    height: 36px;
    margin-right: -4px;
}

.input-group input {
    margin-bottom: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
}

.input-group button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.form-inline {
    display: inline-block;
    vertical-align: top;
    margin-right: 0;
}

.form-inline .current-location {
    display: block;
    margin-top: 5px;
}

.form-inline .or {
    position: relative;
    padding-left: 34px;
    padding-right: 30px;
    font-size: 1.1em;
    font-style: italic;
}

.form-inline .or:before, .form-inline .or:after {
    content: '';
    position: absolute;
    top: 12px;
    height: 1px;
    width: 15px;
    background-color: #e1e1e1;
}

.form-inline .or:before {
    left: 10px;
}

.form-inline .or:after {
    right: 10px;
}

/* Basket Rollover */
.basket-preview-row .basket-type {
    display: inline-block;
    vertical-align: middle;
    height: 25px;
    width: auto;
    margin-top: -5px;
    margin-right: 5px;
}

.basket-preview-row .basket-rollover-btns {
    display: block;
    margin-top: 10px;
}

.basket-preview-row .basket-rollover-btns.delivery {
    float: right;
    margin-top: -7.5px;
}

@media (max-width: 1199px) {
    .basket-preview-row .basket-rollover-btns.delivery {
        float: none;
        margin-top: 10px;
    }
}

/* Product Layout */
.product-location {
    font-size: 0.9em;
}

.product-location .product-img, .product-location .product-description {
    display: inline-block;
    vertical-align: middle;
    margin-right: -4px;
}

.product-location .product-img {
    width: 85px;
}

.product-location .product-img img {
    width: 100%;
}

.product-location .product-description {
    width: calc(100% - 115px);
    margin-left: 30px;
}

@media (max-width: 767px) {
    .product-location .product-description {
        width: calc(100% - 190px);
    }
}

@media (max-width: 479px) {
    .product-location .product-description {
        width: calc(100% - 280px);
        margin-left: 15px;
    }
}

/* Tables */
.table-responsive-topscroll {
    display: none;
}

@media (max-width: 959px) {
    .table-responsive-topscroll {
        display: block;
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%;
        height: 16px;
    }

    .table-responsive-topscroll .scroll {
        height: 100%;
    }
}

@media (max-width: 959px) {
    .table-responsive {
        overflow-x: auto;
        width: 100%;
    }

    .table-responsive .table {
        width: 1100px;
    }
}

.table-locations {
    border: 1px solid #dfdfdf;
}

.table-locations tr th, .table-locations tr td {
    padding-left: 15px;
    padding-right: 15px;
}

.table-locations tr th.text-right, .table-locations tr td.text-right {
    text-align: right;
}

.table-locations tr th.in-stock i, .table-locations tr th.low-stock i, .table-locations tr th.no-stock i, .table-locations tr td.in-stock i, .table-locations tr td.low-stock i, .table-locations tr td.no-stock i {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    font-size: 1.6em;
}

.table-locations tr th.in-stock .stock, .table-locations tr th.low-stock .stock, .table-locations tr th.no-stock .stock, .table-locations tr td.in-stock .stock, .table-locations tr td.low-stock .stock, .table-locations tr td.no-stock .stock {
    display: inline-block;
    vertical-align: top;
}

.table-locations tr th.in-stock i, .table-locations tr td.in-stock i {
    color: #00b19b;
}

.table-locations tr th.low-stock i, .table-locations tr td.low-stock i {
    color: #e79300;
}

.table-locations tr th.no-stock i, .table-locations tr td.no-stock i {
    color: #e70000;
}

.table-locations thead tr th {
    height: 40px;
    vertical-align: middle;
    font-size: 1.2em;
    background-color: #e7e7e7;
    border-bottom: 1px solid #dfdfdf;
}

.table-locations thead tr th.location-title {
    width: 150px;
    text-align: center;
}

.table-locations thead tr th .sub-copy {
    display: block;
    font-weight: 400;
    font-size: 0.8em;
}

.table-locations tbody tr td {
    vertical-align: top;
    height: 70px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dfdfdf;
    background-color: white;
}

.table-locations tbody tr td .primary {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 1em;
}

.table-locations tbody tr td.selected {
    background-color: #f2f8fd;
}

.table-locations tbody tr.table-break td {
    height: auto;
    padding-top: 20px;
    padding-bottom: 0;
}

.table-locations tbody tr.location-row td {
    border-right: 1px solid #dfdfdf;
}

.table-locations tbody tr.location-row td.product-location {
    font-size: 1em;
}

.table-locations tbody tr.location-row td .product-qty {
    display: inline-block;
    vertical-align: middle;
    margin-right: -4px;
    margin-left: 10px;
}

.table-locations tbody tr.location-row td .product-qty .multiplier {
    font-size: 0.9em;
    color: #bdbdbd;
}

.table-locations tbody tr.location-row td .product-img {
    width: 65px;
}

.table-locations tbody tr.location-row td .product-img img {
    width: 100%;
}

.table-locations tbody tr.location-row td .product-description {
    width: calc(100% - 115px);
    margin-left: 10px;
}

@media (max-width: 1199px) {
    .table-locations tbody tr.location-row td .product-img {
        display: none;
    }

    .table-locations tbody tr.location-row td .product-description {
        width: calc(100% - 35px);
        margin-left: 0;
    }
}

.table-locations tbody tr.location-row td.in-stock, .table-locations tbody tr.location-row td.low-stock, .table-locations tbody tr.location-row td.no-stock {
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    vertical-align: middle;
}

.table-locations tbody tr.location-row td.in-stock i, .table-locations tbody tr.location-row td.low-stock i, .table-locations tbody tr.location-row td.no-stock i {
    display: block;
}

.table-locations tbody tr.location-row td.in-stock .stock-info, .table-locations tbody tr.location-row td.low-stock .stock-info, .table-locations tbody tr.location-row td.no-stock .stock-info {
    font-size: 0.9em;
    color: #444444;
}

.table-locations tbody tr.location-row td:last-of-type {
    border-right: 0;
}

.table-locations tbody tr:last-of-type td {
    border-bottom: 0;
}

.table-locations tbody tr.sub-header td, .table-locations tbody tr.footer td {
    height: auto;
    text-align: center;
    background-color: #f1f0f0;
}

/* Delivery or Collection Modal */
.select-box {
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 45%;
}

.select-box h4 {
    line-height: 22px;
}

.select-box.last-of-type {
    margin-bottom: 0;
}

.select-box .location-input {
    width: calc(100% - 80px);
}

.select-box .location-submit {
    margin-left: 5px;
}

.select-box .location-input, .select-box .location-submit {
    display: inline-block;
    vertical-align: top;
}

.select-box .location-input input, .select-box .location-submit input {
    width: 100%;
    height: 36px;
    margin-bottom: 10px;
}

.select-box.delivery {
    background-image: url("../img/click-collection/bg/delivery.jpg");
}

.select-box.delivery p {
    margin-bottom: 5px;
}

.select-box.collection {
    background-image: url("../img/click-collection/bg/collection.jpg");
}

/* Stock Warning Modal */
.modal-body .stock-qty {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

.modal-body .stock-qty .form-inline {
    width: calc(50% - 35px);
    margin-left: 15px;
    margin-right: 15px;
}

.modal-body .stock-qty .form-inline input {
    width: 100%;
    height: 45px;
}

.modal-body .stock-qty .stock-level {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    font-weight: 700;
    font-size: 1.2em;
    text-align: center;
    line-height: 30px;
    color: white;
}

.modal-body .stock-qty .stock-level.warning {
    background-color: #e79300;
    border: 0;
}

.modal-body .stock-qty .stock-level.error {
    background-color: red;
    border: 0;
}

.modal-body .or-spacer {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
}

.modal-body .btn-group-lg {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.modal-body .btn-group-lg .add {
    font-size: 1em;
}

.modal-body .btn-group-lg .primary {
    width: 100%;
}

/* Collection Locations */
.collection-locations .col-7 {
    width: 495px;
}

.collection-locations .form-inline .input-group {
    margin-right: 0;
}

.collection-locations .form-inline .primary {
    height: 36px;
    margin-top: 0;
}

.collection-locations .form-inline .primary img {
    height: 13px;
}

.collection-locations .change-location {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (max-width: 1199px) {
    .collection-locations .change-location h3 {
        font-size: 22px;
        line-height: 24px;
    }

    .collection-locations .change-location .form-inline input {
        width: 190px;
    }
}

@media (max-width: 959px) {
    .collection-locations .change-location .col-6, .collection-locations .change-location .col-9 {
        width: 100%;
    }
}

/* Basket */
.basket-wrap .stock.in-stock {
    color: #00b19b;
}

.basket-wrap .stock.low-stock {
    color: #e79300;
}

.basket-wrap .stock.no-stock {
    color: #e70000;
}

.basket-wrap .basket-block {
    height: 110px;
    padding: 15px;
    background-color: #f0f0f0;
    border: 1px solid #e1e1e1;
}

.basket-wrap .basket-block .icon, .basket-wrap .basket-block .txt {
    display: inline-block;
    vertical-align: top;
}

.basket-wrap .basket-block .icon {
    margin-right: 10px;
}

.basket-wrap .basket-block .txt {
    width: calc(100% - 55px);
}

.basket-wrap .basket-block.collection {
    color: white;
    background-color: #083ca3;
    border-color: #08338b;
}

.basket-wrap .basket-block.collection strong {
    color: white;
}

.basket-wrap .basket-block.collection .white-btn {
    border-color: #08338b;
}

.basket-wrap .basket-block .notice {
    display: block;
    margin-bottom: 10px;
}

@media (max-width: 1999px) {
    .basket-wrap .basket-block {
        height: auto;
    }
}

@media (max-width: 959px) {
    .basket-wrap .basket-block .white-btn {
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .basket-wrap .basket-block {
        margin-bottom: 15px;
    }
}

@media (max-width: 479px) {
    .basket-wrap .basket-block .white-btn {
        font-size: 0.9em;
    }
}

/* Checkout Procedure */
.checkout-procedure.collection li {
    width: 20%;
}

.collection-details .collection-address {
    margin-bottom: 15px;
    padding: 15px;
    background-color: #f3f3f3;
}

.collection-details .collection-address .primary {
    float: right;
    margin-top: -10px;
}

@media (max-width: 479px) {
    .collection-details .collection-address .primary {
        float: none;
        width: 100%;
        margin-top: 15px;
    }
}

.collection-details textarea {
    width: 100%;
    height: 150px;
}

.collection-thankyou, .search-branches {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 20px;
    padding-left: 70px;
    padding-bottom: 20px;
    padding-right: 20px;
    text-align: left;
    background: #f0f0f0;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
}

.collection-thankyou .icon, .search-branches .icon {
    position: absolute;
    top: 20px;
    left: 20px;
}

.collection-thankyou .title, .search-branches .title {
    font-size: 14px;
    font-weight: 700;
}

.collection-thankyou hr, .search-branches hr {
    margin-top: 15px;
    margin-bottom: 15px;
}

.collection-thankyou .primary.add, .search-branches .primary.add {
    margin-left: 20px;
}

@media (max-width: 767px) {
    .collection-thankyou, .search-branches {
        padding-left: 20px;
    }

    .collection-thankyou .icon, .search-branches .icon {
        position: absolute;
        top: 23px;
    }

    .collection-thankyou .title, .search-branches .title {
        margin-left: 45px;
    }
}

@media (max-width: 479px) {
    .collection-thankyou .primary.add, .search-branches .primary.add {
        width: 100%;
        margin-top: 15px;
        margin-left: 0;
    }
}

/* No Results */
.no-result-msg {
    height: 300px;
    width: 100%;
    padding-top: 110px;
    text-align: center;
    background-image: url("../img/click-collection/bg/no-result.png");
    background-position: center center;
    background-repeat: no-repeat;
}

.no-result-msg .no-results-icon {
    display: block;
    margin-bottom: 15px;
    font-size: 2em;
    color: #e70000;
}

.no-result-msg .title {
    display: block;
    margin-bottom: 10px;
    font-size: 1.4em;
    font-weight: 700;
}

.no-result-msg .down-hint {
    display: block;
    opacity: 0.5;
    margin-top: 15px;
    font-size: 1.4em;
}

.search-branches {
    padding: 15px;
    text-align: center;
}

.search-branches label {
    margin-right: 15px;
    line-height: 36px;
    font-size: 1.1em;
}

.search-branches .input-group .primary {
    height: 36px;
    margin-top: 0;
    margin-left: 0;
}

@media (max-width: 959px) {
    .search-branches .input-group input {
        width: 100%;
        margin-bottom: 10px;
        border-radius: 4px;
        border-right: 1px solid #ccc;
    }

    .search-branches .input-group .primary {
        width: 100%;
        border-radius: 4px;
    }
}

.pac-container {
    z-index: 100000;
}

#basketError {
    margin-top: 5px;
}

.table-footer {
    background-color: #f1f0f0;
}

.table-footer td {
    text-align: center;
    padding-top: 10px;
}

.info-text {
    color: #1047aa;
}

/**
* Branch Responsive
*/

.desktop-only {
    display: none;
}

.branch-panel {
    background-color: #f5f5f5;
    border: 1px solid #ebebeb;
    margin-bottom: 1em;
}

.branch-panel .stock-info {
    margin-top: 5px;
}

.branch-panel .stock-info.no-stock i {
    color: #e70000;
}

.branch-panel-inner header {
    width: 47%;
    text-align: left;
    float: left;
}

.branch-panel-inner {
    padding: 1em;
}

.branch-panel-toggle {
    display: block;
    padding: .5em;
    color: #333;
    font-size: .875em;
    background-color: #ebebeb;
    text-align: center;
}

.branch-panel-toggle a {
    color: inherit;
}

.branch-panel-description {
    float: left;
    width: 80%;
}

.branch-panel .product-action {
    float: right;
    width: 15%;
    text-align: center;
}

.branch-panel .product-action a {
    display: block;
}

.branch-panel h3 {
    font-size: 1.15em;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1;
}

.branch-panel-inner section {
    width: 51%;
    float: right;
    text-align: right;
}

.branch-panel-product {
    border-top: 1px solid #ebebeb;
    background-color: white;
    font-size: .875em;
    line-height: 1.2;
    padding: 1em;
}

.branch-panel .low-stock i {
    color: #e79300;
}

.branch-panel form {
    margin-bottom: 0;
}

@media (min-width: 959px) {
    .desktop-only {
        display: block;
    }

    .mobile-only {
        display: none;
    }
}

/* Growl messages*/
.alert {
    padding: 15px 15px 15px 25px;
    border: 1px solid transparent;
    border-radius: 4px;
    position: fixed!important;
    margin: 0px;
    z-index: 1031!important;
    display: inline-block!important;
    top: 100px!important;
    right: 50px!important;
    font-size: 1em!important;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.alert > p,
.alert > ul {
    margin-bottom: 0;
}

.alert > p + p {
    margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.alert > .fa,
.alert > .glyphicon {
    position: absolute;
    left: -25px;
    top: -25px;
    width: 45px;
    height: 45px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 45px;
    text-align: center;
    background: inherit;
    border: inherit;
}

.alert-success {
    border-color: #008d4c;
}

.alert-danger,
.alert-error {
    border-color: #f4543c;
}

.alert-warning {
    border-color: #e08e0b;
}

.alert-info {
    border-color: #00acd6;
}


.contract-list-search {
    margin:0;
    text-align: left;
}

.contract-list-search .per-page {
    width:30%;
    float:left;

}

.contract-list-search .per-page select {
    display:inline-block;
    width:40%;
}

.contract-list-search  .search-input {
    width:65%;
    float:left;
}

/** Variants **/

.variant-modal {
    text-align: left;
    max-width: 950px;
}

.variant-modal .container .row {
    background: #fff;
}

.variant-thumb {
    float: left;
    margin: 10px 0;
}

.variant-thumb img {
    width: 45px;
    height: 45px;
    display: inline-block;
    border: 3px solid white;
    padding: 5px;
}

.variant-thumb img:hover {
    border-color: #ff6c00;
}

.full-width {
    width: 100%;
}

