html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: "myriad-pro", sans-serif;
  font-size: 14px;
  line-height: 14px;
  background-color: #f8f8f8;
  margin: 0;
  margin-bottom: 220px;
  color: #000;
}
body.fixed {
  margin-top: 45px;
}
body.nav-focus .container.nav li.levelx {
  opacity: 0.2;
}
body.nav-focus .container.nav .basket {
  opacity: 0.2;
}
body.rfapp {
  background-color: #fff;
}

#loading-overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #f8f8f8;
  opacity: 0.4;
  filter: alpha(opacity=40);
  z-index: 999999;
  display: none;
}

#loading-overlay .loader {
  background-image: url("/images/loading.gif");
  width: 60px;
  height: 60px;
  position: absolute;
  top: 30%;
  left: 50%;
  margin: -30px 0 0 -30px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  #loading-overlay .loader {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/loading@2x.gif");
    background-size: 60px 60px;
  }
}

body.loader #loading-overlay {
  display: block;
}

a {
  cursor: pointer;
}
a[data-toggle=popover] {
  text-decoration: none;
  border-bottom: 1px dotted #000;
  color: #000;
}
a:hover {
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.showroom-benefits {
  list-style: circle;
  margin-left: 10px;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-left: 10px;
}
ul.showroom-benefits li {
  margin-bottom: 15px;
  font-weight: 400;
}

p {
  margin: 0;
  margin-bottom: 10px;
  line-height: 18px;
}

b {
  font-weight: 600;
}

.static {
  display: none;
}

.divider {
  border-right: 1px solid #f2f2f2;
}
.divider:last-child {
  border-right: 0;
}

.button-list {
  margin-top: 15px;
}
.button-list li {
  margin-bottom: 10px;
}
.button-list li a {
  font-size: 14px;
  padding: 8px 12px;
}
.button-list li span {
  padding-top: 2px;
  font-size: 12px;
  text-align: center;
  color: #969696;
  display: block;
}

.btn {
  font-family: "myriad-pro", sans-serif;
  font-size: 12px;
  border-radius: 0;
  box-shadow: none;
}
.btn.btn-dark {
  border-radius: 0;
  background-color: #141414;
  color: #fff;
}
.btn.btn-primary {
  border: none;
  background-color: #000;
  color: #fff;
  border-radius: 0;
}
.btn.btn-primary:hover {
  background-color: #333;
}
.btn.btn-action {
  background-color: #739327;
  border: none;
  color: #fff;
  border-radius: 0;
}
.btn.btn-action:hover {
  background-color: #556e1b;
}
.btn.btn-secondary {
  background-color: #5a7f7f;
  color: #fff;
  border-radius: 0;
}
.btn.btn-secondary:hover {
  background-color: #749696;
}
.btn.btn-tracking {
  color: #333;
  background: #fad153;
  border-bottom: 2px solid #f8c93a;
}
.btn.btn-tracking:hover {
  background-color: #f8c93a;
}
.btn.btn-damages {
  margin-top: 10px;
}
.btn.btn-request {
  margin-top: 10px;
  background: #bdd28a;
}
.btn.btn-request:hover {
  background: #b1c57f;
}
.btn.btn-alert {
  color: #fff;
  background-color: #000;
}
.btn.btn-alert:hover {
  background-color: #000;
}
.btn.btn-info {
  color: #fff;
  background-color: #839a4c;
  border: 1px solid #839a4c;
}
.btn.btn-info:hover {
  background-color: #7a9045;
}
.btn.btn-disabled {
  color: #fff;
  background-color: #c8c8c8;
  border: 1px solid #c8c8c8;
}
.btn.btn-disabled:hover {
  background-color: #e4e4e4;
}
.btn.btn-lg {
  font-size: 14px;
  border-radius: 0;
}
.btn.btn-sm {
  padding: 1px 8px;
}
.btn.btn-hokodo {
  background-color: #64cdc8;
  padding: 8px 25px;
  font-size: 16px;
  color: #000;
}
.btn.btn-link {
  color: #637f7f;
}
.btn.help-search-button {
  background-color: #404347;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.btn.parent-link {
  padding: 10px 0;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  width: 100%;
}
.btn.parent-link.parent-view-all {
  background-color: #555555;
  border-bottom: 2px solid #323232;
  border-radius: 0;
  color: #fff;
}
.btn.parent-link.parent-view-all i {
  margin-left: 10px;
}
.btn.parent-link.parent-view-all:hover {
  background-color: #323232;
}
.btn.parent-link.parent-specials {
  background-color: #f44336;
  border-bottom: 2px solid #b8261b;
  border-radius: 0;
  color: #fff;
}
.btn.parent-link.parent-specials i {
  margin-right: 10px;
}
.btn.parent-link.parent-specials:hover {
  background-color: #b8261b;
}
.btn.parent-link.parent-top {
  background-color: #637f7f;
  border-bottom: 2px solid #657936;
  border-radius: 0;
  color: #fff;
}
.btn.parent-link.parent-top i {
  margin-right: 10px;
}
.btn.parent-link.parent-top:hover {
  background-color: #657936;
}
.btn span.badge {
  display: inline-block;
  float: right;
  background-color: #cc0000;
  color: #fff;
  margin-top: 2px;
}

.status {
  width: 6px;
  height: 6px;
  margin-left: 0;
  margin-right: 10px;
  vertical-align: 1px;
  display: inline-block;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
}
.status.status-default {
  background-color: #e1e1e1;
}
.status.status-success {
  background-color: #239169;
}
.status.status-info {
  background-color: #65b0f6;
}
.status.status-danger {
  background-color: #D65C4F;
}
.status.status-warning {
  background-color: #E7804F;
}
.status.status-trending-unread {
  background-color: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  color: #0e9ae3;
}
.status.status-trending-read {
  background-color: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  color: #e1e1e1;
}

.label {
  padding: 2px 6px;
  font-size: 18px;
}
.label.label-primary {
  background-color: #637f7f;
  font-weight: 400;
}
.label.new-in {
  background-color: #5e6875;
  color: #fff;
  padding: 2px 15px;
  font-size: 12px;
  font-weight: 400;
  border-radius: 2px;
}
.label.back-in-stock {
  background-color: #333333;
  color: #fff;
  padding: 2px 15px;
  font-size: 12px;
  font-weight: 400;
  border-radius: 2px;
}
.label.trending {
  background-color: #0e9ae3;
  color: #fff;
  padding: 2px 15px;
  font-size: 12px;
  font-weight: 400;
  border-radius: 2px;
}
.label.status {
  font-size: 14px;
  font-weight: 300;
  padding: 5px 15px;
  box-shadow: 0;
  text-shadow: 0;
  border-radius: 0;
}
.label.status.status0 { /* ORDER_ACTION */
  background-color: #c4c5c9;
}
.label.status.status1 { /* ORDER_CUSTOMER_CONFIRM */
  background-color: #f59854;
}
.label.status.status2 { /* ORDER_PAYMENT */
  background-color: #d45945;
}
.label.status.status4 {
  background-color: #2bab58;
}
.label.status.status5 {
  background-color: #237B91;
}
.label.status.status3 { /* ORDER_AUTH */
  background-color: #d0b51d;
}
.label.status.status7 {
  background-color: #d85600;
}
.label.status.status8 {
  background-color: #d85600;
}
.label.status.status70 { /* ORDER_COLLECTION */
  background-color: #808bb4;
}
.label.status.status60 { /* ORDER_HOLD */
  background-color: #454c65;
}
.label.status.status71 { /* ORDER_DISPATCHED */
  background-color: #2bab58;
}
.label.status.status72 { /* ORDER_PART_DISPATCHED */
  background-color: #90a943;
}
.label.status.status80 { /* ORDER_INVOICED */
  background-color: #257240;
}
.label.status.status99 { /* ORDER_CANCELLED */
  background-color: #b94a48;
}
.label.status.status81 { /* ORDER_REFUNDED */
  background-color: #7b0c0a;
}
.label.status.status20 { /* ORDER_SENDING */
  background-color: #84c10d;
}
.label.status.status21 { /* ORDER_SEND_FAIL */
  background-color: #d85600;
}
.label.status.status39 { /* ORDER_PICK_QUEUE */
  background-color: #fbb450;
}
.label.status.status40 { /* ORDER_PICK */
  background-color: #9fcad3;
}
.label.status.status41 { /* ORDER_PICK_STARTED */
  background-color: #44b5cd;
}
.label.status.status42 { /* ORDER_PICK_SAVED */
  background-color: #8bafb7;
}
.label.status.status43 { /* ORDER_PICK_AUTH */
  background-color: #6e8b92;
}
.label.status.status44 { /* ORDER_PICK_AUTH */
  background-color: #6e8b92;
}
.label.status.status45 { /* ORDER_PICK_AUTH */
  background-color: #CC0000;
}
.label.status.status46 { /* ORDER_PICK_AUTH */
  background-color: #6e8b92;
}
.label.status.status50 { /* ORDER_PACK */
  background-color: #93a0d1;
}
.label.status.status51 { /* ORDER_PACK_STARTED */
  background-color: #5168bc;
}
.label.status.status52 { /* ORDER_PACK_SAVED */
  background-color: #808bb4;
}
.label.status.status53 {
  background-color: #6399cd;
}
.label.status.status54 {
  background-color: #6293B3;
}
.label.status.status55 { /* ORDER_CANCELLED */
  background-color: #5faede;
}
.label.status.status56 { /* ORDER_CANCELLED */
  background-color: #b94a48;
}
.label.status.status57 { /* ORDER_CANCELLED */
  background-color: #D65C4F;
}
.label.status.status102 {
  background-color: #1e347b;
}

.overview {
  border-bottom: 4px solid #f6f6f6;
  padding-bottom: 15px;
  margin-top: 15px;
}
.overview .po-entry {
  border: 0;
  border-bottom: 1px solid #333;
  color: #333;
  padding: 5px 0;
  font-size: 14px;
  border-radius: 0;
}
.overview h5 {
  color: #657936;
  font-size: 12px;
  margin: 0 0 2px;
  line-height: 18px;
}
.overview:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.order-summary {
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.order-summary .orderstatus {
  background: #d4d4d;
  color: #fff;
  font-weight: 400;
  padding: 5px 25px;
  font-size: 14px;
  line-height: 14px;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
}
.order-summary.dispatched {
  background: #fffae5;
}
.order-summary.dispatched .orderstatus {
  background: #83a336;
}
.order-summary.delivered {
  background: #f0f7de;
}
.order-summary.delivered .orderstatus {
  background: #83a336;
}
.order-summary .order-dispatched {
  color: #657936;
  padding-top: 5px;
  font-weight: 500;
}
.order-summary .order-dispatched span {
  font-weight: 300;
}
.order-summary.in-progress {
  background: #fbfbfb;
}
.order-summary.in-progress .orderstatus {
  background: #4d4d4d;
}
.order-summary.in-progress .order-pick-pack li {
  display: inline-block;
  margin-right: 40px;
  font-size: 16px;
}
.order-summary.in-progress .order-pick-pack li.tick {
  color: #839a4c;
  padding: 10px 0 10px 20px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url("/images/icon_ticked.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .order-summary.in-progress .order-pick-pack li.tick {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/icon_ticked@2x.png");
    background-size: 13px 13px;
  }
}
.order-summary.in-progress .order-pick-pack li.process {
  color: #53632d;
  padding: 10px 0 10px 32px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url("/images/icon_progress.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .order-summary.in-progress .order-pick-pack li.process {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/icon_progress@2x.png");
    background-size: 25px 25px;
  }
}
.order-summary.in-progress .order-pick-pack li.wait {
  color: #b5b5b5;
  padding: 10px 0 10px 20px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url("/images/icon_wait.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .order-summary.in-progress .order-pick-pack li.wait {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/icon_wait@2x.png");
    background-size: 14px 14px;
  }
}
.order-summary.in-progress .order-pick-pack li:last-child {
  margin-right: 0;
}

.form-horizontal .header {
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px solid #000;
  color: #000;
}
.form-horizontal .header:first-child {
  padding-top: 0;
}

.form-control {
  border: 1px solid #dadada;
  box-shadow: none;
  font-family: "myriad-pro", sans-serif;
  font-size: 14px;
  color: #333;
}

.control-label {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: #6d6e71;
}

.control-status {
  width: 16px;
  height: 13px;
  margin-top: 8px;
  background-position: -9999px 0;
  background-repeat: no-repeat;
  background-image: url("/images/form_icon.png");
  display: inline-block;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .control-status {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/form_icon@2x.png");
    background-size: 68px 14px;
  }
}

.list-view-loading {
  background-repeat: no-repeat;
  background-position: center 180px;
  background-image: url("/images/loading.gif");
  min-height: 200px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .list-view-loading {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/loading@2x.gif");
    background-size: 60px 60px;
  }
}
.list-view-loading .item {
  opacity: 0.4;
}

.form-text {
  padding-bottom: 15px;
}

.form-text ~ .label-on, .form-text ~ .label-off {
  top: 53px;
}

.progress {
  background-color: #f6f6f6;
  padding: 5px;
  height: 16px;
  width: 100%;
}
.progress span {
  background-color: #637f7f;
  border-radius: 5px;
  padding: 3px;
  display: inline-block;
  float: left;
}
.progress.progress-7 span {
  width: 50%;
  background-color: #d45945;
}
.progress.progress-8 span {
  width: 100%;
  background-color: #d45945;
}
.progress.progress-40 span {
  width: 5%;
}
.progress.progress-41 span, .progress.progress-42 span, .progress.progress-43 span, .progress.progress-44 span, .progress.progress-45 span, .progress.progress-46 span, .progress.progress-47 span, .progress.progress-48 span {
  width: 25%;
}
.progress.progress-53 span {
  width: 35%;
}
.progress.progress-54 span, .progress.progress-55 span {
  width: 45%;
}
.progress.progress-50 span {
  width: 50%;
}
.progress.progress-51 span {
  width: 65%;
}
.progress.progress-60 span, .progress.progress-70 span {
  width: 90%;
}
.progress.progress-71 span, .progress.progress-72 span {
  width: 95%;
}
.progress.progress-80 span {
  width: 100%;
}

