

@font-face {
    font-family: 'Lato';
    src: url('/css/fonts/productsans.eot');
    src: url('/css/fonts/productsans.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/productsans.woff2') format('woff2'),
         url('/css/fonts/productsans.woff') format('woff'),
         url('/css/fonts/productsans.ttf') format('truetype'),
         url('/css/fonts/productsans.svg#product_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
	text-rendering:optimizeLegibility;

}

/* Begin Styles */

html, body {
    overflow-x: hidden;
    width: 100%;
}

body {
	font-family: Lato, sans-serif;
	font-size: 16px;
	background: #ffffff;
}

@-ms-viewport{width:auto!important}

p {
	color: #2d2d2d;
}

a {
	color: #2d2d2d;
    outline: 0 none;
	display: block;
}

a:focus, a:hover, a:active {
	outline: 0 none;
	text-decoration: none;
	color: #2d2d2d;
}

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: #2d2d2d;
	background: none;
}

hr {
	border: 0;
	height: 1px;
	background-color: #2d2d2d;
	color: #2d2d2d;
}

ul, ol, li {
	list-style: none;
	padding: 0;
}
.blog-group ul, .blog-group ol, .blog-group li {
    list-style: inherit;
    margin-left: 10px;
}

ol[type="a"] > li{
	list-style-type: lower-alpha;
}

select {
	color: #3e3e3e;
	font-size: 16px;
	background-color: #ffffff;
	height: 35px;
	line-height: 35px;
}

.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: #3e3e3e; /*#565656;*/
	background-color: #f5f5f5;/* #ffffff;*/
	font-size: 15px;
	height: 35px;
	border: 1px solid #BBBBBB;
	padding: 6px 10px 0;
	line-height: 1;
	border-radius: 0;
}
#login input:not([type="radio"]):not([type="checkbox"]), #login input:not([type="radio"]):not([type="checkbox"]).form-control,#shopping-basket .promocode input{
	background-color: white;
}
textarea, textarea.form-control {
	resize: none;
	height: auto;
	color: #565656;
	background-color: #ffffff;
	font-size: 15px;
	border: 1px solid #BBBBBB;
	padding: 6px;
	line-height: 1;
	border-radius: 0;
}

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;
}

input[type=text]::-webkit-input-placeholder {
	opacity:1;
	transition: all 0.4s ease;
}
input[type=text]::-moz-placeholder {
	opacity:1;
	transition: all 0.4s ease;
}
input[type=text]:-ms-input-placeholder {
	opacity:1;
	transition: all 0.4s ease;
}
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.2;
	color: #2d2d2d;
	margin-bottom: 20px;
}

h2 {
	font-size: 16px;
	line-height: 16px;
	color: #ffffff;
}

h3 {
	font-size: 38px;
	line-height: 38px;
	color: #2d2d2d;
}

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;
	}
	.pb-5{
		padding-bottom:5px;
	}
	.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:after, .mandatory-b:after {
		content: "* ";
		font-size: 15px;
		color: #dd4646;
		/*position: absolute;
		left: 0;
		top: 0;*/
	}

	.mandatory-a:after {
		content: " *";
		font-size: 15px;
		color: #dd4646;
		position: absolute;
		right: 0;
		top: 0;
	}
	
	.mobile-button {
		height: 100%;
		text-align: center;
	}
	
	.mobile-button button, .mobile-button a {
		background-color: transparent;
		background-image: none;
		font-size: 25px;
		position: relative;
		height: 100%;
		line-height: 45px;
		color: #fff;
	}
	
	.mobile-button .badge {
		background-color: #dd4646;
		border-radius: 50%;
		font-size: 18px;
		height: 26px;
		line-height: 21px;
		position: absolute;
		top: 3px;
		width: 26px;
		animation: bloop 1s ease;
        padding-top: 4px;
        padding-right: 2px;
	}
	.badge {
        padding: 0;
    }
	@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%;
	}
	
	.full-width {
		width: 100%;
	}
	
	.banner-image {
		width: 100%;
	}
	
	.no-zoom {
		font-size: 10px;
		color: #9a9a9a;
		position: absolute;
		left: 4px;
		top: 0;
	}
	
	.sashbig {
		position: absolute;
		top: 0;
		right: 0;
		width: 125px;
		height: 125px;
		background-image: url('/images/themes/001/sashbig.png');
		background-repeat: no-repeat;
	}

	.sashsmall {
		position: absolute;
		top: 0;
		right: 0;	
		width: 60px;
		height: 59px;
		background-image: url('/images/themes/001/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-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 #e8e8e8!important;}
	.border-right { border-right: 1px solid #e8e8e8!important;}
	.border-bottom { border-bottom: 1px solid #e8e8e8!important;}
	.border-left { border-left: 1px solid #e8e8e8!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){
	
		.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;
		}
	    .no-padding-xs-right { padding-right: 0!important;}
        .xs-right { float: right; }
		.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;
		}
	}
	
	
/***********************************************
* 	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: #71b844;
			height: 100%;
			position: relative;
			width: 100%;
			margin-left: 0;
			margin-top: 0;
			border-radius: 0;
		}
		
		.adv-checkbox + label {
			margin-left: 20px;
		}
	
	.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: #71b844;
	}

	[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: #ffffff;
		padding-left:10px;
		height: 35px;
		line-height: 35px;
		overflow:hidden;
		padding-right:40px;
		position: relative;
		width: 100%;
		border: 1px solid #b0b0b0;
		cursor: pointer;
	}
	.simple-select > span {
		display: block;
		overflow: hidden;
		position: relative;
		white-space: nowrap;
        margin-top: 2px;
        color: #272727;
	}
	.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: #fcfcfc; /* 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;
	}
	
	/*------------------------------------ Bootstrap modal ------------------------------------*/
	.modal .modal-dialog {
		top: 150px;
	}
	
	.modal .modal-content {
		border-radius: 0;
	}
	
	.modal .modal-header {
		border-bottom: none;
	}
	
	.modal .modal-title {
        font-family: 'Lato', sans-serif;
		font-size: 30px;
		border-bottom: 1px solid #e8e8e8;
		padding-bottom: 20px;
	}
	
    .close-container button.close span {
        position: absolute;
        top: 4px;
        left: 25%;
    }

	.modal .modal-text {
		background: #ededed;
		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 {
		background: none repeat scroll 0 0 #000;
		border-radius: 50%;
		color: #fff;
		font-size: 35px;
		height: 30px;
		line-height: 30px;
		margin: 0;
		opacity: 1;
		width: 30px;
		outline: none;
	}

/***********************************************
* 	COMPONENTS END
***********************************************/



/***********************************************
* 	GENERAL START
***********************************************/

	.go-back a {
		display: inline-block;
		text-decoration: underline;
		color: #dd4646;
	}

	.button {		
		background: -moz-linear-gradient(top,  #de4c34 0%, #cc0804 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#de4c34), color-stop(100%,#cc0804)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #de4c34 0%,#cc0804 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #de4c34 0%,#cc0804 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #de4c34 0%,#cc0804 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #de4c34 0%,#cc0804 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de4c34', endColorstr='#cc0804',GradientType=0 ); /* IE6-9 */
		border: solid 1px #cc0804;
        text-align: center;
        color: #fff;
        height: 35px;
        font-size: 15px;
        overflow: hidden;
        white-space: nowrap;
        cursor: pointer;
        text-overflow: ellipsis;
        border-radius: 0;
        font-weight: normal;
        text-decoration: none;
        line-height: 35px;
	}
    
	.button:hover,
	.button:active,
	.button:focus {
		color: #fff;
	}
	
	.simple-select.form-error, input.form-error, textarea.form-error {
		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: #702123;
	}
	
	.error-message span {
		color: #702123;
	}
	
	.price-color {
		/*color: #439bc1 !important;*/
        color: #71b844!important;
	}
	
	.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: 30px 0 0 0;*/
	}
	
		.content-container p {
			font-size: 16px;
			line-height: 21px;
			/*margin: 5px 0;*/
			margin-bottom: 15px;
		}
		
		.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/themes/001/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
***********************************************/



/***********************************************
* 	HEADER START
***********************************************/

	#header {
		background: -webkit-linear-gradient(top, #71b844, #388e01); /* For Safari 5.1 to 6.0 */
		background: -o-linear-gradient(bottom, #71b844, #388e01); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(bottom, #71b844, #388e01); /* For Firefox 3.6 to 15 */
		background: linear-gradient(to bottom, #71b844, #388e01); /* Standard syntax (must be last) */
		/*background-color: #2d2d2d;*/
		
		/*background-color:white;*/
		
	}

	@media (max-width: 768px) {
		#header {
			position: fixed;
			top: 0;
			width: 100%;
			z-index: 99999;
			clear: both;
			-webkit-box-shadow: 0px -4px 20px -3px rgba(0,0,0,0.75);
			-moz-box-shadow: 0px -4px 20px -3px rgba(0,0,0,0.75);
			box-shadow: 0px -4px 20px -3px rgba(0,0,0,0.75);
		}
	}
	@media screen and (min-width: 768px) and (max-width: 992px) {
        #header {
			position: absolute;
            top: 0;
			width: 100%;
			z-index: 99999;
			clear: both;
			-webkit-box-shadow: 0px -4px 20px -3px rgba(0,0,0,0.75);
			-moz-box-shadow: 0px -4px 20px -3px rgba(0,0,0,0.75);
			box-shadow: 0px -4px 20px -3px rgba(0,0,0,0.75);
        }
    }
	#header .header-inner{
		height: 60px;
	}

	#header #search, #header #mobile-search{
		height: 100%;
		line-height: 1;
	}

	/*-------------------------------------------- Top Menu --------------------------------------------*/
	#top-menu {
		height: 45px;
		line-height: 45px;
		white-space: nowrap;
	}
	
	#top-menu a {
		margin-right: 8px;
		font-weight: normal;
		display: inline-block;
        font-size: 14px;
		color: #3d3e3d;
	}

	#top-menu .top-menu-last {
		margin-right: 0;
	}

	#top-menu > .quick::after {
		content: "|";
		margin-left: 8px;
		color: #C0C0C0;
	}
	
	/* display first and last for tablet size */
	@media (max-width: 991px) {
		#top-menu a {
			display: none;
		}
		#top-menu a:first-child, #top-menu a:last-child {
			display: inline-block;
		}
	}

	/*-------------------------------------------- Search --------------------------------------------*/
    #search-container-2 {
        display:none;
    }
	#mobile-search form,	
	#search form{
		width: 100%;
		position: relative;
		margin: 0;
	}
	
	#mobile-search form label,	
	#search form label {
		width:100%
	}

	#mobile-search .search1,	
	#search .search1 {
		border: 1px solid #aeaeae;
        background: #f5f5f5;
        width: 100%;        
        color: black;
        height: 35px;
        line-height: 30px;
        font-size: 16px;
        padding: 0 10px;
	}

	
	#mobile-search .search1::-webkit-input-placeholder,	
	#search .search1::-webkit-input-placeholder {
        font-size: 16px;
        color: #2d2d2d;
        padding-top: 2px;
	}
	#mobile-search .search1::-moz-placeholder,
    #search .search1::-moz-placeholder  {
        font-size: 16px;
        color: #2d2d2d;
        padding-top: 2px;
	}
	#mobile-search .search1:-ms-input-placeholder,
    #search .search1:-ms-input-placeholder {
        font-size: 16px;
        color: #2d2d2d;
        padding-top: 2px;
	}
	#mobile-search .search1_button,
	#search .search1_button {
		position: absolute;
		width: 115px;
		height: 35px;
        line-height: 1;
		border: solid 1px #0e0f0f;
		cursor: pointer;
		background: -webkit-linear-gradient(top, #454545, #0c0d0d); /* For Safari 5.1 to 6.0 */
		background: -o-linear-gradient(bottom, #454545, #0c0d0d); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(bottom, #454545, #0c0d0d); /* For Firefox 3.6 to 15 */
		background: linear-gradient(to bottom, #454545, #0c0d0d); /* Standard syntax (must be last) */
		top: 0;
        right: 0;
		color: #fff;
		font-size: 15px;
		-webkit-transition: color linear 0.3s;
		-moz-transition: color linear 0.3s;
		-o-transition: color linear 0.3s;
		transition: color linear 0.3s;
	}
	#mobile-search .search1_button:hover,
	#search .search1_button:hover {
		color: #71b844;
	}
	
	#search .search1_button:active,
	#mobile-search  .search1_button:active {
		box-shadow: none;
	}

	#phone .phone-text {		
		font-size: 17px;
		white-space: nowrap;
        line-height: 45px;
        color: #231f20;
        font-weight: bold;
	}
	
	#phone .phone-number {
		color: #dd4646;
		font-size: 16px;
		font-weight: bold;
		white-space: nowrap;
        line-height: 45px;
	}

	.order-header {
		margin: 15px 0;
	}
	.order-header span {
		display: block;
		line-height: 1;
	}
	.order-header-title {
		font-size: 26px;
	}
	.order-header-description {
		font-size: 18px;
	}
	.order-header-description b {
		color: #dd4646;
	}
	.order-header-times {
		font-size: 14px;
	}
    @media screen and (min-width: 992px) {
        #combined-search-fastfinder.collapse {
            display: block;
            visibility: visible;
        }
        #search-container {
			display: block!important;
			height: inherit;
		}

    }
	@media (max-width: 991px) {
		     
        #combined-search-fastfinder {
            position: absolute;
            top: 45px;
            z-index: 66;
            width: 100%;
        }
        #search-container-2 {
			background-color: #70b742;
			left: 0;
            display: block;
            width: 100%;
            padding: 20px 0;
            z-index: 66;
		}
        #search-container-2.collapse {
            display: none !important;
            visibility: hidden !important;
            width: 100%;
        }
        #search-container-2.collapse.in {
            display: block!important;
            visibility: visible!important;
            width: 100%;
        }
	}

    @media screen and (max-width: 768px) {
         #combined-search-fastfinder {
            position: fixed;
        }
    }

