<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background-color: #414042;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

/* top shelf */

.toprow {
	background-color: #fff;
}
.logo {
	height: 130px;
	margin: 10px 0;
	width: auto;
}
@media (max-width:768px){
	.logo {
		width: 100%;
		height: auto;
	}
	#phone-details {
		float: right;
	}
	
}
.contact {
    margin: 20px 0 0 0; 
}
.contact a , .mycart a {
	color: #939598;
}
.contact a:hover , .mycart a:hover {
	color: #8cc63f;
	text-decoration: none;
}
.contact , .mycart {
	color: #939598;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
	text-align: right;
}

.contact i , .mycart i {
	color: #8cc63f;
}
#phone-details {
	clear: both;
	display: block;
}
.mycart {
    margin: 5px 0; 
}
.mycart .cartno {
	background-color: #8cc63f;
	border-radius: 20px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	padding: 0 10px;
	vertical-align: 2px;
}
.mycart .cartno:hover {
	color: #fff;
	background-color: #F7901E;
	text-decoration: none;
}
.toprow .form-group {
	float: right;
}
.searchbox {
	background-color: #c4e19f;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: #000;
	font-size: 18px;
	font-weight: 300;
	height: 30px;
	width: 300px;
}
.searchbox:focus , .form-control.payform:focus {
	background-color: #fbc78e;
	box-shadow: none;
}
.btn-search {
	background-color: #8cc63f;
	border-radius: 0;
	color: #fff;
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	padding: 0;
	width: 30px;
}
.btn-search:hover {
	background-color: #f7901e;
	color: #fff;
}
.mobsearch {
	display: none;
}

/* navigation row */

.deanav {
	background-color: #939598;
	border: none;
	border-radius: 0;
	color: #fff;
	margin: 0;
	min-height: 30px;
}
.nav&gt;li&gt;a {
	color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 100;
    padding: 8px 11px;
    position: relative;
}
@media (max-width: 768px){
	.nav&gt;li&gt;a {
		color: #fff;
		display: block;
		font-size: 14px;
		font-weight: 100;
		padding: 5px 4px;
		position: relative;
	}
	
}
@media (max-width: 425px){
	.nav&gt;li&gt;a {
		color: #fff;
		display: block;
		font-size: 22px;
		font-weight: 100;
		padding: 5px 4px;
		position: relative;
	}
	.dropdown-menu {
		font-size: 18px;
		text-align: center;
	}
	
}
.nav&gt;li&gt;a:hover  {
	background-color: #961605; 
}
.nav&gt;li&gt;a:focus {
	background-color: #939598; 
}
.nav&gt;li&gt;a i {
	color: #8cc63f;
}
.container-fluid&gt;.navbar-collapse, .container-fluid&gt;.navbar-header, .container&gt;.navbar-collapse, .container&gt;.navbar-header {
	margin-left: -10px;
}
.nav .open&gt;a, .nav .open&gt;a:focus, .nav .open&gt;a:hover {
	background-color: #8cc63f;
}
.dropdown-menu {
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.dropdown-menu&gt;li&gt;a:hover {
	background-color: #8cc63f;
	color: #fff;
}
.navbar-toggle {
	border: none;
	border-radius: 0;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-top: 5px;
}
.navbar-toggle .icon-bar {
	background-color: #f7901e;
}

.signin {
	background-color: #8cc63f;
	color: #fff;
	display: block;
	float: right!important;
	font-size: 20px;
	font-weight: 900;
	line-height: 30px;
	padding: 0 10px;
	text-transform: uppercase;
}
.signin:hover {
	background-color: #F7901E;
	color: #fff;
	text-decoration: none;
}
.forgot {
	float: right;
}

/* short nav */

#shortnav {
	left: 0;
	position: fixed;
	top: -36px;
	-webkit-transition: top .5s ease-in-out 0s;
    -moz-transition: top .5s ease-in-out 0s;
    -ms-transition: top .5s ease-in-out 0s;
    -o-transition: top .5s ease-in-out 0s;
    transition: top .5s ease-in-out 0s;
	width: 100%;
	z-index: 5000;
}
@media(max-width: 768px){
	#shortnav {
		left: 0;
		position: fixed;
		top: -80px;
		-webkit-transition: top .5s ease-in-out 0s;
		-moz-transition: top .5s ease-in-out 0s;
		-ms-transition: top .5s ease-in-out 0s;
		-o-transition: top .5s ease-in-out 0s;
		transition: top .5s ease-in-out 0s;
		width: 100%;
		z-index: 5000;
	}
	#shortnav li a {
		font-size: 13px;
	}
}
#shortnav.visible {
	top: 0;
}
#shortnav .mycart {
	float: right;
	line-height: 20px;
}
#shortnav .navbar-nav {
	margin-left: -15px;
}
#shortnav .open&gt;.dropdown-menu {
	display: none;
}
#shortnav.visible .open&gt;.dropdown-menu {
	display: block;
}
@media screen and (max-width:767px) {
	#shortnav {
		display: none;
		visibility: hidden;
	}
}

/* offer */

.offer {
	color: #fff;
	min-height: 250px;
	padding: 50px 0 0 0;
}
.offer.midweek {
	/*background: #f7901e url('/assets/img/offer.png') center center no-repeat;*/
	background: #f7901e url('/uploads/hero/DeansVerySmall+363-magic.jpg') center center;
	background-size: cover;
}
.offer.bf {
	background: #111 url('/assets/img/offer.png') center center no-repeat;
	padding: 30px 0 0 0;
}

.offer.bf .offerpt2 p span {
	float: left !important;
    width: 100% !important;
    font-size: 25px !important;
    line-height: 26px !important;
}

.offer.bf .offerpt2 p strong {
    clear: both;
    font-size: 70px;
    font-weight: 100;
    line-height: 80px;
    margin: 0;
}


.offer.weekend {
	background: #8cc63f url('/assets/img/offer-we.png') center center no-repeat;
}
.offer.blackfriday {
	background: #000 url('/assets/img/blackfriday.png') center center no-repeat;
}
.offer.xmas {
	background: #961605 url('/assets/img/jansale.png') 86% center no-repeat;
}
@media (max-width: 1024px){ 
	.offer.xmas {
		background: #961605 url('/assets/img/jansale.png') 95% center no-repeat;
		
	} 
	
}