.form-group a, .form-actions a {
  color: #becbcb;
  text-decoration: underline;
}
.form-group a:hover, .form-actions a:hover {
  color: #637f7f;
}
.form-group.required .control-status, .form-actions.required .control-status {
  background-position: -33px 0;
}
.form-group.warning .control-status, .form-actions.warning .control-status {
  background-position: -15px 0;
}
.form-group.success .control-status, .form-actions.success .control-status {
  background-position: 2px 0;
}
.form-group.error .form-control, .form-actions.error .form-control {
  border-color: #cc0000 !important;
}
.form-group.error .control-status, .form-actions.error .control-status {
  background-position: -51px 0;
}
.form-group.error .help-inline, .form-actions.error .help-inline {
  padding-top: 10px;
  font-size: 12px;
  color: #cc0000;
}
.form-group.error .help-inline a, .form-actions.error .help-inline a {
  color: #cc0000;
  font-weight: 500;
}

.form-actions .btn {
  font-size: 14px;
  font-family: "myriad-pro", sans-serif;
}
.form-actions .btn.basket-save {
  color: #fff;
  background-color: #6d6e71;
}
.form-actions .btn.basket-save:hover {
  background-color: #5f6064;
}

h1 {
  font-family: "myriad-pro", sans-serif;
  margin: 0;
  color: #282828;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  text-transform: none;
  margin-bottom: 5px;
  padding: 0 0 5px;
}
h1.category-header {
  margin-bottom: 0;
  padding-bottom: 2px;
  font-weight: 400;
}
h1.category-header.deals {
  color: #f44336;
}
h1.product-list-header {
  color: #9d9d9d;
  border-bottom-color: #9d9d9d;
  line-height: 16px;
  margin-bottom: 10px;
  padding: 0 0 6px;
}
h1.item-title {
  border: 0;
  color: inherit;
}
h1.icon-header {
  font-size: 18px;
  text-transform: none;
  color: #000;
  border: 0;
  line-height: 22px;
  margin-bottom: 10px;
  padding: 0;
}

h2 {
  font-family: "myriad-pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
  color: #333333;
  margin: 0 0 20px 0;
  padding-bottom: 20px;
}
h2:after {
  width: 55px;
  display: block;
  background-color: #becbcb;
  height: 5px;
  position: absolute;
  margin-top: 15px;
  content: "";
}

h3 {
  font-family: "myriad-pro", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  margin: 0 0 20px 0;
}

.text-lg {
  font-size: 18px;
}

.text-md {
  font-size: 14px;
}

.text-sm {
  font-size: 12px;
}

body.fixed-sidebar .static.sidebar {
  z-index: 998;
  position: fixed;
  top: 30px;
  width: 263px;
  background-color: #fff;
  padding-top: 36px;
  margin: 0;
  display: block;
  visibility: visible;
  border-bottom: 2px solid #ececec;
}
body.fixed-sidebar .static.sidebar .search {
  padding: 10px 0;
}
body.fixed-sidebar .static.sidebar .search input[type=text] {
  background-image: url("/images/icon_search.png");
  background-position: 10px 10px;
  background-repeat: no-repeat;
  font-family: "myriad-pro", sans-serif;
  font-size: 14px;
  color: #c1c1c1;
  border: 1px solid #dbdbdb;
  border-radius: 0;
  box-shadow: none;
  padding: 2px 5px 2px 30px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  body.fixed-sidebar .static.sidebar .search input[type=text] {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/icon_search@2x.png");
    background-size: 11px 11px;
  }
}
body.fixed-sidebar .static.sidebar .search input[type=text]:focus {
  color: #000;
}
body.fixed-sidebar .static.sidebar .category-header a {
  border: 0;
  background: none;
  color: #a2a2a2;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  position: absolute;
  right: 0;
}
body.fixed-sidebar .static.sidebar .category-header a:after {
  clear: both;
}

.rf-header {
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: #d1dcdc;
  border-bottom: 4px solid #c6d3d3;
}
.rf-header .logo {
  min-height: 54px;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  background-repeat: no-repeat;
  background-image: url("/images/rosefields.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .rf-header .logo {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/rosefields@2x.png");
    background-size: 236px 54px;
  }
}
.rf-header .search {
  font-weight: 200;
  margin-top: 2px;
}
.rf-header .search input[type=text] {
  border: 0;
  border-bottom: 1px solid #637f7f;
  border-radius: 0;
  box-shadow: none;
  padding: 15px 0 10px;
  line-height: 14px;
  font-family: "myriad-pro", sans-serif;
  font-size: 14px;
  color: #1a1a1a;
  background: none;
}
.rf-header .search input[type=submit] {
  background: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("/images/icon_search.png");
  border: 0;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0 4px;
  width: 20px;
  height: 16px;
  padding: 0 15px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .rf-header .search input[type=submit] {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/icon_search@2x.png");
    background-size: 15px 16px;
  }
}
.rf-header .btn-header {
  font-family: "myriad-pro-condensed", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px;
  color: #000;
  margin-top: 4px;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 3px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.rf-header .btn-header.basket {
  padding-left: 34px;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-image: url("/images/icon_basket.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .rf-header .btn-header.basket {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/icon_basket@2x.png");
    background-size: 14px 17px;
  }
}
.rf-header .btn-header:hover {
  background-color: #f3f3f3;
}
.rf-header .btn-header i {
  padding-right: 5px;
  font-size: 12px;
}
.rf-header .btn-header:first-child {
  margin-left: 0;
}
.rf-header .btn-header:last-child {
  margin-right: 0;
}
.rf-header .btn-header a {
  color: #000;
}
.rf-header ul {
  margin-top: 15px;
}
.rf-header ul li {
  display: inline-block;
  margin-right: 20px;
}
.rf-header ul li i {
  margin-right: 5px;
}
.rf-header ul li a {
  color: #000;
}
.rf-header ul li a:hover {
  border-bottom: 1px solid #000;
}
.rf-header ul li.basket {
  border-left: 1px solid #637f7f;
  padding-left: 20px;
}

.nav {
  margin-top: 20px;
}
.nav .menu {
  margin: 0;
  color: #000;
}
.nav .menu a {
  background: none;
  color: #000;
  padding: 15px 25px;
  display: inline-block;
  font-size: 16px;
  font-weight: 200;
  margin: 0;
}
.nav .menu a i {
  margin-left: 5px;
}
.nav .menu .menu-block {
  background-color: #000;
  display: none;
  z-index: 9998;
  width: 260px;
}
.nav .menu .menu-block ul {
  margin-top: 15px;
}
.nav .menu .menu-block li {
  display: block;
  margin: 0;
}
.nav .menu .menu-block li:hover a, .nav .menu .menu-block li.active a {
  background-color: #627272;
  border: none;
}
.nav .menu .menu-block li a {
  display: block;
  font-size: 14px;
}
.nav .menu .menu-block li a i {
  float: right;
}
.nav .menu .menu-block .child a {
  background: none;
  color: #fff;
}
.nav .menu .menu-block .child .child-block {
  background-color: #627272;
  display: none;
  z-index: 9999;
  width: 260px;
  min-height: 352px;
  margin-left: 260px;
  top: 0;
}
.nav .menu .menu-block .child .child-block ul {
  margin-top: 0;
}
.nav .menu .menu-block .child .child-block li {
  display: block;
  margin: 0;
}
.nav .menu .menu-block .child .child-block li:hover a, .nav .menu .menu-block .child .child-block li.active a {
  background-color: #627272;
  border: none;
}
.nav .menu .menu-block .child .child-block li a {
  display: block;
  font-size: 14px;
}
.nav .menu .menu-block .child:hover > .child-block, .nav .menu .menu-block .child .active > .child-block {
  display: block;
  position: absolute;
}
.nav .menu.account {
  text-align: right;
}
.nav .menu.account .menu-block form {
  padding: 0 10px 10px;
}
.nav .menu.account .form-actions {
  border-bottom: 1px solid #627272;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.nav .menu.account .btn-primary {
  background-color: #627272;
}
.nav .menu.account:hover > .menu-block {
  display: block;
  position: absolute;
  margin-top: 0;
  right: 15px;
}
.nav .menu:hover a {
  background-color: #000;
  color: #fff;
}
.nav .menu:hover > .menu-block {
  display: block;
  position: absolute;
  margin-top: 0;
}
.nav .sub-block {
  position: absolute;
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  display: none;
}
.nav .submenu {
  width: 220px;
  padding: 5px;
  float: left;
}
.nav .submenu.theme {
  margin-right: 10px;
  float: right;
}
.nav .submenu.theme li.title {
  font-weight: 300;
  font-size: 14px;
  padding: 5px 10px;
  border-bottom: 1px solid #e2e2e2;
  color: #fff;
}
.nav .submenu ul {
  margin: 0;
  padding: 0;
}
.nav .submenu ul li {
  display: block;
  float: none;
}
.nav .submenu ul li a {
  padding: 7px 15px;
  background: none;
  color: #fff;
  font-size: 14px;
}
.nav .submenu .signin-menu {
  padding: 10px;
}
.nav .submenu .signin-menu .form-header {
  font-size: 14px;
  color: #fff;
  padding: 0 0 10px;
}
.nav .submenu .signin-menu .form-group {
  border: 0;
  padding-bottom: 5px;
}
.nav .submenu .signin-menu .form-control {
  border-radius: 0;
}
.nav .submenu .signin-menu .form-actions {
  padding-bottom: 10px;
  border-bottom: 1px solid #353535;
  margin-bottom: 10px;
}
.nav .submenu .signin-menu .btn-primary {
  background-color: #becbcb;
  color: #000;
}
.nav .submenu .signin-menu .btn-primary:hover {
  background-color: #dcdfdf;
}
.nav .my-account a {
  background: #637f7f;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
  margin: 0;
  display: block;
}
.nav.account .sub-block {
  margin-top: 38px;
  position: absolute;
  right: 15px;
}
.nav.account .submenu {
  width: 275px;
}

.site-notification {
  background-color: #234444;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  padding: 15px 0;
  text-align: center;
  margin-top: -4px;
}
.site-notification a {
  color: #fff;
  font-weight: 400;
  text-decoration: underline;
}
.site-notification a:hover {
  text-decoration: none;
}

.site-notification-content {
  margin-top: 30px;
  border: 4px solid #234444;
  color: #234444;
  font-size: 16px;
  line-height: 18px;
  padding: 20px;
  text-align: center;
}

.breadcrumbs ul {
  border-bottom: 1px solid #e0e0e0;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 0 10px 0 0;
}
.breadcrumbs ul li {
  display: inline-block;
  padding: 10px 0;
  margin-right: 10px;
  font-size: 12px;
}
.breadcrumbs ul li a {
  color: #6a6a6a;
}
.breadcrumbs ul li a.back-to-results {
  border: 0;
  font-size: 12px;
  font-weight: 600;
  margin-right: 15px;
}
.breadcrumbs ul li a.back-to-results i {
  font-size: 12px;
  font-weight: 600;
  margin-right: 5px;
}
.breadcrumbs ul li i {
  margin-left: 10px;
  font-size: 10px;
  color: #637f7f;
}
.breadcrumbs ul li:last-child i {
  visibility: hidden;
}

.gg-banner {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 300px;
  overflow: hidden;
  margin-top: -4px;
}
.gg-banner .overlay {
  font-family: "myriad-pro", sans-serif;
  font-size: 12px;
  height: 58px;
  padding: 10px;
  width: 100%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  margin-top: 242px;
  display: block;
}
.gg-banner .overlay h1, .gg-banner .overlay h2, .gg-banner .overlay h3, .gg-banner .overlay h4, .gg-banner .overlay h5, .gg-banner .overlay h6 {
  font-family: "myriad-pro-condensed", sans-serif;
}
.gg-banner.homepage-slider {
  height: 407px !important;
  background-color: #f2f2f2;
}
.gg-banner.homepage-slider h1 {
  border: none;
  text-transform: none;
  font-size: 28px;
  line-height: 28px;
  text-align: center;
  margin: 15px 0 5px;
  padding: 0;
}
.gg-banner .banner {
  width: 100%;
  height: 407px !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.gg-banner .banner .banner-graphic {
  width: 100%;
  height: 407px !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1106px auto;
  cursor: pointer;
  display: block;
}
.gg-banner .banner .banner-products {
  position: relative;
  padding: 15px 0 0;
  z-index: 1;
}
.gg-banner .banner.intro {
  height: 439px !important;
  background-image: url("/images/homepage/intro_bg@2x.jpg");
}
.gg-banner .banner.intro .intro-text {
  height: 121px;
  width: 378px;
  margin: 90px auto;
  background-image: url("/images/homepage/intro_text.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .gg-banner .banner.intro .intro-text {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/homepage/intro_text@2x.png");
    background-size: 378px 121px;
  }
}

.content {
  font-family: "myriad-pro", sans-serif;
  font-color: #000;
  margin-top: 20px;
}

.toggle-category-sidebar {
  color: inherit;
}
.toggle-category-sidebar i {
  color: inherit;
  margin-right: 10px;
  display: inline-block;
}
.toggle-category-sidebar:active, .toggle-category-sidebar:visited, .toggle-category-sidebar:hover {
  color: inherit;
}

.category-menu {
  display: block;
}