/***********************************************
* 	HEADER END
***********************************************/



/***********************************************
*	BASKET SUMMARY START
***********************************************/

	#basket {
		cursor: pointer;
		height: 35px;/*45px;*/
		line-height: 35px; /*45px;*/
        background: #f5f5f5;
        border: solid 1px #acacac;
	}

	#basket .basket-image{
		font-size: 15px;
		color: #1d1d1d;
        padding: 0 5px;
        margin-top: 9px;
	}

	#basket .basket-amount {
		font-size: 15px;
		display: block;
        height: 35px;
        margin-top: 2px;
	}

	.checkoutbutton{
		background: -webkit-linear-gradient(top, #dd4831, #c91915); /* For Safari 5.1 to 6.0 */
		background: -o-linear-gradient(bottom, #dd4831, #c91915); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(bottom, #dd4831, #c91915); /* For Firefox 3.6 to 15 */
		background: linear-gradient(to bottom, #dd4831, #c91915); /* Standard syntax (must be last) */
        border: solid 1px #ca100d;
		font-size: 15px;
		height: 35px;/*45px;*/
		line-height: 35px; /*45px;*/
        padding: 0;
	}

	.checkoutbutton a{
		color: #fff;
	}

	.checkoutbutton .fa {
		
	}
	
	/****** Basket PopUp ******/
	#basketpopup {
		position: absolute;
		top: 37px;
		right: -146px;
		border: 2px solid #545454;
		display: none;
		width: 360px;
		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);*/
	}

	#basketpopup #basketpopup-up, #basketpopup #basketpopup-down {
		color: #767171;
		cursor: pointer;
		font-size: 23px;
		height: 30px;
		text-align: center;
		width: 100%;
		background-color: #EAEAEA;
	}
	
	#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 {
        margin: 20px 18px 5px;
    } 
    #basketpopup #basketpopup-down {
        margin: 5px 18px 20px;
    }

	#basketpopup #basketpopup-up, 
    #basketpopup #basketpopup-down {
        border-bottom: 2px solid #c1baba;        
        border-top: 2px solid #c1baba;
        border-left: 1px solid #c1baba;
        border-right: 1px solid #c1baba;
        height: 35px;
        line-height: 35px;
        background: -webkit-linear-gradient(top, #dd4831, #c91915);
        background: -o-linear-gradient(bottom, #dd4831, #c91915);
        background: -moz-linear-gradient(bottom, #dd4831, #c91915);
        background: linear-gradient(to bottom, #FFFFFF, #e8e8e8);
        width: 100%;
        max-width: 324px;
    }
	/*#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-products {
			padding: 0 18px;
		}
	
			#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 silver;
					padding: 15px 0;
					height: 115px;
				}
				
					#basketpopup .basketpopup-item .basketpopup-img {
						position: relative;
						float: left;
						width: 30%;
						border: 1px solid #e8e8e8;
						overflow: hidden;
					}
					
					#basketpopup .basketpopup-item .basketpopup-img  img {
						width: 100%;
						max-height: 83px;
					}
				
					#basketpopup .basketpopup-item:hover .basketpopup-img {
						border: 2px solid #131212;
					}
					
					#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: #71b844;
					}
					
					#basketpopup .basketpopup-item .basketpopup-content {
						width: 70%;
						padding-left: 15px;
					}
					
					#basketpopup .basketpopup-item .basketpopup-name {
						margin: 5px 0 7px 0;
                        font-size: 15px;
					}

					#basketpopup .basketpopup-item .basketpopup-name a {
						color: #000;
					}
	
	/****** Basket popup total ******/
	#basketpopup .basketpopup-total {
		margin: 0 3px 10px;
	}

		#basketpopup .paynow {
			height: 35px;
            line-height: 35px;
            max-width: 125px;
            width: 100%;
            background: -webkit-linear-gradient(top, #dd4831, #c91915);
            background: -o-linear-gradient(bottom, #dd4831, #c91915);
            background: -moz-linear-gradient(bottom, #dd4831, #c91915);
            background: linear-gradient(to bottom, #de4c34, #cc0804);
            border: solid 1px #cc0804;
            text-align: center;
            font-size: 15px;
		}
		
			#basketpopup .paynow  a {
				color: #fff;
                font-size: 15px;
			}
	
		#basketpopup .editbasket {
			height: 30px;
			line-height: 30px;
			width: 120px;
		}
		
			#basketpopup .editbasket a {
				color: #000;
			}

/***********************************************
*	BASKET SUMMARY END
***********************************************/



/***********************************************
* 	FAST FINDER START
***********************************************/

#fastfinder{
    background:#020000;
	height:45px;
	color: #ffffff;
	opacity: 0.9;
}
#fastfinder .fastfinder-head {
	height: 45px;
	line-height:45px;
	float: left;
	font-size: 20px;
	font-weight: 100;
	margin-right: 4.2%;
    padding-left: 15px;
}
@media(max-width:1200px){
	#fastfinder .fastfinder-head {
		margin-right: 0;
	}
}

#fastfinder .fastfinder-head .fa{
	font-size: 20px;
	font-weight: 100;
}
#fastfinder .simple-select {
	width: 16%;
	height: 30px;
	line-height: 30px;
	margin-top: 7.5px;
	margin-left: 22px;
	float: left;
	font-size: 15px;
	border: none;
}

#fastfinder .simple-select .simple-select-arrow{
	border: none;
	background: none;
}