@media (max-width: 768px){
	.offer.xmas {
		background: #961605 url('/assets/img/jansale-t2.png') 95% center no-repeat;
	}
	.offer.xmas .offerpt1 p{
		font-size: 25px;
		text-shadow: 0 0 3px rgba(0,0,0,0.9);
		font-weight: bold;
	}
}

.offer .offerpt1 p {
	font-size: 36px;
	font-weight: 100;
	line-height: 36px;
	text-shadow: 0 0 5px rgba(0,0,0,.25);
}
.offer .offerpt1 p strong {
	clear: both;
	font-size: 100px;
	font-weight: bold;
	line-height: 100px;
	margin: 0;
	width: 100%;
	float: left;
}
.offer .offerpt2 p {
	font-size: 60px;
	font-weight: 100;
	line-height: 60px;
	text-align: right;
	text-shadow: 0 0 5px rgba(0,0,0,.25);
}
.offer .offerpt2 p strong {
	clear: both;
	font-size: 90px;
	font-weight: 100;
	line-height: 80px;
	margin: 0;
}

.offer .offerpt3 p {
	font-size: 60px;
    font-weight: 100;
    line-height: 60px;
    text-align: center;
    color: #fff;
    padding: 15px;
    background: rgba(247, 144, 30, 0.7);
}

.offer .offer-red p {
	/*background: rgba(150, 22, 5, 0.7);*/
	background: rgba(255, 255, 255, 0.7);
	color: red;
	font-size: 140px;
	font-weight: bold;
	line-height: 120px;
}

.offer .offer-red.red-smaller p {
	font-size: 90px;
	line-height: 80px;
	margin-bottom: 40px;
}

.offer-mob .offerpt3 p {
	font-size: 40px;
    line-height: unset;
}

.offer-mob {
	display: none;
}

@media (max-width: 991px) {
	.offer .offer-red p {
		font-size: 90px;
		line-height: 80px;
	}
	
	.offer .offer-red.red-smaller p {
		font-size: 70px;
		line-height: 60px;
	}
}

@media (max-width: 767px) {
	.offer .offer-red p {
		font-size: 60px;
		line-height: 50px;
	}
	.offer .offer-red.red-smaller p {
		font-size: 40px;
		line-height: 30px;
		margin-bottom: 5px;
	}
}

@media (max-width: 425px){
	
	.offer-dt {
		display: none !important;
	}
	
	.offer-mob {
		float: left;
		width: 100%;
	}
	.offer-mob.homepage {
		display: block !important;
	}
	/*.offer {
		display: none;
	}*/
	.offer-mob.xmas {
		padding: 25px 0 13px 0;
		background-size: 100%;
	}
}

.homebox .hb-img {
    height: 100%;
    left: 50%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 5;
}

/* opening times */

.opening {
	background-color: #961605;
	color: #fff;
	font-size: 24px;
	font-weight: 100;
	line-height: 30px;
	padding: 10px 0;
	text-align: center;
}
.opening-xmas {
	background-color: #0B3B03 !important;
}
.opening a {
	color: #F7901E;
}
/* main area */

.mainarea {
	background-color: #fff;
	padding-top: 30px;
}
.mainarea h1 {
	font-weight: 300;
	margin: 0 0 20px 0;
}
.mainarea.basket {
	padding: 30px 0;
}
.homebox {
	display: block;
	float: left;
	height: 300px;
	margin-bottom: 30px;
	position: relative;
	width: 100%;
}
.homebox .caption {
	background: #000;
	background: rgba(0,0,0,.5);
	display: block;
	float: right;
	height: 40px;
	margin-top: 260px;
	position: absolute;
	width: 100%;
	z-index: 10;
}
.homebox .caption p {
	color: #fff;
	float: left;
	font-size: 24px;
	font-weight: 100;
	line-height: 40px;
	margin: 0;
	padding-left: 10px;
}
.homebox .caption a , .homebox .caption .vm {
	background-color: #F7901E;
	color: #fff;
	display: block;
	float: right;
	font-size: 24px;
	font-weight: 100;
	line-height: 20px;
	margin: 0;
	padding: 10px;
	text-transform: uppercase;
}
.homebox .caption a:hover , .homebox:hover .caption .vm {
	background-color: #8cc63f;
	text-decoration: none;
}
.homebox .rollover {
	background: #000;
	background: rgba(0,0,0,.5);
	bottom: 100%;
	display: block;
	position: absolute;
	top: 0;
	-webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;	width: 100%;
    z-index: 10;
}
.homebox:hover .rollover {
	bottom: 40px;
	-webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;	width: 100%;
}
.homebox.hb01 {
	background: url('/assets/img/hb01bg.jpg') center center no-repeat;
	background-size: cover;
}
.homebox.hb02 {
	background: url('/assets/img/hb02bg.jpg') center center no-repeat;
	background-size: cover;
}
.homebox.hb03 {
	background: url('/assets/img/hb03bg.jpg') center center no-repeat;
	background-size: cover;
}
.homebox.hb04 {
	background: url('/assets/img/hb04bg.jpg') center center no-repeat;
	background-size: cover;
}
.homebox.hb05 {
	background: url('/assets/img/hb05bg.jpg') center center no-repeat;
	background-size: cover;
}
.homebox.hb06 {
	background: url('/assets/img/showroom-bg.jpg') center center no-repeat;
	background-size: cover;
}
.homebox .showroom {
	color: #fff;
	min-height: 300px;
	padding: 20px;
	text-align: center;
}
.homebox .showroom p {
	font-size: 18px;
	font-weight: 100;
	line-height: 18px;
	margin-bottom: 20px;
}
.homebox .showroom .showroomtitle {
	font-size: 36px;
	font-weight: 100;
	line-height: 36px;
}
.homebox .showroom .visit {
	font-size: 50px;
	font-weight: 100;
	line-height: 50px;
	margin-bottom: 0;
	text-transform: uppercase;
}

/* option menus */

