@charset "utf-8";
/* Mellis */

/* ================== 1. FONTS ================= */
@font-face {
	font-family:'Avenir-Book';
	src: url('https://www.highchaircushion.co.uk/skin/frontend/default/mellis/fonts/Avenir-Book_gdi.eot');
	src: url('https://www.highchaircushion.co.uk/skin/frontend/default/mellis/fonts/Avenir-Book_gdi.eot#iefix') format('embedded-opentype'),
		url('https://www.highchaircushion.co.uk/skin/frontend/default/mellis/fonts/Avenir-Book_gdi.woff') format('woff'),
		url('https://www.highchaircushion.co.uk/skin/frontend/default/mellis/fonts/Avenir-Book_gdi.ttf') format('truetype'),
		url('https://www.highchaircushion.co.uk/skin/frontend/default/mellis/fonts/Avenir-Book_gdi.svg#Avenir-Book') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-25CA;
}

@font-face {
	font-family:'AvenirNext-Bold';
	src: url('https://www.highchaircushion.co.uk/skin/frontend/default/mellis/fonts/AvenirNext-Bold_gdi.eot');
	src: url('https://www.highchaircushion.co.uk/skin/frontend/default/mellis/fonts/AvenirNext-Bold_gdi.eot#iefix') format('embedded-opentype'),
		url('https://www.highchaircushion.co.uk/skin/frontend/default/mellis/fonts/AvenirNext-Bold_gdi.woff') format('woff'),
		url('https://www.highchaircushion.co.uk/skin/frontend/default/mellis/fonts/AvenirNext-Bold_gdi.ttf') format('truetype'),
		url('https://www.highchaircushion.co.uk/skin/frontend/default/mellis/fonts/AvenirNext-Bold_gdi.svg#AvenirNext-Bold') format('svg');
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+000D-25CA;
}

/* ================== 2. GLOBAL ================= */
body {
	font-family:'Avenir-Book';
	font-size:20px;
	color:#575756;
	background:#FFF;
}

a {
	color:#f1c200;
}

a:focus, a:hover {
	color:#f1c200;
}

::-moz-selection {
	background-color:#f1c200;
	color:#000;
}

::selection {
	background-color: #f1c200;
	color: #000;
}

::-moz-selection {
	background-color:#f1c200;
	color:#000;
}

@media (min-width: 1780px) {
	.container {
		width:1730px;
	}
}

.wrapper {
	overflow:hidden;
}

/* ================== 3. HEADER ================= */
body .cookienotice-container {
	background:#f1c200;
	color:#FFF;
}

.cookienotice-container a {
	color:#FFF;
	text-decoration:none;
}

.cookienotice-container a:hover {
	text-decoration:underline;
}

body #cookienotice-close-button {
	display:block;
	width:12px;
	height:12px;
	background:url(https://www.highchaircushion.co.uk/skin/frontend/default/mellis/images/close-cookie@2x.png) no-repeat;
	background-size:100%;
	position:absolute;
	right:0px;
	top:50%;
	margin-top:-6px;
	z-index:10;
}

body #cookienotice-close-button strong {
	display:none;
}

body .cookienotice-bar .cookienotice-content {
	width:90%!important;
	position:relative;
	padding-right:40px;
}

body .cookienotice-message {
	float:none;
	text-align:center;
}

.header {
	padding:10px 0;
}

.header .container {
	position:relative;
}

.logo {
	display:block;
	/*width:275px;
	height:291px;*/
	width:189px;
	height:200px;
	background:url(https://www.highchaircushion.co.uk/skin/frontend/default/mellis/images/logo@2x.png) no-repeat;
	background-size:100%;
	position:absolute;
	top:0px;
	left:15px;
	z-index:10;
}

.top-menu {
	float:right;
	margin:10px 0 40px;
}

.user-menu {
	float:left;
}

.user-menu ul {
	margin:0;
	padding:0;
}

.user-menu ul li {
	list-style:none;
	float:left;
	text-transform:uppercase;
	font-size:12px;
	line-height:28px;
}

.user-menu ul li + li {
	margin-left:30px;
}

.user-menu ul li a {
	color:#000;
}

.user-menu ul li.minicart {
	position:relative;
}

.minicart-dropdown {
	position:absolute;
	width:470px;
	border:3px solid #000;
	top:100%;
	left:0px;
	z-index:100;
	background:#FFF;
	padding:15px 15px 5px;
	margin:15px 0 0;
	text-transform:none;
	color:#575756;
	display:none;
}

.minicart-dropdown table {
	width:100%;
}

.minicart-dropdown table td {
	padding:5px;
	vertical-align:bottom;
	font-size:16px;
}

.minicart-dropdown table tr {
	border-bottom:1px solid #000;
}

.minicart-dropdown table td.image-container {
	width:104px;
	padding:5px 0;
}

.minicart-dropdown table td h3 {
	font-size:20px;
	margin:0;
	text-transform:uppercase;
	font-weight:600;
}

.minicart-dropdown table td input[type="text"] {
	border:none;
	padding:0;
	outline:none!important;
	text-align:right;
	width:20px;
}

.qty_minus,
.qty_plus {
	text-decoration:none!important;
	color:#000!important;
}

.col-md-8 > .col-main {
	padding-left:40px;
}

.qty_minus:hover,
.qty_plus:hover {
	color:#f1c200;
}

.minicart-dropdown table td h3 a {
	color:#000!important;
}

.minicart-dropdown table td p {
	margin:0;
}

a.btn-remove,
a.btn-edit {
	font-size:12px;
	display:block;
	float:right;
	text-decoration:none!important;
	color:#000!important;
}

a.btn-remove span,
a.btn-edit span {
	display:none;
}

.nobr {
	white-space:nowrap;
}

.minicart-buttons {
	text-align:left;
	padding:10px 0 0;
}

.minicart-buttons a {
	display:inline-block;
	padding:5px 10px;
	text-transform:uppercase;
	font-size:16px;
	font-weight:600;
	color:#000!important;
}

.minicart-price {
	clear:both;
	text-align:right;
}

.user-menu ul li a.top-link-cart,
a.top-link-cart {
	background:url(https://www.highchaircushion.co.uk/skin/frontend/default/mellis/images/cart@2x.png) no-repeat right center;
	display:block;
	padding-right:30px;
	background-size:24px 24px;
	position:relative;
}

a.top-link-cart strong {
	position:absolute;
	background:#f1c200;
	color:#FFF!important;
	font-size:8px;
	width:12px;
	height:12px;
	display:block;
	text-align:center;
	line-height:12px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	top:-3px;
	right:-3px;
	z-index:2;
	text-decoration:none!important;
}

.form-language {
	float:left;
	margin-left:35px;
	text-transform:uppercase;
	line-height:24px;
}

.form-language label {
	font-weight:normal;
	font-size:12px;
	margin:0;
}

.form-language select {
	border:none;
	outline:none!important;
	text-transform:uppercase;
	font-size:12px;
	font-style:italic;
	font-family:'AvenirNext-Bold';
}

.form-language .select2-container {
	width:52px!important;
	display:inline-block;
}

.form-language .select2-container--default .select2-selection--single {
	border:1px solid transparent;
	text-transform:uppercase;
	font-size:12px;
	font-style:italic;
	font-family:'AvenirNext-Bold';
	background:none;
}

.form-language .select2-container--default.select2-container--open .select2-selection--single {
	border-color:#aaa;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background:#f1c200;
}

.select2-results__option {
	font-size:12px;
}

.main-menu {
	float:right;
	clear:both;
}

#search_mini_form {
	float:left;
	margin-left:35px;
}

#search_mini_form input[type="text"] {
	width:110px;
	border:none;
	border-bottom:1px solid #000;
	outline:none!important;
	padding:0;
	font-size:12px;
}

#search_mini_form button[type="submit"] {
	background:none;
	border:none;
	padding:0;
	text-transform:uppercase;
	font-size:12px;
	line-height:24px;
	outline:none!important;
}

.navbar-default {
	border:none;
	background:none;
	border-radius:0px;
	margin:0;
	box-shadow:none!important;
	-moz-box-shadow:none!important;
	-webkit-box-shadow:none!important;
}

.navbar-default .navbar-collapse {
	padding:0;
	border:none;
	box-shadow:none;
	-webkit-box-shadow:none;
}

#main-menu .navbar-nav > li {
	text-transform:uppercase;
	font-family:'AvenirNext-Bold';
	font-size:20px;
}

.navbar-default .navbar-nav > li > a {
	color:#000;
	padding:10px 0;
}

.navbar-default .navbar-nav > li + li {
	margin-left:80px;
}

.navbar-default .navbar-nav > li ul {
	display:none;
	position:absolute;
	top:100%;
	left:50%;
	margin:0;
	margin-left:-130px;
	border:1px solid #000;
	background:#FFF;
	width:260px;
	z-index:100;
	padding:0;
}

.navbar-default .navbar-nav > li ul li {
	list-style:none;
	text-transform:uppercase;
	font-size:20px;
	font-family:'Avenir-Book';
}

.navbar-default .navbar-nav > li.parent > a:after {
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 5.5px 0 5.5px;
	border-color: #000000 transparent transparent transparent;
	display:inline-block;
	margin-left:12px;
	vertical-align:2px;
}

.navbar-default .navbar-nav > li ul li a {
	display:block;
	padding:10px 20px;
	color:#000;
	text-decoration:none!important;
}

.navbar-default .navbar-nav > li ul li a:hover {
	font-family:'AvenirNext-Bold';
}

.navbar-default .navbar-nav > li:hover ul {
	display:block;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	background:none!important;
}

.sticky-trigger {
	display:none;
}

@keyframes fadeIn {
    from { top: -84px; }
    to   { top: 0; }
}

@-moz-keyframes fadeIn {
    from { top: -84px; }
    to   { top: 0; }
}

@-o-keyframes fadeIn {
    from { top: -84px; }
    to   { top: 0; }
}

@-webkit-keyframes fadeIn {
    from { top: -84px; }
    to   { top: 0; }
}

.header.sticky {
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	background:#f1c200;
	color:#FFF;
	z-index:7000;
	animation: fadeIn 0.5s;
	-moz-animation: fadeIn 0.5s;
	-o-animation: fadeIn 0.5s;
	-webkit-animation: fadeIn 0.5s;
	padding:3px 0;
}

.header.sticky .logo {
	width:19px;
	height:19px;
	margin:4px 0 0;
	position:static;
	background-image:url(https://www.highchaircushion.co.uk/skin/frontend/default/mellis/images/logo-sticky@2x.png);
	float:left;
}

/*.header.sticky .user-menu ul li,
.header.sticky .form-language label,
.header.sticky .form-language select,
.header.sticky #search_mini_form input[type="text"],
.header.sticky #search_mini_form button[type="submit"] {
	font-size:16px;
}*/

.header.sticky .form-language select {
	color:#000;
	background:none;
}

.header.sticky .form-language .select2-container--default .select2-selection--single .select2-selection__rendered {
	color:#FFF;
}

.header.sticky .form-language .select2-container--default.select2-container--open .select2-selection--single {
	border-color:transparent;
}

.header.sticky .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-top-color:#FFF;
}

