/*!
 * Bootstrap v3.0.2 by @fat and @mdo
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {max-width:100%;}

[hidden],
template {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}


abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  height: 0;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}

mark {
  color: #000;
  background: #ff0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
	max-width:100%;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}



button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  box-sizing: border-box;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media print {
 
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

*{
	max-width:100%;
}
.bx-viewport > ul {
	max-width:none;
}


*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
					
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

.img-rounded {
  border-radius: 6px;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

.text-muted {
  color: #999999;
}

.text-primary {
  color: #428bca;
}

.text-primary:hover {
  color: #3071a9;
}

.text-warning {
  color: #c09853;
}

.text-warning:hover {
  color: #a47e3c;
}

.text-danger {
  color: #b94a48;
}

.text-danger:hover {
  color: #953b39;
}

.text-success {
  color: #468847;
}

.text-success:hover {
  color: #356635;
}

.text-info {
  color: #3a87ad;
}

.text-info:hover {
  color: #2d6987;
}

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

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

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


.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.list-inline > li:first-child {
  padding-left: 0;
}

dl {
  /* margin-bottom: 20px; */
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
 /*  font-weight: bold; */
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}

blockquote small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}

blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

blockquote:before,
blockquote:after {
  content: "";
}


code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 4px;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
	max-width:none;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666666666666%;
}

.col-xs-10 {
  width: 83.33333333333334%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666666666666%;
}

.col-xs-7 {
  width: 58.333333333333336%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666666666667%;
}

.col-xs-4 {
  width: 33.33333333333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.666666666666664%;
}

.col-xs-1 {
  width: 8.333333333333332%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666666666666%;
}

.col-xs-pull-10 {
  right: 83.33333333333334%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666666666666%;
}

.col-xs-pull-7 {
  right: 58.333333333333336%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666666666667%;
}

.col-xs-pull-4 {
  right: 33.33333333333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.666666666666664%;
}

.col-xs-pull-1 {
  right: 8.333333333333332%;
}

.col-xs-pull-0 {
  right: 0;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666666666666%;
}

.col-xs-push-10 {
  left: 83.33333333333334%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666666666666%;
}

.col-xs-push-7 {
  left: 58.333333333333336%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666666666667%;
}

.col-xs-push-4 {
  left: 33.33333333333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.666666666666664%;
}

.col-xs-push-1 {
  left: 8.333333333333332%;
}

.col-xs-push-0 {
  left: 0;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}

.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}

.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}

.col-xs-offset-0 {
  margin-left: 0;
}
.category-sidebar.mobile{
	display:none;
}




/*------------------------------------------------------------------------------------------------------*/
@media (max-width: 1199px) {
	.header .form-search { width:260px;}
	.header .list-top ul li {font-size:15px;}
	.products-grid .price-box .price-from,
	.products-grid .price-box .price-to,
	.products-grid .price-box .minimal-price-link {display:inline-block; overflow:hidden;}
	.footer .bottom-links ul li {padding:5px 0px;}
	
	.sorter .pages {line-height:17px;}
	.sorter .pages li {margin:0px;}
	.sorter .pages li a {display:inline-block; width:22px; height:22px; text-align:center;  line-height:22px; padding:0px; border:solid 1px #ddd; border-radius:15px;}
	.block-account .block-content li {padding:6px 0;}
	
	}

@media (max-width: 991px){

 .header .logo  {width:35%;}
 .header .list-top ul.menu-top {display:none;}
 .header .list-top .menu-top-mobile {display:block;}
 .footer .bottom-links .top,
 .footer .newletter-subscribe {width:100%;}
 .col2-left-layout .col-md-9 {float:right; width:100%;}
	/* general */
	.block-cart,
	.block-wishlist,
	.block-subscribe,
	.block-compare,
	.block-reorder,
	.block-poll,
	.block-viewed,
	.block-compared,
	.block-related,
	.block-tags,
	.block-login {font-size:13px;}
	
	.col-right, .col-left {margin-top:20px; float:left; width:100%;}
	.col2-left-layout .col-main,
	.col2-right-layout .col-main{float:left; width:100%;}
	.col3-layout .col-wrapper .col-main {width:100%;}
	.block-content-layered-nav  .block-options-list  li {line-height: 28px;}
	
	
	
	.link-edit, .btn-edit  {float:left;  background:url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/btn_edit.gif) center center no-repeat;  overflow:hidden;}
	.btn-remove,
	.btn-remove2 { background:url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/btn_trash.gif) center center no-repeat; background-size:47%;}
	
	.btn-remove,
	.btn-remove2,
	.btn-edit, .link-edit,
	.data-table .link-edit { float:left; text-indent:-9999px; margin-right:10px;  width:30px; height:30px; font-size:15px; color:#898989; text-decoration:none;   }

	
	.my-tag-edit {line-height:28px;}
	
	.mini-products-list .product-image {width: 30%;float:left; margin-right:3%; }
	.mini-products-list .product-details {float:left; width:67%; margin:0px; font-size:14px; line-height:30px;}
	.block-cart .block-content .product-name a {font-size:14px;}
	.mini-products-list .product-details .btn-edit {float:right;}
	.mini-products-list .product-details .price,
  .block-cart .subtotal .price	{ font-weight:normal; font-size:18px;}
	
	.cart .cart-collaterals .col2-set,
	.cart .cart-collaterals .col2-set .col-1,
  .cart .cart-collaterals .col2-set .col-2,
  .cart .totals	{width:100%;}
	
	.cart .cart-collaterals .col2-set .col-1 {margin-bottom:15px; padding-right:0px;}
	.cart .cart-collaterals .col2-set {padding-right:0px;}
	
	.cart .discount .input-box,
	.cart .discount input.input-text,
	.form-list select,
	.form-list input.input-text,
  .form-list .input-box,
  .form-list .field,
  .form-list .input-box,
  .cart .shipping select,
  .form-list li.wide input.input-text	{width:100%; margin-bottom:3px;}
	
	}


@media (max-width: 767px) {
	.category-sidebar-nav {display:none;}
	.category-sidebar.mobile {display:block;}
	/* general */
	.container{padding-left:15px; padding-right:15px;}
	.row {margin:0px;}
	.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2,
	.col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3,
	.col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4,
	.col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
	.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7,
	.col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8,
	.col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, 
	.col-lg-9, .col-xs-10, .col-sm-10,
	.col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11,
	.col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {padding-right:0px; padding-left:0px;}
	
	.box-link-footer-content .box-link .box-link-content li a {line-height:30px;}
	.block-progress address {line-height: 24px;}
	.products-grid li.item  {width:48%; margin-bottom:20px;}
}

@media (max-width: 620px) {
  .header .logo,
  .header .links	{ width:100%; text-align:center;}
	.footer .bottom-links .top ul {width:50%;}
	/* general */
	.account-login .content {min-height:0px;}
	.sorter .view-mode label {display:none;}
	
	.product-view .product-img-box {width:100%; margin: 0 0 25px 0; padding: 0 5%;}
	.product-view .product-img-box .product-image-zoom {width:100%; margin:0 auto; float:left; padding: 10px 10%;}
	.product-view .product-shop {width:100%;}
	.product-view .product-img-box .more-views ul {text-align:center;}
	.product-view .product-img-box .more-views li {float:left;width:23%;}
	
	
	
	.block-layered-nav dt {position:relative; padding-left:32px;}
	.block-layered-nav dt:before {position:absolute; content:""; top:20px; left:20px; width:0px; height:0px; border-left:solid 5px #636363; border-top:solid 5px transparent; border-bottom:solid 5px transparent; }
	.block-layered-nav dt.active:before {top:9px; border-top:solid 5px #636363; border-left:solid 5px transparent; border-right:solid 5px transparent;}
	.block-layered-nav dd {display:none; padding-left:32px;}
	.sidebar > .block > .block-title {position:relative;}
	.sidebar > .block > .block-title:before {position:absolute; content:""; right:10px; width:30px; height:30px; border-radius:15px; background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/icon-showcat01.png) no-repeat center center; }
	.sidebar > .block > .block-title.active:before { background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/icon-showcat02.png) no-repeat center center; }
	/*.sidebar > .block.block-cart > .block-title.active:before { background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/icon-showcat02.png) no-repeat center center; }*/
	.sidebar > .block > .block-content {display:none;}
	
	.block-category-nav > .block-title:before,
	.sidebar .block-layered-nav > .block-title:before,
	.sidebar > .block-account > .block-title:before	{ display:none;}
  .block-category-nav > .block-content,
  .sidebar > .block-account > .block-content,
	.sidebar .block-layered-nav > .block-content	{display:block!important; height:auto!important; padding-top:0px!important; padding-bottom:0px!important;}
	
	.my-account #my-tags-table .ratings .rating-box {float:left;}
	.account-login .login-page-content  {min-height:200px;}
	.cart .cart-collaterals .col2-set .col-2	{width:100%; margin:0 0 15px;}
	.col4-set .col-1, 
	.col4-set .col-2 ,
	.col4-set .col-3, 
	.col4-set .col-4 {width:50%; float:left; margin:0 015px;}
	
	.col2-set .col-1,
	.col3-set .col-1,
	.col3-set .col-2 ,
	.col2-set .col-2,
	.col3-set .col-3,
	.col2-set .col-wide ,
	.col2-set .col-narrow,
  .account-login .col2-set .col-1,
  .account-login .col2-set .col-2	{width:100%; margin:0 0 15px;}
	
	
	
	.product-view .box-tags .form-add .action {width:100%;}
	
	.data-table thead th , .data-table th, .data-table td {padding:2px;}
	
	 .cart table.data-table tfoot tr.first td, 
	.my-account table.data-table tfoot tr.first td,
	#checkout-review-table-wrapper table.data-table tfoot tr.first td{background:none;}
	
	.cart-table img {width:85px;}
	.cart table.data-table, 
	.cart table.data-table thead, 
	.cart table.data-table tbody, 
	.cart table.data-table th, 
	.cart table.data-table td, 
	.cart table.data-table tr ,
	.my-account table.data-table tr,
	.my-account table.data-table td,
	.my-account table.data-table td,
	.my-account table.data-table tbody,
	.my-account table.data-table thead,
	.my-account table.data-table, 
	.my-account table.data-table tfoot,
	#checkout-review-table-wrapper table.data-table, 
	#checkout-review-table-wrapper table.data-table thead, 
	#checkout-review-table-wrapper table.data-table tbody, 
	#checkout-review-table-wrapper table.data-table th, 
	#checkout-review-table-wrapper table.data-table td, 
	#checkout-review-table-wrapper table.data-table tr 
	{ 
		display: block;
    float:left; width:100%;		
	}
	.my-account table.data-table tfoot { border-bottom:none;}
	
	table.data-table td.nbsp {display:none;}
	
	.my-account table.data-table,
	.cart table.data-table,
	#checkout-review-table-wrapper table.data-table
	{
		border:none;
   }
		
		
 .my-account table.data-table td label,
	.cart table.data-table td label,
	#checkout-review-table-wrapper table.data-table td label{ display:block; float:left; width:40%; margin-right:2%; font-weight:normal; font-size:14px; color:#464646; }

	.my-account table.data-table td .item-options,
	.cart table.data-table td .item-options,
	#checkout-review-table-wrapper table.data-table td .item-options,
	.my-account table.data-table td .product-name.name,
	.cart table.data-table td .product-name.name,
	#checkout-review-table-wrapper table.data-table td .product-name.name	{float:right; width:58%; overflow:hidden;}
	.cart-price {float:left;}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.my-account .data-table  .product-name a, 
	.cart .data-table  .product-name a{ float:left; font-size:14px;} 
	.cart .data-table .price,
	.my-account .data-table .price { font-size: 14px;}
	
	.cart table.data-table thead tr,
  .my-account table.data-table thead tr,
	#checkout-review-table-wrapper table.data-table thead tr	{ 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 .data-table tfoot {border-top:solid 1px #E5E5E5;}
	.cart table.data-table tfoot tr,
  .my-account table.data-table tfoot tr,
	#checkout-review-table-wrapper table.data-table tfoot tr	{ border: 0 none; }
 
	.cart table.data-table td,
  .my-account table.data-table td,
	#checkout-review-table-wrapper table.data-table td	{ 
		/* Behave  like a "row" */
		border:0 none!important;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding: 10px; 
		white-space: normal;
		text-align:left!important;
		/* overflow:hidden; */
		float:left; width:100%;
		font-size:14px;
	}
	#checkout-review-table-wrapper table.data-table tr.first {padding-top:15px;}
	#checkout-review-table-wrapper table.data-table td {line-height:18px; font-size:14px;}

	#checkout-review-table-wrapper table.data-table tfoot  td,
	.my-account table.data-table tfoot  td	{float:left; width:60%;}
	#checkout-review-table-wrapper table.data-table tfoot  td.last,
	.my-account table.data-table tfoot  td.last {width:40%; text-align:right!important;}
	
	.my-account table.data-table tfoot  tr{border-bottom: solid 1px #666;}
	
	#checkout-review-table-wrapper table.data-table tfoot .price {color: #000; font-weight:normal;}
	#opc-review #checkout-review-submit .buttons-set {border:none; border-top:solid 1px #e5e5e5; background:#fff;}
	
	.my-account table.data-table td.last {
	 /* margin:-49px 0 0 50px; */
	}
	
	.cart table.data-table td.edit,
	.cart table.data-table td.remove 
	.my-account table.data-table td.edit,
	.my-account table.data-table td.remove { float:left; }
 
	.my-account table.data-table td.edit,
	.cart table.data-table td.edit,
	.cart table.data-table td.remove, 
	.my-account table.data-table td.remove {text-align:right!important; float:left; width:auto;}
	
	.cart table.data-table td:before,
  .my-account table.data-table td:before,
  #checkout-review-table-wrapper table.data-table td:before	{ 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}

 
 .data-table .btn-remove2 {float:left;}
 .my-wishlist .product-image {width:100%; text-align:center;}
 
 .my-wishlist .data-table .link-edit {margin-top: 15px;}
 
	/*
	Label the data
	*/
	.cart table.data-table td:before,
  .my-account table.data-table td:before,
  #checkout-review-table-wrapper table.data-table td:before
	{ content: attr(data-title); }
	
	.cart table.data-table .product-image,
	.my-account .data-table .product-image {float:left; width:100%; text-align:center;}
	
	.cart table.data-table .product-image img,
	.my-account .data-table .product-image img{
		width:auto!important;
		height:auto!important;
		max-width:100%!important;
	}
	.my-account .data-table .product-name a {font-size:16px; color:#000;}
	.my-account .data-table .price {font-size:14px; font-weight:normal;}
	.my-account .data-table .inner {margin: 5px 0;}
	
	.cart .totals{float:none!important; text-align:center; overflow:hidden;}
	
	.cart-table tfoot tr td{display:inline; margin-top:5px;}
	.cart table.data-table tfoot td {text-align:center !important;}
	.cart-table tfoot button, .cart-table .btn-continue{
		margin:2px!important;
		float:right; 
	
	}
	.cart-table tfoot{float:right;width:100%; border-top:solid 1px #e2e2e2; border-bottom:none; text-align:right;}
	.cart-table tfoot tr.first td {background:none; border:none;} 
	
	.cart table.data-table tr,
	.my-account table.data-table tr,
	#checkout-review-table-wrapper table.data-table tr{border-bottom: 1px dotted #B2B5A2; margin-bottom:10px; float:left; width:100%;}
	.cart table.data-table tr.last,
	.my-account table.data-table tr.last,
	#checkout-review-table-wrapper table.data-table tr.last {border-bottom:none; margin-bottom:0px;}
	
	#my-orders-table tbody td span a {float:none;}
	#my-tags-table .product-image {width:100%;}
	.dashboard .welcome-msg {margin:0px 0px 15px;}
	.data-table input.qty {float:left; margin-right:10px; padding:6px 3px;}
	.my-tag-edit .btn-remove {margin-top:0px;}
	#wishlist-table .cart-cell .add-to-cart-alt,
	#wishlist-table .cart-cell p {text-align:left;}
	#wishlist-table .btn-remove2 {margin-top:-50px; margin-left:165px;}
	#wishlist-table  button.btn-cart {display: block; margin:0;}
	.my-account .data-table .price-box {margin:10px 0;}
	.my-account .data-table .price-box .price,
	#opc-review .product-name {font-size:14px; }
	
}

@media (width: 600px) {
	.product-slider .products-grid li {width:285px!important;}
}	


@media (width: 568px) {
	.product-slider .products-grid li {width:269px!important;}
}	

@media (max-width: 520px) {

	.banner-static ul li {width:100%; border-right:solid 1px #D5D5D5; border-bottom:none;}
	.banner-static ul li.last {border-bottom:solid 1px #D5D5D5;}
	.product-review .product-img-box, 
  .product-review .product-details	{width:100%; margin: 0 0 20px 0; }
	.cart-table tfoot td {text-align:center!important;}
	.cart-table  button.button,
	.cart-table .btn-continue {float:right!important; display:inline-block; margin:3px; }
	
	#product-review-table thead th {font-size:11px; }
	.opc .step {padding:10px 15px;}
	
	}

@media (width: 480px) {
	.product-slider .products-grid li {width:225px!important;}
}	
	
@media (max-width: 478px) {
  .header .list-top,
	.header .form-search {width:100%; margin-right:0px; margin-left:0px;}
	.header .header-bottom {padding: 0 10px;}
	.header .list-top .menu-top-mobile .collapse-toggle {width:100%; text-align:center;}
	.header .list-top .menu-top-mobile .box-content {top:90px;}
	.footer .bottom-links .top ul {width:100%; padding-right:0px;} 
	.product-slider .products-grid li {border-right:none;}
	.sorter .pages {float:right; }
	.pager .limiter,
	.sorter .sort-by {display:none;} 
	/* general */
	.my-wishlist .buttons-set button.button {float:right; clear:both; margin-bottom:5px;}
  .col1-layout .products-grid, .col2-left-layout .products-grid, .col2-right-layout .products-grid  {width:100%; }
	
	.products-list .product-image {width:100%; margin:0 0 15px 0; text-align:center; }
	.products-list .product-shop {width:100%;}
	.products-list .add-to-links {float:left; clear:both; margin: 10px 0; padding:0px;}
	.products-grid li.item {width:100%; margin:0 0 25px !important;}
	
	.mini-products-list .product-image {width:100%; margin: 0 0 15px;}
	.mini-products-list .product-details {width:100%;}
	
	.fieldset {padding-right:15px; padding-left:15px;}
	.cart .title-buttons .checkout-types {width:100%; text-align:center; margin-top:10px;}
	.cart .title-buttons .checkout-types li {display:inline-block; float:none;}
	.col1-layout .fieldset .legend,
  .col1-layout .fieldset .legend	{font-size:12px;}
	.opc h3 {font-size:12px;}
	.footer-container address  {font-size:12px;}

	.product-view .product-shop .add-to-box .add-to-links { clear:both; margin-top:10px;}
	.buttons-set .back-link {float:left; width:100%; text-align:left;}
}

@media (width: 320px) {
	.product-slider .products-grid li {width:290px!important;}
}

@media (min-width: 621px){
	.sidebar > .block > .block-content {display:block!important; height:auto!important; padding:0;}
	.data-table .product-image, .data-table .product-image img {width:135px; max-width:none;}
	 .my-account table.data-table td label, .cart table.data-table td label,
	 #checkout-review-table-wrapper table.data-table td label {display:none;}
	 .my-account .data-table .button.btn-cart {margin:5px 0;}
} 

@media (min-width: 768px) {
	.product-slider .products-grid li {width:242px!important;}
	
	.container {
   width: 725px;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: 0;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: 0;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}


@media (min-width: 992px) {
 .product-slider .products-grid li {width:238px!important;}
 .container {
    width: 960px;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: 0;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: 0;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
	
	
  .col-main.col-md-9, .col-wrapper.col-md-9  {width:77%; /*875px*/}
	.sidebar.col-md-3 {width:23%; /*238*/}
	.col-main.col-md-8 {width: 70.2%; float:right;}
	.sidebar.col-md-4 {width: 29.8%;}

}

@media (min-width: 1200px) {
	.product-slider .products-grid li {width:290.5px!important;}
	.container {
    width: 1170px;
  }

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: 0;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: 0;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}


/*======================================================================================================*/



table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  display: table-cell;
  float: none;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #dddddd;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  margin-bottom: 5px;

}

input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin-top: 2px;
  /* IE8-9 */
	float:left;
  line-height: normal;
}

.data-table input[type="radio"],
.data-table input[type="checkbox"]{
	float:none;
	display:inline-block;

}

input[type="file"] {
  display: block;
}

select[multiple],
select[size] {
  height: auto;
}

select optgroup {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control:-moz-placeholder {
  color: #999999;
}

.form-control::-moz-placeholder {
  color: #999999;
}

.form-control:-ms-input-placeholder {
  color: #999999;
}

.form-control::-webkit-input-placeholder {
  color: #999999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 15px;
}


.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top:0;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm {
  height: auto;
}

.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg {
  height: 45px;
  line-height: 45px;
}

textarea.input-lg {
  height: auto;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #c09853;
}

.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.has-warning .input-group-addon {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #b94a48;
}

.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.has-error .input-group-addon {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #468847;
}

.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.has-success .input-group-addon {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

.form-control-static {
  margin-bottom: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-control-static {
  padding-top: 7px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  /* pointer-events: none; */
  cursor: not-allowed;
  opacity: 0.65;
/*   filter: alpha(opacity=65); */
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
          transition: height 0.35s ease;
}


.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon:empty {
  width: 1em;
}

.glyphicon-asterisk:before {
  content: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-euro:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}


.btn-default .caret {
  border-top-color: #333333;
}

.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}

.dropup .btn-default .caret {
  border-bottom-color: #333333;
}

.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn-group {
  float: left;
}

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group-xs > .btn {
  padding: 5px 10px;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  border-collapse: separate;
  table-layout: fixed;
}

.btn-group-justified .btn {
  display: table-cell;
  float: none;
  width: 1%;
}

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group.col {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  white-space: nowrap;
}

.input-group-btn:first-child > .btn {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn {
  margin-left: -1px;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -4px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}



.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #cccccc;
  content: "/\00a0";
}

.breadcrumb > .active {
  color: #999999;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.label-default {
  background-color: #999999;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}

.label-primary {
  background-color: #428bca;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.btn .badge {
  position: relative;
  top: -1px;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1 {
  line-height: 1;
  color: inherit;
}

.jumbotron p {
  line-height: 1.4;
}

.container .jumbotron {
  border-radius: 6px;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: inline-block;
  display: block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.thumbnail > img {
  display: block;
  height: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

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

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

.alert-dismissable {
  padding-right: 35px;
}

.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #356635;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #2d6987;
}

.alert-warning {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #a47e3c;
}

.alert-danger {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #953b39;
}
/* 
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
} */

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
          transition: width 0.6s ease;
}

.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media,
.media-body {
  overflow: hidden;
  /* zoom: 1; */
}

.media,
.media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media > .pull-left {
  margin-right: 10px;
}

.media > .pull-right {
  margin-left: 10px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

a.list-group-item {
  color: #555555;
}

a.list-group-item .list-group-item-heading {
  color: #333333;
}

a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}

a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item {
  border-width: 1px 0;
}

.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive {
  margin-bottom: 0;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.panel-title > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

.panel-default {
  border-color: #dddddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}

.panel-default > .panel-heading > .dropdown .caret {
  border-color: #333333 transparent;
}

.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}

.panel-primary {
  border-color: #428bca;
}

.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}

.panel-primary > .panel-heading > .dropdown .caret {
  border-color: #ffffff transparent;
}

.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading > .dropdown .caret {
  border-color: #468847 transparent;
}

.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading > .dropdown .caret {
  border-color: #c09853 transparent;
}

.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading > .dropdown .caret {
  border-color: #b94a48 transparent;
}

.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading > .dropdown .caret {
  border-color: #3a87ad transparent;
}

.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #F8C625;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 1;
  /* filter: alpha(opacity=20); */
}

.close:hover,
.close:focus {
  color: #F8C625;
  text-decoration: none;
  cursor: pointer;
  opacity:1;
  /* filter: alpha(opacity=50); */
}

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

.modal-header button.close { padding: 3px 10px;}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll;
}

.modal.fade {
    transition-delay: 0s, 0s;
    transition-duration: 0.3s, 0.3s;
    transition-property: opacity, top;
    transition-timing-function: linear, ease-out;
}
.modal-backdrop, .modal-backdrop.fade.in {
    opacity: 0.5;
}



.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
     -moz-transition: -moz-transform 0.3s ease-out;
       -o-transition: -o-transform 0.3s ease-out;
          transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-dialog {
  position: relative;
  z-index: 1050;
  width: auto;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
	overflow:hidden;
}
.modal-header, .modal-body  {float:left; width:100%;}
.modal-content {
  position: relative;
  background:url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/bkg_navigation.png);
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
	float:left;
	width:100%;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #fff;
}

.modal-backdrop.fade {
  opacity: 0;
 /*  filter: alpha(opacity=0); */
}



.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}



.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
		
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  /* filter: alpha(opacity=0); */
  visibility: visible;
}

.tooltip.in {
  opacity: 0.9;
  /* filter: alpha(opacity=90); */
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
  content: " ";
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
  content: " ";
}

.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
  content: " ";
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
  content: " ";
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  height: auto;
  max-width: 100%;
  line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
  /* filter: alpha(opacity=50); */
}

.carousel-control.left {
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); */
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
 /*  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); */
}

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  /* filter: alpha(opacity=90); */
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  /* background-color: #000 \9; */
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ffffff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #ffffff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  /* font: 0/0 a; */
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

/* @-ms-viewport {
  width: device-width;
}
 */
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}

.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}

.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}

.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

.hidden-xs {
  display: block !important;
}

tr.hidden-xs {
  display: table-row !important;
}

th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}

.hidden-sm {
  display: block !important;
}

tr.hidden-sm {
  display: table-row !important;
}

th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}

.hidden-md {
  display: block !important;
}

tr.hidden-md {
  display: table-row !important;
}

th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}

.hidden-lg {
  display: block !important;
}

tr.hidden-lg {
  display: table-row !important;
}

th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}



@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}

.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	font: 300 13px/1.54 "Roboto", Arial, Helvetica, sans-serif;
	color: #837b77;
	min-width: 320px;
}

img {
	border: 0;
	vertical-align: top;
}

a {
	color: #276581;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

:focus {
	outline: 0;
}

/* Headings */

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 5px;
	line-height: 1.35;
	color: #464646;
}

h1 {
	font-size: 20px;
	font-weight: normal;
}

h2 {
	font-size: 18px;
	font-weight: normal;
}

h3 {
	font-size: 16px;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	font-weight: bold;
}

h5 {
	font-size: 12px;
	font-weight: bold;
}

h6 {
	font-size: 11px;
	font-weight: bold;
}

@font-face {
	font-family: "Calibri";
	src: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/css/fonts/calibrib.ttf);
}

/* Forms */

form {
	display: inline;
}

fieldset {
	border: 0;
}

legend {
	display: none;
}

/* Table */

table {
	border: 0;
	/*border-collapse:collapse;*/
	border-spacing: 0;
	empty-cells: show;
	font-size: 100%;
}

caption, th, td {
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}

/* Content */

p {
	margin: 0 0 10px;
}

strong {
	font-weight: bold;
}

address {
	font-style: normal;
	line-height: 1.35;
}

cite {
	font-style: normal;
}

q, blockquote {
	quotes: none;
}

q:before, q:after {
	content: '';
}

small, big {
	font-size: 1em;
}

/*sup           { font-size:1em; vertical-align:top; }*/

/* Lists */

ul, ol {
	list-style: none;
}

hr {
	border-color: #bbb;
}

/* Tools */

.hidden {
	display: block !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
	width: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
}

.nobr {
	white-space: nowrap !important;
}

.wrap {
	white-space: normal !important;
}

.a-left {
	text-align: left !important;
}

.a-center {
	text-align: center !important;
}

.a-right {
	text-align: right !important;
}

.v-top {
	vertical-align: top;
}

.v-middle {
	vertical-align: middle;
}

.f-left, .left {
	float: left !important;
}

.f-right, .right {
	float: right !important;
}

.f-none {
	float: none !important;
}

.f-fix {
	float: left;
	width: 100%;
}

.no-display {
	display: none;
}

.no-margin {
	margin: 0 !important;
}

.no-padding {
	padding: 0 !important;
}

.no-bg {
	background: none !important;
}

/* =======================================================================================	 */

/* Layout ================================================================================ */

.wrapper {
	overflow: hidden;
}

.page {
	/* overflow: hidden; */
}

.page-print {
	background: #fff;
	padding: 25px 30px;
	text-align: left;
}

.page-empty {
	background: #fff;
	padding: 20px;
	text-align: left;
}

.page-popup {
	background: #fff;
	padding: 25px 30px;
	text-align: left;
}

.main-container {}

.main {
	margin: 0 auto 20px;
	text-align: left;
}

/* Base Columns */

.col-left {
	float: left;
	width: 100%;
}

.col-right {
	float: right;
	width: 100%;
}

/* 1 Column Layout */

.col1-layout .col-main {
	float: none;
	width: 100%;
}

/* 2 Columns Layout */

.col2-left-layout .col-md-9 {
	float: right;
}

.col2-left-layout .col-main, .col2-right-layout .col-main, .col3-layout .col-main {
	/*background: #ffffff;
	display:block;
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	padding:15px;*/
}

.cms-index-index .col2-left-layout .col-main {
	padding: 0px;
}

.col2-left-layout, .col2-right-layout {
	margin: 36px 0 0 0;
}

/* 3 Columns Layout */

.col3-layout .col-wrapper .col-md-8 {
	float: right;
}

.col3-layout .col-main {
	width: 100%;
}

.col3-layout .col-wrapper {
	float: left;
	width: 100%;
}

/* Content Columns */

.col2-set .col-1 {
	float: left;
	width: 48.5%;
}

.col2-set .col-2 {
	float: right;
	width: 48.5%;
}

.col2-set .col-narrow {
	width: 32%;
}

.col2-set .col-wide {
	width: 65%;
}

.col3-set .col-1 {
	float: left;
	width: 32%;
}

.col3-set .col-2 {
	float: left;
	width: 32%;
	margin-left: 2%;
}

.col3-set .col-3 {
	float: right;
	width: 32%;
}

.col4-set .col-1 {
	float: left;
	width: 23.5%;
}

.col4-set .col-2 {
	float: left;
	width: 23.5%;
	margin: 0 2%;
}

.col4-set .col-3 {
	float: left;
	width: 23.5%;
}

.col4-set .col-4 {
	float: right;
	width: 23.5%;
}

/* ======================================================================================= */

/* Global Styles ========================================================================= */

/* Form Elements */

