

/* Begin Styles */

body {
	font-family: Roboto,sans-serif;
	font-weight : 300, regular;
	font-size: 14px;
	background:#ffffff; 
}

p {
	color: #2d2d2d;
}

a {
	color: rgb(45, 45, 45);
    outline: 0 none;
	display: block;
}

a:focus, a:hover, a:active {
	outline: 0 none;
	text-decoration: none;
	color:rgb(45, 45, 45); 
}

p a, span a {
	display: inline;
	/*color: #dd4646;*/
}

p a:hover, span a:hover, p a:active, span a:active, p a:focus, span a:focus {
	/*color: #dd4646;*/
}

button {
	border: 0;
	color:rgb(45, 45, 45); 
	background: none;
}

hr {
	border: 0;
	height: 1px;
	background-color: rgb(45, 45, 45); 
	color: rgb(45, 45, 45);
}

ol, ul {
	padding: 0;
}

ul li {
	list-style: none;
	padding: 0;
}

ol[type="a"] > li{
	list-style-type: lower-alpha;
}

select {
	color:#3e3e3e; 
	font-size: 16px;
	background-color:rgb(232, 242, 243);
	height: 34px;
	line-height:34px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #eee !important;
}

input:not([type="radio"]):not([type="checkbox"]), input:not([type="radio"]):not([type="checkbox"]).form-control {
	color: #565656;
	background-color:rgb(232, 242, 243);
	font-size:15px;
	height:34px; 
	border: 1px solid #e8f2f3;
	padding: 6px;
	padding-left: 10px;
	line-height: 1;
	border-radius: 0;
}

/* Form field styling */
input[type="text"],
input[type="tel"],
input[type="password"],
textarea,
select,
.simple-select {
	border-radius: 5px !important;
	background-color: #fff !important;
	color: #6d6e71 !important;
	border: 1px solid #6d6e71 !important;
}

textarea, textarea.form-control {
	resize: none;
	height: auto;
	color:#565656;
	background-color: rgb(232, 242, 243);
	font-size:15px; 
	border: 1px solid #BBBBBB;
	padding: 6px;
	line-height: 1;
	border-radius: 0;
}
.padding-right-15{
	padding-right:15px;
}
input:focus, textarea:focus,
textarea.form-control:focus, input.form-control:focus {
	border-color: #BBBBBB;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}
#homepage-carousel .carousel-indicators{
	bottom:0px!important;
}
input[type=text]::-webkit-input-placeholder {
	opacity:1;
	transition: all 0.4s ease;
	color:#3e3e3e;
}
input[type=text]::-moz-placeholder {
	opacity:1;
	transition: all 0.4s ease;
	color:#3e3e3e;
}
input[type=text]:-ms-input-placeholder {
	opacity:1;
	transition: all 0.4s ease;
	color:#3e3e3e;
}
input[type=text]:focus::-webkit-input-placeholder {opacity:0.5}
input[type=text]:focus::-moz-placeholder {opacity:0.5}
input[type=text]:focus:-ms-input-placeholder {opacity:0.5}

label {
	color:#565656;
	font-weight: normal;
}

label[for] {
	cursor: pointer;
}

h1 {
	font-size:30px;
	line-height: 1;
	color:#2d2d2d;
	text-transform:capitalize;
}
.palatino{
	font-family: Palatino, 'Palatino Linotype'!important;
}
h2 {
	font-size:24px; 
	line-height: 24px;
	color:rgb(45, 45, 45); 
	text-transform:capitalize;
}

h3 {
	font-size:16px; 
	line-height:16px;
	color: #2d2d2d; 
	text-transform:capitalize;
}

h1:first-letter, h2:first-letter, h3:first-letter {
	text-transform: capitalize;
}

h4 {
	display: block;
	margin-bottom: 5px;
}



/***********************************************
* 	UTILS START
***********************************************/

.red, .red:hover, .red:active, .red:focus {
	color: #dd4646 !important;
}

.transit {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

.background-green, .background-green:hover, .background-green:active, .background-green:focus {
	background-color: #d6ffd3 !important;
	border-color: #33932B !important;
}

.shadow:active{
	-webkit-box-shadow: inset 1px 1px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 1px 1px 2px 0px rgba(0,0,0,0.75);
	box-shadow: inset 1px 1px 2px 0px rgba(0,0,0,0.75);
}

.no-padding {
	padding-left: 0;
	padding-right: 0;
}

.no-padding-l {
	padding-left: 0;
}

.no-padding-r {
	padding-right: 0;
}

.disabled {
	opacity: 0.40;
}

.none {
	display: none;
}

.no-margin {
	margin-left: 0;
	margin-right: 0;
}

.no-margin-l {
	margin-left: 0;
}

.no-margin-r {
	margin-right: 0;
}

 .mandatory-b:before {
	content: "* ";
	font-size: 15px;
	color: #dd4646;
	position: absolute;
	left: 0;
	top: 0;
}

.mandatory:before,.mandatory-a:after {
	content: " *";
	font-size: 15px;
	color: #dd4646;
	position: absolute;
	right: -8px;
    top: -5px;
}

.mobile-button {
	height: 100%;
	text-align: center;
}
.mobile-button.text-right{
	text-align:right!important;
}
.mobile-button.text-left{
	text-align:left!important;
}
.mobile-button button, .mobile-button a {
	background-color: transparent;
	background-image: none;
	//font-size: 20px;
	font-size: 16px;
	position: relative;
	height: 100%;
	color: #857a21;
}
.action-display-search span{
	display:inline!important;
	text-transform:uppercase;
	font-size:16px;
	padding-left:5px;
}
.mobile-button .badge {
	background-color: #cc3e06;
	border-radius: 50%;
	font-size: 18px;
	height: 26px;
	line-height: 21px;
	position: relative;
	//top: 3px;
	width: 26px;
	animation: bloop 1s ease;
	padding-left:0px;
	padding-right:0px;
}
@media(max-width:991px){
	#basket-container .checkout-sm{
		color:#cc3e06;
	}
}
.checkout-sm{
    padding-left: 5px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: Palatino, 'Palatino Linotype';
	display:inline!important;
}

.fa.fa-bars.visible-sm{
	display:inline!important;
}
@keyframes bloop {
  50% {
	width: 30px;
	height: 30px;
	line-height: 26px;
	font-size: 20px;
  }
  100% {
	width: 26px;
	height: 26px;
	line-height: 21px;
	font-size: 18px;
  }
}

.cthumb {
	max-width: 100%;
	margin:auto;
}

.full-width {
	width: 100%;
}

.banner-image {
	width: 100%;
}

.no-zoom {
	font-size: 10px;
	color: #9a9a9a;
	position: absolute;
	left: 4px;
	top: 0;
	z-index:9999;
}

.sashbig {
	position: absolute;
	top: 0;
	right: 0;
	width: 125px;
	height: 125px;
	background-image: url('/images/sashbig.png');
	background-repeat: no-repeat;
}

.sashsmall {
	position: absolute;
	top: 0;
	right: 0;	
	width: 60px;
	height: 59px;
	background-image: url('/images/sashsmall.png');
	background-repeat: no-repeat;
}

.icon-bar {
	background-color: #2d2d2d;
	display: block;
	height: 5px;
	width: 20px;
}

.icon-bar + .icon-bar {
	margin-top: 2px;
}

.icon-square {
	background-color: #2d2d2d;
	float: left;
	height: 10px;
	width: 10px;
	margin-left: 2px;
	margin-top: 2px;
}

.icon-square + .icon-square {
	margin-top: 2px;
	margin-left: 2px;
}

.text-overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fade-in {
	-webkit-transition: opacity .3s ease 0s;
	-moz-transition: opacity .3s ease 0s;
	-o-transition: opacity .3s ease 0s;
	transition: opacity .3s ease 0s;
	opacity: .85;
}

.fade-in:hover {
	opacity: 1;
}

.fade-out {
	-webkit-transition: opacity .3s ease 0s;
	-moz-transition: opacity .3s ease 0s;
	-o-transition: opacity .3s ease 0s;
	transition: opacity .3s ease 0s;
	opacity: 1;
}

.fade-out:hover {
	opacity: .85;
}

.image-grey {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

.image-grey:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.arrow-up {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #000;
}
.arrow-right {
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #000;
}
.arrow-bottom {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #000;
}
.arrow-left {
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 5px solid #000;
}

.arrow-left-inner {
	line-height: 1;
}

.arrow-left-inner:before {
	border-bottom: 5px solid transparent;
	border-right: 5px solid #000;
	border-top: 5px solid transparent;
	content: "";
	display: block;
	height: 0;
	left: 0;
	position: absolute;
	top: 15px;
	width: 0;
	opacity: 0.3;
}

.font-15 { font-size: 15px; }
.font-16 { font-size: 16px; }
.font-17 { font-size: 17px; }
.font-18 { font-size: 18px; }

.margin-top-10 { margin-top: 10px!important; }
.margin-top-15 { margin-top: 15px!important; }
.margin-top-25 { margin-top: 25px!important; }

.margin-right-10 { margin-right: 10px!important; }
.margin-right-15 { margin-right: 15px!important; }

.margin-bottom-10 { margin-bottom: 10px!important; }
.margin-bottom-15 { margin-bottom: 15px!important; }

.margin-left-10 { margin-left: 10px!important; }
.margin-left-15 { margin-left: 15px!important; }


.no-border { border: 0 none!important; }
.border-top { border-top: 1px solid rgb(208, 222, 228)!important;}
.border-right { border-right: 1px solid rgb(208, 222, 228)!important;}
.border-bottom { border-bottom: 1px solid rgb(208, 222, 228)!important;}
.border-left { border-left: 1px solid rgb(208, 222, 228)!important;}

.min-height {
	min-height: 193px;
}
	
/* MD */
@media (max-width:1199px){
	.text-md-right {
		text-align: right!important;
	}
	
	.text-md-left{
		text-align: left!important;
	}
	
	.text-md-center{
		text-align: center!important;
	}
}

/* SM */
@media (max-width:991px){
	.phone, #top-menu{
		padding-top:0px!important;
	}
	.mobile-button button, .mobile-button a{
		vertical-align:sub;
	}
	#basket-container > div{
		padding-left:0px;
	}
	.fade-in {
		opacity: 1;
	}
	
	.image-grey {
		-webkit-filter: grayscale(0);
		filter: grayscale(0);
	}

	.margin-top-sm-10 { margin-top: 10px!important; }
	.margin-top-sm-15 { margin-top: 15px!important; }
	
	.margin-right-sm-10 { margin-right: 10px!important; }
	.margin-right-sm-15 { margin-right: 15px!important; }
	
	.margin-bottom-sm-10 { margin-bottom: 10px!important; }
	.margin-bottom-sm-15 { margin-bottom: 15px!important; }
	
	.margin-left-sm-10 { margin-left: 10px!important; }
	.margin-left-sm-15 { margin-left: 15px!important; }
	
	.pull-sm-left {
		float: left!important;
	}
	
	.pull-sm-right {
		float: right!important;
	}
	
	.text-sm-right {
		text-align: right!important;
	}
	
	.text-sm-left{
		text-align: left!important;
	}
	
	.text-sm-center{
		text-align: center!important;
	}
}

/* XS */
@media (max-width: 767px) {
	.no-padding-xs {
		padding-left: 0;
		padding-right: 0;
	}
	.checkout-sm:not( .text-visible ){
		display:none!important;
	}
	.margin-top-xs-10 { margin-top: 10px!important; }
	.margin-top-xs-15 { margin-top: 15px!important; }
	
	.margin-right-xs-10 { margin-right: 10px!important; }
	.margin-right-xs-15 { margin-right: 15px!important; }
	
	.margin-bottom-xs-10 { margin-bottom: 10px!important; }
	.margin-bottom-xs-15 { margin-bottom: 15px!important; }
	
	.margin-left-xs-10 { margin-left: 10px!important; }
	.margin-left-xs-15 { margin-left: 15px!important; }
	
	.padding-top-xs-10 { padding-top: 10px!important; }
	.padding-top-xs-15 { padding-top: 15px!important; }
	
	.padding-right-xs-10 { padding-right: 10px!important; }
	.padding-right-xs-15 { padding-right: 15px!important; }
	
	.padding-bottom-xs-10 { padding-bottom: 10px!important; }
	.padding-bottom-xs-15 { padding-bottom: 15px!important; }
	
	.padding-left-xs-10 { padding-left: 10px!important; }
	.padding-left-xs-15 { padding-left: 15px!important; }
	
	.pull-xs-left {
		float: left!important;
	}
	
	.pull-xs-right {
		float: right!important;
	}
	
	.text-xs-right {
		text-align: right!important;
	}
	
	.text-xs-left{
		text-align: left!important;
	}
	
	.text-xs-center{
		text-align: center!important;
	}
	
}


.disp-table{
	display:table;
}
	
/***********************************************
* 	UTILS END
***********************************************/
/***********************************************
* 	COMPONENTS START
***********************************************/

*[data-toggle="tooltip"]{
	cursor: help;
}

/*------------------------------------ Tooltip  ------------------------------------*/
.tooltip {
	font-size: 11px;
	color: #6a665a;
}

/*------------------------------------ Custom checkboxes and radios  ------------------------------------*/
.adv-checkbox {
	border: 1px solid silver;
	display: block;
	float: left;
	height: 15px;
	cursor: pointer;
	margin: 3px 5px 0 0;
	line-height: 1;
	position: relative;
	width: 15px;
	background: #fff;
	padding: 2px;
	position: absolute;
}
.adv-checkbox:focus {
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
	outline: 0;
}
	
.adv-checkbox > div {
	height: 0;
	margin-left: 50%;
	margin-top: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	width: 0;
}

.adv-checkbox.checked > div {
	background: #dd4646;
	height: 100%;
	position: relative;
	width: 100%;
	margin-left: 0;
	margin-top: 0;
	border-radius: 0;
}

.adv-checkbox + label {
	margin-left: 35px;
}