.header.sticky .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-bottom-color:#FFF;
}

.header.sticky .top-menu {
	margin:0;
}

.header.sticky  a {
	color:#FFF;
}

.header.sticky .user-menu ul li a.top-link-cart {
	background-image:url(https://www.highchaircushion.co.uk/skin/frontend/default/mellis/images/cart-sticky@2x.png);
	background-size:22px 22px;
}

.header.sticky #search_mini_form input[type="text"] {
	background:none;
	border-bottom-color:#FFF;
}

.header.sticky .sticky-trigger {
	display:block;
	float:left;
	font-size:18px;
	line-height:24px;
	font-family:'AvenirNext-Bold';
	text-transform:uppercase;
	margin-left:25px;
	margin-top:2px;
}

.header.sticky .main-menu {
	display:none;
}

.header.sticky .main-menu.displayed {
	display:block;
	position:absolute;
	left:15px;
	top:100%;
	background:#FFF;
	border:3px solid #f1c200;
	width:300px;
	margin:15px 0 0;
}

.header.sticky #main-menu .navbar-nav > li {
	width:100%;
}

.header.sticky .navbar {
	min-height:30px;
}

.header.sticky #main-menu .navbar-nav > li {
	font-size:16px;
	font-weight:normal;
	font-family:'Avenir-Book';
}

.header.sticky #main-menu .navbar-nav > li + li {
	margin-left:0px;
}

.header.sticky #main-menu .navbar-nav > li > a {
	color:#f1c200;
	padding:8px 15px;
}

.header.sticky #main-menu .navbar-nav > li > a:hover {
	font-weight:bold;
}

.header.sticky .navbar-default .navbar-nav > li ul {
	position:static;
	margin:0;
	width:auto;
	border:none;
}

.header.sticky .navbar-default .navbar-nav > li ul li {
	font-size:14px;
}

.header.sticky .navbar-default .navbar-nav > li.parent > a:after {
	border-top-color:#f1c200;
}

.homepage-image {
	position:relative;
}

.homepage-image img {
	margin:0 auto;
}

.homepage-image p {
	margin:0;
}