.search2_button {
	float: right;
	padding: 2px 18px 0;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    margin-top: 7px;
	background: #6eb641; /* Old browsers */
	background: -moz-linear-gradient(top,  #6eb641 0%, #3a9003 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6eb641), color-stop(100%,#3a9003)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6eb641 0%,#3a9003 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6eb641 0%,#3a9003 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6eb641 0%,#3a9003 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #6eb641 0%,#3a9003 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6eb641', endColorstr='#3a9003',GradientType=0 ); /* IE6-9 */
	color:white;
	border: solid 1px #3a9003;    
}

/***********************************************
*	FAST FINDER END
***********************************************/



/***********************************************
*	MEGA MENU START
***********************************************/

	#megamenu {
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
		background: -webkit-linear-gradient(#ffffff, #ffffff); /* For Safari 5.1 to 6.0 */
		background: -o-linear-gradient(#ffffff, #ffffff); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(#ffffff, #ffffff); /* For Firefox 3.6 to 15 */
		background: linear-gradient(#ffffff, #ffffff); /* Standard syntax (must be last) */
		border-radius: 0;
		margin: 0;
		}
	
	/* fixed position in xs */
	@media (max-width: 992px) {
		#megamenu {
			margin-top: 45px;
		}
	}
	
	#megamenu .navbar {
		margin: 10px 0 15px;
		border: none;
	}
	
	#megamenu .navbar-header {
		height: 87px;
	}
	
	#megamenu #home-link {
		height: 100%;
		padding: 10px 0px;
	}
	
	#megamenu #home-link:active {
		box-shadow: none;
	}
	
	#megamenu #home-link img {
		margin: 0;
	}

	#megamenu .toggle-megamenu {
		height: 100%;
	}
	
	#megamenu .toggle-megamenu button {
		height: 100%;
		color: #000;
		background: none;
		font-size: 17px;
		font-weight: bold;
	}
	
	#megamenu .toggle-megamenu .fa {
		background-color: #dd4646;
		color: #fff;
		font-size: 28px;
		height: 45px;
		line-height: 45px;
		vertical-align: middle;
		width: 45px;
	}
	
	#megamenu .navbar-collapse {
		padding: 0;
	}
	
	#megamenu-toolbar{
		overflow: hidden;
	}

	
	/* Tablet size collapse */
	@media (max-width: 991px) {
		#megamenu-toolbar > .nav.navbar-nav{
			max-height: 88vh;
			overflow: scroll;
		}
		#megamenu #home-link img {
			max-width: 100%;
		}
	
		/*#megamenu .navbar-header {
			float: left;
		}*/
	
		#megamenu .navbar-collapse.collapse {
			display: none !important;
			visibility: hidden !important;  
            width: 100%;            
		}
		
		#megamenu .navbar-collapse.collapse.in {
			display: block !important;
			visibility: visible !important;
		}
		
		#megamenu .navbar-nav {
			float: none;
			overflow: hidden;
		}
		
		#megamenu .navbar-nav > li {
			float: none;
            background: -webkit-linear-gradient(top, #71b844, #388e01);
            background: -o-linear-gradient(bottom, #71b844, #388e01);
            background: -moz-linear-gradient(bottom, #71b844, #388e01);
            background: linear-gradient(to bottom, #71b844, #388e01);
		}
	}
	


	#megamenu .navbar-nav {
		/*padding-left: 30px;*/
		position: relative;
	}
	
	#megamenu .dropdown.open:after {
		content: "";
		width: 0;
		height: 0;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 10px solid #565656;
		position: absolute;
		left: 50%;
		bottom: -10px;
		z-index: 1002;
	}
	
	#megamenu .dropdown.open > a,
	#megamenu .dropdown:hover > a{
		color: #fff;
	}
		#header .dropdown > a{
			font-size: 16px;
            height: 60px;
			text-align: center;
            margin-right: 2px;
		}

	#megamenu .dropdown-menu,
    #megamenu-toolbar-2 .dropdown-menu {
		padding: 20px;
		max-width: 715px;
		border-radius: 0;
        background: #474242;
		border: none;
	}
		#megamenu .dropdown-menu.left,
        #megamenu-toolbar-2 .dropdown-menu.left {
			right: 0;
			left: auto;
		}
		
        #megamenu-toolbar-2 .dropdown-menu .megamenu-column:not(:last-child),
		#megamenu .dropdown-menu .megamenu-column:not(:last-child){
			border-right: 1px solid #595555;		
		}
		
		#megamenu .dropdown-menu .megamenu-column li,
        #megamenu-toolbar-2 .dropdown-menu .megamenu-column li {
			padding: 5px 0;
		}
		
		#megamenu .dropdown-menu a,
        #megamenu-toolbar-2 .dropdown-menu a  {
			color: #fff;
			font-size: 16px;
			line-height: 22px;  
            font-weight: 400;
		}
		#megamenu .dropdown-menu a:hover,
        #megamenu-toolbar-2 .dropdown-menu a:hover {
			color: #71b844;
		}
	
	@media (max-width: 1199px) {
		#megamenu .navbar-nav {
			padding-left: 0;
		}
		#header .dropdown > a {
			font-size: 13px;
		}
	}
	
	@media (max-width: 991px) {
		#megamenu .navbar-nav {
			padding-left: 0;
		}
	
		#megamenu .dropdown {
			position: static;
		}
		
		#megamenu .dropdown-menu {
			left: 0;
			width: 100%!important;
			max-width: none;
			position: static;
			float: none;
			width: 100%;
		}
        #megamenu-toolbar-2 {
            display: none!important;
        }
	}
    @media screen and (min-width: 992px) {
        #megamenu-toolbar {
            display: none!important;
        }
        .nav.navbar-nav li.dropdown::before {
            content: "|";
            color: transparent;
            display: block;
            position: absolute;
            font-size: 15px;
            top: calc(50% - 10px);
            top: -moz-calc(50% - 10px);
            top: -webkit-calc(50% - 10px);
            z-index: 9;
			border-left: solid 1px white;
        }      
		.nav.navbar-nav li.dropdown:last-child::after {
			content: "|";
            color: transparent;
            display: block;
            position: absolute;
            font-size: 15px;
            top: calc(50% - 10px);
            top: -moz-calc(50% - 10px);
            top: -webkit-calc(50% - 10px);
            z-index: 9;
			right: 0;
			border-right: solid 1px white;
		}
    }

    @media screen and (max-width: 768px) {
        #megamenu .navbar-nav { 
            margin-top: 0;
        }
        #megamenu .container {
            padding-left: 0;
            padding-right: 0;
        }
        #megamenu .navbar-collapse {
            margin-left: 0; 
            margin-right: 0; 
            padding: 0 15px;
            width: 100%;
        }
    }

    .left {
        float: left;
    }
    .right {
        float: right;
    }

/***********************************************
*	MEGA MENU END
***********************************************/



/***********************************************
*	SECURE CHECKOUT START
***********************************************/
	
	#secure-checkout{
		background: #2d2d2d;
		padding: 30px 0;
	}

	#secure-checkout span {
        color: #71b844;
		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='#ebebeb', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */
		background: -webkit-linear-gradient(#ebebeb, #ebebeb); /* For Safari 5.1 to 6.0 */
		background: -o-linear-gradient(#ebebeb, #ebebeb); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(#ebebeb, #ebebeb); /* For Firefox 3.6 to 15 */
		background: linear-gradient(#ebebeb, #ebebeb); /* Standard syntax (must be last) */
		line-height: 30px;
		font-size: 14px;
		color: #6f6f6f;
		text-transform: uppercase;
		font-weight: bold;
	}
		
	#breadcrumb > span{
		display: inline-block;
	}
		
	#breadcrumb .separator {
		margin: 0 10px;
	}

	#breadcrumb .bread {
		color: #979797;
		display: inline-block;
	}

	#breadcrumb .bread:hover {
		color: #3e3e3e;
	}
	
	.breadcrumb {
		display: none;
	}

/***********************************************
*	BREADCRUMB END
***********************************************/



/***********************************************
* 	FOOTER START
***********************************************/

	footer {
		background: #020000;
		padding: 6px 0 0 0;
		}

	/*--------------------- newsletter -------------------------*/
	#newsletter-container {
		line-height: 64px;
		background-color: #71b844; /*#3f92b5;*/
		background-image: url('/images/themes/001/newsletter_bg.png');
	}

	#newsletter-container .newsletter-title {
		margin: 0;
		font-size: 24px;
		color: #fff;
	}

	#newsletter-container .newsletter-email {
		width: 100%;
		height: 35px;
		padding-top: 0;
		padding-left: 7px;
		color: #565656;
		border: 0;
	}

	.newsletter-email::-webkit-input-placeholder {
		color: #959595;
        padding-top: 2px;
	}
	.newsletter-email::-moz-placeholder {
		color: #959595; padding-top: 2px;
	}
	.newsletter-email:-ms-input-placeholder {
		color: #959595; 
        padding-top: 2px;
	}
	
	#newsletter-container .newsletter-button {
		background: #de4c34; /* Old browsers */
		background: -moz-linear-gradient(top,  #de4c34 0%, #cc0804 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#de4c34), color-stop(100%,#cc0804)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #de4c34 0%,#cc0804 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #de4c34 0%,#cc0804 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #de4c34 0%,#cc0804 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #de4c34 0%,#cc0804 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de4c34', endColorstr='#cc0804',GradientType=0 ); /* IE6-9 */
		border: solid 1px #cc0804;
		border-radius: 0;
		color: #fff;
		height: 35px;
		width: 120px;
		font-size: 16px;
		display: block;
		line-height: 1;
        padding: 3.5px 0 0;   
        margin-top: 2.5px; 
	}


	/*--------------------- footer-menu -------------------------*/
	#footer-menu {
		padding-top: 41px;
		padding-bottom: 25px;
	}
		
	#footer-menu p {
		margin: 0;
		padding: 5px 10px;
	}

	#footer-menu ul {
		margin: 0;
		padding: 0;
	}

	#footer-menu li,
	#footer-menu li a	{
		color: #fff;
		font-size: 16px;
		line-height: 25px;
	}
	
	#footer-menu .quicklinks4 li{
		line-height: 18px;
	}
	#footer-menu .quicklinks4 li.big{
		margin-top: 6px;
		margin-bottom: 2px;
	}
	#footer-menu li.header , #footer-menu .quicklinks4 li.header{
		margin-bottom:15px;
		font-size: 20px;
		color:#8f8f8f;
		line-height: 28px;
	}

	#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: 70px;
	}
	
	#blog-scroller .blog_scroll_footer {
		display: block;
		margin: 10px 0 0 0;
	}

	#blog-scroller .blog_scroll_footer  a{
		color:#71b844;
	}


	/*--------------------- Social buttons -------------------------*/
	#socialbuttons {
		margin-top:12px;
	}

	#socialbuttons a {
		border-radius: 50%;
		display: inline-block;
		font-size: 19px !important;
		margin: 0 3px 0 0;
		height: 29px;
		line-height: 29px !important;
		text-align: center;
		vertical-align: middle;
		width: 29px;
		background: #71b844 /*#439bc1*/;
	}

	#socialbuttons a:hover {
		opacity: 0.5;
	}


	/*--------------------- Quick Links -------------------------*/

	#quick-links {
		background: #fff;
	}
		
	#quick-links-pci {
		padding-top: 12.5px;
		padding-bottom: 12.5px;
		line-height: 30px;
	}

	#quick-links .pci {
		font-size: 16px;
	}

	#quick-links .pci strong {
		color:#71b844;
	}

@media screen and (max-width: 767px) {
	#cards img {
		width: 100%;
	}
}
@media screen and (min-width: 767px) {
	#PaymentDetails .mandatory-a img {
		width: 100%;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	#cards { 
		margin-top: 28px;
	}	
}
	 
@media(min-width:992px) and (max-width: 1199px) {
	#cards {
		margin-top: 10px;
	}
}
@media screen and (max-width: 450px) {
	#PaymentDetails .mandatory-a img {
		width: 100%;
	}
}
	
	#quick-links-copy {
		background: #020000;
		color: #fff;
		padding: 13px 0 15px;
		font-size: 14px;
		border-bottom: 4px solid #69ab3f;
	}

	#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;
		color: #fff;
	}

	#quick-links-copy .right {
		opacity: 0.65;
	}
	
	#quick-links-copy .right a{
		color: #fff;
	}
	
	@media(min-width:768px){
		#quick-links-copy .right {
			text-align: right;
		}
	}

/***********************************************
* 	FOOTER END
***********************************************/