.adv-radio {
	border: 2px solid silver;
	display: block;
	float: left;
	height: 20px;
	cursor: pointer;
	margin: 0 5px 0 0;
	line-height: 1;
	position: relative;
	width: 20px;
	background: #fff;
	padding: 3px;
	border-radius: 50%;
	-webkit-transition: border-color 0.2s linear 0s;
	-moz-transition: border-color 0.2s linear 0s;
	-o-transition: border-color 0.2s linear 0s;
	transition: border-color 0.2s linear 0s;
}

.adv-radio.checked {
	border: 2px solid #2d2d2d;
}

.adv-radio:focus {
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
	outline: 0;
}
	
.adv-radio > div {
	border-radius: 50%;
	background: #2d2d2d;
	height: 100%;
	position: relative;
	width: 100%;
	opacity: 0.3;
	-webkit-transition: opacity 0.2s linear 0s;
	-moz-transition: opacity 0.2s linear 0s;
	-o-transition: opacity 0.2s linear 0s;
	transition: opacity 0.2s linear 0s;
}

.adv-radio.checked > div {
	opacity: 1;
}
	
.adv-radio > input, .adv-checkbox > input{
	/*margin: 0;
	opacity: 0;
	position: relative;
	cursor: pointer;*/
	display: none;
}

/*------------------------------------ Slider  ------------------------------------*/
.noUi-target {
	background-color: #fff;
	border: 1px solid #9f9e81;
	height: 16px;
	direction: ltr;
	position: relative;
}

.noUi-target,
.noUi-target *{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.noUi-base {
	height: 100%;
	position: relative;
	width: 100%;
}

.noUi-connect {
	background-color: rgb(204, 62, 6);
}

[disabled] .noUi-connect,[disabled].noUi-connect{
	background:#B8B8B8
}

.noUi-origin {
	bottom: 1px;
	left: 0;
	position: absolute;
	right: 0;
	top: 1px;
}

.noUi-state-tap .noUi-origin{
	-webkit-transition: left .3s,top .3s;
	-moz-transition: left .3s,top .3s;
	-o-transition: left .3s,top .3s;
	transition: left .3s,top .3s;
}

.noUi-handle{
	position:relative;
	z-index:1
}

.noUi-stacking .noUi-handle{
	z-index:10
}

.noUi-state-drag *{
	cursor:inherit!important
}

.noUi-horizontal{
	height:12px
}

.noUi-horizontal .noUi-handle:after{
	border-color: #2d2d2d transparent transparent;
	border-style: solid;
	border-width: 6px 5px 0 6px;
	content: "";
	height: 0;
	left: -2px;
	position: absolute;
	top: 13px;
	width: 0;
}

.noUi-horizontal .noUi-handle{
	width:10px;
	height:15px;
	left:-5px;
	top:-4px
}

.noUi-vertical{
	width:18px
}

.noUi-vertical .noUi-handle{
	width:28px;
	height:34px;
	left:-6px;
	top:-17px
}

.noUi-background{
	background:#FAFAFA
}

.noUi-dragable{
	cursor:w-resize
}

.noUi-vertical .noUi-dragable{
	cursor:n-resize
}

.noUi-handle{
	border:1px solid #2d2d2d;
	background-color:#2d2d2d;
	cursor:default;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

[disabled] .noUi-handle{
	cursor:not-allowed
}


/*------------------------------------ Simple Select  ------------------------------------*/
.simple-select{
	color: #3e3e3e;
	font-size: 16px;
	background-color: rgb(232, 242, 243);
	padding-left:10px;
	height: 34px;
	line-height: 34px;
	overflow:hidden;
	padding-right:40px;
	position: relative;
	width: 100%;
	border: 1px solid #d0dee4;
	cursor: pointer;
}
.simple-select > span {
	display: block;
	overflow: hidden;
	position: relative;
	white-space: nowrap;
}
.simple-select.focus{
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}
.simple-select-arrow{
	position: absolute;
	right: 0;
	top: 0;
	width: 35px;
	height: 100%;
	//border-left: 1px solid #bdbdbd;
	text-align: center;
	background: #d0dee4; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	//background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	//background: -moz-linear-gradient(top, #fcfcfc 0%, #e8e8e8 100%); /* FF3.6+ */
	//background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
	//background: -webkit-linear-gradient(top, #fcfcfc 0%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
	//background: -o-linear-gradient(top, #fcfcfc 0%,#e8e8e8 100%); /* Opera 11.10+ */
	//background: -ms-linear-gradient(top, #fcfcfc 0%,#e8e8e8 100%); /* IE10+ */
	//background: linear-gradient(to bottom, #fcfcfc 0%,#e8e8e8 100%); /* W3C */
	//filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-8 */
}
.simple-select-arrow .fa {
	line-height: inherit;
	font-size: 20px;
}
.simple-select select{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-appearance: menulist-button;
	opacity: 0;
	filter: alpha(opacity=0);
	width: 100%;
	height: inherit;
	cursor: pointer;
	zoom: 1;
}   
.simple-select-disabled{
	background:#CCC;
}

	
/*------------------------------------ Read More/Less  ------------------------------------*/

.overlay {
	width: 100%;
	
	position: absolute;
	background: rgba(255,255,255,0);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 86%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(86%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 86%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 86%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 86%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 86%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}

.overlay-toggle {
	cursor: pointer;
	margin: 15px 0;
}

.overlay, .init-overlay{
	transition: height .5s ease;
	overflow: hidden;
	height:280px;
}
.overlay, .init-overlay , .overlay-toggle{
	padding:0 15px;
}

/*------------------------------------ Bootstrap modal ------------------------------------*/
.modal .modal-dialog {
	top: 150px;
}

.modal .modal-content {
	border-radius: 0;
}

.modal .modal-header {
	border-bottom: none;
	font-family: 'Palatino', 'Palatino Linotype';
}

.modal .modal-title {
	font-size: 30px;
	border-bottom: 1px solid rgb(208, 222, 228);
	padding-bottom: 20px;
}

.modal .modal-text {
	background: rgb(0, 0, 0);
	background: #eff4f6;
	padding: 15px;
}

.modal .modal-text p {
	margin: 0;
}

.modal .close-container {
	background: #fff;
	border-radius: 50%;
	padding: 3px;
	position: absolute;
	right: -15px;
	top: -15px;
}

.modal .close span{
	display: block;
    float: left;
    width: 100%;
    height: inherit;
}
.modal .close {
	background: none repeat scroll 0 0 #000;
	border-radius: 50%;
	color: #fff;
	font-size: 35px;
	height: 30px;
	line-height: 25px;
	margin: 0;
	opacity: 1;
	width: 30px;
	outline: none;
}


/***********************************************
* 	COMPONENTS END
***********************************************/
/***********************************************
* 	GENERAL START
***********************************************/

.go-back a {
	display: inline-block;
	text-decoration: underline;
	color: #dd4646;
}

.button:hover,
.button:active,
.button:focus {
	color: #fff;
}

.simple-select.form-error, input.form-error, textarea.form-error, .unknown {
	border: 1px solid #d10000 !important; 
	background: #ffe0e0 !important;
	opacity: 1 !important;
	-webkit-transition: background 0.5s ease, border 0.5s ease;
	-moz-transition: background 0.5s ease, border 0.5s ease;
	-o-transition: background 0.5s ease, border 0.5s ease;
	transition: background 0.5s ease, border 0.5s ease;
}

.error-message {
	font-size: 14px;
	padding-top: 5px;
	color: rgb(204, 62, 6);
}

.error-message span {
	color: rgb(204, 62, 6);
}

.price-color {
	color: rgb(133, 122, 33) !important;
	font-family: Palatino, 'Palatino Linotype';
	font-weight:bold;
}

.total-price-sm {
	font-size: 20px;
}

.total-price-md {
	font-size: 24px;
}

.total-price-lg {
	font-size: 30px;
}

.captcha-image {
	padding: 4px;
	max-height: 35px;
	max-width: 100%;
	width: auto;
	height: auto;
}


/* navbar lis full width in xs */
@media(max-width: 767px){
	.nav > li {
		width: 100%;
	}
	
	.nav.nav-tabs > li > a {
		margin: 0;
	}
}

.table-responsive {
	border: 0;
}

/* Class for content in each page with minimum height and paddings */
.content-body {
	min-height: 240px;
	padding-top: 30px;
	padding-bottom: 30px;
}

/* Content from wysiwyg */
.content-container {
	margin: 40px 0;
}
	
.content-container p {
	font-size: 15.5px;
	line-height: 1.2;
	margin: 5px 0;
}

.content-container p,
.content-container h1,
.content-container h2,
.content-container h3,
.content-container h4,
.content-container h5,
.content-container h6{
	color: #2d2d2d;
}

.content-container a {
	color: #dd4646;
}

.content-container ul, .content-container ol {
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	font-size: 14px !important;
}

.content-container ul li{
	background: url('/images/bullet.png') no-repeat 0 5px !important; 
	padding-left: 16px !important;
	margin: 0 0 14px 0 !important;
}

.content-container ol li {
	list-style-position: outside;
	/*list-style: decimal outside;*/
	margin: 0 0 14px 17px !important;
	display: list-item;
}
		
.modal-backdrop {
	bottom: 0;
	position: fixed;
	z-index: 1040;
	opacity: 0.4;
	display: none;
}

.modal-backdrop  > .fa {
	position:fixed;
	top:50%;
	left:50%;
	margin-top:-50px;
	margin-left:-50px;
	color: white;
}

#ACSframe {
	border: 0;
	overflow: hidden;
	width: 100%;
}

#img-404 {
	width: 100%;
}
	
/***********************************************
* 	GENERAL END
***********************************************/

/***************************************************************************************************************************************************************************************************************************************************************
* 																														HEADERS STYLES START
****************************************************************************************************************************************************************************************************************************************************************/
/*********************************************************************************************************************************
* 												DEFAULT HEADER STYLES START
**********************************************************************************************************************************/

/***********************************************
*	BASKET SUMMARY START
***********************************************/
@media(max-width:767px){
	.tmiddle-xs{
		text-align: center;
	}
}
#basket {
	cursor: pointer;
	height: 45px;
	line-height: 45px;
}

.checkoutbutton{
	background-color: #cc3e06!important;
	height: 45px;
	line-height: 45px;
}

.checkoutbutton .fa {
	text-align: center;
	width: 19px;
	height: 19px;
}

/****** Basket PopUp ******/
#basketpopup {
	position: absolute;
	top: 45px;
	right: -146px;
	border: 3px solid grey;
	display: none;
	width: 355px;
	background: #fff;
	z-index: 10001;
	cursor: default;
	/*-webkit-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.75);*/	
	padding:20px;
}

.basket-price-text-header {
	border:none;
	text-align:left;
	border-left: 1px solid #6d6e71;
	border-top: 1px solid #6d6e71;
	border-bottom: 1px solid #6d6e71;
	border-radius: 5px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	height: 27px;
}

.basket-price-text-header > em, .basket-price-text-header > span {
	position: relative;
	top: -1px;
}

@media(max-width:1199px) and (min-width:992px){
	#basketpopup {
		width: 300px;
	}
}

#basketpopup #basketpopup-up, #basketpopup #basketpopup-down {
	color: #767171;
	cursor: pointer;
	font-size: 23px;
	height: 30px;
	text-align: center;
	width: 100%;
	background-color: #d0dee4;
	border: none!important;
	line-height:30px;
	
}

#basketpopup #basketpopup-up:hover, #basketpopup #basketpopup-down:hover {
	background-color: #DED8D8;
}

#basketpopup #basketpopup-up.disabled:hover, #basketpopup #basketpopup-down.disabled:hover {
	background-color: #EAEAEA;
	cursor: default;
}

#basketpopup #basketpopup-up {
	//border-bottom: 1px solid #c1baba;
}

#basketpopup #basketpopup-down {
	border-top: 1px solid #c1baba;
	border-bottom: 1px solid #c1baba;
}

#basketpopup #basketpopup-up + .basketpopup-container {
	height: 344px;
}

#basketpopup .basketpopup-container {
	max-height: 435px;
	overflow: hidden;
}

#basketpopup .basketpopup-slide {
	border-top: 1px solid silver;
	margin-top: 30px;
	line-height: initial;
}

#basketpopup #basketpopup-up + .basketpopup-container .basketpopup-slide {
	border: none;
	margin: 0;
}
	
#basketpopup .basketpopup-item {
	border-bottom: 1px solid #d0dee4;
	padding: 15px 0;
	height: 115px;
}
		
#basketpopup .basketpopup-item .basketpopup-img {
	position: relative;
	float: left;
	width: 30%;
	border: 1px solid rgb(208, 222, 228);
	overflow: hidden;
}

#basketpopup .basketpopup-item .basketpopup-img  img {
	width: 100%;
	max-height: 83px;
}

#basketpopup .basketpopup-item:hover .basketpopup-img {
	border: 2px solid #000;
}

#basketpopup .basketpopup-item .remove-product {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 17px;
	height: 17px;
	display: none;
	cursor: pointer;
	text-align: center;
	background-color: #000;
}

#basketpopup .basketpopup-item .remove-product a {
	color: #fff;
	display: block;
}

#basketpopup .basketpopup-item:hover .remove-product {
	display: block;
}

#basketpopup .basketpopup-item .remove-product:hover a {
	color: #dd4646;
}

#basketpopup .basketpopup-item .basketpopup-content {
	width: 70%;
	padding-left: 15px;
	text-align:left;
}

#basketpopup .basketpopup-item .basketpopup-name {
	margin: 5px 0 7px 0;
}

#basketpopup .basketpopup-item .basketpopup-name a {
	color: #000;
	font-size:15px;
}

/****** Basket popup total ******/

.basketpopup-total > div{
	margin-top:10px;
}
#basketpopup .paynow {
	height: 30px;
    font-size: 13px;
    width: 122px;
	background-color: rgb(147,147,147);
	text-align: center;
}

	#basketpopup .paynow  a {
		color: #fff;
		font-family: Palatino, 'Palatino Linotype';
		font-size: 12px;
	}