input, select, textarea, button {
	font: 12px/15px Arial, Helvetica, sans-serif;
	vertical-align: middle;
	color: #2f2f2f;
}

input.input-text, select, textarea {
	background: #fff;
	border: 1px solid #bbb;
}

input.input-text, textarea {
	padding: 2px;
}

select {
	padding: 1px;
}

select option {
	padding-right: 10px;
}

select.multiselect option {
	padding: 2px 5px;
}

select.multiselect option:last-child {
	border-bottom: 0;
}

textarea {
	overflow: auto;
}

input.radio {
	margin-right: 3px;
}

input.checkbox {
	margin-right: 3px;
}

input.qty {
	width: 60px !important;
}

button.button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

/* FF Fix */

button.button {
	-webkit-border-fit: lines;
}

/* <- Safari & Google Chrome Fix */

button.button {
	overflow: visible;
	width: auto;
	border: 0;
	padding: 0;
	margin: 0;
	background: transparent;
	cursor: pointer;
	height: 36px;
	background: #c7d41e;
	font: 500 13px "Roboto", sans-serif;
	text-transform: uppercase;
	color: #276581;
	padding: 0 15px;
}

button.button:hover {
	text-decoration: none;
	background: #276581;
	color: #c7d41e;
}

button.disabled span {
	border-color: #bbb !important;
	background: #bbb !important;
}

button.btn-checkout::-moz-focus-inner {
	padding: 0;
	border: 0;
}

/* FF Fix */

button.btn-checkout {
	-webkit-border-fit: lines;
}

/* <- Safari & Google Chrome Fix */

button.btn-checkout::-moz-focus-inner {
	padding: 0;
	border: 0;
}

/* FF Fix */

button.btn-checkout {
	-webkit-border-fit: lines;
}

/* <- Safari & Google Chrome Fix */

button.btn-checkout.no-checkout span {
	background-position: 0 100%;
	color: #b8baba;
}

button.btn-checkout.no-checkout span span {
	background-position: 100% 100%;
}

p.control input.checkbox, p.control input.radio {
	margin-right: 6px;
}

/* Form Highlight */

/* input.input-text:focus,select:focus,textarea:focus { background-color:#edf7fd; } */

/*.highlight { background:#efefef; }*/

/* Form lists */

/* Grouped fields */

/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/

.form-list li {
	margin: 0 0 10px;
}

.form-list label {
	float: left;
	color: #464646;
	font-weight: bold;
	position: relative;
	z-index: 0;
}

.form-list label.required {}

.form-list label.required em {
	float: right;
	font-style: normal;
	color: #eb340a;
	position: absolute;
	top: 0;
	right: -8px;
}

.form-list li.control label {
	float: none;
}

.form-list li.control input.radio, .form-list li.control input.checkbox {
	margin-right: 6px;
}

.form-list li.control .input-box {
	clear: none;
	display: inline;
	width: auto;
}

/*.form-list li.fields { margin-right:-15px; }*/

.form-list .input-box {
	display: block;
	clear: both;
	width: 280px;
}

.form-list .field {
	float: left;
	width: 295px;
}

.form-list input.input-text {
	width: 100%;
}

.form-list textarea {
	width: 100%;
	height: 10em;
}

.form-list select {
	width: 100%;
}

.form-list li.wide .input-box {
	max-width: 575px;
	width: 100%;
}

/*
.form-list li.wide input.input-text { width:549px; }
.form-list li.wide textarea { width:549px; }
.form-list li.wide select { width:555px; }*/

.form-list li.additional-row {
	border-top: 1px solid #ccc;
	margin-top: 10px;
	padding-top: 7px;
}

.form-list li.additional-row .btn-remove {
	float: right;
	margin: 5px 0 0;
}

.form-list .input-range input.input-text {
	width: 74px;
}

/* Customer */

.form-list .customer-name-prefix .input-box, .form-list .customer-name-suffix .input-box, .form-list .customer-name-prefix-suffix .input-box, .form-list .customer-name-prefix-middlename .input-box, .form-list .customer-name-middlename-suffix .input-box, .form-list .customer-name-prefix-middlename-suffix .input-box {
	width: auto;
}

.form-list .name-prefix {
	width: 65px;
}

.form-list .name-prefix select {
	width: 55px;
}

.form-list .name-prefix input.input-text {
	width: 49px;
}

.form-list .name-suffix {
	width: 65px;
}

.form-list .name-suffix select {
	width: 55px;
}

.form-list .name-suffix input.input-text {
	width: 49px;
}

.form-list .name-middlename {
	width: 70px;
}

.form-list .name-middlename input.input-text {
	width: 49px;
}

.form-list .customer-name-prefix-middlename-suffix .name-firstname, .form-list .customer-name-prefix-middlename .name-firstname {
	width: 160px;
}

.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text, .form-list .customer-name-prefix-middlename .name-firstname input.input-text {
	width: 144px;
}

.form-list .customer-name-prefix-middlename-suffix .name-lastname {
	width: 225px;
}

.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text {
	width: 209px;
}

.form-list .customer-name-prefix-suffix .name-firstname {
	width: 230px;
}

.form-list .customer-name-prefix-suffix .name-lastname {
	width: 225px;
}

.form-list .customer-name-prefix-suffix .name-firstname input.input-text, .form-list .customer-name-prefix-suffix .name-lastname input.input-text {
	width: 209px;
}

.form-list .customer-name-prefix-suffix .name-firstname {
	width: 230px;
}

.form-list .customer-name-prefix-suffix .name-lastname {
	width: 225px;
}

.form-list .customer-name-prefix-suffix .name-firstname input.input-text, .form-list .customer-name-prefix-suffix .name-lastname input.input-text {
	width: 209px;
}

.form-list .customer-name-prefix .name-firstname, .form-list .customer-name-middlename .name-firstname {
	width: 230px;
}

.form-list .customer-name-suffix .name-lastname, .form-list .customer-name-middlename .name-firstname, .form-list .customer-name-middlename-suffix .name-firstname, .form-list .customer-name-middlename-suffix .name-lastname {
	width: 225px;
}

.form-list .customer-name-prefix .name-firstname input.input-text, .form-list .customer-name-suffix .name-lastname input.input-text, .form-list .customer-name-middlename .name-firstname input.input-text, .form-list .customer-name-middlename-suffix .name-firstname input.input-text, .form-list .customer-name-middlename-suffix .name-lastname input.input-text {
	width: 209px;
}

.form-list .customer-dob .dob-month, .form-list .customer-dob .dob-day, .form-list .customer-dob .dob-year {
	float: left;
	width: 85px;
}

.form-list .customer-dob input.input-text {
	display: block;
	width: 74px;
}

.form-list .customer-dob label {
	font-size: 10px;
	font-weight: normal;
	color: #888;
}

.form-list .customer-dob .dob-day, .form-list .customer-dob .dob-month {
	width: 60px;
}

.form-list .customer-dob .dob-day input.input-text, .form-list .customer-dob .dob-month input.input-text {
	width: 46px;
}

.form-list .customer-dob .dob-year {
	width: 160px;
}

.form-list .customer-dob .dob-year input.input-text {
	width: 154px;
}

/* Independent fields */

/*.form-list li { margin:0 0 8px; }
.form-list li.fields { margin:0; }
.form-list .field { display:block; margin:0 0 8px; }
.form-list li.control {}
.form-list label { float:left; width:150px; padding:2px 10px 0 0; text-align:right; }
.form-list label.required { font-weight:bold; }
.form-list label.required em { font-variant:normal; color:#eb340a; margin-right:3px; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:254px; }
.form-list select { width:260px; }
.form-list li.additional-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
.form-list .input-range input.input-text { width:96px; }*/

/* Customer */

/*.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:11px; font-weight:normal; color:#777; text-align:left; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }*/

.buttons-set {
	clear: both;
	padding: 20px 0 0;
	text-align: right;
	overflow: hidden;
}

.buttons-set p.required {
	margin: 0 5px 10px 0;
}

.buttons-set .back-link {
	float: left;
	margin: 0 15px;
}

.buttons-set button.button {
	float: right;
	margin: 0 0 0 5px;
}

#contactForm .buttons-set, #contactForm .buttons-set p.required {
	text-align: left;
}

#contactForm .buttons-set button.button {
	float: left;
	margin: 0 5px 0 0;
}

.buttons-set-order {
	margin: 10px 0 0;
}

.buttons-set-order .please-wait {
	padding: 12px 7px 0 0;
}

.fieldset, .main .form-add {
	border: 1px solid #bbb;
	background: #fff;
	padding: 25px 20px;
	margin: 30px 0;
}

.fieldset .legend, .main .form-add .legend {
	float: left;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	border: 1px solid #bbb;
	background: #ffffff;
	color: #276681;
	margin: -35px 0 0;
	padding: 0 10px;
	position: relative;
}

.main .form-add h4 {
	font: 700 13px/20px "Roboto", ​Arial, ​Helvetica, ​sans-serif;
	color: #464646;
}

.main .form-add .buttons-set button.button {
	float: left;
}

.main .form-add .add-to-cart button.button span>img {
	display: none;
}

.main .form-add .form-list input.input-text, .main .form-add .form-list textarea, .main .form-add .data-table {
	width: 100%;
}

.main .form-add.feedback_view {
	min-height: 200px;
}

.main .form-add .input-box input[type="radio"] {
	float: none;
	margin: 0 10px !important;
}

/* Form Validation */

.validation-advice {
	clear: both;
	text-align: left;
	min-height: 13px;
	margin: 7px 0 0;
	padding-left: 17px;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/validation_advice_bg.gif) 2px 0 no-repeat;
	color: #eb340a;
}

.validation-failed {
	border: 1px dashed #eb340a !important;
	background: #faebe7 !important;
}

.validation-passed {}

p.required {
	font-size: 11px;
	text-align: right;
	color: #EB340A;
}

/* Expiration date and CVV number validation fix */

.v-fix {
	float: left;
}

.v-fix .validation-advice {
	display: block;
	width: 12em;
	margin-right: -12em;
	position: relative;
}

/* Global Messages  */

.success {
	color: #3d6611;
	font-weight: bold;
}

.error {
	color: #df280a;
	font-weight: bold;
}

.notice {
	color: #e26703;
}

.messages, .messages ul {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.messages {
	width: 100%;
	overflow: hidden;
}

.messages li {
	margin: 0 0 10px !important;
}

.messages li li {
	margin: 0 0 3px !important;
}

.error-msg, .success-msg, .note-msg, .notice-msg {
	border: 1px solid #dddddd !important;
	border-width: 1px !important;
	background-position: 10px 9px !important;
	background-repeat: no-repeat !important;
	min-height: 24px !important;
	padding: 8px 8px 8px 32px !important;
	font-size: 11px !important;
	font-weight: bold !important;
}

.error-msg {
	border-color: #f16048;
	background-color: #faebe7;
	background-image: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/i_msg-error.gif);
	color: #df280a;
}

.success-msg {
	border: 1px solid #dddddd;
	background-color: #eff5ea;
	background-image: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/i_msg-success.gif);
	color: #3d6611;
}

.note-msg, .notice-msg {
	border-color: #fcd344;
	background-color: #fafaec;
	background-image: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/i_msg-note.gif);
	color: #3d6611;
}

/* BreadCrumbs */

.breadcrumbs {
	font-size: 15px;
	line-height: 1.25;
	margin: 0 0 13px;
}

.breadcrumbs li {
	display: inline;
}

.breadcrumbs li strong {
	font-weight: bold;
}

/* Page Heading */

.page-title {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #dddddd;
	margin: 0 0 25px;
}

.page-title h1, .page-title h2 {
	font-size: 20px;
	color: #f7941d;
}

.category-title h1 {
	float: left;
}

.my-account .page-title h1 {
	margin: 5px 0;
}

.page-title .separator {
	margin: 0 3px;
}

.page-title .link-rss {
	float: right;
	margin: 7px 0 0;
}

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

.title-buttons h1, .title-buttons h2, .title-buttons h3, .title-buttons h4, .title-buttons h5, .title-buttons h6 {
	float: left;
}

.subtitle, .sub-title {
	clear: both;
	padding: 10px 0;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 10px;
	color: #276581;
}

/* Pager */

.pager {
	padding: 10px 0;
	overflow: hidden;
	line-height: 23px;
}

.pager .amount {
	float: left;
	margin: 0;
}

.pager .limiter {
	float: right;
}

.pager .limiter label {
	vertical-align: middle;
	margin: 0;
}

.pager .limiter select {
	padding: 0;
	margin: 0;
	vertical-align: middle;
}

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

.pager .pages strong {
	display: none;
}

.pager .pages ol {
	display: inline;
}

.pager .pages li {
	display: inline;
	margin: 0 2px;
}

.pager .pages .current {
	font-size: 16px;
	color: #C7D41E;
	font-weight: bold;
}

.pager .sort-by {
	float: right;
	margin: 0;
	padding-right: 6px;
}

.pager .sort-by select {
	padding: 0;
	margin: 0 0 1px;
	vertical-align: middle;
}

/* Sorter */

.sorter {
	padding: 10px 0;
	float: left;
	line-height: 23px;
}

.sorter .amount {
	float: left;
	margin: 0;
}

.sorter .view-mode {
	float: left;
	margin: 0;
	padding: 0 2px;
}

.sorter .view-mode a {
	color: white;
	text-decoration: none;
}

.sorter .view-mode strong {
	text-decoration: underline;
}

.sorter .sort-by {
	margin: 0;
    padding-right: 20px;
    display: inline-block;
    padding: 0 30px;
}

.col2-right-layout .toolbar .sorter .sort-by {
	float: right;
	margin: 0;
	padding-right: 20px;
}

.sorter .sort-by select {
	padding: 0;
	margin: 0;
	vertical-align: middle;
}

.sorter .sort-by label {
	padding: 0;
	margin: 0;
	vertical-align: middle;
}

.sorter .link-feed {}

.sorter .pages {
	display: inline;
}

.sorter .pages ol {
	display: inline;
}

.sorter .pages li {
	display: inline;
	margin: 0 2px;
}

.sorter .pages .current {
	font-size: 16px;
	color: #C7D41E;
	font-weight: bold;
}

/*Pages*/

.pages li a {
	text-decoration: none;
	color: #276581;
}

.pages li a img {
	margin-top: -3px;
}

.pages li a:hover {
	text-decoration: underline;
}

/* Toolbar */

.toolbar {
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}

.toolbar .pager {}

.toolbar .pager .amount strong {
	color: #ffffff;
}

.toolbar .sorter {}

.toolbar-top .pages {
	display: none;
}

.toolbar-bottom .toolbar {
	border: 0;
}

.toolbar-bottom {
	clear: both;
	margin: 0 auto;
}

.toolbar .view-mode .grid {
	background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/bg-grid.png) no-repeat scroll right center transparent;
	padding: 0 9px;
	margin-left: -10px;
	color: #ffffff;
}

.toolbar-bottom .pager .sort-by {
	display: none;
}

.toolbar .view-mode .list {
	color: #ffffff;
}

/* Data Table */

.data-table {
	width: 100%;
	border: 1px solid #bbb;
	background: #fff;
	border-bottom: 0 none;
}

.data-table .odd {}

.data-table .even {}

.order-review .data-table {
	border-top: 0 none;
}

/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/

.data-table td.last, .data-table th.last {
	border-right: 0;
}

.data-table tr.last th, .data-table tr.last td {
	vertical-align: middle;
}

.data-table th {
	padding: 3px 8px;
	font-weight: bold;
}

.data-table td {
	padding: 3px 8px;
}

.data-table thead th {
	font-weight: normal;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	padding: 5px 8px;
	color: #464646;
	white-space: nowrap;
	vertical-align: middle;
	font-size: 14px;
}

.data-table thead th.wrap {
	white-space: normal;
}

.data-table thead th a, .data-table thead th a:hover {
	color: #fff;
}

.data-table thead th {}

.data-table thead th .tax-flag {
	font-size: 11px;
	white-space: nowrap;
}

.data-table tfoot {
	border-bottom: 1px solid #d9dde3;
}

.data-table tfoot tr.first td {}

.data-table tfoot tr {}

.data-table tfoot td {
	padding-top: 1px;
	padding-bottom: 1px;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
}

.data-table tfoot strong {
	font-size: 16px;
}

.data-table tbody th, .data-table tbody td {
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
}

/* Bundle products tables */

.data-table tbody.odd tr {
	background: #f8f7f5 !important;
}

.data-table tbody.even tr {
	background: #f6f6f6 !important;
}

.data-table tbody.odd tr td, .data-table tbody.even tr td {
	border-bottom: 0;
}

.data-table tbody.odd tr.border td, .data-table tbody.even tr.border td {
	border-bottom: 1px solid #d9dde3;
}

.data-table tbody td .option-label {
	font-weight: bold;
	font-style: italic;
}

.data-table tbody td .option-value {
	padding-left: 10px;
}

/* Generic Info Box */

.info-box {
	border: 1px solid #d0cbc1;
	padding: 12px 15px;
	margin: 0 0 15px;
}

.info-box h2 {
	font-weight: bold;
	font-size: 13px;
}

.info-table th {
	font-weight: bold;
	padding: 2px 15px 2px 0;
}

.info-table td {
	padding: 2px 0;
}

/* Shopping cart total summary row expandable to details */

tr.summary-total {
	cursor: pointer;
}

tr.summary-total td {}

tr.summary-total .summary-collapse {
	float: right;
	text-align: right;
	padding-left: 20px;
	background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/bkg_collapse.gif) 0 5px no-repeat;
	cursor: pointer;
}

tr.show-details .summary-collapse {
	background-position: 0 -52px;
}

tr.show-details td {}

tr.summary-details td {
	font-size: 11px;
	background-color: #dae1e4;
	color: #626465;
}

tr.summary-details-first td {
	border-top: 1px solid #d2d8db;
}

tr.summary-details-excluded {
	font-style: italic;
}

/* Shopping cart tax info */

.cart-tax-info {
	display: block;
}

.cart-tax-info, .cart-tax-info .cart-price {
	padding-right: 20px;
}

.cart-tax-total {
	display: block;
	padding-right: 20px;
	background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/bkg_collapse.gif) 100% 5px no-repeat;
	cursor: pointer;
}

.cart-tax-info .price, .cart-tax-total .price {
	display: inline !important;
	font-weight: normal !important;
}

.cart-tax-total-expanded {
	background-position: 100% -52px;
}

/* Class: std - styles for admin-controlled content */

.std .subtitle {
	padding: 0;
}

.std ol.ol {
	list-style: decimal outside;
	padding-left: 1.5em;
}

.std ul.disc {
	list-style: disc outside;
	padding-left: 18px;
	margin: 0 0 10px;
}

.std dl dt {
	font-weight: bold;
}

.std dl dd {
	margin: 0 0 10px;
}

/*.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }*/

/* Misc */

.links li {
	display: inline;
}

.links li.first {
	padding-left: 0 !important;
}

.links li.last {
	background: none !important;
	padding-right: 0 !important;
}

.link-cart {
	color: #276581 !important;
}

.link-wishlist {
	color: #276581 !important;
	font-weight: normal;
}

.link-reorder {
	font-weight: bold;
	color: #c7d41e !important;
}

.link-compare {
	font-weight: normal;
	color: #f00000 !important;
}

.link-print {
	/*background:url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/
	font-weight: bold;
	color: #c7d41e;
}

.link-rss {
	background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/i_rss.gif) 0 2px no-repeat;
	padding-left: 18px;
	line-height: 14px;
	white-space: nowrap;
}

.btn-remove {
	display: block;
	width: 11px;
	height: 11px;
	font-size: 0;
	line-height: 0;
	background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/btn_remove.png) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
}

.btn-remove2 {
	display: block;
	width: 16px;
	height: 16px;
	font-size: 0;
	line-height: 0;
	background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/delete.png) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
}

.btn-edit {
	display: block;
	width: 11px;
	height: 11px;
	font-size: 0;
	line-height: 0;
	background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/btn_edit.gif) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
}

.cards-list dt {
	margin: 5px 0 0;
}

.cards-list .offset {
	padding: 2px 0 2px 20px;
}

.separator {
	margin: 0 3px;
}

.divider {
	clear: both;
	display: block;
	font-size: 0;
	line-height: 0;
	height: 1px;
	margin: 10px 0;
	background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/bkg_divider1.gif) 0 50% repeat-x;
	text-indent: -999em;
	overflow: hidden;
}

/* Noscript Notice */

.noscript {
	border: 1px solid #ddd;
	border-width: 0 0 1px;
	background: #ffff90;
	font-size: 12px;
	line-height: 1.25;
	text-align: center;
	color: #2f2f2f;
}

.noscript .noscript-inner {
	width: 950px;
	margin: 0 auto;
	padding: 12px 0 12px;
	background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/i_notice.gif) 20px 50% no-repeat;
}

.noscript p {
	margin: 0;
}

/* Demo Notice */

.demo-notice {
	margin: 0;
	padding: 6px 10px;
	background: #d75f07;
	font-size: 12px;
	line-height: 1.15;
	text-align: center;
	color: #fff;
}

/* ======================================================================================= */

/* Advertising ===========================================================================*/

/*
.home-container .adv-content  {float:left; background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/advertising.png) no-repeat left top; width: 1021px; height:90px; text-transform: uppercase; position: relative; border: 1px solid #d5d5d5;}
.home-container .adv-content ul {display: inline;float: left; width: 100%; position: relative;}
.home-container .adv-content ul li {background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/bkg_ul_adv.jpg) no-repeat right top;display: inline;cursor: pointer; height: 90px;}
.home-container .adv-content  a {color: #5c5c5c; text-decoration: none;}

.home-container .adv-content .adv  h1 {font-weight: bold; font-family:"Arial"; font-size: 45px; color: #f7941d;}
.home-container .adv-content .adv  h2 {font-weight: bold; font-family:"Calibri"; font-size: 40px; color: #5c5c5c; line-height: 30px; margin: 20px 0 0;}
.home-container .adv-content .adv  h5 {font-weight: ; font-family:"Arial"; font-size: 10px; color: #5c5c5c;}
.home-container .adv-content .adv  .first {float: left; text-align: right; padding: 0 0 0 5px;}
.home-container .adv-content .adv  .last {float: right; text-align: left;padding: 0 5px 0 0; margin: 9px 0 0 0;}


.home-container .adv-content .col1 {float: left; width: 348px;}
.home-container .adv-content .col2 {float: left; width: 373px; }
.home-container .adv-content .col3 {float: left; width: 300px;background: 0 none;}
.home-container .adv-content .col3  .first {float: left; padding: 0 0 0 20px;}

.home-container .adv-content .support {float: left;margin: 0; padding: 0;}



 */

/* Header ================================================================================ */

.logo {
	float: left;
}

.header-container {
	position: relative;
	margin: 0 0 20px;
	background: #FFFFFF;
	font-family: "Roboto", sans-serif;
}

.header {
	margin: 0 auto;
	padding: 15px 15px 22px;
}

.header .logo {
	float: left;
	text-decoration: none !important;
	width: auto;
}

.header .logo strong {
	position: absolute;
	top: -999em;
	left: -999em;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -999em;
	overflow: hidden;
}

.header .quick-access {
	float: right;
	padding: 0 0 2px;
}

.header .links {
	float: right;
	margin: 0 0 12px;
	clear: right;
}

.header .links li {
	float: left;
	font-size: 12px;
	padding: 0 15px 10px 0px;
}

.header .links a {
	color: #464646;
}

.header .links a:hover {
	text-decoration: underline;
}

.header .welcome-msg {
	float: right;
	clear: right;
	text-align: right;
}

.maincp-content {
	clear: both;
	float: left;
	margin: 30px 0 0 0;
}

.maincp-left {
	float: left;
	width: 241px;
	position: relative;
	z-index: 89;
}

.maincp-right {
	float: right;
	width: 753px;
	margin: 0 0 0 29px;
	position: relative;
	z-index: 80;
}

.maincp-right .block-title-newpct {
	background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/bkg_block-title-newproducts.png) no-repeat left top;
	height: 31px;
	width: 753px;
}

.maincp-right .block-title-newpct h2 {
	color: white;
	font-size: 16px;
	line-height: 27px;
	padding: 2px 20px;
	font-weight: normal;
}

.new-products .bot-site {
	background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/bkg_stretched-sliderpr.png) no-repeat left top;
	height: 8px;
	width: 100%;
}

.header .form-language {
	clear: both;
	padding: 5px 0 0;
	text-align: right;
}

.header .form-language label {
	font-weight: bold;
	padding-right: 5px;
	color: #a7c6dd;
	vertical-align: middle;
}

.header .form-language select {
	padding: 0;
}

.header .form-language select.flags option {
	background-position: 4px 50%;
	background-repeat: no-repeat;
	padding-left: 25px;
}

.header a {
	text-decoration: none;
}

.header-bottom {
	/*background: rgba(255,255,255,0.2);*/
	width: 100%;
	position: relative;
	z-index: 999;
	padding: 0;
}

.header-bottom .container {
	padding: 0 25px;
}

.header-bottom .nav-col {
	padding-right: 0;
}

.header-bottom .acc-col {
	padding-left: 0;
}

.cms-home .header-bottom, .blog-index-list .header-bottom, .page-inner .header-bottom {
	position: absolute;
	top: 100%;
	left: 0;
}

.blog-index-list .header-bottom {
	background: rgba(131, 123, 119, 0.75);
}

.cms-home .header-container, .blog-index-list .header-container, .blog-post-view .header-container, .page-inner .header-container {
	margin: 0;
}

.header-bottom .links {
	background: #837B77;
	font: 13px/18px "roboto", sans-serif;
	padding: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.header-bottom .links a {
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 14px 5px;
}

.header-bottom .links li:before {
	color: #fff;
	content: "/";
	display: inline-block;
	vertical-align: baseline;
}

.header-bottom .links li:first-child:before {
	display: none;
}

.header .list-top {
	float: left;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #cccccc;
}

.header .list-top ul li {
	float: left;
	padding: 12px 15px;
	line-height: 21px;
	background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/bkg_sepa_header_bottom.png) no-repeat right top;
	font-family: "Myriad Pro";
}

.header .list-top ul li.last {
	background: 0 none;
}

.header .list-top ul {
	margin: 0 0 0 10px;
}

.header .list-top ul li a {
	color: #cccccc;
}

.header .list-top ul li a:hover {
	color: #f7941d;
}

.header .list-top .menu-top-mobile {
	display: none;
}

.header .list-top .menu-top-mobile .collapse-toggle {
	color: #F7941D;
	float: left;
	padding: 12px 15px;
	line-height: 21px;
	font-family: "Myriad Pro";
}

.header .list-top .menu-top-mobile .collapse-toggle:hover, .header .list-top .menu-top-mobile .collapsed .collapse-toggle:hover {
	color: #F7941D;
}

.header .list-top .menu-top-mobile .collapsed .collapse-toggle {
	color: #ccc;
}

.header .list-top .menu-top-mobile .box-content {
	position: absolute;
	top: 45px;
	left: 0px;
	width: 100%;
	background: #323232;
}

.header .list-top .menu-top-mobile .box-content ul, .header .list-top .menu-top-mobile .box-content li, .header .list-top .menu-top-mobile .box-content li a {
	float: left;
	width: 100%;
	text-align: left;
	margin: 0px;
}

.header .list-top .menu-top-mobile .box-content li {
	background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/bkg_sepa_header_bottom01.png) repeat-x left bottom;
}

.header .list-top .menu-top-mobile .box-content li.last {
	background: none;
}

.header .form-search {
	float: left;
	position: relative;
	width: 100%;
	background: #fff url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/new-design-images/ico-search.png) no-repeat 5px 70%;
	padding: 0 110px 0 35px;
	height: 36px;
	border-color: #d5de57;
	border-style: solid double;
	border-width: 2px 0 2px 2px;
}

.header .form-search input.input-text {
	float: left;
	width: 100%;
	margin: 0;
	border: 0 none;
	background: 0 none;
	height: 32px;
	padding: 5px 0px 5px 0;
	color: #276581;
	font: 300 13px "Roboto", sans-serif;
}

.header .form-search button.button {
	float: left;
	position: absolute;
	top: 0;
	right: 0px;
	width: 90px;
	height: 33px;
	background: #C7D41E;
	text-transform: uppercase;
	color: #276581;
	font: 500 13px "Roboto", sans-serif;
}

.header .form-search .search-autocomplete {
	z-index: 9999;
}

.header .form-search .search-autocomplete ul {
	border: solid #276681;
	border-width:1px 1px 0 1px;
	background-color: #fff;
	max-height: 313px;
	overflow: auto;
	min-width: calc(100% + 17px);
}

.header .form-search .search-autocomplete li {
	text-align: left;
	border-bottom: 1px solid #f4eee7;
	padding: 2px 8px 1px 8px;
	cursor: pointer;
}

.header .form-search .search-autocomplete li .amount {
	float: right;
	font-weight: bold;
}

.header .form-search .search-autocomplete li.odd {
	background-color: #f1f6f9;
}

.header .form-search .search-autocomplete li.selected {
	background-color: #276681;
	color: #fff;
}

.searchautocomplete .searchautocomplete-placeholder {
	background: #FFF;
	position: absolute;
	top: 36px;
	left: 40px;
	max-width:348px;
}

.searchautocomplete .searchautocomplete-placeholder ul li .searchautocomlete-image {
	float: left;
	margin: 3px 10px 3px 0;
}

.searchautocomplete .searchautocomplete-placeholder .all {
	height:35px;
	background:#fff;
	padding: 0 5px;
	min-width: calc(100% + 17px);
	margin:-10px 0 0;
	text-align: right;
	border: solid #276681;
	border-width:0 1px 1px 1px;
	border-top:1px solid #f4eee7;
}
.searchautocomplete .searchautocomplete-placeholder .all a{
	line-height: 35px;
}

.misspell.fallback,
.misspell.suggest {
	font-size: 18px !important;
	color: #837B77 !important;
}

.misspell.fallback strong,
.misspell.suggest strong {
	color: #276681 !important;
}
.misspell.fallback strong strike,
.misspell.suggest strong strike {
	color: #276681 !important;
}
.misspell.fallback strong a,
.misspell.suggest strong a {
	color: #276681 !important;
}

.head {
	margin-bottom: 10px;
}

.head h1 {
	color: #464646;
	font-size: 16px;
	padding: 0 0 0 22px;
	line-height: 31px;
}

.header-container .top-container {
	clear: both;
	padding: 5px 10px 0 12px;
	text-align: right;
}

.header-container .top-container a {
	font-size: 11px;
	color: #ebbc58;
}

.notice-cookie {
	background-color: #555555;
	color: #ffffff;
	margin: 0;
	padding: 10px 20px;
}

.notice-cookie a {
	color: #ffffff;
}

.notice-text p {
	margin: 0;
}

.notice-cookie .cookie-close {
	float: right;
	clear: both;
	cursor: pointer;
	text-decoration: underline;
	margin-right: 20px;
}