.opt-title {
	font-size: 18px;
	font-weight: 900;
	margin-top: 10px;
}
.menu {
	padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .menu.fixedmenu {
	left: 15px;
	position: fixed;
	top: 40px;
  }
}
.menu h3 {
	font-weight: 300;
	margin-top: 10px;
}
.menu .checkbox, .menu .radio {
	margin: 0;
}
.checkbox label, .radio label {
	padding-left: 0;
}
.menu label {
	font-size: 14px;
	font-weight: 300;
	line-height: 25px;
}
/*
input[type=checkbox] {
	display:none;
}
input[type=checkbox] + label:before {
	font-family: FontAwesome;
	display: inline-block;
	font-size: 20px;
	line-height: 25px;
}
input[type=checkbox] + label:before {
	content: "\f096";
	color: #bcbec0;
}
input[type=checkbox] + label:before {
	letter-spacing: 10px;
}
input[type=checkbox]:checked + label:before {
	content: "\f14a";
	color: #8cc63f;
}
input[type=checkbox]:checked + label:before {
	letter-spacing: 9px;
}
*/
ul.thumbnails {
	list-style: none;
	padding: 0;
}
ul.thumbnails li {
	float: left;
	height: 40px;
	margin: 0 10px 10px 0;
	width: 40px;
}
ul.thumbnails li .thumbnail {
	cursor: pointer;
	padding: 0;
	margin: -3px;
	border: solid 3px #fff;
	border-radius: 0;
}
ul.thumbnails li .thumbnail.selected {
	border: solid 3px #f7901e;
}
.btn-drop {
	border-radius: 0;
	font-size: 14px;
	font-weight: 300;
	height: 30px;
	position: relative;
	text-align: left;
	width: 125px;
}
.btn-drop i {
	display: inline-block;
	position: absolute;
	right: 5px;
	/*float: right;*/
}
.pagin {
	color: #939598;
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
	text-align: center;
}
.pag-bottom {
	margin-bottom: 15px;
	margin-top: -20px;
}
.pagin a {
	color: #f7901e;
}
.pagin a , .pagin strong {
	display: inline-block;
	margin: 0 5px;
}
.itemcount {
	color: #939598;
	font-size: 14px;
	font-weight: 300;
	line-height: 30px;
	margin: 0;
	text-align: right;
}
.itemcount strong {
	color: #8cc63f;
	font-weight: bold;
}
.product {
	border: 1px solid #ddd;
	color: #000;
	display: table;
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
	margin-bottom: 30px;
	padding: 9px;
	width: 100%;
	-webkit-transition: all .25s ease-in-out 0s;
    -moz-transition: all .25s ease-in-out 0s;
    -ms-transition: all .25s ease-in-out 0s;
    -o-transition: all .25s ease-in-out 0s;
    transition: all .25s ease-in-out 0s;
}
@media screen and (max-width: 1200px) {
  .product {
	font-size: 14px;
  }	
}
@media screen and (max-width: 1024px) {
  .product {
	font-size: 12px;
  }	
}
.product:hover {
	border: 1px solid #f7901e;
}
.product:hover {
	color: #000;
}
.product:hover .gal-img img {
	width: 103%;
	height: 103%;
}

.product .prodimg {
	background-color: #fff;
	display: block;
	height: 170px;
	position: relative;
	margin-bottom: 10px;
	width: 100%;
}
.product .prodimg img {
	display: block;
	height: auto;
	left: 50%;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	width: auto;
}
.product .titlebox {
	background-color: #eee;
	display: block;
	float: left;
	height: 50px;
	margin-bottom: 10px;
	padding: 5px;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}
.product .titlebox p {
	display: block;
	font-size: 19px;
	font-weight: 300;
	left: 50%;
	line-height: 20px;
	margin-bottom: 0;
	position: absolute;
	top: 50%;
	/*text-transform: uppercase;*/
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	vertical-align: middle;
	width: 96%;
}
.product .caption {
	display: block;
	width: 100%;
}
.product .caption strong {
	font-weight: 900;
}
.product .caption .title {
	display: block;
	float: left;
	line-height: 30px;
	background: #ddd;
	color: #222;
	padding: 5px;
	margin-bottom: 0;
	min-height: 40px;
	width: 60%;
	text-align: center;
	font-weight: 300;
	/* rm font-size below after taking off sale price */
	font-size: 12px;
	/* */
}
.product .caption .view {
	background-color: #f7901e;
	color: #fff;
	display: block;
	float: right;
	font-size: 18px;
	font-weight: 100;
	line-height: 30px;
	margin-bottom: 0;
	text-align: center;
	text-transform: uppercase;
	width: 40%;
	padding: 5px;
	
	
	transition: 0.3s all ease-in-out;
}
.product:hover .caption .view {
	background-color: #8cc63f;
	
	transition: 0.3s all ease-in-out;
}

.cat .titlebox {
	margin-bottom: 0 !important;
}
/* product page */

.gallery {
	height: 700px;
	width: 100%;
}
.gallery-container {
	position: relative;

}
#fullscreen {
	color: #8cc63f;
	cursor: pointer;
	display: block;
	font-size: 25px;
	/*padding-bottom: 10px;*/
	background-color: rgba(255,255,255,.6);
	padding: 0 5px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
}
#fullscreen:hover {
	color: #f7901e;
	text-decoration: none;
}
.productinfo h1 {
	font-size: 24px;
	font-weight: 300;
	margin-top: 0;
}
/*.stars {
	list-style: none;
	margin: 0;
	padding: 0;
}
.stars li {
	display: inline-block;
}
.stars li img {
	height: 20px;
	width: auto;
}
.stars li span {
	display: block;
	line-height: 20px;
}*/
span.stars, span.stars&gt;* {
	display: block;
	background: url(/assets/img/star.svg) 0 -20px repeat-x;
	width: 110px;
	height: 20px;
}
span.stars&gt;*{
	max-width:100px;
	background-position: 0 0;
}
span.stars {
	display: inline-block;
	vertical-align: top;
}
.rating {
	display: inline-block;
	line-height: 25px;
	margin-top: 0;
	vertical-align: top;
}
.form-control.drop {
	background-color: #e6e7e8;
	border: none;
	border-radius: 0;
	box-shadow: inset 0 0 0;
	margin-bottom: 10px;
}
.price {
	font-size: 24px;
	font-weight: 300;
	line-height: 36px;
}
.price strong {
	color: #FF0000/*#f7901e*/;
	font-size: 36px;
}