#basketpopup .editbasket {
	height: 30px;
	line-height: 30px;
	width: 120px;
	margin-left:-5px;
}
	
#basketpopup .editbasket a {
	color: #000;
}

/***********************************************
*	BASKET SUMMARY END
***********************************************/



/*********************************************************************************************************************************
* 												DEFAULT HEADER STYLES END
**********************************************************************************************************************************/



/***************************************************************************************************************************************************************************************************************************************************************
* 																														HEADERS STYLES END
****************************************************************************************************************************************************************************************************************************************************************/

/***************************************************************************************************************************************************************************************************************************************************************
* 																														NAVBARS STYLES START
****************************************************************************************************************************************************************************************************************************************************************/


/***************************************************************************************************************************************************************************************************************************************************************
* 																														NAVBARS STYLES END
****************************************************************************************************************************************************************************************************************************************************************/

/***********************************************
*	SECURE CHECKOUT START
***********************************************/
	
#secure-checkout{
	background: #cc3e06;
	padding: 30px 0;
}

#secure-checkout span {
	color: #fff;
	display: block;
	line-height: 1;
}

#secure-checkout .secure-checkout-header {
	font-size: 40px;
	color: #fff;
	margin: 0;
}

#secure-checkout .secure-checkout-description {
	font-size: 15px;
}

/***********************************************
*	SECURE CHECKOUT END
***********************************************/



/***********************************************
*	BREADCRUMB START
***********************************************/

#breadcrumb_outer {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgb(255, 255, 255)', endColorstr='rgb(255, 255, 255)',GradientType=0 ); /* IE6-9 */
	background: -webkit-linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)); /* Standard syntax (must be last) */
	line-height: 30px;
	font-size: 14px;
	color: #6f6f6f;
	text-transform: capitalize;
	font-weight: bold;
}
	
#breadcrumb > span{
	display: inline-block;
}
	
#breadcrumb .separator {
	margin: 0 10px;
}

#breadcrumb .bread {
	color: rgb(111, 111, 111);
	display: inline-block;
}

#breadcrumb .bread:hover {
	color: #3e3e3e;
}

.breadcrumb {
	display: none;
}
.newsletter{
	border-top: dashed 2px #a6afb3;
}
/***********************************************
*	BREADCRUMB END
***********************************************/



/***********************************************
* 	FOOTER END
***********************************************/



/***********************************************
* 	CAROUSEL START
***********************************************/
 
.carousel-inner > .item > img {
	width: 100%;
}

.carousel-control {
	z-index: 2;
}

.carousel-indicators li {
	background: rgb(240, 240, 240);
	border: 1px solid #2d2d2d;
}

.carousel-indicators li.active {
	background: rgb(45, 45, 45); 
	border: 1px solid rgb(45, 45, 45);
}

.carousel-control {
	top: 225px;
	top: calc(50% - 20px);
	top: -webkit-calc(50% - 20px);
	top: -moz-calc(50% - 20px);
	bottom: auto;
	text-shadow: none;
	opacity: 0.3;
	z-index: 9;
	background: none !important;
	color: grey;
	max-width:3%;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img{
	width:100%;
}
.carousel-inner>.item .img-loader{
	display:none;
}
.carousel-inner>.item.active a , .carousel-inner>.item.active img{
	background:#E1E1E1;
	height:100%;
}

/*---------------Media queries for carousel banners START----------------------*/


.carousel-visible-lg{
	display:none;
}
.carousel-visible-md{
	display:none;
}

.carousel-visible-xs{
	display: none;
}
.carousel-visible-xxs{
	display : none;
}
@media(min-width:1200px){
	.carousel-visible-lg{
		display : block;
	}
}
@media(max-width:1199px) and (min-width:992px){
	.carousel-visible-md{
		display : block;
	}
}
@media(max-width:991px)and (min-width:451px){
	.carousel-visible-xs{
		display : block;
	}
}
@media(max-width:450px){
	.carousel-visible-xxs{
		display : block;
	}
}


/***********************************************
* 	CAROUSEL END
***********************************************/

/***********************************************
* 	OWL CAROUSEL START
***********************************************/
 .owl-controls{
	display:none;
 }
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-item .item .img-link{
	text-align: center;
	//height: 152px;
	position: relative;
}

.owl-item .item .img-link > img{
	//max-height: 152px;
	max-width: 100%;
	width: auto;
	margin:auto;
}

.owl-item .item .img-link > .img-loader{
	position: absolute;
	left: 40%;
	top: 40%;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}
	
/***********************************************
* 	OWL CAROUSEL END
***********************************************/
/***************************************************************************************************************************************************************************************************
* 																							FEATURED  END
***************************************************************************************************************************************************************************************************/
/***************************************************************************************************************************************************************************************************
* 																							PRODUCT SCROLLER  START
***************************************************************************************************************************************************************************************************/

/***********************************************
* 	PRODUCT SCROLLER GENERAL START
***********************************************/
#featured .featured-title{
	text-align: center;
	padding-top:37px;
	margin-top:0px;
	text-transform:capitalize;
	font-weight:bold;
	font-family: Palatino, 'Palatino Linotype';
	white-space: nowrap;
}

.owl-carousel {
	//padding: 15px 60px 60px;
	padding: 15px 0px 60px;
}

.owl-nav-container {
	position: relative;
	-moz-user-select: none; 
	-khtml-user-select: none; 
	-webkit-user-select: none; 
	-o-user-select: none; 
}

.owl-nav-container h3 {
	padding: 0 40px;
    font-size: 22px;
}
.owl-prev {
	display:block !important; 
	font-size: 65px;
	width: 55px;
	background-color: rgba(45,45,45,0.9);
	height: 85px;
	line-height:85px;
	position: absolute;
	left: 0;
	top: 37%;
	cursor: pointer;
	color: #fff;
	z-index: 2;
	padding: 10px 10px;
	opacity:1;
	-webkit-transition: opacity 0.3s linear 0s;
	-moz-transition: opacity 0.3s linear 0s;
	-o-transition: opacity 0.3s linear 0s;
	transition: opacity 0.3s linear 0s;
}

.owl-next {
	display:block !important;
	font-size: 65px;
	width: 55px;
	background-color: rgba(45,45,45,0.9);
	height: 85px;
	line-height:85px;
	position: absolute;
	right: 0;
	top: 37%;
	cursor: pointer;
	color: #fff;
	z-index: 2;
	padding: 10px 20px;
	opacity:1;
	-webkit-transition: opacity 0.3s linear 0s;
	-moz-transition: opacity 0.3s linear 0s;
	-o-transition: opacity 0.3s linear 0s;
	transition: opacity 0.3s linear 0s;
}

.owl-next:hover, .owl-prev:hover{
	opacity:.8;
	cursor:pointer;
}

.owl-next > .fa, .owl-prev > .fa {
	display: block;
}

.owl-controls {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

@media(min-width: 450px){
	.owl-controls {
		display: none;
	}
}

@media(min-width: 768px){
	.owl-controls {
		text-align: right;
		top: -40px;
	}
}

.owl-dot {
	display: inline-block;
	margin: 0 4px;
}

.owl-dot span{
	width: 15px;
	height: 15px;
	background-color: rgb(240, 240, 240);
	display: block;
	border-radius: 50%;
}

.owl-dot.active span{
	background-color: #ffc225;
}

/***********************************************
* 	PRODUCT SCROLLER GENERAL END
***********************************************/


/***************************************************************************************************************************************************************************************************
* 																							PRODUCT SCROLLER  START
***************************************************************************************************************************************************************************************************/

/*******************************************************************************************************************************************************************************************************
* 																							CONTENT START
*******************************************************************************************************************************************************************************************************/



/*******************************************************************************************************************************************************************************************************
* 																							CONTENT END
*******************************************************************************************************************************************************************************************************/



/***********************************************
* 	BRAND SCROLLER START
***********************************************/

#brand-scroller .simply-scroll-container{
	width: 100%;
	position: relative;
	padding-top: 27px;
	padding-bottom: 27px;
}

#brand-scroller .simply-scroll-clip { /* Clip DIV - automatically generated */
	position: relative;
	overflow: hidden;
	width: 100%;
}

#brand-scroller .simply-scroll-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

#brand-scroller .simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
	padding-right: 30px;
	float: left;
	line-height: 60px;
}


#brand-scroller .simply-scroll-list li img {
	/*border: 1px solid transparent;*/
	max-height: 75px;
	width: auto;
}

/***********************************************
* 	BRAND SCROLLER END
***********************************************/




/***********************************************
* 	GALLERY HOMEPAGE/PAGE START	
***********************************************/


p.icon {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 3.0em;
	color: #fff;
	opacity: 1;
	width: 100%;
	cursor: pointer;
}

.image-container {
	position: relative;
	min-height:200px;
	text-align:center;
	
}
@media(max-width:500px){
	.image-container{
		min-height:150px;
	}
}
@media(max-width:400px){
	.image-container{
		min-height:100px;
	}
}
.image-container em{
	position: absolute;
    top: 43%;
    left: 0;
    width: 100%;
    cursor: pointer;
}
.image-container .overlay {
	display: none;
	background: #000;
	opacity: 0.1;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
.image-container:hover .overlay {
	display: block;
	cursor: pointer;
}
.image-container:hover p{
	display: table-cell;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	text-align: center;
	top:40%;
}

.image-container:hover img {
	opacity: 0.3;
	
}

.image-container .caption {
	padding: 2px 10px;
	margin: 0px;
	background: #333;
	color: #ccc;
	font-size: 0.8em;
	height: 18px;
}

/* Custom Gallery Slide Style */
 img.slide-content  {
    display: block;
	background: #fff;
    padding: 4px;
    border: 1px solid #ddd;
    border-radius: 6px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;

}

.blueimp-gallery {
	background: rgba(0,0,0, 0.8);
}
#mini-gallery{
	margin-top:10px;
	margin-bottom:10px;
}

.filter-button.selected{
	background-color:grey;
}
.resultholder{
	min-height:300px;
    transform-origin: top;
    transition: transform 1s ease;
}


/***********************************************
* 	GALLERY END
***********************************************/

/***********************************************
* 	NAVIGATION START
***********************************************/

#navigation {
	margin: 20px 0 0 0;
}

.navigation-header {
	height: 50px;
	line-height: 50px;
	padding-left: 15px;
	color: #ffffff;
	font-size: 18px;
	background-color: #2d2d2d;
	text-transform:capitalize;
	font-family: Palatino, 'Palatino Linotype';
}

#facesearch {
	background-color: rgb(0, 0, 0);
	background-color: #eff4f6;
	padding-top: 15px;
	padding-bottom: 15px;
}

.filter-header {
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	margin: 20px 0 0;
	width: 100%;
}

.inline-block{
	display:inline-block;
}

.tag-type:hover{
	border: 1px solid #000;
}

.tag-type.checked{
	border: 1px solid #000;
}

.tag-type.disabled{
	border: 1px solid #666666;
	padding: 5px 11px!important;
}

.tag-type{
	border: 1px solid #666;
}

.swatch-type{
	border: 2px solid transparent;
	height:25px;
	width:25px;
	padding: 0;
}
.swatch-type.checked, .swatch-type:hover{	
	border:2px solid black!important;
}
.swatch-type.disabled{
	border: 2px solid transparent!important;
}
.swatch-type.checked:before{	
	content: "\f00c";
	font-family:FontAwesome;
	color: white;
	font-size: 15px;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 3px;
	left: 0;
}

.filter-header .fa {
	font-size: 16px;
	width: 15px;
}

.filter-header .fa-close {
	font-size: 13px;
	margin-left: -2px;
	width: 17px;
}

.filter-header > strong {
	text-transform:capitalize;
}

.filter-content {
	margin-top: 10px;
    max-height: 74px;
    padding-left: 10px;
    padding-right: 10px;
}
@media(max-width:767px){
	.filter-content{
		margin-top: 30px;
	}
}
.filter-content label {
	text-transform: capitalize;
}

.filter-content > div {
	position: relative;
}

#slider-range {
	margin: 0px 0px 2px 0px;
}

	/****************************** Menu ********************************/
.menu-parent:first-letter{
	text-transform: uppercase;
}
.menu-parent {
	//filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgb(232, 242, 243)', endColorstr='rgb(232, 242, 243)',GradientType=0 ); /* IE6-9 */
	background: -webkit-linear-gradient(rgb(232, 242, 243), rgb(232, 242, 243)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgb(232, 242, 243), rgb(232, 242, 243)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(, rgb(232, 242, 243)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgb(232, 242, 243), rgb(232, 242, 243)); /* Standard syntax (must be last) */
	background:#e8f2f3;
	border-bottom: 1px solid #d0dee4;
	position: relative;
	font-size:15px;
}
.back-to-home{
	color:#cc3e06!important;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#FFFFFF',GradientType=0 ); /* IE6-9 */
	background: -webkit-linear-gradient(#f6f6f6, #FFFFFF); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#f6f6f6, #FFFFFF); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#f6f6f6, #FFFFFF); /* For Firefox 3.6 to 15 */
	
}
.menu-parent.active, .menu-child{
	background: rgb(43, 43, 43);
}

.menu-parent:hover{
	background: rgb(43, 43, 43);
}

.menu-parent-link::first-letter {
	text-transform: capitalize;
}
.menu-parent-link {
	height: 40px;
	line-height: 40px;
	color: #2d2d2d; 
	padding-left: 15px;
	width: 100%;

   
}

.menu-parent-link:hover, .menu-parent.active > a {
	color: #cc3e06;
	background-color:#e8f2f3;
}

.menu-parent .menu-arrow {
	height: 40px;
	line-height: 40px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 10%;
	background-color:#e8f2f3;
}

.menu-parent .menu-arrow .fa {
	line-height: inherit;
}

.menu-parent.active .menu-arrow {
	transform: rotate(180deg);
}

		
.menu-parent > ul {
	display: none;
} 

.menu-parent.active > ul {
	display: block;
	border-top: 1px solid #b5b5b5;
}
.menu-child-link:first-letter{
	text-transform: uppercase;
}
.menu-child-link {
	display: block; 
	height: 40px;
	line-height: 40px;
	color: white;
	padding-left: 15px;
	text-transform: lowercase;
	font-size:15px;
}

.menu-child-link:hover, .active > .menu-child-link {
	background: #cc3e06;
	color: #fff;
}


.dep.greatdeal{
	background:rgb(45, 45, 45);
	font-weight:bold;
}

.greatdeal > .department-link > span{
	color:#ffffff;
}

.greatdeal > .department-link{
	background:none;
}

.greatdeal > .department-link:hover{
	background:none;
}


/***********************************************
* 	NAVIGATION END
***********************************************/

/***********************************************
* 	CONFIDENCE BANNERS START
***********************************************/

#confidence-banners{
	margin-top: 15px;
	margin-bottom: 15px;
}
#confidence-banners > div {
	margin-bottom: 14px;
}