.notice-cookie .cookie-close span:after {
	text-decoration: none;
	position: absolute;
	margin: 2px 0 0 5px;
	content: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/btn_remove.png);
}

/********** < Navigation */

#nav {
	font: 13px/18px "roboto", sans-serif;
	list-style: none;
	margin: 0;
	padding: 0;
	background: rgba(131, 123, 119, 0.75);
	position: relative;
}

#nav>li {
	float: left;
	width: 16.666666%;
}

#nav>li.menu-relative {
	position: relative;
}

#nav li.over {
	z-index: 998;
}

#nav>li>a {
	color: #fff;
	display: block;
	padding: 14px 5px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
}

#nav>li.over>a, #nav>li>a:hover, #nav li.active>a {
	text-decoration: none;
	background: #4e4a62 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNGU0YTYyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM1NjM3ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
}

#nav>li>a:before {
	content: "";
	height: 22px;
	background: #e4e1e0;
	width: 1px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -11px;
}

#nav>li:first-child>a:before {
	display: none;
}

#nav .menu-level-2 {
	position: absolute;
	top: 100%;
	background: #fff;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
	left: 0;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease;
	padding: 4px 8px;
	font-size: 0;
}

#nav li.over .menu-level-2 {
	visibility: visible;
	opacity: 1;
}

#nav .menu-column {
	display: inline-block;
	vertical-align: top;
	width: 33.333%;
	padding: 8px;
	font-size: 12px;
	line-height: 20px;
}

#nav .menu-column a {
	display: block;
	padding: 1px 5px;
	color: #000;
	font-weight: 300;
	text-decoration: none;
}

#nav .menu-column a:hover {
	color: #fff;
	background: #4e4a62 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNGU0YTYyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM1NjM3ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
}

#nav .menu-column .cat-heading {
	display: block;
	border-bottom: 1px solid #276681;
	padding: 5px;
	margin: 10px 0 4px;
	color: #276581;
	font-weight: 400;
	text-decoration: none;
	font-size: 13px;
}

#nav .menu-column .cat-heading:first-child {
	margin-top: 0;
}

#nav>li.small-menu {
	position: relative;
}

#nav ul.menu-level-2 {
	width: auto;
	font-size: 13px;
	line-height: 17px;
	max-width: none;
	white-space: nowrap;
}

#nav ul.menu-level-2 a {
	display: block;
	padding: 8px 8px;
	color: #276581;
	text-decoration: none;
}

#nav ul.menu-level-2 a:hover {
	color: #ddd91e;
}

/* ======================================================================================= */

.banner-home {
	display: block;
	margin-bottom: 35px;
}

.banner-slider-home {
	max-width: 1140px;
	margin: 0 auto;
}

.banner-slider-home .bx-viewport {}

.banner-static {}

.banner-static ul {
	float: left;
	width: 100%;
	margin-bottom: 0px;
}

.banner-static ul li {
	float: left;
	width: 33.333%;
	border: solid 1px #D5D5D5;
	border-right: none;
	overflow: hidden;
}

.banner-static ul li.last {
	border-right: solid 1px #D5D5D5;
}

.product-slider .products-grid li {
	border-right: solid 1px #ddd;
	margin-right: 0px;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
}

.product-slider .bx-wrapper .bx-controls-direction a {
	top: -40px;
}

.product-slider .bx-wrapper .bx-prev {
	right: 30px;
	background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/previous.png) no-repeat center center;
}

.product-slider .bx-wrapper .bx-prev:hover {
	background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/previous-active.png) no-repeat center center;
}

.product-slider .bx-wrapper .bx-next {
	background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/next.png) no-repeat center center;
}

.product-slider .bx-wrapper .bx-next:hover {
	background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/next-active.png) no-repeat center center;
}

/* Sidebar =============================================================================== */

.block {
	margin: 0 0 15px;
	background: #837b77;
	padding: 0 10px;
	color: #fff;
}

.block .block-title {
	border-bottom: 1px solid #fff;
	padding: 10px 5px;
	margin: 0 0 10px;
}

.block .block-title h2 {
	color: #fff;
	font: bold 24px/28px "Roboto", sans-serif;
}

.block .block-title strong {
	color: #fff;
	font: bold 24px/28px "Roboto", sans-serif;
}

.block .block-title strong span {}

.block .block-title a {
	text-decoration: none !important;
}

.block .block-subtitle {
	margin: 0;
	padding: 5px 10px;
}

.block .block-content {}

.block .block-content li.item {
	padding: 10px;
}

.block .block-content .product-name {
	color: #276581;
}

.block .btn-remove, .block .btn-edit {
	float: right;
	margin: 3px;
}

/* .block .actions { background:#dee5e8 url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/bkg_block-actions.gif) 0 0 repeat-x; padding:6px 9px; text-align:right; } */

.block .actions a {
	float: left;
}

.block .actions button.button {
	float: right;
}

.block .empty {
	padding: 24px 10px;
}

.block-compare .actions a {
	float: right;
}

.block-compare .actions button.button {
	margin: 0 auto;
	display: block;
	width: 90px;
}

.block li.odd {}

.block li.even {}

/* Mini Blocks */

.block-cart, .block-wishlist, .block-subscribe, .block-compare, .block-reorder, .block-poll, .block-viewed, .block-compared, .block-related, .block-tags, .block-login {
	font-size: 13px;
	line-height: 1.25;
}

.block-cart .block-title strong, .block-wishlist .block-title strong, .block-subscribe .block-title strong, .block-compare .block-title strong, .block-reorder .block-title strong, .block-poll .block-title strong, .block-viewed .block-title strong, .block-compared .block-title strong, .block-related .block-title strong, .block-tags .block-title strong, .block-login .block-title strong {
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 21px;
}

/* Mini Products List */

.mini-products-list .product-image {
	float: left;
	width: 27%;
	margin-right: 3%;
	text-align: center;
}

.mini-products-list .product-image img {
	border: 1px solid #a9a9a9;
}

.mini-products-list .product-details {
	float: left;
	width: 70%;
}

/* Block: Account */

.block-account {
	border-color: #bbb;
}

.my-account p {
	margin: 0;
}

.block-account .block-content {
	padding: 7px 10px 7px;
}

.block-account .block-content li {
	border-bottom: 1px solid #bbb;
	padding: 3px 0;
	color: #fff;
}

.block-account .block-content li a {
	display: block;
	color: #fff;
	text-decoration: none !important;
}

.block-account .block-content li a:hover {
	color: #fff;
	text-decoration: underline;
}

.block-account .block-content li.last a {
	border-bottom: 0;
}

.block-account .block-content li.current.last {
	border-bottom: 0;
}

/* Block: Currency Switcher */

.box-currency {
	float: right;
	margin: 0 0 12px;
	clear: right;
}

.block-currency {
	border: 0;
	float: right;
	clear: both;
	margin: 0;
}

.block-currency .block-title {
	background: none;
	border: 0;
	float: left;
}

.block-currency .block-title strong {
	font: bold 12px/21px Arial, Helvetica, sans-serif;
	padding: 0 0 0 21px;
	text-transform: none;
	color: #464646;
	font-weight: normal;
}

.block-currency .block-content {
	background: none;
	padding: 0;
	float: left;
}

.block-currency .block-content select {
	width: 128px;
	padding: 0;
	border: 1px solid #bbb;
}

/* Block: Layered Navigation */

.block-layered-nav {
	border: 0;
}

.block-layered-nav strong {
	padding: 0;
}

.block-layered-nav a {
	color: #fff;
	text-decoration: none;
}

.block-layered-nav a:hover {
	text-decoration: underline;
}

.block-layered-nav a .price {
	font-size: 13px;
	color: #fff;
}

.block-layered-nav .block-title {
	display: none;
}

.block-layered-nav .block-subtitle {
	line-height: 1.35;
	padding: 3px 9px;
	text-transform: uppercase;
}

.block-layered-nav .block-content {}

.block-layered-nav dt {
	padding: 15px 5px 15px 30px;
	text-transform: uppercase;
	font: 500 17px/22px "Roboto", Arial, Helvetica, sans-serif;
	color: #fff;
	border-top: 1px solid #fff;
	background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/new-design-images/arrow-1.png) no-repeat 5px 50%;
}

.block-layered-nav dt.fme_layered_dt_selected {
	background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/new-design-images/arrow-2.png) no-repeat 5px 50%;
}

.block-layered-nav dt:first-child {
	border-top: 0;
}

.block-layered-nav dd {
	padding: 0 5px 15px;
}

.block-layered-nav dd.last {
	background: none;
}

.block-layered-nav .currently li {
	color: #837b77;
	background: #fff;
	padding: 5px 10px;
	border-bottom: 1px solid #bbb;
}

.block-layered-nav .currently .label {
	font-weight: bold;
	padding-left: 18px;
	background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/bkg_block-layered-label.gif) 0 3px no-repeat;
	text-transform: uppercase;
	color: #837b77;
}

.block-layered-nav .currently .btn-remove {
	margin: 3px 0 0;
}

.block-layered-nav .actions {
	font-size: 13px;
	padding: 5px 10px;
	border: 1px solid #fff;
	border-width: 1px 0;
	text-align: right;
}

.block-layered-nav .actions a {
	float: none;
	color: #c7d41e;
}

.fme_layered_dt {}

.block-category-nav {
	padding-bottom: 100px;
	margin: 0;
}

.block-category-nav .block-title {
	padding: 22px 5px 12px;
}

/* Block: Cart */

.block-cart {
	margin: 0 0 15px 0;
}

.block-cart .block-title strong {
	padding: 0;
}

.block-cart .summary {
	background: #fff;
	padding: 10px 10px 20px;
	position: relative;
	z-index: 1;
	color: #837b77;
	font-size: 13px;
}

.block-cart .amount {
	margin: 0;
}

.block-cart .amount a {}

.block-cart .subtotal {
	margin: 5px 0 0;
	padding: 2px 0;
}

.block-cart .subtotal .price {
	font-weight: bold;
}

.block-cart .actions {
	background: #fff;
	padding: 10px;
	text-align: center;
	border-bottom: 1px solid #bbb;
}

.block-cart .actions button.button {
	display: inline-block;
	vertical-align: middle;
	padding: 0 15px !important;
}

.block-cart .block-subtitle {
	background: #fff;
	color: #837b77;
	padding: 10px;
}

.block-cart .actions .paypal-logo {
	float: left;
	width: 100%;
	margin: 3px 0 0;
	text-align: right;
}

.block-cart .actions .paypal-logo .paypal-or {
	clear: both;
	display: block;
	padding: 0 55px 8px 0;
}

.block-cart .block-title strong span {}

.block-cart .sidebarblock-content {}

.block-cart .bot-site {
	background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/bkg_bottom-categories.png) no-repeat left top;
	height: 8px;
}

.block-cart .empty {
	padding: 24px 10px;
	text-align: left;
}

.block-cart .mini-products-list {
	background: #fff;
	margin: 0;
	color: #837b77;
}

.block-cart .mini-products-list .product-name {
	margin: 0 0 10px;
}

.block-cart .mini-products-list .price {
	font-weight: bold;
}

.block-cart .mini-products-list li {
	border-top: 1px solid #bbb;
}

/* Block: Wishlist */

.block-wishlist .block-title strong {
	padding: 0;
}

.block-wishlist .block-title strong span {
	color: #f7941d;
	font-size: 16px;
	line-height: 30px;
	text-transform: capitalize;
	font-weight: normal;
}

.block-wishlist .actions {
	text-align: right;
}

.block-wishlist .actions a {
	float: none;
}

/* Block: Related */

.block-related .block-title strong {
	padding: 0;
}

/* .block-related .block-subtitle {
	color: #0A263C;
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    padding: 5px 9px;
	text-align: center;
}
.block-related .block-subtitle  a {clear: both;} */

.block-related input.checkbox {
	float: left;
}

.block-related .product {
	margin-left: 20px;
}

.block-related .block-title strong span {
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
}

/* Block: Compare Products */

.block-compare .block-title strong {
	padding: 0;
}

.block-compare .block-title strong span {}

.block-compare button.button span {}

.page-popup .link-print {
	background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/i_print.gif) 0 2px no-repeat;
	padding: 2px 0 2px 25px;
	font-weight: bold;
	color: #1e7ec8;
}

.compare-table {
	border: 0;
}

.compare-table thead tr.first th, .compare-table thead tr.first td {
	border: 0;
	background: none;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

.compare-table .btn-remove {
	float: right;
	background-image: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/btn_remove2.gif);
	width: 72px;
	height: 15px;
}

.compare-table tbody th {
	background: #d9e5ee url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/bkg_th-v.gif) 100% 0 repeat-y;
}

.compare-table tbody th, .compare-table tbody td {
	padding: 10px;
	border: 0;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.compare-table tbody td.last {
	border-right: 1px solid #ccc;
}

.compare-table tbody tr.last th, .compare-table tbody tr.last td {
	border-bottom: 1px solid #ccc !important;
}

.compare-table tr.add-to-row td {
	background: #fffada;
	text-align: center;
}

.compare-table tr.first td {
	text-align: center;
}

.compare-table tr.first td .product-name {
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 5px;
	color: #203548;
}

.compare-table tr.first td .product-name a {
	color: #203548;
}

.compare-table tr.first td .ratings {
	width: 69px;
	margin: 0 auto;
}

.compare-table tr.first td p, .compare-table tr.add-to-row td p {
	margin: 0;
}

/* Block: Recently Viewed */

.block-viewed .block-title strong {
	padding: 0;
}

.block-viewed .block-title strong span {}

.block-viewed .product-name a {
	color: #fff;
}

/* Block: Recently Compared */

.block-compared .block-title strong {
	padding: 0;
}

.block.block-compared {
	color: #fff;
}

/* Block: Poll */

.block-poll .block-title strong {
	padding: 0;
}

.block-poll .block-subtitle {}

.block-poll .block-title {}

.block-poll .block-title strong span {}

.block-poll label {
	color: #fff;
	font-size: 13px;
	margin: 0;
}

.block-poll input.radio {
	float: left;
	margin: 0 15px 0 0;
}

.block-poll .label {}

.block-poll li {
	padding: 5px 10px;
}

.block-poll .actions {
	margin: 10px 0 0;
	text-align: center;
}

.block-poll button.button span {}

.block-poll .answer {
	font-weight: bold;
}

.block-poll .votes {
	float: right;
	margin-left: 10px;
}

.block-poll button.button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

/* FF Fix */

.block-poll button.button {
	-webkit-border-fit: lines;
}

/* <- Safari & Google Chrome Fix */

.block-poll .actions button.button {
	display: inline-block;
	vertical-align: middle;
	padding: 0 15px !important;
}

.block-poll button.button span {}

.block-poll button.button span span {}

/* Block: Tags */

.block-tags .block-title strong {
	padding: 0;
}

.block-tags .block-title {}

.block-tags .block-title strong span {
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;
}

.block-tags .block-content .tags-list {
	background: none;
	border: 0;
	font-size: 12px;
}

.block-tags .block-content a {
	color: #1b2d3b;
}

.block-tags .actions {
	text-align: right;
}

.block-tags .actions a {
	float: none;
	margin: 0 5px 0 0;
}

/* Block: Subscribe */

.block-subscribe {
	margin-bottom: 0px;
}

.block-subscribe .block-content {
	padding: 2px 0px;
}

.block-subscribe .block-title strong {
	background-image: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/i_block-subscribe.gif);
}

.block-subscribe label {
	font-weight: normal;
	color: #7f7f7f;
	float: left;
	font-size: 12px;
	margin: 0 0 10px 0;
}

.block-subscribe input.input-text {
	float: left;
	width: 90%;
	padding-left: 5px;
	margin: 4px 0 0 0px;
	background: 0 none;
	border: 0 none;
}

.block-subscribe .actions {
	background: none;
	text-align: left;
}

.block-subscribe .actions button.button {
	float: right;
	padding: 3px 5px 0 0;
	/*  margin: 0 4px 0 0 ;  */
}

.block-subscribe .actions button.button span {}

/* Block: Reorder */

.block-reorder .block-title strong {
	padding: 0;
}

.block-reorder .block-title strong span {}

.block-reorder input.checkbox {
	float: left;
	margin: 0 15px 0 0;
}

.block-reorder .product-name {
	margin: 0;
	padding: 0 !important;
	overflow: hidden;
}

.block-reorder .validation-advice {
	margin: 3px 9px 7px;
}

/* Block: Banner */

.block-banner {
	border: 0;
}

.block-banner .block-content {
	padding: 0;
	text-align: center;
}

/* Block: Login */

.block-login .block-title strong {
	background-image: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/i_ma-info.gif);
}

.block-login .block-content {
	padding: 5px 10px;
}

.block-login label {
	font-weight: bold;
	color: #666;
}

.block-login input.input-text {
	display: block;
	width: 167px;
	margin: 3px 0;
}

.block-login .actions {
	background: none;
	padding: 0;
	margin: 3px 0 0;
}

.block-login .actions button.button span {
	border-color: #406a83;
	background: #618499;
}

/* Paypal */

.sidebar .paypal-logo {
	display: block;
	margin: 10px 0;
	text-align: center;
}

.sidebar .paypal-logo a {
	float: none;
}

/* ======================================================================================= */

/* Category Page ========================================================================= */

.category-title {
	border: 0;
	margin: 0 0 7px;
}

.category-image {
	width: 100%;
	overflow: hidden;
	margin: 0 0 10px;
	text-align: center;
}

.category-image img {}

.category-description {
	color: #276681;
	font: 300 14px/17px "Roboto", sans-serif;
	margin: 0 0 50px;
}

.category-description ul {
	list-style: outside;
	margin: 15px 0 15px 15px;
}

.category-description ol {
	list-style-type: decimal;
	margin: 15px 0 15px 15px;
}

.category-products {}

/* View Type: Grid */

.products-grid {
	width: 102%;
	max-width: none;
}

.products-grid li {
	float: left;
	width: 31.333%;
	margin: 0 2% 30px 0;
}

.products-grid li a {
	text-decoration: none;
	color: #464646;
}

.products-grid li a:hover {
	text-decoration: underline;
}

.products-grid .btn-cart {
	padding: 0 10px 0 0;
	float: left;
}

.products-grid .name-price {
	min-height: 75px;
}

.products-grid .product-image {
	position: relative;
	display: block;
	min-height: 160px;
	padding: 2%;
	margin: 0 0 15px;
	text-align: center;
}

.products-grid .product-image .icon-view {
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -46px;
	width: 92px;
	height: 26px;
	background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/click-view.png) no-repeat center center;
}

.products-grid .product-name {
	display: block;
	padding: 0 10px;
	min-height: 40px;
	margin: 0 0 5px;
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	color: #464646;
}

.products-grid .product-name a {
	color: #203548;
}

.products-grid .ratings {
	text-align: center;
}

.products-grid .ratings .rating-box {
	display: inline-block;
	float: none;
}

.products-grid .price-box {
	float: left;
	width: 100%;
	clear: both;
	min-height: 53px;
	margin: 5px 0;
	text-align: center;
}

.products-grid .price-box .price {
	font-size: 20px;
}

.products-grid .price-box .price-from, .products-grid .price-box .price-to, .products-grid .price-box .minimal-price-link, .products-grid .price-box .old-price, .products-grid .price-box .special-price {
	display: inline;
}

.products-grid .price-box .price-from .price, .products-grid .price-box .price-to .price, .products-grid .price-box .minimal-price-link .price {
	font-size: 18px;
	line-height: 18px;
}

.products-grid .price-box .old-price .price-label, .products-grid .price-box .special-price .price-label {
	display: none;
}

.products-grid .price-box .old-price .price {
	font-size: 15px;
	color: #999;
	margin-right: 10px;
}

.products-grid .actions {
	display: block;
	overflow: hidden;
	float: left;
	width: 100%;
}

.products-grid .actions>span.left {
	width: 56%;
}

.products-grid .actions>span.right {
	width: 44%;
}

.products-grid .actions>span.left button {
	float: right;
	margin-right: 5%;
}

.products-grid .actions>span.right button {
	float: left;
	margin-left: 5%;
}

.products-grid .availability {
	line-height: 21px;
}

.new-products .sidebarblock-content {
	padding: 6px 0 0;
	background: #FFFFFF;
}

.col2-left-layout .products-grid, .col2-right-layout .products-grid {
	display: flex;
    max-width: 100%;
    flex-wrap: wrap;
}

.col2-left-layout .products-grid .actions {}

.col1-layout .products-grid {}

/* View Type: List */

.products-list {
	font: 300 13px/20px "Roboto", sans-serif;
	color: #837B77;
}

.products-list li.item {
	border-bottom: 1px solid #bbb;
	padding: 15px;
}

.products-list li.item.last {}

.products-list .price-box {
	text-align: center;
}

.products-list .product-image {
	position: relative;
	background: #fff;
	padding: 10px;
	display: block;
}

.products-list .img-box {
	background: #eaeae9;
	padding: 12px;
}

.products-list .img-cell {
	margin-bottom: 12px;
}

.products-list .img-box .product-descr {
	min-height: 60px;
	text-align: left;
	font-size: 11px;
	line-height: 20px;
	color: #827b77;
	overflow: hidden;
}

.products-list .img-box .descr-title {
	text-transform: uppercase;
	float: left;
	padding-right: 20px;
	font-weight: bold;
}

.products-list .img-box .descr-info {
	overflow: hidden;
}

.products-list .product-image img {
	max-width: 100%;
	height: auto;
}

.products-list .product-subtitle {
	font-size: 19px;
	line-height: 24px;
	margin: 0 0 20px;
}

.products-list .product-subtitle pre {
	background: none;
	border: 0;
	border-radius: 0px;
	font: 300 19px/24px "Roboto", sans-serif;
	color: #837b77;
	padding: 0;
	margin: 0;
}

.products-list .product-cat {
	font-weight: bold;
}

.products-list .product-image .icon-view {
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -46px;
	width: 92px;
	height: 26px;
	background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/click-view.png) no-repeat center center;
}

.products-list .product-shop {
	overflow: hidden;
}

.products-list .product-name {
	margin: 0 0 10px;
	color: #837B77;
	font: 700 30px/34px "Roboto", sans-serif;
}

.products-list .product-name a, .products-list .product-name a:hover {
	color: #837B77;
}

.products-list .price-box .old-price .price-label, .products-list .price-box .special-price .price-label {
	display: none;
}

.products-list .price-box .old-price .price {
	font-size: 15px;
	color: #999;
	margin-right: 10px;
}

.products-list .price-box .old-price, .products-list .price-box .special-price {
	display: inline;
}

.products-list .availability {
	float: left;
	margin: 3px 0 0;
}

.products-list .desc {
	clear: both;
	padding: 6px 0 0;
	margin: 0 0 15px;
	line-height: 1.35;
}

.products-list .desc .link-learn {
	font-weight: 400;
}

.products-list .add-to-links {
	clear: both;
}

.products-list .add-to-links li {
	display: inline;
}

.products-list .add-to-links .separator {
	display: inline;
	margin: 0 2px;
}

.product-list-buttons .button {
    width: 195px;
    background: #0193D7;
    border: none;
    color: #fff;
	height: 45px;
	text-transform: none;
	font: bold 20px/1 'Roboto', sans-serif;
	margin-bottom: 10px;
}
.product-list-buttons .button:hover {
	background: #0193D7;
	color: #fff;
}
.product-list-buttons .button.more {
	margin-right: 40px;
}
.product-list-buttons .button.btn-buy{
	text-transform: uppercase;
	margin-right: 0;
}
.product-list-buttons .button.btn-buy span{
	display: flex;
	align-items: center;
}
.product-list-buttons .button.btn-buy span:after {
	content: '';
	width: 28px;
	height: 28px;
	background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/new-design-images/ico-cart-big.png) 0 0 no-repeat;
	background-size: contain;
	margin: 0 0 0 10px;
}
.category-product-desc {
	overflow: hidden;
}

/* ======================================================================================= */

/* Product View ========================================================================== */

/* Rating */

.no-rating {
	margin: 0;
}

.ratings strong {
	float: left;
	margin: 1px 3px 0 0;
}

.ratings .rating-links {
	margin: 0;
}

.ratings .rating-links .separator {
	margin: 0 2px;
}

.ratings dt {}

.ratings dd {}

.products-list .prod-rating .ratings {
	text-align: right;
}

.products-list .rating-box {
	width: 125px;
	height: 20px;
	background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/new-design-images/bg-rating-small.png) 0 0 repeat-x;
	text-indent: -999em;
	overflow: hidden;
}

.products-list .rating-box .rating {
	float: left;
	height: 20px;
	background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/new-design-images/bg-rating-small.png) 0 100% repeat-x;
}

.products-list .prod-rating .ratings p {
	margin: 0 3px;
	font-size: 12px;
	line-height: 15px;
}

.rating-box {
	width: 90px;
	height: 15px;
	background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/star.gif) 0 0 repeat-x;
	text-indent: -999em;
	overflow: hidden;
}

.rating-box .rating {
	float: left;
	height: 15px;
	background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/star.gif) 0 100% repeat-x;
}

.ratings .rating-box {
	margin: 0;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}

.ratings .amount {}

.prod-rating {
	overflow: hidden;
	width: 100%;
	display: none;
}

.prod-rating .ratings {
	margin: 0 0 15px;
}

.prod-rating .ratings p {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 24px;
	margin: 0 20px;
	display: inline-block;
	vertical-align: middle;
}

.ratings-table th, .ratings-table td {
	font-size: 11px;
	line-height: 1.15;
	padding: 3px 0;
}

.ratings-table th {
	font-weight: bold;
	padding-right: 8px;
}

/* Availability */

.availability {
	margin: 0;
}

.availability span {
	font-weight: bold;
}

.availability.in-stock span {}

.availability.out-of-stock span {
	color: #d83820;
}

.availability-only {
	margin: 10px 0 7px;
	line-height: 16px;
	background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/i_availability_only.gif) 0 50% no-repeat;
	padding-left: 15px;
}

.availability-only span, .availability-only a {
	border-bottom: 1px dashed #751d02;
	color: #000;
}

.availability-only a {
	background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/i_availability_only_arrow.gif) 100% 0 no-repeat;
	cursor: pointer;
	padding-right: 15px;
	text-decoration: none;
}

.availability-only .expanded {
	background-position: 100% -15px;
}

.availability-only strong {
	color: #be2c00;
}

.availability-only-details {
	margin: 0 0 7px;
}

.availability-only-details th {
	background: #d2d6d9;
	font-size: 10px;
	padding: 0 8px;
}

.availability-only-details td {
	background: #ebf0f3;
	border-bottom: 1px solid #fff;
	font-size: 11px;
	padding: 2px 8px 1px;
}

.availability-only-details tr.odd td.last {
	color: #d95e00;
	font-weight: bold;
}

.product-view .product-shop .availability {
	font-size: 11px;
}

.product-view .product-shop .availability span {
	font-weight: normal;
}

/* Email to a Friend */

.email-friend {
	margin: 0;
}

.email-friend a {
	color: #707070;
}

/* Alerts */

.alert-price {
	margin: 0;
	font-size: 11px;
}

.alert-stock {
	margin: 0;
	font-size: 11px;
}

/********** < Product Prices */

.price {
	white-space: nowrap !important;
	font-size: 15px;
	color: #276581;
}

.cart-price .price {
	text-align: center;
	float: left;
	/* margin: -5px 0 0; */
}

.price-box {
	margin: 0 0 20px;
}

/* Regular price */

.regular-price {
	color: #837b77;
}

.regular-price .price {
	font-weight: bold;
	font-size: 20px;
	color: #837b77;
}

.block .regular-price, .block .regular-price .price {
	color: #837B77;
}

/* Old price */

.old-price {
	margin: 0;
}

.old-price .price-label {
	white-space: nowrap;
	color: #999;
}

.old-price .price {
	font-weight: bold;
	text-decoration: line-through;
}

/* Special price */

.special-price {
	margin: 0;
	padding: 3px 0;
}

.special-price .price-label {
	font-size: 13px;
	font-weight: bold;
	white-space: nowrap;
	color: #cd5033;
}

.special-price .price {
	font-size: 13px;
	font-weight: bold;
}

/* Minimal price (as low as) */

.minimal-price {
	margin: 0;
}

.minimal-price .price-label {
	font-weight: normal;
	white-space: nowrap;
}

.minimal-price-link {
	display: block;
	margin: 0 0 0 -14px;
	text-decoration: none;
}

.minimal-price-link .label {
	color: #464646;
	margin: 0 0 0 14px;
}

.minimal-price-link .price {
	font-weight: normal;
	color: #f7941d;
}

/* Excluding tax */

.price-excluding-tax {
	display: block;
	color: #837B77;
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
}

.price-excluding-tax .label {
	white-space: nowrap;
	color: #837B77;
	display: none;
}

.price-excluding-tax .price {
	color: #837B77;
	font-size: 30px;
	line-height: 36px;
	font-weight: 700;
}

/* Including tax */

.price-including-tax {
	display: block;
	color: #837B77;
	font-size: 12px;
	line-height: 24px;
	font-weight: 300;
}

.price-including-tax .label {
	white-space: nowrap;
	color: #837B77;
}

.price-including-tax .price {
	color: #837B77;
	font-size: 20px;
	line-height: 24px;
	font-weight: 300;
}

/* Configured price */

.configured-price {
	margin: 0;
}

.configured-price .price-label {
	font-weight: bold;
	white-space: nowrap;
}

.configured-price .price {
	font-weight: bold;
}

/* FPT */

.weee {
	display: block;
	font-size: 11px;
	color: #444;
}

.weee .price {
	font-size: 11px;
	font-weight: normal;
}

/* Excl tax (for order tables) */

.price-excl-tax {
	display: block;
}

.price-excl-tax .label {
	display: block;
	white-space: nowrap;
}

.price-excl-tax .price {
	display: block;
}

/* Incl tax (for order tables) */

.price-incl-tax {
	display: block;
}

.price-incl-tax .label {
	display: block;
	white-space: nowrap;
}

.price-incl-tax .price {
	display: block;
	font-weight: bold;
}

/* Price range */

.price-from {
	margin: 0;
}

.price-from .price-label {
	font-weight: bold;
	white-space: nowrap;
}

.price-to {
	margin: 0;
}

.price-to .price-label {
	font-weight: bold;
	white-space: nowrap;
}

/* Price notice next to the options */

.price-notice {
	padding-left: 10px;
	color: #999;
}

.price-notice .price {
	font-weight: bold;
	color: #2f2f2f;
}

/* Price as configured */

.price-as-configured {
	margin: 0;
}

.price-as-configured .price-label {
	font-weight: bold;
	white-space: nowrap;
}

.price-box-bundle {
	padding: 0 0 10px 0;
}

.price-box-bundle .price-box {
	margin: 0 !important;
	padding: 0 !important;
}