.price .strikethrough, .strikethrough {
	color: #f7901e;
	margin-right: 5px;
	background-color: transparent;
    background-image: gradient(linear, 19.1% -7.9%, 81% 107.9%, color-stop(0, transparent), color-stop(.48, transparent), color-stop(.5, #000), color-stop(.52, transparent), color-stop(1, transparent));
    background-image: repeating-linear-gradient(163deg, transparent 0%, transparent 48%, #f7901e 50%, transparent 52%, transparent 100%);
}


.express {
	margin-bottom: 10px;
	width: 100%;
}
.qty-label {
	display: inline-block;
}
.drop.qty-drop {
	display: inline-block;
	margin: 0 10px;
	padding: 4px 6px;
	width: 50px;
}
.btn-add {
	background-color: #8cc63f;
	border-radius: 0;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
	padding: 0 10px;
	text-transform: uppercase;
}
.btn-add:hover {
	background-color: #f7901e;
	color: #fff;
}
.productinfo hr {
	border-top: 1px solid #939598;
	margin-top: 25px;
	margin-bottom: 25px;
	width: 80%;
}
.whynot {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
}
.associated {
	list-style: none;
	padding-left: 0;
}
.associated li hr {
	border-top: 1px solid #ddd;
    margin-top: 10px;
    margin-bottom: 10px;
}
.associated li:last-child hr {
	display: none;
}
.associated-title {
	display: block;
	float: left;
	font-size: 18px;
	font-weight: 300;
	height: 40px;
	line-height: 20px;
	width: 100%;
}
.ass-img {
	display: block;
	margin: auto;
	max-height: 90px;
	max-width: 120px;
	/*width: 100%;*/
}
.ass-price {
	color: #f7901e;
	display: block;
	float: left;
	font-size: 21px;
	font-weight: bold;
	line-height: 30px;
}
.ass-add {
	background-color: #8cc63f;
	color: #fff;
	display: block;
	float: right;
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
	padding: 0 5px;
	text-transform: uppercase;
}
.ass-add:hover {
	background-color: #f7901e;
	color: #fff;
	text-decoration: none;
}
.nav-tabs {
	border-bottom: 1px solid #8cc63f;
	margin-top: 10px;
}
.nav-tabs&gt;li.active&gt;a, .nav-tabs&gt;li.active&gt;a:focus, .nav-tabs&gt;li.active&gt;a:hover {
	color: #fff;
	cursor: default;
	background-color: #8cc63f;
	border: 1px solid #8cc63f;
	border-bottom-color: transparent;
}
.nav-tabs&gt;li&gt;a:hover {
	color: #fff;
	cursor: default;
	background-color: #f7901e;
	border: 1px solid #f7901e;
	border-bottom-color: transparent;
}
.nav-tabs&gt;li&gt;a {
	color: #000;
	font-weight: 300;
}
.tab-content {
	padding: 20px 0;
	float: left;
	width: 100%;
}

/* shopping basket */

.btn-basket {
	border-radius: 0;
	color: #fff;
	display: block;
	float: left;
	font-weight: 300;
	margin: 0 10px 0 0;
	padding: 0 10px;
	text-transform: uppercase;
}
.btn-basket:hover{
	background-color: #961605 !important; 
	color: #fff;
	text-decoration: none;
}
.btn-basket.empty {
	background-color: #aaa;
	font-size: 14px;
	line-height: 24px;
}
.btn-basket.update {
	background-color: #aaa;
	font-size: 14px;
	line-height: 24px;
}
.btn-basket.continue {
	background-color: #f7901e;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 25px;
}
.btn-basket.checkout {
	background-color: #8cc63f;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 25px;
}
.btn-empty {
	color: #961605; 
	font-size: 15px;
	text-transform: uppercase;
}
.btn-empty:hover {
	color: #f7901e;
	text-decoration: none;
}
.basket hr {
	float: left;
	width: 100%;
}
.basket-content {
	display: block;
	float: left;
	list-style: none;
	margin-bottom: 25px;
	padding: 0;
	width: 100%;
}
.basket-content li {
	line-height: 25px;
	margin-bottom: 5px;
}
.basket-content li:nth-child(odd) {
	background-color: #F2F2F2;
}
.basket-content li span {
	color: #f7901e;
	display: inline-block;
	width: 80px;
}
.basket-content li .form-control {
	background-color: #c4e19f;
	border: none;
	border-radius: 3px;
	display: inline-block;
	height: 25px;
	line-height: 21px;
	margin: 2px 0;
	padding: 0 5px;
	width: 50px;
}
p.total {
	font-size: 18px;
}
p.total strong {
	color: #f7901e;
	font-size: 24px;
}
p.grandtotal {
	font-size: 24px;
}
p.grandtotal strong {
	color: #f7901e;
	font-size: 28px;
}
.redtext {
	color: #f00;
	font-weight: bold;
}
.basket .form-control.drop {
	width: 300px;
}
.sagepay {
	height: 50px;
	margin-bottom: 20px;
	width: auto;
}
.payopt {
	list-style-type: none;
	padding: 0;
	width: 100%;
}
.payopt li {
	counter-increment: step-counter;
	float: left;
	padding-left: 50px;
	padding-right: 25px;
	position: relative;
	width: 50%;
}
.payopt li::before {
	background: #f7901e;
	border-radius: 50px;
	color: #fff;
	content: counter(step-counter);
	counter-increment: li;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	height: 40px;
	left: 0;
	line-height: 40px;
	position: absolute;
	text-align: center;
	width: 40px;
}
.payopt li h4 {
	margin-top: 0;
}
.form-control.payform {
	background-color: #e6e7e8;
	border: 0;
	border-radius: 0;
	box-shadow: inset 0 0 0;
}
.form-control.payform:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #c4e19f inset;
}
.form-control.phoneorderdisco {
	background-color: #e6e7e8;
	border: 0;
	border-radius: 0;
	box-shadow: inset 0 0 0;
	display: inline-block;
	height: 28px;
	margin-right: 5px;
	padding: 1px 12px;
	width: 100px;
}
.form-control.phoneorderdisco:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #c4e19f inset;
}

/* about us */

.catlist {
	list-style: none;
	padding: 0;
	width: 100%;
}
.catlist li {
	background: #999;
	height: 175px;
	margin-bottom: 20px;
}
.catlist li p {
	background: #000;
	background: rgba(0,0,0,.5);
	color: #fff;
	float: left;
	font-size: 18px;
	font-weight: 100;
	line-height: 30px;
	margin: 115px 0 0 0;
	padding: 0 0 0 10px;
	width: 100%;
}
.catlist li a {
	background-color: #F7901E;
	color: #fff;
	float: left;
	font-size: 18px;
	font-weight: 100;
	line-height: 30px;
	padding: 0 0 0 10px;
	text-transform: uppercase;
	width: 100%;
}
.catlist li a:hover {
	background-color: #8cc63f;
	text-decoration: none;
}
.catlist li.cat01 {
    background: url('/assets/img/hb01bg.jpg') center 60% no-repeat;
    background-size: cover;
}
.catlist li.cat02 {
    background: url('/assets/img/hb02bg.jpg') center 60% no-repeat;
    background-size: cover;
}
.catlist li.cat03 {
    background: url('/assets/img/hb03bg.jpg') center 60% no-repeat;
    background-size: cover;
}
.catlist li.cat04 {
    background: url('/assets/img/hb04bg.jpg') center 60% no-repeat;
    background-size: cover;
}
.catlist li.cat05 {
    background: url('/assets/img/hb05bg.jpg') center 60% no-repeat;
    background-size: cover;
}

/* testimonials */

.testimonials {
	list-style: none;
	padding: 0 0 10px 0;
}
.testimonials li {
	border-top: solid 1px #e6e7e8;
	display: inline-block;
	margin-top: 20px;
	padding: 20px 50px 0 50px;
	position: relative;
}
.testimonials li:before , .testimonials li:after {
	color: #8cc63f;
	font-family: FontAwesome;
	font-size: 30px;
	display: inline-block;
	top: 15px;
	position: absolute;
	width: 50px;
}
.testimonials li:before {
	content: "\f10d";
	left: 0;
}
.testimonials li:after {
	content: "\f10e";
	right: 0;
	text-align: right;
}

/* sister site */

.sister {
	background-color: #8cc63f;
	color: #fff;
	font-size: 21px;
	font-weight: 300;
	line-height: 30px;
	text-align: center;
}
.sister a {
	color: #939598;
	font-weight: bold;
}
.sister a:hover {
	color: #000;
	text-decoration: none;
}

/* footer */

.footer {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	padding: 15px 0 50px 0;
}
.footer a {
	color: #fff;
}
.footer a:hover {
	color: #f7901e;
	text-decoration: none;
}
.compreg {
	font-size: 12px;
}
.social {
	font-size: 36px;
	margin-top: -10px;
}
.social .soc-fb:hover {
	color: #3b5998;
}
.social .soc-tw:hover {
	color: #1da1f2;
}

/* responsive */

@media (max-width: 1199px) {
  /* offer section */
  .offer .offerpt2 p {
    font-size: 50px;
    line-height: 50px;
  }
  .offer .offerpt2 p strong {
    font-size: 70px;
    line-height: 70px;
  }
  /* home boxes */
  .homebox .showroom .showroomtitle {
    font-size: 32px;
    line-height: 32px;
  }
  .homebox .showroom .visit {
    font-size: 40px;
    line-height: 40px;
  }
}

@media (max-width: 991px) {
  /* offer section */
  .offer {
  	background-size: conTAIN;
    min-height: 150px;
    padding: 25px 0 0 0;
  }
  .offer .offerpt1 p {
    font-size: 25px;
    line-height: 25px;
  }
  .offer .offerpt1 p strong {
    font-size: 70px;
    line-height: 70px;
    margin: 0;
  }
  .offer .offerpt2 p {
    font-size: 40px;
    line-height: 40px;
  }
  .offer .offerpt2 p strong {
    font-size: 60px;
    line-height: 60px;
  }
  .opening {
    font-size: 18px;
    line-height: 40px;
  }
  /* home boxes */
  .homebox {
  	height: 240px;
  }
  .homebox .caption {
    margin-top: 200px;
  }
  .homebox .showroom {
    min-height: 240px;
    padding: 20px;
  }
  .homebox .showroom .showroomtitle {
    font-size: 24px;
    line-height: 24px;
  }
  .homebox .showroom p {
    font-size: 13px;
    line-height: 14px;
  }
  .homebox .showroom .visit {
    font-size: 35px;
    line-height: 35px;
  }
  /* footer sections */
  .sister {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  /* header */
  .logo {
    height: 75px;
    margin: 10px 0 0 0;
    width: auto;
  }
  .contact, .mycart {
    font-size: 16px;
    line-height: 18px;
  }
  .contact {
  	margin: 5px 0 0 0;
  }
  .contact br {
  	display: none;
  }
  .contact a {
	margin: 0 0 0 10px;
  }
  .searchbox {
  	display: inline;
  }
  /* navigation */
  .container-fluid&gt;.navbar-collapse, .container-fluid&gt;.navbar-header, .container&gt;.navbar-collapse, .container&gt;.navbar-header {
	margin-left: -15px;
  }
  .signin {
  	clear: left;
  }
  /* offer section */
  .offer {
    min-height: 75px;
    padding: 10px 0 10px 0;
  }
  .offer .offerpt1 p {
    font-size: 20px;
    line-height: 20px;
    text-align: center;
  }
  .offer .offerpt1 p strong {
    font-size: 30px;
    line-height: 30px;
  }
  .offer .offerpt2 p {
    font-size: 20px;
    line-height: 20px;
    text-align: center;
  }
  .offer .offerpt2 p strong {
    font-size: 30px;
    line-height: 30px;
  }
  .opening {
  	display: none;
    font-size: 18px;
    line-height: 20px;
    padding: 10px 0;
  }
  .opening.homepage {
    display: block;
    float: left;
  }
  .sister {
    font-size: 18px;
    line-height: 20px;
    padding: 5px 0;
  }
}
@media (max-width: 665px) {
  .logo {
    /*height: 50px;*/
    margin: auto;
    margin-top: 5px;
  }
}
@media (max-width: 568px) {
	.mainsearch {
		display: none;
	}
	.mobsearch , .contact br {
		display: block;
	}
}
@media (max-width: 480px) {
	.product {
		width: 100%;
	}
}
@media (max-width: 340px) {
	.homebox .caption p , .homebox .caption a {
		font-size: 18px;
	}
}

.reviewform {
	padding: 8px 15px;
	background: #F7901E;
	text-align: center;
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.createreview {
	padding: 8px 15px;
	background: #939598;
	-align: center;
	width: 100%;
	float: left;
	cursor: pointer;
	color: #fff;
}
.filter-list {
	list-style: none;
	padding-left: 0;
	
}
.filter-list a{
	position: relative;
	display: block;
	padding: .4em .4em .4em .8em;
	*padding: .4em;
	margin: .5em 0 .5em 2.5em;
	background: #ddd;
	color: #444;
	text-decoration: none;
	transition: all .3s ease-out;   
}
.filter-list a:hover{
	background: #eee;
}   
.filter-list a:before{
	/*content: counter(li);*/
	content: "\f236";
	
	font-family: 'FontAwesome';
	/*counter-increment: li;*/
	position: absolute; 
	left: -2.5em;
	top: 50%;
	margin-top: -1em;
	background: #8BC944;
	height: 2em;
	width: 2em;
	line-height: 2em;
	text-align: center;
	font-weight: bold;
}

.filter-list a:after{
	position: absolute; 
	content: '';
	border: .5em solid transparent;
	left: -1em;
	top: 50%;
	margin-top: -.5em;
	transition: all .3s ease-out;			   
}

.filter-list a:hover:after{
	left: -.5em;
	border-left-color: #8BC944;			 
}  
.checkbox a {
	color: #333;
	font-size: 16px;
	
}
.checkbox a .count {
	color: #888;
	font-size: 80%;
	font-weight: normal;
}
.checkbox .current {
	border-bottom: 1px solid #ddd;
	display: block;
	font-weight: bold;
	margin-bottom: 8px;
	padding-bottom: 5px;
	width: 100%;
}
.checkbox hr {
    margin-top: 8px;
    margin-bottom: 8px;
    border: 0;
    border-top: 1px solid #ddd;
}
@media screen and (max-width: 1280px) {
  .checkbox a {
	font-size: 13px;
  }	
}

@media (max-width: 768px){
	.itemcount {
		float: left;
		width: 100%;
		margin: 15px 0 20px 0;
	}
	/*.toprow * {
		
		width: 100% !important;
			height: auto;
			text-align: center;
		
	}*/
	
	.home-logo {
		width: 100%;
	}
	
	.btn-search i {
		display: block !important;
	}
	.btn-search {
		height: 28px;
		width: 50px;
		margin-top: -1px;
	}
	.searchbox {
		height: 28px;
		width: -webkit-calc(100% - 50px);
		width: -moz-calc(100% - 50px);
		width: calc(100% - 50px);
	}
	.toprow .form-group {
    	float: none;
	}
	/*.toprow i {
		display: none;
	}*/
	.toprow a {
		font-size:20px;
		margin: 8px 0;
		
		
	}
	.contact, .mycart {
		line-height: 16px;
	}
	.toprow .mainsearch {
		float: right;
		margin-bottom: 10px;
	}
	
	.logo {
		margin: 25px 0 0 0;
	}
	#phone-details {
		width: 100%;
		text-align: right;
	}
	.toprow .mycart {
		
		/*float: left;
		width: 110px !important;*/
		clear: both;
		height: 30px;
		margin: 0 0 10px 0;
		/*position: relative;
		left: 50%;
		margin-left: -100px;*/
		
	}
	/*.cartno {
		width: 50px !important;
		
		position: relative;
		left: 50%;
		margin-left: -25px !important;
		padding: 5px 10px !important;
	}*/
	.cartno {
		height: 20px;
		margin: 5px 10px;
	}
	.toprow .row {
		margin: 0;
	}
	.nav &gt; li &gt; a:focus, .nav &gt; li &gt; a:hover {
		text-decoration: none;
		background-color: #961605;
	}
	.nav &gt; li &gt; a {
		
		padding: 10px 7px;
		text-align: center;	
		font-size: 16px;
	}
	.footer {
		text-align: center;
	}
	#sort_form #sort {

	width: 100%;
	}
	.itemcount {
		text-align: center;
	}
	#tel-no {
		float: right;
	}
	#info-link {
		float: right;
	}
	.basketlink {
		line-height: 20px;
		padding-right: 10px;
	}
}