.sidebar {
  padding: 0 0 15px;
}
.sidebar.categories li {
  border: 0;
}
.sidebar.categories li a.filter {
  width: 16px;
  height: 16px;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  right: 8px;
  display: inline-block;
  margin-right: 8px;
  margin-top: -27px;
}
.sidebar.categories li a.category {
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
  padding: 10px 10px 10px 0;
  color: #000;
}
.sidebar.categories li a.category:hover, .sidebar.categories li a.category.selected {
  background-color: #eaeaea;
}
.sidebar.categories:first-child {
  margin-bottom: 20px;
}
.sidebar.company-details {
  padding-bottom: 15px;
}
.sidebar.company-details li {
  border: 0;
}
.sidebar.company-details li a {
  border: 1px solid #234444;
  background-color: #234444;
  padding: 8px;
  margin-bottom: 4px;
  font-weight: 300;
  display: block;
  color: #fff;
}
.sidebar.company-details li a:hover {
  color: #becbcb;
  border-color: #637f7f;
}
.sidebar.company-details li a i {
  position: absolute;
  right: 20px;
}
.sidebar li {
  border-bottom: 1px solid #d1d1d1;
}
.sidebar li a {
  font-size: 14px;
  line-height: 14px;
  padding: 12px 0;
  color: #000;
  display: block;
}
.sidebar li a i {
  padding: 0 10px 0 5px;
}
.sidebar li a:hover, .sidebar li a.selected {
  color: #637f7f;
}
.sidebar li.back-results a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  padding: 15px 0 10px;
  color: #000;
  display: block;
}
.sidebar li.back-results a:hover {
  color: #a2a2a2;
}
.sidebar li.back-results i {
  margin-right: 10px;
}
.sidebar li.search {
  padding: 10px 0;
}
.sidebar li.search input[type=text] {
  background-image: url("/images/icon_search.png");
  background-position: 10px 10px;
  background-repeat: no-repeat;
  font-family: "myriad-pro", sans-serif;
  font-size: 14px;
  color: #c1c1c1;
  border: 1px solid #dbdbdb;
  border-radius: 0;
  box-shadow: none;
  padding: 2px 5px 2px 30px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .sidebar li.search input[type=text] {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/icon_search@2x.png");
    background-size: 11px 11px;
  }
}
.sidebar li.search input[type=text]:focus {
  color: #000;
}
.sidebar li.special-offers a {
  color: #bd0505;
  font-weight: 600;
}
.sidebar li.special-offers a:hover {
  color: #b62015;
}
.sidebar li.header {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border: 0;
  font-size: 14px;
  border-bottom: 1px solid #282828;
}
.sidebar li.header a {
  border: 0;
  background: none;
  color: #a2a2a2;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  position: absolute;
  right: 15px;
  top: -10px;
}
.sidebar li.header a:after {
  clear: both;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 220px;
  font-family: "myriad-pro", sans-serif;
  font-size: 14px;
  color: #727272;
  padding-top: 20px;
}
.footer a {
  color: #727272;
}
.footer .footer-content {
  border-top: 2px solid #e0e0e0;
  margin-top: 20px;
  padding-top: 20px;
}
.footer .footer-content li {
  padding-bottom: 5px;
}
.footer .footer-content .social {
  font-size: 16px;
}
.footer .footer-content .social a {
  margin-right: 4px;
  color: #333;
}
.footer .footer-content .social a:hover {
  color: #234444;
}
.footer .copyright {
  border-top: 2px solid #e0e0e0;
  padding-top: 20px;
  margin-top: 20px;
  font-size: 12px;
}
.footer .copyright .payment {
  overflow: hidden;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 15px 0;
  min-height: 40px;
  background-image: url("/images/payment_opayo_paypal_hokodo.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .footer .copyright .payment {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/payment_opayo_paypal_hokodo@2x.png");
    background-size: 365px 33px;
  }
}

.feed-item {
  border-bottom: 1px solid #e1e1e1;
  padding: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  color: #000;
}
.feed-item .row {
  margin-bottom: 5px;
}
.feed-item .row:first-child {
  margin-bottom: 10px;
}
.feed-item .row br {
  padding-bottom: 4px;
}
.feed-item .feed-date {
  color: #a5a5a5;
}
.feed-item.feed-more {
  background-image: url("/images/chevron-right.png");
  background-repeat: no-repeat;
  background-position: 99% center;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .feed-item.feed-more {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/chevron-right@2x.png");
    background-size: 11px 17px;
  }
}
.feed-item .feed-subject {
  font-size: 18px;
  font-weight: 500;
}
.feed-item .feed-content {
  padding-top: 10px;
  padding-bottom: 20px;
}

.item {
  height: 430px !important;
  max-height: 430px !important;
  overflow: hidden;
  margin-bottom: 15px;
}
.item .item-inner {
  background-color: #fff;
}
.item .item-inner .add-to-favourites {
  font-size: 14px;
  color: #363636;
  margin-top: 10px;
  display: block;
}
.item .item-inner .add-to-favourites i {
  color: #becbcb;
}
.item .item-inner .add-to-favourites:hover i {
  color: #da1919;
}
.item .item-inner .add-to-favourites.favourite i {
  margin-left: 5px;
}
.item .item-inner .add-to-favourites.favourite i.fa.fa-heart {
  color: #da1919;
  margin: 0;
}
.item .item-inner .add-to-favourites.favourite:hover {
  color: #da1919;
}
.item .item-inner .item-image {
  padding-top: 15px;
  min-width: 237px;
  max-height: 270px;
  min-height: 270px;
  margin-left: 13px;
  border: 0;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/images/small_loading.gif");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .item .item-inner .item-image {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/small_loading@2x.gif");
    background-size: 20px 20px;
  }
}
.item .item-inner .item-title {
  margin-top: 10px;
  margin-left: 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  height: 35px !important;
}
.item .item-inner .item-title a {
  color: #000;
}
.item .item-inner .item-title a:hover {
  border-bottom: 1px solid #000;
}
.item .item-inner .item-sub {
  margin-left: 15px;
  margin-right: 15px;
  padding: 2px 0 0;
  font-weight: 300;
  color: #000;
  border-bottom: 1px solid #000;
}
.item .item-inner .item-sub div {
  padding-left: 0;
  padding-right: 0;
}
.item .item-inner .item-sub.basket {
  border-bottom-color: #637f7f;
}
.item .item-inner .item-sub.basket .in-basket {
  opacity: 1;
}
.item .item-inner .item-sub .in-basket {
  opacity: 0;
}
.item .item-inner .item-sub .code {
  font-size: 12px;
  text-align: right;
  padding-bottom: 3px;
  text-transform: uppercase;
}
.item .item-inner .item-sub .in-basket {
  background-color: #637f7f;
  padding: 4px 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.item .item-inner .item-sub .in-basket b {
  font-weight: 300;
}
.item .item-inner .item-sub .in-basket i {
  font-style: normal;
}
.item .item-inner .item-action {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}
.item .item-inner .item-action .prices {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 10px;
  min-height: 36px !important;
  max-height: 36px !important;
  overflow: hidden;
}
.item .item-inner .item-action .prices li {
  padding-bottom: 4px;
}
.item .item-inner .item-action .prices li .price-offer {
  color: #bd0505;
  display: inline-block;
}
.item .item-inner .item-action .prices li span {
  font-weight: 400;
}
.item .item-inner .item-action .prices li span.qty {
  width: 35px;
  display: inline-block;
}
.item .item-inner .item-action .prices li span.offer {
  display: none;
}
.item .item-inner .item-action .prices li span.before {
  display: none;
}
.item .item-inner .item-action .prices li i {
  font-size: 12px;
  font-style: normal;
  display: none;
}
.item .item-inner .item-action .buy-now .form-control, .item .item-inner .item-action .buy-now-postonly .form-control {
  padding: 5px 8px;
  border-radius: 0;
}
.item .item-inner .item-action .buy-now .btn-add, .item .item-inner .item-action .buy-now-postonly .btn-add {
  padding: 6px 8px;
  border-radius: 0;
  background-color: #739327;
  color: #fff;
  font-family: "myriad-pro", sans-serif;
  font-size: 14px;
  font-weight: 300;
}
.item .item-inner .item-action .buy-now .btn-add:hover, .item .item-inner .item-action .buy-now-postonly .btn-add:hover {
  background-color: #637f7f;
}
.item .item-inner .item-action .login {
  margin-top: 4px;
}
.item .item-inner .item-action .multiples-qty {
  display: none;
}
.item .item-inner .item-action.unavailable {
  background-color: #fff5f5;
}
.item .item-inner .item-action.unavailable .no-stock {
  margin-top: -10px;
}
.item .item-inner .item-action.unavailable .btn {
  padding-top: 3px;
  padding-bottom: 3px;
  margin-top: 4px;
  display: block;
}
.item.item-inline {
  width: 260px !important;
  padding: 0;
  margin-left: 15px;
  margin-right: 15px;
}
.item.item-inline .item-image {
  width: 90px;
  height: 90px;
  position: absolute;
  text-align: center;
}
.item.item-inline .item-image img {
  width: 100px;
}
.item.item-inline .item-details {
  width: 153px;
  float: right;
}
.item.item-inline .item-details div {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
.item.item-inline .item-details .item-action {
  background: none;
}
.item.item-inline .item-details .item-action .prices li {
  padding-left: 5px;
  font-size: 12px;
}
.item.item-inline .in-basket .hidden-sm {
  display: none;
}
.item.item-inline-full {
  padding-top: 5px;
  margin-bottom: 10px;
  border-bottom: 4px solid #f2f2f2;
}
.item.item-inline-full:first-child {
  padding-top: 0;
}
.item.item-inline-full .item-title {
  padding-top: 5px;
  line-height: 14px;
  margin: 0;
}
.item.item-inline-full .item-action {
  height: 100px !important;
}
.item.item-inline-full .item-action .prices li {
  font-size: 14px;
}
.item.banner-item {
  border-right: 1px dashed rgba(0, 0, 0, 0.2);
}
.item.banner-item:nth-child(4) {
  border: none;
}
.item.banner-item .item-inner {
  background-color: #fff;
}
.item.banner-item .item-inner .item-image {
  margin-top: 0;
  margin-bottom: 0;
  height: 140px;
  overflow: hidden;
}
.item.banner-item .item-inner .item-image img {
  margin-top: -10px;
}
.item.banner-item .item-inner .item-title {
  font-size: 14px;
  font-weight: 500;
  height: 28px !important;
  line-height: 18px;
  overflow: hidden;
  padding-top: 10px;
  margin: 0 10px 0 10px;
}
.item.banner-item .item-inner .item-title a {
  color: #000;
  border-bottom: 1px dotted #000;
}
.item.banner-item .item-inner .item-title a:hover {
  border-bottom: 0;
}
.item.banner-item .item-inner .item-code {
  color: #5f6261;
  border-bottom: 2px solid #e8e8e8;
  padding: 2px 0;
  margin: 0 10px 5px;
}
.item.banner-item .item-inner .item-action {
  margin-top: 5px;
  border-top: 2px solid #e8e8e8;
  background: none;
}
.item.banner-item .item-inner .item-action .prices li {
  visibility: hidden;
}
.item.banner-item .item-inner .item-action .prices li span.qty {
  display: none;
}
.item.banner-item .item-inner .item-action .prices li:first-child {
  visibility: visible;
  font-size: 16px;
  padding-top: 5px;
  font-weight: 500;
}
.item.banner-item .item-inner .item-action .prices li:first-child::before {
  content: "From ";
}
.item.banner-item .item-inner .item-action .prices li i {
  display: none;
}
.item.banner-item .item-inner .item-action.unavailable {
  background-color: #fff5f5;
}
.item span.new-in {
  position: absolute;
  margin: 0;
  width: 58px;
  height: 58px;
  background-image: url("/images/label_new.png");
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .item span.new-in {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/label_new@2x.png");
    background-size: 58px 58px;
  }
}
.item span.low-stock {
  font-family: "myriad-pro", sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  background-color: #f44336;
  padding: 3px 8px;
  position: absolute;
  margin: 15px 0 0;
}
.item span.back-in-stock {
  font-family: "myriad-pro", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  background-color: #000;
  padding: 4px 8px;
  position: absolute;
  bottom: 125px;
  z-index: 2;
}
.item span.dealsdeals {
  color: #fff;
  background-color: #f44336;
  background-position: bottom;
  background-repeat: repeat-x;
  background-image: url("/images/dealsdeals.png");
  font-size: 12px;
  font-family: "myriad-pro", sans-serif;
  padding: 4px 4px 14px;
  position: absolute;
  bottom: 140px;
  right: 15px;
  text-transform: uppercase;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .item span.dealsdeals {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/dealsdeals@2x.png");
    background-size: 49px 11px;
  }
}
.item span.dealsdeals b {
  font-size: 18px;
  font-weight: 400;
  display: block;
}
.item.basket {
  height: 335px !important;
  max-height: 335px !important;
  overflow: hidden;
}
.item.basket .item-image {
  padding-top: 15px;
  text-align: center;
  min-width: 160px;
  max-height: 180px;
  min-height: 180px;
  margin-bottom: 10px;
  border: 0;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/images/small_loading.gif");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .item.basket .item-image {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/small_loading@2x.gif");
    background-size: 20px 20px;
  }
}
.item.basket .item-image img {
  width: 160px;
}
.item.basket .line-qty {
  border-bottom: 1px solid #c6c6c6;
  margin-left: 15px;
  margin-right: 15px;
  padding: 15px 0 10px;
}
.item.basket .line-qty div {
  padding-left: 0;
  padding-right: 0;
}
.item.basket .line-qty .input-group {
  margin-top: -7px;
}
.item.basket .line-qty .input-group .basket-qty {
  font-size: 14px;
  padding: 4px;
}
.item.basket .line-qty .input-group .btn-default {
  padding-left: 5px;
  padding-right: 5px;
}
.item.basket .line-qty .input-group .btn-default i {
  font-size: 10px;
  color: #000;
}
.item.basket .line-qty .price {
  font-size: 18px;
  font-weight: 400;
  padding-right: 15px;
  display: inline-block;
}
.item.basket .line-total {
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px 0;
}
.item.basket .line-total div {
  padding-left: 0;
  padding-right: 0;
}
.item.basket .line-total .price {
  font-size: 20px;
  font-weight: 600;
}
.item.basket.continue-shopping a {
  background-color: #ecefef;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/images/continue_shopping.png");
  height: 100%;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .item.basket.continue-shopping a {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/continue_shopping@2x.png");
    background-size: 92px 92px;
  }
}