/***********************************************
* 	CONFIDENCE BANNERS END
***********************************************/

/***********************************************
* 	PAGINATION START
***********************************************/

.paging {
	height: 35px;
	line-height: 35px;
	margin: 15px 0;
}

.display-type {
	cursor: pointer;
	width: 35px;
	height: 35px;
	border: 1px solid silver;
	text-align: center;
	float: left;
	margin-right: 5px;
	padding: 4px;
	
	background: #d0dee4; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	//background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	//background: -moz-linear-gradient(top, #fcfcfc 0%, #e8e8e8 100%); /* FF3.6+ */
	//background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
	//background: -webkit-linear-gradient(top, #fcfcfc 0%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
	//background: -o-linear-gradient(top, #fcfcfc 0%,#e8e8e8 100%); /* Opera 11.10+ */
	//background: -ms-linear-gradient(top, #fcfcfc 0%,#e8e8e8 100%); /* IE10+ */
	//background: linear-gradient(to bottom, #fcfcfc 0%,#e8e8e8 100%); /* W3C */
	//filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-8 */
}

.display-type.listview {
	padding: 7px 6px;
}

.display-type.active {
	color: #fff;
	background: #2d2d2d;
	filter: none;
	border: 1px solid #2d2d2d;
}

.display-type.active span {
	background-color: #fff;
}

/************ Paging **************/
.page-selector > *{
	float: left;
}

.paging-counter {
	font-size: 16px;
	margin-right: 15px;
}

.paging-button {
	width: 35px;
	background-color: #2d2d2d;
	text-align: center;
	font-size: 22px;
	height: 35px;
	margin-right: 5px;
	color: #fff;
}
.paging-button:focus,
.paging-button:active,
.paging-button:hover {
	color: #fff;
}
.paging-button[disabled] {
	opacity: 0.3;
	background-color: #bababa;
}
	.paging-button .fa {
		line-height: inherit;
	}

.paging-items {
	position: relative;
	background-color: rgb(232, 242, 243);
	font-size: 16px;
	border: 1px solid #d0dee4;
	height: 35px;
	margin-right: 5px;
}
@media(max-width:767px){
	.paging-items {
		 margin-right: 15px;
		margin-left: 10px;
	}
}

   

@media(min-width:992px) and (max-width:1199px){
	.paging-button  , .paging-items {
		margin-right: 3px;
	}
}
.paging-items  > button {
	color: #3e3e3e;
	text-align: center;
	height: 100%;
	float: left;
	padding: 0 30px;
}
.paging-items  > .view-all{
	padding: 0 15px;	
}
.paging-items  > button + button {
	//border-left: 1px solid #bdbdbd;
	background: #d0dee4; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
//	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
//	background: -moz-linear-gradient(top, #fcfcfc 0%, #e8e8e8 100%); /* FF3.6+ */
//	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
//	background: -webkit-linear-gradient(top, #fcfcfc 0%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
//	background: -o-linear-gradient(top, #fcfcfc 0%,#e8e8e8 100%); /* Opera 11.10+ */
//	background: -ms-linear-gradient(top, #fcfcfc 0%,#e8e8e8 100%); /* IE10+ */
//	background: linear-gradient(to bottom, #fcfcfc 0%,#e8e8e8 100%); /* W3C */
//	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-8 */
	padding: 0 10px;
}
.paging-items  .dropdown-menu {
	border-radius: 0;
	min-width: 0;
	max-height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
	background: #d0dee4;
}

.paging-items  .dropdown-menu  a, .paging-items  .dropdown-menu  span {
	color: #000;
	font-size: 12px;
	line-height: 25px;
	padding: 0;
	text-align: center;
	width: 85px;
}
.paging-items  .dropdown-menu  a:hover {
	background-color: #2d2d2d;
	color: #fff;
}
.paging-items  .dropdown-menu  span {
	background-color: #f5f5f5;
	cursor: default;
	display: block;
	color: #A3A3A3;
}

.filtersort-holder {
	width: 170px;
	height: 35px;
	line-height: 35px;
	float: left;
}

.wide_paging_holder {
	position:relative;
	float:right;
	height:25px;
	width:725px;
	margin:8px 10px 0 0;
	border:1px solid rgb(208, 222, 228);
}


.sort_by {
	position:relative;
	float:left;
	height:27px;
	line-height:27px;
	margin: 8px 0 0 10px;
}

/***********************************************
* 	PAGINATION END
***********************************************/

/***********************************************
* 	PRODUCTS VIEW START
***********************************************/

.page-carousel {
	margin-top: 20px;
}

.productholder {
	min-height: 300px;
}

.productholder .content {
	margin-top: 30px;
	margin-bottom: 30px;
}

.product {
	margin-bottom: 15px;
	margin-top: 15px;
}

.product > a:nth-of-type(1) {
	max-height: 262px;
	text-align: center;
	position: relative;
}

.product > a:nth-of-type(1) > .img-loader {
	position: absolute;
	left: 40%;
	top: 40%;
}

.product .cthumb {
	max-height: 262px;
	width: auto;
}

@media (max-width: 767px){
	.product > a:nth-of-type(1) {
		height: auto;
		max-height:none;
	}
	
	.product .cthumb {
		height: auto;
		max-height: none;
	}
}

.image-border {
	border: 1px solid rgb(208, 222, 228);
	position: relative;
	max-height: 555px;
	overflow:hidden;
}

.image-border.loading {
	height: 550px;
}

.photo-cover{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 550px;
	display: none;
	background: #E1E1E1;
}

.photo-cover > em{
	font-size: 220px;
	color: #F8F8F8;
	display: block;
	text-align: center;
	margin-top: 30%;
}


.product-title {
	font-size: 16px;
	line-height: 25px;
	margin: 15px 0 15px 0px;
	text-align:center;
	height:50px;
	overflow-y: hidden;
}
.item .product-title {
	text-align:center;
}
.product-title:focus,
.product-title:active,
.product-title:hover {
	color: #2d2d2d;
}
.item .product-gross.price-color{
	color:black!important;
}
.product-gross {
	font-size: 26px;
	padding-top: 0px;
    padding-bottom: 12px;
    display: block;
	text-align:center;
	font-family: Palatino, 'Palatino Linotype';	
}
.ex-vat-message{
	font-size:20px;
}
.order-data .ex-vat-message{
	font-size: inherit;
}
.rrp {
	opacity: 0.4;
	text-decoration: line-through;
	color: #000;
	font-size: 0.8em;
}

.product-rrp {
	font-size: 14px;
	line-height: 0px;
	white-space: nowrap;
	text-align: center;
	margin-bottom: 15px;
}

.addtobasketslider{
	margin:0 auto;
	width:111px; 
	height:25px;
	line-height:25px;
	font-size:12px; 
}

.action-fly-impulse {
	width: 165px;
	font-size: 18px;
	float: right;
}

.outofstock{
	opacity: 0.4;
	display: none;
}

/***********************************************
* 	PRODUCTS VIEW END
***********************************************/

/***********************************************
* 	SHOPPING BASKET START
***********************************************/

#shopping-basket {
	min-height: 200px;
	margin-top: 30px;
}

#shopping-basket h1{
	margin: 0;
}

#shopping-basket .checkoutbuttons > * {
	float: left;
}
@media(max-width:767px){
	#order-header-wrapper #home-link img{
		margin:auto;
	}
	#shopping-basket .checkoutbuttons > * {
		float: none;
	}
	#secure-checkout .secure-checkout-description{
		line-height:20px;
	}
	#secure-checkout .secure-checkout-header{
		margin-bottom:5px;
		font-size:33px;
	}
}

#shopping-basket .paybycard-button {
	width: 165px;
	height: 40px;
    line-height: 40px;
}
#shopping-basket .cartorspan {
	margin: 10px 15px 0;
}
#shopping-basket .paypal-button {
	width: 225px;
}
#shopping-basket .paypal-button img {
	width: 100%;
}

.order-table {
	border-bottom: 1px solid #black;
}
	
.order-table > thead > tr > th {
	background: black;
	border: none;
	line-height: 1;
	height: 35px;
	font-size: 18px;
	font-weight: lighter;
	color:white;
}
	
.order-table > tbody > tr > td {
	padding: 30px 0;
}
	
.order-product-description > a{
	padding-right: 15px;
	height: 80px;
}

.order-product-description > a > img{
	max-height: 80px;
}

.order-product-description > p{
	white-space: normal;
}
	
#shopping-basket .basket-quantity {
	vertical-align: middle;
}
#shopping-basket .basket-quantity > * {
	float: left;
	margin-right: 5px;
	height: 35px;	
}
.quantity-left{
	line-height:30px;
}
.quantity-left > small{
	height: 30px;
	padding: 5px;
	color: #a9a9a9;
	border: 1px solid #a9a9a9;
}
#shopping-basket .remove-button, #shopping-basket .update-button {
	padding-right: 12px;
	padding-left: 12px;
	font-size: 16px;
	background: #2d2d2d;
	line-height:35px;
	font-family: Palatino, 'Palatino Linotype';
	text-transform: capitalize!important;
}
@media(min-width:992px)and (max-width:1199px){
	#shopping-basket .basket-quantity > * {
		margin-right:4px;
	}
	#shopping-basket .remove-button, #shopping-basket .update-button {
		padding-right: 7px;
		padding-left: 7px;
	}
}
@media(max-width:991px){
	#shopping-basket .remove-button span, #shopping-basket .update-button span{
		line-height:35px;
	}
	.megamenu-column a{
		color:black!important;
	}
	li.dropdown.open ul.dropdown-menu li:first-child i.fa.fa-play{
		display:none;
	}
}
#shopping-basket .quantity-counter {
	width: 100%;
	max-width: 80px;
	text-align: center;
}

#shopping-basket .basket-gross {
	font-size: 20px;
	vertical-align: middle;
}

#shopping-basket .basket-details {
	max-width: 400px;
	width: 400px;
}

#shopping-basket .basket-details > * {
	float: left;
	vertical-align: middle;
}

.basket-product-title {
	font-size: 16px;
	white-space: normal;
}
@media(min-width:768px) and (max-width:991px){
	#header-sm-menu .container .mobile-button:nth-child(2){
		text-align:left;
	}
	#header-sm-menu .container .mobile-button:last-child{
		text-align:right;
	}
	.basket-product-wrapper{
		padding:0 15px;
	}
}
#shopping-basket .basket-options	{
	margin-bottom: 15px;
	padding-bottom: 15px;
}

#shopping-basket .promocode {
	padding: 10px;
	background-color: rgb(0, 0, 0);
	margin-bottom: 10px;
	color:white;
}
	
#shopping-basket .promocode input {
	float: left;
	width: 70%;
	border-width: 1px 0 1px 1px;
	border-style: solid;
	height: 30px;
}

#shopping-basket .apply-promocode {
	width: 30%;
	height: auto;
	line-height:28px;
	font-size: 15px;
	text-overflow: unset;
	font-family: Palatino, 'Palatino Linotype';
}

#shopping-basket .error-message {
	height: 20px;
	text-align:right;
	color: rgb(204, 62, 6);
	padding: 5px 10px;
	float: right;
}

#shopping-basket .basket-banner img {
	width: 100%;
}

.checkout-right {
	font-size: 18px;
}
	
.checkout-right .select-container {
	width: 250px;
	height: 35px;
	line-height: 35px;
	margin-top: 3px;
}

.checkout-right .row {
	line-height: 40px;
}

.promocode-applied {
	color: #dd4646;
}

.postcode-button-group{
	width: 250px;
}

.postcode-button-group > button{
	font-size: 17px;
	height: 35px;
	width: 30%;
}

.postcode-button-group > #delpostcode{
	border-right: none;
	width: 70%;
}

.basket-footer .continue-shopping {
	width: 215px;
	background: #2d2d2d;
	font-size: 16px;
	height:40px;
	line-height:40px;
}

.basketmax {
	color:#DC1716;
}

.enter-postcode {
	line-height: 20px;
}

.basket-footer {
	padding-top: 30px;
	padding-bottom: 30px;
}

.lock {
	height: 28px;
	line-height: 36px;
	color: #000;
}

.lock-image{
	background: url('/images/lock.png') no-repeat;
	height: 28px;
	width: 16px;
	margin: 4px 8px 0 0;
	float: left;
}

/***********************************************
* 	SHOPPING BASKET END
***********************************************/

/***********************************************
* 	CHECKOUT START
***********************************************/

.please-wait {
	display: none;
	min-height: 440px;
}

.please-wait h2{
	color: #000;
	font-size: 35px;
}

#order-container {
	padding: 30px 0;
}

.order-right-container {
	margin-bottom: 20px;
}
.order-right-container > .row{
	margin-bottom: 10px;
}

.order-right-title {
	border-bottom: 1px solid rgb(208, 222, 228);
	display: block;
	font-size: 28px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	white-space: nowrap;
	text-transform:capitalize;
	font-family: Palatino, 'Palatino Linotype';
}
.order-right-container .cthumb {
	border: 1px solid rgb(208, 222, 228);
}