.home-badge {
	width:250px;
	height:86px;
	text-align:center;
	background:url(https://www.highchaircushion.co.uk/skin/frontend/default/mellis/images/home-badge@2x.png) no-repeat;
	background-size:100%;
	color:#FFF;
	position:absolute;
	right:-22px;
	top:0px;
	z-index:10;
	transform: rotate(-8deg);
	-webkit-transform: rotate(-8deg);
	-moz-transform: rotate(-8deg);
	-o-transform: rotate(-8deg);
	-ms-transform: rotate(-8deg);
	font-size:14px;
	text-transform:uppercase;
	padding:12px 0 0;
}

.home-badge a {
	color:#FFF!important;
}

.home-badge h5 {
	font-size:14px;
	margin:3px 0 0;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FFF;
	-webkit-text-fill-color:#f1c200;
	font-family:'AvenirNext-Bold';
}

.home-badge h5 strong {
	text-transform:none;
}

.homepage_slider {
	max-width:1000px;
	margin:0 auto 40px;
}

.selling-conditions {
	background:#f1c200;
	color:#FFF;
	margin:10px 0;
	padding:6px 15px;
	font-size:20px;
	font-family:'AvenirNext-Bold';
	text-transform:uppercase;
	line-height:24px;
}

.selling-conditions p {
	margin:0;
	float:left;
}

.selling-phone {
	background:url(https://www.highchaircushion.co.uk/skin/frontend/default/mellis/images/phone@2x.png) no-repeat left center;
	background-size:30px 24px;
	padding-left:40px;
	float:right;
}

.selling-phone a {
	color:#FFF!important;
}

.homepage-content {
	padding:30px 0;
}

.homepage-content {
	border: 1px solid #575756;
	padding: 25px;
	margin: 30px 0;
}

.homepage-content .page-title h2 {
	text-align:center;
	font-size:48px;
	margin:0 0 25px;
	letter-spacing:3px;
}

.home-page-content {
	/*-webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
	-webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;*/
}

.homepage-deal {
	background:#eaeae9;
	/*color:#FFF;*/
	padding:70px 25px;
}

.homepage-deal h4 {
	width:105px;
	height:105px;
	border:2px solid #FFF;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	text-align:center;
	line-height:105px;
	text-transform:uppercase;
	margin:0 auto 30px;
}

.homepage-deal .image {
	float:left;
}

.homepage-deal .text {
	padding:40px 0 0 450px;
}

.homepage-deal h3 {
	font-size:48px;
	margin:0 0 55px;
	letter-spacing:3px;
	text-align:center;
}

.text-3cols {
	-webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
	-webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
	font-size:20px;
}

.footer {
	padding:15px 0;
}

.footer-disclaimer {
	background:#575756;
	color:#FFF;
	text-align:center;
	padding:10px 0;
}

.footer-disclaimer p {
	margin:0;
}

.footer-disclaimer p a {
	color:#FFF;
}

.footer-payment {
	text-align:center;
	margin:0 0 25px;
}

.footer-payment img {
	max-width:100%;
	height:25px!important;
	margin:0 3px;
}

.prefooter {
	border-top:1px solid #70706f;
	border-bottom:1px solid #70706f;
	padding:20px 0;
	text-align:center;
	margin:20px 0;
}

.prefooter h4 {
	font-size:28px;
	font-variant:small-caps;
	font-weight:bold;
	margin:0 0 40px;
}

.prefooter img {
	margin:0 auto;
}

.footer-menus {
	margin:0 0 40px;
}

.footer-menu-box {
	float:left;
}

.footer-menu-box + .footer-menu-box {
	margin-left:60px;
}

.footer-menu-box h3 {
	font-size:18px;
	margin:0 0 15px;
	text-transform:uppercase;
}

.footer-menu-box ul {
	margin:0;
	padding:0;
}

.footer-menu-box ul li {
	list-style:none;
	font-size:14px;
}

.footer-menu-box ul li a {
	color:#333;
}

@keyframes fadeInMessage {
    from { top: -84px; }
    to   { top: 19%; }
}

@-moz-keyframes fadeInMessage {
    from { top: -84px; }
    to   { top: 19%; }
}

@-o-keyframes fadeInMessage {
    from { top: -84px; }
    to   { top: 19%; }
}

@-webkit-keyframes fadeInMessage {
    from { top: -84px; }
    to   { top: 19%; }
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.product-cat-message {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:2000;
	background:rgba(255,255,255,.8);
	display:none;
}

a.close-prod-popup {
	position:absolute;
	right:5px;
	top:5px;
	z-index:10;
	font-size:16px;
}

.product-cat-message > div {
	width:768px;
	padding:20px;
	animation: fadeInMessage 0.5s;
	-moz-animation: fadeInMessage 0.5s;
	-o-animation: fadeInMessage 0.5s;
	-webkit-animation: fadeInMessage 0.5s;
	position:fixed;
	top:19%;
	left:50%;
	margin-left:-384px;
	z-index:2000;
	background:#FFF;
	color:#575756;
	border:1px solid #575656;
}

.popup-added-product h4 {
	font-size:20px;
	font-weight:600;
	margin:0 0 15px;
}

.popup-added-product .minicart-table {
	width:100%;
}

.popup-added-product .minicart-table td {
	vertical-align:bottom;
	font-size:14px;
}

.popup-added-product .minicart-table td.image-container {
	width:104px;
}

.popup-added-product .minicart-table td h3 {
	margin:0;
	text-transform:uppercase;
	font-size:18px;
}

.popup-added-product .minicart-table td h3 a {
	color:#575656;
}

.popup-added-product .minicart-table td p {
	font-size:14px;
	margin:0;
}

.continue-shopping-div {
	padding:30px 0;
}

.continue-shopping-div a {
	display:inline-block;
	text-transform:lowercase;
	font-weight:600;
	color:#f1c200;
	text-decoration:none!important;
	font-size:14px;
}

.continue-shopping-div a:before {
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 10px 4px 0;
	border-color: transparent #f1c200 transparent transparent;
	display:inline-block;
	margin-right:5px;
}

.popup-added-cart h5 {
	font-size:20px;
	margin:0 0 15px;
	font-weight:600;
	text-transform:uppercase;
	letter-spacing:3px;
	text-align:center;
}

table.popup-cart {
	width:100%;
	font-size:14px;
}

table.popup-cart strong {
	text-transform:uppercase;
}

table.popup-cart td {
	padding:5px 3px;
}

table.popup-cart tfoot td {
	border-top:1px solid #575656;
	border-bottom:1px solid #575656;
	padding:10px 3px;
}

table.popup-cart tfoot td.a-right {
	font-weight:bold;
	font-size:16px;
}

table.cart-popup-actions {
	margin:20px 0 0;
	width:100%;
}

div.popup-added-cart:before {
	content:'';
	width:1px;
	top:5%;
	position:absolute;
	background:#575756;
	height:90%;
	z-index:1;
	left:0px;
}

table.cart-popup-actions td a {
	font-size:18px;
	color:#575756;
	font-weight:600;
}

table.cart-popup-actions td.a-right a {
	width: 57px;
	height: 54px;
	display: block;
	text-indent: 0;
	line-height: 1.2em;
	background: url(https://www.highchaircushion.co.uk/skin/frontend/default/mellis/images/add-btn@2x.png) no-repeat;
	background-size: 100%;
	font-size: 12px;
	text-transform: uppercase;
	padding: 15px 0 0;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	text-decoration:none!important;
	float:right;
}

.cart-popup-upsell {
	margin:20px 0 0;
	padding:20px 0 0;
	border-top:1px solid #575756;
}

.cart-popup-upsell h4 {
	margin:0 0 20px;
	font-size:20px;
	font-weight:600;
}

.product-item {
	margin-bottom:25px;
	text-align:center;
	min-height: 260px;
}

.product-item .image {
	position:relative;
	max-width:340px;
	margin:0 auto 15px;
}

.product-item .image a {
	display:block;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.product-item .image a.hover-img {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 1;
}

.product-item:hover .image a.hover-img {
	opacity:1;
}

.product-item img {
	margin: 0 auto;
}

.product-item .text {
	width:240px;
	margin:0 auto;
	display:inline-block;
	text-align:left;
	position:relative;
	padding-right: 40px;
	min-height: 103px;
}

.product-item h3 {
	font-size:15px;
	font-weight:600;
	margin:0;
	text-transform:uppercase;
	word-break: break-word;
}

.catalog-category-view .category-products .product-item:nth-child(3) {
	clear: both;
}

.product-item h3 a {
	color:#333;
}

button.btn-cart {
	width:29px;
	height:29px;
	text-indent:-9999px;
	border:none!important;
	background:url(https://www.highchaircushion.co.uk/skin/frontend/default/mellis/images/add-to-cart@2x.png) no-repeat;
	background-size:100%;
	position:absolute;
	right:10%;
	top:0px;
	z-index:10;
	outline:none!important;
	padding:0;
}

@media screen and (min-width: 1601px) {
	button.btn-cart {
		right: 0px;
	}
}

.product-item .text .ajax-loader-img {
	position:absolute;
	z-index:10;
	right:10%;
	top:35px;
	margin-right:6px;
}

.homepage-products {
	padding:40px 0 40px;
}

.homepage-products h2 {
	text-align:center;
	font-size:48px;
	letter-spacing:3px;
	margin: 0 0 30px;
}

.footer-newsletter {
	max-width:430px;
	float:right;
}

.footer-newsletter h3 {
	font-size:21px;
	margin:0 0 20px;
	font-weight:bold;
}

.footer-newsletter input[type="text"],
.footer-newsletter input[type="email"] {
	background:#FFF;
	border:none;
	border-bottom:1px solid #000;
	outline:none!important;
	padding:2px 10px;
	width:100%;
}

.footer-newsletter input[type="submit"] {
	font-size:20px;
	background:none;
	width:100%;
	text-align:center;
	border:none;
	outline:none!important;
	text-transform:uppercase;
}

/* CATEGORY */

div.breadcrumbs {
	display:none;
}

.category-title .container {
	position:relative;
	z-index:1;
}

.category-title h1 {
	position:absolute;
	right:30px;
	top:30px;
	margin:0;
	z-index:10;
}

div.limiter,
div.sorter,
p.amount {
	display:none;
}

.select2-search--dropdown {
	display:none;
}

.select2-container--default .select2-selection--single {
	outline:none!important;
}

.category-info-bar {
	text-align:center;
}

.category-info-bar p {
	float:none;
	font-family: 'Avenir-Book';
}

.sidebar {
	max-width:320px;
}

.help-badge {
	width:auto!important;
	height:auto!important;
	background:#f1c200;
	padding:20px 0!important;
	position:static;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
}

.help-badge p {
	margin:0 0 2px;
}

.page-wrapper {
	padding:30px 0;
}

.sidebar > div {
	margin-bottom:15px;
}

.side-banner-1 img,
.side-banner-2 img {
	max-width:100%;
	height:auto!important;
	display:block;
}

.side-banner-1,
.side-banner-2 {
	position:relative;
	z-index:1;
}

.side-banner-1 p,
.side-banner-2 p {
	margin:0;
}

.side-banner-1 p a {
	color:#333;
	text-decoration:none!important;
}

.side-banner-1 p + p {
	font-size:28px;
	text-transform:uppercase;
	text-align:right;
	font-family:'AvenirNext-Bold';
	position:absolute;
	right:15px;
	bottom:30px;
	z-index:2;
	color:#333;
	line-height:1.2em;
}

.side-banner-2 p + p {
	font-size:28px;
	text-transform:uppercase;
	text-align:right;
	font-family:'AvenirNext-Bold';
	position:absolute;
	right:15px;
	top:15px;
	z-index:2;
	color:#333;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #333;
	-webkit-text-fill-color:#f1c200
	line-height:1.2em;
}

.side-banner-2 p a {
	color:transparent;
	text-decoration:none!important;
}

.sidebar-catalogue p {
	margin:0;
}

.sidebar-catalogue a {
	display:block;
	text-decoration:none!important;
	color:#FFF!important;
	background:#f1c200;
	text-transform:uppercase;
	font-size:32px;
	font-family:'AvenirNext-Bold';
	padding:25px 0;
	text-align:center;
}

.side-cart-notice {
	color:#FFF!important;
	background:#f1c200;
	text-transform:uppercase;
	font-size:16px;
	font-family:'AvenirNext-Bold';
	padding:15px;
}

/* ======== PRODUCT ======== */
.product-img-box img {
	max-width:100%;
	height:auto!important;
}

p.availability {
	display:none;
}

.more-views ul {
	margin:0;
	padding:0;
	float: left;
	width: 50%;
}

.more-views ul li {
	list-style:none;
	max-width:125px;
	padding:4px;
	border:1px solid transparent;
	margin:0 0 10px;
}

.more-views ul li.active {
	border:1px solid #cacaca;
}

.more-views ul li img {
	margin:0 auto;
}

.product-shop .price-box {
	margin:5px 0;
	font-size:27px;
}

.product-shop .product-name h1 {
	margin:0;
	text-transform:uppercase;
	font-weight:bold;
	font-size:30px;
}

.product-shop .short-description {
	font-weight:bold;
	font-size:18px;
}

.add-to-cart input#qty {
	width:40px;
	padding:3px 6px;
	outline:none!important;
	text-align:center;
	border:1px solid #000;
}

.product-shop button.btn-cart {
	position:static;
	width:108px;
	height:102px;
	display:block;
	text-indent:0;
	background-positioncenter;
	line-height:1.2em;
	background:url(https://www.highchaircushion.co.uk/skin/frontend/default/mellis/images/add-btn@2x.png) no-repeat;
	background-size:100%;
	font-size:11px;
	text-transform:uppercase;
	padding:0 10px;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	margin:15px 0;
	word-break: break-word;
}

p.email-friend {
	font-size:20px;
	margin-top:15px;
	/*cursor:pointer;*/
}

.match-section .share-buttons {
	display:none;
}

p.email-friend a {
	color:#000;
}

.product-text-cols {
	margin-top:40px;
	border-bottom:1px solid #70706f;
	padding-bottom:20px;
	margin-bottom:40px;
}

.product-text-cols h3 {
	text-transform:uppercase;
	font-size:24px;
	font-family:'AvenirNext-Bold';
	margin:0 0 20px;
}

.box-up-sell > h2 {
	text-transform:uppercase;
	font-size:24px;
	font-family:'AvenirNext-Bold';
	margin:0 0 10px;
}

.catalog-product-view .page-wrapper {
	padding-top:120px;
}

.hs-main {
	z-index:1;
}

.hs-item {
	width:100%;
}

.hs-item img {
	margin:0 auto;
}

.product-options-out-of-stock h3 {
	margin:0 0 15px;
	background:#f1c200;
	color:#575756;
	border:1px solid #575756;
	text-transform:uppercase;
	font-family:'AvenirNext-Bold';
	font-size:24px;
	text-align:center;
	padding:10px 0;
}

.product-options-out-of-stock p {
	font-size:16px;
	margin:0 0 20px;
}

.product-options-out-of-stock input[type="text"] {
	border:none;
	border-bottom:1px solid #575756;
	width:100%;
	padding:3px 10px;
	outline:none!important;
}

.product-options-out-of-stock button {
	outline:none!important;
	border:none;
	background:none!important;
	text-transform:uppercase;
	font-size:16px;
	color:#575756;
	line-height:30px;
}

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:11px; font-weight:bold; line-height:13px; background:url(https://www.highchaircushion.co.uk/skin/frontend/default/mellis/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-style:solid !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.highchaircushion.co.uk/skin/frontend/default/mellis/images/i_msg-error.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(https://www.highchaircushion.co.uk/skin/frontend/default/mellis/images/i_msg-success.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(https://www.highchaircushion.co.uk/skin/frontend/default/mellis/images/i_msg-note.gif); color:#3d6611; }

.page-title ul.checkout-types {
	display:none;
}

.page-title {
	padding-top:80px;
}

.page-title h1,
.page-title h2 {
	/*font-size:54px;
	font-family:'AvenirNext-Bold';
	text-align:center;
	margin:0 0 30px;
	text-transform:uppercase;
	font-weight:normal;
	letter-spacing:3px;*/
	font-size: 22px;
	margin: 0 0 45px;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #000;
	text-align:center;
}

.checkout-page-inner .page-title {
	position:relative;
	z-index:1;
	text-align:center;
	margin:0 0 45px;
}

.checkout-page-inner .page-title:before{
	height:2px;
	width:100%;
	content:'';
	position:absolute;
	z-index:0;
	left:0px;
	top:50%;
	background:#555;
}

.checkout-page-inner .page-title h1 {
	display:inline-block;
	background:#FFF;
	padding:0 10px;
	margin:0;
	position:relative;
	z-index:2;
}

.cms-index-index .page-title,
.checkout-page-inner .page-title {
	padding-top:0px;
}

/* Data Table */
.data-table { width:100%; border:1px solid #ddd; }
.data-table .odd  {  }
.data-table .even {  }
/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/
.data-table td.last,
.data-table th.last { }
.data-table tr.last th,
.data-table tr.last td { border-bottom:0 !important; }
.data-table th { padding:3px 8px; font-weight:bold; }
.data-table td { padding:3px 8px; }

.data-table thead th { font-weight:bold; border-right:1px solid #ddd; padding:6px 8px; color:#575756; white-space:nowrap; vertical-align:middle; }
.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 { border-bottom:1px solid #555; }
.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }

.data-table tfoot { border-bottom:1px solid #575756; }
.data-table tfoot tr.first td {  }
.data-table tfoot tr { border-top:1px solid #575756; border-bottom:1px solid #575756; }
.data-table tfoot td { padding-top:10px; padding-bottom:10px; border-bottom:0; border-right:1px solid #575756; }
.data-table tfoot strong { font-size:16px; }

.data-table tbody th,
.data-table tbody td { border-bottom:1px solid #ddd; border-right:1px solid #ddd; }
/* Bundle products tables */
.data-table tbody.odd tr { }
.data-table tbody.even tr { }
.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 #575756; }

.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 #575756; 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; cursor:pointer; }
tr.show-details .summary-collapse { }
tr.show-details td {}
tr.summary-details td { font-size:11px; color:#575756; }
tr.summary-details-first td { border-top:1px solid #575756; }
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; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { }

h2.product-name {
	margin:0;
	font-size:20px;
	text-transform:uppercase;
}

h2.product-name a {
	color:#000;
}

.cart-table input.qty {
	text-align:center;
	border:none;
	outline:none!important;
	padding:0;
	width:20px;
}

.cart-table p {
	margin:0;
}

.cart-table tfoot {
	text-align:right;
}

.cart-table tfoot button,
#co-checkout-form li#opc-coupon .form-list .button {
	max-width:120px;
	text-align:center;
	text-align:center;
	border:none;
	outline:none!important;
	text-transform:uppercase;
	font-size:13px;
	background:none;
	font-weight:bold;
	min-height:42px;
	vertical-align:middle;
	position:relative;
}

.cart-table tfoot button.btn-continue:before {
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 17px 40px 17px 0;
	border-color: transparent #f1c200 transparent transparent;
	position:absolute;
	left:-35px;
	top:50%;
	margin-top:-17px;
}

body #co-checkout-form li#opc-coupon .form-list .button {
	margin:0!important;
}

.cart-table tfoot button.go-to-checkout-btn {
	position: static;
	width: 108px;
	height: 102px;
	display: inline-block;
	outline:none!important;
	text-indent: 0;
	line-height: 1.2em;
	background: url(https://www.highchaircushion.co.uk/skin/frontend/default/mellis/images/add-btn@2x.png) no-repeat;
	background-size: 100%;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	margin: 5px 0 5px 25px;
	border:none;
}

.cart-subtotal-row  h3 {
	margin:0;
	font-size:20px;
	text-transform:uppercase;
	color:#000;
}

.checkout-page-inner {
	/*background:#f1c200;
	color:#FFF;*/
	margin:80px 0 0;
	position:relative;
	z-index:5;
	padding:40px 0;
}

/*.checkout-page-inner:before {
	content:'';
	background:#f1c200;
	width:2000px;
	top:0px;
	position:absolute;
	right:100%;
	z-index:1;
	height:100%;
}

.checkout-page-inner:after {
	content:'';
	background:#f1c200;
	width:2000px;
	top:0px;
	position:absolute;
	left:100%;
	z-index:1;
	height:100%;
}*/

body #co-checkout-form #checkoutSteps {
	/*background:#f1c200;
	color:#FFF;*/
	background:#FFF;
	border:none;
	padding:0;
}

ol.opc,
ol.opc ul,
op.opc ol {
	padding:0;
}

#co-checkout-form .opc .active .step-title {
	min-height:50px;
}

#co-checkout-form .opc input[type="text"],
#co-checkout-form .opc input[type="email"],
#co-checkout-form .opc input[type="password"],
#checkout-step-coupon .input-text {
	background:transparent;
	border:1px dashed #555;
	outline:none!important;
	width:100%;
	padding:5px 10px;
}

#checkout-step-coupon .form-list li {
	float:none!important;
}

#checkoutSteps .form-list .compact .input-box,
#checkoutSteps .form-list .name-firstname .input-box,
#checkoutSteps .form-list .name-lastname .input-box {
	width:100%!important;
}

#checkoutSteps .form-list .compact .input-box input,
#checkoutSteps .form-list .name-firstname .input-box input,
#checkoutSteps .form-list .name-lastname .input-box input,
#checkoutSteps .form-list .compact .input-box select,
#co-checkout-form li#opc-coupon .form-list li .input-box {
	width:100%!important;
	float:none!important;
}

#checkoutSteps .form-list .compact,
#checkoutSteps .form-list .name-firstname,
#checkoutSteps .form-list .name-lastname {
	width:48%!important;
}

#checkoutSteps .form-list .compact + .compact,
#checkoutSteps .form-list .name-lastname {
	margin-left:4%!important;
}

#checkoutSteps fieldset > ul > li + li {
	margin-top:20px;
}

#checkoutSteps fieldset > ul > li label {
	font-weight:normal;
	position:relative;
}

#checkoutSteps fieldset > ul > li label em {
	position:absolute;
	right:-7px;
	top:0px;
	z-index:1;
}

#checkoutSteps input[type=radio],
#checkoutSteps input[type=checkbox] {
	width:20px;
	height:20px;
	background:#fff;
	border:1px solid #555;
	-webkit-appearance: button;
	outline:none!important;
	vertical-align:-1px;
	position:relative;
	margin-right:10px;
	cursor:pointer;
	float:left;
}

#checkoutSteps li ol li.get-free-sh-label {
	padding-left:30px;
	font-size:14px;
}

#checkoutSteps li ol li.get-free-sh-label a:before {
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 10px 4px 0;
	border-color: transparent #f1c200 transparent transparent;
	display:inline-block;
	margin-right:10px;
}