.price-box-bundle .price {
	color: #555;
}

/********** Product Prices > */

/* Tier Prices */

.tier-prices {
	margin: 10px 0;
	padding: 10px;
	background-color: #f4f7f7;
	border: 1px solid #dadddd;
}

.tier-prices li {
	line-height: 1.4;
	background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/i_tier.gif) no-repeat 0 3px;
	padding: 2px 0 2px 10px;
	color: #424242;
}

.tier-prices .benefit {
	font-style: italic;
	font-weight: bold;
	color: #2f2f2f;
}

.tier-prices .price {
	font-weight: bold;
	color: #2f2f2f;
}

.tier-prices-grouped li {
	padding: 2px 0;
	color: #e26703;
}

.tier-prices-grouped li .price {
	font-weight: bold;
}

/* Add to Links */

.add-to-links {
	font-size: 11px;
	clear: both;
}

.add-to-links li a {
	text-decoration: underline;
}

.add-to-links li a:hover {
	text-decoration: none;
}

.add-to-links .separator {
	display: none;
}

/* Add to Cart */

.add-to-cart label {
	float: left;
	margin-right: 5px;
	font-weight: bold;
	color: #fff;
}

.add-to-cart .qty {
	float: left;
	margin-right: 5px;
}

.add-to-cart button.button {
	float: left;
	margin: -4px 0 0 0;
}

.add-to-cart .paypal-logo {
	clear: left;
	margin: 0;
	text-align: right;
}

.add-to-cart .paypal-logo .paypal-or {
	clear: both;
	display: block;
	margin: 5px 60px 5px 0;
}

.product-view .add-to-cart .paypal-logo {
	margin: 0;
}

/* Add to Links + Add to Cart */

.add-to-box {
	margin: 10px 0;
}

.add-to-box .add-to-cart {
	float: left;
}

.add-to-box .or {
	float: left;
	font-weight: bold;
	margin: 0 7px;
	color: #fff;
}

.add-to-box .add-to-links {
	float: left;
	margin: 0;
	font-size: 12px !important;
	line-height: 1.25 !important;
	text-align: left !important;
}

.add-to-box .add-to-links li {
	display: block !important;
}

.add-to-box .add-to-links li .separator {
	display: none !important;
}

.product-view {}

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

.product-essential h2 {
	font: bold 13px/1.35 "Roboto", sans-serif;
	color: #276581;
}

.dimensions-holder h3 {
	font: 700 24px/28px "Roboto", sans-serif;
	color: #fff;
	margin: 0 0 15px;
}

.product-collateral {}

.product-collateral h2 {
	border-top: 1px solid #bbb;
	color: #276581;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 0;
	padding: 15px 0 0 1px;
	text-transform: uppercase;
}

.product-collateral .box-collateral {
	margin: 0 0 25px;
}

.dimensions-holder {
	/*border-bottom:1px solid #fff;*/
	margin-bottom: 15px;
}

.dimensions-list {
	overflow: hidden;
	margin: 0 0 15px;
}

.dimensions-list dt, .dimensions-list dd {
	font: 700 13px/26px "Roboto", sans-serif;
	color: #fff;
}

.dimensions-list dd {
	font-weight: 300;
}

.dimensions-list dt {
	float: left;
	width: 60px;
}

/* Product Images */

/*.product-view .product-img-box { float:left; width:30%; margin-right:3%; }*/

.col3-layout .product-view .product-img-box {
	float: none;
	margin: 0 auto;
}

.product-view .product-img-box .product-image {
	display: block!important;
	overflow: hidden;
	border: solid 1px #ddd;
	background: #fff;
	padding: 15px;
}

.product-view .product-img-box .product-image a {
	display: block!important;
	overflow: hidden;
	text-align: center;
	position: relative;
}

.product-view .product-img-box .product-image .icon-view {
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -46px;
	width: 92px;
	height: 26px;
	background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/click-view.png) no-repeat center center;
}

.product-view .product-img-box .more-views {
	border: none;
	/*solid #bbb;*/
	border-width: 1px 0;
	padding: 20px 0 1px;
	margin: 0;
}

.product-view .product-img-box {
	margin: 0 0 20px;
}

.product-view .product-img-box .more-views h2 {
	display: none;
}

.product-view .product-img-box .more-views ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.product-view .product-img-box .more-views li {
	float: left;
	padding: 0 0 15px 15px;
	width: 33.3%;
	text-align: center;
}

.product-view .product-img-box .more-views .more-views-item {
	padding: 15px 15px 60px;
	background-color: #f2f2f2;
	overflow: hidden;
}

/*.product-view .product-img-box .more-views li.last { float:left; padding:0 0 10px 0; }*/

.product-view .product-img-box .more-views li a {
	float: left;
	width: 100%;
	height: auto;
	border: none;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #f2f2f2;
}

.product-view .product-img-box .more-views li a:hover {
	border: 1px solid #bbb;
}

.product-view .product-img-box .more-views .row {
	margin: 0 0 0 -15px;
}

.prod-title {
	border: none;
	/*solid #bbb;*/
	/*border-width:1px 0;*/
	padding: 10px 0;
	margin: 0 0 35px;
}

.prod-title .product-name h1:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 48px;
	height: 48px;
	/*background:#c7d41e url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/new-design-images/title-arrow.png) no-repeat 50% 50%;*/
}

.prod-title .product-name h1 {
	font: 700 32px/40px "Roboto", sans-serif;
	color: #837b77;
	margin: 0;
	/*padding-left:60px;*/
	position: relative;
}

.prod-title .product-subtitle {
	font: 300 24px/28px "Roboto", sans-serif;
	color: #837b77;
	padding: 5px 0;
}

.prod-title .product-subtitle pre {
	background: none;
	border: 0;
	border-radius: 0px;
	font: 300 24px/28px "Roboto", sans-serif;
	color: #837b77;
	padding: 0;
	margin: 0;
}

.prodmedia .product-img-box .product-image img {
	max-width: 100%;
}

/* Product Shop */

.col3-layout .product-view .product-shop {
	float: none;
	width: auto;
}

.product-view .product-shop .product-name {
	margin: 0 0 5px;
}

.product-view .product-shop .ratings a {
	color: #464646;
}

.product-view .product-shop .product-name h1 {
	margin: 0;
	font: normal 14px/1.35 Arial, Helvetica, sans-serif;
	color: #464646;
}

.product-view .product-shop .availability {
	margin: 10px 0;
}

.product-view .product-shop .short-description {
	margin: 0 0 10px;
	padding: 10px 0;
}

.product-view .product-shop .short-description h2 {
	text-transform: uppercase;
}

.product-view .product-shop .price-box {
	margin: 10px 0;
}

.product-view .product-shop .price-box .price {
	font-size: 20px;
}

.product-view .product-shop .add-to-cart {
	float: left;
}

.product-view .product-shop .add-to-links {
	margin: -7px 0 0 0;
	clear: none;
}

.product-view .product-shop .add-to-links {
	font-size: 12px;
	margin: 18px 0 0;
	position: relative;
	text-align: left;
	clear: both;
}

.product-view .product-shop .add-to-links li, .product-view .product-shop .add-to-links li .separator {
	display: inline !important;
	;
}

.product-view .product-shop .add-to-links .link-wishlist {
	color: #c7d41e !important;
	font-size: 12px;
	padding-right: 14px;
	text-decoration: underline;
}

.product-view .product-shop .add-to-links li .separator {
	left: 85px;
	position: absolute;
}

.product-view .product-shop .add-to-links .link-compare {
	color: #636363 !important;
	font-size: 12px;
	text-decoration: underline;
}

.product-view .product-shop .add-to-links a {
	font-weight: normal !important;
}

.product-view .product-shop .add-to-links li, .product-view .product-shop .add-to-links li .separator {
	display: inline;
}

.product-view .product-shop .add-to-links a {
	font-weight: normal !important;
}

.product-view .product-shop .add-to-links .link-compare {
	color: #464646;
}

.product-view .product-shop .add-to-links .link-wishlist {
	color: #f7941d;
}

.number {
	display: flex;
}

.number input::-webkit-inner-spin-button,
.number input::-webkit-outer-spin-button{
	-webkit-appearance: none;
	margin: 0;
}

.number input{
	-moz-appearance: textfield;
}

.number input {
	width: 45px;
	height: 42px;
	line-height: 1.65;
	display: block;
	padding: 0 5px;
	margin: 0;
	border: 1px solid #eee;
	text-align: center;
}

.number input:focus {
	outline: 0;
}
.number span{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	width: 40px;
	background: #1291d1;
	cursor: pointer;
}

/* Product Options */

.product-options-box {
	background: #837b77;
	padding: 15px;
}

.product-options {
	position: relative;
}

.product-options dl {
	margin: 0;
}

.product-options dt {
	padding: 0 0 5px;
	font-weight: normal;
}

.product-options dt label {
	font: 300 13px/18px "Roboto", sans-serif;
	color: #fff;
	margin: 0;
}

.product-options dt label.required em {
	color: #fff;
	margin-right: 5px;
}

.product-options dd .qty-holder {
	display: block;
	padding: 10px 0 0;
}

.product-options dd .qty-holder label {
	vertical-align: middle;
}

.product-options dt .qty-disabled {
	background: none;
	border: 0;
	padding: 3px;
	color: #2f2f2f;
}

.product-options dd {
	padding: 0;
	margin: 0 0 15px;
}

.product-options dl.last dd.last {}

.product-options dd input.input-text {
	width: 98%;
}

.product-options dd input.datetime-picker {
	width: 150px;
}

.product-options dd .time-picker {
	display: -moz-inline-box;
	display: inline-block;
	padding: 2px 0;
	vertical-align: middle;
}

.product-options dd textarea {
	width: 100%;
	height: 8em;
}

.product-options dd select {
	width: 100%;
}

.product-options dd .multiselect option {
	border-bottom: 1px dotted #d9e5ee;
	padding: 2px 4px;
}

.product-options ul.options-list {
	margin-right: 5px;
}

.product-options ul.options-list li {
	line-height: 1.5;
	padding: 2px 0;
}

.product-options ul.options-list input.radio {
	float: left;
	margin-top: 3px;
}

.product-options ul.options-list input.checkbox {
	float: left;
	margin-top: 3px;
}

.product-options ul.options-list .label {
	display: block;
	margin-left: 18px;
}

.product-options ul.options-list label {
	font-weight: normal;
}

.product-options ul.validation-failed {
	padding: 0 7px;
}

.product-options p.note {
	margin: 0;
	font-size: 11px;
}

.product-options p.required {
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 13px;
	color: #fff;
}

.product-options-bottom {
	padding: 0;
}

.product-options-bottom .bottom-holder-add {
	padding: 15px 0;
	/*border-top:1px solid #fff;
	border-bottom:1px solid #fff;*/
	margin: 0 0 15px;
}

.product-options-bottom .bottom-holder {
	padding: 20px;
	background: #f2f2f1/*url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/new-design-images/bg-cart.png) no-repeat 96% 50%*/
	;
	overflow: hidden;
	margin: 0;
}

.product-options-bottom .product-btns {
	float: right;
	width: 50%;
	text-align: right;
}

.product-options-bottom .product-btns .btn-buy {
	margin: 5px -5px 5px 10px;
}

.product-options-bottom .tier-prices {
	margin: 0;
	padding: 0 0 10px;
	border: 0;
	background: 0;
}

.product-options-bottom .tier-prices li {
	background: 0;
	padding: 2px 0;
	color: #e26703;
}

.product-options-bottom .tier-prices .price, .product-options-bottom .tier-prices .benefit {
	color: #e26703;
}

.product-options-bottom .price-box {
	float: left;
	min-width: 42%;
	margin: -8px 0 0;
	text-align: right;
}

.product-options-bottom .price-box .price-excluding-tax {
	line-height: 24px;
}

.product-options-bottom .price-box .price-excluding-tax .price {
	font-size: 42px;
	line-height: 46px;
}

.product-options-bottom .price-box .price-including-tax .price {
	font-size: 22px;
	line-height: 30px;
}

.product-options-bottom .add-to-links {
	clear: both;
	padding: 5px 0 0;
	text-align: right;
}

.col3-layout .product-options-bottom .price-box {
	float: none;
	padding: 0 0 5px;
}

.product-options-bottom .price-label {
	float: left;
	padding-right: 5px;
	line-height: 30px;
}

.product-options-bottom .price-tax {
	float: left;
}

.product-options-bottom .add-to-cart {
	float: right;
	text-align: right;
	max-width: 50%;
}

button.btn-rent {
	background-color: #276581 !important;
	width: 160px;
}

.add-to-cart button.btn-rent {
	margin-right: 8px !important;
	font-size: 16px;
}

.products-list button.btn-rent {
	width: 100%;
	float: right;
	height: 45px;
}

.products-list button.btn-rent span {
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.2px;
	font-size: 18px;
	text-transform: none;
}

.product-options-bottom .add-to-cart label {
	color: #837b77;
	font-weight: normal;
}

.product-options-bottom .add-to-cart .qty-box {
	overflow: hidden;
	text-align: right;
}

.product-options-bottom .add-to-cart .qty {
	margin: 0;
}

.product-options-bottom .add-to-cart .qty, .product-options-bottom .add-to-cart label {
	display: inline-block;
	vertical-align: middle;
	float: none;
}

.product-options-bottom .add-to-cart button.button {
	float: none;
	display: inline-block;
	margin: 0;
	height: 80px;
	padding: 0 7px;
	color: #fff;
	background: #1291d1;
}

.product-options-bottom .add-to-cart button.button span {
	background: url("https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/new-design-images/ico-cart-big.png") no-repeat scroll 50% 0 rgba(0, 0, 0, 0);
	display: inline-block;
	font: 700 10px/21px "Roboto", sans-serif;
	height: 50px;
	padding: 41px 3px 5px 1px;
	text-align: center;
	text-transform: uppercase;
}

.product-options-box .qty-box {
	margin-bottom: 20px;
}

.product-options-box .qty-box label {
	display: block;
	color: #fff;
	font: 300 13px/18px "Roboto", sans-serif;
}

.call-for-price-holder {
	overflow: hidden;
	text-align: left;
}

.call-for-price-holder .call-for-price {
	display: inline-block;
	vertical-align: middle;
	background: #c7d41e;
	font: 700 20px/30px "Roboto", sans-serif;
	text-transform: uppercase;
	color: #fff;
	padding: 15px 25px;
	word-wrap: break-word;
}

.call-for-price-holder p:last-child {
	margin-bottom: 0;
}

.product-shop .product-options-bottom {
	margin: 0 0 10px;
}

.product-shop .product-options-bottom .price-box {
	float: none;
	margin: 0 0 5px;
}

.product-shop .product-options-bottom .price-box .price {
	font-size: 20px;
}

.product-shop .product-options-bottom .price-label {
	float: none;
	padding-right: 0;
}

.product-shop .product-options-bottom .price-tax {
	float: none;
}

.product-shop .product-options-bottom .add-to-cart-box {
	clear: both;
	float: left;
	padding-top: 12px;
}

.product-shop .product-options-bottom .add-to-links {
	clear: both;
	padding: 5px 0 0;
}

.product-essential .price-as-configured .price-label {
	float: left;
	line-height: 30px;
}

.product-essential .price-as-configured {
	display: block;
}

.product-essential .full-product-price {
	float: left;
}

/* Grouped Product */

.product-view .grouped-items-table .price-box {
	margin: 0;
	padding: 0;
}

/* Block: Description */

.product-view .box-description {}

/* Block: Additional */

.product-view .box-additional .data-table th, .product-view .box-additional .data-table td {
	line-height: 1.25;
}

/* Block: Upsell */

.product-view .box-up-sell h2 {
	border: 0;
	padding: 0;
	margin: 0 0 8px;
}

.product-view .box-up-sell .products-grid {
	width: 100%;
	background: 0 none;
	border-bottom: 1px dotted #999999;
	padding: 0 0 20px;
}

.product-view .box-up-sell .products-grid td {
	width: 25.7%;
	border-bottom: 1px solid #dddddd;
	line-height: 1.6em;
}

.product-view .box-up-sell .products-grid tr.last td {
	border-bottom: 0;
}

.product-view .box-up-sell .products-grid td.last {
	border-right: 0;
}

.product-view .box-up-sell .products-grid td img {
	border: 1px solid #dddddd;
}

.product-view .box-up-sell .products-grid .product-image {
	text-align: center;
}

.product-view .box-up-sell .products-grid td.empty {
	border-right: 0;
}

.product-view .box-up-sell .products-grid .ratings .rating-box {
	float: none;
	display: block;
	margin: 0 0 3px;
}

/* Block: Tags */

.product-view .box-tags {
	margin: 0;
}

.product-view .box-tags h2 {
	border: 0 none;
}

.product-view .box-tags h3 {
	font-size: 13px;
}

.product-view .box-tags .product-tags {
	display: block;
	margin: 0 0 15px;
}

.product-view .box-tags .product-tags li {
	display: inline;
	background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/bkg_pipe3.gif) 100% 4px no-repeat;
	padding: 0 7px 0 4px;
}

.product-view .box-tags .product-tags li.first {
	padding-left: 0;
}

.product-view .box-tags .product-tags li.last {
	background: none;
	padding-right: 0;
}

.product-view .box-tags .form-add label {
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 5px;
	color: #0a263c;
}

.product-view .box-tags .form-add .action {
	float: left;
	width: 80%;
	padding-right: 85px;
	position: relative;
}

.product-view .box-tags .form-add .input-box {
	border-radius: 4px;
	border: solid 1px #ddd;
	float: left;
	width: 100%;
	height: 29px;
}

.product-view .box-tags .form-add input.input-text {
	width: 100%;
	height: 16px;
	margin: 3px 0 0 7px;
	border: 0 none;
	background: none;
}

.product-view .box-tags .form-add button.button {
	position: absolute;
	top: 0px;
	right: 0px;
}

.product-view .box-tags .form-add button.button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

/* FF Fix */

.product-view .box-tags .form-add button.button {
	-webkit-border-fit: lines;
}

/* <- Safari & Google Chrome Fix */

.product-view .box-tags .form-add button.button {
	overflow: visible;
	width: auto;
	border: 0;
	padding: 0;
	margin: 0;
	background: transparent;
	cursor: pointer;
	height: 28px!important;
	float: left;
}

.product-view .box-tags .form-add button.button span {
	background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/bkg-button-tags.png) no-repeat scroll 0 0 transparent;
	color: white;
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 29px;
	text-transform: uppercase;
	line-height: 28px;
	padding: 0 0 0 10px;
	position: relative;
	text-align: center;
	white-space: nowrap;
	overflow: visible;
}

.product-view .box-tags .form-add button.button span span {
	background-position: 100% 0;
	color: white;
	font-size: 14px;
	font-weight: normal;
	padding: 0 12px 0 0;
	text-transform: capitalize;
}

.product-view .box-tags .note {
	margin: 18px 0 0;
	font-size: 11px;
}

/* Block: Reviews */

.product-view .box-reviews dl {
	margin: 15px 0;
}

.product-view .box-reviews dt a, .product-view .box-reviews dt span {
	font-weight: bold;
}

.product-view .box-reviews dt, .product-view .box-reviews dd {
	margin: 0 0 15px;
}

.product-view .box-reviews dd small {
	font-style: italic;
}

.product-view .box-reviews .form-add {
	margin: 15px 0 0;
}

.product-view .box-reviews .form-add h3 {
	font-size: 13px;
	font-weight: normal;
}

.product-view .box-reviews .form-add h3 span {
	font-weight: bold;
}

.product-view .box-reviews .form-add h4 {
	font-size: 12px;
}

.product-view .box-reviews .form-add .data-table td {
	text-align: left;
}

.product-view .box-reviews .form-add .form-list {
	margin: 15px 0 0;
}

.product-view .box-reviews .form-add .form-list .input-box {
	width: 360px;
}

.product-view .box-reviews .form-add .form-list input.input-text, .product-view .box-reviews .form-add .form-list textarea {
	width: 354px;
}

/* Send a Friend */

.send-friend .form-list {
	width: 615px;
	overflow: hidden;
}

.send-friend .form-list li {
	margin-right: -15px;
}

.send-friend .form-list li p {
	margin: 0 15px 0 0;
}

.send-friend .form-list .field {
	width: 315px;
}

.send-friend .form-list .input-box {
	width: 300px;
}

.send-friend .form-list input.input-text, .send-friend .form-list textarea {
	width: 294px;
}

.send-friend .form-list li.wide .input-box {
	width: 612px;
}

.send-friend .form-list li.wide textarea {
	width: 609px;
}

.send-friend .buttons-set .limit {
	float: right;
	margin: 0 7px 0 0;
	font-size: 11px;
	line-height: 21px;
}

/* ======================================================================================= */

/* Content Styles ================================================================= */

.product-name {
	margin: 0;
	font-size: 13px;
	font-weight: normal;
}

.product-name a {
	text-decoration: none;
}

.product-name a:hover {
	text-decoration: underline;
}

.block .product-name a {
	color: #fff;
}

/* Product Tags */

.tags-list {
	display: block;
	font-size: 13px;
	border: 1px solid #c1c4bc;
	background: #f8f7f5;
	padding: 10px;
}

.tags-list li {
	display: inline !important;
	margin: 0 4px 0 0;
}

.tags-list li a {
	color: #1b2d3b;
}

/* Advanced Search */

.advanced-search .form-list label {
	width: 160px;
	padding-right: 10px;
}

.advanced-search .form-list .input-box, .advanced-search .form-list .input-range {
	float: left;
	clear: none;
}

.advanced-search-amount {
	margin: 0 0 10px;
}

.advanced-search-summary {
	margin: 10px 0;
	border: 1px solid #dddddd;
	padding: 10px;
}

.advanced-search-summary ul {
	float: left;
	width: 49%;
}

.advanced-search-summary strong {
	color: #276581;
	padding-left: 15px;
	background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/i_search_criteria.gif) 0 3px no-repeat;
}

.advanced-search-summary p {
	clear: both;
	font-weight: bold;
	margin: 0;
}

/* CMS Home Page */

.cms-home .subtitle {}

.cms-index-index .subtitle {}

/* Sitemap */

.page-sitemap .links {
	text-align: right;
	margin: 0 8px -22px 0;
}

.page-sitemap .links a {
	text-decoration: none;
	position: relative;
}

.page-sitemap .links a:hover {
	text-decoration: underline;
}

.page-sitemap .sitemap {
	margin: 12px;
}

.page-sitemap .sitemap a {
	color: #1b2d3b;
}

.page-sitemap .sitemap li {
	margin: 3px 0;
}

.page-sitemap .sitemap li.level-0 {
	margin: 10px 0 0;
	font-weight: bold;
}

.page-sitemap .sitemap li.level-0 a {
	color: #1e7ec8;
}

/* RSS */

.rss-title h1 {
	background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/i_rss-big.png) 0 4px no-repeat;
	padding-left: 27px;
}

.rss-table .link-rss {
	display: block;
	line-height: 1.55;
	background-position: 0 4px;
}

/* ======================================================================================= */

/* Shopping Cart ========================================================================= */

.cart .page-title {}

.cart .page-title h1 {}

.shopping-cart-form {
	width: 100%;
	display: block;
}

.shopping-cart-form:after {
	content: "";
	display: block;
	clear: both;
}

/* Checkout Types */

.cart .page-title .checkout-types li {
	margin: 0 0 5px;
}

.cart .title-buttons .checkout-types {
	float: right;
	list-style: none;
	margin: 0;
	padding: 8px 0 0;
}

.cart .title-buttons .checkout-types li {
	float: left;
	margin: 0 0 0 5px;
}

.cart .checkout-types .paypal-or {
	margin: 0 8px;
	line-height: 2.3;
}

.cart .totals .checkout-types .paypal-or {
	clear: both;
	display: block;
	padding: 8px 55px 0 0;
	line-height: 1.0;
	font-size: 11px;
}

/* Shopping Cart Table */

.cart-table th {
	padding: 2px 10px;
}

.cart-table td {
	padding: 10px;
}

.cart-table .product-name {
	font-weight: bold;
	margin: 0 0 5px;
	color: #2f2f2f;
}

.cart-table .item-msg {
	margin: 5px 0;
	font-size: 11px;
	font-weight: bold;
	color: #df280a;
}

.cart-table tfoot td {
	padding: 10px;
}

.cart-table .btn-continue {
	float: left;
}

.cart-table .btn-continue span, .cart-table .btn-update span {}

/* Shopping Cart Collateral boxes */

.cart .cart-collaterals {
	padding: 25px 0 0;
}

.cart .cart-collaterals .col2-set {
	float: left;
	width: 69%;
}

.cart .cart-collaterals .col2-set .col-2 {
	width: 47%;
}

.cart .crosssell {
	border: 1px solid #bbb;
	background: #fff;
	padding: 12px 15px;
	margin: 0 0 20px;
}

.cart .crosssell h2 {
	font-size: 13px;
	font-weight: bold;
}

.cart .crosssell .product-image {
	float: left;
	width: 27%;
	margin-right: 3%;
	text-align: center;
}

.cart .crosssell .product-image img {
	border: 1px solid #ddd;
}

.cart .crosssell .product-details {
	float: left;
	width: 70%;
}

.cart .crosssell .product-name {
	font-weight: bold;
}

.cart .crosssell li.item {
	margin: 12px 0;
}

.cart .crosssell .link-compare {
	font-weight: normal;
}

.cart .crosssell .price-excluding-tax {
	font-size: 15px;
	line-height: 20px;
}

.cart .crosssell .price-excluding-tax .price {
	font-size: 15px;
	line-height: 20px;
}

.cart .crosssell .price-including-tax {
	font-size: 15px;
	line-height: 20px;
}

.cart .crosssell .price-including-tax .price {
	font-size: 15px;
	line-height: 20px;
}

/* Discount Codes & Estimate Shipping and Tax Boxes */

.cart .discount, .cart .shipping {
	border: 1px solid #bbb;
	background: #fff;
	padding: 15px;
	margin: 0 0 20px;
}

.cart .discount h2, .cart .shipping h2 {
	background-position: 0 0;
	background-repeat: no-repeat;
	font: 500 13px/16px "Roboto", sans-serif;
	padding: 0 0 0 21px;
	color: #276581;
	text-transform: uppercase;
}

.cart .discount button span, .cart .shipping button span {}

.cart .discount .buttons-set, .cart .shipping .buttons-set {
	margin: 10px 0 0;
	border: 0;
	padding: 0;
	text-align: left;
}

.cart .discount .buttons-set button.button, .cart .shipping .buttons-set button.button {
	float: none;
	margin-left: 0;
}

.cart .discount h2 {
	background-image: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/i_discount.gif);
}

.cart .discount .input-box {
	margin: 8px 0 27px;
	width: 280px;
}

.cart .discount input.input-text {
	width: 274px;
}

.cart .shipping h2 {
	background-image: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/i_shipping.gif);
}

.cart .shipping .sp-methods {
	margin: 10px 0 0;
	padding: 5px 0 0;
	background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/bkg_divider1.gif) 0 0 repeat-x;
}

/* Shopping Cart Totals */

.cart .totals {
	background: #fff;
	border: 1px solid #bbb;
}

.cart .totals table {
	width: 100%;
	margin: 7px 0;
}

.cart .totals td {
	padding: 1px 15px;
	/*width:50%;*/
	line-height: 24px;
}

.cart .totals td .price {
	/* float:left;*/
}

.cart .totals tr.last td {}

.cart .totals tfoot th {
	padding: 5px 10px;
}

.cart .totals tfoot td {
	padding-top: 5px;
	padding-bottom: 5px;
}

.cart .totals tfoot th strong, .cart .totals tfoot td strong {
	font-size: 15px;
}

.cart .totals .checkout-types {
	font-size: 13px;
	padding: 15px;
	margin: 0;
	text-align: center;
	overflow: hidden;
}

.cart .totals .checkout-types li {
	clear: both;
	margin: 0;
}

.cart .totals .checkout-types .button.btn-checkout {
	float: right;
}

/* Options Tool Tip */

.item-options dt {
	font-weight: bold;
	font-style: italic;
}

.item-options dd {
	padding-left: 10px;
	margin: 0 0 6px;
}

.truncated {
	float: left;
	width: 100%;
}

.truncated .full-value {
	z-index: 999;
	display: none;
	margin-top: 10px;
	float: left;
	width: 100%;
}

.truncated .full-value .item-options {
	z-index: 999;
	padding: 8px;
	border: 1px solid #bbb;
	background-color: #fff;
}

.truncated .full-value .item-options>p {
	font-weight: bold;
	text-transform: uppercase;
}

/* ======================================================================================= */

/* Checkout ============================================================================== */

/********** < Common Checkout Styles */

/* Shipping and Payment methods */

.sp-methods {
	margin: 0 0 8px;
}

.sp-methods dt {
	margin: 13px 0 5px;
	font-weight: bold;
}

.sp-methods dd {}

.sp-methods dd li {
	margin: 5px 0;
}

.sp-methods label {
	font-weight: bold;
	color: #666;
}

.sp-methods .price {
	font-weight: bold;
}

.sp-methods .form-list {
	padding-left: 20px;
}

.sp-methods .form-list li {
	margin: 0 0 8px;
}

.sp-methods select.month {
	width: 154px;
	margin-right: 10px;
}

.sp-methods select.year {
	width: 96px;
}

.sp-methods input.cvv {
	width: 3em !important;
}

.sp-methods .checkmo-list li {
	margin: 0 0 5px;
}

.sp-methods .checkmo-list label {
	width: 135px;
	padding-right: 10px;
	text-align: right;
}

.sp-methods .checkmo-list address {
	float: left;
}

.sp-methods .centinel-logos a {
	margin-right: 3px;
}

.sp-methods .centinel-logos img {
	vertical-align: middle;
}

.sp-methods .release-amounts {
	margin: 0.5em 0;
}

.sp-methods .release-amounts button {
	float: left;
	margin: 5px 10px 0 0;
}

.please-wait {
	float: right;
	white-space: nowrap;
}

.please-wait img {
	vertical-align: middle;
}

.cvv-what-is-this {
	font-size: 11px;
	cursor: help;
	margin-left: 10px;
}

/* Tooltip */

.tool-tip {
	border: 1px solid #7BA7C9;
	background: #EAF6FF;
	padding: 15px 20px;
	position: absolute;
	z-index: 9999;
}

.tool-tip .btn-close {
	margin: -9px -14px 0;
	text-align: right;
}

.tool-tip .btn-close a {
	display: block;
	margin: 0 0 0 auto;
	width: 15px;
	height: 15px;
	background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/btn_window_close.gif) 100% 0 no-repeat;
	text-align: left;
	text-indent: -999em;
	overflow: hidden;
}

.tool-tip .tool-tip-content {
	padding: 5px;
}

/* Gift Messages */