@media (max-width: 525px){
	.toprow a {
		font-size: 18px;	
	}
	
	.home-logo {
		width: 100%;
		float: left;
		text-align: center;
	}
	.logo {
		margin: 0 0 10px 0;
	}
	.btn-search {
		
		margin-top: -6px;
	}
	.form-inline .contact {
		width: 100%;
		float: left;
		text-align: center;
	}
	#phone-details {
		text-align: center !important;
	}
	#tel-no, #info-link, .mycart {
		width: 100%;
		float: left;
		text-align: center;
	}
}
@media (max-width: 350px){
	.btn-search {
		
		margin-top: -2px;
	}
}

/*.colouropts .selected img {
	border: 3px solid #f7901e;
	box-sizing: border-box;
	width: 70px;
	height: 36px;
}*/

.colouropts {
	clear: both;
	width: 100%;
	margin-bottom: 10px;
	padding: 0;
}
.colouropts li {
	float: left;
	height: 80px;
	margin-right: 5px;
	list-style-type: none;
	width: 75px;
}
.colouropts input[type="radio"] {
	display: none;
}
.colouropts .swatch-holder {
	border: 3px solid transparent;
	display: block;
	height: 75px;
	overflow: hidden;
	position: relative;
	width: 75px;
}
.colouropts .swatch-holder:hover {
	cursor: pointer;
}
.colouropts .selected .swatch-holder {
	border: 3px solid #f7901e;
}
.colouropts .swatch-holder .swatch-img {
	height: 102%;
    left: 50%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 102%;
    z-index: 50;
}
.colouropts .swatch-holder .swatch-txt {
	background-color: #e6e7e8;
	display: block;
	font-size: 12px;
	height: 69px; 
	line-height: 14px;
	padding: 3px;
	width: 69px;
}
.slick-dots {
	padding: 0;
	text-align: center;
	width: 100%;
}
.slick-dots li {
	display: inline-block;
	float: none;
	height: 20px;
	margin-right: 0;
	text-align: center;
	width: 30px;
}
.slick-dots li button {
	background: #fff;
	border: 0;
	color: #f7901e;
	padding: 0;
	text-align: center;
}
.slick-dots .slick-active button {
	color: #939598;
	font-size: 15px;
	font-weight: 700;
}
.slick-dots .slick-active button:focus {
	outline: none;
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 38px;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'FontAwesome';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: #8cc63f;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '\f137';
}
[dir='rtl'] .slick-prev:before
{
    content: '\f138';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '\f138';
}
[dir='rtl'] .slick-next:before
{
    content: '\f137';
}
.qty-basket {
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
}
/* in store only... */