#co-payment-form input[type=radio],
#fav-stores-list input[type="radio"] {
	margin-top:0px;
}

#fav-stores-list {
	padding:15px 0 0;
}

#fav-stores-list li {
	margin-top:5px;
}

.col-right .block-banner {
	display:none;
}

#checkoutSteps input[type=radio]:checked:before,
#checkoutSteps input[type=checkbox]:checked:before {
	content: 'X';
	background: none!important;
	line-height:20px;
	font-weight:bold;
	color:#f1c200;
	text-align:center;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
}

#checkoutSteps input[type=radio] + label,
#checkoutSteps input[type=checkbox] + label {
	margin:0;
	display:block;
	font-weight:normal;
}

#login-main h2 {
	margin-top:0px;
}

#checkoutSteps dl input[type=radio] + label,
#checkoutSteps dl input[type=checkbox] + label {
	margin-top:4px;
}

#checkoutSteps .form-list li.wide input.input-text,
#checkoutSteps .form-list input.input-text,
#checkoutSteps .form-list select,
#checkoutSteps .form-list textarea {
	width:100%!important;
	float:none!important;
}

#checkout-step-billinglocation li,
#checkout-step-billinglocation li + li div + div,
#checkout-step-billinglocation + li,
#register-customer-password div + div,
#checkout-step-shippinglocation li,
#checkout-step-shippinglocation li + li div + div,
#checkout-step-shippinglocation + li {
	margin:20px 0 0;
}

.no-display {
	display:none!important;
}

.step-title span.number {
	width:28px;
	height:28px;
	border:1px solid #555;
	text-align:center;
	line-height:28px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	display:block;
	font-size:20px;
	color:#555;
	float:left;
}

.step-title h2 {
	padding:5px 0 0 40px;
	font-size:18px;
	text-transform:uppercase;
	margin:0;
}

#checkoutSteps .select2-container--default .select2-selection--single {
	background:none;
	padding:5px 10px;
	border:1px solid #FFF;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	height:34px;
}

#checkoutSteps .select2-container--default .select2-selection--single .select2-selection__rendered {
	color:#FFF;
	line-height:24px;
	padding-left:0px;
}

#checkoutSteps .select2-container--default .select2-selection--single .select2-selection__arrow {
	height:32px;
}

#checkoutSteps .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-top-color:#FFF;
}

#checkoutSteps .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-bottom-color:#FFF;
}

.sp-methods dd + dt {
	margin-top:15px;
}

#co-payment-form dt {
	width:100%;
	display:inline-block;
	margin-top:5px;
}

#co-payment-form dt:first-child {
}

.opc .data-table {
	border:none;
}

.opc .data-table tbody th,
.opc .data-table tbody td {
	border:none;
	border-bottom:1px solid #555;
}

.opc .data-table thead th {
	border-color:transparent;
	border-bottom:1px solid #FFF!important;
}

.opc .data-table tbody td {
	padding:10px 8px;
	font-size: 13px;
}

.opc .data-table tbody td h3 {
	margin:0;
	text-transform:uppercase;
	font-size:16px;
}

.opc .data-table tfoot tr {
	border-left:none;
	border-right:none;
	border-bottom:none;
}

#opc-coupon {
	margin-top:20px!important;
}

.data-table tfoot {
	border-top:3px double #555;
}

.opc .data-table tfoot td {
	border:none;
	border-bottom:1px solid #555;
}

#checkout-buttons-container button {
	position: static;
	width: 108px;
	height: 102px;
	display: block;
	outline:none!important;
	text-indent: 0;
	line-height: 1.2em;
	background: url(https://www.highchaircushion.co.uk/skin/frontend/default/mellis/images/add-btn@2x.png) no-repeat;
	background-size: 100%;
	font-size: 18px;
	text-transform: uppercase;
	padding: 0;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	margin: 5px auto;
	border:none;
}

.data-table tbody tr {
	border-bottom:1px solid #ddd;
}

#checkout-subscribe-newsletter {
	width:100%!important;
	display:inline-block;
	margin:30px 0;
}

#checkout-buttons-container p {
	display:none;
}

#checkout-buttons-container {
	padding-left:15px!important;
}

body #checkoutSteps li#right_collumn {
	width:34%;
}

#checkoutSteps li#left_collumn,
#checkoutSteps li#center_column {
	margin-right:3%;
}

.aitcheckout-wait:before {
	content:'';
	background:#FFF;
	height:100%;
	width:2000px;
	top:0px;
	right:100%;
	z-index:1;
	position:absolute;
}

.aitcheckout-wait:after {
	content:'';
	background:#FFF;
	height:100%;
	width:2000px;
	top:0px;
	left:100%;
	z-index:1;
	position:absolute;
}

.lookbook-title {
	margin:50px 0 50px;
	text-align:center;
}

.lookbook-title h1 {
	font-size:22px;
	margin:0 0 15px;
	text-transform:uppercase;
	letter-spacing:5px;
	color:#000;
}

.lookbook-item img {
	margin:0 auto;
}

.lookbook-item {
	margin:0 0 50px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.lookbook-item:hover {
	opacity:0.6;
}

.lookbook-products .product-item .image {
	float:left;
	width:140px;
}

.lookbook-products .product-item {
	margin:0;
}

.lookbook-products .product-item + .product-item {
	border-top:1px solid #111;
	padding-top:15px;
	margin-top:15px;
}

.lookbook-products .product-item .text {
	padding:50px 45px 0 145px;
}

.product-desc-price p,
.product-desc-price div {
	display:inline-block;
}

.product-desc-price > p {
	width:60%;
}

.lookbook-products .product-item button.btn-cart {
	top:55px;
}

.lookbook-presentation {
	position:relative;
	z-index:2;
}

.lookbooks-pagination {
	position:absolute;
	z-index:5;
	right:0px;
	bottom:0px;
}

.lookbooks-pagination a.prev-look {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 10px 6px 0;
	border-color: transparent #000000 transparent transparent;
	float:left;
}

.lookbooks-pagination a.next-look {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 10px;
	border-color: transparent transparent transparent #000000;
	float:left;
	margin-left:5px;
}

/* ======= LOGIN & MY ACCOUNT ========= */
.col2-set {
	width:100%;
	display:inline-block;
}

.col2-set .col-1 {
	float:left;
	border: 1px solid #dddddd;
	padding:15px;
	margin:0 0 15px;
	width:48%;
}

.col2-set .col-2 {
	float:right;
	border: 1px solid #dddddd;
	padding:15px;
	margin:0 0 15px;
	width:48%;
}

.col2-set .col-1 h2,
.col2-set .col-2 h2 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	border-bottom: 1px solid #EEEEEE;
	margin: 0 0 10px;
	padding:0 0 5px;
}

.col2-set p {
	margin:0 0 10px;
}

.registered-users .form-list li {
	margin:0 0 10px;
}

.registered-users input[type="text"],
.registered-users input[type="email"],
.registered-users input[type="password"] {
	width:410px;
	padding:5px 10px;
}

.sidebar .block-account .block-content ul li {
	margin:0 0 5px;
}

.welcome-msg {
	margin:0 0 25px;
}

.welcome-msg .hello {
	margin:0 0 5px;
}

.box-account {
	margin:0 0 20px;
}

.box-account .box-head,
.box-title {
	width:100%;
	display:inline-block;
	border-bottom:1px solid #F0F0E1;
	padding:0 0 5px;
	margin:0 0 10px;
}

.box-account .box-head h2,
.box-title h3 {
	text-transform:uppercase;
	float:left;
	font-size:14px;
	margin:0;
	font-weight:normal;
}

.box-account .box-head > a,
.box-title > a {
	float:right;
}

.my-account address {
	margin:10px 0 0;
}

.nobr {
	white-space:nowrap;
}

.my-account .data-table tbody tr td,
.my-account .data-table thead tr th {
	padding:5px;
}