.product {
  margin-bottom: 15px;
}
.product .item-new {
  min-height: 26px;
}
.product .item-image {
  padding: 20px;
  background-color: #fff;
}
.product .item-image img {
  max-height: 600px;
  margin: 0 auto;
}
.product .item-gallery .gallery-image {
  width: 65px;
  height: 65px;
  overflow: hidden;
  border: 2px solid #e8e8e8;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.product .item-gallery .gallery-image img {
  margin-left: -15px;
  width: 90px;
  height: 90px;
}
.product .item-gallery .gallery-image:hover {
  cursor: pointer;
}
.product .item-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  padding: 0 0 15px;
  margin: 0 0 15px;
  border-bottom: 2px solid #000;
}
.product .product-details {
  min-height: 600px;
}
.product .product-details .no-delivery-text {
  line-height: 18px;
}
.product .product-details .no-delivery-text b {
  background-color: #000;
  color: #fff;
  padding: 2px 4px;
  font-weight: 300;
  display: block-inline;
}
.product .product-details.discontinued {
  min-height: 200px;
}
.product .item-disclaimer {
  font-size: 12px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
}
.product .prices {
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  color: #262626;
  border-top: 4px solid #becbcb;
  border-bottom: 4px solid #becbcb;
  margin-top: 15px;
  margin-bottom: 15px;
}
.product .prices li {
  padding: 0 0 0 15px;
  border-bottom: 1px solid #d9d9d9;
}
.product .prices li .price-offer {
  display: inline-block;
  color: #bd0505;
}
.product .prices li span.qty {
  width: 55px;
  padding: 15px 15px;
  text-align: right;
  color: #000;
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 400;
  border-right: 1px solid #becbcb;
}
.product .prices li span.offer {
  display: inline-block;
  background-color: #bd0505;
  color: #fff;
  font-size: 16px;
  font-weight: 200;
  padding: 5px 10px;
  margin: 0 5px;
  border: 0;
  width: auto;
}
.product .prices li span.before {
  font-size: 18px;
  font-weight: 500;
  text-decoration: line-through;
  display: inline-block;
  color: #53632d;
}
.product .prices li i {
  font-size: 14px;
  font-style: normal;
}
.product .btn-login {
  font-size: 14px;
  background-color: #000;
}
.product .item-description {
  font-size: 16px;
  line-height: 18px;
  padding-bottom: 15px;
}
.product .item-description .text-muted {
  color: #474747;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 14px;
}
.product .item-sub {
  margin: 10px 0 0;
}
.product .item-sub div {
  padding-left: 0;
  padding-right: 0;
}
.product .item-sub.basket {
  border-color: #637f7f;
}
.product .item-sub.basket .in-basket {
  visibility: visible;
}
.product .item-sub .in-basket {
  visibility: hidden;
}
.product .item-sub .code {
  color: #878787;
  font-size: 16px;
  text-align: right;
  text-transform: uppercase;
}
.product .item-sub .in-basket {
  background-color: #637f7f;
  padding: 4px 10px;
  color: #fff;
  font-size: 12px;
}
.product .item-sub .in-basket b {
  font-weight: 300;
}
.product .item-sub .in-basket i {
  font-style: normal;
}
.product .item-basket {
  display: none;
}
.product .item-basket.basket {
  display: block;
}
.product .item-basket.basket span {
  margin-top: 10px;
  background-color: #637f7f;
  border: 0;
  padding: 5px 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
  float: right;
}
.product .item-basket.basket span b {
  font-weight: 300;
}
.product .item-social {
  padding: 15px 0;
}
.product .item-social .add-to-favourites {
  display: inline-block;
  font-weight: 200;
  color: #363636;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.product .item-social .add-to-favourites.favourite i {
  color: #becbcb;
  margin-left: 10px;
}
.product .item-social .add-to-favourites.favourite i.fa.fa-heart {
  color: #da1919;
  margin: 0;
}
.product .item-social .add-to-favourites.favourite:hover {
  color: #da1919;
}
.product .item-social .add-to-favourites.favourite:hover i:last-child {
  color: #a2a2a2;
}
.product .item-social .add-to-favourites:hover i {
  color: #da1919;
}
.product .item-action {
  padding: 0;
  margin: 10px 0 0;
}
.product .item-action .buy-now .input-group .form-control, .product .item-action .buy-now-postonly .input-group .form-control {
  padding: 20px 15px !important;
  text-align: right;
  font-size: 18px;
  border-radius: 0;
}
.product .item-action .buy-now .btn-add, .product .item-action .buy-now-postonly .btn-add {
  padding: 10px 15px;
  background-color: #739327;
  color: #fff;
  font-family: "myriad-pro", sans-serif;
  font-size: 14px;
  font-weight: 300;
  margin-left: 10px;
  border-radius: 0;
}
.product .item-action .buy-now .btn-add:hover, .product .item-action .buy-now-postonly .btn-add:hover {
  background-color: #5e7a1b;
}
.product .item-action .buy-now .added-to-basket, .product .item-action .buy-now-postonly .added-to-basket {
  width: 64px;
  height: 13px;
  padding: 5px 10px;
  background-color: #fff;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  position: absolute;
  margin: -20px 0 0 -10px;
}
.product .item-action .multiples-qty {
  display: block;
  padding: 0 0 10px 0;
  color: #505050;
  line-height: 16px;
  font-size: 14px;
  text-align: right;
}
.product .item-action .login {
  font-size: 16px;
  padding: 5px 10px;
}
.product .item-action.unavailable {
  background-color: #fff5f5;
}
.product .item-action.unavailable .btn {
  padding: 10px 15px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 300;
}
.product .item-action.unavailable span.text-md {
  padding: 10px 5px;
  font-size: 16px;
  display: block;
}
.product span.new-in {
  font-family: "myriad-pro", sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  background-color: #a31d1d;
  padding: 5px 10px;
  position: absolute;
  z-index: 2;
  margin: -1px 0 0 -1px;
}
.product span.low-stock {
  font-family: "myriad-pro", sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  background-color: #f44336;
  padding: 7px 12px;
  position: absolute;
  z-index: 2;
  margin: -1px 0 0 -1px;
}
.product span.back-in-stock {
  font-family: "myriad-pro", sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  background-color: #637f7f;
  padding: 7px 12px;
  position: absolute;
  bottom: 0;
  z-index: 2;
}

.container-slider {
  overflow: hidden;
}
.container-slider .item {
  width: 100%;
}

.container.content-wrapper {
  padding-bottom: 30px;
  font-size: 14px;
}

.block {
  margin-bottom: 30px;
}
.block:first-child {
  margin-top: 0;
}
.block:only-of-type {
  margin-bottom: 0;
}
.block .block-title {
  padding: 0 0 5px;
  margin-bottom: 5px;
  position: relative;
}
.block .block-title strong {
  color: #282828;
  font-family: "myriad-pro", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
}
.block .block-title .navslider {
  position: absolute;
  top: -8px;
  right: 0;
  z-index: 1;
}
.block .block-title .navslider a {
  display: inline-block;
  vertical-align: middle;
  float: left;
  margin-left: 10px;
}
.block .block-title .navslider a i {
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 22px;
  border: 1px solid #eaeaea;
  color: #666;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  cursor: pointer;
}
.block .block-title .navslider a i:hover {
  background: #637f7f;
  color: #fff;
  border-color: #637f7f;
}
.block.trending {
  padding: 0;
}
.block.trending .item .item-inner .item-image {
  min-width: 220px !important;
  max-width: 220px !important;
  min-height: 200px !important;
  max-height: 200px !important;
  margin: 0 auto;
}
.block.trending .item .item-inner .item-image img {
  width: 220px;
}
.block.red .block-title {
  color: #ce4424;
  border-bottom-color: #ce4424;
}
.block.red .block-title strong {
  color: #ce4424;
}
.block.red .block-title .navslider a i:hover {
  background: #ce4424;
}
.block.green .block-title {
  color: #becbcb;
  border-bottom-color: #becbcb;
}
.block.green .block-title strong {
  color: #becbcb;
}
.block.green .block-title .navslider a i:hover {
  background: #becbcb;
}
.block.prod {
  margin-top: 20px;
}
.block.prod.trending .block-title {
  margin-right: 45px;
}
.block.prod .block-title {
  padding-bottom: 15px;
  border-bottom: 4px solid #f2f2f2;
}
.block.prod .block-title strong {
  color: #000;
  text-transform: none;
  font-size: 14px;
  font-weight: 600;
}
.block.prod .block-title .navslider {
  top: 0;
}
.block.register .btn-primary {
  margin-top: 25px;
}
.block.sorter {
  padding: 0 0 2px 0;
  border-bottom: 1px solid #9d9d9d;
}
.block .category-header {
  margin-bottom: 5px;
  margin-top: 20px;
}
.block .category-header.basket {
  margin-top: 0;
}
.block .category-description {
  font-size: 12px;
  line-height: 14px;
  padding-left: 15px;
  padding-right: 15px;
  color: #6d6e71;
}
.block .owl-controls {
  float: right;
  margin-right: 10px;
}
.block.trending .block-title strong span {
  color: #637f7f;
}
.block.trending .trending-block {
  padding: 10px;
  min-height: 110px;
  max-height: 110px;
  overflow: hidden;
  margin-bottom: 10px;
}
.block.trending .trending-block.block1, .block.trending .trending-block.block2 {
  min-height: 165px;
  max-height: 165px;
  overflow: hidden;
}
.block.trending .trending-block.block2 p, .block.trending .trending-block.block3 p, .block.trending .trending-block.block4 p {
  display: none;
}
.block.trending .trending-block a {
  color: inherit;
}
.block.trending .trending-block .image {
  background-size: cover;
  width: 140px;
  height: 140px;
  float: left;
  margin-right: 10px;
}
.block.trending .trending-block h3 {
  margin: 0 0 5px;
  font-weight: 600;
  line-height: 18px;
  font-size: 16px;
}
.block.trending .trending-block span {
  font-weight: 200;
}
.block.trending .trending-block p {
  margin-top: 5px;
  font-style: italic;
  font-weight: 200;
  line-height: 14px;
}
.block.trending .trending-block.block1, .block.trending .trending-block.block3, .block.trending .trending-block.block5, .block.trending .trending-block.block6 {
  margin-right: 5px;
}
.block.trending .trending-block.block2, .block.trending .trending-block.block4 {
  margin-left: 5px;
}
.block.trending .trending-block.block3 .image, .block.trending .trending-block.block4 .image {
  height: 85px;
  background-position: 50% 50%;
}
.block.trending .trending-block.block3 h3, .block.trending .trending-block.block4 h3 {
  font-size: 14px;
  line-height: 16px;
}
.block.trending .trending-block.block7 {
  color: #fff;
}
.block.trending .trending-block.block7 h3 {
  font-size: 14px;
  font-weight: 200;
}
.block.trending .trending-block.block7 .keyword {
  font-size: 18px;
  text-decoration: underline;
  padding-right: 5px;
  display: inline-block;
  line-height: 22px;
  font-weight: 500;
}
.block.trending.parent .trending-block {
  background-color: #f2f2f2;
  color: #000;
}
.block.trending.parent .trending-block.block1, .block.trending.parent .trending-block.block2 {
  min-height: 145px;
  max-height: 145px;
  overflow: hidden;
}
.block.trending.parent .trending-block .image {
  background-size: cover;
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 10px;
}
.block.trending.parent .trending-block h3 {
  line-height: 16px;
  font-size: 14px;
}
.block.trending.parent .trending-block.block3 .image, .block.trending.parent .trending-block.block4 .image {
  height: 75px;
}
.block.trending.parent .trending-block.block2 p, .block.trending.parent .trending-block.block3 p, .block.trending.parent .trending-block.block4 p {
  display: none;
}
.block.trending.parent .trending-block.block7 h3 {
  font-size: 12px;
  font-weight: 200;
}
.block.trending.parent .trending-block.block7 .keyword {
  font-size: 14px;
  text-decoration: underline;
  padding-right: 5px;
  display: inline-block;
  line-height: 18px;
  font-weight: 500;
}
.block.topsellers .item-topseller {
  border-bottom: 4px solid #f2f2f2;
  padding-bottom: 15px;
  margin-bottom: 15px;
  min-height: 75px;
  max-height: 75px;
}
.block.topsellers .item-topseller .item-code {
  font-size: 12px;
  line-height: 14px;
  padding-top: 2px;
  color: #b1b2ac;
}
.block.topsellers .item-topseller .item-title {
  font-weight: 600;
  font-size: 14px;
  color: #000;
}
.block.topsellers .item-topseller .item-title a {
  color: inherit;
}
.block.topsellers .topseller-position {
  position: absolute;
  color: #fff;
  background-color: #637f7f;
  font-size: 12px;
  font-weight: 200;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  margin: -5px 0 0 -5px;
  z-index: 5;
}
.block.basket-confirmation .checkout-header {
  color: #637f7f;
  border-bottom: 5px solid #f2f2f2;
  margin-bottom: 30px;
}
.block.basket-confirmation .checkout-header i {
  font-size: 42px;
  margin-bottom: 20px;
  margin-right: 15px;
  float: left;
}
.block.basket-confirmation .checkout-header h1 {
  text-transform: none;
  font-size: 20px;
  line-height: 18px;
  border: 0;
  margin: 5px 0 0 0;
}
.block.basket-confirmation .checkout-header h4 {
  color: #333333;
  font-size: 14px;
  line-height: 14px;
  margin: 0;
  padding: 0;
}
.block.basket-confirmation .order-ref {
  padding: 40px;
}
.block.basket-confirmation .order-ref h1 {
  text-transform: none;
  line-height: 18px;
  font-weight: 300;
  border: 0;
  margin: 0;
}
.block.basket-confirmation .order-ref h1 span {
  font-weight: 600;
  padding-left: 10px;
  display: inline-block;
}
.block.basket-confirmation .order-ref .buttons {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e3e3e3;
}
.block .opening-times li {
  padding-bottom: 10px;
}
.block.no-padding {
  padding-left: 0;
  padding-right: 0;
}
.block.help-search {
  padding-top: 15px;
  padding-bottom: 4px;
  background-color: #ebf2f7;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.block.help-search .control-label {
  font-weight: 400;
  font-size: 24px;
  color: #5e6875;
}

