/***************************************** 
DESIGNED & DEVELOPED BY DESIGN380 LIMITED
------------------------------------------
WWW.DESIGN380.COM
INFO@DESIGN380.COM
*****************************************/

/*****************************************
BODY STYLES
*****************************************/
* {
	margin: 0;
}
body {
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #7d7d7d;
	background: #f7f7f7;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	overflow-x: hidden;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -474px;
}
.push {
	height: 474px;
	clear: both;
}
/*****************************************
TYPOGRAPHY
*****************************************/
h1,h4 {
	font-size: 18px;
	color: #c80000;
	font-weight: 700;
}
h2 {
	font-size: 16px;
	color: #c80000;
	font-weight: 700;
}
h3 {
	font-size: 16px;
	color: #c80000;
	font-weight: 700;
}
/*****************************************
LINKS AND HIGHLIGHT STYLES
*****************************************/
::-moz-selection {
	background: #bf1e2e;
	color:#fff;
}
::selection {
	background: #bf1e2e;
	color: #fff;
}
a:link, a:active, a:visited {
	color: #c80000;
	text-decoration: none;
}
a:hover {
	color: #1f408d;
	text-decoration: none;
	-webkit-transition: color .1s ease-in;
	-moz-transition: color .1s ease-in;
	-o-transition: color .1s ease-in;
	transition: color .1s ease-in;
}
a.remove-btn{
	border-radius:3px;
	margin:0;
	padding:4px 10px;
}
/*****************************************
BUTTON STYLES
*****************************************/
.btn-primary {
	background: #c80000;
	color:#fff!important;
	border: none;
	border-radius: 0;
	padding:8px 18px;
	margin-top: 10px;
}
.btn-primary:hover {
	background: #1f408d;
	-webkit-transition: background .1s ease-in;
	-moz-transition: background .1s ease-in;
	-o-transition: background .1s ease-in;
	transition: background .1s ease-in;
}
/*****************************************
HEADER STYLES
*****************************************/
.top-nav {
	background: #f1f1f1;
	border-top:solid 3px #c80000;
	height: 45px;
}
.top-nav ul {
	float: right;
	list-style: none;
}
.top-nav ul li {
	float: left;
	margin-left: 20px;
	font-size: 12px;
}
.top-nav ul li a {
	color:#7d7d7d;
	display: block;
	height: 45px;
	line-height: 41px;
}
.top-nav ul li a:hover {
	color:#1f408d;
}
.header {
	background: #fff;
	height: 128px;
}
a.logo {
	float: left;
	display: block;
	height: auto;
	text-indent: -9999px;
	/*background: url(../images/logo.png) no-repeat left top;*/
}
p.header-phone {
	font-size:30px;
	color: #1f408d;
	font-weight: 700;
	margin-top: 41px;
	float: left;
}
p.header-phone span {
	color:#a9a9a9;
	font-weight: 300;
	font-size: 16px;
}
ul.account-menu {
	float: left;
	list-style: none;
	margin-top: 29px;
}
ul.account-menu li {
	float: left;
	padding-left: 20px;
	background: url(../images/tiny-bullet.png) no-repeat 9px 9px;
}
.ie8 ul.account-menu li a {
	font-size: 12px;
}
.ie8 .basket-group button {
	font-size: 12px;
}
ul.account-menu li:first-child {
	background: none;
}
ul.account-menu li a {
	display: block;
	color: #1f408d;
	font-weight: 700;
	font-size: 14px;
}
.basket-group {
	float: right;
	max-width: 153px;
}
button.basket-toggle {
	border:none;
	margin-top: 23px;
	font-weight: 700;
	color:#7d7d7d;
	position: relative;
	padding-right: 40px;
}
button.basket-toggle span {
	width: 19px;
	height: 16px;
	display: block;
	background: url(../images/icon-trolly.png) no-repeat left top;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 10px;
}
.basket-menu {
	min-width:360px;
	left:auto;
	right: 0;
	padding: 10px;
}
.basket-menu ul {
	list-style: none;
}
.basket-buttons {
	float: right;
}
a.view-basket-btn {
	background: #1f408d;
	color: #fff;
	font-weight: 700;
	border:none;
}
a.checkout-btn {
	background: #c80000;
	color: #fff;
	font-weight: 700;
	border:none;
}
a.view-basket-btn, a.checkout-btn {
	padding: 12px 12px;
}
button.update-btn {
	background:#6C0;
	color: #fff;
	font-weight: 700;
	border:none;
}
button.view-basket-btn {
	background: #1f408d;
	color: #fff;
	font-weight: 700;
	border:none;
}
button.checkout-btn {
	background: #c80000;
	color: #fff;
	font-weight: 700;
	border:none;
}
button.view-basket-btn, button.checkout-btn, button.update-btn {
	padding: 12px 12px;
}
tr.thick-border {
	border-top: solid 3px #ddd;
}
form.search {
	margin-top: 15px;
	float: left;
	width: 100%;
	position: relative;
}
form.search input {
	border-radius: 0;
	border: solid 1px #f1f1f1;
	height: 35px;
	box-shadow: none;
	padding-right: 40px;
	width: 370px;
}
form.search button {
	background: url(../images/icon-search.png) no-repeat left top;
	border:none;
	text-indent: -9999px;
	text-transform: capitalize;
	width: 31px;
	height: 35px;
	position: absolute;
	top: 0px;
	right: 56px;
	border-radius: 0;
}
form.search .form-control:focus {
	border-color: #f1f1f1;
	box-shadow:none;
}
a.icon-facebook {
	display: block;
	width: 35px;
	height: 35px;
	position: absolute;
	top: 0px;
	right: 0px;
}
span.menu-btn {
	display: block;
	color:#fff;
	padding:6px 12px;
	border:solid 1px #fff;
	float: right;
}
/*****************************************
NAVIGATIONS
*****************************************/
.main-nav {
	background: #1f408d;
	height: 61px;
}
.navbar-default {
	height: 61px;
	background: #1f408d;
	border:none;
	border-radius: 0;
}
.navbar-nav {
	height: 61px;
}
.navbar-nav > li > a {
	padding: 21px 12px;
}
.ie8 .navbar-nav > li > a  {
	line-height: 31px;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
	height: 61px;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color:#f1f1f1;
	background: #1f408d;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	background: #1f408d;
	color:#fff;
}
.bottom-nav {
	height: 75px;
	background: #f1f1f1;
	margin-bottom: 30px;
}
.bottom-nav ul {
	float: left;
	width: 100%;
	height: 75px;
	list-style: none;
}
.bottom-nav ul li {
	float: left;
	overflow: hidden;
}
.bottom-nav ul li:first-child {
	border:none;
}
.bottom-nav ul li a {
	height: 75px;
	font-size: 16px;
	font-weight: 700;
	color: #1f408d;	
	display: block;
	width: 389px;
	padding-left: 60px;
	padding-top: 16px;
	position: relative;
}
.bottom-nav ul li a span {
	color: #7d7d7d;
}
.ie8 .bottom-nav ul li a span {
	font-size:11px;
}
.bottom-nav ul li a img {
	position: absolute;
	top: 50%;
	margin-top: -17px;
	left: 20px;
}
.bottom-nav ul li a:hover {
	color:#c80000;
}
/*****************************************
SLIDER
*****************************************/
.bx-wrapper .bx-prev {
	background: url(../images/slider-controls.png) no-repeat left top;
	left: 0;
}
.bx-wrapper .bx-next {
	background: url(../images/slider-controls.png) no-repeat right top;
	right: 0;
}
.bx-wrapper .bx-controls-direction a {
	width: 21px;
	height: 42px;
}
.bx-wrapper .bx-next:hover {
	background: url(../images/slider-controls.png) no-repeat right top;
}
.bx-wrapper .bx-prev:hover {
	background: url(../images/slider-controls.png) no-repeat left top;
}
.slider-caption {
	background: url(../images/black-transparent.png) repeat left top;
	height: 80px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 10px;
}
.slider-caption p {
	color:#fff;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0;
	margin-top: 9px;
}
.slider-caption p span {
	font-size: 14px;
	color: #a7a7a7;
}
a.slider-cta {
	background: #1f408d;
	display: block;
	padding: 12px 16px;
	position: absolute;
	right: 10px;
	color:#fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: -22px;
	top: 50%;
}
a.slider-cta:hover {
	background: #c80000;
	-webkit-transition: background .1s ease-in;
	-moz-transition: background .1s ease-in;
	-o-transition: background .1s ease-in;
	transition: background .1s ease-in;
}
span.white-arrow-big {
	background: url(../images/white-arrow-big.png) no-repeat left top;
	width: 7px;
	height: 13px;
	margin-left: 10px;
}
span.white-arrow-small {
	background: url(../images/white-arrow-small.png) no-repeat left top;
	width: 6px;
	height: 10px;
	margin-left: 10px;
}
/*****************************************
SLIDER RIGHT BOXES
*****************************************/
.special-offers {
	height: 189px;
	background: #162b60 url(../images/special-offers-bg.jpg) center center;
}
.new-ranges {
	height: 189px;
	background: #a80000 url(../images/view-ranges-bg.jpg) center center;
	margin-top: 31px;
}
.new-ranges, .special-offers {
	position: relative;
}
.special-offers a, .new-ranges a {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}
/*****************************************
HOMEPAGE PRODUCTS
*****************************************/
.homepage-products {
	padding: 30px 0 0 0;
	background: #f7f7f7;
	margin-top: 30px;
}
.product-categories .new-cat-container {
	margin-bottom: 30px;
}
.product h2 {
	height:36px;
	display:block;
	overflow:hidden;
}
.blue-area {
	background: url(../images/blue-transparent.png) repeat left top;
	height: 33px;
	position: absolute!important;
	bottom: 0px;
	width: 100%;
	padding: 7px;
}
.blue-area p {
	margin-bottom: 0;
	font-size: 14px;
	color:#fff;
	float: left;
}
.new-cat-container {
	overflow: hidden;
}
.product-categories a {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	width: 100%;
	height: 100%;
	z-index:9999;
	text-indent: -9999px;
}
.testimonials {
}
.testimonials p {
	margin-bottom: 5px;
}
.testimonials p span {
	margin-bottom: 5px;
	color: #1f408d;
}
/*****************************************
BASKET STYLES
*****************************************/
.basket-table>thead>tr>th, .basket-table>tbody>tr>th, .basket-table>tfoot>tr>th, .basket-table>thead>tr>td, .basket-table>tbody>tr>td, .basket-table>tfoot>tr>td {
	padding: 10px;
}
/*****************************************
CATEGORY PAGES STYLES
*****************************************/
.cat-desc {
	background: #e6e6e6;
	padding: 20px;
}
.cat-desc-container {
	padding-left: 0;
}
.cat-img {
	padding-right: 0;
}
.cat-desc h1 {
	margin-top: 0;
}
.cat-desc p:first-of-type {
	font-size:16px;
	color:#494949;
}
.b-m-30 {
	margin-bottom: 30px;
}
.filter-menu, .filter-menu .panel-heading {
	border-radius: 0;
}
.filter-menu .panel-heading {
	font-size: 16px;
	color:#c80000;
	font-weight: 700;
}
.filter-menu .panel-body {
	padding: 10px;
}
.filter-options .panel-heading a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px;
	color:#787878;
	font-size: 14px;
	position: relative;
}
.filter-options .panel-heading a span {
	background: url(../images/filter-icon.jpg) no-repeat left top;
	width: 14px;
	height: 14px;
	display: block;
	position: absolute;
	top: 14px;
	right: 0px;
}
.filter-options, .filter-options .panel-heading {
	padding: 0;
	background: none;
	border:none;
	box-shadow: none;
}
.filter-options .panel-heading a.collapsed span {
	background: url(../images/filter-icon.jpg) no-repeat left bottom;
}
.filter-options .panel-collapse ul li {
	background: url(../images/red-arrow-small.png) no-repeat left 8px;
	padding-left: 20px;
}
.filter-options .panel-collapse ul li a {
	padding: 2px 0;
	display: block;
	color:#787878;
}
.filter-options .panel-collapse ul li a:hover {
	color:#c80000;
}
.product {
	background: #fff;
	padding: 5px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.15);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.15);
	box-shadow: 0 0 5px rgba(0,0,0,.15);
	margin-bottom: 30px;
}
.product h2 {
	margin-top: 10px;
	display:block;
	height:50px;
	overflow:hidden;
}
.product p.code {
	font-size: 12px;
	color: #494949;
	display:block;
	height:50px;		
	overflow:hidden;
}
.product p {
	font-size: 18px;
	color: #1f408d;
	margin-bottom: 0;
}
.product p span {
	font-size: 13px;
}
.product hr {
	margin:8px 0;
}
a.view-product {
	display: block;
	text-indent: -9999px;
	background: #1f408d url(../images/magnifying-glass-icon.png) no-repeat center center;
	width: 44px;
	height: 43px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	float: right;
}
button.add-basket {
	display: block;
	text-indent: -9999px;
	background: #ff0000 url(../images/basket-icon.png) no-repeat center center;
	width: 44px;
	height: 43px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	float: right;
	border:none;
	margin-left: 10px;
}
a.view-product:hover {
	background: #ff0000 url(../images/magnifying-glass-icon.png) no-repeat center center;
}
button.add-basket:hover {
	background: #1f408d url(../images/basket-icon.png) no-repeat center center;	
}
.pagination {
	float: right;
	margin-top: 0;
	margin-bottom: 0;
}
.product-detail h1 {
	font-size: 34px;
	margin-top: 0;
}
.product-price {
	background: #f1f1f1;
	padding: 20px;
	border-top:1px solid #d0d0d0;
	border-bottom:1px solid #d0d0d0;
	margin-bottom: 20px;
}
.product-price p {
	font-size: 28px;
	color:#1f408d;
	margin-bottom: 0;
	float: left;
	line-height: 37px;
}
.product-price p span {
	font-size: 19px;
}
button.add-basket-detail {
	text-indent: 0px;
	color:#fff;
	width: auto;
	background: #ff0000 url(../images/basket-icon.png) no-repeat 10px center;
	font-size: 15px;
	font-weight: bold;
	height: auto;
	padding: 10px 10px 10px 40px;
}
button.add-basket-detail:hover {
	background: #1f408d url(../images/basket-icon.png) no-repeat 10px center;
}
#product-tabs {
	margin-top: 20px;
}
#myTabContent {
	background:#fff;
	padding: 10px;
	border: 1px solid #ddd;
}
.nav-tabs {
	border-bottom: none;
}
hr {
	border-top: 1px solid #d0d0d0;
	margin-bottom: 0;
}
/*****************************************
BESPOKE FURNITURE STYLES
*****************************************/
.bespoke-form {
	padding: 20px;
	background: #fff;
	margin-top: 10px;
}
.bespoke-benefits ul {
	float: left;
	width: 100%;
}
.bespoke-benefits ul li {
	width: 100%;
	display: block;
	margin: 5px 0;
	background: url(../images/red-arrow-small.png) no-repeat left 7px;
	padding-left: 20px;
}
/*****************************************
FOOTER STYLES
*****************************************/
body#contact .footer {
	margin-top: 0;
}
body#contact .push, body#contact .wrapper {
	height: 463px!important;
}
.footer {
	background: #e8e8e8;
	border-bottom:2px solid #c80000;
	padding-top: 30px;
	margin-top: 30px;
}
.footer ul {
	width: 100%;
	float: left;
	list-style: none;
}
.footer ul li {
	float: left;
	width: 100%;
	background: url(../images/blue-bullet.png) no-repeat left center;
}
.footer ul li a {
	display: block;
	color:#7d7d7d;
	padding: 5px 0 5px 20px;
}
.footer ul li a:hover {
	color:#1f408d;
}
img.payments-img {
	margin-top: 60px;
}
a.facebook {
	display: block;
	float: right;
	margin-top: 30px;
}
.footer hr {
	border-top:1px solid #d0d0d0;
}
p.copyright {
	font-size:13px;
	margin-bottom: 30px;
}
p.copyright span {
	font-size:12px;
}
p.D380 {
	margin-top: 42px;
	font-size: 12px;
	display: block;
}
/*****************************************
SIDEBAR STYLES
*****************************************/
.sidebar-box {
	background: #f1f1f1;
	padding: 20px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-clip: padding-box;
	margin-bottom: 20px;
}
address {
	margin-bottom: 0;
}
.sidebar-box h4 {
	margin-top: 0;
}
/*****************************************
CONTACT PAGE STYLES
*****************************************/
.contact-form {
	margin-top: 20px;
}
.contact-send {
	float: right;
	margin-top: 30px;
	padding: 10px 30px;
}
.captcha {
	margin-top: 10px;
}
#map_canvas {
	width: 100%;
	height: 350px;
	margin-top: 20px;
	float: left;
}
/*****************************************
MISC STYLES
*****************************************/
.col-100 {
	width: 100%;
	float: left;
	position: relative;
}
.img-center {
	display: block;
	margin: auto;
}
.img-responsive {
	width: 100%;
}
.clear {
	clear: both;
}
.float-L {
	float: left;
}
.float-R {
	float: right;
}
/*****************************************
RESET STYLES
*****************************************/
ul, ol, li {
	margin-bottom: 0;
	padding: 0;
	list-style: none;
}
/*****************************************
MEDIA QUERIES
*****************************************/
/*****************************************
AFFECTS ALL COL-XS COLUMNS
*****************************************/
@media(max-width:767px) {
	.sidebar-wrapper {
		width: 250px;
		position: fixed;
		height: 100%;
		overflow-y: auto;
		z-index: 9999999;
		display: block;
		top: 0px;
		transition: all 0.4s ease 0s;
		right: -250px;	
		background: #1f408d;
		padding: 20px;
	}
	.sidebar-wrapper.active {
		transition: all 0.4s ease 0s;
		right: 0px;
	}
	span.menu-btn-close {
		top: 0px;
		left: 0px;
		display: block;		
	}
	span.menu-btn,
	span.menu-btn-close {
		cursor: pointer;
	}
	span.menu-btn-close {
		color:#fff;
	}
	span.menu-btn {
		float: left;
		width: 100%;
		margin-top: 13px;
	}
	a.logo {
		width: 288px;
		margin-top: 25px;
		margin-right: 25px;
	}
	.header {
		height: auto;
	}
	ul.navbar-nav li {
		width: 100%;
	}
	.navbar-default {
		height: auto;
		background: transparent;
		border:none;
	}
	ul.account-menu {
		margin-top: 5px;
		width: 100%;
	}
	ul.account-menu li {
		width: 50%;
		padding: 0;
		text-align: center;
	}
	.basket-group {
		float: left;
		width: 100%;
		max-width: 100%;
	}
	.basket-group button {
		background: #ebebeb;
	}
	button.basket-toggle {
		margin-top: 10px;
		margin-bottom: 10px;
		width: 100%;
		text-align: center;
	}
	button.basket-toggle span {
		right: auto;
		left: 5px;
	}
	p.D380 {
		float: left!important;
		margin-top: 0px;		
	}
	.cat-desc-container {
		padding-right: 0px;	
	}
	.inner-product-detail {
		margin-top: 30px;	
	}
	.basket-menu {
		min-width: 100%;
	}
	.view-basket-btn,
	.update-btn,
	.checkout-btn {
		width: 100%;	
		margin-top: 5px;	
	}
	.table-del h2,
	.table-del p {
		display: none;	
	}
	button.add-basket-detail {
		float: left;
		margin-top: 10px;		
	}
}
/*****************************************
AFFECTS ALL COL-SM COLUMNS
*****************************************/
@media(min-width:768px) {
	a.logo {
		width: 250px;
		margin-top: 25px;
		margin-right: 0px;
	}
	.bottom-nav ul li a span {
		font-size: 11px;
	}
	.bottom-nav ul li {
		width: 50%;
		border:none;
	}
	.sidebar-wrapper {
		width: 250px;
		position: fixed;
		height: 100%;
		overflow-y: auto;
		z-index: 10;
		display: block;
		top: 0px;
		/*transition: all 0.4s ease 0s;*/
		right: -250px;	
		background: #1f408d;
		padding: 20px;
	}
	.sidebar-wrapper.active {
		transition: all 0.4s ease 0s;
		right: 0px;
	}
	span.menu-btn-close {
		top: 0px;
		left: 0px;
		display: block;		
	}
	span.menu-btn-close {
		color:#fff;
	}
	span.menu-btn,
	span.menu-btn-close {
		cursor: pointer;
	}
	span.menu-btn {
		float: left;
		width: 100%;
		margin-top: 13px;
	}
	ul.navbar-nav li {
		width: 100%;
	}
	.navbar-default {
		height: auto;
		background: transparent;
		border:none;
	}
	button.add-basket {
		float: right;
		margin-left: 0px;	
	}
}
/*****************************************
AFFECTS ALL COL-MD COLUMNS
*****************************************/
@media(min-width:992px) {
	a.logo {
		width: 288px;
		margin-top: 25px;
		margin-right: 25px;
	}
	.bottom-nav ul li a span {
		font-size: 11px;
	}
	.bottom-nav ul li {
		width: 33.33333333333333%;
		border-left:1px solid #dcdcdc;
	}	
	span.menu-btn,
	span.menu-btn-close {
		display: none;
	}
	.sidebar-wrapper {
		width: 100%;
		position: relative;
		height: 100%;
		overflow-y: inherit;
		z-index: 10;
		display: block;
		top: auto;
		/*transition: all 0.4s ease 0s;*/
		right: auto;	
		background: transparent;
		padding: 0px;
	}
	ul.navbar-nav li {
		width: auto;
	}
	.cat-desc {
		height: auto;
	}
	button.add-basket {
		float: right;	
	}
}
/*****************************************
AFFECTS ALL COL-LG COLUMNS
*****************************************/
@media(min-width:1200px) {
	a.logo {
		width: 348px;
		margin-top: 25px;
		margin-right: 50px;
	}
	.bottom-nav ul li a span {
		font-size: 13px;
	}
	.cat-desc {
		height: 289px;
	}
}