.order-right-footer {
	padding: 10px;
	background: #eff4f6;
	border-top: 1px solid rgb(208, 222, 228);
	line-height: 2;
	font-size: 18px;
	margin-top: 10px;
	font-family: Palatino, 'Palatino Linotype';
}
.edit_my_order{
	background-color:black!important;
}
.impulse-offer{
	margin-bottom: 20px;
}
		
.error-messages{
	margin-left: 15px;
	background: rgba(255, 0, 0, 0.14);
	border: 2px solid #DC3B3B;
	padding: 15px
}
	
.order-left > .row {
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.order-left-title {
	border-bottom: 1px solid rgb(208, 222, 228);
	display: block;
	font-size: 30px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	text-transform:capitalize;
}

.login-container{
	display: none;
}
	.login-button {
		margin-top: 10px;
		font-size: 18px;
		width: 175px;
	}


#password-form {
	border-width: 0 0 4px 0;
	border-style: solid;
	border-color: #e8e8e8;

}

.action-checkout {
	width: 100%;
	font-size: 30px;
}

.required-fields {
	position: absolute;
	top:0;
	right:0;
	color: #dd4646;
	margin-top: 10px;
}

.tick-billing {
	padding: 15px;
	margin: 30px 0;
	background: #ededed;
}

#billing-details, #login  #delivery-details-container{
	display: none;
}

#PaymentDetails {
	margin-bottom:20px;
}

/***********************************************
* 	CHECKOUT END
***********************************************/

/***********************************************
* 	ORDER COMPLETE START
***********************************************/

#thankyou .view-myaccount {
	font-size: 18px;
	min-width: 160px;
	margin-right: 15px;
}

#thankyou .continue-shopping {
	font-size: 18px;
	min-width: 185px;
}

#thankyou .order-summary-title {
	font-size: 24px;
	margin: 40px 0 15px;
	display: block;
}

#thankyou .order-totals {
	font-size: 18px;
	line-height: 40px;
	margin-bottom: 30px;
}

/***********************************************
* 	ORDER COMPLETE END
***********************************************/

/***********************************************
* 	QUICK CALLBACK, QUICK SOCIAL START
***********************************************/

/*New Version*/
#callback {
	position: fixed;
	z-index:1001;
	right:0;
	height:475px;
	width:47px;
	overflow:hidden;
	font-size: 14px;
}

#callback .left_callback {
	position:relative;
	float:left;
	height:475px;
	width:47px;
	
}
#callback .left_callback.left_button {
    float: left;
    cursor: pointer;
    width: 47px;
    height: 160px;
    background-color: black;
    color: white;
}
#callback .left_callback span{
	transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    display: block;
    height: 130px;
    width: 150px;
    font-size: 17px;
}
#callback .right_callback {
	position: absolute;
	width:320px;
	left: 45px;
	padding: 15px;
	background: #fff;
	border: 1px solid #cfcfcf;
	-webkit-box-shadow: -1px 1px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 1px 2px 0px rgba(0,0,0,0.75);
	box-shadow: -1px 1px 2px 0px rgba(0,0,0,0.75);
	z-index: 1000;
}
#callback .right_callback input[type=text] {
	width: 100%;
	height: 29px;
}
#callback .right_callback textarea {
	height:100px;
	width: 100%;
}
#callback .right_callback label {
	font-size: 11px;
}
#callback .right_callback  .adv-checkbox{
	position: relative;
}
#callback .right_callback label.mandatory , #callback .right_callback small.mandatory{
	position:relative;
}
#callback .fixed-container-content img {
	height: 29px;
}

#callback .right_callback .callback-tooltip {
	width: 29px;
    height: 29px;
    background-color: #000;
    font-size: 20px;
    color: white;
}
#facebook-feed {
	position: fixed;
	z-index:1001;
	right:0px;
	height:300px;
	width:47px;
	overflow:hidden;
}

#twitter-feed {
	position: fixed;
	z-index:1001;
	right:0px;
	height:330px !important;
	width:47px;
	overflow:hidden;	
}

#pinterest-feed {
	position: fixed;
	z-index:1001;
	right:0px;
	height: 409px !important;
	width:47px;
	overflow:hidden;	
}


.left_social {
	float:left;
	width:48px;
	height:40px;
	cursor:pointer;
	color: #fff;
	font-size: 22px;
	line-height: 42px;
	text-align: center;
	transform: translate(0px, 0px);
	position: relative;
	background-color:black;
	line-height:40px!important;
}

.right_social {
	position:absolute;
	left:48px;
	width:302px;
	height:400px;
	background-color:#fff;
	border:1px solid #CCCCCC;
	border-radius:5px;
}

#twitter-feed>.right_social {
	position:absolute;
	left:48px;
	width:272px;
	height:330px;
	padding:20px 15px 0px 15px;
	background-color:#fff;
	border:solid 1px #CCCCCC;
}
#pinterest-feed>.right_social {
    height: 283px;
    width: 225px;
}


/*End new Version*/



/*----------------------------- Callback Thanks -----------------------------*/
#callback .callback-thanks {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	padding: 15px;	
	background-color: #ffffff;	
	opacity: 0.9; /* Change for transparency */
}

#callback .callback-thanks h1 {
	font-size: 36px;
	color: rgb(45, 45, 45);
	text-align: center;
}

#callback .callback-thanks p {
	text-align: center;
}

/*----------------------------- Facebook, Twitter , Pinterest Feed-----------------------------*/
#facebook-feed iframe {
	border: none;
	overflow: hidden;
	width: 300px;
	height: 427px;
}

#twitter-feed .fixed-container-opener, #facebook-feed .fixed-container-opener , #pinterest-feed .fixed-container-opener{
	height: 47px;
	background-color: #000;
}

#twitter-feed .fixed-container-content, #facebook-feed .fixed-container-content , #pinterest-feed .fixed-container-content{
	width: 300px;
}
#twitter-feed iframe{
	height:300px !important;
}
/***********************************************
* 	QUICK CALLBACK, QUICK SOCIAL END
***********************************************/

/***********************************************
* 	CONTENT PAGES START
***********************************************/

#page-of-content{
	margin-bottom: 40px;
}
.contenttextblock {
	margin-top: 15px;
}
.contenttextblock h1, .contenttextblock h2, .contenttextblock h3, .contenttextblock h4 {
	margin-bottom: 20px;
	padding-top: 0px;
	text-transform: uppercase;
	color: #2d2d2d;
	line-height: 1.2;
}
.contenttextblock h2 {
	font-size: 24px;
}
.contenttextblock h3 {
	font-size: 20px;
}
.contenttextblock h4 {
	font-size: 18px;
}
.contenttextblock p {
	font-size: 16px;
	line-height: 18px;
	margin-top: 10px 0;
}
.contenttextblock ul{
	font-size: 16px;
	margin-top: 15px 0 25px;
}
.contenttextblock ol {
	width: 97%;
	font-size: 16px;
	margin: 15px 0 25px;
}
.contenttextblock ul li{
	background: url('/images/bullet.png') no-repeat 0 5px; 
	padding-left: 16px;
	font-size: 16px;
	margin: 0 0 14px;
	line-height: 18px;
}
.contenttextblock ol li {
	list-style-position: outside;
	/*list-style: decimal outside;*/
	font-size: 16px;
	margin: 0 0 14px 17px;
	line-height: 18px;
}

.contenttextblock a {
	color: #dd4646;
	display: initial;
}
.contenttextblock table {
	padding: 5px;
    border: 1px solid #ddd;
    vertical-align: top;
	border-collapse: collapse;
    width: 100%;
	word-break: break-word;
}
.contenttextblock table td, .contenttextblock table th {
    padding: 5px;
    border: 1px solid #ddd;
    vertical-align: top;
}
/***********************************************
* 	CONTENT PAGES END
***********************************************/

/***********************************************
* 	404 PAGE START
***********************************************/

#error-404{
	margin-bottom: 70px;
	font-family: Palatino, 'Palatino Linotype';
}
#error-404 a.button{
	font-size: 18px;
	font-family: Palatino, 'Palatino Linotype';	
}
.button-collapse-xs{
	margin: 10px 0;
}
@media(min-width:768px){
	.button-collapse-xs{
		margin: 0;
	}
}

/***********************************************
* 	404 PAGE END
***********************************************/

/***********************************************
* 	COOKIES START
***********************************************/

#cookieinfo{
	background-color: rgb(77, 77, 77);
	border-top: 1px solid #000;
	bottom: 0;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 9999;
	-webkit-box-shadow: 0px -2px 7px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -2px 7px 0px rgba(0,0,0,0.75);
	box-shadow: 0px -2px 7px 0px rgba(0,0,0,0.75);
}

.cookie-container {
	color: rgb(0, 0, 0);
	line-height: 30px;
}

.cookie-header{
	margin-bottom: 0px;
	margin-top: 5px;
	font-size: 20px;
	font-weight: bold;
}

.cookie-text {
	font-size: 14px;
	color:white;
}

.cookie-link{
	display: inline;
}

.cookie-close {
	cursor: pointer;
	position: absolute;
    top: 9px;
    right: 20px;
}

@media(max-width:450px){
	.cookie-link {
		display: inline-block;
	}

}

/***********************************************
* 	COOKIES END
***********************************************/

/***********************************************
* 	CONTACT US START
***********************************************/
#contact-us h1{
	margin-bottom:25px;
}
#contact-us .contactus-content {
	margin-bottom: 30px;
	margin-top:0;
}

#contact-us .contactus-left {
	padding-right: 8.3333%;
	border-right: 1px solid rgb(208, 222, 228);
	margin-bottom: 80px;
}

#contact-us .contactus-title {
	border-bottom: 1px solid rgb(208, 222, 228);
	display: block;
	margin-bottom: 20px;
	padding-bottom: 20px;
	margin-top:0px;
}

#contact-us .required-fields {
	position: relative;
	color: #dd4646;
	margin-bottom: 20px;
	margin-top: 0;
}

#contact-us .send_button {
	width: 100%;
	height: 50px;
	font-size: 24px;
}

#contact-us .contactus-social {
	width: 35px;
	height: 35px;
	display: inline-block;
	text-align: center;		
	margin-right: 5px;
}

#contact-us .contactus-social  .fa {
	color: #fff;
	font-size: 21px;
	line-height: 35px;
	width: 100%;
	height: 100%;
}

#contact-us .contactus-social  .fa-facebook {
	background: #4c6eab;
}

#contact-us .contactus-social  .fa-twitter {
	background: #6fb8e4;
}

#contact-us .contactus-social  .fa-pinterest-p {
	background: #ca2026;
}

#contact-us .contactus-iframe {
	padding: 1px;
	border: 1px solid rgb(208, 222, 228);
	width: 100%;
	overflow: hidden;
}

/***********************************************
* 	CONTACT US END
***********************************************/

/***********************************************
* 	MY ACCOUNT START
***********************************************/

.myaccount {
	padding-top: 15px;
	padding-bottom: 30px;
}

.myaccount h1 {
	margin-bottom: 20px;
	margin-top: 10px;
}

.myaccount .nav-tabs {
	border-bottom: 1px solid rgb(208, 222, 228);
}

.myaccount .nav-tabs a {
	line-height: 40px;
	padding: 0 25px;
	margin-right: 5px;
	background:#ededed;
	background:#e8f2f3;
	border-radius: 0;
	font-size: 18px;
	color:#2D2D2D;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
}

.myaccount .nav-tabs a:hover {
	border-color: rgb(208, 222, 228);
	background: #e8e8e8;
}

.myaccount .nav-tabs .active > a{
	background: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(208, 222, 228)rgb(208, 222, 228) transparent;
}

.myaccount .nav-tabs .active:last-child > a{
	border-color: rgb(208, 222, 228)rgb(208, 222, 228)rgb(208, 222, 228);
}

.myaccount .myaccount-title {
	display: block;
	margin-bottom: 30px;
	margin-top: 30px;
}

.myaccount .myaccount-title.visible-xs > span {
	display: block;
	padding-bottom: 30px;
	padding-top: 30px;
}

.myaccount .myorders-title {
	margin-bottom: 20px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e8e8e8;
}

.myaccount .myaccount-subtitle {
	font-size: 20px;
	display: block;
	margin-bottom: 20px;
}

.myaccount .required-fields {
	position: relative;
	color: #dd4646;
	margin-top: 0;
}

.myaccount .update-block {
	border-top: 1px solid rgb(208, 222, 228);
	border-bottom: 1px solid rgb(208, 222, 228);
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

.updatelogindetails {
	height: 55px;
	font-size: 30px;
}

#my-orders-table > thead > tr > th {
	background:#e7e7e7;
	border: none;
	line-height: 1;
	height: 35px;
	font-size: 17px;
	font-weight: normal;
	padding-top: 15px;
	padding-bottom: 15px;
	background:black;
	color:white;
}

#my-orders-table > tbody > tr > td {
	border: none;
	background: #f9f9f9;
	vertical-align: middle;
	
}

#my-orders-table > tbody > tr:nth-child(4n+3) > td{
	background: #FFFFFF;
	background: #d4d5d0;
}

#my-orders-table .order-data >td {
	padding: 0;
}

#my-orders-table .order-data > td > div {
	background:rgb(238, 238, 238);
	color: #fff;
	font-size: 16px;
	display: none;
	background:#eff4f6;
}

#my-orders-table .order-th {
	padding-top: 3px;
	padding-bottom: 3px;
	background: rgb(0, 0, 0);
	background:black;
	color:white;
}

#my-orders-table .order-td {
	font-size: 16px;
	color: #2d2d2d;
	margin: 0;
}

#my-orders-table .order-td:not(:last-child) {
	border-bottom: 1px solid rgb(102, 102, 102);
}

#my-orders-table .order-td > div {
	padding: 15px 0;
	vertical-align: middle;
}

#my-orders-table .order-td > div:first-child {
	min-height: 110px;
}

#my-orders-table .order-td > div:not(:first-child) {
	line-height: 80px;
}