/***********************************************
* 	CAROUSEL START
***********************************************/
 
	.carousel-inner > .item > img {
		width: 100%;
	}

	.carousel-control {
		z-index: 2;
	}
	
	.carousel-indicators li {
		background: #2d2d2d;
		border: 1px solid #2d2d2d;
	}
	
	.carousel-indicators li.active {
		background: #dd4646;
		border: 1px solid #dd4646;
	}
	
	#homepage-carousel.static {
		background: rgba(0, 0, 0, 0.23);
	}
	
	#homepage-carousel.static .item {
		display: inline-block;
		float: left;
		background-size: 100% 100%;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size:cover;
		opacity: 0;
		-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;
	}
	#homepage-carousel.static .item-0 {
		width: 65%;
		height: 100%;
	}
	#homepage-carousel.static .item-1,
	#homepage-carousel.static .item-2 {
		width: 35%;
		height: 50%;
	}
	#homepage-carousel.static .item img {
		width: 100%;
	}
	
	/* Captions */
	#homepage-carousel.static .item-caption {
		padding-left: 35px;
	}
	#homepage-carousel.static .item-caption > a {
		width: 100%;
		height: 100%;
	}
	#homepage-carousel.static .item-caption > a > span {
		width: 35%;
		font-family: "Lato", sans-serif;
		color: #fff;
		display: block;
	}
	#homepage-carousel.static .item-1 .item-caption > a,#homepage-carousel.static .item-2 .item-caption > a {
		padding-top: 15%;
	}
	#homepage-carousel.static .item-0 .item-caption {
		font-size: 70px;
	}
	#homepage-carousel.static .item-1 .item-caption,
	#homepage-carousel.static .item-2 .item-caption {
		font-size: 39px;
	}
	
	/* Links */
	#homepage-carousel.static .item-text {
		position: relative;
	}
	
	#homepage-carousel.static .item-text a {
		padding-left: 45px;
		color: #fff;
	}
	
	#homepage-carousel.static .item-text .fa {
		position: absolute;
		right: 43px;
		text-align: center;
		border-radius: 50%;
		background-color: #3d3e3d;
	}
	
	#homepage-carousel.static .item-0 .item-text {
		background-color: #dd4646;
	}
	
	#homepage-carousel.static .item-1 .item-text {
		background-color: #e3af39;
	}
	
	#homepage-carousel.static .item-2 .item-text {
		background-color: #439bc1;
	}
	
	@media(max-width:310px){
		#homepage-carousel.static .item-text .fa {
			right: 20px !important;
		}
	}
	@media(max-width:360px){
		#homepage-carousel.static .item-text a {
			font-size: 16px !important;
			padding-left: 20px !important;
		}
	}
	@media(max-width:450px){
		#homepage-carousel.static .item-0 .item-caption {
			font-size: 50px;
		}
		#homepage-carousel.static .item-caption {
			padding-left: 15px;
		}
	}
	@media(max-width: 767px){
		#homepage-carousel.static .item {
			width: 100%;
			margin-bottom: 25px;
		}
		
		#homepage-carousel.static .item-0 {
			height: 315px;
		}
		
		#homepage-carousel.static  .item-0 .item-caption {
			height: 290px;
		}
		
		#homepage-carousel.static .item-1,
		#homepage-carousel.static .item-2 {
			height: 295px;
		}
		
		#homepage-carousel.static .item-1 .item-caption,
		#homepage-carousel.static .item-2 .item-caption {
			height: 270px;
		}
		
		#homepage-carousel.static .item-caption a {
			padding-top: 11%;
		}
		
		#homepage-carousel.static .item-text a {
			line-height: 50px;
			font-size: 20px;
		}
		
		#homepage-carousel.static .item-text .fa {
			top: 12px;
			width: 25px;
			height: 25px;
			line-height: 23px;
		}
	}
	
	@media(min-width: 768px){
		#homepage-carousel.static {
			height: 426px;
		}
		
		#homepage-carousel.static .item-0 .item-caption {
			height: 391px;
		}
		
		#homepage-carousel.static .item-1 .item-caption,
		#homepage-carousel.static .item-2 .item-caption {
			height: 178px;
		}
		
		#homepage-carousel.static .item-caption a {
			padding-top: 30%;
		}
		
		#homepage-carousel.static .item-text a {
			line-height: 35px;
			font-size: 16px;
		}
		
		#homepage-carousel.static .item-text .fa {
			top: 8px;
			width: 19px;
			height: 19px;
		}
	}
	
	@media(min-width: 992px){
		#homepage-carousel.static {
			height: 520px;
		}
		
		#homepage-carousel.static .item-0 .item-caption {
			height: 477px;
		}
		
		#homepage-carousel.static .item-1 .item-caption,
		#homepage-carousel.static .item-2 .item-caption {
			height: 217px;
		}
		
		#homepage-carousel.static .item-text a {
			line-height: 43px;
			font-size: 19px;
		}
		
		#homepage-carousel.static .item-text .fa {
			top: 11px;
			width: 21px;
			height: 21px;
		}
	}
	
	@media(min-width: 1200px){
		#homepage-carousel.static {
			height: 590px;
		}
		
		#homepage-carousel.static .item-0 .item-caption {
			height: 540px;
		}
		
		#homepage-carousel.static .item-1 .item-caption,
		#homepage-carousel.static .item-2 .item-caption {
			height: 245px;
		}
		
		#homepage-carousel.static .item-caption a {
			padding-top: 28%;
		}
		
		#homepage-carousel.static .item-text a {
			line-height: 50px;
			font-size: 23px;
		}
		
		#homepage-carousel.static .item-text .fa {
			top: 12px;
			width: 25px;
			height: 25px;
		}
	}
	
	
/***********************************************
* 	CAROUSEL END
***********************************************/



/***********************************************
* 	OWL CAROUSEL START
***********************************************/
 
	.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: 165px;
		position: relative;
	}
	
	.owl-item .item .img-link > img{
		max-height: 165px;
		max-width: 100%;
		width: auto;
        border: solid 1px #d6d6d6;
	}
	
	.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 PRODUCTS START
***********************************************/
	#featured{
		padding-top: 5px;
		padding-bottom: 35px;
	}
	#featured .featured-title{
		text-align: center;
		color: #2d2d2d;
        padding: 0 15px;
	}

	.owl-carousel {
		padding: 15px 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 60px;
	}
	
	.owl-prev {
		font-size: 69px;
		width: 55px;
		background-color: rgba(45,45,45,0.9);
		position: absolute;
		left: 0;
		top: 37%;
		cursor: pointer;
		color: #fff;
		z-index: 2;
		padding: 0 10px 4px;
		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 {
		font-size: 69px;
		width: 55px;
		background-color: rgba(45,45,45,0.9);
		position: absolute;
		right: 0;
		top: 37%;
        padding-left: 15px;
		cursor: pointer;
		color: #fff;
        padding-bottom: 4px;
		z-index: 10000;
		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: block;
		}
	}
	
	@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: #000;
		display: block;
		border-radius: 50%;
	}
	
	.owl-dot.active span{
		background-color: #71b844;
	}

/***********************************************
* 	FEATURED PRODUCTS END
***********************************************/



/***********************************************
* 	WELCOME START
***********************************************/

	#welcome {
		min-height:303px;
		background-color: #fff;
		padding: 15px 0px;
	}

	#welcome .background{
		background-image: url('/images/themes/001/welcome-img.jpg');
		background-repeat: no-repeat;
		background-size: 100% 100%;
		height: 317px;
	}
	
	#welcome .content-container{
		height: 315px;
	}

/***********************************************
* 	WELCOME END
***********************************************/



/***********************************************
* 	BRAND SCROLLER START
***********************************************/

	#brand-scroller {
		background-color: #020000;
	}

	#brand-scroller .simply-scroll-container{
		width: 100%;
		position: relative;
		padding-top: 12px;
		padding-bottom: 12px;
	}

	#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: 66px!important;
		height: 65px;
		width: auto;
	}
	@media screen and (max-width: 767px) {
		#brand-scroller .simply-scroll-list li img {
			height: 64px;
		}
	}

/***********************************************
* 	BRAND SCROLLER END
***********************************************/



/***********************************************
* 	VIGNETTES START
***********************************************/

	#vignettes {
		background-color: #020000;
		padding-top: 35px;
		padding-bottom: 45px;
}
	}

	#vignettes .item {
		padding: 15px;
	}

	#vignettes .vignette-image{
		width:100%;
		height: auto;
	}

	#vignettes .item .title {
		font-size: 20px;
		margin: 15px 0 8px;
		color: #fff;
	}

	#vignettes .item span, #vignettes .item span a {
		color: #71b844;
	}
	
	#vignettes .vignette-wrap a {
        color: #fff;
		font-size:20px;
    }
	#vignettes .vignette-wrap p{
		color: #fff;
		font-size:16px;
	}

/***********************************************
* 	VIGNETTES END
***********************************************/