.no-display {
	display:none!important;
}

.col2-left-layout ul.form-list li.wide input[type="text"],
.col2-left-layout ul.form-list li.wide input[type="email"],
.col2-left-layout ul.form-list li.wide input[type="password"],
.col2-right-layout ul.form-list li.wide input[type="text"],
.col2-right-layout ul.form-list li.wide input[type="email"],
.col2-right-layout ul.form-list li.wide input[type="password"] {
	width: 100%;
}

.my-account .pager {
	width:100%;
	display:inline-block;
}

.my-account .pager .amount {
	float:left;
	padding:2px 0 0;
}

.my-account .pager .limiter {
	float:right;
	padding:0;
}

p.order-date {
	margin:10px 0;
}

.buttons-set button,
.buttons-set .button {
	display: block;
	color: #FFF;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 6px 16px;
	background: #f1c200;
	border: none;
	margin: 0;
}

.buttons-set button:hover,
.buttons-set .button:hover {
	background:#000;
}

/*label em {
	color:#DE0A23;
	font-size: 16px;
	margin: -2px 5px 0 -12px;
	float:left;
	position:absolute;
}*/

.catalogsearch-result-index .col-left {
	padding-top:80px;
}

.col-left .block-cart {
	display:none;
}

.fields.ca-depot {
	margin-top:0px!important;
}

.fieldset {
	border: 1px solid #ddd;
	padding:15px;
	margin:0 0 15px;
}

.fieldset h2.legend {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	border-bottom: 1px solid #EEEEEE;
	margin: 0 0 10px;
	padding:0 0 5px;
}

.fieldset p {
	margin:0 0 10px;
}

ul.form-list input[type="text"],
ul.form-list input[type="email"],
ul.form-list input[type="password"] {
	/*max-width:288px;*/
	width:100%;
	outline:none!important;
	border:1px solid #ddd;
	padding:5px 10px;
}

ul.form-list select {
	padding:5px 10px;
}

ul.form-list .sbHolder,
ul.form-list .sbOptions {
	width:308px;
}

ul.form-list .sbSelector {
	width:278px;
}

ul.form-list {
	width:100%;
	display:inline-block;
	list-style:none;
	padding:0;
}

ul.form-list li.fields {
	margin:0 0 10px 0;
}

ul.form-list li.fields.name-fields {
	width:100%;
	margin-right:0px;
}

ul.form-list li.fields.name-fields input[type="text"] {
	width:236px;
}

ul.form-list li.fields.name-fields .name-prefix .sbHolder,
ul.form-list li.fields.name-fields .name-prefix .sbOptions {
	width:90px;
}

ul.form-list li.fields.name-fields .field.name-prefix {
	width:92px;
	margin-left:0px;
}

ul.form-list li.fields.name-fields .name-prefix .sbSelector {
	width:60px;
}

ul.form-list li.fields.name-fields .field {
	float:left;
	width:258px;
	margin:0 0 10px 20px;
}

ul.form-list li.fields_email {
	float:left;
	width:310px;
	margin:0 15px 0 0;
}

ul.form-list li.fields:first-child {
	margin-top:0px;
}

ul.form-list li label {
	margin:0 0 3px;
	font-weight:400;
}

ul.form-list li.wide {
	clear:both;
	width:100%;
	display:inline-block;
	float:none;
	margin:0 0 10px;
}

ul.form-list div.field {
	margin:0 0 10px;
}

ul.form-list li.control {
	float:none;
	width:100%;
	margin:10px 0 0;
	clear:both;
	display:inline-block;
}

ul.form-list li.control input[type=radio],
ul.form-list li.control input[type=checkbox] {
	margin-top:0px;
}

ul.form-list li.control .input-box {
	float:left;
	margin:1px 6px 0 0;
}

ul.form-list li.control label {
	margin:0;
}

ul.form-list li.wide input[type="text"],
ul.form-list li.wide input[type="email"],
ul.form-list li.wide input[type="password"] {
	width:100%;
}

.block-account {
	margin:80px 0 25px;
}

.block-account .block-title {
	text-transform:uppercase;
	font-size:20px;
	margin:0 0 5px;
}

.block-account ul {
	padding:0;
	margin:0;
}

.block-account ul li {
	border-bottom:1px solid #aaa;
	list-style:none;
	padding:5px 10px;
}

.newsletter-popup {
	position:fixed;
	z-index:9999;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:rgba(255,255,255,.8);
}

.newsletter-popup-container {
	background:#f1c200;
	color:#FFF;
	text-align:center;
	width:340px;
	padding:0 30px;
	position:absolute;
	top:35%;
	left:50%;
	margin-left:-170px;
	z-index:50;
}

.newsletter-popup-container:before {
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 170px 85px 170px;
	border-color: transparent transparent #f1c200 transparent;
	position:absolute;
	bottom:100%;
	left:0px;
	z-index:1;
}

.newsletter-popup-container:after {
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 85px 170px 0 170px;
	border-color:  #f1c200 transparent transparent transparent;
	position:absolute;
	top:100%;
	left:0px;
	z-index:1;
}

.newsletter-popup-container a {
	color:#FFF!important;
}

.newsletter-popup-container h3 {
	font-size:28px;
	margin:0 0 20px;
}

.newsletter-popup-container p {
	font-size:15px;
	line-height:1.2em;
}

.newsletter-popup-container form {
	max-width:300px;
	margin:0 auto;
	padding:25px 0 0;
}

.newsletter-popup-container input[type="text"],
.newsletter-popup-container input[type="email"] {
	outline:none!important;
	width:100%;
	border:none;
	border-bottom:2px solid #FFF;
	color:#FFF;
	background:none;
}

.newsletter-popup-container .form-actions {
	font-size:18px;
	text-align:center;
	text-transform:uppercase;
	padding:15px 0 0;
}

.newsletter-popup-container .form-actions input[type="submit"] {
	color:#FFF;
	outline:none!important;
	background:none;
	border:none;
	text-transform:uppercase;
	padding:0;
}

.newsletter-popup-container .form-actions input[type="submit"]:hover {
	text-decoration:underline;
}

.checkout-cart-index .sidebar {
	padding-top:150px;
}

#shopping-cart-table,
#shopping-cart-table td {
	border-left:none;
	border-right:none;
}

#shopping-cart-table tfoot td,
#shopping-cart-table tfoot tr {
	border-bottom:1px solid #FFF;
}

#shopping-cart-table thead {
	border:none;
}

#shopping-cart-table thead th {
	border:none;
}

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

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

#shopping-cart-table tbody tr {
	border:none;
}

#shopping-cart-table tbody tr td {
	border-bottom-style:dashed;
}

#shopping-cart-table tbody tr td a.btn-remove,
#shopping-cart-table tbody tr td a.btn-edit {
	float:none;
	display:inline-block;
	font-size:10px;
}

#shopping-cart-table tbody tr td .nobr {
	font-size:12px;
}

#newsletter-footer-message,
#newsletter-footer-message2 {
	padding:5px 0 0;
	font-size:12px;
}

#checkout-subscribe-newsletter input {
	margin-top:0px!important;
}

ul.form-list select.validate-select {
	-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	border: 1px dashed #555;
	padding-right: 30px;
	padding-left:7px;
	text-indent: 0.01px;
	background: #FFF url('https://www.highchaircushion.co.uk/skin/frontend/default/mellis/images/select@2x.png') 97% center no-repeat;
	background-size:12px 11px;
	outline:none!important;
}

ul.form-list select.validate-select::-ms-expand {display:none;}

.homepage-image .page-title {
	text-align:center;
	margin:30px 0 40px;
}

.cms-perfect-match .page-title,
.cms-perfect-match-2 .page-title {
	text-align:center;
	margin:20px 0 40px;
	padding-top:30px;
}

.homepage-image .page-title h1,
.cms-perfect-match .page-title h1,
.cms-perfect-match-2 .page-title h1 {
	margin:0 0 10px;
}

.homepage-image .page-title p,
.cms-perfect-match .page-title p,
.cms-perfect-match-2 .page-title p {
	margin:0;
}

.block-layered-nav .block-title {
	text-transform:uppercase;
	font-weight:700;
	font-size:12px;
	color:#f1c200;
	border-top:2px solid #f1c200;
	border-bottom:2px solid #f1c200;
	padding:15px 0;
	margin:0 0 15px;
}

.block-layered-nav dd {
	margin:0 0 20px;
	border-bottom:1px solid #575656;
	padding:0 0 20px;
}

.block-layered-nav dt {
	text-transform:uppercase;
	font-size:14px;
	margin:0 0 10px;
}

.block-layered-nav ol li {
	list-style:none;
	font-size:13px;
}

.block-layered-nav dl ol li a:before {
	content:'';
	display:inline-block;
	width:12px;
	height:12px;
	border:1px solid #575656;
	margin:0 5px 0 0;
	vertical-align:-1px;
}

.block-layered-nav ol li a {
	color:#575656;
}

.block-layered-nav dd.last {
	margin:0;
}

.block-layered-nav a.btn-remove {
	float:right;
	margin-top:4px;
}

.block-layered-nav .currently ol {
	padding:0;
}

.block-layered-nav .actions {
	text-align:right;
	font-size:12px;
	margin:0 0 10px;
}

.category-banner {
	float:right;
	width:50%;
}

.category-banner .selling-conditions {
	font-size:15px;
	font-weight:bold;
}

/*.category-products .product-item:nth-child(5) {
	clear:both;
}*/

.product-page-cols .product-shop {
	margin-left:40px;
}

.cart-popup-upsell img {
	margin:0 auto;
}

.cart-popup-upsell .text {
	text-align:center;
	font-size:14px;
}

.cart-popup-upsell h3 {
	margin:0 0 2px;
	font-weight:bold;
	font-size:15px;
}

.cart-popup-upsell h3 a {
	color:#111;
}

.cart-popup-upsell button.btn-cart {
	width:21px;
	height:20px;
	right:auto!important;
	left:15px;
	background:url(https://www.highchaircushion.co.uk/skin/frontend/default/mellis/images/add@2x.png) no-repeat!important;
	background-size:100%!important;
}

.cart-empty {
	text-align:center;
	border-top:1px solid #575656;
	border-bottom:1px solid #575656;
	padding:138px 0;
}

body #co-checkout-form #checkout-subscribe-newsletter {
	padding-left:0px;
}

#map {
	height:250px;
	margin:15px 0 25px;
}

.about-contact-section {
	border-top:1px solid #575656;
	margin-top:60px;
}

.about-contact-section .page-title {
	padding-top:60px;
}

.cms-about .page-title,
.cms-contact .page-title,
.cms-our-factories .page-title {
	text-align:center;
}

#share-on-fb {
	width: 38px;
	display: inline-block;
	height: 32px;
	overflow: hidden;
	position: relative;
}

#share-on-fb span {
	position: absolute;
	background: #FFF;
	left: 0px;
	top: 0px;
	z-index: 1;
}

#share-on-fb span:last-child {
	z-index: 5;
}