.well {
  border-radius: 0;
  border: 1px solid #cbcbcb;
  background-color: #f0f0f0;
  padding: 0;
  box-shadow: none;
}
.well .well-header {
  border-bottom: 1px solid #d7d7d7;
  padding: 15px;
}
.well .well-header strong {
  font-size: 16px;
  font-weight: 500;
  color: #828282;
}
.well .well-header .requeststatus {
  color: #fff;
  font-weight: 400;
  padding: 5px 25px;
  font-size: 14px;
  line-height: 14px;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
}
.well .well-header .requeststatus.open {
  background: #d7610a;
}
.well .well-header .requeststatus.closed {
  background: #94b445;
}
.well .well-header .btn-group {
  margin-top: -16px;
  margin-right: -16px;
  float: right;
}
.well .well-header .btn-group .btn {
  font-size: 14px;
  font-weight: 600;
  padding: 12px 16px 9px;
  border-bottom: 4px solid #f9f9f9;
}
.well .well-header .btn-group .btn i {
  margin-right: 5px;
  display: inline-block;
}
.well .well-header .btn-group .btn:hover {
  background-color: #f9f9f9;
}
.well .well-body {
  padding: 15px;
}
.well .well-body .overview .details {
  padding: 15px 30px;
  margin: 0;
  font-weight: 600;
  background-color: #f6f6f6;
  border-left: 4px solid #666;
}
.well .well-body .overview .details h5 {
  color: #657936;
  font-size: 12px;
  font-weight: 400;
  padding: 0;
  margin: 0 0 5px;
}
.well .well-body .overview .order-status {
  padding: 15px 30px;
  margin: 0;
  border-bottom: 2px solid #f6f6f6;
  margin-bottom: 15px;
}
.well .well-body .overview .order-status h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  margin: 0;
}
.well .well-body .overview.status-80 .details {
  border-left-color: #257240;
}
.well .well-body .overview.status-80 .order-status {
  color: #657936;
}
.well .well-body .address {
  margin-top: 20px;
  margin-bottom: 20px;
}
.well .well-body .address:nth-child(2) {
  border: none;
}
.well .well-body .address strong {
  color: #234444;
  margin-bottom: 2px;
  font-weight: 400;
  border-bottom: 1px solid #becbcb;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
.well .well-body .address .address-block {
  line-height: 18px;
  font-weight: 600;
}
.well .well-body.saved-baskets-content {
  padding-bottom: 15px;
  min-height: 246px;
  max-height: 246px;
  overflow: scroll;
}
.well .well-body.saved-baskets-content .saved-basket {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.well .well-body.saved-baskets-content .saved-basket:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.well .well-body.saved-baskets-content .saved-basket h5 {
  color: #657936;
  font-size: 12px;
  font-weight: 400;
  padding: 0;
  margin: 0 0 5px;
}
.well .well-body.help-section-content {
  padding-bottom: 15px;
  min-height: 230px !important;
  max-height: 230px !important;
  overflow: scroll;
}
.well .well-body.help-section-content .help {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.well .well-body.help-section-content .help:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.well .well-body .form-group {
  padding-bottom: 15px;
  border-bottom: 1px solid #e8e9e9;
}
.well .well-body .form-group:last-child {
  border-bottom: 0;
}
.well.address-well {
  padding: 15px;
  font-size: 14px;
  line-height: 18px;
}
.well.address-well h2 {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 18px;
  margin-bottom: 0;
}
.well.well-success {
  background-color: #f3f7e9;
  border-color: #637f7f;
}
.well.well-success .form-actions {
  background: none;
}
.well.well-white {
  background-color: #fefefe;
  border-color: #d7d7d7;
}

.well-footer {
  padding: 25px 30px;
  margin: -17px 0 20px;
  background-color: #d1dcdc;
  font-weight: 300;
}
.well-footer h4 {
  margin: -4px 0 0;
  padding: 0;
}
.well-footer a {
  color: #5a7f7f;
}
.well-footer a:hover {
  text-decoration: underline;
}

.basket-content .order-actions {
  margin: -10px 0 0;
  padding: 0;
  text-align: right;
}
.basket-content .order-actions li {
  display: inline-block;
  padding: 0 5px;
  margin-right: 20px;
}
.basket-content .order-actions li a {
  color: #000;
  font-size: 14px;
  border-bottom: 1px dotted #000;
}
.basket-content .order-actions li a.invoice {
  padding-right: 5px;
}
.basket-content .order-actions li a:hover {
  border-bottom: none;
}
.basket-content .basket-header {
  color: #ccc;
  font-size: 12px;
  border-bottom: 4px solid #e8e8e8;
  padding-bottom: 5px;
  margin: inherit;
}
.basket-content .basket-empty .alert {
  background-color: #fedb9e;
  border: 2px solid #faca78;
  border-radius: 0;
  padding: 10px;
  color: #000;
}
.basket-content .basket-change {
  margin-bottom: 30px;
}
.basket-content .basket-change .basket-header {
  margin-bottom: 0;
}
.basket-content .basket-change .before {
  text-decoration: line-through;
  color: #000;
  padding-right: 20px;
}
.basket-content .basket-change .before b {
  color: #959595;
  font-weight: 400;
}
.basket-content .basket-change .after {
  color: #000;
}
.basket-content .basket-change .after b {
  color: #657936;
  font-weight: 400;
}
.basket-content .basket-change .alert {
  background-color: #fedb9e;
  border: 2px solid #faca78;
  border-radius: 0;
  padding: 10px;
  color: #000;
}
.basket-content .basket-line {
  padding: 20px 0 15px;
  font-size: 14px;
  border-bottom: 1px solid #e8e8e8;
  margin: inherit;
}
.basket-content .basket-line img {
  width: 40px;
  margin-right: 5px;
  margin: -12px 0 0 0;
  position: absolute;
}
.basket-content .basket-line:nth-child(odd) {
  background-color: #fafafa;
}
.basket-content .basket-line .input-group {
  margin-top: -7px;
  width: 70%;
}
.basket-content .basket-line .input-group .basket-qty {
  font-size: 14px;
  padding: 4px;
}
.basket-content .basket-line .input-group .btn-default {
  padding-left: 5px;
  padding-right: 5px;
}
.basket-content .basket-line .input-group .btn-default i {
  font-size: 10px;
  color: #000;
}
.basket-content .basket-line .remove {
  color: #000;
  width: 12px;
  height: 12px;
  float: right;
  margin-right: 15px;
  display: none;
}
.basket-content .basket-line .item-title {
  color: #000;
  font-weight: 600;
  padding-left: 50px;
}
.basket-content .basket-line .item-title:hover {
  border: none;
}
.basket-content .basket-line.order-line {
  padding: 20px 0;
}
.basket-content .basket-line.order-line img {
  width: 40px;
  margin-right: 5px;
  margin: -12px 0 0 -50px;
}
.basket-content .basket-line.order-line div {
  line-height: 14px;
  padding-top: 0;
  padding-bottom: 0;
}
.basket-content .basket-line.order-line:nth-child(odd) {
  background: none;
}
.basket-content .basket-line:hover .remove {
  display: inline-block;
}
.basket-content .basket-line.deleting {
  background: #ffeeee;
}
.basket-content .basket-line.has-bulk {
  background: #fffbeb;
}
.basket-content .totals {
  margin-top: 25px;
}
.basket-content .totals .dropdown-toggle {
  font-weight: 600;
  font-size: 18px;
  color: #000;
}
.basket-content .totals .row {
  margin-left: 0;
  margin-right: 0;
  padding-top: 15px;
  padding-bottom: 10px;
  margin-bottom: 4px;
  font-size: 18px;
  color: #637676;
  border-top: 1px solid #becbcb;
}
.basket-content .totals .row .col-sm-4 {
  font-size: 12px;
  color: #b2b2b2;
  text-align: left;
}
.basket-content .totals .row.grand {
  color: #344d4d;
  font-weight: 600;
  font-size: 24px;
  border-top: 4px solid #becbcb;
  border-bottom: 4px solid #becbcb;
  padding-bottom: 15px;
}
.basket-content .totals .row.grand .col-sm-4 {
  color: #b2b2b2;
  font-weight: 400;
}
.basket-content .totals .row.grand.balance {
  font-size: 16px;
  color: #000;
  background-color: #f8f8f8;
}
.basket-content .totals .row.paid {
  margin-top: 15px;
  color: #fff;
  background-color: #8a8a8a;
  font-weight: 600;
  font-size: 18px;
}
.basket-content .totals .row.paid .col-sm-4 {
  color: #fff;
  font-weight: 400;
}
.basket-content .totals .row.balance {
  background-color: #becbcb;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}
.basket-content .totals .row.balance .col-sm-4 {
  color: #fff;
  font-weight: 400;
}
.basket-content .totals .row.balance.under {
  background-color: #e05a09;
}
.basket-content .address {
  margin-top: 40px;
}
.basket-content .address h1 {
  font-weight: 400;
}
.basket-content .address strong {
  color: #becbcb;
  margin-bottom: 2px;
  font-weight: 400;
  border-bottom: 1px solid #becbcb;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
.basket-content .address .address-block {
  line-height: 18px;
  font-weight: 400;
}
.basket-content .address .basket-notes {
  padding-top: 10px;
}
.basket-content .basket-manual {
  padding: 10px;
  background-color: #f0f4e7;
}
.basket-content .basket-details {
  margin: inherit;
  margin-top: 30px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 4px solid #f2f2f2;
}
.basket-content .basket-details.order-header {
  margin-top: 15px;
  font-size: 14px;
}
.basket-content .basket-details.order-header .address p {
  margin: 10px 0;
}
.basket-content .basket-details.order-header .detail {
  margin-bottom: 20px;
}
.basket-content .basket-details .basket-boxes {
  padding-top: 40px;
  padding-right: 20px;
}
.basket-content .basket-details .basket-boxes i {
  color: #637f7f;
  font-size: 22px;
  margin: 7px 5px 5px 0;
  float: left;
}
.basket-content .basket-details .basket-boxes .switch-button-label {
  top: 91px;
}
.basket-content .basket-details .predict {
  background-repeat: no-repeat;
  background-position: 2px 0;
  background-image: url("/images/predict.png");
  background-size: 82px 29px;
  padding-top: 35px;
  margin-top: 10px;
  font-size: 12px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .basket-content .basket-details .predict {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/predict@2x.png");
    background-size: 82px 29px;
  }
}
.basket-content .basket-details .predict .form-control {
  font-size: 14px;
  padding: 5px;
  border-color: #e5e5e5;
}
.basket-content .basket-details .predict .help-inline {
  padding-top: 5px;
}
.basket-content .basket-actions {
  margin-top: 40px;
  background: #f8f8f8;
  padding-top: 15px;
  padding-bottom: 15px;
}
.basket-content .basket-actions .btn {
  font-size: 14px;
  font-weight: 300;
  text-transform: none;
}
.basket-content .basket-actions .btn i {
  padding-right: 5px;
}
.basket-content .basket-actions .btn.basket-save {
  color: #fff;
  background-color: #8ca2a2;
  margin-top: 20px;
  border: 0;
}
.basket-content .basket-actions .btn.basket-save:hover {
  background-color: #587373;
}
.basket-content .basket-actions .sagepay {
  background-repeat: no-repeat;
  background-position: 50px 0;
  background-image: url("/images/sagepay.png");
  background-size: 122px 34px;
  min-height: 34px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .basket-content .basket-actions .sagepay {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/sagepay@2x.png");
    background-size: 122px 34px;
  }
}
.basket-content .basket-actions .opayo {
  background-repeat: no-repeat;
  background-position: 40px 0;
  background-image: url("/images/opayo.png");
  background-size: 124px 48px;
  min-height: 48px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .basket-content .basket-actions .opayo {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/opayo@2x.png");
    background-size: 124px 48px;
  }
}
.basket-content .restore-confirm {
  display: none;
  padding-top: 15px;
  padding-bottom: 15px;
}
.basket-content .restore-confirm div:first-of-type {
  margin-bottom: 15px;
}

.alert {
  margin-top: 15px;
}
.alert button {
  margin-top: -3px;
}
.alert strong {
  padding-right: 5px;
  display: inline-block;
}
.alert.basket-alert {
  font-size: 14px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.alert.basket-alert .sub-total {
  background-color: #000;
  color: #fff;
  padding: 10px 30px;
  margin-top: -10px;
}
.alert.basket-alert .sub-total span {
  padding-right: 10px;
  font-size: 12px;
}

#loginModal .modal-dialog {
  width: 60%;
  margin-top: 10%;
}
#loginModal .modal-content {
  padding: 30px;
  border-radius: 0 !important;
  border: 1px solid #637f7f;
  box-shadow: none;
}

#basketModal .modal-dialog {
  width: 60%;
  height: 550px !important;
  margin-top: 10%;
}
#basketModal .modal-content {
  padding: 0 30px 30px;
  border-radius: 0 !important;
  border: 1px solid #637f7f;
  box-shadow: none;
}
#basketModal .address-book-wrapper {
  width: 100%;
  padding-right: 15px;
  max-height: 490px;
  min-height: 490px !important;
  overflow-y: scroll;
  border-right: 1px solid #f2f2f2;
}

#productModal .modal-content {
  border-radius: 0 !important;
  border: 1px solid #637f7f;
  box-shadow: none;
}
#productModal .modal-content .item-title {
  padding-left: 15px;
}
#productModal .modal-content .item-image {
  margin-left: 15px;
}
#productModal .modal-content .product-details {
  max-height: 400px !important;
  min-height: 400px !important;
  overflow: hidden;
}

.modal-content h1.page-header {
  padding-top: 0;
}