/***********************************************
* 	NAVIGATION START
***********************************************/

	#navigation {
		margin: 20px 0 0 0;
		    height: auto;
    min-height: 100%;
	}

	.navigation-header {
	    min-height: 50px;
		height: auto!important;
		/*line-height: 50px;*/
		line-height: 1.5;
		/*padding-left: 15px;*/
		padding: 10px 15px;
		color: #ffffff;
		font-size: 18px;
		/*background-color: #2d2d2d;*/
        border: solid 1px #0e0f0f;
        background: -webkit-linear-gradient(top, #454545, #0c0d0d);
        background: -o-linear-gradient(bottom, #454545, #0c0d0d);
        background: -moz-linear-gradient(bottom, #454545, #0c0d0d);
        background: linear-gradient(to bottom, #454545, #0c0d0d);
	}
	
	#facesearch {
		background-color: #ededed;
		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%;
	}

		.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;
		margin-left: 10px;
	}
	
	.filter-content label {
		text-transform: capitalize;
	}
	
	.filter-content > div {
		position: relative;
	}

	#slider-range {
		margin-bottom: 10px;
	}

	/****************************** Menu ********************************/
	.menu-parent {
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */
        border-bottom: 1px solid #b5b5b5;
		position: relative;
        background: -webkit-linear-gradient(top, #fefefe, #e9e9e9);
        background: -o-linear-gradient(bottom, #fefefe, #e9e9e9);
        background: -moz-linear-gradient(bottom, #fefefe, #e9e9e9);
        background: linear-gradient(to bottom, #fefefe, #e9e9e9);
	}
	.menu-parent.active
    .menu-child{
		/*background: #fafafa;*/
        background: #2d2d2d;
	}
	
	.menu-parent:hover{
		background: -webkit-linear-gradient(top, #fefefe, #e9e9e9);
        background: -o-linear-gradient(bottom, #fefefe, #e9e9e9);
        background: -moz-linear-gradient(bottom, #fefefe, #e9e9e9);
        background: linear-gradient(to bottom, #fefefe, #e9e9e9);
	}
    
	.menu-parent-link {
		height: 40px;
		line-height: 40px;
		color: #3e3e3e; 
		padding-left: 15px;
		width: 90%;
        background: -webkit-linear-gradient(top, #fefefe, #e9e9e9);
        background: -o-linear-gradient(bottom, #fefefe, #e9e9e9);
        background: -moz-linear-gradient(bottom, #fefefe, #e9e9e9);
        background: linear-gradient(to bottom, #fefefe, #e9e9e9);
	}

	.menu-parent-link:hover, .menu-parent.active > a {
		color: #71b844;
	}

		.menu-parent .menu-arrow {
			height: 40px;
			line-height: 40px;
			position: absolute;
			right: 0;
			text-align: center;
			top: 0;
			width: 10%;
            background: -webkit-linear-gradient(top, #fefefe, #e9e9e9);
            background: -o-linear-gradient(bottom, #fefefe, #e9e9e9);
            background: -moz-linear-gradient(bottom, #fefefe, #e9e9e9);
            background: linear-gradient(to bottom, #fefefe, #e9e9e9);
		}

		.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 {
		display: block; 
		height: 40px;
		line-height: 40px;
		color: white;
		padding-left: 15px;
	}

	.menu-child-link:hover, .active > .menu-child-link {
		color: #71b844;
	}


	.dep.greatdeal{
		background:#2d2d2d;
		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: #fcfcfc; /* 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;
		filter: none;
        border: solid 1px #0e0f0f;
        background: -webkit-linear-gradient(top, #454545, #0c0d0d);
        background: -o-linear-gradient(bottom, #454545, #0c0d0d);
        background: -moz-linear-gradient(bottom, #454545, #0c0d0d);
        background: linear-gradient(to bottom, #454545, #0c0d0d);
	}

	.display-type.active span {
		background-color: #fff;
	}

	/************ Paging **************/
	.page-selector > *{
		float: left;
	}

	.paging-counter {
		font-size: 16px;
		margin-right: 15px;
	}

	.paging-button {
		width: 35px;
		text-align: center;
		font-size: 22px;
		height: 35px;
		margin-right: 5px;
		color: #fff;
        border: solid 1px #0e0f0f;
        background: -webkit-linear-gradient(top, #454545, #0c0d0d);
        background: -o-linear-gradient(bottom, #454545, #0c0d0d);
        background: -moz-linear-gradient(bottom, #454545, #0c0d0d);
        background: linear-gradient(to bottom, #454545, #0c0d0d);
	}
	.paging-button:focus,
	.paging-button:active,
	.paging-button:hover {
		color: #fff;
	}
	.paging-button[disabled] {
		opacity: 0.3;
	}

	.paging-items {
		position: relative;
		background-color: #ffffff;
		font-size: 16px;
		border: 1px solid #bdbdbd;
		height: 35px;
		margin-right: 5px;
	}
		.paging-items  > button {
			color: #3e3e3e;
			text-align: center;
			height: 100%;
			padding: 0 30px;
			float: left;
		}
		
		.paging-items  > button + button {
			border-left: 1px solid #bdbdbd;
			background: #fcfcfc; /* 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;
		}
	
		.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: calc(100% - 80px);
		width: -moz-calc(100% - 80px);
		width: -webkit-calc(100% - 80px);
		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 #e8e8e8;
	}


	.sort_by {
		position:relative;
		float:left;
		height:27px;
		line-height:27px;
		margin: 8px 0 0 10px;
	}
	@media screen and (max-width: 768px) {
		.filtersort-holder {
			width: calc(100% - 95px);
			width: -moz-calc(100% - 95px);
			width: -webkit-calc(100% - 95px);
		}
	}
/***********************************************
* 	PAGINATION END
***********************************************/



/***********************************************
* 	PRODUCTS VIEW START
***********************************************/

	.page-carousel {
		margin-top: 20px;
	}

	.productholder {
		min-height: 300px;
	}
	
	.productholder h1 {
		text-transform: uppercase;
	}
	span.grey-name {
		color: #9d9d9d;
	}
	.productholder .content {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	
	.productholder .content a {
		display: inline;
	}

	.productholder .content h1,
	.productholder .content h2,
	.productholder .content h3,
	.productholder .content h4{
		color: #2d2d2d;
		line-height:1.2;
		text-transform: initial;
	}
	
	.productholder .content h2{
		font-size:26px;
	}
	
	.productholder .content h3{
		font-size:22px;
	}

	.product {
		margin-bottom: 15px;
		margin-top: 15px;
	}

	.product > a:nth-of-type(1) {
		height: 170px;
		text-align: center;
		position: relative;
	}
	
	.product > a:nth-of-type(1) > .img-loader {
		position: absolute;
		left: 40%;
		top: 40%;
	}
	
	.product .cthumb {
		max-height: 170px;
		width: auto;
	}
	
	@media (max-width: 767px){
		.product > a:nth-of-type(1) {
			height: auto;
		}
		
		.product .cthumb {
			height: auto;
			max-height: none;
		}
	}
	
	.image-border {
		border: 1px solid #e8e8e8;
		position: relative;
		max-height: 555px;
	}

	.product-title {
		font-size: 16px;
		height: 70px;
		line-height: 19px;
		margin: 10px 0;
		overflow: hidden;
		text-transform:lowercase;
	}
	a.product-title::first-letter {
		text-transform: uppercase;
	}
	.product-title:focus,
	.product-title:active,
	.product-title:hover {
		color: #2d2d2d;
	}

	.product-gross {
		font-size: 18px;
	}

	.rrp {
		opacity: 0.85;
		text-decoration: line-through;
		color: #9d9d9d;
		font-size: 0.8em;
	}
	
	.product-rrp {
		font-size: 13px;
		line-height: 0px;
		white-space: nowrap;
	}

	.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;
	}
	#shopping-basket .paybycard-button {
		width: 165px;
        height: 40px;
        line-height: 40px;
        padding-top: 1px;
	}
	#shopping-basket .paybycard-button:hover {
		width: 165px;
        height: 40px;
        line-height: 40px;
        padding-top: 1px;
	}
	#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 #e7e7e7;
	}
		
	.order-table > thead > tr > th {
		background: #e7e7e7;
		border: none;
		line-height: 1;
		height: 35px;
		font-size: 18px;
		font-weight: normal;
	}
		
	.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;	
		}
		#shopping-basket .remove-button, #shopping-basket .update-button {
			padding-right: 12px;
			padding-left: 12px;
			font-size: 16px;
			border: solid 1px #71b844;
            cursor: pointer;
            padding-top: 2px;
            background: -webkit-linear-gradient(top, #85d056, #71b844);
            background: -o-linear-gradient(bottom, #85d056, #71b844);
            background: -moz-linear-gradient(bottom, #85d056, #71b844);
            background: linear-gradient(to bottom, #85d056, #71b844);
		}

		#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;
		}

	#shopping-basket .basket-options	{
		margin-bottom: 15px;
		padding-bottom: 15px;
	}

		#shopping-basket .promocode {
			padding: 10px;
			background-color: #ededed;
			margin-bottom: 10px;
		}
			
			#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: 30px;
				font-size: 16px;
				text-overflow: unset;
                line-height: 30px;
			}
			
			#shopping-basket .error-message {
				height: 20px;
				text-align:right;
				color: #702123;
				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%;
        line-height: 8px;
	}
	
	.postcode-button-group > #delpostcode{
		border-right: none;
		width: 70%;
	}
	
	.continue-shopping {
		width: 100%;
        max-width: 200px;
        padding-top: 3px;
        height: 40px;
        border: solid 1px #0e0f0f;
        background: -webkit-linear-gradient(top, #454545, #0c0d0d);
        background: -o-linear-gradient(bottom, #454545, #0c0d0d);
        background: -moz-linear-gradient(bottom, #454545, #0c0d0d);
        background: linear-gradient(to bottom, #454545, #0c0d0d);
	}
    .continue-shopping:hover {
        height: 40px;
        padding-top: 3px;
    }

	.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/themes/001/lock.png') no-repeat;
			height: 28px;
			width: 16px;
			margin: 4px 8px 0 0;
			float: left;
		}
		
	/* paypal pro iframe */
	#hosted_paypal iframe{
		height: 400px;
		margin-top: 35px;
		width: 100%;
		border: none;
	}
#shopping-basket td.hidden-xs span {
    display: block;
}

.basket-quantity a span.visible-xs.visible-sm.fa.fa-refresh,
.basket-quantity a span.visible-xs.visible-sm.fa.fa-remove {
    height: 35px;
    line-height: 35px;
    margin-top: -3px;
}

    @media screen and (min-width: 992px) and (max-width: 1199px) {
        .checkout-right .select-container {
            width: 100%;
            margin-left: 50px; 
            margin: 0;
            padding: 0;
        }
        label[for=DeliveryType], label[for=delcountrycode] {
            margin: 0; padding-top: 2px;
        }
    }
	@media screen and (min-width: 992px) {
        #shopping-basket .basket-quantity {
            width: 100%;
            max-width: 400px;
        }
    }
@media screen and (max-width: 767px) {
    #shopping-basket .paybycard-button {
        margin-left: 15px;
    }
}
@media screen and (max-width: 450px) {
    .checkout-right .select-container {
        margin-left: 90px;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    label[for=delcountrycode], label[for=DeliveryType] {
        margin: 0;
    }
    #shopping-basket .paybycard-button {
        margin-left: 0;
        margin-top: 15px;
    }
    #shopping-basket .checkoutbuttons > * {
        float: none; 
    }
}
		
/***********************************************
* 	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 p > a{
		color:black;
	}
	.order-right-container {
		margin-bottom: 20px;
	}
		.order-right-container > .row{
			margin-bottom: 10px;
		}
	
		.order-right-title {
			border-bottom: 1px solid #e8e8e8;
			display: block;
			font-size: 28px;
			padding-bottom: 5px;
			margin-bottom: 15px;
			white-space: nowrap;
		}
		.order-right-container .cthumb {
			border: 1px solid #e8e8e8;
		}
	
		.order-right-footer {
			padding: 10px;
			background: #f5f5f5;
			border-top: 1px solid #e8e8e8;
			line-height: 2;
			font-size: 18px;
			margin-top: 10px;
		}
		
		.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 #e8e8e8;
		display: block;
		font-size: 30px;
		padding-bottom: 5px;
		margin-bottom: 15px;
	}
	
	.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: #a38f79;
		border-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjAlIj48c3RvcCBzdG9wLWNvbG9yPSIjZTFkNDQ3IiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNlMWQ0NDciIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjE5ODk5OTk5OTk5OTk5OTk4Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI2U1YjU0NyIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuMiIvPjxzdG9wIHN0b3AtY29sb3I9IiNlM2FmMzkiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjM5ODk5OTk5OTk5OTk5OTk3Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI2RmNTM1MyIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuNCIvPjxzdG9wIHN0b3AtY29sb3I9IiNkZDQ2NDYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjU5OSIvPjxzdG9wIHN0b3AtY29sb3I9IiM0MzliYzEiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjYiLz48c3RvcCBzdG9wLWNvbG9yPSIjNDM5YmMxIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC43OTkiLz48c3RvcCBzdG9wLWNvbG9yPSIjNDk2MGM4IiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC44Ii8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==) 1 1 1 1;
		border-image: -webkit-gradient(linear, 0% 0%, 100% 0%,color-stop(0, rgb(225, 212, 71)),color-stop(0.199, rgb(225, 212, 71)),color-stop(0.2, rgb(229, 181, 71)),color-stop(0.399, rgb(227, 175, 57)),color-stop(0.4, rgb(223, 83, 83)),color-stop(0.599, rgb(221, 70, 70)),color-stop(0.6, rgb(67, 155, 193)),color-stop(0.799, rgb(67, 155, 193)),color-stop(0.8, rgb(73, 96, 200)) 1 1 1 1);
		border-image: -webkit-linear-gradient(left,rgb(225, 212, 71) 0%,rgb(225, 212, 71) 19.9%,rgb(229, 181, 71) 20%,rgb(227, 175, 57) 39.9%,rgb(223, 83, 83) 40%,rgb(221, 70, 70) 59.9%,rgb(67, 155, 193) 60%,rgb(67, 155, 193) 79.9%,rgb(73, 96, 200) 80%) 1 1 1 1;
		border-image: linear-gradient(to right,rgb(225, 212, 71) 0%,rgb(225, 212, 71) 19.9%,rgb(229, 181, 71) 20%,rgb(227, 175, 57) 39.9%,rgb(223, 83, 83) 40%,rgb(221, 70, 70) 59.9%,rgb(67, 155, 193) 60%,rgb(67, 155, 193) 79.9%,rgb(73, 96, 200) 80%) 1 1 1 1;
		border-image: -ms-linear-gradient(left,rgb(225, 212, 71) 0%,rgb(225, 212, 71) 19.9%,rgb(229, 181, 71) 20%,rgb(227, 175, 57) 39.9%,rgb(223, 83, 83) 40%,rgb(221, 70, 70) 59.9%,rgb(67, 155, 193) 60%,rgb(67, 155, 193) 79.9%,rgb(73, 96, 200) 80%) 1 1 1 1;
	}*/
	
	.action-checkout {
		width: 100%;
		font-size: 20px;
        height: 35px;
        padding: 0;
	}
	
	.required-fields {
		position: absolute;
		top:0;
		right:0;
		color: #dd4646;
		margin-top: 10px;
	}

	.tick-billing {
		padding: 15px;
		margin: 30px 0;
		background: #ededed;
	}

	#billing-details {
		display: none;
	}
	
	#PaymentDetails {
		margin-bottom:20px;
	}

/***********************************************
* 	CHECKOUT END
***********************************************/



/***********************************************
* 	ORDER COMPLETE START
***********************************************/

	#thankyou .view-myaccount {
		font-size: 18px;
        margin-right: 15px;
        padding: 0 15px;
	}

	#thankyou .continue-shopping {
		font-size: 18px;
		background: -moz-linear-gradient(top, #de4c34 0%, #cc0804 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#de4c34), color-stop(100%,#cc0804));
        background: -webkit-linear-gradient(top, #de4c34 0%,#cc0804 100%);
        background: -o-linear-gradient(top, #de4c34 0%,#cc0804 100%);
        background: -ms-linear-gradient(top, #de4c34 0%,#cc0804 100%);
        background: linear-gradient(to bottom, #de4c34 0%,#cc0804 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de4c34', endColorstr='#cc0804',GradientType=0 );
        border: solid 1px #cc0804;
        height: 35px;
        line-height: 35px;
        height: 35px;
        line-height: 35px;
        padding-top: 0;
	}
	
	#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;
	}
@media screen and (max-width: 767px) {
    #thankyou .continue-shopping, #thankyou .view-myaccount  {
        margin-top: 15px;
    }
}
@media screen and (min-width: 457px) and (max-width: 767px) {
    #thankyou .continue-shopping {
        float: right!important;
    }
}
@media screen and (max-width: 456px) {
    #thankyou .continue-shopping {
        float: left!important;
    }
}

/***********************************************
* 	ORDER COMPLETE END
***********************************************/



/***********************************************
* 	QUICK CALLBACK, QUICK SOCIAL START
***********************************************/

	.fixed-container {
		position: fixed;
		right: 0;
		-webkit-transition: width linear 0.3s, top linear 0.2s;
		-moz-transition: width linear 0.3s, top linear 0.2s;
		-o-transition: width linear 0.3s, top linear 0.2s;
		transition: width linear 0.3s, top linear 0.2s;
	}
    #facebook-feed, #twitter-feed {
        z-index: 9999;
    }
	.fixed-container .fixed-container-opener {
		float: left;
		width: 45px;
		cursor: pointer;
		color: #fff;
		font-size: 25px;
		line-height: 47px;
		text-align: center;
		transform: translate(0px, 0px);
		z-index: 16;
	}
	
	.fixed-container .fixed-container-content {
		position: absolute;
		left: 45px;
		padding: 15px;
		background: #FFFFFF;
		/*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 .fixed-container-opener {
			height: 170px;
            width: 45px;
            display: block;
			background: url("/images/quick_callback.png") no-repeat;
        }

		#callback .fixed-container-content {
			width: 341px;
            background: #020000;
		}
			
			#callback .fixed-container-content input[type=text] {
				width: 100%;
				height: 29px;
			}

			#callback .fixed-container-content textarea {
				height:100px;
				width: 100%;
			}

			#callback .fixed-container-content label {
				font-size: 14px;
                color: #ffffff;
			}

			#callback .fixed-container-content img {
				height: 29px;
			}
			
			#callback .fixed-container-content .callback-tooltip {
				width: 29px;
				height: 29px;
				background-color: #71b844;
				font-size: 23px;
                color: #FFFFFF;
                float: right;
			}
			#callback #cb_verif {
                max-width: 163px;
                float: left;
                display: inline-block;
            }
			#callback .fixed-container-content .submit-enquiry {
				width: 50%;
				height: 35px;
				background: -moz-linear-gradient(top, #de4c34 0%, #cc0804 100%);
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#de4c34), color-stop(100%,#cc0804));
                background: -webkit-linear-gradient(top, #de4c34 0%,#cc0804 100%);
                background: -o-linear-gradient(top, #de4c34 0%,#cc0804 100%);
                background: -ms-linear-gradient(top, #de4c34 0%,#cc0804 100%);
                background: linear-gradient(to bottom, #de4c34 0%,#cc0804 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de4c34', endColorstr='#cc0804',GradientType=0 );
                border: solid 1px #cc0804;
                text-align: center;
                color: #fff;
                line-height: 2.2;
			}

            #callback span.help-block {
                color: #FFFFFF;
            }
            #callback small.mandatory, #callback small.mandatory:after {
                color: #cc120e;
            }
	/*----------------------------- Callback Thanks -----------------------------*/
	#callback .callback-thanks {
		position: absolute;
		right: 0;
		top: 0;
		height: 100%;
		padding: 15px;	
		background-color: #000000; /* #ffffff;*/	
		opacity: 0.9; /* Change for transparency */
        color: #FFFFFF;
	}

	#callback .callback-thanks h1 {
		font-size: 36px;
		color: #FFFFFF;/*#2d2d2d;*/
		text-align: center;
	}
	
	#callback .callback-thanks p {
		text-align: center;
	}

	/*----------------------------- Facebook, Twitter Feed -----------------------------*/
	#facebook-feed iframe {
		border: none;
		overflow: hidden;
		width: 300px;
		height: 427px;
	}

	#twitter-feed .fixed-container-opener, #facebook-feed .fixed-container-opener {
		background-color: #71b844;
	}

	#twitter-feed .fixed-container-content, #facebook-feed .fixed-container-content {
		width: 300px;
	}
    #facebook-feed  {
        height: 457px!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/themes/001/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;
		font-size: 16px;
		margin: 0 0 14px 17px;
		line-height: 18px;
	}
	.contenttextblock a {
		color: #dd4646;
	}

/***********************************************
* 	CONTENT PAGES END
***********************************************/



/***********************************************
* 	404 PAGE START
***********************************************/

	#error-404 {
		overflow:hidden;
		padding-bottom: 70px;
        background: -webkit-linear-gradient(top, #e9e9e9, #ffffff, #c0c0c0);
        background: -o-linear-gradient(bottom, #e9e9e9, #ffffff, #c0c0c0);
        background: -moz-linear-gradient(bottom, #e9e9e9, #ffffff, #c0c0c0);
        background: linear-gradient(to bottom, #e9e9e9, #ffffff, #c0c0c0);
        font-family: "Helvetica Nueu", sans-serif;
	}
		#error-404 a.button{
            font-size: 20px;
            height: 35px;
            text-transform: capitalize;
		}
	.button-collapse-xs{
		margin: 10px 0;
	}
    p.black-404 {
        color: #020000;
        font-size: 251.08px;
        text-transform: uppercase;
        font-weight: 900;
        line-height: 1;
    }
    p.green-404 {
        font-weight: 900;
        color: #71b844;
        font-size: 53.56px;
        text-transform: uppercase;
        line-height: 1;
    }
    @media screen and (min-width: 768px) and (max-width: 991px) {
        p.black-404 {
           font-size: 185px;
        }
        p.green-404 {
            font-size: 40px;
        }
        #error-404 a.button{
            font-size: 18px;
        }
    }

     @media screen and (min-width: 501px) and (max-width: 767px) {
        p.black-404 {
           font-size: 120px;
        }
        p.green-404 {
            font-size: 28px;
        }
    }
    @media screen and (max-width: 500px) {
        p.black-404 {
           font-size: 75px;
        }
        p.green-404 {
            font-size: 24px;
        }
    }
	@media(min-width:767px){
		.button-collapse-xs{
			margin-top: 20px;
		}
	}

/***********************************************
* 	404 PAGE END
***********************************************/



/***********************************************
* 	COOKIES START
***********************************************/

	#cookieinfo{
		background-color: #333333;
		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: #ffffff;
	}
	
	.cookie-header{
		margin-bottom: 0px;
		margin-top: 5px;
		font-size: 20px;
		font-weight: bold;
	}
	
	.cookie-text {
		font-size: 14px;
	}
	
	.cookie-links{
		margin-bottom: 10px;
	}
	
	.cookie-links > a {
		font-weight: bold;
		font-size: 12px;
		padding-right: 15px;
		color: #ffffff;
		text-decoration: underline;
		display: inline;
	}

/***********************************************
* 	COOKIES END
***********************************************/



/***********************************************
* 	CONTACT US START
***********************************************/

	#contact-us .contactus-content {
		margin-bottom: 30px;
	}
	
	#contact-us .contactus-left {
		padding-right: 8.3333%;
		border-right: 1px solid #e8e8e8;
		margin-bottom: 80px;
	}
	
	#contact-us .contactus-title {
		font-size: 24px;
		border-bottom: 1px solid #e8e8e8;
		display: block;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	#contact-us .required-fields {
		position: relative;
		color: #dd4646;
		margin-bottom: 20px;
		margin-top: 0;
	}
	
	#contact-us .send_button {
		width: 100%;
        padding-top: 2px;
        height: 35px;
		font-size: 20px;
        margin-top: 10px;
	}
    

	#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 #e8e8e8;
		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 #e8e8e8;
	}

	.myaccount .nav-tabs a {
		line-height: 40px;
		padding: 0 25px;
		margin-right: 5px;
		background: #ededed;
		border-radius: 0;
		font-size: 18px;
		border-width: 1px;
		border-style: solid;
		border-color: transparent;
	}

	.myaccount .nav-tabs a:hover {
		border-color: #e8e8e8;
		background: #e8e8e8;
	}

	.myaccount .nav-tabs .active > a{
		background: #fff;
		border-width: 1px;
		border-style: solid;
		border-color: #e8e8e8#e8e8e8 transparent;
	}
	
	.myaccount .nav-tabs .active:last-child > a{
		border-color: #e8e8e8#e8e8e8#e8e8e8;
	}
	
	.myaccount .myaccount-title {
		font-size: 24px;
		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 #e8e8e8;
		border-bottom: 1px solid #e8e8e8;
		padding-top: 20px;
		padding-bottom: 20px;
		margin-bottom: 10px;
	}
	
	.updatelogindetails {
		height: 35px;
		font-size: 24px;
        padding-top: 2px;
	}
	
	#my-orders-table > thead > tr > th {
		background: #262323;
		border: none;
		height: 40px;
        color: #ffffff;
		font-size: 16px;
		font-weight: normal;
        line-height: 40px;
        padding: 0 15px;
	}
	
	#my-orders-table > tbody > tr > td {
		border: none;
		/*background: #F9F9F9;*/
		vertical-align: middle;
        padding: 0 15px;
        line-height: 40px;
	}
	
	/*#my-orders-table > tbody > tr:nth-child(4n+3) > td{
		background: #FFFFFF;
	}*/
	
	#my-orders-table .order-data >td {
		padding: 0;
	}
	
	#my-orders-table .order-data > tbody {
		background: #f5f5f5;
		color: #fff;
		font-size: 16px;
		display: none;
	}
	
	#my-orders-table .order-th {
		/*padding-top: 3px;
		padding-bottom: 3px;*/
		background: #262323;
        height: 35px;
        line-height: 35px;
	}
	
	#my-orders-table .order-td {
		background: #f5f5f5;
		font-size: 16px;
		color: #2d2d2d;
		margin: 0;
	}
	
	#my-orders-table .order-td:not(:last-child) {
		border-bottom: 1px solid #b4d0dc;
	}
	
	#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;
        margin-top: 15px;
	}
	
	#my-orders-table .order-td p {
		float: left;
		white-space: normal;
        line-height: 1.5;
        margin-top: 15px;
        margin-bottom: 0;
	}
	
	#my-orders-table .cthumb {
		max-height: 80px;
	}
	
	#my-orders-table .button {
		font-size: 16px;
        padding: 0 15px;
        line-height: 25px;
        height: 25px;
        border: solid 1px #71b844;
        background: -webkit-linear-gradient(top, #85cf56, #71b844);
        background: -o-linear-gradient(bottom, #85cf56, #71b844);
        background: -moz-linear-gradient(bottom, #85cf56, #71b844);
        background: linear-gradient(to bottom, #85cf56, #71b844);
	}
	
	#my-orders-table .button.dropup {
		color: #FFFFFF;
        font-size: 16px;
        line-height: 25px;
        height: 25px;
		padding: 0 15px;
        border: solid 1px #71b844;
        background: -webkit-linear-gradient(top, #85cf56, #71b844);
        background: -o-linear-gradient(bottom, #85cf56, #71b844);
        background: -moz-linear-gradient(bottom, #85cf56, #71b844);
        background: linear-gradient(to bottom, #85cf56, #71b844);
	}
	
	#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;
        padding-top: 0;
        padding-bottom: 0;
        line-height: 35px;
	}
	.logout-button:hover {
        line-height: 36px;        
        height: 35px;
    }
    @media screen and (min-width: 768px) {
        .close-aligment {
            min-width: 123px;
        }
    }
    @media screen and (max-width: 767px) {
        .close-aligment {
            min-width: 78px;
        }
        .updatelogindetails.password-pass, .updatelogindetails.myaccount-pass {
            font-size: 22px;
        }
    }
    @media screen and (max-width: 991px) {
        li[role="presentation"] {
            margin-top: 10px
        }
    }
    @media screen and (min-width: 767px) and (max-width: 991px) {
        .sm-product {
            min-width: 240px;
        }
        .updatelogindetails.password-pass {
            font-size: 17px;
        }
    }
    @media screen and (min-width: 992px) and (max-width: 1199px) {
        .sm-product {
            min-width: 245px;
        }        
        .updatelogindetails.myaccount-pass {
            font-size: 22px;
        }
        .updatelogindetails.password-pass {
            font-size: 15px;
        }
    }
    @media screen and (min-width: 1200px) {
        .updatelogindetails.password-pass {
            font-size: 19px;
        }
    }
/***********************************************
* 	MY ACCOUNT START
***********************************************/



/***********************************************
* 	BLOGS START
***********************************************/

	#blog h1 {
		text-transform: uppercase;
		margin-bottom: 0;
	}

	#blog h2 {
		font-size: 24px;
		text-transform: uppercase;
		margin: 0 0 10px 0;
	}
	
	#blog h2 > a {
		line-height: 1;
	}
	
	.blog-group {
		padding-bottom: 30px;
		margin-bottom: 30px;
		border-bottom: 1px solid #e8e8e8;
	}
	
	.blog-group + .simple-paging {
		border-top: none;
		margin-top: -30px;
	}
	
	.blog-title {
		display: block;
		font-size: 24px;
	}
	
	.blog-button {
		font-size: 16px;
	}
	@media screen and (min-width: 768px) and (max-width: 991px) {
        .blog-button {
		    font-size: 13px;
	    }
    }
    @media screen and (min-width: 992px) {
        .blog-button {
		    font-size: 15px;
	    }
    }
	.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 #e8e8e8;
	}
	
	.blog-entry-subtitle a {
		color: #dd4646;
	}
	
	.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 #e8e8e8;
		border-bottom: 1px solid #e8e8e8;
		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;
		}
		
	@media screen and (max-width: 768px) {
	    .submit-comment {
		    font-size: 24px;
	    }
    }
	.submit-comment {
		font-size: 18px;
		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: #71b844;
		}
		
		.star-empty {
			color: #d3d3d3;
		}
		
		.star.hover {
			color: #71b844!important;
		}
		
		.star.empty {
			color: #d3d3d3!important;
		}