.cms-page-view .col-main .std img {
	max-width: 100%;
	height: auto!important;
}

.cms-our-factories .about-page-cols {
	display: none;
}

.cms-about .page-title h1,
.cms-about .page-title h2,
.cms-contact .page-title h1,
.cms-contact .page-title h2,
.cms-our-factories .page-title h1,
.cms-our-factories .page-title h2 {
	margin:0 0 10px;
}

.about-page-cols,
.about-contact-section {
	font-size:16px;
}

.about-page-cols h2 {
	width:110px;
	height:110px;
	border:1px solid #f1c200;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	/*background:url(https://www.highchaircushion.co.uk/skin/frontend/default/mellis/images/type1@2x.png) no-repeat center;
	background-size:100%;*/
	margin:40px auto;
	line-height:110px;
	font-size:18px;
	text-transform:uppercase;
	color:#f1c200;
	text-align:center;
}

/*.about-page-cols h2.rectangle-type2 {
	background-image:url(https://www.highchaircushion.co.uk/skin/frontend/default/mellis/images/type2@2x.png);
}

.about-page-cols h2.rectangle-type3 {
	background-image:url(https://www.highchaircushion.co.uk/skin/frontend/default/mellis/images/type3@2x.png);
}

.about-page-cols h2.rectangle-type4 {
	background-image:url(https://www.highchaircushion.co.uk/skin/frontend/default/mellis/images/type4@2x.png);
}*/

.about-contact-section h3 {
	font-size:16px;
	font-weight:bold;
	margin:45px 0 15px;
}

.cms-store-locator .page-title {
	text-align:center;
}

.cms-store-locator .page-title h1 {
	margin:0 0 10px;
}

.store-locator-filters {
	padding:50px 0 40px;
	margin:0 0 40px;
	border-bottom:1px solid #575656;
}

.store-locator-filters label {
	text-transform:uppercase;
	margin:5px 5px 0 0;
	font-weight:normal;
	float:left;
}

.store-locator-filters span.select2-container {
	float:left;
	width:90px!important;
}

.store-locator-filters .store-filter-country span.select2-container {
	width:140px!important;
}

.store-locator-filters .select2-container--default .select2-selection--single {
	font-weight:bold;
	border-color:#FFF;
	overflow:hidden;
}

.store-locator-filters input[type="text"] {
	width:140px;
	text-align:center;
	border:none;
	border-bottom:1px solid #000;
	font-weight:bold;
	outline:none!important;
}

.store-locator-filters input[type="submit"] {
	text-align:center;
	text-align:center;
	border:none;
	outline:none!important;
	text-transform:uppercase;
	font-size:14px;
	background:none;
	font-weight:bold;
	vertical-align:middle;
	float:right;
	margin:25px 0 0;
	padding:10px 25px;
}

.store-result p {
	margin:0;
	font-size:16px;
}

.store-result h3 {
	font-size:18px;
	text-transform:uppercase;
	margin:0 0 10px;
}

.store-result + .store-result {
	margin-top:35px;
}

.store-locator-list {
	padding:80px 0 0;
}

.store-locator-list h4 {
	font-size:22px;
	font-weight:700;
	margin:0 0 50px;
	letter-spacing:5px;
	text-transform:uppercase;
}

.shop-list-item h3 {
	font-size:18px;
	text-transform:uppercase;
	margin:0;
}

.shop-list-item p {
	font-size:16px;
	margin:0;
}

.shop-list-item + .shop-list-item {
	margin-top:40px;
}

.store-locator-list h5 {
	text-transform:uppercase;
	font-size:17px;
	margin:0 0 20px;
	letter-spacing:5px;
	font-weight:bold;
}

.store-region + .store-region {
	margin:60px 0 0;
}

.store-locator-list a {
	color:#575656;
}

.section-custom-scroll {
	height:600px;
}

.nicescroll-rails:before {
	width:1px;
	content:'';
	border-right:1px dotted #70706f;
	height:100%;
	left:50%;
	z-index:1;
	position:absolute;
}

.choose-color-section {
	border-bottom:1px solid #d5d5d5;
	padding:0 0 30px 15px;
	margin:0 0 30px;
}

.choose-cushion-section {
	padding-left:15px;
}

.choose-color-section h4,
.choose-cushion-section h4,
.your-saved-combos h4 {
	font-size:18px;
	margin:0 0 15px;
}

.choose-color-section ul {
	padding:0;
	margin:0;
}

.choose-color-section ul li {
	list-style:none;
	float:left;
}

.choose-color-section ul li + li {
	margin-left:10px;
}

.choose-color-section ul li a {
	display:block!important;
	width:42px;
	height: 24.25px;
	position: relative;
	/*-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;*/
}

.choose-color-section ul li a:before,
.choose-color-section ul li a:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 21px solid transparent;
  border-right: 21px solid transparent;
}

.choose-color-section ul li a:before {
  bottom: 100%;
  border-bottom: 12.12px solid #64C7CC;
}

.choose-color-section ul li a:after {
  top: 100%;
  width: 0;
  border-top: 12.12px solid #64C7CC;
}

.choose-color-section ul li a.inactive {
	opacity:0.3;
}

.choose-color-actions {
	text-align:center;
	border-top:1px solid #d5d5d5;
	padding:30px 0 0;
	margin:30px 0 0;
}

.choose-color-actions a {
	font-weight:bold;
	font-size:18px;
	color:#575656;
	display:inline-block;
	margin:10px 0 0;
}

.choose-color-actions a span {
	font-size:13px;
	display:block;
	margin:5px 0 0;
	font-weight:normal;
}