#my-orders-table .order-td a {
	padding-right: 15px;
	float: left;
	height: 80px;
	max-width: 80px;
}

#my-orders-table .order-td p {
	float: left;
	white-space: normal;
}

#my-orders-table .cthumb {
	max-height: 80px;
}

#my-orders-table .button {
	font-size: 16px;
	padding: 5px 15px;
	background: #2d2d2d;
	font-family: Palatino, 'Palatino Linotype';
}

#my-orders-table .button.dropup {
	background:  #d8d8d8;
	color: #7e7e7e;
	padding: 5px 14px;
}

#my-orders-table .button > .caret {
	margin-left: 15px;
	color: #fff;
}

.action-close-order {
	font-size: 14px;
	cursor: pointer;
}

.logout-button {
	width: 100px;
	height: 35px;
	font-size: 18px;
}
	

/***********************************************
* 	MY ACCOUNT START
***********************************************/

/***********************************************
* 	BLOGS START
***********************************************/

#blog h1 {
	text-transform:capitalize;
	margin-bottom: 0;
}

#blog h2 {
	text-transform:capitalize;
	margin: 0 0 10px 0;
}

#blog h2 > a {
	line-height: 1;
}

.blog-group {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid rgb(208, 222, 228);
}

.blog-group + .simple-paging {
	border-top: none;
	margin-top: -30px;
}

.blog-title {
	display: block;
	font-size: 24px;
}

.blog-button {
	font-size: 16px;
}

.blog-image-footer {
	font-size: 14px;
}

.blog-image-footer a{
	color: #dd4646;
}

.blog-entry-subtitle {
	font-size: 16px;
	padding: 10px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid rgb(208, 222, 228);
}

.blog-entry-subtitle a {
	color: #dd4646;
}

.blog-entry ol li {
	margin: 0 0 14px 17px;
}

.blog-entry ul li {
	background: rgba(0, 0, 0, 0) url("/images/bullet.png") no-repeat scroll 0 5px;
	margin: 0 0 14px;
	padding-left: 16px;
}

.blog-content {
	position: relative;
	background: #eeeeee;
	padding: 15px;
	margin-top: 20px;
	margin-bottom: 25px;
}

.blog-content:after {
	content: "";
	position: absolute;
	left: 30px;
	top: -14px;
	width: 0;
	height: 0;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-bottom: 14px solid #eeeeee;
}

.simple-paging {
	padding: 10px 0;
	border-top: 1px solid rgb(208, 222, 228);
	border-bottom: 1px solid rgb(208, 222, 228);
	margin-bottom: 30px;
}

.simple-paging.bottom {
	margin-top: -30px;
	border-top: 0;
}
	
.paging-container > div {
	float: right;
}
.paging-container > div:not(:first-child){
	margin-right: 10px;
}
.paging-numbers > a {
	display: inline-block;
	margin-right: 10px;
}
.paging-numbers > a.active {
	color: #dd4646;
}


.submit-comment {
	font-size: 24px;
	width: 100%;
}

.star-holder {
	line-height: 20px;
	padding: 0 15px;
}

.star {
	width: 17px;
	float: left;
	font-size: 20px;
	margin-left: 3px;
	cursor: default;
}

.star.star-rating {
	cursor: pointer;
}

.star-full {
	color: #dd4646;
}

.star-empty {
	color: #d3d3d3;
}

.star.hover {
	color: #dd4646!important;
}

.star.empty {
	color: #d3d3d3!important;
}

/***********************************************
* 	BLOGS END
***********************************************/

/***********************************************
* 	GALLERY START
***********************************************/



/***********************************************
* 	GALLERY END	
***********************************************/


/***********************************************
* 	            PRODUCT DETAILS
***********************************************/

#product-detail {
	padding-top: 30px;
	margin-bottom: 60px;
}
#productzoom-default {
	text-align: center;
	display: block;
}

#productzoom{
	max-width: 100%;
	max-height: 553px;
}

.description-holder h1 {
	font-size: 30px;
	margin: 0px;
}

.description-holder .prod-price-container{
	margin-top: 15px;
	margin-bottom: 15px;
}

.description-holder .product-code{
	font-size: 14px;
	padding-top: 10px;
}

.description-holder .product-options{
	border-left: 5px solid rgb(208, 222, 228); 
	margin-bottom: 30px;
	margin-top: 30px;
}


.description-holder .details-select .input-group{
	//border: 1px solid #bdbdbd;
}
.description-holder .details-select .input-group-btn .btn{
	height: 30px;
	line-height: 1;
	font-size: 30px;
	font-weight: 700;
	border-radius: 0px;
	background: #d0dee4; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #d0dee4 0%, #d0dee4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d0dee4), color-stop(100%,#d0dee4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d0dee4 0%,#d0dee4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d0dee4 0%,#d0dee4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d0dee4 0%,#d0dee4 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d0dee4 0%,#d0dee4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0dee4', endColorstr='#d0dee4',GradientType=0 ); /* IE6-8 */
	border: 0px none;
	padding:0px 12px;
	text-shadow: none;
}
.description-holder .details-select .input-group-btn .btn:hover{
	z-index:1;
}
.description-holder .details-select .input-group-btn .btn:focus, .description-holder .details-select .input-group-btn .btn:active{
	outline:none;
	z-index:1;
}
.description-holder .details-select input.form-control{
	height: 30px;
	border-top: 1px solid #d0dee4!important;
	border-bottom: 1px solid #d0dee4!important;
	text-align: center;
	line-height: 20px;
	background-color: #e8f2f3!important;
	box-shadow: none;
	border-top: 0;
	border-bottom: 0px;
}

.description-holder .details-select .simple-select > span {
	text-transform: capitalize;
}

.description-holder .details-select .simple-select option {
	text-transform: capitalize;
}

.description-holder .form-group {
	
}

.description-holder .stand-label {
	line-height:40px;
	font-size: 16px;
	margin-bottom: 0;
	padding-left: 20px;
}

.description-holder .action-fly-detail{
	font-size: 20px;
	width: 100%;
	padding-top: 10px 0px 5px 0px;
	height: auto;
}


.description-holder .notify-button {
	height: 35px;
	font-size: 18px;
	line-height: 1;
	padding: 0 30px;
}

.description-holder .notify-success {
	display:block;
	text-align:center;
	margin:30px 0;
	width:100%;
	font-size:20px;
}

.description-holder .product-specification {
	margin-top: 30px; 
	margin-bottom: 30px;
}

.description-holder .product-features {
	font-size: 18px;
	font-weight: bold;
}

.description-holder .bullet-features{
	width: 9px;
	height: 8px;
	float: left;
	margin: 7px 15px 10px 0;
	background: url('/images/bullet.png') no-repeat 0 0; 
}

.description-holder .features_holder ul {
	margin: 10px 0px 0px 0px !important;
	padding-left: 0px;	
}

.description-holder .features_holder ul li {
	margin-bottom:10px;
}

.description-holder .product-specification li {
	margin-bottom: 10px;
	padding-left: 20px;
	background: url("/images/bullet.png") no-repeat 0 4px;
}

.description-holder .details-select .swatch-type {
	border-color: #bbbbbb;
    border-style: solid;
    border-width: 1px;
    height: 25px;
    width: 25px;
    padding: 0;
    position: relative;
	margin-right: 10px;
	border-radius: 5px;
	transition: opacity .5s ease;
}
.description-holder .details-select .swatch-type::before {
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1;
}
.description-holder .details-select .swatch-type.disabled::before {
	background-size: 100% 100%;
	background-color:transparent;
	background-image:url('/images/nope.png');
	width: 100%;
	height: 100%;
}
.description-holder .details-select .tag-type{
	padding:5px 11px;
	margin: 5px 10px 5px 0;
	transition: opacity 0.5s ease 0s;
}

.description-holder .details-select .tag-type:hover{
	border: 2px solid #888888;
	padding: 4px 10px !important;
}
.description-holder .details-select .tag-type.checked{
	border: 2px solid #000;
	padding: 4px 10px !important;
}

.description-holder .details-select .tag-type.disabled:hover{
	border: 1px solid #666666;
	padding: 5px 11px!important;
}

@media(max-width:992px){
	.clear{
		clear:both;
	}
	.description-holder .share_it {
		margin-top:30px;
	}
}

.product-detail-image .image-advice{
	font-size: 16px;
}

.product-detail-image .image-gallery{
	margin-bottom: 40px;
}

.product-detail-image .image-border{
	padding: 1px;
}

.addthis_button_compact {font-size:10px !important}
.addthis_button_facebook_like {width:47px;}
.addthis_button_tweet {width: 57px}
.addthis_button_google_plusone {margin:2px 0px;}

.merch-message-product {
	margin: 10px 0px;
	color: #dd4646;
	font-weight: bold;
}


/* -------------------------PRODUCT EXTRAS STYLES----------------------------- */
.product-extras {
	margin-top: 30px;
}

.product-extras .nav {
	border-bottom: 1px solid rgb(208, 222, 228);
}

.product-extras .nav a {
	font-size: 18px;
	padding: 8px 35px;
	margin-right: 10px;
	border: 1px solid rgb(208, 222, 228);
	
	border-radius: 0;
	background: #e8f2f3; 
}

.product-extras .nav li.active a{
	background: #fff;
	border-bottom: 1px solid #ffffff;
}

.product-extras .tab-content {
	padding: 30px 0;
}

.product-extras .init-overlay {
	height: 200px;
}

.product-extras .tab-pane h1, .product-extras .tab-pane h2, .product-extras .tab-pane h3, .product-extras .tab-pane h4 {
	margin-top: 0px;
	font-size: 24px;
	text-transform: uppercase;
}

.product-extras .tab-pane p {
	margin: 6px 0 10px 0;
	font-size: 16px;
}

.product-extras .tab-pane ul li{
	background: url('/images/bullet.png') no-repeat 0 5px !important;   
	padding-left: 16px !important; 
}

.product-extras .tab-pane li {
	margin-bottom: 10px;
	width: 100% !important;
}

.product-extras .tab-pane ol {
	padding-left: 10px;
}

.product-extras .tab-pane ol > li {
	/*list-style-type: number;*/
	padding-left: 6px;
}


/*=================== Styles for tabs in xs (accordion) ===================*/
.product-extras .panel-group {
	border-bottom: 1px solid rgb(208, 222, 228);
}

.product-extras .panel {
	border-radius: 0;
	border-bottom: none;
}

.product-extras .panel-group .panel + .panel {
	margin: 0;
}

.product-extras .panel-heading {
	border-radius: 0;
	padding: 0;
}

.product-extras .panel-body {
	padding: 20px;
}

.product-extras .panel-heading .accordion-toggle {
	padding: 10px 15px;
	font-size: 18px;
	background: #fefefe; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlY2VjZWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #fefefe 0%, #ececec 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#ececec)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fefefe 0%,#ececec 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fefefe 0%,#ececec 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fefefe 0%,#ececec 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fefefe 0%,#ececec 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#ececec',GradientType=0 ); /* IE6-8 */
}

/* ----------------------------- END PRODUCT EXTRAS STYLES----------------------------- */


/*------------- RELATED PRODUCTS ---------------*/
#related-products{
	padding-top: 0px;
	padding-bottom: 50px;
}

/***********************************************
*          PRODUCT DETAILS END
***********************************************/


/***********************************************
*          LOGIN START
***********************************************/

.login-title {
	display: block;
	margin-top:0px;
}

.login-block {
	display: block;
	border-bottom: 1px solid rgb(208, 222, 228);
	margin-top: 30px;
	margin-bottom: 30px;
	padding-bottom: 10px;
}

.login-box {
	background: #f2f2f2;
	padding: 30px 25px;
}

#forgotten-password button:not(.callback-tooltip){
	padding-bottom: 10px;
    font-family: 'Palatino', 'Palatino Linotype';
	font-size: 23px;
}

.forgotten-link {
	margin-top: 15px;
	font-size: 14px;
	display: inline-block;
}

.forgotten-link > .fa:before{
	background: #dd4646;
	color: #fff;
	font-size: 13px;
	line-height: 14px;
	padding: 2px 4px;
}

.login-button-main {
	width: 100%;
	height: auto;
	font-size: 18px;
	margin-top: 10px;
}

.register-button {
	width: 100%;
	height: auto;
	font-size: 30px;
}
@media(min-width:992px){

	.register-button {
		font-size:22px!important;
	}
}
#login .register-checkbox {
	background: #f2f2f2;
	padding: 30px 15px;
	margin-top: 30px;
	margin-bottom: 15px;
}

/*		MODAL		*/
#login-modal iframe {
	width: 100%;
	height: 226px;
	border: 0;
	overflow: hidden;
}

.login-iframe .login-button-main {
	width: 100%;
	font-size: 28px;
	height: auto;
	padding: 5px 0;
}	

/***********************************************
*          LOGIN END
***********************************************/

/***********************************************
*          RESET PASSWORD START
***********************************************/

.send-small {
	width: 100%;
	font-size: 28px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#forgotten-modal .callback-tooltip {
	line-height: 30px;
}

#forgotten-modal .callback-tooltip > .fa {
	background: #000;
	color: #fff;
	padding: 3px;
	cursor: pointer;
}

/***********************************************
*          RESET PASSWORD END
***********************************************/

/***********************************************
*          SITEMAP START
***********************************************/
	
#sitemap .panel-heading {
	padding: 0;
	border-radius: 0;
}

#sitemap .panel-title > a {
	padding: 15px 0;
	font-size: 20px;
}

#sitemap .panel-title > a.collapsed > .fa {
	filter: none;
	transform: scale(1, -1);
}

#sitemap .panel-title .fa {
	float: right;
	font-size: 25px;
	font-weight: bold;
	padding-right: 15px;
	-webkit-transition: transform 0.2s ease 0s;
	-moz-transition: transform 0.2s ease 0s;
	-o-transition: transform 0.2s ease 0s;
	transition: transform 0.2s ease 0s;
}

#sitemap .panel-group {
	margin-top: 30px;
}