.gift-messages h3 {
	font-size: 12px;
	font-weight: bold;
	color: #e87403;
}

.gift-messages p.control {
	color: #8e8d8b;
}

.gift-messages-form {
	position: relative;
}

.gift-messages-form label {
	float: none !important;
	position: static !important;
}

.gift-messages-form h4 {
	font-size: 12px;
	font-weight: bold;
	color: #e87403;
}

.gift-messages-form .whole-order {
	margin: 0 0 25px;
}

.gift-messages-form .item {
	margin: 0 0 10px;
}

.gift-messages-form .item .product-img-box {
	float: left;
	width: 75px;
}

.gift-messages-form .item .product-image {
	margin: 0 0 7px;
}

.gift-messages-form .item .number {
	margin: 0;
	font-weight: bold;
	text-align: center;
	color: #8a8987;
}

.gift-messages-form .item .details {
	margin-left: 90px;
}

.gift-messages-form .item .details .product-name {
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 10px;
}

.gift-messages-form .item .details .form-list .field {
	width: 255px;
}

.gift-messages-form .item .details .form-list .input-box {
	width: 240px;
}

.gift-messages-form .item .details .form-list input.input-text {
	width: 234px;
}

.gift-messages-form .item .details .form-list li.wide .input-box {
	width: 500px;
}

.gift-messages-form .item .details .form-list li.wide textarea {
	width: 494px;
}

.gift-message-link {
	font-size: 11px;
	background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/bkg_collapse-gm.gif) 100% 6px no-repeat;
	padding-right: 7px;
}

.gift-message-link.expanded {
	background-position: 100% -40px;
}

.gift-message-row {
	background: #f2efe9;
}

.gift-message-row .btn-close {
	float: right;
	width: 16px;
	height: 16px;
	background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/btn_gm-close.gif) 0 0 no-repeat;
	font-size: 0;
	line-height: 0;
	text-indent: -999em;
	overflow: hidden;
}

/* Checkout Agreements */

.checkout-agreements li {
	margin: 30px 0;
}

.checkout-agreements .agreement-content {
	overflow: auto;
	height: 12em;
	padding: 10px;
	background-color: #fbfaf6;
	border: 1px solid #bbb6a5;
	margin-bottom: 10px !important;
}

.checkout-agreements .agree {
	margin: 0;
	padding: 10px 0 10px 11px !important;
}

.checkout-agreements .agree input.checkbox {
	margin-right: 6px !important;
}

.checkout-agreements .agree #agreement-2 {
	margin-top: 4px !important;
}

.checkout-agreements .agree label {
	font-weight: bold;
	color: #666 !important;
}

.opc .checkout-agreements {
	border: 1px solid #d9dde3;
	border-width: 0 1px;
	padding: 5px 30px;
}

.opc .checkout-agreements li {
	margin: 20px 0 0;
}

.opc .checkout-agreements .agreement-content {
	background-color: #fff;
	border-color: #e4e4e4;
	padding: 5px;
}

.opc .checkout-agreements .agree {
	padding-left: 6px;
}

/* Centinel */

.centinel {}

.centinel .authentication {
	border: 1px solid #ddd;
	background: #fff;
}

.centinel .authentication iframe {
	width: 99%;
	height: 400px;
	background: transparent !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

.opc .centinel {
	border: 1px solid #bbb6a5;
	border-width: 0 1px 1px;
	padding: 10px 30px;
}

/* Generic Info Set */

.info-set {
	background: #fbfaf6 url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/bkg_checkout.gif) 0 0 repeat-x;
	border: 1px solid #bbb6a5;
	margin: 0 0 25px;
	padding: 20px;
}

.info-set h2 {
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 10px;
}

.info-set h3, .info-set h4 {
	font-size: 13px;
	font-weight: bold;
	color: #E26703;
}

.info-set h2 a, .info-set h3 a, .info-set h4 a {
	font-weight: normal;
}

.info-set h2.legend {
	margin: -20px -20px 15px;
	padding: 5px 10px;
	background: #f9f3e3;
	border-bottom: 1px solid #bbafa0;
	position: relative;
}

.info-set h3.legend {
	margin: 0 0 10px;
	color: #0a263c;
}

.info-set .divider {
	margin: 0 -20px;
	padding: 25px 0;
	position: relative;
}

.info-set .box {
	margin: 0 0 15px;
}

.info-set .box h2 {
	color: #e26703;
}

.info-set .data-table .product-name {
	font-size: 1em !important;
	font-weight: bold !important;
	color: #1e7ec8 !important;
}

.info-set .data-table .product-name a {
	font-weight: bold !important;
}

.info-set .data-table .item-options {
	margin: 5px 0 0;
}

/********** Common Checkout Styles > */

/* One Page Checkout */

.block-progress {
	border: 0;
	margin: 0;
}

.block-progress .block-title {}

.block-progress .block-title strong {
	padding: 0;
}

.block-progress .block-title strong span {}

.block-progress .block-content {}

.block-progress dt {
	font: 300 14px/20px "Roboto", Arial, Helvetica, sans-serif;
	background: none;
	margin: 0 0 6px;
	padding: 2px 8px;
	color: #fff;
}

.block-progress dd {
	background: #837b77;
	border-width: 0 0 1px;
	border: 1px solid #bbb;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	padding: 8px 13px;
	margin: 0 0 6px;
}

.block-progress dt.complete {
	margin: 0;
	background: #837b77;
	color: #fff;
}

.block-progress dt.complete a {
	color: #c7d41e;
}

.block-progress dd.complete {
	color: #fff;
}

.block-progress dd.complete .price {
	color: #c7d41e;
	font-weight: bold;
}

.block-progress p {
	margin: 0;
}

.block-progress .cards-list dt {
	background: none;
	border: 0 none;
	color: inherit;
	font-size: 12px;
	margin: 5px 0;
	padding: 0;
}

.block-progress .cards-list dd {
	border: 0 none;
	margin: 0;
	padding: 0;
}

.block-progress .cards-list .info-table th {
	font-weight: normal;
}

.opc .buttons-set {
	margin-top: 0;
	padding-top: 2em;
}

.opc .buttons-set p.required {
	margin: 0;
	padding: 0 0 10px;
}

.opc .buttons-set .back-link small {
	display: none;
}

.opc .buttons-set .back-link a {
	background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/i_arrow-top.gif) 0 50% no-repeat;
	padding-left: 16px;
}

.opc .buttons-set.disabled button.button {
	display: none;
}

.opc .buttons-set .please-wait {
	height: 21px;
	line-height: 21px;
}

.opc .ul {
	list-style: disc outside;
	padding-left: 18px;
}

.opc {
	position: relative;
}

.opc li.section {}

.opc .step-title {
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: #bbb;
	padding: 4px 8px 6px;
	text-align: right;
	background: #f2f2f2;
}

.opc .step-title .number {
	float: left;
	background: #fff;
	border: 1px solid #fff;
	padding: 0 4px;
	margin: 0 5px 0 0;
	font: bold 11px/14px arial, helvetica, sans-serif;
	color: #999;
}

.opc .step-title h2 {
	float: left;
	margin: 0;
	font: bold 13px/16px Arial, Helvetica, sans-serif;
	color: #999;
}

.opc .step-title a {
	display: none;
	float: right;
	font-size: 11px;
	line-height: 16px;
}

.opc .allow .step-title {
	background: #f8f8f8;
	border: 1px solid #bbb;
	border-bottom: 0;
	color: #f2f2f2;
	cursor: pointer;
}

.opc .allow .step-title .number {
	background: #ffffff;
	border-color: #ffffff;
	color: #837b77;
}

.opc .allow .step-title h2 {
	color: #837b77;
}

/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title {
	background: #276581;
	border: 1px solid #bbb;
	padding-bottom: 5px;
	color: #f18200;
	cursor: default;
}

.opc .active .step-title .number {
	background: 0 none;
	border-color: #fff;
	color: #fff;
}

.opc .active .step-title h2 {
	color: #fff;
}

/*.opc .active .step-title a { display:none; }*/

.opc .step {
	border: 1px solid #bbb;
	border-top: 0;
	background: #fff;
	padding: 15px 30px;
	position: relative;
}

.opc .step .tool-tip {
	right: 30px;
}

#opc-login .buttons-set {
	border-top: 0;
}

#opc-login h3 {
	font-size: 13px;
	border-bottom: 1px solid #bbb;
	padding-bottom: 2px;
	text-transform: uppercase;
}

#opc-login h4 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	color: #2f2f2f;
}

.step-content-login {
	min-height: 200px;
}

#opc-shipping_method .buttons-set {
	border-top: 0;
}

.opc .gift-messages-form {
	margin: 0 -30px;
	background: #f6f1eb;
	border: 1px solid #e9e4de;
	border-width: 1px 0;
	padding: 22px 24px 22px 30px;
}

.opc .gift-messages-form .inner-box {
	padding: 5px;
	height: 260px;
	overflow: auto;
}

#opc-review .step {
	border: 0;
	padding: 0;
}

#opc-review .product-name {
	font-weight: bold;
	color: #0a263c;
}

#opc-review .item-options {
	margin: 5px 0 0;
}

#opc-review .buttons-set {
	padding: 20px 30px;
	border: 1px solid #bbb;
	border-width: 0 1px 1px;
}

#opc-review .buttons-set p {
	margin: 0;
	line-height: 40px;
}

#opc-review .buttons-set .please-wait {
	height: 40px;
	line-height: 40px;
}

/* Multiple Addresses Checkout */

.checkout-progress {
	padding: 0 90px;
	margin: 0 0 20px;
}

.checkout-progress li {
	float: left;
	width: 19%;
	margin: 0 3px 0 0;
	border-top: 10px solid #837b77;
	padding: 2px 0 0;
	font-weight: bold;
	text-align: center;
	color: #837b77;
}

.checkout-progress li.active {
	border-top-color: #276681;
	color: #276681;
}

.multiple-checkout h2 {
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 10px;
}

.multiple-checkout h3, .multiple-checkout h4 {
	font-size: 13px;
	font-weight: bold;
	color: #E26703;
}

.multiple-checkout h2 a, .multiple-checkout h3 a, .multiple-checkout h4 a {
	font-weight: normal;
}

.multiple-checkout .data-table .product-name {
	font-size: 1em !important;
	font-weight: bold !important;
	color: #1e7ec8 !important;
}

.multiple-checkout .data-table .product-name a {
	font-weight: bold !important;
}

.multiple-checkout .data-table .item-options {
	margin: 5px 0 0;
}

.multiple-checkout .gift-messages {
	margin: 15px 0 0;
}

.multiple-checkout .tool-tip {
	top: 50%;
	margin-top: -120px;
	right: 20px;
}

.multiple-checkout .col2-set, .multiple-checkout .col3-set {
	background: #fbfaf6 url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/bkg_checkout.gif) 0 0 repeat-x;
	border: 1px solid #bbb6a5;
	margin: 0 0 25px;
	padding: 20px;
}

.multiple-checkout .col2-set h2.legend {
	margin: -20px -20px 15px;
	padding: 5px 10px;
	background: #f9f3e3;
	border-bottom: 1px solid #bbafa0;
	position: relative;
}

.multiple-checkout .col2-set h3.legend {
	margin: 0 0 10px;
	color: #0a263c;
}

.multiple-checkout .col2-set .divider {
	margin: 0 -20px;
	padding: 25px 0;
	position: relative;
}

.multiple-checkout .box {
	margin: 0 0 15px;
}

.multiple-checkout .box h2 {
	color: #e26703;
}

.multiple-checkout .place-order .please-wait {
	float: right;
	padding: 27px 7px 0 0;
}

.multiple-checkout .place-order .grand-total {
	float: right;
	height: 71px;
	font-size: 1.5em;
	padding: 0 0 0 21px;
	background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/bkg_grand-total.gif) 0 0 no-repeat;
	overflow: hidden;
}

.multiple-checkout .place-order .grand-total .inner {
	float: left;
	height: 57px;
	padding: 14px 21px 0 0;
	background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/bkg_grand-total.gif) 100% 0 no-repeat;
}

.multiple-checkout .place-order .grand-total .inner div {
	display: inline;
}

.multiple-checkout .place-order .grand-total big {
	display: inline;
	margin-right: 12px;
}

.multiple-checkout .place-order .grand-total .price {
	color: #E26703;
}

.multiple-checkout .place-order .grand-total button.button span {
	font-size: 16px;
}

.multiple-checkout .place-order .grand-total button.button span span {
	padding: 0 45px 0 36px;
}

/* Step 1 */

.multiple-checkout .title-buttons button.button span {
	border-color: #406a83;
	background: #618499;
}

#multiship-addresses-table td {
	padding: 10px;
}

#multiship-addresses-table tfoot td {
	padding: 5px 10px;
}

#multiship-addresses-table tfoot button.button span {
	border-color: #406a83;
	background: #618499;
}

/* Step 2 */

.multiple-checkout .gift-messages-form .item .details .form-list {
	width: 100%;
	overflow: hidden;
}

.multiple-checkout .gift-messages-form .item .details .form-list li {
	margin-right: -15px;
}

.multiple-checkout .gift-messages-form .item .details .form-list .field {
	width: 230px;
}

.multiple-checkout .gift-messages-form .item .details .form-list .input-box {
	width: 215px;
}

.multiple-checkout .gift-messages-form .item .details .form-list input.input-text {
	width: 209px;
}

.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box {
	width: 445px;
}

.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea {
	width: 439px;
}

.checkout-multishipping-shipping .box-sp-methods {
	border: 1px solid #d9d2be;
	background: #f9f3e3;
	padding: 13px;
	position: relative;
}

.checkout-multishipping-shipping .box-sp-methods .pointer {
	position: absolute;
	top: -20px;
	right: -40px;
	width: 178px;
	height: 41px;
	background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/bkg_sp-methods.gif) 0 0 no-repeat;
	overflow: hidden;
}

/* Step 3 */

.checkout-multishipping-billing .multiple-checkout {
	position: relative;
}

/* ======================================================================================= */

/* Account Login/Create Pages ============================================================ */

.account-login {}

.account-login .content {
	min-height: 280px;
	padding: 15px;
	background: #fff;
	border: 1px solid #bbb;
	border-bottom: 0;
}

.account-login .content h2 {
	font-weight: bold;
	font-size: 13px;
	margin: 0 0 14px;
	padding: 0 0 5px 23px;
	border-bottom: 1px solid #bbb;
	background-position: 0 1px;
	background-repeat: no-repeat;
	text-transform: uppercase;
	color: #276581;
}

.account-login .new-users h2 {
	background-image: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/i_page1.gif)
}

.account-login .registered-users h2 {
	background-image: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/i_page2.gif);
}

.account-login .buttons-set {
	border: 1px solid #bbb;
	border-top: 0;
	margin: 0;
	padding: 15px;
	background: #fff;
}

.account-create {}

/* Account Login/Create Pages ============================================================ */

/* My Account ============================================================================= */

.my-account .title-buttons .link-rss {
	float: none;
	margin: 0;
}

/********** < Dashboard */

.dashboard .welcome-msg {
	margin: 0 20px 20px;
}

.dashboard .welcome-msg p {
	margin: 0;
}

.dashboard .welcome-msg .hello {
	color: #464646;
}

.dashboard .col2-set {
	margin: 0 0 15px;
}

/* General Box */

.box-account {
	margin: 0 0 25px;
	overflow: hidden;
}

.box-account .box-head {
	border-bottom: 1px solid #bbb;
	margin: 0 0 10px;
	text-align: right;
}

.box-account .box-head h2 {
	float: left;
	margin: 0;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 21px;
	color: #276681;
}

.dashboard .box .box-title {
	border-bottom: 1px dotted #bbb;
	padding: 0 0 2px;
	margin: 0 0 8px;
	text-align: right;
}

.dashboard .box .box-title h3, .dashboard .box .box-title h4 {
	float: left;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
}

/* Block: Recent Orders */

.dashboard .box-recent .box-head h2 {
	background-image: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/i_folder-table.gif);
}

/* Block: Account Information */

.dashboard .box-info .box-head h2 {
	background-image: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/i_ma-info.gif);
}

.dashboard .box-info h4 {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

/* Block: Reviews */

.dashboard .box-reviews .box-head h2 {
	background-image: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/i_ma-reviews.gif);
}

.dashboard .box-reviews .number {
	float: left;
	font-size: 10px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	margin: 3px -20px 0 0;
	padding: 2px 3px;
	background: #0a263c;
}

.dashboard .box-reviews .details {
	margin-left: 20px;
}

.dashboard .box-reviews li.item {
	margin: 0 0 7px;
}

.dashboard .box-reviews li.item.last {
	margin: 0;
}

.dashboard .box-reviews .ratings {
	margin: 7px 0 0;
}

/* Block: Tags */

.dashboard .box-tags .box-head h2 {
	background-image: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/i_ma-tags.gif);
}

.dashboard .box-tags .number {
	float: left;
	font-size: 10px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	margin: 3px -20px 0 0;
	padding: 2px 3px;
	background: #0a263c;
}

.dashboard .box-tags .details {
	margin-left: 20px;
}

.dashboard .box-tags li.item {
	margin: 0 0 7px;
}

.dashboard .box-tags li.item.last {
	margin: 0;
}

.dashboard .box-tags .tags strong, .dashboard .box-tags .tags ul, .dashboard .box-tags .tags ul li {
	display: inline;
}

/********** Dashboard > */

/* Address Book */

.addresses-list h2 {
	font-weight: bold;
	font-size: 13px;
	color: #276581;
	text-transform: uppercase;
}

.addresses-list h3 {
	font-weight: bold;
	font-size: 13px;
}

.addresses-list address {
	margin: 0 0 3px;
}

.addresses-list p {
	margin: 0;
}

.addresses-list a {}

.addresses-list .link-remove {
	color: #646464;
}

.addresses-list .separator {
	margin: 0 3px;
}

.addresses-list li.item {
	border: 1px solid #bbb;
	padding: 10px 13px;
	margin: 0 0 10px;
}

.addresses-list li.empty {
	background: none;
	border: 0;
	padding: 0;
}

.addresses-list li.empty p {
	font-weight: bold;
}

.addresses-list .addresses-additional li.item {
	background: none;
	border: 0;
	padding: 0;
}

/* Order View */

.order-info {
	background: #bbb;
	border: 1px solid #d0cbc1;
	padding: 4px 8px;
	margin: 0 0 8px;
}

.order-info dt, .order-info dd, .order-info ul, .order-info li {
	display: inline;
}

.order-info .current {
	font-weight: bold;
}

.order-info li {
	margin: 0 3px;
}

.order-date {
	margin: 10px 0;
}

.order-info-box {
	border: 1px solid #bbb;
	padding: 12px 15px;
	margin: 0 0 15px;
}

.order-info-box h2 {
	font-weight: bold;
	font-size: 13px;
}

.order-info-box .box-payment p {
	margin: 0 0 3px;
}

.order-info-box .box-payment th {
	font-weight: bold;
	padding-right: 7px;
}

.order-items {
	width: 100%;
	/* overflow-x:auto; */
}

.order-items h2, .order-items h3 {
	clear: none;
	font-weight: bold;
	font-size: 13px;
	padding: 0;
	margin: 0 0 5px;
	color: #464646;
}

.order-items .product-name {
	font-size: 1em !important;
	font-weight: normal !important;
}

.order-items .link-print {
	color: #1e7ec8;
	font-weight: normal;
}

.order-items .order-links {
	text-align: right;
}

.order-additional {
	margin: 15px 0;
}

/* Order Gift Message */

.gift-message dt strong {
	color: #666;
}

.gift-message dd {
	font-size: 13px;
	margin: 5px 0 0;
}

/* Order Comments */

.order-about dt {
	font-weight: bold;
}

.order-about dd {
	font-size: 13px;
	margin: 0 0 7px;
}

.tracking-table {
	margin: 0 0 15px;
}

.tracking-table th {
	font-weight: bold;
	white-space: nowrap;
}

.tracking-table-popup {
	width: 100%;
}

.tracking-table-popup th {
	font-weight: bold;
	white-space: nowrap;
}

.tracking-table-popup th, .tracking-table-popup td {
	padding: 1px 8px;
}

/* Order Print Pages */

.page-print .print-head {
	margin: 0 0 15px;
}

.page-print .print-head .logo {
	float: left;
}

.page-print .print-head address {
	float: left;
	margin-left: 15px;
}

.page-print h1 {
	font-size: 16px;
	font-weight: bold;
}

.page-print h2, .page-print h3 {
	font-size: 13px;
	font-weight: bold;
}

.page-print h2.h2 {
	font-size: 16px;
	font-weight: bold;
}

.page-print .order-date {
	background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/bkg_divider1.gif) 0 100% repeat-x;
	padding: 0 0 10px;
	margin: 0 0 10px;
}

.page-print .col2-set {
	margin: 0 0 10px;
}

/* Price Rewrites */

.page-print .gift-message-link {
	display: none;
}

.page-print .price-excl-tax, .page-print .price-incl-tax {
	display: block;
	white-space: nowrap;
}

.page-print .cart-price, .page-print .price-excl-tax .label, .page-print .price-incl-tax .label, .page-print .price-excl-tax .price, .page-print .price-incl-tax .price {
	display: inline;
}

/* My Wishlist */

.my-wishlist .data-table td {
	padding: 10px;
}

.my-wishlist .product-image {
	display: block;
	margin: 0 0 5px;
}

.my-wishlist textarea {
	display: block;
	width: 97%;
	height: 109px;
}

.my-wishlist .buttons-set {
	margin-top: 2em;
}

.my-wishlist .buttons-set button.button {
	float: none;
}

.my-wishlist .buttons-set .btn-add span, .my-wishlist .buttons-set .btn-share span {
	border-color: #406a83;
}

#wishlist-table .add-to-links {
	white-space: nowrap;
}

.my-wishlist .add-to-cart-row {
	margin: 0 0 10px;
}

.my-wishlist .add-to-cart-alt {
	min-width: 120px;
}

.my-wishlist .price-excluding-tax .price {
	font-size: 20px;
	line-height: 24px;
}

.my-wishlist .price-including-tax .price {
	font-size: 16px;
	line-height: 20px;
}

.my-wishlist .link-edit {
	background: url("https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/btn_edit.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
	overflow: hidden;
	border: 1px solid #b0b0b0;
	border-radius: 15px;
	color: #898989;
	display: block;
	font-size: 15px;
	height: 30px;
	margin: 0 auto;
	text-decoration: none;
	text-indent: -9999px;
	width: 30px;
}

/* My Tags */

.my-tag-edit {
	float: left;
	margin: 0 0 10px;
}

.my-tag-edit .btn-remove {
	float: right;
	margin: 4px 0 0 5px;
}

#my-tags-table {
	clear: both;
}

#my-tags-table td {
	padding: 10px;
}

#my-tags-table .add-to-links {
	white-space: nowrap;
}

/* My Reviews */

#my-reviews-table td {
	padding: 10px;
}

.product-review .product-img-box {
	float: left;
	width: 27%;
	margin-right: 3%;
}

.product-review .product-img-box .product-image {
	display: block;
	text-align: center;
}

.product-review .product-img-box .label {
	font-size: 12px;
	margin: 0 0 3px;
}

.product-review .product-img-box .ratings .rating-box {
	float: none;
	display: block;
	margin: 0 0 3px;
}

.product-review .product-details {
	float: left;
	width: 70%;
}

.product-review .product-name {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px;
}

.product-review h3 {
	font-size: 12px;
	margin: 0 0 3px;
	color: #2f2f2f;
}

.product-review .ratings-table {
	margin: 0 0 10px;
}

.product-review dt {
	font-weight: bold;
}

.product-review dd {
	font-size: 13px;
	margin: 5px 0 0;
}

/* Billing Agreements */

.billing-agreements .info-box {
	margin: 15px 0;
}

.billing-agreements .form-list li select {
	float: left;
}

.billing-agreements .form-list li button.button {
	float: left;
	margin-left: 10px;
}

.billing-agreements .table-caption {
	font-weight: bold;
	font-size: 13px;
}

/* ======================================================================================= */

/* Footer ================================================================================ */

.footer-container {
	background: #9c9692;
}

.footer {
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	color: #fff;
}

.footer .store-switcher {
	color: #7F7F7F;
	display: inline;
	float: right;
	margin: 20px 0 0;
}

.footer .store-switcher label {
	font-weight: normal;
	vertical-align: middle;
}

.footer .store-switcher select {
	padding: 0;
	vertical-align: middle;
}

.footer a {
	color: #464646;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.footer .bugs {
	margin: 13px 0 0;
	color: #ecf3f6;
}

.footer .bugs a {
	color: #ecf3f6;
	text-decoration: underline;
}

.footer .bugs a:hover {
	text-decoration: none;
}

.footer address {
	margin: 10px 0;
	color: #f7941d;
	float: left;
	clear: both;
}

.footer address a {
	color: #ecf3f6;
	text-decoration: underline;
}

.footer address a:hover {
	text-decoration: none;
}

/*.footer ul { display:inline;}
.footer ul.links { display:block; }
.footer li { display:inline; background:url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/bkg_pipe2.gif) 100% 60% no-repeat; padding:0 7px 0 4px; }
.footer li.last {}*/

.footer-container .bottom-container {
	margin: 0 0 5px;
}

.footer .bottom-links {
	float: left;
	margin: 20px auto 0;
	padding: 15px 0;
	font-size: 12px;
	font-weight: normal;
	background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/bkg_footer.png) repeat-x left top;
	width: 100%;
}

.footer .bottom-links .top {
	float: left;
	width: 70%;
	padding: 10px 0;
}

.footer .bottom-links ul {
	float: left;
	padding: 0;
	margin: 0px;
}

.footer .bottom-links .top ul {
	padding-right: 2%;
	width: 25%;
}

.footer .bottom-links ul a {
	color: #7f7f7f;
}

.footer .bottom-links .top ul a {
	float: left;
	text-align: left;
	padding-left: 12px;
	background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/icon-links-footer.png) no-repeat left 7px;
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	/* Safari */
}

.footer .bottom-links .top ul li:hover a {
	background-position: 5px 7px;
	text-decoration: none;
}

.footer .bottom-links ul li {
	float: left;
	display: inline;
	background: 0 none;
	padding: 0;
}

.footer .bottom-links ul li.last {
	clear: both;
}

.footer .newletter-subscribe {
	float: right;
	width: 30%;
	padding: 10px 0;
}

.footer .block-subscribe {
	float: right;
	width: 100%;
}

.footer .block-subscribe .block-content {
	background: 0 none;
}

.footer .block-subscribe .form-newletter {
	position: relative;
	background: #F6F6F6;
	border: solid 1px #ddd;
	border-radius: 5px;
	width: 100%;
	height: 29px;
	clear: both;
	padding-right: 85px;
}

.footer .block-subscribe .form-newletter .input-box {
	float: left;
	width: 100%;
}

.footer .block-subscribe .form-newletter button.button {
	position: absolute;
	top: 2px;
	right: 4px;
}

.footer .bottom-links .bot ul {
	float: left;
	padding: 10px 8px 10px 0;
}

.footer .bottom-links .bot ul li {
	display: inline;
	float: none;
	background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/bkg_pipe2.gif) no-repeat scroll 100% 60% transparent;
	display: inline;
	padding: 0 10px 0 6px;
}

.footer-bottom {
	background: #837b77;
	padding: 20px 0;
}

/* ======================================================================================= */

/* Sample Data============================================================================ */

.home-callout {
	margin-bottom: 12px;
}

.home-callout img {
	display: block
}

.home-spot {
	float: left;
	width: 470px;
	margin-left: 20px;
}

.best-selling h3 {
	margin: 12px 0 6px 0;
	color: #e25203;
	font-size: 1.2em;
}

.best-selling table {
	border-top: 1px solid #ccc;
}

.best-selling tr.odd {
	background: #eee url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/best_selling_tr_odd_bg.gif) 0 100% repeat-x;
}

.best-selling tr.even {
	background: #fff url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/best_selling_tr_even_bg.gif) 0 100% repeat-x;
}

.best-selling td {
	width: 50%;
	border-bottom: 1px solid #ccc;
	padding: 8px 10px 8px 8px;
	font-size: 11px;
}

.best-selling .product-img {
	float: left;
	border: 2px solid #dcdcdc;
}

.best-selling .product-description {
	margin-left: 107px;
	line-height: 1.3em;
}

.best-selling a.product-name, .home-spot .best-selling a.product-name:hover {
	color: #203548;
}

/* ======================================================================================= */

/* Clears ================================================================================ */

.clearer:after, .header-container:after, .header-container .top-container:after, .header:after, .header .quick-access:after, #nav:after, .main:after, .footer:after, .footer-container .bottom-container:after, .col-main:after, .col2-set:after, .col3-set:after, .col3-layout .product-options-bottom .price-box:after, .col4-set:after, .search-autocomplete li:after, .block .block-content:after, .block .actions:after, .block li.item:after, .block-poll li:after, .block-layered-nav .currently li:after, .page-title:after, .products-grid:after, .products-list li.item:after, .box-account .box-head:after, .dashboard .box .box-title:after, .box-reviews li.item:after, .box-tags li.item:after, .pager:after, .sorter:after, .ratings:after, .add-to-box:after, .add-to-cart:after, .product-essential:after, .product-collateral:after, .product-view .product-img-box .more-views ul:after, .product-view .box-tags .form-add:after, .product-view .product-shop .short-description:after, .product-view .box-description:after, .product-options .options-list li:after, .product-options-bottom:after, .product-review:after, .cart:after, .cart-collaterals:after, .cart .crosssell li.item:after, .opc .step-title:after, .checkout-progress:after, .multiple-checkout .place-order:after, .group-select li:after, .form-list li:after, .form-list .field:after, .buttons-set:after, .page-print .print-head:after, .advanced-search-summary:after, .gift-messages-form .item:after, .send-friend .form-list li p:after {
	display: block;
	content: ".";
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	overflow: hidden;
}

/* ======================================================================================= */

.menu-left-update .bot-site {
	background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/bkg_bottom-categories.png) no-repeat left top;
	height: 8px;
}

#product-slider .bot-site {
	background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/bkg_stretched-sliderpr.png) no-repeat left top;
	height: 8px;
}

.block-layered-nav .bot-site {
	background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/bkg_bottom-categories.png) no-repeat left top;
	height: 8px;
}

.block-tags .bot-site {
	background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/bkg_bottom-categories.png) no-repeat left top;
	height: 8px;
}

.block-poll .bot-site {
	background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/bkg_bottom-categories.png) no-repeat left top;
	height: 8px;
}

.block-related .bot-site {
	background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/bkg_bottom-categories.png) no-repeat left top;
	height: 8px;
}

.block-wishlist .bot-site {
	background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/bkg_bottom-categories.png) no-repeat left top;
	height: 8px;
}