.choose-color-actions button.match-btn {
	width: 89px;
	height: 84px;
	display: block;
	text-indent: 0;
	line-height: 1.2em;
	background: url(https://www.highchaircushion.co.uk/skin/frontend/default/mellis/images/add-btn@2x.png) no-repeat;
	background-size: 100%;
	font-size: 16px;
	text-transform: uppercase;
	padding: 0;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	margin:0 auto;
	text-decoration:none!important;
	outline:none!important;
	border:none;
}

.your-saved-combos,
.perfect-match-text {
	border-top:1px solid #d5d5d5;
	padding:40px 30px 0 30px;
	margin:40px 0 0;
}

.match-section {
	border-top:1px solid #d5d5d5;
	padding:40px 0 0;
	margin:40px 0 0;
}

.match-section-title {
	text-align:center;
	margin:0 0 40px;
}

.match-section-title h3 {
	font-size: 22px;
	margin: 0 0 10px;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #000;
}

.match-section-title p {
	margin:0;
}

.match-section-title .image img {
	margin:0 auto;
}

.match-section-title .image {
	position:relative;
}

button.share-match-btn {
	width: 96px;
	height: 91px;
	display: block;
	text-indent: 0;
	line-height: 1.2em;
	background: url(https://www.highchaircushion.co.uk/skin/frontend/default/mellis/images/add-btn@2x.png) no-repeat;
	background-size: 100%;
	font-size: 16px;
	text-transform: uppercase;
	padding: 0;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	margin:0 auto;
	text-decoration:none!important;
	outline:none!important;
	border:none;
	position:absolute;
	left:30px;
	top:-10px;
	z-index:10;
}

.your-chair-selected {
	border-bottom:1px solid #d5d5d5;
	padding:0 0 40px 40px;
	margin:0 0 40px;
}

.your-chair-selected h4,
.your-cushion-selected h4 {
	margin:0 0 30px;
}

.trip-trapp-product .image {
	float:left;
	width:133px;
}

.trip-trapp-product .text {
	padding:0 0 0 160px;
}

.trip-trapp-product .text h3 {
	font-weight:bold;
	text-transform:uppercase;
	margin:0 0 50px;
	font-size:21px;
}

.your-cushion-selected {
	padding-left:40px;
}

.your-cushion-selected .image {
	float:left;
	width:133px;
}

.your-cushion-selected .text {
	padding:0 0 0 160px;
}

.your-cushion-selected .text h3 {
	font-weight:bold;
	text-transform:uppercase;
	margin:0;
	font-size:21px;
}

.your-cushion-selected .product-price-actions {
	max-width:190px;
	padding:15px 0 0;
	position:relative;
}

.your-cushion-selected .product-price-actions button.btn-cart {
	top:10px;
}

.perfect-matches-favorites {
	border-top:1px solid #d5d5d5;
	padding:40px 0 0;
	margin:40px 0 0;
}

.perfect-matches-favorites .image img {
	max-height:212px;
	margin:0 auto;
}

.perfect-matches-favorites .color-used {
	margin:20px 0 20px;
	border-top:1px solid #d5d5d5;
	border-bottom:1px solid #d5d5d5;
	padding:0;
}

.perfect-matches-favorites .row .text {
	padding-left:50px;
}

.perfect-matches-favorites .color-used ul {
	margin:0;
	padding:0;
}

.perfect-matches-favorites .color-used ul li {
	list-style:none;
	padding-left:50px;
	position:relative;
	line-height:20px;
	margin:10px 0;
}

.perfect-matches-favorites .color-used ul li span {
	display:block;
	width:20px;
	height:20px;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	background-repeat:no-repeat;
	background-position:center;
	position:absolute;
	left:15px;
	top:0px;
	z-index:1;
	background-size: 100%;
}

a.check-fav-btn {
	display:inline-block;
	text-align:center;
	color:#575656;
	width:100%;
	font-size:16px;
	font-weight:bold;
}

.cushion-list {
	margin:0 -15px;
	position: relative;
}

.cushion-list-overlay,
.large-img-overlay {
	display: none;
	background-color: #FFF;
	background-color: rgba(255,255,255,.6);
	background-image: url(https://www.highchaircushion.co.uk/skin/frontend/default/mellis/images/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.cushion-list a {
	width:104px;
	display:block;
	float:left;
	margin:15px;
	border:1px solid #FFF;
}

.cushion-list a.active {
	border:1px solid #575656;
}

.your-saved-combos,
.match-section {
	display:none;
}

.your-saved-combos img {
	cursor:pointer;
}

.crosssell {
	border: 1px dashed #ddd;
	padding:25px;
}

.crosssell > h2 {
	font-size:20px;
	margin:0 0 20px;
	font-family:'AvenirNext-Bold';
	text-transform:uppercase;
}

#checkout-step-favorite {
	margin:0 0 30px;
}

.fav-store-notice {
	background:url(https://www.highchaircushion.co.uk/skin/frontend/default/mellis/images/note@2x.png) no-repeat left center;
	background-size:20px 23px;
	padding-left:25px;
	text-align:center;
	color:#f1c200;
	margin:30px 0 0;
}

.fav-store-notice p {
	margin:0;
	background:url(https://www.highchaircushion.co.uk/skin/frontend/default/mellis/images/note@2x.png) no-repeat right center;
	background-size:20px 23px;
	padding-right:25px;
}

a.cart-cont-sh {
	width:112px;
	font-size:12px;
	display:inline-block;
}

#shipping-belgium-text {
	margin:0 0 20px;
}

.pmw2 .choose-color-section ul li a:before,
.pmw2 .choose-color-section ul li a:after {
	display:none;
}

.pmw2 .choose-color-section ul li a {
	width:24px;
	height:24px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}

.fav-step {
	display:block;
	width:100px;
	height:106px;
	background:url(https://www.highchaircushion.co.uk/skin/frontend/default/mellis/images/step.png) no-repeat;
	background-size:100%;
	text-align:center;
	text-transform:uppercase;
	padding:30px 0 0;
	position:absolute;
	left:0px;
	top:-27px;
	z-index:2;
}

.fav-step strong {
	display:block;
	font-family:'AvenirNext-Bold';
	font-size:20px;
}

.pmw2 .choose-color-section h4,
.pmw2 .choose-cushion-section h4,
.pmw2 .your-saved-combos h4 {
	text-transform:uppercase;
	font-size:16px;
}

.pmw2 .choose-color-section,
.pmw2 .cushion-list-title {
	padding-left:125px;
	position:relative;
	border:none;
}

.pmw2 .cushion-list-title {
	margin:0 0 80px;
}

.pmw2 .cushion-list a {
	margin:0;
}

.pmw2 {
	padding-top:30px;
}

.steps-info {
	text-transform:uppercase;
	margin:40px 0 30px;
}

.steps-info .fav-step {
	position:static;
	display:inline-block;
	vertical-align:middle;
}

.steps-info .fav-step.fav-step-small {
	width:68px;
	height:72px;
	padding-top:14px;
}

.steps-info > span {
	margin:0 15px;
}

.cms-perfect-match .match-section {
	display:none!important;
}

.pmw2 .choose-color-actions a {
	text-transform:uppercase;
	font-size:16px;
}

.pmw2 .choose-color-actions a span {
	font-size:11px;
	text-transform:none;
}

.pmw2 .choose-color-actions p {
	margin:13px 0 0;
}

.perfect-match-main-img {
	position:relative;
	overflow:hidden;
}

.hex-overlay {
	width:100%;
	position:relative;
	z-index:2;
}

.hex-overlay + img.chair-img {
	position:absolute;
	z-index:1;
	left:50%;
	margin-left:-55%!important;
	top:15px;
	max-width:110%!important;
	width:110%!important;
}

.get-cushion-btn {
	display:none;
	background:url(https://www.highchaircushion.co.uk/skin/frontend/default/mellis/images/get.png) no-repeat;
	width:140px;
	height:149px;
	background-size:100%;
	color:#FFF!important;
	text-decoration:none!important;
	text-transform:uppercase;
	position:absolute;
	right:30px;
	bottom:30px;
	z-index:10;
	text-align:center;
	font-size:20px;
	padding:28px 0 0px;
	line-height:1.1em;
	-webkit-transform: rotate(9deg);
	-moz-transform: rotate(9deg);
	-o-transform: rotate(9deg);
}

.get-cushion-btn strong {
	display:block;
}

.get-cushion-btn span {
	text-decoration:underline;
}

/* ================== x. MEDIA QUERIES ================= */
@media screen and (max-width: 1779px) {
	.logo {
		width:189px;
		height:200px;
	}

	.user-menu ul li,
	.form-language label,
	.form-language select,
	#search_mini_form input[type="text"],
	#search_mini_form button[type="submit"] {
		font-size:12px;
	}

	#main-menu .navbar-nav > li {
		font-size:16px;
	}

	#main-menu .navbar-nav > li + li {
		margin-left:40px;
	}

	.navbar-default .navbar-nav > li ul {
		width:180px;
		margin-left:-90px;
	}

	.navbar-default .navbar-nav > li ul li {
		font-size:16px;
	}

	.selling-conditions {
		font-size:16px;
	}

	body {
		font-size:16px;
	}

	.homepage-content .page-title h2,
	.homepage-deal h3 {
		font-size:34px;
	}

	.text-2cols {
		font-size:24px;
	}

	.homepage-products h2 {
		font-size:36px;
	}

	.product-item .text {
		padding-left:2%;
		width:auto;
		display:block;
	}

	button.btn-cart,
	.product-item .text .ajax-loader-img {
		right:2%;
	}

	.sidebar-catalogue a {
		font-size:24px;
	}
}

@media screen and (max-width:1199px) {
	body {
		font-size:14px;
	}

	.logo {
		width:113px;
		height:120px;
	}

	.user-menu ul li + li {
		margin-left:20px;
	}

	.user-menu ul li,
	.form-language label,
	.form-language select,
	#search_mini_form input[type="text"],
	#search_mini_form button[type="submit"] {
		font-size:12px;
	}

	.header.sticky .form-language label {
		margin-top:3px;
		float:left;
	}

	#main-menu .navbar-nav > li {
		font-size:14px;
	}

	#main-menu .navbar-nav > li + li {
		margin-left:30px;
	}

	.top-menu {
		margin:5px 0 20px;
	}

	.navbar-default .navbar-nav > li ul li {
		font-size:13px;
	}

	.navbar-default {
		min-height:30px;
	}

	.selling-conditions {
		font-size:14px;
	}

	.homepage-deal .image {
		max-width:280px;
	}

	.homepage-deal .text {
		padding:25px 0 0 340px;
	}

	.text-2cols {
		font-size:20px;
	}

	.homepage-products h2 {
		font-size:36px;
	}

	.product-item h3 {
		font-size:18px;
	}

	.footer-menu-box + .footer-menu-box {
		margin-left:55px;
	}

	.header.sticky .user-menu ul li, .header.sticky .form-language label, .header.sticky .form-language select, .header.sticky #search_mini_form input[type="text"], .header.sticky #search_mini_form button[type="submit"] {
		font-size:12px;
	}

	.header.sticky #main-menu .navbar-nav > li {
		font-size:14px;
	}

	.header.sticky #main-menu .navbar-nav > li + li {
		margin-left:20px;
	}

	.product-page-cols > div {
		width:100%;
		left:0px;
	}

	.catalog-product-view .page-wrapper {
		padding-top:30px;
	}

	.product-shop .price-box {
		margin:0 0 15px;
	}

	p.email-friend {
		margin-top:15px;
	}

	.product-shop button.btn-cart {
		display:inline-block;
		margin:0 0 0 20px;
		vertical-align:middle;
	}

	.step-title h2 {
		font-size:16px;
		padding:8px 0 0 39px;
	}

	.step-title span.number {
		width:32px;
		height:32px;
		line-height:32px;
		font-size:18px;
	}

	body #checkoutSteps li#right_collumn {
		min-width:280px;
	}

	.category-banner {
		width:100%;
		float:none;
	}
	
	.pmw2 > .row > div {
		width:100%;
	}
	
	.pmw2 > .row > div + div {
		margin-top:50px;
	}
	
	.perfect-match-main-img img,
	.perfect-match-main-img {
		max-width:600px;
		margin:0 auto;
	}
}

@media (max-width:1100px) {
	body #checkoutSteps li#left_collumn,
	body #checkoutSteps li#center_column {
		width:47%;
	}
}

@media screen and (max-width: 991px) {
	.form-language {
		clear:both;
		float:right;
	}

	#search_mini_form {
		float:right;
		margin:0;
	}

	#main-menu .navbar-nav > li + li {
		margin-left:15px;
	}

	#main-menu .navbar-nav > li {
		font-size:12px;
	}

	.navbar-default .navbar-nav > li.parent > a:after {
		border-width:6px 4px 0 4px;
		margin-left:8px;
	}

	.navbar-default .navbar-nav > li ul li a {
		padding:3px 10px;
		font-size:12px;
	}

	.home-badge {
		width:200px;
		height:94px;
		padding:11px 0 0;
		right:-14px;
		font-size:14px;
		line-height:1em;
	}

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

	.selling-conditions p {
		text-align:center;
		float:none;
	}

	.selling-phone {
		float:none;
		display:inline-block;
	}

	.homepage-content .page-title h2 {
		font-size:28px;
	}

	.homepage-deal {
		padding:25px 0;
	}

	.home-page-content {
		/*-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;*/
	}

	.homepage-deal h3 {
		font-size:28px;
		margin:0 0 25px;
	}

	.homepage-deal .image {
		max-width:240px;
	}

	.homepage-deal .text {
		padding-left:270px;
	}

	.text-3cols {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		font-size:16px;
	}

	.homepage-products h2 {
		font-size:28px;
	}

	.footer-newsletter {
		margin-top:25px;
		float:none;
	}

	.side-banner-1 p + p,
	.side-banner-2 p + p {
		font-size:20px;
	}

	.sidebar-catalogue a {
		font-size:20px;
		padding:16px 0;
	}

	.product-text-cols > div {
		margin-bottom:30px;
	}

	.product-text-cols h3 {
		margin:0 0 10px;
	}

	.home-badge h5 {
		font-size:12px;
		color:#FFF;
		-webkit-text-stroke-width: 0px;
		-webkit-text-stroke-color: #FFF;
		-webkit-text-fill-color: #FFF;
	}

	.product-cat-message > div {
		width:740px;
		margin-left:-370px;
	}

	.homepage-deal .col-sm-6:nth-child(2n+1),
	.about-page-cols .col-sm-6:nth-child(2n+1) {
		clear:both;
	}

	.homepage-image {
		padding-top:70px;
	}

	.about-page-cols, .about-contact-section {
		font-size:14px;
	}

	.col-md-8 > .col-main {
		padding-left:20px;
	}
}

@media screen and (min-width:768px) {
	li#opc-newsletter {
		padding-left:15px;
	}
}