.modal-backdrop {
  background-color: #fff !important;
}
.modal-backdrop.in {
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.pager-wrapper {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #000;
}
.pager-wrapper .category-title {
  display: none;
}
.pager-wrapper .summary {
  font-family: "myriad-pro", sans-serif;
  font-size: 14px;
  color: #a2a2a2;
}
.pager-wrapper .pager {
  margin: 0;
  font-family: "myriad-pro", sans-serif;
  min-height: 29px;
}
.pager-wrapper .pager .pager-of {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 10px;
}
.pager-wrapper .pager .pager-dropdown {
  font-family: "myriad-pro", sans-serif;
  border: 1px solid #9f9f9f;
  border-radius: 0;
  padding: 10px;
  font-size: 14px;
  margin-left: 5px;
}
.pager-wrapper .pager .previous, .pager-wrapper .pager .next {
  float: none;
}
.pager-wrapper .pager .previous.pager-hidden a, .pager-wrapper .pager .next.pager-hidden a {
  background-color: #ededed;
  border-bottom-color: #e4e4e4;
  color: #fff;
  border-color: 0;
}
.pager-wrapper .pager .previous.pager-hidden a:hover, .pager-wrapper .pager .next.pager-hidden a:hover {
  background-color: #ededed;
  color: #fff;
  cursor: not-allowed;
}
.pager-wrapper .pager .previous a, .pager-wrapper .pager .next a {
  width: auto;
  height: auto;
  padding: 5px 40px;
  border: 0;
  border-radius: 0;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  background-color: #9d9d9d;
  border-bottom: 2px solid #6d6e71;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  cursor: pointer;
}
.pager-wrapper .pager .previous a:hover, .pager-wrapper .pager .next a:hover {
  background: #637f7f;
  color: #fff;
  border-color: #637f7f;
}
.pager-wrapper .pager .previous a i, .pager-wrapper .pager .next a i {
  font-size: 14px;
}
.pager-wrapper .pager.product {
  padding-bottom: 5px;
}
.pager-wrapper .pager.product .previous.pager-hidden a, .pager-wrapper .pager.product .next.pager-hidden a {
  background-color: #ededed;
  border-bottom-color: #e4e4e4;
  color: #fff;
  border-color: 0;
}
.pager-wrapper .pager.product .previous.pager-hidden a:hover, .pager-wrapper .pager.product .next.pager-hidden a:hover {
  background-color: #ededed;
  color: #fff;
  cursor: not-allowed;
}
.pager-wrapper .pager.product .previous a, .pager-wrapper .pager.product .next a {
  width: auto;
  height: auto;
  padding: 10px 40px;
  border: 0;
  border-radius: 0;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  background-color: #9d9d9d;
  border-bottom: 2px solid #6d6e71;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  cursor: pointer;
  float: none;
}
.pager-wrapper .pager.product .previous a:hover, .pager-wrapper .pager.product .next a:hover {
  background: #637f7f;
  color: #fff;
  border-color: #637f7f;
}
.pager-wrapper .pager.product .previous a i, .pager-wrapper .pager.product .next a i {
  font-size: 14px;
}
.pager-wrapper .pager.product .previous a {
  margin-right: 10px;
}
.pager-wrapper .pager.product .next a {
  margin-left: 10px;
}
.pager-wrapper.product {
  margin-top: -15px;
}

.table table {
  width: 100%;
  border-bottom: 4px solid #f2f2f2;
}
.table table th {
  color: #b2b2b2;
  font-size: 12px;
  font-weight: 400;
  border-bottom: 1px solid #f2f2f2;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 0;
  padding-right: 10px;
}
.table table tr {
  font-size: 14px;
  line-height: 18px;
  border-bottom: 1px solid #f2f2f2;
}
.table table tr td {
  padding: 10px 10px 10px 0;
}
.table table tr td a.link-dotted {
  color: #000;
  border-bottom: 1px dotted #000;
}
.table table tr td a.link-dotted:hover {
  border-bottom: 0;
}
.table table tr td a.address-default1 {
  background-color: #637f7f;
}
.table table tr:last-child {
  border-bottom: none;
}

.tags .block-content {
  margin-top: 30px;
}
.tags .tag {
  padding: 2px 4px;
  border-radius: 2px;
  margin: 0 4px 5px 0;
  word-break: keep-all;
  display: inline-block;
  color: #fff;
  background: #000;
  font-weight: 300;
  text-transform: capitalize;
  cursor: pointer;
}
.tags .tag:hover {
  color: #fff;
  background: #637f7f;
}
.tags .tag.selected {
  color: #fff;
  background: #becbcb;
}
.tags .tag.selected:hover {
  background: #cc0000;
  text-decoration: line-through;
}

.search-no-results-other {
  padding-bottom: 60px;
}
.search-no-results-other .tags .tag {
  background: #becbcb;
  color: #fff;
  font-size: 16px;
  padding: 4px 8px;
}
.search-no-results-other .tags .tag:hover {
  background: #637f7f;
}

.return-content {
  padding: 15px;
}
.return-content .well-header.detail div {
  line-height: 70px;
  font-weight: 600;
  font-size: 14px;
  vertical-align: middle;
}
.return-content .well-header.detail div span {
  background-color: #e2e2e2;
  border-radius: 2px;
  padding: 2px 4px;
}
.return-content .return-header {
  color: #ccc;
  font-size: 12px;
  border-bottom: 4px solid #e8e8e8;
  padding-bottom: 5px;
}
.return-content .return-line {
  padding: 15px 0 15px;
  font-size: 14px;
  border-bottom: 1px solid #e8e8e8;
}
.return-content .return-line:nth-child(odd) {
  background-color: #fafafa;
}
.return-content .return-actions {
  margin-top: 30px;
}
.return-content .photos-count {
  line-height: 24px;
  vertical-align: middle;
}
.return-content .photos-count i {
  color: #7a9045;
  padding-right: 5px;
}
.return-content .return-help {
  padding-bottom: 15px;
}
.return-content .return-help span {
  padding: 5px;
  background-color: #ddf5fb;
  display: inline-block;
}
.return-content .return-gallery {
  padding-bottom: 15px;
}
.return-content .return-gallery .gallery-thumb {
  margin: 10px;
  width: 180px;
  height: 140px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("/images/small_loading.gif");
  display: inline-block;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .return-content .return-gallery .gallery-thumb {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/small_loading@2x.gif");
    background-size: 20px 20px;
  }
}
.return-content .request-comment {
  background-color: #f7f7f7;
  border: 0;
  border-left: 4px solid #839a4c;
  padding: 15px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  text-align: left;
  margin: 10px 0;
}
.return-content .request-comment span {
  display: block;
  padding-bottom: 5px;
  color: #193e5d;
  font-size: 14px;
  font-weight: 400;
  text-align: text;
}
.return-content .request-comment.customer {
  background: none !important;
  border: 1px solid #e2e2e2;
  border-left: 4px solid #7dace7;
  text-align: left;
}
.return-content .request-comment.customer span {
  color: #53632d;
  text-align: left;
}

.order-view {
  padding-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #e8e8e8;
}
.order-view .order-status {
  border: 0;
  margin: 15px;
}

.tracking-modal {
  padding: 15px;
}
.tracking-modal .well-body {
  padding: 0;
}
.tracking-modal .well-body table tr {
  border-bottom: 1px solid #e2e2e2;
}
.tracking-modal .well-body table tr td {
  padding: 10px;
  font-size: 12px;
}
.tracking-modal .well-body table tr td.date {
  width: 120px;
}
.tracking-modal .well-body table tr td.location {
  width: 110px;
}
.tracking-modal .well-body table tr:last-of-type {
  border-bottom: 0;
}

/* Sorting */
.sorting, .sort-link {
  color: inherit;
  font-weight: 500;
  background: url("/images/sort_both.png") no-repeat 100%;
  padding-right: 24px !important;
}

.sorting_asc, .sort-link.asc {
  background: url("/images/sort_asc.png") no-repeat 100%;
  padding-right: 24px !important;
}

.sorting_desc, .sort-link.desc {
  background: url("/images/sort_desc.png") no-repeat 100%;
  padding-right: 24px !important;
}

.sorting_asc_disabled {
  background: url("/images/sort_asc_disabled.png") no-repeat 100%;
  padding-right: 24px !important;
}

.sorting_desc_disabled {
  background: url("/images/sort_desc_disabled.png") no-repeat 100%;
  padding-right: 24px !important;
}

.table-condensed .sorting,
.table-condensed .sorting_asc,
.table-condensed .sorting_desc,
.table-condensed .sorting_asc_disabled,
.table-condensed .sorting_desc_disabled {
  background-position: 100% 6px;
}

.csc {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("/images/csc.png");
  background-size: 64px 37px;
  min-height: 37px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .csc {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/csc@2x.png");
    background-size: 64px 37px;
  }
}

.favourite-supplier {
  background-color: #f2f2f2;
  padding: 20px;
  margin-top: 140px;
}
.favourite-supplier .favourite {
  width: 171px;
  height: 171px;
  margin-top: -100px;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.favourite-supplier .favourite.minimum-order {
  background-image: url("/images/favourite/favourite_min.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .favourite-supplier .favourite.minimum-order {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/favourite/favourite_min@2x.png");
    background-size: 171px 171px;
  }
}
.favourite-supplier .favourite.hour {
  background-image: url("/images/favourite/favourite_hour.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .favourite-supplier .favourite.hour {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/favourite/favourite_hour@2x.png");
    background-size: 171px 171px;
  }
}
.favourite-supplier .favourite.brands {
  background-image: url("/images/favourite/favourite_brands.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .favourite-supplier .favourite.brands {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/favourite/favourite_brands@2x.png");
    background-size: 171px 171px;
  }
}
.favourite-supplier .favourite.free {
  background-image: url("/images/favourite/favourite_free.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .favourite-supplier .favourite.free {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/favourite/favourite_free@2x.png");
    background-size: 171px 171px;
  }
}
.favourite-supplier .favourite.love {
  background-image: url("/images/favourite/favourite_love.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .favourite-supplier .favourite.love {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/favourite/favourite_love@2x.png");
    background-size: 171px 171px;
  }
}
.favourite-supplier .favourite:hover {
  margin-top: -110px;
}

.caption {
  margin-top: 30px;
  margin-bottom: 30px;
  min-height: 48px;
  text-decoration: underline;
}
.caption li {
  display: none;
}
.caption li.favourite.minimum-order {
  display: block;
}

.gg-sidebar .favourite-supplier .favourite {
  width: 171px;
  height: 171px;
  margin: 0 auto;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.gg-sidebar .favourite-supplier .favourite.minimum-order {
  background-image: url("/images/favourite/favourite_min.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .gg-sidebar .favourite-supplier .favourite.minimum-order {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/favourite/favourite_min@2x.png");
    background-size: 171px 171px;
  }
}
.gg-sidebar .favourite-supplier .favourite.hour {
  background-image: url("/images/favourite/favourite_hour.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .gg-sidebar .favourite-supplier .favourite.hour {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/favourite/favourite_hour@2x.png");
    background-size: 171px 171px;
  }
}
.gg-sidebar .favourite-supplier .favourite.brands {
  background-image: url("/images/favourite/favourite_brands.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .gg-sidebar .favourite-supplier .favourite.brands {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/favourite/favourite_brands@2x.png");
    background-size: 171px 171px;
  }
}
.gg-sidebar .favourite-supplier .favourite.free {
  background-image: url("/images/favourite/favourite_free.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .gg-sidebar .favourite-supplier .favourite.free {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/favourite/favourite_free@2x.png");
    background-size: 171px 171px;
  }
}
.gg-sidebar .favourite-supplier .favourite.love {
  background-image: url("/images/favourite/favourite_love.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .gg-sidebar .favourite-supplier .favourite.love {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/favourite/favourite_love@2x.png");
    background-size: 171px 171px;
  }
}
.gg-sidebar .favourite-supplier .caption {
  margin-top: 10px;
  margin-bottom: 20px;
  min-height: 14px;
  text-decoration: underline;
}

.homepage-intro {
  margin-top: 40px;
}
.homepage-intro h1 {
  text-transform: none;
  border: none;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 20px;
}

.homepage-categories {
  margin-top: 80px;
  margin-bottom: 20px;
}
.homepage-categories a {
  font-weight: 400;
  height: 128px !important;
  overflow: hidden;
  display: block;
  background-repeat: no-repeat;
  padding: 25px 40px;
  text-align: center;
  color: #fff;
  margin: 0 0 30px;
  text-decoration: none;
}
.homepage-categories a:visited, .homepage-categories a:active, .homepage-categories a:hover {
  text-decoration: none;
}
.homepage-categories a i {
  letter-spacing: 3px;
  font-family: "pt-serif", serif;
  font-size: 12px;
}
.homepage-categories a h4 {
  font-family: "pt-serif", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0;
}
.homepage-categories a b {
  font-weight: 300;
}
.homepage-categories a b:after {
  width: 20px;
  display: block;
  background-color: #fff;
  height: 2px;
  position: absolute;
  margin: -6px 0 0 180px;
  content: "";
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.homepage-categories a b:before {
  width: 20px;
  display: block;
  background-color: #fff;
  height: 2px;
  position: absolute;
  margin: 8px 0 0 80px;
  content: "";
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.homepage-categories a:hover b:after {
  width: 20px;
  display: block;
  background-color: #fff;
  height: 2px;
  position: absolute;
  margin: -6px 0 0 175px;
  content: "";
}
.homepage-categories a:hover b:before {
  width: 20px;
  display: block;
  background-color: #fff;
  height: 2px;
  position: absolute;
  margin: 8px 0 0 85px;
  content: "";
}
.homepage-categories .parent-1026 a {
  background-image: url("/images/homepage/homepage_christmas.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .homepage-categories .parent-1026 a {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/homepage/homepage_christmas@2x.png");
    background-size: 353px 128px;
  }
}
.homepage-categories .parent-1050 a {
  background-image: url("/images/homepage/homepage_decor.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .homepage-categories .parent-1050 a {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/homepage/homepage_decor@2x.png");
    background-size: 353px 128px;
  }
}
.homepage-categories .parent-1043 a {
  background-image: url("/images/homepage/homepage_kids.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .homepage-categories .parent-1043 a {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/homepage/homepage_kids@2x.png");
    background-size: 353px 128px;
  }
}
.homepage-categories .parent-1065 a {
  background-image: url("/images/homepage/homepage_outdoor.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .homepage-categories .parent-1065 a {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/homepage/homepage_outdoor@2x.png");
    background-size: 353px 128px;
  }
}
.homepage-categories .parent-1070 a {
  background-image: url("/images/homepage/homepage_frames.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .homepage-categories .parent-1070 a {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/homepage/homepage_frames@2x.png");
    background-size: 353px 128px;
  }
}
.homepage-categories .parent-1100 a {
  background-image: url("/images/homepage/homepage_signs.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .homepage-categories .parent-1100 a {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/homepage/homepage_signs@2x.png");
    background-size: 353px 128px;
  }
}

.homepage-content {
  margin-top: 40px;
  margin-bottom: 40px;
  line-height: 16px;
}
.homepage-content a {
  color: #333;
  font-weight: 600;
  text-decoration: underline;
}
.homepage-content a:hover {
  text-decoration: none;
}

.homepage-trending {
  background-color: #eff1f1;
  padding-top: 15px;
  padding-bottom: 15px;
}
.homepage-trending h2 {
  text-transform: none;
}
.homepage-trending .block .block-title .navslider {
  top: 20px;
  right: 15px;
}
.homepage-trending .trending-categories {
  padding-top: 70px;
}
.homepage-trending ul:first-of-type {
  margin-bottom: 30px;
}
.homepage-trending ul li a {
  color: #000;
  font-size: 14px;
  padding-bottom: 10px;
  display: block;
}

.trade-showroom {
  margin-top: 40px;
}
.trade-showroom div {
  background-color: #fff;
}
.trade-showroom .visit-us {
  background-color: #ecf1f1;
  padding-top: 20px;
  padding-bottom: 40px;
}
.trade-showroom .visit-us p {
  padding-bottom: 40px;
  line-height: 24px;
}