.block-progress .bot-site {
	background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/bkg_bottom-categories.png) no-repeat left top;
	height: 8px;
}

.add-to-box button.button {
	margin: -3px 0 0 0;
}

.block-viewed .bot-site {
	background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/bkg_bottom-categories.png) no-repeat left top;
	height: 8px;
}

.block-compare .bot-site {
	background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/bkg_bottom-categories.png) no-repeat left top;
	height: 8px;
}

.block-compared .bot-site {
	background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/bkg_bottom-categories.png) no-repeat left top;
	height: 8px;
}

.block-reorder .bot-site {
	background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/bkg_bottom-categories.png) no-repeat left top;
	height: 8px;
}

.block-reorder .actions a {
	float: left;
	margin: 10px 5px 0 0;
	color: #c7d41e;
}

.block-reorder .actions button.button {
	float: right !important;
	padding: 0 15px !important;
}

#reorder-validate-detail {
	padding: 0 0 10px;
	display: block;
}

#reorder-validate-detail p {
	color: #fff;
	padding: 10px 0;
}

/* =============== ADDITIONAL STYLES =============== */

.mytopnav {
	color: #fff;
	overflow: hidden;
}

.mytopnav img {
	width: 38px;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.mytopnav li {
	float: left;
	padding: 0 20px 10px 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.mytopnav a {
	font-weight: 300;
	color: #fff;
}

.mytopnav a:hover {
	text-decoration: underline;
}

.hot-contact {
	float: right;
	color: #676767;
	font-size: 10px;
	line-height: 15px;
	font-weight: 300;
}

.hot-contact strong {
	font-weight: 500;
	color: #676767;
}

.phone {
	color: #676767;
	font-size: 28px;
	line-height: 32px;
	font-weight: 400;
}

.top-row {
	width: 100%;
	min-height: 75px;
	/*margin-bottom:15px;*/
}

.top-row:after {
	content: "";
	display: block;
	clear: both;
}

.cartsummary {
	padding-left: 0;
}

.checklink {
	float: left;
	width: 100%;
	text-align: center;
	background: #0193D7;
	font-size: 13px;
	min-height: 36px;
	padding: 5px;
}

.checklink>span {
	display: inline-block;
	vertical-align: middle;
}

.checklink .items {
	color: #c7d41e;
	font-size: 13px;
	line-height: 22px;
	font-weight: 300;
	padding-left: 35px;
	background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/new-design-images/ico-cart.png) no-repeat 0 50%;
}

.checklink .price {
	color: #fff;
	font-size: 13px;
	line-height: 20px;
	font-weight: 700;
}

.copyright {
	color: #fff;
}

.payment-card {
	text-align: right;
	margin: 0;
}

.payment-card li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px 10px;
}

.fnave-title {
	color: #C7D41E;
	font: 700 13px "Roboto", sans-serif;
	text-transform: uppercase;
	margin: 0 0 10px;
}

.fnave ul {
	color: #fff;
	font-weight: normal;
	font-size: 13px;
	margin: 0 0 20px;
}

.fnave ul a {
	color: #fff;
}

.fnave-social li {
	margin: 0 0 10px;
}

.fnave-social img {
	width: 16px;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
}

.cat-items .item.text-box {
	background: #276581;
}

.cat-items .item .contact-help {
	background: none;
}

.cat-items .item .contact-help h2 {
	font: bold 36px/40px "Roboto", sans-serif;
	margin-right: 5px;
}

.cat-items .item .contact-help p {
	margin: 0 0 10px;
}

.home-items .item-title.white {
	background: rgba(255, 255, 255, 0.9);
	color: #837B77;
}

.cat-items {
	padding-top: 35px;
	padding-bottom: 35px;
}

.cat-items.row, .cat-items .row {
	margin-right: 0;
}

.cat-items .col-sm-6, .cat-items .col-xs-6 {
	padding-right: 0;
}

.cat-items .item {
	margin: 0 0 15px;
	overflow: hidden;
	position: relative;
}

.cat-items .item-link {
	display: block;
}

.cat-items .item-title {
	background: rgba(131, 123, 119, 0.8);
	bottom: 0;
	color: #fff;
	font-size: 17px;
	left: 0;
	line-height: 22px;
	padding: 5px 10px;
	position: absolute;
	width: 100%;
}

.cat-items .item-title.white {
	background: rgba(255, 255, 255, 0.9);
	color: #837b77;
}

.video-section {
	background: #f2f2f2 url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/bg-video-section.png) no-repeat 50% 50%;
	color: #1d1d1b;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px 0;
}

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

.news-col h1 {
	color: #8d807a;
	font: 700 32px/36px "Roboto", sans-serif;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.news-col h1 a {
	color: #8d807a;
	text-decoration: none;
}

.news-col h1 a:hover {
	text-decoration: underline;
}

.news-box {
	overflow: hidden;
}

.news-box .aw-blog-read-more {
	float: left;
	text-transform: uppercase;
	color: #8d807a;
}

.news-box .aw-blog-read-more:after {
	content: " »";
}

.video-section .video-col h2 {
	font: 14px/20px "Roboto", sans-serif;
	text-transform: uppercase;
}

/*.video-section h2 {
	color: #8d807a;
	font-size: 30px;
	font-weight: bold;
}
.news-col h2 {
	font-size: 18px;
}
.video-section h2 a{
	color: #8d807a;
}
.news-col {
	padding: 0 15px 0 0;
}
.col-md-8.video-col h2{
	padding:0;
}*/

.news-box h2 {
	color: #8d807a;
	font: bold 18px/22px "Roboto", sans-serif;
	margin: 0 0 5px;
}

.news-box a {
	color: #8d807a;
	text-decoration: none;
}

.news-box a:hover {
	text-decoration: underline;
}

.video-col h2 {
	color: #837B77;
	font: 700 24px/28px "Roboto", sans-serif;
	margin: 0 0 10px;
}

.video-col .video-descr {
	color: #837B77;
}

.brands-section {
	padding-top: 40px;
	padding-bottom: 40px;
}

.brands-section h1 {
	color: #c7d41e;
	font: 700 24px/28px "Roboto", sans-serif;
	margin: 0 0 15px;
	text-transform: uppercase;
}

.brands-section .brands-holder {
	margin: 0;
	padding: 0 30px;
	overflow: hidden;
}

.brands-section .brands {
	overflow: hidden;
	text-align: center;
}

.brands-section .brands li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 20px;
	width: 20%;
	margin: 0 -2px;
}

.brands-section .brands img {
	display: block;
	max-width: 100%;
	height: auto;
}

.slider-panel {
	margin: 0 0 30px;
	overflow: hidden;
}

.page-title {
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	padding: 10px 0;
	margin: 0 0 20px;
}

.page-title h1 {
	color: #276681;
	font: 300 44px/50px "Roboto", sans-serif;
	margin: 0;
}

.page-subtitle {
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	margin: 0 0 20px;
}

.page-subtitle h2 {
	color: #276681;
	font: 700 28px/36px "Roboto", sans-serif;
	margin: 0;
	padding: 32px 20px 12px;
}

#subcats>li {
	display: inline-block;
	vertical-align: top;
	width: 33%;
	padding: 0 10px 20px;
}

.subcat {
	position: relative;
}

.subcat-title-container {
	background: rgba(131, 123, 119, 0.6);
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 5px;
	text-align: left;
	width: 100%;
}

.subcat-title-container h2 {
	font: 14px/18px "Roboto", sans-serif;
	color: #fff;
	margin: 0;
}

.subcat .now-from-container {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 10px;
}

.subcat .now-from-container:hover {
	background: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.subcat .now-from-container:hover .subcat-title-container {
	background: rgba(131, 123, 119, 0.8);
}

.subcat-image {
	min-height: 50px;
}

.subcat-image .img-holder {}

.subcat-image img {
	width: 100%;
	height: auto;
	display: block;
}

.contact-help {
	padding: 10px 15px;
	background: #276682;
	color: #fff;
	font: 300 17px/26px "Roboto", sans-serif;
	margin: 0 0 15px;
}

.contact-help p {
	margin: 0 0 23px;
}

.contact-help p:last-child {
	margin: 0;
	font-weight: 400;
}

.contact-help h2 {
	font: bold 36px/42px "Roboto", sans-serif;
	margin: 0 0 10px;
	color: #fff;
}

.contact-help h3 {
	margin: 0 0 10px;
	color: #fff;
}

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

.product-btns .btn {
	display: inline-block;
	vertical-align: top;
	background: none;
	border: 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	line-height: 14px;
	padding: 0;
	width: 70px;
	margin: 0 -5px 10px 10px;
	white-space: normal;
	border-radius: 0px;
	text-align: center;
}

.product-btns .btn .icon {
	display: block;
	width: 60px;
	height: 60px;
	background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/new-design-images/ico-info.png) no-repeat;
	background-size: 100% 100%;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 auto 5px;
}

.product-btns .btn-more {
	color: #c8d41f;
}

.product-btns .btn .icon {
	display: block;
	width: 60px;
	height: 70px;
	background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/new-design-images/ico-info.png) no-repeat;
	background-size: 100% 100%;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 auto 5px;
}

.product-btns .btn-buy .icon {
	background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/new-design-images/ico-buy.png) no-repeat;
	background-size: 100% 100%;
}

.product-btns .btn-buy {
	color: #0193d7;
}

/********************** Tabs */

.product-view .tabs {
	font: 300 15px/20px "Roboto", sans-serif;
	overflow: hidden;
	border-bottom: 1px solid #bbb;
	zoom: 1;
}

.product-view .tabs li {
	float: left;
	text-align: center;
	margin: 0 2px 2px 0;
}

/* LK */

.product-view .tabs li.first {}

.product-view .tabs li.last {}

.product-view .tabs a {
	display: block;
	padding: 15px;
	color: #837B77;
	text-decoration: none;
	background: #E6E4E3;
}

/* LK */

.product-view .tabs a:hover, .product-view .tabs li.active a, .product-view .tabs li.active a:hover {
	background: #837B77;
	color: #fff;
	text-decoration: none;
}

#product_tabs_tags_tabbed_contents.input-box input {
	width: 300px;
}

#product_tabs_tags_tabbed_contents .input-box {
	width: 300px;
	float: left;
	margin-right: 10px;
}

#product_tabs_related_tabbed_contents li {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 0 10px 20px;
	margin: 0 -2px;
}

#product_tabs_related_tabbed_contents ol {
	clear: both;
}

.product-collateral:after {
	content: ".";
	display: block;
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	overflow: hidden;
	zoom: 1
}

/* .padder{padding-left: 10px;padding-right: 10px;background: #fff;} */

.padder {
	padding: 15px;
	background: #fff;
	color: #837B77;
	/*font:300 13px/26px "Roboto", sans-serif;*/
}

/* LK */

#product_tabs_related_tabbed_contents .product-images {
	position: relative;
	margin: 0 0 10px;
}

#product_tabs_related_tabbed_contents .img-container {
	background: #fff;
	display: block;
}

#product_tabs_related_tabbed_contents .img-container:hover {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#product_tabs_related_tabbed_contents .product-images img {
	display: block;
	width: 100%;
	height: auto;
}

#product_tabs_related_tabbed_contents .product-images h3 {
	color: #fff;
	font: 14px/18px "Roboto", sans-serif;
	margin: 0;
}

#product_tabs_related_tabbed_contents .prod-row {
	overflow: hidden;
}

#product_tabs_related_tabbed_contents .prod-row .price-excluding-tax .price, #product_tabs_related_tabbed_contents .prod-row .price-including-tax .price {
	font-size: 20px;
	line-height: 24px;
}

#product_tabs_related_tabbed_contents .title-container {
	background: rgba(131, 123, 119, 0.6);
	bottom: 0;
	left: 0;
	padding: 5px;
	position: absolute;
	text-align: left;
	width: 100%;
}

.postWrapper {
	background: #fff;
	padding: 40px 0;
	color: #276581;
}

.postWrapper.even {
	background: #e4e3e2;
	color: #1D1D1B;
}

.postTitle {
	margin-bottom: 10px;
}

.postTitle h2 {
	font: 500 25px/30px "Roboto", Arial, Helvetica, sans-serif;
	color: #276581;
	margin: 0 0 15px;
}

.postTitle h2 a {
	text-decoration: none;
	color: #276581;
}

.even .postTitle h2 {
	color: #1D1D1B;
}

.even .postTitle h2 a {
	color: #1D1D1B;
}

.postTitle h2 a:hover {
	text-decoration: underline;
}

.postSubTitle h2 {
	font: 500 25px/30px "Roboto", Arial, Helvetica, sans-serif;
	color: #276581;
	margin: 0 0 15px;
	padding: 0;
	/* border-bottom: 1px solid grey; */
	text-decoration: none !important;
}

.postTitle h3 {
	font-size: .9em;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	font-weight: normal;
	color: #888;
}

.postContent {
	padding-bottom: 10px;
}

.postDetails {
	padding: 5px 0;
}

.postBookmarks {
	padding-bottom: 10px;
}

.postBookmarks h4 {
	font-size: 12px;
	font-weight: bold;
}

.commentWrapper {
	padding-bottom: 15px;
}

.commentContent {
	padding-bottom: 0px;
}

.commentDetails {
	margin-bottom: 5px;
	padding: 0px;
}

.commentDetails h4.username {
	display: inline;
}

.postError {
	font-size: 16px;
}

.tags {
	font-weight: bold;
	padding-bottom: 10px;
}

div.tags {
	padding: 5px 0;
}

.tags UL {
	display: inline;
}

.tags UL LI {
	font-weight: normal;
	display: inline;
	padding-right: 6px;
	color: rgb(153, 153, 153);
	text-decoration: none;
}

.tags h4 {
	font-size: 12px;
	font-weight: bold;
	display: inline;
}

.menu-tags, .menu-categories, .menu-recent {
	margin: 5px 9px;
}

.menu-tags h5, .menu-categories h5, .menu-recent h5 {
	font-size: 11px;
}

.block-blog .menu-tags UL LI {
	display: inline;
	padding: 2px;
	margin-left: 10px;
}

.block-blog .menu-categories UL LI {
	margin-left: 10px;
}

.block-blog .menu-recent UL LI {
	margin-left: 10px;
}

.block-blog .menu-recent UL LI a, .block-blog .menu-categories UL LI a, .block-blog .menu-tags UL LI a {
	font-size: 11px;
}

.tagcloud {
	/* text-align:center; */
}

.tag-count-1 {
	font-size: 1em!important;
}

.tag-count-2 {
	font-size: 1.2em!important;
}

.tag-count-3 {
	font-size: 1.4em!important;
}

.tag-count-4 {
	font-size: 1.6em!important;
}

.tag-count-5 {
	font-size: 1.8em!important;
}

.tag-count-6 {
	font-size: 2em!important;
}

.tag-count-7 {
	font-size: 2em!important;
}

.tag-count-8 {
	font-size: 2em!important;
}

.tag-count-9 {
	font-size: 2em!important;
}

.tag-count-10 {
	font-size: 2em!important;
}

.block-blog .head h4 {
	padding-left: 20px;
}

.block-blog .block-title strong {
	background-image: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/icon_blog.png);
	background-repeat: no-repeat;
	padding-left: 21px;
	text-align: left;
}

.postWrapper .poster {
	display: inline;
}

.input-box.aw-blog-comment-area {
	width: 100%;
}

.widget-latest li {
	font-size: 12px;
	padding: 5px 10px;
}

.block-blog .menu-categories {
	margin: 0;
	padding: 5px 9px;
}

A.awblog_current_comment {
	text-decoration: none!important;
	font-weight: bold!important;
}

.block-content .actions button.button {
	float: none;
}

.postWrapper .post-info {
	margin: 0;
	font-size: 11px;
	line-height: 15px;
}

.postWrapper .post-info dt {
	font-weight: 500;
	color: #C7D41E;
}

.postWrapper.even .post-info dt {
	color: #837B77;
}

.postWrapper .post-info dd {
	font-weight: 300;
	margin: 0 0 7px;
	color: #276581;
}

.postWrapper .post-info a {
	color: #276581;
}

.btn-menu {
	display: none;
}

.cart-empty {
	min-height: 300px;
}

.numberCircle {
	height: 18px !important;
	width: 18px !important;
	background: #276581 !important;
	border: 1px solid #276581 !important;
}

.inner-page {
	font-size: 18px;
	line-height: 28px;
	color: #276581;
}

.inner-page p {
	margin: 0 0 28px;
}

.page-content {
	padding: 0 20px;
}

.page-content ul {
	list-style: disc outside;
	padding-left: 20px;
}

.inner-page-title h1 {
	font: 700 65px/70px "Roboto", Arial, Helvetica, sans-serif;
	color: #276581;
	text-transform: uppercase;
	margin: 0 0 20px;
	padding: 0 0 0 70px;
	background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/new-design-images/ico-x.png) no-repeat 0 50%;
}

.inner-page-title {
	padding: 0 0 20px;
}

.inner-page h3 {
	color: #276581;
	margin: 0;
	font: 700 18px/28px "Roboto", Arial, Helvetica, sans-serif;
}

.inner-menu {
	font: 300 18px/22px "Roboto", Arial, Helvetica, sans-serif;
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
}

.inner-menu a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 6px 10px;
}

.inner-menu a:hover {
	text-decoration: none;
	background: #C7D41E;
	color: #276581;
	font-weight: 700;
}

.block.inner-page-block {
	min-height: 300px;
}

.block.inner-page-block .block-title {
	padding: 23px 10px 12px;
	margin: 0 0 20px;
}

.block.inner-page-block .block-title strong {
	font-size: 28px;
	line-height: 36px;
}

.contact-info {
	overflow: hidden;
}

.contact-info dt {
	float: left;
	width: 150px;
}

.contact-info dd {
	overflow: hidden;
}

.blog-heading-box .img-box {
	height: 200px;
	overflow: hidden;
	background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/blog-img.jpg) no-repeat 50% 60%;
	background-size: cover;
}

.blog-heading-box .img-box>img {
	display: none;
	width: 100%;
	height: auto;
}

.blog-heading-box .heading-text {
	background: #837B77;
	padding: 40px 0;
}

.blog-heading-box .heading-text p {
	font: 300 24px/36px "Roboto", Arial, Helvetica, sans-serif;
	color: #fff;
}

.blog-heading-box .blog-title {
	position: absolute;
	bottom: 100%;
	left: 0;
	font: 700 72px/80px "Roboto", Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	padding: 0 15px 70px;
}

/*
.blog-heading-box .blog-title:before{
	background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/new-design-images/ico-leaf-large.png) no-repeat 0 50%;
	content:"";
	width:135px;
	height:135px;
	position:absolute;
	right:100%;
	top:0;
	margin-right:20px;
}*/

.block.ma2-manufacturers {
	background: none;
}

.block.ma2-manufacturers .manufacturer-inner {
	text-align: center;
}

.block.ma2-manufacturers .manufacturer-name {
	font: 300 15px/20px "Roboto", Arial, Helvetica, sans-serif;
}

.manufacturer img {
	height: auto;
}

.social-networks li {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0 10px 0 0;
}

.categories-nav {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 -1px;
	padding-bottom: 11px;
}

/*
.categories-nav li:first-child{
	padding-top:15px;
}
.categories-nav li:last-child{
	padding-bottom:15px;
}*/

.categories-nav li {
	border-bottom: 1px solid #fff;
}

.categories-nav a {
	display: block;
	padding: 15px 5px;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

.categories-nav a:hover {
	text-decoration: none;
	color: #C7D41E;
}

.categories-nav-block {
	margin: 0;
}

.categories-nav-block .block-title {
	padding: 20px 5px 15px;
	border-bottom: 1px solid #fff;
	margin: 0;
}

.star-rating-control {
	display: block;
	min-width: 120px;
}

#customer-reviews .ratings-table {
	margin: 0 0 15px;
}

.block-layered-nav #fme_filters_list .actions {
	border: 0;
}

table.ratings-list td {
	vertical-align: middle;
	padding: 5px;
}

#product_tabs_description_tabbed_contents ul {
	list-style: outside;
	margin: 0;
	padding: 0 0 20px 15px;
}

.prod-add-box {
	/*border-bottom:1px solid #bbb;*/
	margin: 0 0 20px;
}

/* brands slider */

.brands-holder * {
	max-width: none;
}

#brands-slider {
	display: none;
}

#brands-slider .manufacturer-inner a {
	display: table-cell;
	vertical-align: middle;
}

#brands-slider .manufacturer-inner img {
	height: auto;
}

#brands-slider .manufacturer-name {
	display: none;
	font: 300 15px/20px "Roboto", Arial, Helvetica, sans-serif;
}

#brands-slider .manufacturer-inner {
	padding: 10px;
	text-align: center;
	display: table;
	width: 100%;
	height: 150px;
}

.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}

.nbs-flexisel-ul {
	position: relative;
	width: 99999px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

.nbs-flexisel-inner {
	overflow: hidden;
	float: left;
	width: 100%;
}

.nbs-flexisel-item {
	float: left;
	margin: 0;
	padding: 0;
	cursor: pointer;
	position: relative;
	line-height: 0;
}

/*** Navigation ***/

.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width: 30px;
	height: 30px;
	background: #276581;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	opacity: 0.5;
	border: 1px solid #ddd;
	text-align: center;
	outline: none;
	color: #c7d41e;
	font-size: 30px;
	font-weight: bold;
	line-height: 24px;
}

.nbs-flexisel-nav-left {
	left: -30px;
}

.nbs-flexisel-nav-right {
	right: -30px;
}

.nbs-flexisel-nav-left:hover, .nbs-flexisel-nav-right:hover {
	opacity: 1;
}

.inner-content {
	color: #276581;
}

.inner-content .page-title {
	border: 0;
	margin: 0 auto 20px;
	padding: 0 15px;
	width: 1170px;
}

.inner-content .page-title h1 {
	font-size: 72px;
	line-height: 80px;
}

.inner-content .intro {
	font-size: 22px;
	line-height: 32px;
}

.inner-content .std p {
	margin: 0 0 20px;
}

.inner-content .std p a {
	text-decoration: none;
}

.inner-content .std p a:hover {
	text-decoration: underline;
}

.content-img-1 {
	max-width: 100%;
	display: block;
	height: auto;
	margin: 0 0 35px;
}

.content-img-2 {
	max-width: 100%;
	display: block;
	height: auto;
	margin: -100px auto 35px;
}

.btn-back-row.top {
	padding-top: 30px;
}

.btn-back-row.bottom {
	padding-bottom: 30px;
}

.grayhomebg {
	background-color: #f2f2f2;
	min-height: 470px;
}

.darkbluehomebg {
	background-color: #276682;
	color: #fff;
	min-height: 494px;
}

.darkgreenhomebg {
	background-color: #c8d321;
	color: #fff;
	font-size: 12px;
	line-height: 15px;
	min-height: 240px;
}

.bluehomebg {
	background-color: #7fc7ea;
}

.brownhomebg {
	background-color: #847b77;
	color: #fff;
}

/* columns of same height styles */

.row-full-height {
	height: 100%;
}

.col-full-height {
	height: 100%;
	vertical-align: middle;
}

.row-same-height {
	display: table;
	width: 100%;
	/* fix overflow */
	table-layout: fixed;
}

.col-xs-height {
	display: table-cell;
	float: none !important;
}

.item-link.heading-info {
	color: #cfd300;
	font-size: 23px;
	font-weight: bold;
	text-transform: uppercase;
}

a.item-link.heading-info {
	text-decoration: none;
}

.darkgreenhomebg .item-link.heading-info {
	color: #fff;
	line-height: 27px;
}

.darkgreenhomebg.roundpad {
	padding: 5px;
}

.home-items.darkgreenhomebg {
	margin-bottom: 15px;
	padding-bottom: 8px;
}

.home-items.darkgreenhomebg p {
	color: #fff;
	font-size: 12px;
	padding: 10px 0 0px;
	margin: 0;
}

.mar-bot0 {
	margin-bottom: 0 !important;
}

.darkbluehomebg span, .brownhomebg span {
	color: #fff;
	font-size: 12px;
}

.roundpad-smal .item-link.heading-info {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.grayhomebg .item-link.heading-info, .grayhomebg .heading-info a {
	color: #8d807a;
}

.roundpad-smal span {
	font-size: 11px;
}

.roundpad-smal.grayhomebg .bottom-item-info {
	padding: 7px 0 0 15px;
	background: url("https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/new-design-images/gray-arrow-right.png") no-repeat scroll 0 9px transparent;
}

.roundpad-smal.darkbluehomebg .bottom-item-info, .roundpad-smal.brownhomebg .bottom-item-info {
	padding: 7px 0 0 15px;
	background: url("https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/new-design-images/green-arrow-right-small.png") no-repeat scroll 0 9px transparent;
}

.roundpad-smal.bluehomebg .bottom-item-info {
	display: block;
	padding: 7px 0 0px 15px;
	background: url("https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/new-design-images/red-arrow-right.png") no-repeat scroll 0 9px transparent;
}

.roundpad-smal.bluehomebg .heading-info a {
	color: #b25259;
}

.home-items .item-link {
	display: block;
}

.home-items .item-link img {
	display: block;
	width: 100%;
	height: auto;
}

.home-items .item {
	margin: 0 0 15px;
	position: relative;
	overflow: hidden;
	padding: 15px;
	font-size: 13px;
	line-height: 20px;
}

.home-items{
	font-size: 0;
}
.home-items.row, .home-items .row {
	margin-right: 0;
}

.home-items>.col-md-4, .home-items .col-xs-6 {
	padding-right: 0;
}

.home-items>.col-md-12 {
	padding-right: 0;
}

.home-items>.col-md-4.col-xs-6, .home-items>.col-md-4.col-sm-6 {
	float: none;
	display: inline-block;
	vertical-align: top;
}

.heading-info {
	font: bold 24px/28px "Roboto", sans-serif;
	text-transform: uppercase;
	color: #bfd53c;
	margin: 0;
}

.heading-info a {
	color: #bfd53c;
	text-decoration: none;
}

.roundpad-smal .heading-info {
	font-size: 12px;
	line-height: 15px;
}

.roundpad-smal.grayhomebg .heading-info {
	color: #8d807a;
}

.roundpad-smal {
	font-size: 11px;
	line-height: 14px;
	min-height: 240px;
}

.roundpad-smal.darkbluehomebg {
	min-height: 240px;
}

.home-items .roundpad-smal {
	padding: 10px 10px 3px;
}

.bottom-item-info {
	padding: 10px 0 0 25px;
	background: url("https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/new-design-images/green-arrow-right.png") no-repeat scroll 0 14px transparent;
}

.bottom-item-info p {
	margin: 0;
}

.darkgreenhomebg .bottom-item-info {
	padding: 0;
}

.darkgreenhomebg .heading-info {
	font-size: 28px;
	line-height: 34px;
	text-transform: none;
	margin: 0 0 5px;
	color: #fff;
}

.darkgreenhomebg .heading-info a {
	color: #fff;
}

.pbig {
	font-size: large;
}

.container .row h2 {
	/*color: #276381;
	font-size: 17px;
	font-weight: bold;*/
}

.liteheading {
	font-size: 14px !important;
	font-weight: normal !important;
	text-transform: uppercase;
}

.header-bottom .row {
	margin: 0 -25px;
}

.product-view .row {
	margin-left: 0;
	/*margin-right:0;*/
}

.col-xs-15 {
	width: 20%;
}

.graybg {
	background-color: #f2f2f2;
	padding: 20px;
}

.prodmedia {
	padding: 0;
}

.inner-content .std>.container h2 {
	color: #276581;
	font: bold 33px/36px "Roboto", Arial, Helvetica, sans-serif;
	margin: 0 0 15px;
}

.inner-content .std .pbig {
	font-size: 18px;
	line-height: 30px;
}

.inner-content .std .pbiger {
	font-size: 28px;
	line-height: 40px;
}

.more-views-item.video-item {
	min-height: 230px;
}

.play_button {
	left: 28%;
	opacity: 0.6;
	position: absolute;
	top: 37%;
	width: 67px;
}

.rw-product-video {
	position: relative;
}

.fancybox-item.fancybox-close {
	z-index: 9000 !important;
}

.sidebar .bluehomebg.item {
	margin: 0 0 15px;
	padding: 14px;
}

.fade-slider li {
	cursor: pointer;
}

.payment-methods label {
	display: flex;
}

@media only screen and (max-width: 1199px) {
	.mytopnav li {
		width: 50%;
	}
	.home-items .item .text-holder {
		padding: 10px;
	}
	.home-items .item.text-box h2 {
		font-size: 20px;
		line-height: 24px;
		margin: 0 0 5px;
	}
	.home-items .item-title.green {
		padding: 10px 10px 20px;
		font-size: 30px;
		line-height: 36px;
	}
	.home-items .item-title.green strong {
		font-size: 40px;
		line-height: 46px;
	}
	.cat-items .item .contact-help h2 {
		font-size: 24px;
		line-height: 28px;
	}
	.inner-page-title h1 {
		font-size: 50px;
		line-height: 60px;
	}
	.contact-help h2 {
		font-size: 24px;
		line-height: 28px;
	}
	.product-options-bottom .price-box {
		min-width: 50%;
		text-align: left;
	}
	.prod-title .product-name h1 {
		font-size: 36px;
		line-height: 42px;
	}
	.product-options-bottom .add-to-cart {
		max-width: 100%;
	}
	.header {
		padding: 15px;
	}
	.header-bottom .container {
		padding: 0 15px;
	}
	.inner-content .page-title {
		width: 960px;
	}
	.content-img-2 {
		margin: 0 auto 35px;
	}
	.banner-slider-home {
		max-width: 930px;
	}
	.item.roundpad.grayhomebg {
		min-height: 450px;
	}
	.header-bottom .row {
		margin: 0 -15px;
	}
	.darkgreenhomebg .heading-info {
		font-size: 22px;
		line-height: 26px;
		margin: 0 0 5px;
	}
}

@media only screen and (max-width: 990px) {
	#nav {
		background: rgba(131, 123, 119, 0.85);
	}
	.header .logo {
		display: block;
		float: none !important;
		text-align: center;
	}
	.item.roundpad.grayhomebg {
		min-height: none;
	}
	.payment-card {
		text-align: left;
	}
	.home-items .item-title.green {
		font-size: 20px;
		line-height: 24px;
	}
	.page-title h1 {
		font-size: 40px;
		line-height: 46px;
	}
	.header-bottom .nav-col {
		padding-right: 15px;
	}
	.header-bottom .acc-col {
		padding-left: 15px;
		float: none !important;
	}
	.home-items .item.text-box {
		font-size: 9px;
		line-height: 12px;
	}
	.home-items .item .text-holder {
		padding: 5px;
	}
	.home-items .item.text-box h2 {
		font-size: 13px;
		line-height: 15px;
		margin: 0;
	}
	.home-items .item.text-box p {
		margin: 0;
	}
	.block.inner-page-block .block-title {
		padding: 20px 10px 10px;
		margin: 0;
	}
	.inner-menu {
		padding: 10px 0;
		margin: 0;
	}
	.block.inner-page-block {
		min-height: 0;
	}
	/*.blog-heading-box .blog-title:before{
		right:auto;
		left:0;
		width:120px;
		height:120px;
		background-size:100% 100%;
	}
	*/
	.blog-heading-box .blog-title {
		padding: 0 0px 70px;
	}
	.product-view .tabs {
		font-size: 12px;
	}
	.product-view .tabs a {
		padding: 10px 7px;
	}
	.ma2-manufacturers .grid .manufacturer {
		width: 33.3% !important;
	}
	#product_tabs_related_tabbed_contents li {
		width: 33.3%;
	}
	.copyright {
		margin: 0 0 20px;
	}
	.products-list .price-box {
		text-align: left;
	}
	.prod-rating .ratings {
		float: left;
		text-align: left;
	}
	.product-btns {
		text-align: center;
	}
	.product-btns .btn {
		margin: 0 5px 10px;
	}
	.cart .totals td {
		width: 50%;
	}
	.cart .totals td .price {
		float: left;
	}
	.cart .totals .checkout-types .button.btn-checkout {
		float: none;
	}
	.inner-content .page-title {
		width: 725px;
	}
	.inner-content .page-title h1 {
		font-size: 50px;
		line-height: 60px;
	}
	.banner-slider-home {
		max-width: 695px;
	}
	.roundpad-smal {
		max-height: none;
	}
	.header-bottom .links a {
		padding: 10px 5px;
	}
	#nav>li>a {
		padding: 10px 5px;
	}
	.products-list .img-col {
		text-align: center;
	}
	.products-list .img-box {
		margin-bottom: 20px;
		display: inline-block;
		vertical-align: middle;
	}
	.darkbluehomebg {
		min-height: 470px;
	}
	.banner-home {
		padding-top: 38px;
	}
	.blog-heading-box .img-box {
		height: 225px;
	}
	.blog-heading-box .img-box>img {
		display: block;
	}
	.header .form-search .search-autocomplete ul {
		min-width: 100%;
	}
	.searchautocomplete .searchautocomplete-placeholder .all {
		min-width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	#nav .menu-column {
		display: block;
		width: auto;
	}
	.tocenter, .hot-contact {
		text-align: center !important;
		float: none !important;
	}
	.home-items .item.text-box {
		font-size: 11px;
		line-height: 14px;
	}
	.home-items .item .text-holder {
		padding: 15px;
	}
	.home-items .item.text-box h2 {
		font-size: 24px;
		line-height: 28px;
		margin: 0 0 10px;
	}
	.home-items .item.text-box p {
		margin: 0 0 10px;
	}
	.hot-contact {
		float: none;
		margin: 0 0 10px;
		text-align: right;
	}
	.header .logo {
		margin-right: 20px;
	}
	.header .form-search {
		margin-bottom: 15px;
	}
	.home-items.row, .home-items .row {
		margin-right: 0;
		margin-left: -15px;
	}
	.home-items .col-sm-6, .home-items .col-xs-6 {
		padding-right: 0;
		padding-left: 15px;
	}
	.cat-items.row, .cat-items .row {
		margin-right: 0;
		margin-left: -15px;
	}
	.cat-items .col-sm-6, .cat-items .col-xs-6 {
		padding-right: 0;
		padding-left: 15px;
	}
	#subcats>li {
		width: 49%;
	}
	.page-title h1 {
		font-size: 32px;
		line-height: 36px;
	}
	.header-bottom .nav-col, .header-bottom .acc-col {
		padding: 0;
	}
	.btn-menu {
		float: left;
		display: block;
		background: #c7d41e;
		font: 500 13px/28px "Roboto", sans-serif;
		color: #276581;
		text-transform: uppercase;
		height: 38px;
		padding: 5px 15px;
		text-decoration: none;
	}
	#nav {
		display: none;
		background: #958f8b;
	}
	#nav.nav-open {
		display: block;
	}
	#nav>li {
		float: none;
		width: auto;
		border-bottom: 1px solid #276581;
	}
	#nav>li>a:before {
		display: none;
	}
	#nav>li>a {
		text-align: left;
		padding: 10px;
	}
	#nav .menu-level-2 {
		position: static;
		display: none;
		white-space: normal;
	}
	#nav li.over .menu-level-2 {
		display: block;
	}
	.header-bottom .row {
		margin: 0;
	}
	.inner-page-title h1 {
		font-size: 40px;
		line-height: 50px;
	}
	.page-subtitle h2 {
		padding: 32px 0 12px;
	}
	.page-content {
		padding: 0;
	}
	.blog-heading-box .blog-title {
		font-size: 50px;
		line-height: 60px;
	}
	.blog-heading-box .heading-text p {
		font-size: 20px;
		line-height: 26px;
	}
	.product-view .tabs li {
		float: none;
		margin: 0;
		border-top: 1px solid #bbb;
	}
	.product-view .tabs {
		font-size: 15px;
	}
	.product-view .tabs a {
		padding: 10px;
	}
	#product_tabs_related_tabbed_contents li {
		width: 50%;
	}
	.prod-title .product-name h1 {
		font-size: 30px;
		line-height: 36px;
		/*padding-left:50px;
	}
	.prod-title .product-subtitle{
		padding-left:50px;
	}
	.prod-title .product-name h1:before{
		width:36px;
		height:36px;
		background-size:20px 20px;*/
	}
	.block-category-nav {
		padding-bottom: 10px;
	}
	.block-category-nav .block-title {
		padding: 10px;
	}
	.category-sidebar.mobile {
		padding: 0;
		margin: 0;
	}
	.product-options-bottom .bottom-holder {
		background-position: 90% 50%;
	}
	.inner-content .page-title h1 {
		font-size: 40px;
		line-height: 50px;
	}
	.banner-home {
		display: none;
		padding-bottom: 35px;
	}
	.banner-slider-home {
		margin-top: 0;
	}
	.header-bottom {
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
		height: 50px;
		margin-top: 0;
		padding-top: 0;
		position: relative !important;
	}
	.main-container {
		margin-top: 15px;
	}
	.roundpad-smal .item-link.heading-info {
		font-size: 15px;
	}
	.roundpad-smal span {
		font-size: 12px;
		line-height: 18px;
	}
	.home-items .row {
		margin: 0 0 0 -15px;
	}
	.home-items>.col-md-12 {
		padding-left: 15px;
	}
	.home-items.darkgreenhomebg {
		margin-bottom: 15px;
	}
	.blog-index-list .header-bottom {
		background: none;
	}
	.home-items .roundpad-smal {
		padding: 15px;
	}
	.header .form-search .search-autocomplete ul {
		min-width: calc(100% + 17px);
	}
	.searchautocomplete .searchautocomplete-placeholder .all {
		min-width: calc(100% + 17px);
	}
}