.instore {
	background-color: #ddd;
	padding-top: 20px;
}

#iso {
	list-style: none;
	padding: 0;
	text-align: center;
}

#iso li {
	display: inline-block;
	margin: 10px 15px 20px;
	position: relative;
	vertical-align: top;
}

#iso li:first-child {
	clear: both;
	width: 100%;
}

#iso li p {
	font-size: 24px;
	font-weight: 300;
	line-height: 30px;
	margin: 0;
}

#iso li img {
	display: block;
	height: auto;
	max-height: 60px;
	max-width: 125px;
	vertical-align: center;
	width: auto;
}

@media (max-width: 1199px) {
  #iso li p {
	font-size: 24px;
	line-height: 50px;
  }
  #iso li img {
	max-height: 50px;
	max-width: 150px;
  }	
}

@media (max-width: 991px) {
  #iso li {
	margin: 10px 15px 20px;
  }
  #iso li p {
	font-size: 18px;
	line-height: 40px;
  }
  #iso li img {
	max-height: 40px;
	max-width: 150px;
  }	
}

@media (max-width: 767px) {
  #iso li {
	margin: 5px 10px 10px;
  }
  #iso li p {
	font-size: 14px;
	line-height: 30px;
  }
  #iso li img {
	max-height: 30px;
	max-width: 120px;
  }	
  .basketlink {
  	display: inline-block;
  }
}