#sitemap .panel-group .panel {
	border-radius: 0;
	border-left: 0;
	border-right: 0;
}

#sitemap .panel-group .panel + .panel {
	margin-top: 0;
	border-top: 0;
}

#sitemap .panel-default > .panel-heading {
	background: #fff;
}

#sitemap .panel-group .panel-heading:hover {
	background: #ebebeb;
}

.action-sitemap-filter {
	padding-left: 0;
	padding-right: 10px;
	font-weight: bold;
	color: #AAAAAA;
}

.action-sitemap-filter:hover, .action-sitemap-filter.active {
	color: #000;
}

#sitemap .panel-body .children {
	margin-left: 10px;
}

#sitemap .listed li {
	list-style-position: outside;
	margin-left: 15px;
	padding-bottom: 15px;
}

#sitemap .panel-body a:hover {
	text-decoration: underline;
	color: #dd4646;
}

/***********************************************
*          SITEMAP END
***********************************************/

/***********************************************
*          PREDICTIVE SEARCH START
***********************************************/

#actb_table {
	width: 342px;
	position: absolute;
	z-index: 2000;
	border: 1px solid #d0d0d0;
}
h2.myaccount-title br{
	display:none;
}
@media(max-width:450px){
	h2.myaccount-title .logout-button{
		margin-bottom:15px;
		margin-top:15px;
	}
	h2.myaccount-title br{
		display:block;
	}
	#featured .featured-title{
		font-size:40px!important;
	}
	#actb_table {
		width: 290px;
	}
	#secure-checkout .secure-checkout-header{
		font-size:20px;
	}
}
#actb_table tr td {
	padding: 4px 6px;
	font-size:11px;
	cursor: pointer;
}

.actb_highlight {
	font-weight: bold;
	text-decoration: underline;
}

.actb_more {
	text-align: center;
	width: 100%;
}

.actb_inact {
	background-color:white;
}

.actb_inact td{
	color: black;
}

.actb_act {
	background-color: #e6e6e6;
}

.actb_act td{
	color:red;
}

/***********************************************
*          PREDICTIVE SEARCH END
***********************************************/



.addthis_toolbox > a {
	display: inline-block;
	margin-right: 5px;
}

.continue-button {
	width: 255px;
	height: 36px;
	display: inline-block;
}

.findaddress {
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 5px;
	overflow: auto;
	position: relative;
}

.findaddress.loading::after{
	background-image: url("/images/loading.gif");
    content: "";
    height: 32px;
    position: absolute;
    right: -45px;
    top: 4px;
    width: 32px;
}

/* Countdown Timer begin*/

#countdown_timer {
	width: 100%;
	height: 58px;
    background: rgb(176, 176, 176);
}


.timer_clock {
	float: left;
	height: 58px;
	width: 187px;
}

.clock {
	width: 21px;
	height: 20px !important;
	margin: 20px 10px 0 10px !important;
}

.flash_sale {
	height: 58px;
	margin: 0 auto;
	width: 1000px;
}

.flash_sale .flash_text:before, .flash_sale .timer_clock:before{
    content:"|";
    font-size: 28px;
    line-height: 58px;
    color: rgb(243, 243, 243);
    float:left;
    font-weight:lighter;
    margin-left:-2px;
}

#countdown_timer .countdown_image {
	float: left;
    /*width:216px;*/
    height:58px;
    line-height: 58px !important;
}
.countdown_description {
    color: rgb(243, 243, 243);
    font-size: 35px;
    display: block;
    float: left;
	margin-right: 10px;
}

.flash_text {
	float: left;
	display: block;
	width: 597px;
	height: 58px;
	line-height: 58px;
	font-size: 23px;
	font-weight: bold;
	color: rgb(243, 243, 243);
	position: relative;
	overflow:hidden;
	white-space: nowrap;
	z-index:2;
}

.flashtextholder{
	float:left;
	position: absolute;
}

.clock_day, .clock_hour, .clock_min, .clock_sec, .sep {
	display: block;
	color: rgb(243, 243, 243);
	font-size: 24px;
	float: left;
	height: 58px;
	line-height: 58px;
}

.sep { margin: 0 1px; }

a.countdown_link, a.countdown_link:hover {rgb(243, 243, 243); text-decoration: none; }

/* Countdown Timer end */


/***********************************************
*          TOGGLE SELECTOR START
***********************************************/

.toggle-message {
	color: #393838;
    font-size: 11px;
    line-height: 24px;
}

.toggle-selection-wrapper {
	float: right;
    padding: 3px 2px 0 0;
    width: 60px;
} 

.toggle-selection-wrapper:hover .toggle-list {
	display: block;
}

.selected-toggle {
	color: #393838;
    display: block;
    text-align: center;
}

.toggle-list {
	background: #ffffff;
    border: 1px solid #c8c8c8;
    display: none;
    position: absolute;
    text-align: center;
    width: 60px;
    z-index: 9;
}

.toggle-option {
	height: 31px;
	line-height: 31px;
}

.toggle-option:hover {
	color: #959595;
}

.toggle {
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}

.goog-te-gadget-simple{
	border: none !important;
}

.goog-te-gadget img{
	display: none !important;
}

.goog-te-menu-value span{
	border: transparent !important;
	font-size: 11px !important;
	font-family: Roboto,sans-serif !important;
}

.goog-te-menu-value span:last-child{
	color: #000000 !important;
    font-size: 9px !important;
}

/***********************************************
*          TOGGLE SELECTOR END
***********************************************/


/***********************************************
* 	HEADER02 START 
***********************************************/
.phone-number{
	font-weight:bold!important;
}
#header{
	padding-top: 15px;
}
#top-menu a:after{
	content:"|";
	padding-left:5px;
	padding-right:2px;
}
#top-menu a:last-child:after{
	content:"";
	padding-left:0px;
	padding-right:0px;
}
#top-menu a{
	color:#857a21;
    font-family: 'Palatino', 'Palatino Linotype';
	text-transform:uppercase;
}
.phone{
	font-family: 'Palatino', 'Palatino Linotype';
}
.phone-text{
	text-transform:uppercase;
}
@media(max-width:991px){
	#header{
		padding-top: 0;
	}
	.phone-text{
		color:white;
	}
	.basket-container{
		margin-top:15px;
	}
}
.basket-container{
	border: none;
	margin-right:0px;
	margin-left: 0px;
	height: 31px;
	width: 100%;
}
#basket {
	cursor: pointer;
	height: 45px;
	line-height: 30px;
}
@media(min-width:992px) and (max-width:1199px){
	#basket .basket-amount{
		font-size: 12px !important;
	}
}
.checkoutbutton{
	height: 27px;
	line-height:27px;
	float: right;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.checkoutbutton .fa {
	text-align: center;
	width: 19px;
	height: 19px;
}
.checkoutbutton a {
	margin-left: 15px;
    text-align: center;
	font-weight:lighter;
	width:100%;
}

#pred-search{
	width: 311px;
	height: 27px !important;
}

@media(max-width:1200px) {
	#pred-search{
		width: 243px;
		height: 27px !important;
	}
}

.tt-hint {
	height: 27px !important;
}

.tt-dropdown-menu {
	width: 400px;
	margin-top: 5px;
	padding: 8px 12px;
	background-color: #fff;
	font-size: 11px;
	color: #111;
	border: 1px solid #ccc;
}

.search_button {
	position: absolute;
    top: 0;
    right: 16px;
    height: 31px;
    background-color: rgb(232, 242, 243)!important;
    color: black!important;
	font-family: Roboto;
    text-transform: uppercase;
}
.phone,#top-menu{
	padding:5px 0;
	display: block;
}
.checkoutbutton .fa-chevron-down{
	position: absolute;
    left: 0;
    height: 27px;
    padding-top: 6px;
    background-color: rgb(77,77,77);
	width: 17px;
	font-size: 9pt;
	padding-top: 7pt;
}
@media(min-width:992px){
	#search-container{
		display:block!important;
	}
	.search-move{
		float:left;
	} 
	.basket-move,.search-move{
		margin-top:13px;
	}
	.basket-move{
		float:right;
	}
	.border-bottom-dashed{
		border-bottom: dashed 2px #a6afb3;
	}

}

#order-header-wrapper{
	margin:10px 0;
}
@media(max-width:450px){
	.checkout-sm{
	    padding-left: 0px!important;
	}
	.checkout-sm,.mobile-button button, .mobile-button a{
		font-size:14px!important;
		vertical-align: inherit!important;
	}
	.phone .phone-number.padding-left-xs-15{
		padding-left:0px!important;
	}
	#header .container > div.col-xs-12.no-padding > div:not(#basket-container){
		margin-top:5px!important;
	}

}
@media(max-width:991px){
	#search-container{
		display:none;
		margin-bottom:15px;
	}
	#header #header-sm-menu > .container > div.col-xs-12.no-padding.border-bottom-dashed-sm{
		border-bottom: dashed 1px #a6afb3;
		padding-bottom:10px;
	}
	#header-sm-menu{
		margin-bottom:15px;
		padding-top:10px;
	}
}
@media(max-width:350px){
	#featured .featured-title{
		font-size:35px!important;
	}
	.disp-table .phone.no-padding{
		text-align:right;
	}
	.checkout-sm,.mobile-button button, .mobile-button a{
		font-size:13px!important;
		vertical-align: inherit!important;
	}
}
/***********************************************
* 	HEADER02 END
***********************************************/

/***********************************************
*	NAVBAR01 START
***********************************************/

#megamenu .container{
	padding:0px;
}
#megamenu{
	border:none;
background: rgb(232, 242, 243)!important;
	background: rgb(232, 242, 243); /* Old browsers */ 
	background: -moz-linear-gradient(top,  rgb(232, 242, 243) 0%, rgb(232, 242, 243) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgb(232, 242, 243) 0%,rgb(232, 242, 243) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgb(232, 242, 243) 0%,rgb(232, 242, 243) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
//	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgb(232, 242, 243)', endColorstr='rgb(232, 242, 243)',GradientType=0 ); /* IE6-9 */
	
}

@media (max-width: 767px){
	#megamenu {
		margin-top: 0px;
	}
}
.navbar{
	margin-bottom:0px;
	min-height:0px;
}
#megamenu .navbar-nav{
	padding-left:0;
}
#megamenu .navbar-collapse{
	padding:0px;
}

#megamenu .navbar-collapse > .navbar-nav {
	margin: 0 auto;
	display: table;
	table-layout: auto;
	float: none;
	width: 100%;
}
#megamenu .navbar-collapse > .navbar-nav > li {
	display: table-cell;
	float: none;
	text-align: center;
	font-family: Myriad Pro;
}
@media(min-width:992px){
	.dropdown-menu .megamenu-column:not(:last-child){
		border-right:solid 1px #595555;
	}
}
@media(max-width:991px){
	#megamenu .navbar-collapse > .navbar-nav > li {
		display: block;
	}
	
	#megamenu .navbar-collapse > .navbar-nav > li.dropdown .dropdown-menu,#megamenu .navbar-collapse > .navbar-nav > li.dropdown .dropdown-menu .megamenu-column{
		display: none;
		background-color: transparent;
		border:0px!important;
		border: 0px!important;
    	box-shadow: none!important;
		margin-left:0px!important;
		margin-right:0px!important;
		min-width: 100%;
		text-align:center;
	}
	#megamenu .navbar-collapse > .navbar-nav > li.dropdown.open > a{
		background-color: rgb(147, 147, 147);
	}
	#megamenu .navbar-collapse > .navbar-nav > li.dropdown.open .dropdown-menu,#megamenu .navbar-collapse > .navbar-nav > li.dropdown.open .dropdown-menu .megamenu-column{
		display: block;
		min-width: 100%;
	}
	.navbar {
		min-height: 0px;
		border: none;
	}
}
#megamenu .navbar-header{
	height: 100%;
}

#megamenu .dropdown > .fa.fa-play{
	    position: absolute;
    transform: rotate(90deg);
     color: #E8F2F3; 
    /* width: 100%; */
    left: 0;
    right: 0;
    display: none;
	
}

#megamenu .dropdown > a{
	font-weight: 100;
	line-height: initial;
	padding-left:0px;
	padding-right:0px;
	text-align:center;
	font-weight:500;
	
}

#megamenu .dropdown > .dropdown-menu{
	padding:20px 10px;
	border-radius: 5px;
}

#megamenu .dropdown > .dropdown-menu .megamenu-column li {
	padding: 5px 0;
}

li.dropdown.open ul.dropdown-menu li:first-child i.fa.fa-play{
	transform: rotate(90deg);
    color: #E8F2F3;
}
li.dropdown.open ul.dropdown-menu> li:first-child{
	//position: absolute;
  //  top: -5.5px;
   // width: 100%;
  //  text-align: left;
	//padding-left:30px;
}
#megamenu-toolbar .nav.navbar-nav li.dropdown.open:nth-child(n+6) .dropdown-menu > li:first-child{
	//text-align: right;
	//padding-right:30px;
}
#megamenu .dropdown > .dropdown-menu.left{
	right: 0;
    left: auto;
}
@media (min-width: 992px) {
	#megamenu .dropdown.open > .fa.fa-play{
		display:none;
		z-index: 9999999;
	}
}
@media (max-width: 991px) {
	
	#megamenu .navbar-collapse.collapse {
		display: none !important;
		visibility: hidden !important;
	}
	
	#megamenu .navbar-collapse.collapse.in {
		display: block !important;
		visibility: visible !important;
	}
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}
.megamenu-column  .fa.fa-play{
	transform:rotate(90deg);
	color:#E8F2F3;
}
#megamenu-toolbar .nav.navbar-nav li.dropdown:nth-child(n+6) .dropdown-menu{
	    left: inherit!important;
		right:0px!important;
}
.order-header-title{
	font-size:26px;
}
.order-header-description {
	font-size:18px;
}
.order-header-description strong{
	color:#cc3e06;
}
/***********************************************
*	NAVBAR01 END
***********************************************/

.carousel-inner>.item.active{
	//height:600px;
    background: #E1E1E1;
}