@media only screen and (max-width: 620px) {
	.header .logo {
		float: none;
		margin: 0 auto 15px;
		max-width: 170px;
		display: block;
	}
	.hot-contact {
		text-align: center;
	}
	.mytopnav img {
		width: 20px;
	}
	.product-options-bottom .product-btns, .product-options-bottom .price-box {
		float: none;
		width: 100%;
		text-align: center;
	}
	.product-options-bottom .price-box {
		margin: 0 0 15px;
	}
	.form-list li.wide .input-box {
		max-width: 280px;
	}
	.block.inner-page-block .block-title {
		padding: 10px;
	}
	.block.inner-page-block .block-title strong {
		font-size: 20px;
		line-height: 24px;
	}
	.contact-info dt {
		float: none;
		width: 100%;
	}
	.prod-title .product-name h1 {
		font-size: 24px;
		line-height: 28px;
		/*
		padding-left:40px;
	}
	.prod-title .product-subtitle{
		padding-left:40px;
	}
	.prod-title .product-name h1:before{
		width:28px;
		height:28px;
		background-size:18px 18px;*/
	}
	.block.block-layered-nav .block-content {
		border: 0 !important;
	}
	.block .btn-remove {
		border: 0;
		margin-top: 5px;
	}
	.block-layered-nav {
		padding-top: 0;
	}
	.block-layered-nav dt:before {
		border-left-color: #fff;
		left: auto;
		right: 20px;
		display: none;
	}
	.block-layered-nav dd {
		display: block;
	}
	.sorter {
		float: none;
	}
	.product-view .product-img-box {
		padding: 0;
	}
	.product-options-bottom .add-to-cart {
		float: none;
		text-align: center;
	}
}

@media only screen and (max-width: 500px) {
	.home-items.row, .home-items .row {
		margin: 0;
	}
	.home-items .col-sm-6, .home-items .col-xs-6 {
		padding: 0;
		width: 100%;
	}
	.home-items .item-title.green {
		font-size: 18px;
		line-height: 22px;
	}
	.home-items .item.text-box>img {
		display: none;
	}
	.home-items .item .text-holder {
		position: relative;
	}
	.cat-items.row, .cat-items .row {
		margin: 0;
	}
	.cat-items .col-sm-6, .cat-items .col-xs-6 {
		padding: 0;
		width: 100%;
	}
	#subcats>li {
		width: 100%;
		padding: 0 0 20px;
	}
	.page-title h1 {
		font-size: 24px;
		line-height: 28px;
	}
	#opc-review #checkout-review-submit .buttons-set {
		padding: 20px 0;
	}
	.opc .step {
		padding: 15px 20px;
	}
	.form-list .field, .form-list .input-box {
		width: 100%;
	}
	.inner-page-title h1 {
		font-size: 30px;
	}
	.page-subtitle h2 {
		font-size: 24px;
		line-height: 28px;
		padding: 20px 0 10px;
	}
	.blog-heading-box .blog-title {
		font-size: 36px;
		line-height: 40px;
	}
	/*.blog-heading-box .blog-title:before{
		width:60px;
		height:60px;
	}*/
	.blog-heading-box .heading-text p {
		font-size: 18px;
		line-height: 24px;
	}
	.ma2-manufacturers .grid .manufacturer {
		width: 50% !important;
	}
	#product_tabs_related_tabbed_contents li {
		width: 100%;
	}
	.recaptchatable #recaptcha_image {
		width: 250px !important;
	}
	.product-view .box-reviews .form-add .form-list .input-box, .product-view .box-reviews .form-add .form-list input.input-text, .product-view .box-reviews .form-add .form-list textarea {
		width: 100%;
	}
	.product-options-bottom .add-to-cart button.button {
		float: none;
	}
	.product-options-bottom .add-to-cart .qty-box {
		float: none;
		overflow: hidden;
	}
	.product-view .product-img-box .more-views .more-views-item {
		padding: 10px 10px 50px;
	}
	.header .form-search .search-autocomplete ul {
		min-width: 100%;
	}
	.searchautocomplete .searchautocomplete-placeholder .all {
		min-width: 100%;
	}
}

@media only screen and (max-width: 480px) {
	.home-items>.col-md-12 {
		padding-left: 0;
	}
}

@media only screen and (max-width: 478px) {
	.sorter {
		padding: 0;
	}
	.pager .pages {
		text-align: right;
	}
	.category-description {
		margin: 0 0 20px;
	}
	.products-list .product-name {
		font-size: 24px;
		line-height: 28px;
	}
}

.col-left.sidebar>p {
	display: none;
}

.special-stripe {
	position: absolute;
	top: 0;
	left: 0;
	width: 140px !important;
	height: 140px !important;
}

.product-img-box {
	position: relative;
}

.product-img-box .special-stripe {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 230px !important;
	height: 230px !important;
}

.rw-product-video {
	position: relative;
}

.rw-product-video:after {
	content: " ";
	width: 56px;
	height: 40px;
	background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/play.png) 50% 50% no-repeat, rgba(154, 204, 45, 0.81);
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -28px;
}
#contactForm .fieldset:after{
	display: block;
	content: '';
	clear: both;
}
#contactForm .contact-info{
	float: right;
	width: 48%;
}
#contactForm .form-list{
	float: left;
	width: 48%;
}

@media (max-width: 767px) {
	#contactForm .contact-info,
	#contactForm .form-list{
		float: none;
		width: auto;
	}
}


.cms-home .main-container + #mc-embedded-subscribe-form{
	display: none;
}
#mc-embedded-subscribe-form{
	display: block;
	background: #f2f2f2;
	font-size: 14px;
	line-height: 20px;
	padding: 20px 5px;
	margin: 0 0 15px;
	color: #000;
}
#mc-embedded-subscribe-form .response{
	padding: 10px 0 0;
}
.main-container + #mc-embedded-subscribe-form{
	margin: 15px 0;
}
#mc-embedded-subscribe-form .holder{
	display: flex;
}
#mc-embedded-subscribe-form .col{
	width: 28%;
	box-sizing: border-box;
	padding: 0 20px 0 0;
}
#mc-embedded-subscribe-form .col.last{
	width: 16%;
	padding: 0;
}
#mc-embedded-subscribe-form label{
	display: block;
}
#mc-embedded-subscribe-form input[type=text],
#mc-embedded-subscribe-form input[type=email]{
	display: block;
	border: none;
	background: #fff;
	font-size: 14px;
	line-height: 20px;
	padding: 10px;
	height: 40px;
	color: #000;
	width: 100%;
}
input[type=submit]{
	display: block;
	background: #bfd53c;
	border: none;
	color: #fff;
	width: 100%;
	height: 40px;
	text-transform: uppercase;
	font: bold 20px/1 'Roboto', sans-serif;
}
@media (max-width: 991px) {
	#mc-embedded-subscribe-form .holder{
		display: block;
		overflow: hidden;
		max-width: none;
	}
	#mc-embedded-subscribe-form .col,
	#mc-embedded-subscribe-form .col.last{
		width: 25%;
		float: left;
	}
}
@media (max-width: 767px) {
	#mc-embedded-subscribe-form{
		padding-bottom: 10px;
	}
	#mc-embedded-subscribe-form .holder{
		margin: 0 -10px;
	}
	#mc-embedded-subscribe-form .col,
	#mc-embedded-subscribe-form .col.last{
		width: 50%;
		float: left;
		padding: 0 10px 10px;
	}
}
@media (max-width: 479px) {
	#mc-embedded-subscribe-form .col,
	#mc-embedded-subscribe-form .col.last{
		float: none;
		width: auto;
	}
}

/* FORM BOX */
.form-box {
	display: flex;
	margin: 0 -15px 20px;
	max-width: initial;
}
.form-box .cell {
	width: 50%;
	padding: 0 15px;
}
.form-box .fieldset {
	margin: 0;
	border: none;
	padding: 0;
}
.form-box h3 {
	color: #fff;
	font-size: 22px;
	margin: 0 0 10px;
}
.form-box .product-options-box {
	background: #817b77;
}
.form-box .product-options-box .rent-product-title {
	color: #fff;
	background-color: #96928d;
	font-size: 14px;
	font-weight: 700;
	padding: 8px 13px;
	margin: 0 0 20px;
}
.form-box .product-options dt label,
.form-box .product-options-box .qty-box label {
	font-weight: 400;
}
.form-box .product-options dd select {
	border-radius: 5px;
}
.form-box .qty-box {
	margin: 0 0 10px;
}
.form-box .form-list{
	margin:0;
}
.form-box .form-list label {
	color: #837b77;
	font-weight: 400;
	line-height: 1.2;
}
.form-box .form-list .field {
	float: none;
	width: 100%;
	margin: 0 0 24px;
}
.form-box .form-list .field:last-child {
	margin: 0 ;
}
.form-box .form-list .input-box {
	width: 100%;
}
.form-box .fieldset input,
.form-box .fieldset textarea,
.form-box .fieldset select {
	border: none;
	background: #ecece7;
	padding: 10px;
}


.form-panel {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #817b77;
	border-bottom: 1px solid #817b77;
	padding: 20px 0;
	margin: 0 0 20px;
	font-weight: 400;
}
.form-panel ul {
	display: flex;
	flex-wrap: wrap;
	margin:0;
}
.form-panel li {
	margin: 3px 20px 3px 0;
	min-width: 160px;
}
.form-panel li label{
	margin: 0 0 0 -25px;
	padding: 0 0 0 25px;
}
.form-panel .button-large {
	background: #c7d41e;
	border: none;
	color: #fff;
	height: 60px;
	text-transform: none;
	font: bold 20px/1 'Roboto', sans-serif;
	margin-bottom: 10px;
	padding: 0 30px;
}
.form-panel .button-large:hover {
	background: #c7d41e;
	color: #fff;
}
.form-panel .buttons-set{
	padding: 0;
	min-width: max-content;
}
.form-panel input.checkbox {
	margin: 1px 7px 0 0;
	width: 18px;
	height: 18px;
}

@media (max-width: 991px){
	.form-box .form-list .field {
		margin: 0 0 15px;
	}
}

@media (max-width: 650px){
	.form-box {
		display: block;
		margin: 0 0 20px;
	}
	.form-box .cell {
		width: auto;
		padding: 0;
		margin: 0 0 30px;
	}
	.form-panel{
		flex-direction: column;
		margin: 0 0 20px;
	}
	.form-panel ul{
		margin: 0 0 20px;
	}
}

/*itc 8.04.2020*/
.rental-note-block {
	background-color: #276581;
	color: #fff;
	padding: 10px;
}

.rental-note-block a {
	color: #fff;
}

.rental-note-block p:last-child {
	margin-bottom: 0;
}

.ss {
	padding: 50px 60px 0;
	margin-bottom: 50px;
}

.ss .slick-track {
	display: flex;
}
.ss .slick-slide{
	height: auto;
	flex-shrink: 0;
}

.slick-slide>div,
.slick-slide>div>li {
	height: 100%;
}

.ss .slide{
	background-color: #efefef;
	padding: 10px;
	display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0 15px;
}

.semigrey-box .ss .slide{
	background-color: #f9f9f9;
}
.ss .slide-cont{
	flex-grow: 1;
	margin: 0 0 10px;
}

.ss .prod_img {
	background: #fff;
	margin: 0 0 15px;
	position: relative;
	overflow: hidden;
}


.ss h4 {
	font-size: 20px;
}

.ss .prod_img:before {
	content:'';
	display: block;
	padding-top: 100%;
	max-height: 400px;
}

.ss .prod_img img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
}

.ss .slick-arrow{
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	text-indent: -9999px;
	border: none;
	width: 40px;
	height: 40px;
	background: url(/media/icons/arrow_left@2x.png);
	background-size: 40px;
	
}

.ss .slick-prev{
	left: 0px;
}

.ss .slick-next{
	right: 0px;
	background-image: url(/media/icons/arrow_right@2x.png);
}

@media only screen and (max-width: 767px) {
	.ss .slide{
		margin: 0;
	}
}

@media only screen and (max-width: 620px) {
	.ss{
		padding: 40px 40px 0;
	}
	.ss .slick-arrow {
	    width: 30px;
	    height: 30px;
	    background-size: 30px;
	}
}

.semigrey {
	background-color: #efefef;
}

.semigrey-box {
	position: relative;
	padding: 50px 0;
	margin-bottom: 30px;
}

.semigrey-box:before{
	content:'';
	position: absolute;
	left: 50%;
	top: 0;
	bottom:0;
	width: 200vw;
	background-color: #efefef;
	transform: translate(-50%);
	z-index: -1;
}

.commercial-feature-list{
	margin: 0 0 40px;
}

.commercial-feature-list li {
	display: flex;
	padding: 20px 5px 20px 0;
	margin: 0 0 20px;
}