.gallery-container .gallery img {
	max-width: 100%;
	/* gallery fix */
	object-fit: contain;
	width: 100%;
	height: 100%;
}


.nav li ul li ul {
	position: absolute;
	top: 5px;
	width: 100%;
	left: 100%;
	background: #fff;
	padding: 3px;
}


/* blog posts */

.blog {
	list-style: none;
	padding: 0 0 10px 0;
	color: #333;
}
.blog a {
	color: #333;
}
.blog li {
	border-top: solid 1px #e6e7e8;
	display: inline-block;
	margin-top: 20px;
	padding: 20px 0 0 0;
	position: relative;
	width: 100%;
}
.blog .toprow{
	float: left;
    width: 100%;
    background: #8cc63f;
    padding: 10px;
    position: relative;
}
.blog .toprow .heading {
	width: auto;
	float: left;
	font-size: 18px;
	font-weight: bold;
}
.blog .toprow .heading-full {
	width: auto;
	float: left;
	font-size: 24px;
	font-weight: bold;
}
.blog .toprow .date {
	font-size: 17px;
	position: absolute;
	height: auto;
	padding: 0;
	width: auto;
	font-size: 17px;
	text-align: right;
	right: 10px;
}
.blog .content {
	clear: both;
	float: left;
	width: 100%;
	margin-top: 15px;
}
.blog .content span {
	max-height: 80px;
	overflow-y: hidden;
	text-overflow: ellipsis;
	float: left;
	height: 80px;
}
.blog .spanfix span{
	max-height: 9999px !important;
	height: auto;
}
.blog .spanfix span:after {
	content: "" !important;
}
.blog .content span:after {
	content: "...";
	float: none;
	display: inline-block;
}
.blog .readmore {
	float: left;
	width: 100%;
	margin-top: 10px;
}
.blog .backbtn {
	float: left;
	width: 100%;
	margin-top: 10px;
	
}
.blog .backbtn button {
	float: left;
}
.blog button {
	float: right;
	width: auto;
	margin: 10px 0 20px;
	padding: 8px 15px;
	background-color: #F7901E;
	color: #fff;
	border-radius: 0;
	border: 0;
}
.blog button:hover {
	background-color: #8cc63f;
	text-decoration: none;
	
}
/* end blog posts */





.prodimg.gal-img {
	overflow: hidden;
}
.gal-img img {
	width: 100% !important;
	height: auto !important;
	max-height: initial !important;
}


@media (min-width: 1200px){
	.btn-search {
		margin-top: 1px;
	}
}

@media (max-width: 550px) {
	
	#iso {
		padding: 0;
	}	
	#iso li:first-child {
		width: 100%;
	}
	
}

/* extra responsive css */

@media (max-width: 767px) {
	body {
		margin-top: 42px;
	}
	.deanav {
		left: 0;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 9999;
	}
	.cont-info {
		display: none;
	}
	#phone-details , #tel-no , #info-link , .form-inline .contact {
		display: block;
		float: left;
		margin: 0;
		width: auto;
	}
	.toprow .mycart {
		clear: none;
		float: right;
		line-height: 30px;
		margin: 0 -15px 0 0;
		width: auto;
	}
	.mainsearch {
		clear: both;
		margin: 0 -15px;
		width: 100%;
		width: -webkit-calc(100% + 30px);
		width: calc(100% + 30px);
	}
	#tel-no , #info-link {
		line-height: 20px;
		padding: 10px;
	}
	 .form-inline .contact {
		margin-left: -20px;
	}
	.searchbox {
		display: inline-block;
		vertical-align: top;
	}
	.btn-search {
		margin-top: 0;
	}
	.mobsearch {
		margin: 0 -15px;
	}
	.form-group {
		margin-bottom: 0;
	}
	.mycart .cartno {
		margin: 10px 0;
	}
	.toprow a.basketlink {
		line-height: 20px;
		margin: 0;
		padding: 10px;
	}
	.gallery {
		height: auto;
	}
	.toprow {
		padding-bottom: 15px;
	}
}

@media (max-width: 480px) {
  .instore , .opening.homepage {
    display: none;
  }
  .logo {
    margin: 0;
  }
}

	
.green-btn {
	float: left;
	background: #8cc63f;
	color: #fff;
	padding: 10px 20px;
	margin-right: 10px;
	transition: 0.4s all ease-in-out;
	font-size: 16px;
	text-transform: uppercase;
	border: 0;
}
.green-btn:hover {
	background: #f7901e;
	color: #333;
	transition: 0.4s all ease-in-out;
}
.orange-btn {
	float: left;
	background: #f7901e;
	color: #fff;
	padding: 10px 20px;
	margin-right: 10px;
	transition: 0.4s all ease-in-out;
	font-size: 16px;
	text-transform: uppercase;
	border: 0;
}
.orange-btn:hover {
	background: #8cc63f;
	color: #333;
	transition: 0.4s all ease-in-out;
}


.areas {
	width: 100%;
	float: left;
	padding: 0;
}
.areas li {
	width: 33.333%;
	float: left;
	list-style: none;
}