.homepage-tiles {
  margin-top: 40px;
}
.homepage-tiles .tweet {
  background-color: #55acee;
  color: #fff;
  padding: 20px;
  font-size: 14px;
  line-height: 18px;
}
.homepage-tiles .tweet a {
  color: #c7e6fd;
}
.homepage-tiles .tweet a:hover {
  text-decoration: underline;
}
.homepage-tiles .tweet h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  margin: 0 0 10px 0;
  padding-left: 40px;
}
.homepage-tiles .tweet h3 i {
  font-size: 36px;
  margin-right: 5px;
  display: inline-block;
  position: absolute;
  left: 35px;
  top: 10px;
}
.homepage-tiles .tweet h3 a {
  color: #fff;
}
.homepage-tiles .tweet .status {
  font-weight: 200;
}
.homepage-tiles .tweet .meta {
  display: block;
  padding-top: 10px;
  font-weight: 200;
}
.homepage-tiles .social {
  width: 100%;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
}
.homepage-tiles .social.facebook {
  background-color: #3b5998;
}
.homepage-tiles .social.facebook i {
  font-size: 42px;
  color: #fff;
}
.homepage-tiles .social.pinterest {
  background-color: #bd081c;
}
.homepage-tiles .social.pinterest i {
  font-size: 42px;
  color: #fff;
}
.homepage-tiles .social.instagram {
  background-color: #3f729b;
}
.homepage-tiles .social.instagram i {
  font-size: 42px;
  color: #fff;
}
.homepage-tiles .rosefields {
  background-image: url("/images/rosefields.png");
  background-color: #505b5d;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  display: block;
  min-height: 150px;
  padding: 0;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .homepage-tiles .rosefields {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/rosefields@2x.png");
    background-size: 150px 150px;
  }
}

.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
}

.flex-video.widescreen {
  padding-bottom: 57.25%;
}

.flex-video.vimeo {
  padding-top: 0;
}

.flex-video iframe,
.flex-video object,
.flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.keep-in-touch {
  margin-top: 60px;
}
.keep-in-touch h1 {
  margin-bottom: 2px;
  border-bottom: 1px solid #657936;
}
.keep-in-touch .social {
  padding: 30px 40px;
  display: inline-block;
}
.keep-in-touch .social.facebook {
  background-color: #3b5998;
}
.keep-in-touch .social.facebook i {
  font-size: 42px;
  color: #fff;
}
.keep-in-touch .social.pinterest {
  background-color: #bd081c;
}
.keep-in-touch .social.pinterest i {
  font-size: 42px;
  color: #fff;
}
.keep-in-touch .social.twitter {
  background-color: #4099FF;
}
.keep-in-touch .social.twitter i {
  font-size: 42px;
  color: #fff;
}
.keep-in-touch .social.instagram {
  background-color: #3f729b;
}
.keep-in-touch .social.instagram i {
  font-size: 42px;
  color: #fff;
}
.keep-in-touch .block-content {
  color: #727272;
  padding-top: 20px;
}
.keep-in-touch .block-content h4 {
  margin-top: 10px;
  color: #53632d;
}

.cookies td {
  padding-bottom: 15px;
}

.page-description-header {
  margin-bottom: 10px;
}

.page-description {
  margin-top: 20px;
  margin-bottom: 20px;
}
.page-description .homepage-intro {
  margin-top: 0;
}
.page-description .homepage-categories {
  margin-top: 20px;
}

.help-question {
  font-size: 24px;
  font-weight: 200;
  line-height: 22px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
}

.help-answer {
  line-height: 20px;
}

.social-header {
  border-bottom: 2px solid #f2f2f2;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.social-header i {
  font-size: 32px;
}
.social-header.facebook i {
  color: #3b5998;
}
.social-header.twitter i {
  color: #4099FF;
}
.social-header.instagram i {
  color: #3f729b;
}

.instagram-gallery {
  padding-top: 20px;
  padding-bottom: 20px;
}
.instagram-gallery a .instagram-photo {
  border: 1px solid #becbcb;
}
.instagram-gallery a .instagram-caption {
  position: absolute;
  background-color: #234444;
  color: #fff;
  margin-top: -25px;
  padding: 5px;
  opacity: 0.8;
  max-height: 24px !important;
  overflow: hidden;
  display: block;
}

.cc_banner-wrapper {
  z-index: 9001;
  position: relative;
}

.cc_container .cc_btn {
  cursor: pointer;
  text-align: center;
  font-size: 0.6em;
  transition: font-size 200ms;
  line-height: 1em;
}

.cc_container .cc_message {
  font-size: 0.6em;
  transition: font-size 200ms;
  margin: 0;
  padding: 0;
  line-height: 1.5em;
}

.cc_container .cc_logo {
  display: none;
  text-indent: -1000px;
  overflow: hidden;
  width: 100px;
  height: 22px;
  background-size: cover;
  opacity: 0.9;
  transition: opacity 200ms;
}

.cc_container .cc_logo:hover, .cc_container .cc_logo:active {
  opacity: 1;
}