/***********************************************
* 	BLOGS 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;
	}

	.description-holder .product-options{
		border-left: 5px solid #d2d2d2; /*#e8e8e8; */
		margin-bottom: 30px;
		margin-top: 30px;
	}
	
	.description-holder .details-select .input-group{
		border: 1px solid #bdbdbd;
        max-width: 165px;   
	}
	.description-holder .details-select .input-group-btn .btn{
		font-size: 30px;
		font-weight: 700;
		border-radius: 0px;
		background: #fcfcfc; /* 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 */
		border: 0px none;
		padding-top: 2px;
		text-shadow: none;
        height: 35px;
        line-height: 35px;
        color: #525252;
	}
	.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: 35px;
		text-align: center;
		background-color: #f5f5f5!important;
		box-shadow: none;
		border-top: 0;
        padding-top: 5px;
		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 {
		height:30px;
	}

	.description-holder .stand-label {
		line-height:40px;
		font-size: 16px;
	}
	
	.description-holder .action-fly-detail{
		font-size: 20px;
		width: 100%;
		height: 44px;
        line-height: 44px;
	}
	
	.description-holder .notify-box {
        margin: 15px auto;
		padding: 15px;
		background: #71b844;/*#439bc1;*/
	}

	.description-holder .notify-title {
		font-size: 24px;
		color: #fff;
	}

	.description-holder .notify-body {
		margin: 10px 0;
		line-height: 16px;
		color: #fff;
	}

	.description-holder .notify-button {
        height: 35px;
        font-size: 18px;
        line-height: 35px;
        padding: 2px 30px 0;
	}

	.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/themes/001/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/themes/001/bullet.png") no-repeat 0 4px;
	}

     #product-detail .tab-content #tab_1 table td,
     #product-detail .tab-content #tab_1 table tr,
     #product-detail .tab-content #tab_1 table th,
     #product-detail .tab-content #tab_2 table td,
     #product-detail .tab-content #tab_2 table th,
     #product-detail .tab-content #tab_2 table tr,
     #product-detail .tab-content #tab_3 table td,
     #product-detail .tab-content #tab_3 table th,
     #product-detail .tab-content #tab_3 table tr,
     #product-detail .tab-content #tab_4 table td
     #product-detail .tab-content #tab_4 table th,
     #product-detail .tab-content #tab_4 table tr,
    #product-detail .panel-group #collapse-tab_3 table td,
    #product-detail .panel-group #collapse-tab_3 table tr,
    #product-detail .panel-group #collapse-tab_3 table th
    #product-detail .panel-group #collapse-tab_4 table td,
    #product-detail .panel-group #collapse-tab_4 table tr,
    #product-detail .panel-group #collapse-tab_4 table th,
    #product-detail .panel-group #collapse-tab_1 table td,
    #product-detail .panel-group #collapse-tab_1 table tr,
    #product-detail .panel-group #collapse-tab_1 table th,
    #product-detail .panel-group #collapse-tab_2 table td,
    #product-detail .panel-group #collapse-tab_2 table tr,
    #product-detail .panel-group #collapse-tab_2 table th {
        border: 1px solid #e8e8e8;
        padding: 5px;
    }

	@media screen and (max-width: 768px) {
        .notify-box input.notify-email, .notify-box .notify-button {
            margin: 5px auto;
        }
        .description-holder .form-group {
            height: 70px;
        }
    }
    @media screen and (min-width: 768px) and (max-width: 991px) {
        .description-holder .notify-button {
            padding: 0;
        }
    }
	@media(max-width:992px){
		.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 #e8e8e8;
		}

		.product-extras .nav a {
			font-size: 16px;
            color: #3e3e3e!important;
			padding: 8px 35px;
			margin-right: 10px;
			border: 1px solid #e8e8e8;
			border-radius: 0;
			background: #fefefe; /* Old browsers */
			/* IE9 SVG, needs conditional override of 'filter' to 'none' */
			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 */
		}

		.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/themes/001/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;
		}
        .product-extras .init-overlay a {
            color: #dd4646;
        }
		
		/*=================== Styles for tabs in xs (accordion) ===================*/
		.product-extras .panel-group {
			border-bottom: 1px solid #e8e8e8;
		}
		
		.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 */
		}
		@media screen and (min-width: 768px) and (max-width: 991px) {
            .product-extras .nav a {
                padding: 8px 30px;
            }
        }
	/* ----------------------------- END PRODUCT EXTRAS STYLES----------------------------- */

	
	/*------------- RELATED PRODUCTS ---------------*/
	#related-products{
		padding-top: 0px;
		padding-bottom: 50px;
	}