@media screen and (max-width:767px) {
	body {
		font-size:12px;
	}

	.sidebar {
		margin-left:auto;
		margin-right:auto;
	}

	.col-md-8 > .col-main {
		padding-left:0px;
	}

	.container {
		width:480px;
	}

	.logo {
		width:47px;
		height:50px;
	}

	.container > .navbar-header {
		margin:0;
	}

	.navbar-toggle .icon-bar {
		background:#575756;
	}

	a.top-link-cart {
		color:#575756;
	}

	.navbar-toggle {
		margin:0;
		padding:4px 5px 4px 15px;
		border:none;
	}

	.navbar-toggle.collapsed {
		padding:4px 10px;
	}

	a.top-link-cart {
		background:url(https://www.highchaircushion.co.uk/skin/frontend/default/mellis/images/cart@2x.png) no-repeat right center;
		display:block;
		padding-right:30px;
		background-size:24px 24px;
		float:left;
		text-transform:uppercase;
		line-height:24px;
		margin:4px;
		float:right;
	}

	.header.sticky a.top-link-cart {
	  background-image: url(https://www.highchaircushion.co.uk/skin/frontend/default/mellis/images/cart-sticky@2x.png);
	  background-size: 22px 22px;
	}

	.header.sticky .navbar-toggle .icon-bar {
		background:#FFF;
	}

	.header.sticky .sticky-trigger {
		display:none;
	}

	.header.sticky .navbar {
		min-height:1px;
	}

	.header.sticky #main-menu .navbar-nav > li + li {
		margin:0;
	}

	.header.sticky #main-menu .navbar-nav > li > a {
		color:#FFF;
	}

	.header.sticky .main-menu {
		display:block;
	}

	.form-language label {
		display:none;
	}

	.top-menu {
		margin:0;
	}

	.form-language {
		margin-left:20px;
	}

	.main-menu {
		float:none;
	}

	#main-menu .navbar-nav > li + li {
		margin:0;
	}

	.navbar-nav {
		margin:0;
	}

	.navbar-toggle .icon-bar {
		-webkit-transition: -webkit-transform 0.15s linear;
		-o-transition: -o-transform 0.15s linear;
		-ms-transition: -ms-transform 0.15s linear;
		-moz-transition: -moz-transform 0.15s linear;
		transition: transform 0.15s linear;
		-webkit-transform-origin: 50% 50%;
		-o-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}
	.navbar-toggle .icon-bar:nth-child(1) {
		-webkit-transform: rotate(45deg) translate3d(0, 4px, 0);
		-o-transform: rotate(45deg) translate3d(0, 4px, 0);
		-ms-transform: rotate(45deg) translate3d(0, 4px, 0);
		-moz-transform: rotate(45deg) translate3d(0, 4px, 0);
		transform: rotate(45deg) translate3d(0, 4px, 0);
		margin-top:8px;
	}
	.navbar-toggle .icon-bar:nth-child(2) {
		opacity: 0;
	}
	.navbar-toggle .icon-bar:nth-child(3) {
		-webkit-transform: rotate(-45deg) translate3d(5px, -5px, 0);
		-o-transform: rotate(-45deg) translate3d(0, -5px, 0);
		-ms-transform: rotate(-45deg) translate3d(0, -5px, 0);
		-moz-transform: rotate(-45deg) translate3d(0, -5px, 0);
		transform: rotate(-45deg) translate3d(0, -5px, 0);
	}

	.navbar-toggle.collapsed .icon-bar {
		opacity:1;
		-webkit-transform: rotate(0) translate3d(5px, 5px, 0);
		-o-transform: rotate(0) translate3d(0, 5px, 0);
		-ms-transform: rotate(0) translate3d(0, 5px, 0);
		-moz-transform: rotate(0) translate3d(0, 5px, 0);
		transform: rotate(0) translate3d(0, 5px, 0);
		margin-top:0px;
	}

	.navbar-toggle .icon-bar + .icon-bar {
		margin-top:1.5px;
	}

	.navbar-toggle.collapsed .icon-bar + .icon-bar {
		margin-top:4px;
	}

	.home-badge {
		top:10px;
		font-size:11px;
		width:175px;
		height:59px;
		line-height:1.4em;
		padding-top:8px;
	}

	.home-badge h5 {
		font-size:10px;
		margin:3px 0 0;
	}

	input[type="text"],
	input[type="email"],
	input[type="password"],
	input[type="submit"] {
		-webkit-appearance: none;
		border-radius: 0;
	}

	.selling-conditions {
		font-size:12px;
	}

	.navbar-default .navbar-nav > li {
		border-bottom:1px solid #f1c200;
	}

	.navbar-default .navbar-nav > li > a {
		padding:3px 5px;
		display:inline-block;
	}

	.navbar-default .navbar-nav > li ul {
		border:none;
		margin:0 0 0 15px;
		width:auto;
		position:static;
	}

	.more-views ul {
		float: none;
		width: auto;
	}

	.selling-conditions p {
		line-height:1.2em;
	}

	.homepage-content {
		padding:15px 0;
	}

	.homepage-content .page-title h2 {
		font-size:20px;
	}

	.home-page-content {
		/*-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;*/
	}

	.text-3cols {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		font-size:14px;
	}

	.homepage-deal .image {
		float:none;
		margin:0 auto 15px;
		max-width:200px;
	}

	.homepage-deal .text {
		padding:0;
	}

	.homepage-deal h3 {
		font-size:24px;
		margin:0 0 15px;
	}

	.homepage-products h2 {
		font-size:24px;
	}

	.product-item .text {
		padding-left:14%;
		padding-right:28%;
	}

	button.btn-cart,
	.product-item .text .ajax-loader-img {
		right:14%;
	}

	.prefooter h4 {
		font-size:20px;
		margin-bottom:0px;
	}

	.prefooter img {
		margin-top:20px;
		max-width:260px;
	}

	.footer-menu-box {
		float:none;
		margin:0 0 20px!important;
		text-align:center;
	}

	.prefooter {
		margin:15px 0;
	}

	.footer-menu-box h3 {
		font-size:18px;
		margin:0 0 5px;
	}

	#search_mini_form input[type="text"] {
		width:90px;
	}

	.footer-newsletter h3 {
		font-size:18px;
		text-align:center;
	}

	.footer-newsletter input[type="submit"] {
		font-size:16px;
	}

	.navbar-default {
		min-height:0px;
	}

	.product-shop .short-description,
	.product-shop .product-name h1 {
		font-size:20px;
	}

	.product-shop .price-box {
		font-size:16px;
	}

	.product-shop button.btn-cart {
		font-size:12px;
		margin-left:15px;
	}

	p.email-friend {
		font-size:12px;
	}

	.more-views ul li {
		width:23%;
		float:left;
		margin:0 2% 2% 0;
	}

	.product-item {
		border-bottom:1px solid #cacaca;
		padding-bottom:10px;
		padding-top:10px;
	}

	.category-title h1 {
		right:auto;
		left:15px;
		top:15px;
		font-size:20px;
	}

	.page-title h1,
	.page-title h2 {
		font-size:16px;
		margin:0 0 20px;
		letter-spacing:2px;
	}

	.checkout-page-inner .page-title:before {
		top:43%;
	}

	dl.sp-methods {
		margin:0;
	}

	#co-checkout-form #checkoutSteps li.section {
		margin-bottom:40px!important;
	}

	#co-checkout-form #checkoutSteps li.section#opc-coupon {
		margin-bottom:0!important;
	}

	#co-checkout-form .opc .step {
		padding:0!important;
	}

	body #checkoutSteps li#left_collumn,
	body #checkoutSteps li#center_column,
	body #checkoutSteps li#right_collumn {
		width:100%!important;
		margin:0!important;
	}

	#checkoutSteps {
		min-width:100%!important;
	}

	.cart-table tfoot button {
		display:block;
		float:none;
		width:100%;
		margin:5px 0;
		max-width:100%;
	}

	.checkout-cart-index .sidebar {
		padding-top:50px;
	}

	.checkout-page-inner {
		margin-top:0px;
	}

	h2.product-name {
		font-size:14px;
	}

	.data-table tbody th,
	.data-table tbody td {
		font-size:10px;
		padding:2px 3px;
	}

	.data-table thead th {
		padding:3px 3px;
		font-size:10px;
	}

	td.product-title-td {
		width:50%;
	}

	.col2-set .col-1,
	.col2-set .col-2 {
		float:none;
		width:auto;
	}

	#search_mini_form {
		margin-top:4px;
	}

	.cart-subtotal-row h3 {
		font-size:14px;
	}

	.cart-table input.qty {
		width:12px;
	}

	.lookbook-products .product-item .image {
		float:none;
		width:auto;
	}

	.lookbook-products .product-item .image img {
		margin:0 auto;
		max-width:280px;
	}

	.lookbook-products .product-item .text {
		padding:0;
		padding-left: 14%;
		padding-right: 28%;
	}

	.lookbook-products .product-item button.btn-cart {
		top:0;
	}

	.product-desc-price p, .product-desc-price div {
		display:block;
		width:auto;
	}

	.lookbook-products .product-item {
		border:none;
	}

	.lookbooks-pagination {
		bottom:auto;
		top:-25px;
	}

	.product-cat-message > div {
		width:300px;
		margin-left:-150px;
		padding:10px;
		top:29%;
	}

	.popup-added-cart h5 {
		font-size:16px;
		display:none;
	}

	.cart-popup-upsell {
		display:none;
	}

	.popup-added-product .minicart-table td.image-container {
		width:60px;
	}

	.popup-added-product .minicart-table td {
		font-size:12px;
	}

	.popup-added-product .minicart-table td h3 {
		font-size:14px;
	}

	table.popup-cart,
	div.popup-added-cart:before {
		display:none;
	}

	.continue-shopping-div {
		padding:10px 0 0;
	}

	@keyframes fadeInMessage {
		from { top: -84px; }
		to   { top: 29%; }
	}

	@-moz-keyframes fadeInMessage {
		from { top: -84px; }
		to   { top: 29%; }
	}

	@-o-keyframes fadeInMessage {
		from { top: -84px; }
		to   { top: 29%; }
	}

	@-webkit-keyframes fadeInMessage {
		from { top: -84px; }
		to   { top: 29%; }
	}

	.cart-table tfoot button.go-to-checkout-btn {
		margin:0 auto;
		display:block;
	}

	.cart-table tfoot button, #co-checkout-form li#opc-coupon .form-list .button {
		min-height:20px;
		font-size:12px;
	}

	.lookbook-title {
		margin:0 0 20px;
	}

	.category-banner .selling-conditions {
		font-size:12px;
	}

	.product-text-cols h3,
	.box-up-sell > h2 {
		font-size:16px;
	}

	#map-canvas {
		margin:0 0 25px;
		height:250px!important;
	}

	.store-locator-filters input[type="submit"] {
		float:none;
		margin:10px 0 0;
	}

	.section-custom-scroll {
		margin:0 0 40px;
		height:auto;
	}

	.choose-color-section ul li a {
		width:32px;
		height:18.48px;;
	}

	.choose-color-section ul li a:before,
	.choose-color-section ul li a:after {
	  border-left-width: 16px;
	  border-right-width: 16px;
	}

	.choose-color-section ul li a:before {
	  border-bottom-width: 9.24px;
	}

	.choose-color-section ul li a:after {
	  border-top-width: 9.24px;
	}

	.choose-color-section ul li {
		margin:12px 5px!important;
	}

	.cushion-list a {
		margin:10px;
	}

	.your-saved-combos,
	.your-chair-selected,
	.your-cushion-selected,
	.perfect-matches-favorites .row .text {
		padding-left:0px;
	}
	
	.perfect-match-text {
		padding-left:0px;
		padding-right:0px;
	}

	.your-cushion-selected .text,
	.trip-trapp-product .text {
		padding-left:130px;
	}

	.your-cushion-selected .image,
	.trip-trapp-product .image {
		width:110px;
	}
	
	.perfect-match-main-img img {
		max-width:100%;
	}
	
	.pmw2 .choose-color-section, .pmw2 .cushion-list-title {
		padding-left:0px;
	}
	
	.fav-step {
		position:static;
		margin:0 auto 10px;
	}
	
	.pmw2 .cushion-list-title {
		margin-bottom:20px;
	}
	
	.pmw2 .cushion-list a {
		margin:9px;
	}
	
	.get-cushion-btn {
		right:0px;
		bottom:0px;
		font-size:14px;
		width:80px;
		height:85px;
		padding-top:12px;
	}
}

@media screen and (max-width:479px) {
	.container {
		width:320px;
	}
}