@media screen and (min-width: 500px) {
  .cc_container .cc_btn {
    font-size: 0.8em;
  }
  .cc_container .cc_message {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 768px) {
  .cc_container .cc_btn {
    font-size: 1em;
  }
  .cc_container .cc_message {
    font-size: 1em;
    line-height: 1em;
  }
}
@media screen and (min-width: 992px) {
  .cc_container .cc_message {
    font-size: 1em;
  }
}
@media print {
  .cc_banner-wrapper, .cc_container {
    display: none;
  }
}
.cc_banner-wrapper {
  height: 66px;
}

.cc_container {
  padding: 15px 15px 15px;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.cc_container .cc_btn {
  padding: 8px 10px;
  background-color: #f1d600;
  cursor: pointer;
  text-align: center;
  display: block;
  width: 33%;
  margin-left: 10px;
  float: right;
  max-width: 120px;
}

.cc_container .cc_message {
  display: block;
}

@media screen and (min-width: 500px) {
  .cc_container .cc_message {
    margin-top: 0.5em;
  }
}
@media screen and (min-width: 768px) {
  .cc_container {
    padding: 15px 30px 15px;
  }
  .cc_container .cc_btn {
    padding: 8px 15px;
  }
}
.cc_container {
  background: #fff;
  color: #999;
  font-size: 17px;
  font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial;
  box-sizing: border-box;
  border: 1px solid #ccc;
}

.cc_container ::-moz-selection {
  background: #ff5e99;
  color: #fff;
  text-shadow: none;
}

.cc_container .cc_btn, .cc_container .cc_btn:visited {
  color: #000;
  background-color: #f1d600;
  transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
  -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.cc_container .cc_btn:hover, .cc_container .cc_btn:active {
  background-color: #d7bf00;
  color: #000;
}

.cc_container a, .cc_container a:visited {
  text-decoration: none;
  color: #31a8f0;
  transition: 200ms color;
}

.cc_container a:hover, .cc_container a:active {
  color: #555;
}

@-webkit-keyframes slideDown {
  0% {
    margin-top: -66px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes slideDown {
  0% {
    margin-top: -66px;
  }
  100% {
    margin-top: 0px;
  }
}
@-webkit-keyframes growDown {
  0% {
    height: 0;
  }
  100% {
    height: 66px;
  }
}
@keyframes growDown {
  0% {
    height: 0;
  }
  100% {
    height: 66px;
  }
}
.cc_container {
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-name: slideDown;
  animation-name: slideDown;
}

.cc_banner-wrapper {
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-name: growDown;
  animation-name: growDown;
}

#hokodoLoader {
  background-image: url("/images/loading.gif");
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 80px;
  width: 100%;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  #hokodoLoader {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/loading@2x.gif");
    background-size: 60px 60px;
  }
}

hokodo-marketing {
  min-height: 46px;
  display: block;
}

/* ===== Multiple file uploader (Plupload) ===== */
.plupload_buttons a {
  color: #fff;
}

.plupload_button {
  display: -moz-inline-box;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background-color: #333;
  border: 1px solid transparent;
  padding: 6px 16px;
  margin-right: 4px;
  font-size: 12px;
}

.plupload_button:hover,
.plupload_button:focus {
  background-color: #3f3f3f;
  color: #fff;
}

a.plupload_disabled,
a.plupload_disabled:hover {
  color: #e2e2e2;
  border-color: #ccc;
  background: #fcfcfc;
  cursor: default;
}

.plupload_start {
  background-color: #65B688;
}

.plupload_start:hover,
.plupload_start:focus {
  background-color: #74BD94;
}

.plupload_wrapper {
  width: 100%;
}

.plupload_container input {
  border: 1px solid #DDD;
}

.plupload_header {
  background: #4C5D68 url(../images/interface/plupload_title.png) no-repeat 18px;
  display: none;
  border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
}

.with-header .plupload_header {
  display: block;
}

.with-header .plupload_filelist_header {
  background-color: #e2e2e2;
  color: #333;
  font-weight: 400;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: 1px solid #ccc;
  border-top: 0;
}

.panel .plupload_filelist_header {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.panel .plupload_scroll .plupload_filelist {
  border: 0;
  background-color: #fff;
}

.panel .plupload_filelist_footer {
  border-width: 1px 0 0 0;
  background-color: #fcfcfc;
}

.panel .plupload_filelist_header {
  background-color: #e2e2e2;
  color: #333;
  font-weight: 400;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: 0;
  border-bottom: 1px solid #ccc;
}

.plupload_scroll .plupload_filelist_header .plupload_file_action,
.plupload_scroll .plupload_filelist_footer .plupload_file_action {
  margin-left: 20px;
  margin-right: 0;
}

.plupload_header_content {
  padding: 14px 0 14px 75px;
  color: #FFF;
}

.plupload_header_title {
  font-size: 14px;
  font-weight: 600;
}

.plupload_header_text {
  font-size: 11px;
}

.plupload_filelist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.plupload_scroll .plupload_filelist {
  height: 85px;
  background: #fcfcfc;
  overflow-y: scroll;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.plupload_filelist li {
  padding: 10px 12px;
  background: #FFF;
  border-bottom: 1px solid #EEE;
}

.plupload_filelist_header {
  padding: 5px 12px 5px 12px;
  background: #e2e2e2;
  border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  color: #333;
  font-weight: 400;
}

.plupload_filelist_footer {
  border: 1px solid #ddd;
  border-top-color: #e5e5e5;
  vertical-align: middle;
  padding: 10px 12px;
  background: #fafafa;
}

.plupload_file_name {
  float: left;
  overflow: hidden;
}

.plupload_file_size,
.plupload_file_status,
.plupload_progress {
  float: right;
  width: 80px;
}

.plupload_file_size,
.plupload_file_status,
.plupload_file_action {
  text-align: right;
}

.plupload_filelist_footer .plupload_file_size,
.plupload_filelist_footer .plupload_file_status {
  padding-top: 7px;
}

.plupload_filelist_footer .plupload_upload_status {
  padding: 7px 0;
}

.plupload_filelist .plupload_file_name {
  width: 205px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.plupload_file_action {
  float: right;
  width: 12px;
  height: 12px;
  margin-left: 20px;
  margin-top: 4px;
  opacity: 0.8;
  filter: alpha(Opacity=80);
}

.plupload_file_action * {
  display: none;
  width: 12px;
  height: 12px;
}

li.plupload_uploading {
  background: #ECF3DC;
}

li.plupload_done {
  color: #AAA;
}

li.plupload_delete a {
  background: url(../images/interface/plupload_remove.png) no-repeat;
}

li.plupload_failed a {
  background: url(../images/interface/plupload_error.png) no-repeat;
  cursor: default;
}

li.plupload_done a {
  background: url(../images/interface/plupload_done.png) no-repeat;
  cursor: default;
}

li.plupload_droptext {
  background: transparent;
  text-align: center;
  vertical-align: middle;
  border: 0;
  line-height: 65px;
  font-weight: 600;
  color: #999;
}

.plupload_progress,
.plupload_upload_status {
  display: none;
}

.plupload_progress_container {
  margin-top: 6px;
}

.plupload_progress_bar {
  width: 0px;
  height: 8px;
  background: #65B688;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.plupload_clear,
.plupload_clearer {
  clear: both;
}

.plupload_clearer,
.plupload_progress_bar {
  display: block;
  font-size: 0;
  line-height: 0;
}

/* xs */
@media (max-width: 767px) {
  body.fixed-sidebar .static.sidebar {
    display: none;
    visibility: hidden;
  }
  #loginModal {
    z-index: 99999999;
  }
  #loginModal .modal-dialog {
    width: 100%;
    margin-top: 0;
  }
  #loginModal .modal-content {
    padding: 20px;
  }
  #basketModal {
    z-index: 99999999;
  }
  #basketModal .modal-dialog {
    width: 100%;
    height: 100% !important;
    margin-top: 0;
  }
  #basketModal .modal-content {
    padding: 20px;
  }
  #basketModal .address-book-wrapper {
    width: 100%;
    padding-right: 15px;
    max-height: 490px;
    min-height: 490px !important;
    overflow-y: scroll;
    border-right: 1px solid #f2f2f2;
  }
  .content-wrapper .col-md-1, .content-wrapper .col-md-2, .content-wrapper .col-md-3, .content-wrapper .col-md-4, .content-wrapper .col-md-5, .content-wrapper .col-md-5, .content-wrapper .col-md-6, .content-wrapper .col-md-7, .content-wrapper .col-md-8, .content-wrapper .col-md-9, .content-wrapper .col-md-10, .content-wrapper .col-md-11, .content-wrapper .col-md-12 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .content-wrapper .col-md-1:first-child, .content-wrapper .col-md-2:first-child, .content-wrapper .col-md-3:first-child, .content-wrapper .col-md-4:first-child, .content-wrapper .col-md-5:first-child, .content-wrapper .col-md-5:first-child, .content-wrapper .col-md-6:first-child, .content-wrapper .col-md-7:first-child, .content-wrapper .col-md-8:first-child, .content-wrapper .col-md-9:first-child, .content-wrapper .col-md-10:first-child, .content-wrapper .col-md-11:first-child, .content-wrapper .col-md-12:first-child {
    margin-top: 0;
  }
  .rf-header .mobile-button {
    background-color: #c5d2d2;
    color: #000;
    padding: 10px 15px;
    font-size: 18px;
    margin-top: 5px;
    display: inline-block;
  }
  .rf-header .mobile-button.search-xs {
    margin-left: -15px;
  }
  .rf-header .logo {
    background-position: center center;
    background-size: 214px, 49px;
  }
  .rf-header li {
    float: left;
  }
  .rf-header li a {
    font-size: 16px;
  }
  .rf-header li.menu a {
    font-size: 18px;
  }
  .gg-banner {
    height: 140px;
  }
  .gg-banner .overlay {
    margin-top: 82px;
  }
  .gg-banner.homepage-slider {
    height: 210px !important;
    background-color: #f2f2f2;
  }
  .gg-banner.homepage-slider h1 {
    border: none;
    text-transform: none;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    margin: 5px 0 5px;
    padding: 0;
  }
  .gg-banner.homepage-slider .banner {
    width: 100%;
    height: 210px !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .gg-banner.homepage-slider .banner .banner-graphic {
    width: 100%;
    height: 210px !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 425px auto;
    cursor: pointer;
    display: block;
  }
  .gg-banner.homepage-slider .banner .banner-products {
    position: relative;
    padding: 10px 0 0;
    z-index: 1;
  }
  .gg-banner.homepage-slider .banner-view-all {
    position: relative;
    padding-top: 10px;
    margin-bottom: 10px;
    z-index: 1;
  }
  .gg-banner.homepage-slider .banner-view-all .btn-primary {
    font-family: "myriad-pro-condensed", sans-serif;
    font-size: 14px;
    font-weight: 300;
    padding: 5px 15px;
    text-transform: uppercase;
    background-color: #3e3e3e;
    color: #fff;
    border-radius: 3px;
  }
  .gg-banner.homepage-slider .banner-highlight {
    display: none;
  }
  .footer .footer-content div {
    padding-bottom: 20px;
  }
  .nav .menu .menu-block, .nav .menu .menu-block.pullout-menu {
    position: fixed;
    top: 0;
    left: -355px;
    background: none;
    background-color: #000;
    border: none;
    width: 350px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    z-index: 999999;
    display: block;
  }
  .nav .menu .menu-block .mobile-search, .nav .menu .menu-block.pullout-menu .mobile-search {
    padding: 10px;
  }
  .nav .menu .menu-block ul, .nav .menu .menu-block.pullout-menu ul {
    background: #000;
    width: 350px;
    overflow: hidden;
  }
  .nav .menu .menu-block ul li, .nav .menu .menu-block.pullout-menu ul li {
    float: none;
    display: block;
  }
  .nav .menu .menu-block ul li a, .nav .menu .menu-block.pullout-menu ul li a {
    color: #fff;
    font-size: 18px;
  }
  .nav .menu .menu-block ul li .child-block, .nav .menu .menu-block.pullout-menu ul li .child-block {
    position: absolute;
    top: 0;
    width: 350px;
    left: 350px;
    min-height: 600px;
    padding-bottom: 20px;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    visibility: hidden;
  }
  .nav .menu .menu-block ul li .child-block.show, .nav .menu .menu-block.pullout-menu ul li .child-block.show {
    left: -260px;
    visibility: visible;
    height: 100%;
  }
  .nav .menu .menu-block ul li .child-block li a, .nav .menu .menu-block.pullout-menu ul li .child-block li a {
    font-size: 18px;
  }
  .nav .menu .menu-block ul li .child-block li a.toggle-parent-back, .nav .menu .menu-block.pullout-menu ul li .child-block li a.toggle-parent-back {
    font-weight: 500;
    padding-bottom: 15px;
    margin-bottom: 1px;
  }
  .nav .menu .menu-block ul li .child-block li a.toggle-parent-back i, .nav .menu .menu-block.pullout-menu ul li .child-block li a.toggle-parent-back i {
    float: left;
    margin: 0 15px 0 0;
  }
  .nav .menu .menu-block .parent-search, .nav .menu .menu-block.pullout-menu .parent-search {
    padding-left: 15px;
    padding-right: 15px;
  }
  .nav .menu .menu-block .parent-search .close.browse, .nav .menu .menu-block.pullout-menu .parent-search .close.browse {
    background-color: #5a7f7f;
    display: block;
    color: #fff;
    padding: 5px;
    text-align: center;
    margin-bottom: 5px;
    opacity: 1;
  }
  .nav .menu .menu-block.open, .nav .menu .menu-block:hover, .nav .menu .menu-block.pullout-menu.open, .nav .menu .menu-block.pullout-menu:hover {
    left: 0;
    z-index: 9999;
  }
  .nav .menu .menu-block.closed, .nav .menu .menu-block.pullout-menu.closed {
    left: -355px;
    z-index: 9999;
  }
  .category-menu {
    display: none;
  }
  .homepage-intro h1 {
    font-size: 18px;
    line-height: 20px;
  }
  .block .item .item-inner .item-image {
    min-width: 190px !important;
    max-width: 190px !important;
    min-height: 210px !important;
    max-height: 210px !important;
    margin: 0 auto;
  }
  .block .item .item-inner .item-image img {
    width: 190px;
  }
  .block.trending .item .item-inner .item-image {
    min-width: 210px !important;
    max-width: 210px !important;
    margin: 0 auto;
  }
  .block.trending .item .item-inner .item-image img {
    width: 210px;
  }
  .block.topsellers .item-topseller {
    max-height: none;
  }
  .block.basket-confirmation .checkout-header {
    text-align: center;
    border-bottom: 5px solid #f2f2f2;
    margin-bottom: 30px;
  }
  .block.basket-confirmation .checkout-header i {
    display: none;
  }
  .block.basket-confirmation .checkout-header h1 {
    text-transform: none;
    font-size: 18px;
    line-height: 16px;
    border: 0;
    margin: 5px 0 0 0;
  }
  .block.basket-confirmation .checkout-header h4 {
    color: #333333;
    font-size: 16px;
    line-height: 16px;
    margin: 0 0 15px;
    padding: 0;
  }
  .item .item-inner .item-image {
    margin-left: 55px;
  }
  .item .item-inner .item-action {
    height: 120px !important;
  }
  .item .item-inner .item-action .buy-now, .item .item-inner .item-action .buy-now-postonly {
    margin-top: -5px;
  }
  .item.basket {
    height: 371px !important;
    max-height: 371px !important;
    overflow: hidden;
  }
  .item.basket .item-image {
    min-width: 140px !important;
    max-height: 160px !important;
    min-height: 160px !important;
  }
  .item.basket .item-image img {
    width: 140px !important;
    margin-left: -20px;
  }
  .overview {
    margin-bottom: 20px;
  }
  #checkout-form .control-label.text-right {
    text-align: left;
  }
  .keep-in-touch .social {
    padding: 20px 30px;
  }
  .keep-in-touch .social.facebook i {
    font-size: 36px;
  }
  .keep-in-touch .social.pinterest i {
    font-size: 36px;
  }
  .keep-in-touch .social.twitter i {
    font-size: 36px;
  }
  .keep-in-touch .social.instagram i {
    font-size: 36px;
  }
  .homepage-categories a {
    background-position: center center;
  }
  .homepage-categories a b:after {
    margin: -6px 0 0 185px;
  }
  .homepage-categories a b:before {
    margin: 8px 0 0 85px;
  }
  .homepage-categories a:hover b:after {
    margin: -6px 0 0 175px;
  }
  .homepage-categories a:hover b:before {
    margin: 8px 0 0 95px;
  }
  .homepage-trending {
    margin-bottom: 20px;
  }
}
/* sm */
@media (min-width: 768px) and (max-width: 991px) {
  body.fixed-sidebar .static.sidebar {
    display: none;
    visibility: hidden;
  }
  .rf-header .logo {
    margin-bottom: 10px;
  }
  .rf-header ul li.basket {
    border: 0;
    padding-left: 0;
    border-right: 1px solid #637f7f;
    padding-right: 20px;
  }
  .rf-header ul li.account .sub-block {
    margin-top: 0;
    position: absolute;
    display: none;
    background: #000;
    width: 140px;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
  }
  .rf-header ul li.account .sub-block ul {
    margin: 5px 0;
  }
  .rf-header ul li.account .sub-block ul li {
    display: block;
  }
  .rf-header ul li.account .sub-block ul li a {
    color: #fff;
    padding: 5px 10px;
    display: block;
  }
  .rf-header ul li.account .sub-block ul li a:hover {
    border: 0;
  }
  .rf-header ul li.account .submenu {
    width: 275px;
  }
  .rf-header ul li.account:hover .sub-block {
    display: block;
  }
  .gg-banner {
    height: 200px;
  }
  .gg-banner .overlay {
    margin-top: 82px;
  }
  .gg-banner.homepage-slider {
    height: 300px !important;
    background-color: #f2f2f2;
  }
  .gg-banner.homepage-slider h1 {
    border: none;
    text-transform: none;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    margin: 5px 0 5px;
    padding: 0;
  }
  .gg-banner.homepage-slider .banner {
    background: none;
    width: 100%;
    height: 300px !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
  }
  .gg-banner.homepage-slider .banner .banner-graphic {
    width: 100%;
    height: 300px !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    cursor: pointer;
    display: block;
  }
  .gg-banner.homepage-slider .banner .banner-products {
    position: relative;
    padding: 10px 0 0;
    z-index: 1;
  }
  .gg-banner.homepage-slider .banner-view-all {
    position: relative;
    padding-top: 10px;
    margin-bottom: 10px;
    z-index: 1;
  }
  .gg-banner.homepage-slider .banner-view-all .btn-primary {
    font-family: "myriad-pro-condensed", sans-serif;
    font-size: 14px;
    font-weight: 300;
    padding: 5px 15px;
    text-transform: uppercase;
    background-color: #3e3e3e;
    color: #fff;
    border-radius: 3px;
  }
  .gg-banner.homepage-slider .banner-highlight {
    display: none;
  }
  .item .item-inner .item-image {
    min-width: 200px !important;
    max-width: 200px !important;
    min-height: 210px;
    margin: 0 auto;
  }
  .item .item-inner .item-image img {
    width: 200px;
  }
  .item .item-inner .item-action {
    height: 110px !important;
  }
  .item .item-inner .item-action .prices {
    max-height: 42px;
    min-height: 42px;
    margin-bottom: 3px;
    overflow: hidden;
  }
  .item.item-inline {
    width: 250px !important;
  }
  .item.item-inline .item-image {
    min-width: 212px !important;
    max-width: 212px !important;
  }
  .item.item-inline .item-image img {
    width: 210px;
  }
  .item.item-inline .item-details {
    width: 150px;
  }
  .item span.dealsdeals {
    bottom: 180px;
  }
  .item.basket {
    height: 365px !important;
    max-height: 365px !important;
    overflow: hidden;
  }
  .basket-content .basket-line .item-title {
    padding: 0;
  }
  .homepage-categories a {
    padding: 20px 30px;
    background-position: center;
  }
  .category-menu {
    display: none;
  }
  .product .prices {
    font-size: 18px;
    line-height: 18px;
  }
  .product .prices li {
    padding: 0 0 0 10px;
  }
  .product .prices li span.qty {
    width: 45px;
    padding: 15px 10px;
    margin-right: 15px;
  }
  .product .prices li span.offer {
    display: none;
  }
  .product .prices li span.before {
    font-size: 14px;
  }
  .product .prices li i {
    font-size: 10px;
    font-style: normal;
  }
  .product .prices li:nth-child(even) {
    background-color: #fff;
  }
  .gg-sidebar .favourite-supplier h1 {
    font-size: 20px;
    line-height: 20px;
  }
  .gg-sidebar .favourite-supplier .row h1 {
    font-size: 20px;
    line-height: 20px;
  }
  .gg-sidebar .favourite-supplier .row h1 i {
    font-size: 20px;
  }
  .gg-sidebar .favourite-supplier .row p {
    padding-left: 34px;
    padding-right: 5px;
  }
}
/* md  */
@media (min-width: 992px) and (max-width: 1199px) {
  body.fixed-sidebar .static.sidebar {
    width: 214px;
  }
  .rf-header .logo {
    background-size: 214px, 49px;
  }
  .block .item .item-inner .item-image {
    min-width: 190px !important;
    max-width: 190px !important;
    margin: 0 auto;
  }
  .block .item .item-inner .item-image img {
    width: 190px;
  }
  .block.trending .item .item-inner .item-image {
    min-width: 180px !important;
    max-width: 180px !important;
    margin: 0 auto;
  }
  .block.trending .item .item-inner .item-image img {
    width: 180px;
  }
  .item .item-inner .item-image {
    min-width: 212px !important;
    max-width: 212px !important;
    min-height: 210px;
  }
  .item .item-inner .item-image img {
    width: 210px;
  }
  .item .item-inner .item-action .prices {
    font-size: 14px;
  }
  .item .item-inner .item-action .prices li span.qty {
    font-size: 12px;
    width: 28px;
  }
  .item .item-inner .item-action .buy-now .form-control, .item .item-inner .item-action .buy-now-postonly .form-control {
    font-size: 12px;
  }
  .item .item-inner .item-action .buy-now .btn-add, .item .item-inner .item-action .buy-now-postonly .btn-add {
    font-size: 12px;
    padding-left: 3px;
    padding-right: 3px;
  }
  .item.item-inline {
    width: 213px !important;
  }
  .item.item-inline .item-image {
    width: 60px;
    height: 60px;
    position: absolute;
  }
  .item.item-inline .item-image img {
    width: 80px;
  }
  .item.item-inline .item-details {
    width: 150px;
  }
  .item.basket {
    height: 365px !important;
    max-height: 365px !important;
    overflow: hidden;
  }
  .homepage-categories a {
    background-position: center center;
  }
  .homepage-categories a b:after {
    margin: -6px 0 0 146px;
  }
  .homepage-categories a b:before {
    margin: 8px 0 0 48px;
  }
  .homepage-categories a:hover b:after {
    margin: -6px 0 0 141px;
  }
  .homepage-categories a:hover b:before {
    margin: 8px 0 0 53px;
  }
  .favourite-supplier h1 {
    color: #637f7f;
    font-size: 24px;
    line-height: 28px;
  }
  .favourite-supplier .row h1 {
    font-size: 20px;
    line-height: 18px;
  }
  .favourite-supplier .row h1 i {
    font-size: 24px;
  }
  .favourite-supplier .row p {
    padding-left: 35px;
    padding-right: 30px;
    line-height: 14px;
    font-size: 12px;
  }
}
/* lg */
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  .flex-video {
    padding-top: 0;
  }
}

/*# sourceMappingURL=style.css.map */