@media (min-width: 1240px){
	.price strong {
		font-size: 38px;
	}
}
@media (max-width: 1220px){
	.price strong {
		font-size: 27px;
	}
}
@media (max-width: 1068px){
	.price strong {
		font-size: 23px;
	}
}
@media (max-width: 768px){
	.price strong {
		font-size: 35px;
	}
}
@media (max-width: 425px){
	.price strong {
		font-size: 29px;
	}
}
@media (max-width: 375px){
	.price strong {
		font-size: 18px;
	}
}

#offercarousel {
	display: block;
	float: left;
	width: 100%;
}

.offer.special {
	background-color: #8cc63f;
	text-shadow: 0 0 5px rgba(0,0,0,.25);
}

#offercarousel .offernew1 {
	display: flex;
	flex-direction: row;
	font-weight: 100;
}

#offercarousel .offernew1 p {
	flex-basis: 50%;
	font-size: 20px;
	line-height: 22px;
	padding-top: 20px;
	text-align: center;
}

#offercarousel .offernew1 p strong {
	clear: both;
	display: block;
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
}

#offercarousel .offernew1 p span {
	clear: both;
	display: block;
	position: relative;
}

#offercarousel .offernew1 p span:after {
	background-color: #f00;
	content: '';
	height: 3px;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-10deg);
	-moz-transform: translate(-50%, -50%) rotate(-10deg);
	-ms-transform: translate(-50%, -50%) rotate(-10deg);
	-o-transform: translate(-50%, -50%) rotate(-10deg);
	transform: translate(-50%, -50%) rotate(-10deg);
	width: 100px;
}

#offercarousel .offernew1 p a {
	background-color: #fff;
	color: #F7901E;
	display: block;
	margin: auto;
	margin-top: 10px;
	padding: 5px;
	text-shadow: none;
	text-transform: uppercase;
	width: 130px;
}

#offercarousel .offernew1 p a:hover {
	background-color: #961605;
    color: #fff;
	text-decoration: none;
}

#offercarousel .offernew2 ul {
	float: right;
	font-size: 16px;
    font-weight: bold;
    line-height: 18px;
	text-align: left;
}

@media (max-width: 991px) {
	#offercarousel .offernew1 p {
		font-size: 16px;
		line-height: 18px;
		padding-top: 0;
	}
	#offercarousel .offernew1 p strong {
		font-size: 20px;
		line-height: 20px;
	}
	#offercarousel .offernew2 ul {
		font-size: 12px;
		line-height: 14px;
	}
}

@media (max-width: 767px) {
	#offercarousel .offernew1 p {
		font-size: 14px;
		line-height: 15px;
		margin-bottom: 0;
	}
	#offercarousel .offernew1 p a {
		margin-top: 5px;
	}
	#offercarousel .offernew2 ul {
		display: none;
	}
}



.gal-box{
	position: relative;
	width: 100%;		/* desired width */
	overflow: hidden;
}
.gal-box:before{
	content: "";
	display: block;
	padding-top: 100%; 	/* initial ratio of 1:1*/
}
.gal-content {
	position:  absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.gal-content img {
	width: 100%;
}

/* 2019 Category layout */

.subcatlist {
    background-color: #eee;
    display: block;
    list-style: none;
    margin: 0 10px 20px;
    padding: 20px;
    text-align: center;
}

.subcatlist li {
	display: inline-block;
	padding: 10px;
}

.subcatlist li a {
	color: #000;
	display: block;
	height: 170px;
	width: 160px;
}

.subcatlist li a .subnav-img {
	border-radius: 0;
	display: block;
	height: 120px;
	overflow: hidden;
	position: relative;
	width: 160px;
	
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}

.subcatlist li a:hover .subnav-img , .subcatlist li a.active .subnav-img {
	border-radius: 60px;
}

.subcatlist li a .subnav-img .subimg {
    height: 100%;
    left: 50%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
    width: 100%;
}

.subcatlist li a:hover .subnav-img .subimg , .subcatlist li a.active .subnav-img .subimg {
	height: 110%;
	width: 110%;
}

.subcatlist li a .subnav-name {
	background-color: #fff;
	display: block;
	height: 40px;
	margin-top: 10px;
	position: relative;
	width: 100%;
}

.subcatlist li a.active .subnav-name {
	background-color: #8cc63f;
}

.subcatlist li a .subnav-name span {
	font-weight: bold;
	left: 50%;
    position: absolute;
	top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
}



.discontinued {
	float: left;
	width: 100%;
	margin: 15px 0;
	background: #f7901e;
	padding: 10px;
	text-align: center;
	font-weight: bold;
}


@media (max-width: 650px){
	
	.product .caption, .product .caption .title, .product .caption .view {
		display: flex;
	}
	.product .caption .title, .product .caption .view {
		align-items: center;
		justify-content: center;
	}
	.subcatlist {
		margin: 0 -30px 20px;
		padding: 10px 10px 0;
	}
	.subcatlist li {
		padding: 5px;
	}
	.subcatlist li a {
		height: 150px;
		width: 120px;
	}
	.subcatlist li a .subnav-img {
		height: 90px;
		width: 120px;
	}
	.subcatlist li a .subnav-name {
		font-size: 12px;
	}
}

/* new product price box */

.product .caption .price-box {
	align-items: center;
	display: flex;
	float: left;
	justify-content: center;
	line-height: 14px;
	background: #ddd;
	color: #222;
	padding: 0;
	margin-bottom: 0;
    min-height: 40px;
	width: 60%;
	text-align: center;
	font-weight: 300;
	font-size: 12px;
}

.product .caption .price-box .price-item {
	display: block;
	padding: 5px;
}

.product .caption .price-box .price-item .now {
	color: #FF0000;
	font-weight: bold;
}

.visit {
	font-size: 21px;
	font-weight: 500;
	margin-bottom: 0;
}

/* Google review button */

.google-review {
	display: block;
	height: auto;
	max-width: 170px;
	width: 100%;
}

a:hover .google-review {
	opacity: .5;
}

/* video section */

video {
	height: auto;
	width: 100%;
}

@media (max-width: 425px) {
	video {
		margin-top: 30px;
	}
}

/* product image carousel fixes */

.carousel-item {
  position: relative;
  display: none;
  float: left;
  height: 100%;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

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

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}</pre></body></html>