@media(max-width: 991px){
	.carousel-inner>.item.active{
		min-height:350px;
		height:auto;
	}
}

@media(max-width: 767px){
	.carousel-inner>.item.active{
		min-height:250px;
		height:auto;
	}
}
@media(max-width:500px){
	.carousel-inner>.item.active{
		min-height:150px;
		height:auto;
	}
}


/*Media queries for carousel banners END*/


/***********************************************
* 	PRODUCT SCROLLER 01  START
***********************************************/




/***********************************************
* 	PRODUCT SCROLLER 01  END
***********************************************/


#newsletter-container {
	line-height: 67px;
	background-color: #a2a2a2;
}

#newsletter-container .newsletter-title {
	margin: 0;
	line-height:2;
	font-weight: lighter;
    font-family: Palatino, 'Palatino Linotype';
}
@media(max-width:365px){
	#newsletter-container form .newsletter-title{
		font-size:28px;
	}
}
@media(max-width:340px){
	#newsletter-container form .newsletter-title{
		font-size:25px;
	}
}
#newsletter-container .newsletter-email {
	width: 100%;
	height: 35px;
	line-height: 24px;
	padding-left: 7px;
	border: 0;
}
@media(max-width:450px){
	#newsletter-container .newsletter-email {
		font-size:14px;
	}
}

.newsletter-email::-webkit-input-placeholder , .newsletter-email::-moz-placeholder , .newsletter-email:-ms-input-placeholder{
	color: #959595;
}

#newsletter-container .newsletter-button {
	border: 0 none;
	border-radius: 0;
	height: 35px;
	width: 120px;
	display: block;
	line-height: 1;
}
#newsletter-container .newsletter-button i{
	margin-left:7px;
}



/***********************************************
* 	FOOTER01 START
***********************************************/


/*--------------------- footer-menu -------------------------*/

#footer-menu {
	padding-top: 30px;
    padding-bottom: 25px;
}
#footer-menu li{
	margin-bottom:1px;
}
#footer-menu li:not(#socialbuttons) {
	font-family: Palatino, 'Palatino Linotype'!important;
}
#footer-menu li a{
	margin-bottom:10px;

}
#footer-menu p {
	margin: 0;
	padding: 5px 10px;
}

#footer-menu ul {
	margin: 0;
	padding: 0;
	font-family: Palatino, 'Palatino Linotype'!important;
}

#footer-menu li.header {
	margin-bottom:25px;
	text-transform:;
	font-family: Palatino, 'Palatino Linotype'!important;
}

#footer-menu a.quick:hover {
	color: #b2b2b2;
}


/*--------------------- Blog Scroller -------------------------*/
#blog-scroller a.quick {
	line-height: 16px;
}

#blog-scroller li {  
	line-height: 18px;
}

#blog-scroller ul, #blog-scroller li {
	height: 100%;
}

#blog-scroller .blog_scroll_title {
	display: block;
	font-size: 18px;
}

#blog-scroller .blog_scroll_header {
	display: block;
	opacity: 0.5;
	font-size: 12px;
	padding-bottom: 5px;
}

#blog-scroller .blog_scroll_elem{
	display: block;
	overflow: hidden;
	height: 56%;
}

#blog-scroller .blog_scroll_footer {
	display: block;
	margin: 10px 0 0 0;
}

#blog-scroller .blog_scroll_footer  a{
	color: #dd4646;
}


/*--------------------- Social buttons -------------------------*/
#socialbuttons {
	margin-top:12px;
}

#socialbuttons a[title="facebook"] .fa.fa-facebook,#socialbuttons a[title="twitter"] .fa.fa-twitter {
	position: absolute!important;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    font-size: 17px;
    color: white;
    display: block;
    line-height: 25px;
	
}
#socialbuttons a[title="twitter"] {
	color: #42c4ef;	
	position:relative;
}
#socialbuttons a[title="facebook"] {
	color: #175792;
	position:relative;
}
#socialbuttons a {
	border-radius: 50%;
	display: inline-block;
	font-size: 35px;
	margin: 0 3px 0 0;
	height: 29px;
	line-height: 29px;
	text-align: center;
	vertical-align: middle;
	width: 35px;
	//background: rgb(133, 122, 33);
}
@media(max-width:767px){
	#socialbuttons a {
		margin: 0 10px 0 0px;
	}
}

#socialbuttons a:hover {
	opacity: 0.5;
}


/*--------------------- Quick Links -------------------------*/

#quick-links {
	background: #fff;

}
	
#quick-links-pci {
	padding-top: 13px;
    padding-bottom: 11px;
    line-height: 32px;
	font-family: Palatino, 'Palatino Linotype'!important;	
}

#cards { 
	margin-top: 10px;
	float: right;
}

@media(min-width:992px){
	#cards {
		margin-top: 0;
	}
}
#cards img{
	//-webkit-filter: grayscale(1);
   // filter: grayscale(1);
}
 
#quick-links-copy {
	padding: 22px 0;
}

#quick-links-copy img {
	border: 0
}

#quick-links-copy p {
	margin: 0;
	padding: 5px 10px;
}

#quick-links-copy a:hover {
	text-decoration: underline;
}

#quick-links-copy .left {
	opacity: 0.65;
}

#quick-links-copy .left a {
	margin-left: 1px;
	margin-right: 1px;
	display: inline-block;
}

#quick-links-copy .right {
	opacity: 0.65;
}
@media(max-width:767px){
	#quick-links-copy .left  , #quick-links-copy .right{
		line-height:2.7;
	}
	#quick-links-copy{
		padding:7px 0px;
	}
}
@media(min-width:768px){
	#quick-links-copy .right {
		text-align: right;
	}
}

.quicklinks4 li a{
	margin-top:14px;
}

/****************************************************************************
* 							FOOTER01  END
****************************************************************************/
---------------------------------------------------------------------------------website Block Design START -------------------------------------------------------------
footer{
font-size:14px;
}

.search_button{
background-color:rgb(71, 71, 71);
color:rgb(133, 122, 33);
color:rgb(133, 122, 33);
background-color:rgb(71, 71, 71);
}

.phone-number{
color:rgb(147, 147, 147);
color:rgb(133, 122, 33);
}

.phone{
font-size:14px;
font-size:14px;
}

.pci span{
color:rgb(87, 87, 87);
}

.nav>li>a:focus, .nav>li>a:hover{
background-color:rgb(147, 147, 147);
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover , .nav .open>a:active {
background-color:rgba(147, 147, 147, 0);
}

.megamenu-column a:hover{
background-color:rgba(147, 147, 147, 0);
color:rgb(255, 170, 0);
}

.megamenu-column a{
color:rgb(255, 255, 255);
font-family:Roboto,sans-serif;
font-size:16px;
color:rgb(255, 255, 255);
}

.dropdown-menu{
background-color:rgb(51, 51, 51);
}

.checkoutbutton a{
color:white;
color:white;
}

.checkoutbutton{
background-color:rgb(147,147,147);
background-color:rgb(147,147,147);
}

#quick-links-copy,#quick-links-copy .left a , #quick-links-copy .right a{
color:rgb(108, 108, 108);
}

#quick-links-copy ,#footer-menu  li , #footer-menu  a{
color:rgb(108, 108, 108);
}

#quick-links .pci strong {
color:rgb(204, 62, 6);
}

#quick-links .pci{
font-size:15px;
}

#order-header-wrapper{
background-color:white;
background-color:white;
}

#newsletter-container .newsletter-title{
color:rgb(0, 0, 0);
font-size:30px;
}

#newsletter-container .newsletter-button{
background-color:rgb(204, 62, 6);
font-size:17px;
color:white;
}

#newsletter-container{
background-color:rgb(255, 255, 255);
}

#megamenu .dropdown > a:hover , #megamenu .dropdown > a:active, #megamenu .dropdown > a:focus{
color:rgb(0, 0, 0);
}

#megamenu .dropdown > a{
font-family:Roboto,sans-serif;
text-transform:uppercase;
color:rgb(0, 0, 0);
font-size:14px;
text-transform:uppercase;
}

#megamenu{
background:rgb(0, 0, 0);
}

#header-sm-menu{
background-color:rgb(255, 255, 255);
background-color:rgb(255, 255, 255);
}

#footer-menu li.header{
font-size:18px;
color:rgb(108, 108, 108);
}

#footer-menu li a.mailtocolor{
color:rgb(108, 108, 108);
}

#footer , #quick-links-copy{
background-color:rgb(239, 244, 246);
}

#featured .featured-title{
font-size:48px;
line-height:30px;
}

#featured .button{
line-height:36px;
text-transform:none;
}

#featured{
background:white;
}

#blog-scroller .blog_scroll_footer a{
color:rgb(108, 108, 108);
}

#basket .basket-amount{
font-family:Roboto,sans-serif;
color:rgb(0, 0, 0);
font-size:14px;
font-weight:bold;
color:rgb(0, 0, 0);
font-size:14px;
font-weight:bold;
}

.button{
font-family:Roboto,sans-serif;
color:rgb(255, 255, 255);
font-size:17px;
background-color:rgb(204, 62, 6);
font-family:Palatino, Palatino Linotype;
text-align:center;
height:35px;
line-height:35px;
overflow:hidden;
white-space:nowrap;
cursor:pointer;
text-overflow:ellipsis;
border-radius:0;
font-weight:lighter;
text-decoration:none;
text-transform:uppercase!important;
}

.button-secondary{
background-color:green;
font-family:Lato,sans-serif;
}

.submit-enquiry-button{
background-color:rgb(147, 147, 147);;
font-family:Arial,Helvetica,sans-serif;
color:white;
font-size:15px;
line-height:30px;
}


.login-to-see-prices {
	width: 100%;
    text-align: center;
    display: block;
	color: #cc3e06;
	margin: 15px 0 15px 0px;
	font-size:16px;
}
.login-to-see-prices.detail-page{
	text-align:left!important;
	padding-left:15px;
}
#product-sash{
	background-position: 100px 100px;
}

.padding-0 {
	padding: 0;
}

.colored-box-pane {
	margin-top: 10px;
	padding: 0;
}

.colored-box-pane div {
	width: 16.6%;
	height: 7px;
	float: left;
}

.colored-box-pane div:nth-child(1), .colored-box-pane div:nth-child(4) {
	background-color: #ffaa01;
}

.colored-box-pane div:nth-child(2) {
	background-color: #ab0061;
}

.colored-box-pane div:nth-child(3), .colored-box-pane div:nth-child(7) {
	background-color: #1bbdc8;
}

.colored-box-pane div:nth-child(5) {
	background-color: #302a25;
}

.colored-box-pane div:nth-child(6) {
	background-color: #857a21;
}

.menu-pane {
	background-color: #eff4f6;
	height: 65px;
	padding-top: 15px;
	padding-bottom: -15px;
	font-size: 14px;
	color: #4b4b4b;
}

.menu-pane .container {
	padding-left: 30px;
}

.menu-pane label {
	font-weight: bold;
	margin-right: 10px;
}

.menu-pane input {
	height: 27px !important;
	width: 250px;
	border: 1px solid #6d6e71  !important;
	background-color: white  !important;
	border-radius: 5px  !important;
	margin-right: 20px;
}

@media(max-width:1200px) {
	.menu-pane label, .menu-pane input, .menu-pane button, .menu-pane a {
		display: block;
		width: 100%;
		margin-top: 5px !important;
	}

	.menu-pane {
		height: 200px;
	}
}

.btn-trade-login, .btn-trade-login:hover, .btn-trade-login:active {
	color: white;
	background-color: #cc3e06;
	border: none;
	height: 27px;
	padding-top: 4px;
	margin-right: 22px;
}

.btn-trade-reg {
	color: #cc3e06;
	height: 27px;
	padding-top: 4px;
	margin-top: -1px !important;
}

.btn-trade-reg span {
	color: black;
	font-size: 10pt;
	border-color: #4b4b4b;
	display: inline-block;
	margin-top: -1px;
}

.simple-select-arrow {
	background: #fff !important;
	color: #6d6e71 !important;
}

.input-group button,
.input-group input#pq {
	background: #fff !important;
	border: none !important;
}

.input-group {
	border: 1px solid #6d6e71 !important;
	border-radius: 5px !important;
	color: #525252;
	height: auto;
}

.description-holder .details-select .input-group-btn .btn {
	height: auto !important;
}

.input-group .btn-default {
	font-size: 20px !important;
}

.input-group .btn-default:active {
	box-shadow: none !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  text-align: center;
}
::-moz-placeholder { /* Firefox 19+ */
  text-align: center;
}
:-ms-input-placeholder { /* IE 10+ */
  text-align: center;
}
:-moz-placeholder { /* Firefox 18- */
  text-align: center;
}

/* Change all button styling */
.button {
	border-radius: 5px;
}

#products-view a.button {
	background-color: #fff !important;
	border-radius: 5px;
	color: rgb(45, 45, 45) !important;
	text-transform: none !important;
	border: 1px solid rgb(133, 122, 33) !important;
	font-family: Roboto,sans-serif;
	font-weight: 400;
	font-size: 19px;
	line-height: 31px;
}

#product-detail #add-to-basket .button,
#featured .button {
  background-color: #fff !important;
	border-radius: 5px;
	color: #cc3e06 !important;
	text-transform: none !important;
	border: 1px solid #2d2d2d !important;
	font-family: Roboto,sans-serif;
	font-weight: 400;
	font-size: 19px;
	line-height: 25px;
	padding: 5px 0;
}

.search_button {
	background: none !important;
}

.top-menu-pane {
	border-bottom: 1px dashed #afb7bb;
	text-align: right;
}

.btn-special-offers {
	height: 27px;
	background-color: #eff4f6;
	border-color: #6d6e71;
	padding-top: 3px;
	position: relative;
	top: 30px;
}

#mPassword.input-error {
	border-color: unset;
	border-color: red !important;
}

@media(max-width:900px) {
	.dropdown-sub-menu {
		width: 100% !important;
	}
}