/***********************************************
*          PRODUCT DETAILS END
***********************************************/




/***********************************************
*          LOGIN START
***********************************************/

	.login-title {
		display: block;
		font-size: 24px;
	}
	
	.login-block {
		display: block;
		border-bottom: 1px solid #e8e8e8;
		margin-top: 30px;
		margin-bottom: 30px;
		padding-bottom: 10px;
	}
	
	.login-box {
		background: #f2f2f2;
		padding: 30px 25px;
	}

	.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: 35px;
		font-size: 18px;
		margin-top: 10px;
	}
	
	.register-button {
		width: 100%;
		height: 55px;
		font-size: 18px;
		line-height: 55px;
	}
	
	#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: 24px;
		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
***********************************************/

#tat_table tr td {
	padding: 4px 6px;
	font-size:11px;
	cursor: pointer;
}

.actb_inact {
	background-color: #fff!important;
}

.actb_inact td{
	color: #5E5E5E!important;
}

.actb_act {
	background-color: #e6e6e6!important;
}

.actb_act td{
	color: #dd4646!important;
}

/***********************************************
*          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;
    padding: 0 10px;
    min-width: 160px;
    height: 35px;
    line-height: 35px;
}
.findaddress:hover {
    height: 35px;
    padding: 0 11px;
}

.findaddress.loading::after{
	background-image: url("/images/themes/001/loading.gif");
    content: "";
    height: 32px;
    position: absolute;
    right: -45px;
    top: 4px;
    width: 32px;
}

/* Countdown Timer begin*/