.commercial-feature-list i {
	width: 45px;
	min-width: 45px;
	margin: 0 20px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.capacity-icon {
	background-image: url(/media/icons/capacity@2x.png);
}

.cleaning-icon {
	background-image: url(/media/icons/cleaning@2x.png);
}

.drainage-icon {
	background-image: url(/media/icons/drainage@2x.png);
}

.brand-icon {
	background-image: url(/media/icons/brand@2x.png);
}

.features-icon {
	background-image: url(/media/icons/features@2x.png);
}

.formfactor-icon {
	background-image: url(/media/icons/form@2x.png);
}

.priceinfo-icon {
	background-image: url(/media/icons/price@2x.png);
}

.performance-icon {
	background-image: url(/media/icons/performance@2x.png);
}

.space-icon {
	background-image: url(/media/icons/space@2x.png);
}

.mixers-icon {
	background-image: url(/media/icons/mixers@2x.png);
}

.blenders-icon {
	background-image: url(/media/icons/blenders@2x.png);
}

.vegetable-icon {
	background-image: url(/media/icons/vegetable@2x.png);
}

.tool-icon {
	background-image: url(/media/icons/tool-2x.png);
}

.tiles-icon {
	background-image: url(/media/icons/tiles-2x.png);
}

.tag-icon {
	background-image: url(/media/icons/tag-2x.png);
}

.resize-icon {
	background-image: url(/media/icons/resize-2x.png);
}

.calendar-icon {
	background-image: url(/media/icons/calendar-2x.png);
}

.commercial-feature-list .cont {
	flex-grow:1;
}

.commercial-feature-list h5 {
	font-size: 18px;
	color: #276681;
	margin: 0;
}

@media only screen and (max-width: 620px) {
	.commercial-feature-list i {
	    width: 35px;
	    min-width: 35px;
	    margin: 0 15px;
	}
}

.block.inner-page-block a {
  color: #fff;
}

.semigrey-box .commercial-feature-list li:not(.semigrey) {
  background-color: #fff;
}

.inner-page a {
	color: inherit;
}

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(https://www.ecomax-catering.co.uk/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(https://www.ecomax-catering.co.uk/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(https://www.ecomax-catering.co.uk/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(https://www.ecomax-catering.co.uk/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(https://www.ecomax-catering.co.uk/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(https://www.ecomax-catering.co.uk/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(https://www.ecomax-catering.co.uk/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(https://www.ecomax-catering.co.uk/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(https://www.ecomax-catering.co.uk/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list div {
	max-width: inherit !important;
}
.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
	max-width: inherit !important;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.searchindex-results {
  *zoom: 1;
  margin-bottom: 10px;
  border-bottom: 1px solid #a0b3c3;
}
.searchindex-results:before,
.searchindex-results:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchindex-results:after {
  clear: both;
}
.searchindex-results li {
  margin-bottom: -1px;
  float: left;
  *zoom: 1;
  margin: 0px 2px;
}
.searchindex-results li:before,
.searchindex-results li:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchindex-results li:after {
  clear: both;
}
.searchindex-results li a {
  font-size: 12px;
  font-weight: bold;
  color: #333;
  display: block;
  cursor: pointer;
  padding: 2px 5px 1px 5px;
  line-height: 20px;
  border: 1px solid transparent;
  border-bottom: none;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  text-decoration: none;
}
.searchindex-results li a:hover {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -o-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: linear-gradient(to bottom, #e8e8e8, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#ffffffff', GradientType=0);
  border: 1px solid #a0b3c3;
  border-bottom: none;
}
.searchindex-results li a span {
  font-weight: normal;
  font-size: 0.9em;
}
.searchindex-results li.active a {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -o-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: linear-gradient(to bottom, #e8e8e8, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#ffffffff', GradientType=0);
  cursor: default;
  border: 1px solid #a0b3c3;
  border-bottom: none;
}
.searchindex-result li {
  padding: 5px;
}
.searchindex-result li .title a {
  font-weight: bold;
  color: #203548;
  font-size: 13px;
}
.searchindex-result.searchindex-result-category {
  margin-bottom: 20px;
}
.searchindex-result.searchindex-result-category li {
  padding: 1px 0px;
}
.searchindex-result.searchindex-result-category li a {
  font-weight: bold;
  color: #203548;
}
.searchindex-highlight {
  background-color: #ff0;
}

div.rating-cancel,div.star-rating{float:left;width:17px;height:15px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.rating-cancel,div.rating-cancel a{background:url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/es_active_review_stars/delete.gif) no-repeat 0 -16px}
div.star-rating,div.star-rating a{background:url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/es_active_review_stars/star.gif) no-repeat 0 0px}
div.rating-cancel a,div.star-rating a{display:block;width:16px;height:100%;background-position:0 0px;border:0}
div.star-rating-on a{background-position:0 -16px!important}
div.star-rating-hover a{background-position:0 -32px}
div.star-rating-readonly a{cursor:default !important}
div.star-rating{background:transparent!important;overflow:hidden!important}
span.star-rating-box { clear: both; float: left; display: block;  margin: 10px 0; width: 100%; }
span.star-rating-label { display: block; float: left; font-weight: bold; margin-right: 10px; }

.feefo_logo { 
    padding-bottom: 10px;
    padding-top: 1px;
}

#flint_feefo_product #flint_feefo_logo {
    padding-bottom: 2px;
    padding-top: 2px;
}

/**
 * KAbel_BundlePlus
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to a BSD 3-Clause License
 * that is bundled with this package in the file LICENSE_BSD_NU.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www1.unl.edu/wdn/wiki/Software_License
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2012 Regents of the University of Nebraska (http://www.nebraska.edu/)
 * @license     http://www1.unl.edu/wdn/wiki/Software_License  BSD 3-Clause License
 */
 
.product-options .options-list input.checkbox + .qty-holder { padding:0; }
.product-options .options-list input.checkbox + .qty-holder .qty-disabled { background:#eee; color:#444; }

/* 
    Document   : default.css    
    Description:
        Purpose of the stylesheet follows.
*/
.shopbybrand_sidebar .brand-content ul{
    padding:0 10px;
    margin: 0;
}
/* add by Peter */
.shopbybrand_sidebar .brand-content ul li{
    list-style: none;
}
.shopbybrand_sidebar .brand-content ul li a{
    text-decoration: none;
    margin-left: 5px;
   /* float: left;*/
}
.shopbybrand_sidebar .brand-content .brands-item{
    margin-bottom: 0;
    border-bottom: 1px dashed #F0EFEF;
    padding: 10px 0;
}
/*.shopbybrand_sidebar .brand-content .brands-item:hover{
    background: #ECECEC;
}*/
.brands-item{
    margin-bottom: 30px;
    width: 100%;
    clear: left;
    height: 52px;
    display: inline-table;
}
.bestsllerbrand-allview {
    clear: left;
    padding: 10px 5px 10px 10px;
    display: block;
}
.shopbybrand_sidebar .brand-content .brands-item .brand-name{
   /* float: left;*/
    padding-top: 1em;
    text-align: left;
}
.shopbybrand_sidebar .brand-content .brands-item .brand-name:hover{
    text-decoration: underline;
}
li.brands-item img {
    float: left;
    width: 100%;
    max-width: 75px;
    margin-right: 10%;
    border: 1px solid #ECEAEA;
}
/* end add by Peter */
.shopbybrand_sidebar .actions a{float:right;}
.shopbybrand .brand-input-search .validation-advice{top:50px;}
.shopbybrand .brand-input-search form{position:relative;}
.brand-right button.button{height:auto  !important;}
/* */
.shopbybrand_sidebar {
    clear: both;
    border: 1px solid #ccc;
}
.shopbybrand_sidebar .brand-content {
    padding: 0;
    margin-top: 0;
    background: #fff
}
.searchbrand {z-index:999}
.shopbybrand_sidebar .shopbybrand-title h1 {
    margin-bottom: 0;
}
.shopbybrand_sidebar .actions{
    padding: 0 10px 10px;
    margin: 0;
}
/**/
/**Best Seller Brand**/
.bestsllerbrand {
    border: 1px solid #ccc;
    float: left;
    width: 100%;
    background: #fff;
}
.bestsllerbrand .mini-products-list{
    padding-bottom: 10px;
/*    float: left;*/
    padding: 0 10px;
}
.bestsllerbrand .shopbybrand-title h1{
    font-size: 14px;
}
.brand-bestseller-content {
    float: left;
    height: auto;
    width: 100%;
    display: block;
}
.bestsllerbrand .shopbybrand-title h1 {
    background: url("https://www.ecomax-catering.co.uk/skin/frontend/base/default/css/shopbybrand/templates/default/images/image-icon.png") no-repeat -3px -543px;
    background-color:  #ffa500;
}
.brand-bestseller-content li.item {
    display: inline-table;
    float: left;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 0;
}
.brand-bestseller-content li.item.last{
    border-bottom: none;
}
.brand-bestseller-content li.item .product-name a{
    text-decoration: none;
    color: #3399cc;
    text-transform: none;
}
.brand-bestseller-content li.item .product-name a:hover{
    text-decoration: underline;
}
.brand-bestseller-content li.item.last{
   /* border-bottom: none;*/
}
.brand-bestseller-content li.item p.product-name{
    padding-top: 0px;
}
.brand-category-content ul lo {
    padding-right: 0px;
    padding-left: 0px;
}

.shopbybrand-list .shopbybrand-title h1 {
	background-color:#276581;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 23-12-2014, 09:10:30
    Author     : Sally
*/

.shopbybrand-title h1{
    color:#fff;
    font-size: 16px;
    background-color:  #ffa500;
    background: url("https://www.ecomax-catering.co.uk/skin/frontend/base/default/css/shopbybrand/templates/default/images/image-icon.png") no-repeat -3px -594px;
    font-weight: 700;
    padding: 7px 0px 7px 50px;
    text-transform: capitalize;
    font-family: inherit;
    margin-top: 0;
}

#filterbar #brand_search_box input[type=text]{
    width: 100%;
    height: 38px;
    background-image: url("https://www.ecomax-catering.co.uk/skin/frontend/base/default/css/shopbybrand/templates/default/images/image-icon.png") ;
    background-repeat: no-repeat ;
    background-position: 0px -197px;
    padding-left: 40px;
    box-sizing: border-box;
    max-width: 370px;
    float: right;
    margin-top: 2px;
    font-size: 13px;
    
}
.sidebar #brand_search_box input[type=text]{
     width: 100%;
    height: 38px;
    background-image: url("https://www.ecomax-catering.co.uk/skin/frontend/base/default/css/shopbybrand/templates/default/images/image-icon.png") ;
    background-repeat: no-repeat ;
    background-position: 0px -57px;
    padding-left: 40px;
    box-sizing: border-box;
    max-width: 370px;
    float: right;
    margin-top: 2px;
    font-size: 13px;
}

/*#brand_search_box input[type=text]:focus{
    background: url("https://www.ecomax-catering.co.uk/skin/frontend/base/default/css/shopbybrand/templates/default/images/image-icon.png") no-repeat 0px -199px;
    padding-left:40px;
}*/

.shopbybrand-index-index a:focus{
    outline: none;
}
.shopbybrand-index-index :focus{
    outline: none;
}
.shopbybrand-list .brands .brandslist .brand-begin-label strong{
    float: left;
    width: 37px;
    height: 37px;
    background: #f7f7f7;
    margin-bottom: 5px;
    line-height: 36px;
    text-align: center;
    background: #3399cc;
    color: #fff;
}
.brandscategories strong{
    float: left;
    padding-top: 10px;
}
.shopbybrand-index-index .col .list_1{
    text-align: center;
    float: left;
/*    height: 230px;*/
/*    border: 1px solid #ececec;
    background: #f7f7f7;*/
    margin: 1.89%;
}
.footer .block-subscribe .input-box{
    border:1px solid #ccc;
}

.shopbybrand-list .brand-child li.child-cat a{
    padding-left: 10%;
}

#product-videos h3 { font-size:11px; border-bottom:1px solid #ccc; margin:0 0 8px; text-transform:uppercase; }
#product-videos ul { margin-left:-9px }
#product-videos li { float:left; padding:0 0 8px 9px; }
#product-videos li a { float:left; border:2px solid #ddd; overflow:hidden; }
.tbox {position:absolute; display:none; padding:14px 17px; z-index:900}
.tinner {padding:5px; -moz-border-radius:5px; border-radius:5px; background:#fff url(https://www.ecomax-catering.co.uk/skin/frontend/base/default/css/tinybox2/images/preload.gif) no-repeat 50% 50%; border-right:1px solid #333; border-bottom:1px solid #333;box-sizing:content-box}
.tmask {position:absolute; display:none; top:0px; left:0px; height:100%; width:100%; background:#000; z-index:800}
.tclose {position:absolute; top:0px; right:0px; width:30px; height:30px; cursor:pointer; background:url(https://www.ecomax-catering.co.uk/skin/frontend/base/default/css/tinybox2/images/close.png) no-repeat}
.tclose:hover {background-position:0 -30px}

#error {background:#ff6969; color:#fff; text-shadow:1px 1px #cf5454; border-right:1px solid #000; border-bottom:1px solid #000; padding:0}
#error .tcontent {padding:10px 14px 11px; border:1px solid #ffb8b8; -moz-border-radius:5px; border-radius:5px}
#success {background:#2ea125; color:#fff; text-shadow:1px 1px #1b6116; border-right:1px solid #000; border-bottom:1px solid #000; padding:10; -moz-border-radius:0; border-radius:0}
#bluemask {background:#4195aa}
.jm-megamenu {
	background: #0A263D;
	margin: 0;
	padding: 0;
	text-align: left;
}

ul.megamenu {
  margin: 15px 0 0 20px;
  height: 100%;
}

.column3 ul.megamenu {
  border-right: 0;
}

ul.megamenu.level2 {
	border-right: 0; 
}

ul.megamenu li {
	overflow: visible
}
/* lv - 0
-----------------------------------*/
/* Styling ---*/
.jm-megamenu ul.level0 {
	margin: 0;
	padding: 0;
}

.jm-megamenu ul.level0 li.mega {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	width: auto
}

.jm-megamenu ul.level0 li.mega a.mega {
	color: #fff;
	display: block;
	float: left;
	font-size: 107%;
	font-style: normal;
	line-height: 44px;
	font-weight: bold;
	min-height: 44px;
	padding: 0 20px 0 19px;
	text-decoration: none;
	text-transform: capitalize;
}

.jm-megamenu ul.level0 li.mega a.mega span.titlecolors {
	padding: 0;
	color: #F26432;
}
.jm-megamenu ul.level0 li.mega a.mega:hover,
.jm-megamenu ul.level0 li.mega:hover > a.mega {
	color: #E26703;

}

.jm-megamenu ul.level0 li.mega a.active{
}

.jm-megamenu ul.level0 li.mega .has-image {
	background-position: left top;
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	padding-left: 25px
}

.jm-megamenu ul.level0 li.mega .icon-image {
	float: left;
	height: auto;
	margin: 13px 5px 0 0;
	max-width: 20px;
	vertical-align: middle;
}

.jm-megamenu ul.level0 li.mega .menu-title{
	
}

.jm-megamenu ul.level0 li.mega .mega-item-des {
	float: left;
    font-size: 11px;
    font-weight: normal;
    line-height: 140%;
    margin: 0;
	overflow: hidden;
    padding: 0;	
	position: relative;
	top: -11px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.jm-megamenu ul.level1 li.mega .mega-item-des {
    margin: 0;
	color: #333;
}

.jm-megamenu ul.level0 li.mega a.mega.haschild:hover span.menu-title ,
.jm-megamenu ul.level0 li.mega.haschild:hover > a.mega  span.menu-title {
	background: url('https://www.ecomax-catering.co.uk/skin/frontend/ecomax/default/joomlart/jmmegamenu/images/bg-arrow-menu.png') no-repeat center bottom;
}


.jm-megamenu ul.level0 li.mega span.menu-desc {
	display: block;
	font-size: 92%;
	font-weight: normal
}

/* lv - 1 */
.jm-megamenu ul.level1 li.mega a.mega {
	border-bottom: 1px solid #e5e5e5;
	color: #333;
	float: none;
	display: block;
	padding: 0 10px;
	margin: 0 20px 0 0;
}

.jm-megamenu ul.level1 li.mega a.mega.haschilds{
	background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/default/joomlart/jmmegamenu/images/bg-haschild.png) no-repeat 97% 20px;
}

.jm-megamenu ul.level1 li.mega a.mega.haschilds:active,
.jm-megamenu ul.level1 li.mega a.mega.haschilds:focus,
.jm-megamenu ul.level1 li.mega a.mega.haschilds:hover{
	background-position: 97% -33px;
}

.jm-megamenu li.mega .childcontent{
	display: block;
	height: auto;
	max-height: 0;
	overflow: hidden;
	position: absolute;
	top: 60px;
	box-shadow: 0 0 3px #666;
	-box-shadow: 0 0 3px #666;
	-moz-box-shadow: 0 0 3px #666;
	-webkit-box-shadow: 0 0 3px #666;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px; 
	-webkit-border-radius: 0 0 5px 5px; 
}

.jm-megamenu li.mega.mnuright .childcontent{
	/*right: 0;*/
}

.jm-megamenu li.haschild:hover > .childcontent{
	max-height: 1000px;
	overflow: visible;
	-moz-transition: all 0.8s linear;
	-o-transition: all 0.8s linear;
	transition: all 0.8s linear;
	-webkit-transition: all 0.8s linear
}

.jm-megamenu li.haschild:hover > .childcontent{
	border: 1px solid #666\9;
	border-top-color: #fff\9;
}

.jm-megamenu ul.level1 li.haschild .childcontent {
	-moz-transition: all 0s linear;
	-o-transition: all 0s linear;
	transition: all 0s linear;
	-webkit-transition: all 0s linear
}

.jm-megamenu ul.level1 li.haschild:hover > .childcontent {
	border-top-color: #666;
	left: 150px;
	-moz-transition: all 0s linear;
	-o-transition: all 0s linear;
	transition: all 0s linear;
	-webkit-transition: all 0s linear
}

.jm-megamenu ul.level1 li.mega {
	text-align: left;
	width: 100%;
}

.jm-megamenu ul.level1 li.mega a {
	border-left: 0 !important;
}

.jm-megamenu ul.level1 .childcontent {
	margin: 0 0 0 0;
	top: 0px;
}

/*lv 2*/
.jm-megamenu ul.level2 li.mega {
	padding: 3px 0;
}

.jm-megamenu ul.level2 li.mega.last {
	border-bottom: 0 none;
	padding: 3px 0 0 0;
}

.jm-megamenu ul.level2 li.mega a.mega {
	color: #333;
	float: none;
	font-size: 100%;
	font-weight: normal;
	display: block;
	min-height: 13px;
	padding: 0 10px;
	text-decoration: none;
	margin: 0;
}

.jm-megamenu ul.level2 li.mega li li a.mega {
	line-height: 28px;
}

.jm-megamenu ul.level2 li.mega.active a.mega,
.jm-megamenu ul.level2 li.mega a.mega:active,
.jm-megamenu ul.level2 li.mega a.mega:focus,
.jm-megamenu ul.level2 li.mega a.mega:hover {
	color: #E26703;
	text-decoration: none;
}

 /* Columns ---*/
.jm-megamenu .megacol {
	float: left;
	margin: 0 20px 0 0;
}

.jm-megamenu .megacol.last {
	margin: 0
}


 /* CHILD CONTENT
-----------------------------------*/
.jm-megamenu .childcontent {
	z-index: 88
}
.jm-megamenu .childcontent-inner {
	background: #fff;
	box-shadow: 0 5px 3px 0 #666
}
.jm-megamenu .level1 .childcontent-inner,
.jm-megamenu .level2 .childcontent-inner {
	box-shadow: 0 0 10px 0 #666
}
.jm-megamenu .childcontent .block {
	line-height: 1.5;
	margin: 10px 0;
	padding: 0
}
.jm-megamenu .childcontent .block h3 {
	background: none;
	margin-left: 10px;
	margin-right: 10px;
	text-indent: 5px;
	text-transform: none
}
.jm-megamenu .childcontent .block .ja-box-ct {
	padding: 0 5px
}
.jm-megamenu .childcontent .block a {
	text-decoration: none
}
.jm-megamenu .childcontent .block a:hover,
.jm-megamenu .childcontent .block a:focus,
.jm-megamenu .childcontent .block a:active {
	text-decoration: none
}
.jm-megamenu .childcontent .block ul:first-child {
	margin-top: 0 !important
}
.jm-megamenu .childcontent .block li {
	margin-bottom: 5px
}
.jm-megamenu .menu-adv {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  float: left;
}
/* Grouped --- */
.jm-megamenu .group {
}
.jm-megamenu .group-title {
	color: #E26703;
	font-size: 13px;
	margin: 0 0 10px 0;
	padding: 0 0;
	overflow: hidden
}
.jm-megamenu .group-content{
	float: left;
	padding: 0 0 10px;
}
.jm-megamenu .group-content a.link-more {
	text-decoration: none;
}
.jm-megamenu .group-content a.link-more:active,
.jm-megamenu .group-content a.link-more:focus,
.jm-megamenu .group-content a.link-more:hover {
	text-decoration: underline;
}
.jm-megamenu ul.level1 li.mega div.group-title a.mega {
	color: #E26703;
	font-weight: bold;
}
.jm-megamenu .group-title .menu-desc {
	padding-left: 0 !important
}
.jm-megamenu .group-content .block,
.jm-megamenu .group-content ul.megamenu {
	margin: 0
}

/* override --- */
.jm-megamenu .childcontent ul.megamenu .block {
	padding: 0
}
.jm-megamenu .childcontent ul.megamenu .block h3 {
	margin-left: 0;
	margin-right: 0
}

.jm-megamenu .products-grid div.item .inner {
	margin: 0;
	min-height: 0;
	width: auto
}

.jm-megamenu .products-grid {
	background: none;
	border-bottom: 0 none;
	margin: 0 !important;	
}

.jm-megamenu .products-grid li.item {
	margin: 0 8px 0 0;
	padding: 10px 15px 10px
}

.jm-megamenu .products-grid li.item.last {
	margin: 0;
}

.jm-megamenu .products-grid .product-name {
	margin: 0 0 10px;
	min-height: 100%;
}

.jm-megamenu .products-grid .product-name a{ 
	color: #333;
	text-decoration: none;
}
.jm-megamenu .products-grid .product-name a:active,
.jm-megamenu .products-grid .product-name a:focus,
.jm-megamenu .products-grid .product-name a:hover {
	color: #E26703;
	text-decoration: none;
}

.jm-megamenu .products-grid .product-image {
	float: left;
	margin: 9px 0 10px;
}

.jm-megamenu .products-grid .ratings {
	margin: 0 0 10px;
}

.jm-megamenu .products-grid .price{ 
	color: #C76200;
	font-size: 13px;
	font-weight: bold;
	margin: 5px 0;
}

.jm-megamenu .group-content .buttons-set{
	border: 0 none;
	margin: 1em 0;
}

.jm-megamenu #childcontent15 .megacol{
	margin: 0 !important;
}

/* Clearfix
-------------------------------------------------------------*/
* html .clearfix {
	height: 1% /* IE5-6 */
}
.clearfix {
	display: inline-block /* IE7xhtml*/
}
html[xmlns] .clearfix {
	display: block /* O */
}
.clearfix:after {
	clear: both;
	/* FF, O, etc. */
	content: ".";
	display: block;
	height: 0;
	visibility: hidden
}
.clearer {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	overflow: hidden
}
/*menu effect*/
/*jaws*/
.jaws.jm-megamenu li.mega .childcontent{
	left: 0;
	max-height: 0;
	-moz-transform: rotate(90deg);
	-moz-transition: opacity .4s,    -moz-transform .6s, max-height .6s;
	-ms-transform: rotate(90deg);
	-ms-transition: opacity .4s,     -ms-transform .6s, max-height .6s;
	opacity: 0;
	-o-transform: rotate(90deg);
	-o-transition: opacity .4s,      -o-transform .6s, max-height .6s;
	overflow: hidden;
	transform: rotate(90deg);
	transition: opacity .4s,         transform .6s, max-height .6s;
	-webkit-transform: rotate(90deg);
	-webkit-transition: opacity .4s, -webkit-transform .6s, max-height .6s
}
.jaws.jm-megamenu li.haschild:hover > .childcontent{
	max-height: 1000px;
	-moz-transform: none;
	-ms-transform: none;
	opacity: 1;
	-o-transform: none;
	overflow: hidden;
	transform: none;
	-webkit-transform: none
}
/*fence*/
.fence.jm-megamenu li.mega .childcontent{
	left: 0;
	max-height: 0;
	-moz-transform: rotateY(-90deg);
	-moz-transform-origin: 100% 50%;
	-moz-transition: opacity .4s,    -moz-transform .6s, max-height .6s;
	-ms-transform: rotateY(-90deg);
	-ms-transform-origin: 100% 50%;
	-ms-transition: opacity .4s,     -ms-transform .6s, max-height .6s;
	opacity: 0;
	-o-transform: rotateY(-90deg);
	-o-transform-origin: 100% 50%;
	-o-transition: opacity .4s,      -o-transform .6s, max-height .6s;
	overflow: hidden;
	transform: rotateY(-90deg);
	transform-origin: 100% 50%;
	transition: opacity .4s,         transform .6s, max-height .6s;
	-webkit-transform: rotateY(-90deg);
	-webkit-transform-origin: 100% 50%;
	-webkit-transition: opacity .4s, -webkit-transform .6s, max-height .6s
}
.fence.jm-megamenu li.haschild:hover > .childcontent{
	max-height: 1000px;
	-moz-transform: none;
	-ms-transform: none;
	opacity: 1;
	-o-transform: none;
	overflow: hidden;
	transform: none;
	-webkit-transform: none
}
/*venitian*/
.venitian.jm-megamenu li.mega .childcontent{
	left: 0;
	max-height: 0;
	-moz-transform: scale(1,0);
	-moz-transform-origin: 50% 0;
	-moz-transition: opacity .4s,    -moz-transform .6s, max-height .6s;
	-ms-transform: scale(1,0);
	-ms-transform-origin: 50% 0;
	-ms-transition: opacity .4s,     -ms-transform .6s, max-height .6s;
	opacity: 0;
	-o-transform: scale(1,0);
	-o-transform-origin: 50% 0;
	-o-transition: opacity .4s,      -o-transform .6s, max-height .6s;
	overflow: hidden;
	transform: scale(1,0);
	transform-origin: 50% 0;
	transition: opacity .4s,         transform .6s, max-height .6s;
	-webkit-transform: scale(1,0);
	-webkit-transform-origin: 50% 0;
	-webkit-transition: opacity .4s, -webkit-transform .6s, max-height .6s
}
.venitian.jm-megamenu li.haschild:hover > .childcontent{
	max-height: 1000px;
	-moz-transform: none;
	-ms-transform: none;
	opacity: 1;
	-o-transform: none;
	overflow: hidden;
	transform: none;
	-webkit-transform: none
}
/*fly*/
.fly.jm-megamenu li.mega .childcontent{
	left: 0;
	max-height: 0;
	-moz-transform: rotateX( -180deg );
	-moz-transform-origin: 50% 50% -50px;
	-moz-transition: opacity .4s,    -moz-transform .6s, max-height .6s;
	-ms-transform: rotateX( -180deg );
	-ms-transform-origin: 50% 50% -50px;
	-ms-transition: opacity .4s,     -ms-transform .6s, max-height .6s;
	opacity: 0;
	-o-transform: rotateX( -180deg );
	-o-transform-origin: 50% 50% -50px;
	-o-transition: opacity .4s,      -o-transform .6s, max-height .6s;
	overflow: hidden;
	transform: rotateX( -180deg );
	transform-origin: 50% 50% -50px;
	transition: opacity .4s,         transform .6s, max-height .6s;
	-webkit-transform: rotateX( -180deg );
	-webkit-transform-origin: 50% 50% -50px;
	-webkit-transition: opacity .4s, -webkit-transform .6s, max-height .6s
}
.fly.jm-megamenu li.haschild:hover > .childcontent{
	max-height: 1000px;
	-moz-transform: none;
	-ms-transform: none;
	opacity: 1;
	-o-transform: none;
	overflow: hidden;
	transform: none;
	-webkit-transform: none
}
/*papercut*/
.papercut.jm-megamenu li.mega .childcontent{
	left: 0;
	max-height: 0;
	-moz-transform: skewY(30deg);
	-moz-transform-origin: 0% 0%;
	-moz-transition: opacity .4s,    -moz-transform .6s, max-height .6s;
	-ms-transform: skewY(30deg);
	-ms-transform-origin: 0% 0%;
	-ms-transition: opacity .4s,     -ms-transform .6s, max-height .6s;
	opacity: 0;
	-o-transform: skewY(30deg);
	-o-transform-origin: 0% 0%;
	-o-transition: opacity .4s,      -o-transform .6s, max-height .6s;
	overflow: hidden;
	transform: skewY(30deg);
	transform-origin: 0% 0%;
	transition: opacity .4s,         transform .6s, max-height .6s;
	-webkit-transform: skewY(30deg);
	-webkit-transform-origin: 0% 0%;
	-webkit-transition: opacity .4s, -webkit-transform .6s, max-height .6s
}
.papercut.jm-megamenu li.haschild:hover > .childcontent{
	max-height: 1000px;
	-moz-transform: none;
	-ms-transform: none;
	opacity: 1;
	-o-transform: none;
	overflow: hidden;
	transform: none;
	-webkit-transform: none
}
/*fan*/
.fan.jm-megamenu li.mega .childcontent{
	left: 0;
	max-height: 0;
	-moz-transform: rotate(90deg);
	-moz-transform-origin: 0% 0%;
	-moz-transition: opacity .4s,    -moz-transform .6s, max-height .6s;
	-ms-transform: rotate(90deg);
	-ms-transform-origin: 0% 0%;
	-ms-transition: opacity .4s,     -ms-transform .6s, max-height .6s;
	opacity: 0;
	-o-transform: rotate(90deg);
	-o-transform-origin: 0% 0%;
	-o-transition: opacity .4s,      -o-transform .6s, max-height .6s;
	overflow: hidden;
	transform: rotate(90deg);
	transform-origin: 0% 0%;
	transition: opacity .4s,         transform .6s, max-height .6s;
	-webkit-transform: rotate(90deg);
	-webkit-transform-origin: 0% 0%;
	-webkit-transition: opacity .4s, -webkit-transform .6s, max-height .6s
}
.fan.jm-megamenu li.haschild:hover > .childcontent{
	max-height: 1000px;
	-moz-transform: none;
	-ms-transform: none;
	opacity: 1;
	-o-transform: none;
	overflow: hidden;
	transform: none;
	-webkit-transform: none
}
/*wave*/
.wave.jm-megamenu li.mega .childcontent{
	left: 0;
	max-height: 0;
	-moz-transform: skewY(-90deg);
	-moz-transform-origin: 0% 0%;
	-moz-transition: opacity .4s,    -moz-transform .6s, max-height .6s;
	-ms-transform: skewY(-90deg);
	-ms-transform-origin: 0% 0%;
	-ms-transition: opacity .4s,     -ms-transform .6s, max-height .6s;
	opacity: 0;
	-o-transform: skewY(-90deg);
	-o-transform-origin: 0% 0%;
	-o-transition: opacity .4s,      -o-transform .6s, max-height .6s;
	overflow: hidden;
	transform: skewY(-90deg);
	transform-origin: 0% 0%;
	transition: opacity .4s,         transform .6s, max-height .6s;
	-webkit-transform: skewY(-90deg);
	-webkit-transform-origin: 0% 0%;
	-webkit-transition: opacity .4s, -webkit-transform .6s, max-height .6s
}
.wave.jm-megamenu li.haschild:hover > .childcontent{
	max-height: 1000px;
	-moz-transform: none;
	-ms-transform: none;
	opacity: 1;
	-o-transform: none;
	overflow: hidden;
	transform: none;
	-webkit-transform: none
}
/*helix*/
.helix.jm-megamenu li.mega .childcontent{
	left: 0;
	max-height: 0;
	-moz-transform: rotateY(90deg);
	-moz-transition: opacity .4s,    -moz-transform .6s, max-height .6s;
	-ms-transform: rotateY(90deg);
	-ms-transition: opacity .4s,     -ms-transform .6s, max-height .6s;
	opacity: 0;
	-o-transform: rotateY(90deg);
	-o-transition: opacity .4s,      -o-transform .6s, max-height .6s;
	overflow: hidden;
	transform: rotateY(90deg);
	transition: opacity .4s,         transform .6s, max-height .6s;
	-webkit-transform: rotateY(90deg);
	-webkit-transition: opacity .4s, -webkit-transform .6s, max-height .6s
}
.helix.jm-megamenu li.haschild:hover > .childcontent{
	max-height: 1000px;
	-moz-transform: none;
	-ms-transform: none;
	opacity: 1;
	-o-transform: none;
	overflow: hidden;
	transform: none;
	-webkit-transform: none
}
/*pop*/
.pop.jm-megamenu li.mega .childcontent{
	left: 0;
	max-height: 0;
	-moz-transform: scale(.2);
	-moz-transition: opacity .4s,    -moz-transform .6s, max-height .6s;
	-moz-transition-timing-function: cubic-bezier(0, .35, .5, 1.5);
	-ms-transform: translateX(-80%);
	-ms-transition: opacity .4s,     -ms-transform .6s, max-height .6s;
	-ms-transition-timing-function: cubic-bezier(0, .35, .5, 1.5);
	opacity: 0;
	-o-transform: translateX(-80%);
	-o-transition: opacity .4s,      -o-transform .6s, max-height .6s;
	-o-transition-timing-function: cubic-bezier(0, .35, .5, 1.5);
	overflow: hidden;
	transform: translateX(-80%);
	transition: opacity .4s,         transform .6s, max-height .6s;
	transition-timing-function: cubic-bezier(0, .35, .5, 1.5);
	-webkit-transform: scale(.2);
	-webkit-transition: opacity .4s, -webkit-transform .6s, max-height .6s;
	-webkit-transition-timing-function: cubic-bezier(0, .35, .5, 1.5)
}
.pop.jm-megamenu li.haschild:hover > .childcontent{
	max-height: 1000px;
	-moz-transform: none;
	-ms-transform: none;
	opacity: 1;
	-o-transform: none;
	overflow: hidden;
	transform: none;
	-webkit-transform: none
}
/*linear*/
.linear.jm-megamenu li.mega .childcontent{
	left: 0;
	max-height: 0;
	-moz-transform: translateX(-40%);
	-moz-transition: opacity .4s,    -moz-transform .6s, max-height .6s;
	-moz-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);
	-ms-transform: translateX(-40%);
	-ms-transition: opacity .4s,     -ms-transform .6s, max-height .6s;
	-ms-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);
	opacity: 0;
	-o-transform: translateX(-40%);
	-o-transition: opacity .4s,      -o-transform .6s, max-height .6s;
	-o-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);
	overflow: hidden;
	transform: translateX(-40%);
	transition: opacity .4s,         transform .6s, max-height .6s;
	transition-timing-function: cubic-bezier(0, .35, .5, 1.7);
	-webkit-transform: translateX(-40%);
	-webkit-transition: opacity .4s, -webkit-transform .6s, max-height .6s;
	-webkit-transition-timing-function: cubic-bezier(0, .35, .5, 1.7)
}
.linear.jm-megamenu li.haschild:hover > .childcontent{
	max-height: 1000px;
	-moz-transform: none;
	-ms-transform: none;
	opacity: 1;
	-o-transform: none;
	overflow: hidden;
	transform: none;
	-webkit-transform: none
}
/*bounce*/
.bounce.jm-megamenu li.mega .childcontent {
	left: 0;
	max-height: 0;
	-moz-transform: translateX(-40%);
	-moz-transition: opacity .4s,    -moz-transform .6s, max-height .6s;
	-moz-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);
	-ms-transform: translateX(-40%);
	-ms-transition: opacity .4s,     -ms-transform .6s, max-height .6s;
	-ms-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);
	opacity: 0;
	-o-transform: translateX(-40%);
	-o-transition: opacity .4s,      -o-transform .6s, max-height .6s;
	-o-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);
	overflow: hidden;
	transform: translateX(-40%);
	transition: opacity .4s,         transform .6s, max-height .6s;
	transition-timing-function: cubic-bezier(0, .35, .5, 1.7);
	-webkit-transform: translateX(-40%);
	-webkit-transition: opacity .4s, -webkit-transform .6s, max-height .6s;
	-webkit-transition-timing-function: cubic-bezier(0, .35, .5, 1.7)
}
.bounce.jm-megamenu li.haschild:hover > .childcontent {
	max-height: 1000px;
	-moz-transform: none;
	-ms-transform: none;
	opacity: 1;
	-o-transform: none;
	overflow: hidden;
	transform: none;
	-webkit-transform: none
}
/*Radial*/
.radial.jm-megamenu li.mega .childcontent{
	left: 0;
	max-height: 0;
	-moz-transform: translateY(-120px) rotate(70deg);
	-moz-transform-origin: 0 0;
	-moz-transition: opacity .4s,    -moz-transform .6s, max-height .6s;
	-ms-transform: translateY(-120px) rotate(70deg);
	-ms-transform-origin: 0 0;
	-ms-transition: opacity .4s,     -ms-transform .6s, max-height .6s;
	opacity: 0;
	-o-transform: translateY(-120px) rotate(70deg);
	-o-transform-origin: 0 0;
	-o-transition: opacity .4s,      -o-transform .6s, max-height .6s;
	overflow: hidden;
	transform: translateY(-120px) rotate(70deg);
	transform-origin: 0 0;
	transition: opacity .4s,         transform .6s, max-height .6s;
	-webkit-transform: translateY(-120px) rotate(70deg);
	-webkit-transform-origin: 0 0;
	-webkit-transition: opacity .4s, -webkit-transform .6s, max-height .6s
}
.radial.jm-megamenu li.haschild:hover > .childcontent {
	max-height: 1000px;
	-moz-transform: none;
	-ms-transform: none;
	opacity: 1;
	-o-transform: none;
	overflow: hidden;
	transform: none;
	-webkit-transform: none
}
/*winding*/
.winding.jm-megamenu li.mega .childcontent{
	left: 0;
	max-height: 0;
	-moz-transform: rotateY(90deg);
	-moz-transform-origin: 0 0;
	-moz-transition: opacity .4s,    -moz-transform .6s, max-height .6s;
	-ms-transform: rotateY(90deg);
	-ms-transform-origin: 0 0;
	-ms-transition: opacity .4s,     -ms-transform .6s, max-height .6s;
	opacity: 0;
	-o-transform: rotateY(90deg);
	-o-transform-origin: 0 0;
	-o-transition: opacity .4s,      -o-transform .6s, max-height .6s;
	overflow: hidden;
	transform: rotateY(90deg);
	transform-origin: 0 0;
	transition: opacity .4s,         transform .6s, max-height .6s;
	-webkit-transform: rotateY(90deg);
	-webkit-transform-origin: 0 0;
	-webkit-transition: opacity .4s, -webkit-transform .6s, max-height .6s
}
.winding.jm-megamenu li.haschild:hover > .childcontent{
	max-height: 1000px;
	-moz-transform: none;
	-ms-transform: none;
	opacity: 1;
	-o-transform: none;
	overflow: hidden;
	transform: none;
	-webkit-transform: none
}
/*shield*/
.shield.jm-megamenu li.mega .childcontent{
	left: 0;
	max-height: 0;
	-moz-transform: rotateX(90deg);
	-moz-transform-origin: 0 0;
	-moz-transition: opacity .4s,    -moz-transform .6s, max-height .6s;
	-moz-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);
	-ms-transform: rotateX(90deg);
	-ms-transform-origin: 0 0;
	-ms-transition: opacity .4s,     -ms-transform .6s, max-height .6s;
	-ms-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);
	opacity: 0;
	-o-transform: rotateX(90deg);
	-o-transform-origin: 0 0;
	-o-transition: opacity .4s,      -o-transform .6s, max-height .6s;
	-o-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);
	overflow: hidden;
	transform: rotateX(90deg);
	transform-origin: 0 0;
	transition: opacity .4s,         transform .6s, max-height .6s;
	transition-timing-function: cubic-bezier(0, .35, .5, 1.7);
	-webkit-transform: rotateX(90deg);
	-webkit-transform-origin: 0 0;
	-webkit-transition: opacity .4s, -webkit-transform .6s, max-height .6s;
	-webkit-transition-timing-function: cubic-bezier(0, .35, .5, 1.7)
}
.shield.jm-megamenu li.haschild:hover > .childcontent{
	max-height: 1000px;
	-moz-transform: none;
	-ms-transform: none;
	opacity: 1;
	-o-transform: none;
	overflow: hidden;
	transform: none;
	-webkit-transform: none
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #fff;
	color: #444;
	text-shadow: none;
	overflow:hidden;
	
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
	z-index:8040;
}
.fancybox-inner * {max-width:100%; max-height:100%;}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading{
	/* background-image: url('https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/css/fancybox_sprite.png'); */
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/opc-ajax-loader.gif') center center no-repeat;
}

.fancybox-close {
	float:right;
	width: 66px;
	height: 22px;
	cursor: pointer;
	z-index: 8040;
	background: url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/lightbox-btn-close.gif) center center no-repeat;

}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8050;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 38px;
	height: 15px;
	margin-top: -19px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
  background:url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/fancybox_prev.png) no-repeat center center;
}

.fancybox-next span {
	right: 10px;
	background:url(https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/fancybox_next.png) no-repeat center center;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background:url('https://www.ecomax-catering.co.uk/skin/frontend/ecomax/ecomax/images/overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	position: relative;
	text-shadow: none;
	z-index: 8050;
	float:left;
	overflow:hidden;
	text-align:left;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	margin:0;
	padding:0 10px 10px;

	background:#505050;
	overflow:hidden;
	z-index:8039;
	
}
.fancybox-title-outside-wrap span {
  float:left;
	width:100%;
	text-align:center;
	background:#E6E5E5;
	padding:10px;
	color:#e7535a;
}


.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