#countdown_timer {
	width: 100%;
	height: 58px;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	background: -webkit-linear-gradient(#000000, #000000); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#000000, #000000); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#000000, #000000); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#000000, #000000); /* Standard syntax (must be last) */
}

.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: #ffffff;
    float:left;
    font-weight:lighter;
    margin-left:-2px;
}

.flash_sale .countdown_image {
	float: left;
    width:216px;
    height:58px;
}

.flash_text {
	float: left;
	display: block;
	width: 597px;
	height: 58px;
	line-height: 58px;
	font-size: 23px;
	font-weight: bold;
	color: #ffffff;
	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: #ffffff;
	font-size: 24px;
	float: left;
	height: 58px;
	line-height: 58px;
}

.sep { margin: 0 1px; }

a.countdown_link, a.countdown_link:hover {color: #fff; text-decoration: none; }

/* Countdown Timer end */



/* START----------MULTI-CURRENCY------------------------------MULTI-CURRENCY-----------------START */
/*
#currency_wrapper {
	position: absolute;
	width: 104px;
	right: 11px;
	top: 81px;
	z-index: -1;
}
*/
.currencies-list li:hover {
	color: #959595;
	cursor: pointer;
}

.currencies-list li {
	height: 31px;
	line-height: 31px;
	font-size: 12px;
	font-weight: bold;
}

.currencies-list {
	display: none;
	/*border-top: 1px dotted #c8c8c8;*/
	padding-top: 2px;
	padding-left: 12px;
	width: 42px;
	background: #000;
}

#currency_message {
	font-size: 11px;
	font-weight: normal;
	color: #393838;
	float: left;
	line-height: 24px;
}

#currency_selection_wrapper {
	float: right;
	padding: 3px 2px 0px 0px;
	width: 51px;
} 

#currency_selection_wrapper:hover {
	background: #fff;
}

#currency_selection_inner {
	width: 53px;
	padding: 0;
}

.selcurr:hover {
	color: #959595;
}

#currency_selection_wrapper:hover #currency_selection_inner .currencies-list {
	display: block;
}

.currency {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	min-width: 41px;
}

.selected-currency {
	/*background: url('/images/themes/001/layoutssprite.png') -422px -87px;*/
	color: #393838;
	margin-bottom: 5px;
	margin-left: 12px;
	padding-top: 2px;
	display: block;
	width:15px;
	height:14px;
}

.cud {
	color: #393838;
	padding-bottom: 5px;
	padding-top: 2px;
	display: block;
	width:15px;
	height:14px;
	margin-left: 62px;
	margin-top:-17px;
}

/* END----------MULTI-CURRENCY------------------------------MULTI-CURRENCY-----------------END */


#megamenu-toolbar ul li a, #megamenu-toolbar-2 ul li a {
    color: #FFFFFF;
}
@media screen and (max-width: 768px) {
    .mobile-menu {
        margin-top: 9px!important;
        position: fixed;
        z-index: 10;
        top: 35px;
    }
    .mobile-search {
        top: 45px!important;
        position: fixed!important;
        z-index: 11!important;
    }
}

@media screen and (min-width: 992px) {
    #basket-container {
        width: 100%;
        float: right;
    }
}

.mr-40 {
    margin-right: 40px;
}
@media screen and (max-width: 768px) {
    #basket-container {
        z-index: 100000;
        position: fixed;
        top: 0;
        right: 22px;
    }
    .owl-prev, .owl-next {
        font-size: 50px;
        width: 40px;
    }
    .owl-next {
        padding-left: 11px;
    }   
    h3.featured-title {
        padding: 0;
    }
    #callback, #facebook-feed, #twitter-feed {
        display: none;
    }
}


@media screen and (min-width: 768px) and (max-width: 991px) {
    #basketpopup {
        top: 35px;
        right: -122px;
    }
    .owl-prev, .owl-next {
        font-size: 63px;
        width: 50px;
    }
    .owl-next {
        padding-left: 16px;
    }   
    .description-holder .details-select .input-group {
        max-width: 170px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    #basketpopup {
        top: 37px;
        right: -94px;
    }
    .owl-next, .owl-prev {
        font-size: 68px;
        width: 55px;
    }
    .owl-next {
        padding-left: 16px;
    }
}
@media screen and (min-width: 1200px) {
    #basketpopup {
        right: -138px;
    }
}
@media screen and (min-width: 450px) and (max-width: 767px) {
    .owl-item {
        margin-top: 10px;
    }
    h3.featured-title {
        font-size: 34px;
        line-height: 34px;
    }
}
@media screen and (min-width: 340px) and (max-width: 449px) {
    h3.featured-title {
        font-size: 30px;
        line-height: 30px;
    }
}
@media screen and (max-width: 339px) {
    h3.featured-title {
        font-size: 26px;
        line-height: 26px;
    }
}
.edit-order {
    padding: 0;
    line-height: 35px;
}
.pr-8 {
    padding-right: 8px;
}
a.addthis_button_facebook_like iframe, a.addthis_button_facebook_like span {
    //height: 63px!important;
}
.blog-group .overflow-container {
    max-height: 200px;
    overflow: hidden;
}
/*
#megamenu .nav>li>a:focus, #megamenu .nav>li>a:hover,
#megamenu-toolbar-2 .nav>li>a:focus, #megamenu-toolbar-2 .nav>li>a:hover {
    background: -webkit-linear-gradient(top, #71b844, #388e01)!important;
    background: -o-linear-gradient(bottom, #71b844, #388e01)!important;
    background: -moz-linear-gradient(bottom, #71b844, #388e01)!important;
    background: linear-gradient(to bottom, #71b844, #388e01)!important;
}*/
@media screen and (min-width: 993px) {
	#megamenu-toolbar-2 > ul.nav.navbar-nav{
		float: none;
		margin: 0;
		display: table; 
		width: 100%; 
	}
	#megamenu-toolbar-2 .navbar-nav>li{
		display: table-cell;
		float: none;
	}
}

.dropdown.open > a, .dropdown:hover > a, .dropdown:focus > a, .dropdown.open,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background: -webkit-linear-gradient(#5a9336, #2c7100);
    background: -o-linear-gradient(#5a9336, #2c7100);
    background: -moz-linear-gradient(#5a9336, #2c7100);
    background: linear-gradient(#5a9336, #2c7100);
}
.pr-8.addthis_toolbox.addthis_default_style .social-share > div > span{
   // position: relative;
   // top: 42px;
   height: 27px!important;
}
.mob-label {
    display: none;
}
@media screen and (max-width: 991px) {
    #fastfinder .search2_button.button {
        width: 100%;
        border: solid 1px #0e0f0f;
        cursor: pointer;
        background: -webkit-linear-gradient(top, #454545, #0c0d0d);
        background: -o-linear-gradient(bottom, #454545, #0c0d0d);
        background: -moz-linear-gradient(bottom, #454545, #0c0d0d);
        background: linear-gradient(to bottom, #454545, #0c0d0d);

    }
    #fastfinder .fastfinder-head, #fastfinder .simple-select {
        width: 100%;
        margin: 0;
    }
    #fastfinder {
        background: #70b742;
        padding-bottom: 20px;
        width: 100%;
        z-index: 66;
        opacity: 1;
        height: auto;
    }
    .mob-label {
        color: #FFFFFF;
        display: block;
        font-size: 15px;
        margin: 7.5px 0;
    }
}
.disabled-buttons {
    opacity: 0.5;
    z-index: -5;
}
.enabled-buttons {
    opacity: 1;
    z-index: 0;
}
.full-width {
    width: 100%;
}

.basketpopup-total.row .total-price-md {
    font-size: 20px;
}

.editbasket.pull-left a {
    font-size: 13px;
}

#basketpopup-up em.fa.fa-angle-up,
#basketpopup-down em.fa.fa-angle-down {
    color: #343434;
    font-weight: normal;
    font-size: 30px;
    display: inline-block;
    -webkit-transform: scale(2,1);
    -moz-transform: scale(2,1);
    -ms-transform: scale(2,1);
    -o-transform: scale(2,1);
    transform: scale(2,1);
}
@media screen and (max-width: 991px) {
    #megamenu-toolbar ul.dropdown-menu li  ul li {
        margin: 5px 0;
    }
    #megamenu .dropdown-menu, #megamenu-toolbar-2 .dropdown-menu {
        padding: 15px 0;
    }
    .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
        background: transparent!important;
    }
    .dropdown-menu>li>a {
        padding: 3px 0;
    }
    .fa.fa-caret-down {
        position: absolute;
        margin-top: -20px;
        color: #060606;
        left: 15px;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px;
    }
}
@media screen and (min-width: 992px) {
    .fa.fa-caret-down {
        position: absolute;
        margin-top: -25px;
        color: #060606;
        left: 45%;
    }
}

#product-detail input.notify-email.col-xs-12.col-sm-6 {
    padding-top: 10px;
}

#order-left button.button.login-button {
    width: auto;
    padding: 0 15px;
}
#callback {
    z-index: 9999;
}
#callback .adv-checkbox {
    position: relative!important;
    margin-top: 0;
}
#callback .mandatory:before, .mandatory-b:before {
    position: relative;
}

.table-striped>tbody>tr:nth-child(4n+3) {
    background: #d1d1d1!important;
}
.font-18 {
    font-size: 18px!important;
}
@media screen and (min-width: 768px) {
    #shopping-basket .promocode span.col-xs-12.col-sm-6.font-18.no-padding-r {
        padding-top: 4px;
    }   
}
.elastislide-horizontal nav span {
    margin-top: -31px!important;
}
#callback .mandatory.pull-right {
    margin-top: 20px;
}

.container>.navbar-collapse {
	margin-left: -15px;
}
.productholder .content div strong {
	padding: 15px 0;
}
@media screen and (max-width: 767px) {
	#megamenu #home-link img {
		margin: 0 auto;
	}
}
.description-holder .social-share {
    display: inline-block;
}

#product-detail h2,
.resultholder h2{
	color:#2d2d2d;
}
