@import 'https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700';





html, body {
	background-color: #FFF;
	color: #636b6f;
	font-family: 'Raleway', sans-serif;
	font-weight: 100;
	font-weight:bold;
	height: 100vh;
	margin: 0;
}

main {
	margin-bottom: 20px;
}

/* LARAVEL PRESET CSS */

.grey {
	background-color: #f6f6f6;
}

.flex-center {
	align-items: center;
	display: flex;
	justify-content: center;
}

.center {
	align-items: center;
	justify-content: center;
}

.position-ref {
	position: relative;
}

.top-right {
	position: absolute;
	right: 13px;
	top: 22px;
	font-size:12px;
}

.content {
	text-align: center;
}

.title {
	font-size: 84px;
}

.badge {
	background:#e2e2e2;
}

small {
	display:block;
	font-size:11px;
}

.modal  .modal-dialog {
	width:900px;
	max-width:80%;
}

#modal-table {
	max-height:400px;
	overflow-y:scroll;
}

#pc:after {
	font-family: 'Glyphicons Halflings';
	padding:5px;
	text-align:center;
	font-size:13px;
	line-height:16px;
	display:inline-block;
    position: relative;
    left: -6px;
    float: right;
    top: -46px;
    margin-bottom: -31px;
    border-left: solid 1px #e2e2e2;
}

#pc.pass:after {
	content:"\e013";
}

#pc.fail:after {
	content:"\e014";
}

/* END LARAVEL PRESET CSS */

#cookie-law {
  display: none;
  background: #000;
  z-index: 0; }
  #cookie-law {
    max-width: 100%;
    padding: 12px 16px 12px 140px;
    margin: 0 auto 0px auto;
    line-height: 1.2;
    font-weight: 400;
    color: #fea81a;
		position: fixed;
		bottom: 0px;
		left: 0px;
		z-index: 9999;
		width: 100%;
	}
  #cookie-law a {
    position: relative;
    font-weight: 700;
		cursor: pointer;
    color: #fdda58; }
    #cookie-law a:hover, #cookie-law a:focus {
      opacity: .85; }
    #cookie-law a:after {
      content: '';
      position: absolute;
      bottom: -4px;
      left: 0;
      width: 100%;
      height: 2px;
      background: #EF5F23; }
#cookie-law .manage-cookie-banner {
	float: right; }
  #cookie-law .close-cookie-banner {
    float: right; }
    #cookie-law .close-cookie-banner:after {
      display: none; }

.cookie-in {
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
}

.btn.btn-secondary {
	border-radius:0px;
	background:#424242;
	color:#FFF;
    font-size: 13px;
    text-transform: capitalize;
}

.btn.btn-secondary:hover {
	background-color:#ecd42d;
}

.btn-pay {
	background: #00582c!important;
	font-size: 17px;
	padding: 10px 40px!important;
}

.worldpay-modal .modal-content {
	background: #f0f2f5;
	border:none!important;
}

.worldpay-modal .paymentsubmit {
	text-align: left;
}

.worldpay-modal .paymentsubmit .btn {
	display: inline-block!important;
	float: none!important;
	vertical-align: top;
	color: #FFF!important;
}

.worldpay-modal .paymentsubmit .btn-warning {
	background: #9a9a9a!important;
}

.worldpay-modal .modal-header {
	background: #00582c;
	color: #FFF;
}

.col-lg-6.nopadding {
	padding:0px!important;
	margin:0px!important;
}

.col-lg-6.nopadding .btn {
	margin:5px;
	width:auto;
	display:block;
}

/* HEADER */

.inner, ul.shop {
	width:1500px;
	margin:auto;
	max-width:100%;
}

.content .bg.home {
	min-height:345px;
    border-bottom: solid 1px #989898;
}

.content .bg .inner {
	position:relative;
}

.content .bg div {
	position:absolute;
	top:20px;
	left:20px;
	text-align:left;
}

.content .bg div * {
	color:#FFF;
}

.content .bg div button {
	background:transparent;
	border-bottom:solid 1px #FFF;
	transition:all 0.3s;
}

.content .bg div button:hover {
	background:rgba(255,255,255,0.5);
	color:#001c44!important;
}

.content .bg div h3 {
	font-weight:bold;
	font-family:"Arial";
	font-size:17px;
}

.content .bg div h2 {
	font-weight:bold;
	font-family:"Arial";
	font-size:60px;
	margin-top:10px;
}


header {
    padding: 18px 0px;
    padding-bottom:0px;
    background-color: #ffffff;
    width: 100%;
}



header .top-nav {
	border-bottom:solid 1px #566b89;
	display:inline-block;
	width:100%;
}

header .top-nav ul {
	float:right;
}
header .top-nav ul li {
	float:left;
	list-style:none;
}

header .top-nav ul li:first-child a {
	border:none;
	padding:0px;
}
header .top-nav ul li a {
	color:#FFF;
	font-size:11px;
	margin-left:7px;
	font-weight:normal;
	border-left:solid 1px #566b89;
	padding-left:7px;
	font-family: 'Quicksand', sans-serif;
}

header .top-nav .motto {
	font-family: 'Architects Daughter', cursive;
	font-weight:normal;
	color:#FFF;
}

nav {
	clear:both;
	display:block;
	position:relative;
}

header .top-bar .pull-right li {
	margin-left: 30px;
}

header .top-bar .pull-right li, header .top-bar .pull-right li a {
	display: inline-block;
	color: #757575;
	font-weight: normal;
	font-size: 13px;
	text-decoration: none;
}

 header .top-bar .pull-right li a:hover {
	 color: #fff;
	 text-decoration: none;
 }

.temp-small li {
	display: block;
}

header nav {
	padding-bottom:20px;
	display:inline-block;
	vertical-align:top;
	margin-top:30px;
}


nav ul.shop {
	padding:0px;
	display: table;
}


nav li, .mobile-nav li, .mobile-nav button.priority-nav-is-visible {
	display:table-cell;
	padding-top: 10px;
	padding-bottom: 10px;
	border-right: solid 1px #fff;
	text-align: left;
}

ul.shop .has-children ul li {
	text-align: left;
}

ul.shop .has-children ul .column {
	text-align: left;
}

.mobile-nav button.priority-nav-is-visible {
	border:none;
	border-left: solid 1px #ddd;
	background: none;
}
.mobile-nav li {
	display: inline-block;
}

nav li:last-child, .mobile-nav li:last-child {
	border: none;
}

nav a, nav a:link, nav a:visited, .mobile-nav a, .mobile-nav a:link, .mobile-nav a:visited, .mobile-nav button.priority-nav-is-visible {
	color: #ffffff;
}

.links .active {
	text-decoration:underline;
}

nav li a, .mobile-nav li a, .mobile-nav button.priority-nav-is-visible {
  padding: 0px;
  padding-right: 15px;
  padding-left: 15px;
  width: 135px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .1rem;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: text-bottom;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.mobile-nav button.priority-nav-is-hidden {
	display: none;
}

.mobile-nav ul li.has-children ul a {
	width: auto;
	color: #000;
	padding: 0px;
	text-align: left;
}


header .UA > div {
		float:right;
		margin-top:30px;
		border-left:solid 1px #4c5c74;
		padding-left:20px;
		margin-left:20px;
}

header .UA > div:last-child {
	padding-left:0px;
	border:none;
	margin-left:0px;
}


header .UA > div i {
	background:rgba(0,0,0,0.3);
	padding:13px;
	border-radius:100%;
	color:#FFF;
	width:40px;
	text-align:center;
	float:left;
}

header .UA > div > div {
	text-transform:uppercase;
	color:#FFF;
	font-family: 'Quicksand', sans-serif;
	font-size:12px;
	font-weight:normal;
	float:left;
	margin-left:10px;
	margin-top:3px;
}

header .UA > div > div  a {
		color:#b6b6b6;
}

header .UA > div > div > a {
	color:#000;
}


header .UA > div > div  ul {
	padding:0px;
	margin:0px;
}

header .UA > div > div em {
	text-transform:capitalize;
	display:block;
	font-style:normal;
}

header .UA > div > div em a, header .UA > div > div  ul li {
	font-size:10px;
	color: #232323;
	list-style:none;
	text-transform:capitalize;
}

nav .inner {
	position:relative;
}

.ajax-basket {
    position: relative;
    font-weight: normal;
	display:block;
}

.mini-basket {
	color:#1d304b!important;
}


/*.ajax-basket span {
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
	width:40px;
	background:#37afeb url(http://demo.agathos.uk/sites/2017/images/layout/cart.jpg);
	background-size:25px;
	background-repeat:no-repeat;
	background-position:2px 10px;
	padding-left:23px;
}
*/
.ajax-basket span em {
    font-style: normal;
    background: #d7d7d7;
    border-radius: 100%;
    width: 13px;
    height: 13px;
    text-align: center;
    line-height: 13px;
    font-size: 10px;
    display: inline-block;
    margin-top: -5px;
    color: #686868;
}

/* END HEADER */

.content .banner.home {
	background:url(../images/banner-1.jpg);
	background-size:100%;
	min-height:225px;

}

.content .banner.home {
	min-height:420px;
	position:relative;
}

.content .banner .inner {
	position:relative;
}



.banner-content {
	padding:15px;
	background:#FFF;
	border:solid 1px #DDD;
	margin-top:15px;
	margin-bottom:15px;
	display:inline-block;
	width:100%;
}

.banner.main {
	width:70%;
	padding:40px;
	float:left;
}

.banner.main .img1 {
	position:absolute;
	top:60px;
	right:80px;
	width:270px;
}

.banner.aside {
	float:right;
	background:#e5e5e5;
	padding:15px;
	width:29%;
	position:relative;
	margin-bottom:15px;
	height:202px;
}

.banner.aside h3 {
	text-align:left;
	display:inline-block;
	margin-left:50%;
	font-weight: bold;
    font-size: 25px;
    text-transform: uppercase;
	color:#454545;
	margin-top:40px;
	width:30%;
}


.banner.aside.aside-1 .img1 {
	position:absolute;
	left:0px;
	bottom:0px;
}

.banner.aside:last-child {
	margin-bottom:0px;
}

.banner p {
	text-align:left;
	color:#363636;
	font-size:12px;
	margin-top:20px;
	width:52%;
}

.banner h2 {
	font-weight:bold;
	font-family: Arial;
	font-size: 55px;
    color: #363636;
	text-align:left;
	line-height:42px;
}

.banner h2 em, .banner.aside h3 em {
	font-style:normal;
	font-family: 'Poiret One', cursive;
	font-weight:100;
	display:block;
	font-size: 50px;
	margin-left:1px;
}

.banner.aside h3 em {
	font-size:19px;
	font-family: 'Passion One', cursive;
	color:#163d74;
	font-weight:400;
	margin-top:10px;
}

.banner.aside a {
	display:block;
	margin-top:0px;
	margin-left:60%;
	text-align:left;
	font-size:16px;
	padding-bottom:2px;
	color:#163d74;
	border-bottom:solid 1px #163d74;
	float:left;
}

.btn.btn-primary {
	padding:5px;
	text-align:center;
	background-color: #1d304b;
	border-radius:0px;
	float:left;
	clear:both;
	margin-top:10px;
	border:none;
	border-bottom: solid 3px #222;
	background: #222;
	transition: all .3s ease-in-out;
	color: #FFF!important;
	position: relative;
}

select.btn.btn-primary {
	color: #2e2e2e!important;
}

#dataTableOrderHistory td button, #dataTableOrderHistory td a.btn {
	background: none;
	color: #2e2e2e!important;
	padding: 0px!important;
	border:none!important;
	margin:0px 10px!important;
}

.banner-content .btn.btn-primary {
	width:200px;
}

.btn.btn-primary.addtocart {
	clear:none;
	font-size:13px;
}


.banner > a:hover {
	border-color:#ddd;
}

.btn.btn-primary::after {
	content: "";
	height:3px;
	position: absolute;
	bottom: -3px;
	left: 0px;
	width: 0px;
	transition: all .3s ease-in-out;
}

.tooltip_templates {
	display: none;
}


.login-body nav li {
	width:100%;
}

.btn:hover {
	background:#1d252f;
	color:#FFF!important;
}

.panel-body  a.btn {
  color: #f39443!important;
	background-color: #FFF;
	border:solid 1px #f39443;
	font-size:15px;
	margin-bottom:15px;
}

.panel-body  button[type="submit"].btn {
	background: none;
	border: solid 1px #ddd;
	color: #2e2e2e!important;
}

.panel-body  button[type="submit"].btn:hover, .panel-body  a.btn:hover {
    color: #222!important;
	background-color: #ffc843;
    transition: all 0.3s;
}

.buttons .btn {
	margin-right:10px;
}

.panel-body a.btn-secondary {
    border-color: #c0c0c0;
    color: #8f8f8f!important;
}

.panel-body a.btn {
	border-radius:0px;
	padding:6px;
}

.boxes .btn {
	display:inline-block;
	margin-top:20px;
	clear:both;
	background:#f2f2f2;
}




.panel-body * {
	color:#525252;
	font-weight:bold;
}

.panel-body form input {
	color: #444444;
    font-weight: normal;
}

section.featured .left {
	width:31%;
	margin-right:0px;
	float:left;
}

section.featured .right {
	width:69%;
	margin-right:0px;
	float:left;
	background:#436088;
	height:435px;
    /*-webkit-clip-path: polygon(15% 0, 100% 0, 100% 96%, 0 100%);
    clip-path: polygon(0% 0, 100% 0, 100% 58%, 0 120%);*/
}
section.featured h2 {
	margin-bottom:20px;
}

.bordered {
	border:solid 1px #1d304b;
	padding:20px;
	display:inline-block;
	width:100%;
	margin-top:20px;
}

.bordered h1 {
    background: #1d304b;
    margin: -20px;
    margin-bottom: 10px;
    padding: 7px 20px;
    font-size: 33px;
    color: #fff;
}

section.featured.service .bg-dark {
	background-color: #e7e7e7;
    color: #5a5a5a;
}

section.featured.service .right h4 {
    color: #343434;
}
section.featured.service .right .btn {
    color: #343434!important;
	border-color:#343434;
}

.service-lamp > img {
	width: 135%!important;
	margin-bottom: -60px!important;
	margin-left: -30px!important;
	height:auto!important;
}

section.services-list {
	position:relative;
    display: block;
    clear: both;
    border-top: solid 10px #1d304b;
    margin-top: -6px;
}

section.services-list:before {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:-1;
	background:rgba(0,0,0,0.6);
}

section.services-list .col-lg-6 {
	padding:0px 7%;
	text-align:left;
	margin-top:20px;
	margin-bottom:20px;
}

section.services-list .col-lg-6 p {
	font-weight:normal;
}
section.services-list h2 {
	margin-top:20px;
	margin-bottom:20px;
}

section.featured.service .right {
    background: #f2f2f2;
}

section.featured.service .right p {
    color: #505050;
}

section.featured.service h2 {
	margin:0px;
	padding:15px 0px;
}

section.services-list h2,  section.services-list p, section.services-list i {
	color:#FFF;
}
section.services-list i {
	font-size:26px;
	margin-bottom:10px;
}

section.featured .right p {
	color:#FFF;
	text-align:justify;
	margin:20px;
	width:70%;
	font-weight:normal;
}

section.featured .right .btn {
	background:none;
	border:solid 1px #FFF;
	float:left;
	color:#fff!important;
	margin-left:20px;
	margin-bottom:20px;
}


section.featured .right h4 {
	clear:both;
	display:block;
	color:#fff;
	margin-left:20px;
}

section.clients {
	clear:both;
	background:#f2f3f8;
	display:inline-block;
	width:100%;
	text-align:left;
}

section.clients h2 {
	margin:0px;
	padding:25px 0px;
}

ul.brands-grid {
	padding: 0px;
}

#brands {
	margin:20px 0px;
	clear:both;
}

#brands .inner > strong {
	display:inline-block;
	width:250px;
	height:80px;
	border:solid 2px #d0d0d0!important;
	background:#FFF;
	margin-right:15px;
	float:left;
	text-align:center;
	margin-bottom:10px;
}
#brands > strong:nth-child(6n) {
	margin-right:0px;
}
#brands a {
	display:inline-block;
	vertical-align:middle;
	height:100%;
	padding:10px;
	width:100%;
}
#brands  img {
	max-width:100%;
	max-height:100%;
	width:auto!important;
	height:auto!important;
}


.tabs-login h3 {
	font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 0px;
    color: #1d304b;
	margin-bottom:8px;
	margin-top:12px;
	letter-spacing:0.5px;
}

.pay_invoice {
	width: 100%;
    padding: 3px;
    background: none;
    border: solid 1px #f39443;
	display:inline-block;
	text-align:center;
	font-size:13px;
	cursor:pointer;
}

.accounts {
	font-family:Arial;
}

.modal-content button.btn {
	color:#2e2e2e!important;
}

.accounts span {
	font-weight:normal;
	font-family: 'Open Sans';
	width:200px;
	display:inline-block;
	font-size:12px;
}

.accounts span > span {
	width:85px;
}

.accounts .acc-details {
	margin-top:20px;
	border-top:solid 1px #e2e2e2;
	padding-top:10px;
}

.accounts .acc-details span {
	width:280px;
}

.accounts .acc-details span > span {
	width:120px;
}

input.form-control, select.form-control, input[type="submit"], .form-group select, .form-group textarea  {
  padding: 6px;
  border: none;
	border:solid 1px #f3f3f3;
	border-bottom: solid 2px #c9c9c9;
	transition: border 0.3s;
  border-radius:0px;
  box-shadow:none;
  margin-bottom:15px;
}

.form-group select {
	width: 100%;
}

.contact-form .form-group {
	margin-bottom: 0px;
	margin-top: 15px;
}

.panel-body .alert.alert-danger li {
	color: #FFF;
}

.contact-form .form-group select {
	margin-bottom: 0px;
}

.contact-form .form-group textarea {
	width: 100%;
	margin-top: 15px;
}

button.btn  {
	color:#FFF!important;
}

input.form-control:focus, input.form-control.focus, select.form-control:focus, select.form-control.focus  {
  border:solid 1px #e2e2e2;
  border-bottom: solid 2px #f39443;
  box-shadow:none;
}

form#doc_display label {
	width:75px;
	font-size:13px;
	color:#f39443;
}

input[type="submit"].btn {
	width:100%;
	padding:3px;
	background:none;
    border:solid 1px #f39443;
}

input[type="submit"].btn:focus, input[type="submit"].btn.focus {
	background:#f39443;
	color:#FFF;
}

div.form-group.block {
	float:none;
	display:block;
	margin-bottom:10px;
}

.style-switcher {
	display:none;
}

.style-switcher.active {
	display:block;
}

.address-add .btn[type="submit"], .address-add .btn.btn-cancel {
	padding: 5px;
    text-align: center;
    background-color: #1d304b;
    border-radius: 0px;
    float: left;
    margin-top: 10px;
    border: none;
    border-bottom: solid 3px #222;
    background: #222;
    transition: all .3s ease-in-out;
    color: #FFF!important;
    position: relative;
	background: none;
	border:solid 2px #137900;
	color: #2e2e2e!important;
	font-size: 15px!important;
	line-height: normal!important;
	margin-right: 10px;
}

.address-add .btn.btn-cancel {
	border-color: #ddd;
}

.datatable tbody {
	font-family:"Open Sans";
	font-size:11px;
}

.datatable thead th {
	font-size:13px!important;
}

.switch-style {
	position:fixed;
	bottom:5px;
	right:5px;
}

.datepicker * {
	font-weight:bold;
}

input[type="submit"].btn[disabled] {
	opacity:0.6;
	border-color:#DDD;
}

.boxes {
	clear:both;
	margin-top:0px;
	background:#f6f6f6;
	margin-bottom:30px;
	display:table;
	width:101%;
}



.boxes .table {
	display:table;
	width:100%;
	margin-right:-15px;
}

.boxes .table > div {
	min-height:200px;
	position:relative;
	text-align:center;
	overflow:hidden;
	cursor:pointer;
	display:table-cell;
	height:225px;
}

.boxes .table > div:before {
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	right:15px;
	background:rgba(0,0,0,0.60);
	z-index:100;
    transition: all 0.3s ease-in-out;
}

.boxes .table > div span {
    overflow: hidden;
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 15px;
    width: 100%;
    height: 100%;
}

.boxes .table > div:nth-child(3) {
	margin-right:0px;
}

.boxes .table > div img {
	width:100%!important;
	position:absolute;
	top:0px;
	right:0px;
	z-index:2;
  transition-duration: 500ms;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
}

.boxes .table > div:hover h2 {
	background:rgba(0,0,0,0.50);
	color:#FFF;
	opacity:1;
}

.boxes .table > div:hover:before {
	opacity:0;
}
.boxes .table > div:hover img {
	-webkit-transform: scale(1.2);
    transform: scale(1.2);
    -moz-transform: scale(1.2);
}


.boxes .table > div h2 {
	width:100%;
	color:#FFF;
	position:absolute;
	z-index:101;
	top:50%;
	margin-top:-21px;
	left:50%;
	width:50%;
	margin-left:-25%;
	margin-bottom:0px;
	padding:10px;
	font-size:16px;
	border:solid 2px #FFF;
	font-family: 'Quicksand', sans-serif;
    transition: all 0.3s ease-in-out;

}

.boxes-2 {
	clear:both;
	margin-top:0px;
	background:#FFF;
	margin-bottom:30px;
	display:inline-block;
	width:100%;
	border-bottom: solid 15px #f39443;
}

.boxes-2 .table > div {
	float:left;
	width:25%;
	min-height:200px;
	position:relative;
	text-align:center;
	overflow:hidden;
	cursor:pointer;
}

.boxes-2 .table > div:before {
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	background:rgba(0,0,0,0.60);
	z-index:100;
}

.boxes-2 .table > div:nth-child(3) {
	margin-right:0px;
}

.boxes-2 .table > div img {
	width:100%!important;
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
}

.boxes-2 .table > div:hover h2 {
    transition: all 0.5s ease;
	background:rgba(0,0,0,0.50);
	color:#FFF;
	opacity:1;
}

.boxes-2 .table > div:hover:before {
    transition: all 0.5s ease;
	opacity:0;
}


.boxes-2 .table > div h2 {
	width:100%;
	color:#FFF;
	position:absolute;
	z-index:101;
	top:50%;
	margin-top:-21px;
	left:50%;
	width:50%;
	margin-left:-25%;
	margin-bottom:0px;
	padding:10px;
	font-size:16px;
	font-weight:bold;
	border:solid 2px #FFF;
	opacity:0.5;
}

#tinymce .row {
	margin:auto!important;
}


.content-left {
	width:74%;
	float:left;
	text-align:left;
}
.content-right {
	width:24%;
	float:right;
	text-align:left;
}

.align-left {
	text-align:left;
}

.content p {
	font-weight:bold;
}

.content .login-body p {
	font-size:12px;
	line-height:normal;
	font-weight:normal;
	font-family:"Arial";
}

.sidebar-right {
	width:24%;
	float:right;
	height:700px;
	border-left:solid 1px #ddd;
	padding:10px;
}

.recent-docs {
	width:100%;
	padding:10px;
	background:#fff;
}

.recent-docs > .article > img {
	border-radius:5px;
	width:40px;
	display:inline-block;
	margin-right:10px;
	vertical-align:middle;
}

.recent-docs > .article > .desc {
	display:inline-block;
	vertical-align:top;
}

.recent-docs > .article h2 {
	margin-top:0px;
	margin-bottom:5px;
}
.recent-docs > .article em {
	font-weight:normal;
	display:block;
	font-size:12px;
	font-style:normal;
}

.quick-links {
	margin-top:20px;
}

.quick-links #docs {
	background:url('../images/docs.jpg') center;
	width:100%;
	height:175px;
	position:relative;
}

.quick-links #docs:before {
	content:"";
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.6);
	z-index:1;
}

.quick-links #docs > a {
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	z-index:2;
	padding:10px;
	opacity:0.9;
}

.quick-links #docs > a:hover, .quick-links #docs > a:link, .quick-links #docs > a:visited  {
	text-decoration:none;
}

.quick-links #docs h3 {
	font-size:23px;
	color:#fff;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:solid 1px #FFF;
	margin-top:0px;
}

.quick-links #docs p {
	color:#fff;
	font-weight:normal;
}

.login-body nav a {
	padding:0px;
}

.login-body nav {
	margin:0px;
	border: none;
}

.login-body nav li {
	display: block;
	width: auto;
	padding: 0px;
	border-right:0px;
}

.login-body nav li a {
	width: 100%;
	text-align: left;
}

.login-body nav ul {
	padding-left: 10px;
}

.login-body nav h4 {
	margin-top:0px;
}

.tab-content.col-lg-2 {
	padding:10px;
	border:solid 1px #bfbfbf;
}

.panel-body, .panel-heading {
	padding:10px 10px!important;
}

.gallery-images > a {
	float:left;
	width:25%;
}

.gallery-images > a img {
	width:100%;
	max-height:250px;
}

#cboxTitle {
	color:#000;
	font-weight:bold;
}

.tab-content h4 {
    padding: 9px;
    text-decoration: none;
    font-size: 15px;
    background-color: #f9f9f9;
    border: solid 1px #ddd;
    border-bottom: 2px #1d304b solid;
	color: #1d304b;
	margin-top:0px;
}

.tab-content nav {
	margin-bottom:30px;
}

.tab-content nav a {
	font-size:10px;
}

.tab-content h5 {
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
	font-size:10px;
	color:#1d304b;
	padding-bottom:5px;
    border-bottom: 1px solid #D3D3D3;
}

.tab-content h5 a.edit {
	float:right;
}

.col-lg-9 .tab-content.col-lg-6 {
	padding:0px;
	padding-right:20px;
}

.col-lg-9 .tab-content.col-lg-6:last-child {
	padding-right:0px;
}

.tab-content nav a:hover span,  .tab-content nav a:hover {
	color:#f39443;
}


.packs, .prices{
	float:left;
	padding:3px;
}

 .packs {
		background-color:#dcdcdc;
		padding-left:6px;
		text-align:left;
			border-bottom: solid 1px #ddd;

}
 .prices {
	background-color:#efefef;
	    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    letter-spacing: 2px;
			text-align:left;
	border-bottom: solid 1px #ddd;

	padding-left:10px;
}
 .packprices,   .packprices {
	clear:both;

}









/* Grid */

.grid {
	float:left;
	overflow:hidden;
}

.grid.last {
	float:right;
	margin-left:0px!important;
	margin-right:0px!important;
}

.grid.six {
	width:15%;
	margin-right:2%;
}

.grid.six_x2 {
	width:32%;
	margin-right:2%;
}

.grid.six_x3 {
	width:49%;
	margin-right:2%;
}

.grid.five {
	width:18%;
	margin-right:2.5%;
}

.grid.five_x2 {
	width:38.5%;
	margin-right:2.5%;
}

.grid.five_x3 {
	width:59%;
	margin-right:2.5%;
}

.grid.five_x4 {
	width:79.5%;
	margin-right:2.5%;
}

.grid.four {
	width:22%;
	margin-right:4%;
}

.grid.four:nth-child(4n), .grid.four:nth-child(4) {
	margin-right: 0px;
}

.grid.four_x3 {
	width:74%;
	margin-right:4%;
}

.grid.three {
	width:31%;
	margin-right:3.5%;
}

.grid.three:nth-child(3n), .grid.three:nth-child(3) {
	margin-right: 0px;
}

.grid.three_x2 {
	width:65.5%;
	margin-right:3.5%;
}

.grid.two {
	width:48%;
	margin-right:4%;
}

.grid.one {
	width:100%!important;
	float:left!important;
}

/* End Grid */


.alert-danger {
    background-color: #232323;
    border-color: #ababab;
    color: #FFFFFF;
    padding: 5px 10px;
}

.form-inline .form-control {
	margin-bottom:0px;
}



/* NEWS */
.article {
	margin:15px;
	border-bottom:solid 1px #ddd;
	padding-bottom:15px;
}

.article:last-child {
	border:none;
}

.article h2 {
	font-size:18px;
	font-weight:bold;
}
.article p {
	font-size:15px;
	font-weight:300;
}

.news article {
	width:100%;
	height:220px;
	display:block;
	background-size:100%;
	position:relative;
}

.news article > div {
	width:100%;
	padding:10px;
	position:absolute;
	bottom:0px;
	left:0px;
	background:rgba(9,39,109,0.8);
	text-align:left;
}

.news article *  {
	color:#FFF;
}
.news article h3 {
	font-size:18px;
	display:block;
	margin:0px;
	margin-bottom:5px;
}
.news article h4 {
	font-size:14px;
	display:block;
	margin:0px;
}
.news article em {
	font-size:12px;
	float:left;
}
.news article i {
	font-size:12px;
	float:right;
}
.news article.floating {
	width:49%;
	height:120px;
	margin-top:15px;
}

.news article.floating:nth-child(odd){ float:left; }
.news article.floating:nth-child(even) { float:right; }

/* END NEWS */


/* CALENDAR */
.qtip-close.qtip-icon {
	border:none!important;
}

.qtip-content {
	color:#3a87ad!important;
	font-weight:bold;
}
.qtip-content .description {
	display:block;
	margin-top:10px;
}

.fc-title {
	font-size:85%;
}
/* END CALENDAR */

header nav ul {
	display:inline-block;
}

li.shop:hover > ul {
	display:block;
}

ul.shop.dropdown-menu li.has-children .banner-image img {
	max-width: 100%;
	max-height: 200px;
}

ul.shop.dropdown-menu li.has-children .banner-image::after {
	display: none;
}
ul.shop.dropdown-menu li.has-children .banner-image {
	margin-top: 15px;
	padding-top: 15px;
	border-top: solid 1px #ddd!important;
	width: auto;
	clear: both;
	display: block;
}

ul.shop .has-children ul li {
	width: 15%;
}



ul.shop .has-children ul, .mobile-nav .has-children ul {
    display: none;
    margin-left: 0px;
    background: #fff;
    bottom: auto;
    top: 100%;
    left: 0px;
    right: auto;
    width: 100%;
    padding: 15px;
    border-top: solid 1px #ddd;
		position: absolute;
		z-index: 999999;
}



ul.shop .has-children ul a.banner-image, .mobile-nav .has-children ul a.banner-image  {
	width: 29%;
	display: inline-block;
	vertical-align: top;
}

ul.shop .has-children ul a.banner-image img, .mobile-nav .has-children .banner-image img {
	max-width: 100%;
}

ul.shop .has-children ul .column, .mobile-nav .has-children ul .column {
	width: 70%;
	display: inline-block;
}



ul.shop .has-children ul li, .mobile-nav .has-children ul li {
    background: none;
    width: 19%;
    padding-bottom: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    vertical-align: top;
    display: inline-block;
    border: none;
}

ul.shop .has-children ul li:nth-child(even), .mobile-nav .has-children ul li:nth-child(even) {
	background: #fff;
}


ul.shop .has-children ul li a {
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}

aside.filters {
	margin-top: 30px;
}

.sidebar nav li ul li a {
	font-size: 11px;
	background: none!important;
}

.sidebar nav li ul li:before {
	display: none;
}

.shop .glyphicon, .glyphicon.shop {
	font-size:9px;
	top:7px;
	color:#7d7d7d;
	    top: 4px;
    right: 10px;
}

ul.shop li .glyphicon {
	float:right;
}

.dropdown-menu {
	width:100%;
	box-shadow: none;
	border-radius:0px;
	padding:20px;
	top: 36px;
    left: 0px;
}

.dropdown-menu ul {
	display:none;
	width:100%;
    position: absolute;
    top: 0px;
	opacity:0;
    padding: 10px;
    background: #f8f8f8;
    z-index: 99999999;
	margin-left:10px;
}

.dropdown-menu h4 {
    margin-top: 0px;
    letter-spacing: 1px;
    font-weight: bold;
	    color: #1d252f;
}

ul.shop.dropdown-menu li {
	width: 15%;
	padding: 5px!important;
	border-bottom: solid 2px #ffa618!important;
	margin-right: 10px;
	background: #1d252f;
	margin-bottom: 10px;
  background: #f1f1f1;
}

ul.shop .categories > li {
	position: static;
}

ul.shop.dropdown-menu li {
  width: 100%;
}

div.full-height::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	background: rgba(0,0,0,0.6);
	z-index: 100;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

div.full-height.menu-overlay::before {
	opacity: 1;
	visibility: visible;
}

ul.shop .dropdown-menu li a {
	font-weight:normal;
	padding:5px;
	padding-bottom:4px;
	margin-bottom:5px;
	text-transform: capitalize;
}

ul.shop .dropdown-menu li ul a {
	padding:0px;
}

ul.shop .dropdown-menu li ul li {
	margin-bottom:10px;
}

ul.shop .dropdown-menu > li > ul > li > ul > li a {
	font-weight:normal;
	font-size:10px;
}

ul.shop .dropdown-menu li i {
    position: absolute;
    top: 0px;
    right: 10px;
    left: auto;
    padding: 10px;
    background: #1d304b;
    color: #fff;
	cursor:pointer;
}

ul.shop .dropdown-menu li i:hover, ul.shop .dropdown-menu li i.active {
	background:#365c91;
}

ul.shop .dropdown-menu > li {
	width:250px;
	position:relative;
	line-height:normal;
}
ul.shop .dropdown-menu > li > a {
	border-bottom:solid 1px #ddd;

}


.mobile-nav > div > ul > li > ul > li > ul, .mobile-nav > div > ul > li > ul > div > li > ul  {
	position: static!important;
	padding: 0px!important;
}

.mobile-nav > div > ul > li > ul > li > ul > li, .mobile-nav > div > ul > li > ul > div > li > ul > li {
	width: 100%!important;
	display: block!important;
	height: auto!important;
	padding: 0px!important;
	margin-bottom: 0px!important;
	margin-top: 3px!important;
}

.mobile-nav > div > ul > li > ul > li > ul > li a, .mobile-nav > div > ul > li > ul > div > li > ul > li a {
	font-size: 12px!important;
	font-weight: normal!important;
}

.mobile-nav > div > ul > li > ul > div > li > a, .mobile-nav > div > ul > li > ul > li > a {
	font-weight: bold;
	color: #d0050b!important;
}

.mobile-nav > div > ul > li > ul > li, .mobile-nav > div > ul > li > ul > div > li  {
	height: auto!important;
}


.products h1 {
	font-family: 'Poiret One', cursive;
	font-weight: 100;
}

article.products {
	padding-top:10px;
}

section.product h1, section.product h4 {
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    font-size: 18px;
    color: #fff;
    margin-top: 0px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    background: #1d304b;
    padding: 10px;
    border-bottom: solid 3px #eed03d;
}

section.product .related {
  margin-top:40px;
  clear:both;
}

section.product .related h4 {
	font-size:16px;
	text-transform:capitalize;
	font-weight:normal;
}

.products-grid li h3 {
	font-family: 'Quicksand', sans-serif;
}

.at-share-btn-elements > a svg, .at-resp-share-element .at-share-btn .at-icon-wrapper {
	width: 25px!important;
	height: 25px!important;
}

section.product input.qty, ul.products-list li input.qty, ul.products-grid li input.qty {
	float:left;
	margin-left:4px;
	margin-right:4px;
    border: solid 1px #ededed;
	height:40px;
	width:60px;
	text-align:center;
}

 ul.products-grid li input.qty {
	 clear: none!important;
 }

.tab-view {
	background: #f7f7f7;
	padding: 10px 0px;
}

#product_tabs_pdf > a {
	margin-right: 10px;
}

.cat-nav, .sidebar nav {
	z-index: 101;
	position: relative;
}

section.product .basicDetail button.addtocart, ul.products-list li button.addtocart, ul.products-grid li button.addtocart {
	margin-left:15px;
	background:#ffd742;
	border:none;
	color:#343331!important;
	font-size:17px!important;
	font-weight:700!important;
	font-family:"Open Sans";
	text-transform:uppercase;
	letter-spacing:1px;
	width:185px;
	margin-top:0px;
	padding:6px;
}

ul.products-grid li button.addtocart {
	margin-left: 0px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.basicDetail .packprices .price-area {
	margin-top: 5px;
	display: inline-block;
	width: 100%;
	font-size: 16px;
}

section.product .basicDetail button.addtocart.success, ul.products-list li button.addtocart.success, ul.products-grid li button.addtocart.success {
	background: #00c30f;
	color: #FFF;
}

.align-left .form-group {
	clear:both;
}

.checkout h5, .checkout .inline {
	display:inline-block;
	margin-right:10px;
	float:none;
	vertical-align:bottom;
}

.checkout .inline {
	font-size:10px;
	padding:5px;
	margin-top:10px;
	margin-bottom:15px;
}

#delete_modal #delete_form  button {
	border-color:#ddd;
	border-bottom:solid 2px #FA2A00;
	color:#2e2e2e!important;
	font-size:14px;
	margin-right:10px;
}

.sidebar {
	text-align:left;
	font-family: 'Poppins', sans-serif;
}

.sidebar .pane {
	margin-bottom:15px;
}

.side-title {
    border-bottom: 1px solid #ebebeb;
    color: #222;
    font-size: 15px;
    line-height: normal;
    margin: 0;
    padding: 15px 15px 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.side-content {
    border-top: none;
    font-size: 13px;
    overflow: hidden;
}

.side-content .panel {
	margin-bottom:0px;
}

.side-content .panel-body {
    margin: 15px;
	padding:0px;
}

.collapsable .side-subtitle {
    color: #333;
    font-weight: 600;
    font-size: 12px;
	background: rgba(0,0,0,0.04);
    border: none;
    border-bottom: solid 1px #DDDDDD;
    cursor: pointer;
    position: relative;
    margin: 0px;
}
.side-subtitle {
    padding: 10px 15px;
}
.collapsable .side-subtitle:after {
    font-family: FontAwesome;
    font-size: 12px;
    font-weight: normal;
    content: '\f068';
    float: right;
}
.collapsable.closed .side-subtitle:after {
    content: '\f067';
}
.sidebar .collapsable.closed dd {
	max-height: 0px;
	 overflow:hidden;
}

.sidebar li:before, .product ol li:before, .product ul li:before {
	content: '\f105';
	font-family: FontAwesome;
	padding-right: 6px;
	color: #444;
	position:absolute;
	left:0px;
	top:0px;
}

.featured-products.products-list ul li:before {
	display: none!important;
}

div.brand-select {
	cursor:pointer;
}

div.brand-select:before {
	content: '\f105';
	font-family: FontAwesome;
	float: right;
	margin-right: 7px;
}

nav li.has-children ul {
	position: absolute;
	z-index: 9999;
}

nav li.has-children.hovered:hover ul {
	display: block;
}

ul.shop {
	position: relative;
	padding: 0px;
}


.sidebar .collapsable dd {
 transition: max-height 1s ease-out;
 height: auto;
 max-height: 2000px;
}
.collapsable:not(.categories) li:before {
	content:"";
	display:none;
}
.sidebar .pane {
	height: 65vh;
	overflow-x: auto;
	overflow-y: auto;
}
.sidebar .categories.brand li:before {
	display: none;
}
.sidebar .categories.brand li.has-children > span {
	position: absolute;
	right: 10px;
	top: 13px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	opacity: 1;
}
.sidebar .categories.brand li.has-children > span::before {
	content: '\f105';
	font-family: FontAwesome;
	color: #444;
  background: #f5f5f5;
	display: block;
	text-align: center;
	transition: all 0.5s ease-out;
	cursor: pointer;
}
.sidebar .categories.brand li.has-children > span:hover::before {
	background: #bbbbbb;
}
.sidebar .categories.brand li.has-children ul {
	border:none!important;
	padding-left: 10px;
}
.sidebar .categories.brand li.has-children ul a {
	border-bottom: none;
}

.sidebar .categories.brand li.has-children > span.open::before {
	content: '\f107';
}

.sidebar a {
    color: #222;
    font-size: 13px;
}
.sidebar ol, .sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 0;
}
.sidebar dt {
    font-size: 12px;
    font-weight: 600;
    color: #333;
}
.sidebar ul li, .sidebar ol li {
	font-weight:normal;
	position:relative;
	padding-left:15px;
	background: #fff;
}
.sidebar .collapsable ol li, .sidebar .collapsable ul li {
	padding-left:25px;
	margin-bottom:3px;
}
.sidebar dd {
	padding: 10px 15px;
}

.sidebar dd .smaller {
	font-size:11px;
}

.sidebar dd .order-reference {
	font-size:11px;
	padding:2px 5px;
	margin-top:5px;
}

.reference #reference-check {
	height:25px;
	text-align:center;
	width:25px;
    display: inline-block;
    vertical-align: middle;
	line-height:23px;
	color:#FFF;
	background:#007d0f;
	margin-left: 10px;
}

.reference #reference-check.fa-times {
	background:#ac0505;
}

.reference #reference-save {
	border: none!important;
	border-radius: 7px!important;
	background: #007d0f;
	color: #FFF!important;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	margin-left: 10px;
	padding: 6px 12px;
	width: 150px;
	text-align: center;
}

.reference #reference-save:hover {
	text-decoration:none;
	color:#007d0f;
	cursor:pointer;
}

.sidebar input[type="checkbox"] {
    margin: 0px 5px 0px 0px;
    margin-right: 10px;
    border: solid 1px #CCCCCC;
    background: #EEEEEE;
    width: 17px;
    height: 17px;
    position: relative;
    vertical-align: middle;
    margin: 0px 10px 0px 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.sidebar input[type="checkbox"]:checked::before {
    font-family: 'FontAwesome';
    font-size: 13px;
    text-align: center;
    content: '\f00c';
    color: #777777;
    position: absolute;
	width:100%;
	margin-top:1px;
}

.sidebar .collapsable.categories li a {
	font-size: 12px;
}

.sidebar .collapsable.categories li a span {
	clear: none;
	font-size: 12px;
	color: #222;
	display: inline-block;
}

.collapsable .padded {
    padding: 10px 15px;
}

.linked-products-contain .products-grid {
	display: block;
	border:none;
}

.linked-products-contain .products-grid li {
	border-bottom: none!important;
}

.products-grid {
  display: inline-table;
	width:100%;
  padding: 0px;
	text-align:left;
	border:solid 1px #ebebeb;
	border-bottom:none;
}
.products-grid li.item{
	list-style:none;
	margin-bottom:0px;
  float: left;
  display: inline-block;
	vertical-align: top;
	padding: 0px;
	border-bottom:solid 1px #ebebeb;
	border-right:solid 1px #ebebeb;
}

.featured-products.products-list {
	margin-bottom: 20px;
}

.featured-products.products-list.products-grid .products-grid {
	border-top:none!important;
	border-bottom:none!important;
}



.featured-products li.item:nth-child(6n+6) {
	border-right: solid 1px #ebebeb;
}
.products-grid li.item a {
	color:#636b6f;
}

.toolbar .sorter .sort-by {
	margin-right: 30px;
}
.pager .amount {
	margin-right: 20px;
}

.pager {
	float: left;
}
.view-mode {
	float: right;
}


.view-mode a:hover {
	text-decoration:none;
}

.products-list {
	position:relative;
	display:block;
	padding:10px 0px;
	text-align:left;
	clear:both;
}

.ml-10{
	margin-left:10px;
}
.products-grid li img {
	    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
		max-width: 100%;
    max-height: 100%;
}


.products-grid li.item a.img {
	overflow:hidden;
	display:block;
	height:165px;
	position:relative;
	text-align:center;
	padding: 15px;
}


.featured-products.products-grid li.item {
  padding: 0px;
	min-height:260px;
}

.featured-products.products-grid li.item a.img {
	padding: 0px;
}

.products-list .manulogo {
	display: block;
	width: 50%;
	margin-bottom: 0px;
	clear: both;
}

.products-list .manulogo img {
	max-width: 100%;
	max-height: 30px;
	margin-top: 5px;
}



.slider-contain {
  width: 3000px;
  display: block;
  position: relative;
  height: 295px;

}

.slider {
  position: absolute;
  left: 0px;
  top: 0px;
}

.slider-pro .sp-mask {
	width: auto!important;
}

.banner.main-banner {
	margin-top: -50px;
	background: #d0d0d0;
	padding-top: 3px;
	padding-bottom: 3px;
	overflow: hidden;
}

.banner.main-banner .slider-pro, .sp-slides-container {
	height: 100%;
}

.banner.main-banner .slider-pro .sp-buttons {
	position: absolute;
	top: auto;
	bottom: 30px;
	display: none!important;
}

.products-grid li span.stock {
	display:inline-block;
	clear:both;
	width:100%;
	font-size:10px;
	margin-top:10px;
}


.products-grid li span.stock span {
	display:block;
	clear:both;
	border:solid 1px #ddd;
	padding:3px;
	margin-top:5px;
}

.featured-products .products-grid li span.stock {
	font-size: 8px;
	margin-top: 24px;
	padding-left: 31px;
}


.products-grid li span.stock span em {
	padding:0px;
	margin-right:10px;
	font-size:9px;
	border-right:solid 1px #ddd;
	padding-right:10px;
}



.products-grid li span.stock span em:last-child {
	border-right:none;
}

.products-grid li span.stock b {
	padding:3px 7px;
	background:#e6e6e6;
	display:inline-block;
}

.products-grid li span.stock em {
	font-style:normal;
	display:inline-block;
	padding:3px 7px;
}

.featured-products .products-grid li span.stock span em {
	padding: 3px 0 3px 7px;
}

.products-grid li span.stock em.nostock {
	background:#b20000;
	color:#FFF;
}

.products-grid li a:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -moz-transform: scale(1.2);
}

.products-grid li h3, .ajax-quicksearch h3  {
	font-size: 12px;
	margin: 0px;
	line-height:normal;
	font-weight:bold;
	text-align: left;
}

.products-grid li h3 {
	margin-bottom: 15px;
}

.products-list {
	position:relative;
	display:block;
	padding:10px 0px;
	text-align:center;
	clear:both;
}

.prod-inner {
	display: block;
	width: 80%;
	margin: auto;
}

.product .prices {
	padding-left: 0px;
}

.product .mainPrice {
	left: 0px;
}

.basicDetail {
	display: block;
}

.products-list .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}
 .products-list .price {
	display: block;
	padding-bottom: 0px;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 1px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 16px;
  text-align: left;
  font-weight: bold;
	color: #000;
}

.overlay-wrapper {
	position: relative;
	float: left;
}

.luckins-image-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 5000;
}

.products-list .prod-initial > div {
	float: left;
}

.products-list .prod-initial {
	display: inline-block;
	width: 100%;
	height: 50px;
}

h3.partnum {
	display: block;
	clear: both;
	font-size: 14px;
	color:#000;
}

.products-grid h3.partnum {
	margin-top: 10px;
}

.cart-popup {
	position: absolute;
	bottom: -100px;
	left: 0px;
	padding: 10px;
	width: 100%;
	background: rgba(255,255,255,0.8);
	opacity: 0;
	transition: all 0.5s ease-out;
}

.products-grid li.item:hover .cart-popup, .featured-products .owl-item li:hover .cart-popup {
	opacity: 1;
	bottom: 0px;
}

.products-grid li {
	overflow: hidden;
}

ol.Aselected li {
	padding: 5px 15px!important;
}


.cart-popup button, .cart-popup a {
  -webkit-appearance: none;
	background: #ddd;
	outline: none;
	box-shadow: none;
	border-radius: 10px;
	border:none;
	width: 40px;
	text-align: center;
	display: inline-block;
	color:#2e2e2e!important;
	border-bottom: solid 2px #2e2e2e;
	background: #fddd5b;
  background: -moz-linear-gradient(left, #fddd5b 0%, #ff9705 100%);
  background: -webkit-linear-gradient(left, #fddd5b 0%,#ff9705 100%);
  background: linear-gradient(to right, #fddd5b 0%,#ff9705 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fddd5b', endColorstr='#ff9705',GradientType=1 );
  transition: all .3s ease-in-out;
	margin-right: 5px;
}


.cart-popup .addtocart::before {
	font-family: FontAwesome;
	font-size: 17px;
	font-weight: normal;
	content: "\f217";
}

.cart-popup a.view-prod::before {
	font-family: FontAwesome;
	font-size: 17px;
	font-weight: normal;
	content: "\f06e";
}

.cart-popup .addtocart.success::before {
	content: "\f00c";
}

.cart-popup .addtocart:hover, .cart-popup a.view-prod:hover  {
	color: #fff!important;
	border-bottom-color:#fff;
}

.featured-products.products-list .prod-initial .manulogo {
	width: 41% !important;
}

.cart-popup .addtocart.success {
	background: #65b345;
}




.price-area {
	position: relative;
}

.mainPrice {
	position: static;
	top: 0px;
	left: 42px;
}

#dataTableOrderHistory .mainPrice {
	position: relative;
}

#dataTableOrderHistory .alternativePrice.possiblyHidden {
	display: none;
}

#dataTablePendingOrderHistory .mainPrice {
	position: relative;
}

#dataTablePendingOrderHistory .alternativePrice.possiblyHidden {
	display: none;
}


.alternativePrice.possiblyHidden {
	display: none;
}

.products-list .prod-initial .mainPrice {
		font-size: 18px;
		font-weight: bold;
}

.products-list .prod-inner > p {
	font-weight: normal;
	font-size: 12px;
	text-align: justify;
}

.alternativePrice {
  width: 82px;
	opacity: 0.8;
	position: absolute;
	bottom: -20px;
	left: 0;
  padding-left: 28px;
	font-size: 13px;
}



.alternativePrice::after {
	content:"";
	background: url(images/ex-vat.png) no-repeat;
	background-size: contain;
	position: absolute;
	width: 71px;
	height: 14px;
	margin-top: 1px;
	margin-left: 0px;
	left: 0px;
	/* float: left; */
}

.alternativePrice--styling.alternativePrice::after {
	content:"";
	background: url(images/inc-vat.png) no-repeat;
	background-size: contain;
	position: absolute;
	width: 71px;
	height: 14px;
	margin-top: 1px;
	margin-left: 0px;
}



ul.products-list .price span {
	letter-spacing:0px;
	text-align:left;
}

ul.products-list li a.img {
	float: left;
	width: 170px;
	height: 170px;
	border: solid 1px #ddd;
	display: table;
}

ul.products-list li a.img span {
	display: table-cell;
	vertical-align: middle;
}

ul.products-list li a.img img {
	max-width: 100%;
	max-height: 150px;
}

.availability.in-stock {
	padding: 3px 0px;
	float:left;
	margin-top:20px;
}

.availability.in-stock span:before {
	content: "\f00c";
	font-family: FontAwesome;
	display: inline-block;
	margin-right: 5px;
	font-size: 11px;
	vertical-align: middle;
}

.availability.in-stock span {
	color: #fff;
	font-size: 11px;
	line-height: 16px;
	display: block;
	background: #5b8e22;
	text-transform: uppercase;
	padding: 3px 6px;
	border-radius: 2px;
}

.availability.in-stock span.nostock:before {
	content: "\f00d";
}

.availability.in-stock span.nostock {
	background: #b20000;
}

ul.products-list li .prod-inner {
	display: inline-block;
	text-align: left;
}

ul.products-list li .availability.in-stock {
	margin-top: 0px;
	margin-bottom: 0px;
	float: left!important;
	display: inline-block;
	clear: both;

}

ul.products-list li .availability.in-stock span, ul.products-list li .availability.in-stock span::before {
	font-size: 9px;
}

ul.products-list li .manulogo {
	display: inline-block;
	height: 30px;
	width: auto;
	border:solid 1px #ddd;
	margin-left:10px;
	padding: 5px;
	vertical-align: middle;
}

ul.products-list li .manulogo img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	display: block;
}

ul.products-list li {
	list-style: none;
	margin-bottom: 30px;
}

ul.products-list li h3 {
	float: left;
	display: inline-block;
	width: auto;
	margin-top: 0px;
	text-align: left;
}

ul.products-list li span.stock {
	display: inline-block;
}

.view-mode i {
	color:#9a9a9a;
	font-size: 21px;
	margin-top: -3px;
}

.view-mode span {
	cursor: pointer;
}

a.clearfilters {
	width: 100%!important;
	padding: 10px 15px!important;
	margin: 0px!important;
	font-size: 12px;
	background: rgba(0,0,0,0.085)!important;
	font-weight: normal;
	cursor:pointer;
	display:none;
}
a.clearfilters::before, a.clearfilter::before  {
    font-family: 'FontAwesome';
    font-size: 13px;
    content: '\f00d';
	float:right;
}
a.clearfilters:hover {
	text-decoration:none;
	background: rgba(0,0,0,0.050)!important;
}
a.clearfilter {
	float: right;
	padding: 0px!important;
}
a.clearfilter::before  {
	font-size: 13px!important;
	font-weight: normal;
}

article.products h1, section.product h1, h1.category-title {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	text-align:left;
	font-size:20px;
	color: #1d252f;
	margin-top: 0px;
	padding-bottom: 10px;
	margin-bottom: 5px;
	border-bottom: solid 4px #dddddd;
	background: #f5f5f5;
	background: none;
	border: none;
	padding: 10px;
	padding: 0px;
}
h1.category-title {
	float: left;
}

.products-list .price.bulk {
	font-weight: normal;
	visibility: hidden;
}

.products-list .price.bulk span {
	border: solid 1px #ddd;
	background: none;
	display: inline-block;

	margin: 12px 15px 4px auto !important;
	float: none !important;
}

.products-list .price.bulk.visible {
	visibility: visible;
}

.products-list .price.bulk a {
	text-decoration: underline;
	cursor: pointer;
}

.delivery-availability {
	border-radius: 5px;
	border: solid 1px #ddd;
	padding: 10px;
	clear: both;
	margin-top: 15px;
	margin-bottom: 15px;
}

.delivery-availability span::before {
	content: "\f00c";
	font-family: FontAwesome;
	display: inline-block;
	margin-right: 5px;
	font-size: 22px;
	vertical-align: middle;
	background: #5b8e22;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 100%;
	color: #fff;
}

.delivery-availability span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.delivery-availability div {
	display: inline-block;
	vertical-align: middle;
}

.delivery-availability p em {
	font-style: normal;
	font-weight: bold;
}

.delivery-availability p {
	margin-bottom: 5px!important;
	font-weight: normal;
}

.delivery-availability p.lead {
	font-weight: bold;
	color: #5b8e22;
}

button.action {
    display: inline-block;
    font-weight: 700;
    padding: 5px 10px;
    letter-spacing: .06em;
    text-transform: uppercase;
    backface-visibility: hidden;
    color: #555555;
    background-color: #f8f8f8;
    transform: translateZ(0);
    -webkit-appearance: none;
    border:none;
    border-bottom: solid 2px #1d304b;
    margin-top:  10px;
    font-size: 13px;
}

button.action.block {
	width:100%;
}

li.item input.qty {
	padding-left:5px;
	padding-right:0px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: solid 1px #ddd;
	clear: both;
	width: 40px;
	font-size: 11px;
	border-radius: 10px;
	margin-right:5px;
}

button.action:hover {
	background:#1d304b;
	color:#FFF;
	border-color:#222;
}

.qty-change {
	float:left;
	width:40px;
	height:40px;
	text-align:center;
	border:solid 1px #ededed;
	cursor:pointer;
}


.qty-change i {
	margin-top:12px;
	color:#878787;
}

.results-container {
	position:relative;
}

.ajax-quicksearch {
	position:absolute;
	top:0px;
	left:0px;
	width:90%;
	z-index:9999;
	background: rgba(255,255,255,0.95);
	max-height:355px;
	overflow:auto;
	overflow-x:hidden;
}
.ajax-quicksearch > a, .ajax-quicksearch button  {
	display:block;
	width:auto;
	padding:10px;
	margin:10px;
	clear:both;
	transition:background 0.3s;
}

.ajax-quicksearch button  {
	-webkit-appearance: none;
	background: none;
	border: none;
	width: 100%;
	text-align: left;
}

.ajax-quicksearch button:hover {
    text-decoration: none;
    color: #FFF!important;
		background: #3d5f8f;
}

.ajax-quicksearch > a img {
	display:inline-block;
	width:55px;
	border:solid 1px #ddd;
	vertical-align:top;
}

.ajax-quicksearch > a:hover {
	background:#3d5f8f;
}

form.search {
	display:inline-block;
	vertical-align:top;
	margin-top:30px;
	width:40%;
	margin-left:15px;
}

form.search input {
	height: 42px;
	width:90%;
	padding-left:10px;
	display:inline-block;
}

form.search button {
	display:inline-block;
	vertical-align:top;
}

.ajax-quicksearch h3  {
	margin-left:10px;
	display:inline-block;
	width:70%;
	padding:0px;
}

.ajax-quicksearch div:not(.clearfix) {
	display:inline-block;
	width:70%;
	vertical-align:top;
}

.ajax-quicksearch  a:hover {
	text-decoration:none;
	color:#FFF!important;
}

.ajax-quicksearch div span {
	display:inline-block;
	margin-left:10px;
	font-family: 'Poppins', sans-serif;
	font-weight:normal;

}

.searchable-advanced {
	clear:both;
	text-align:left;
}
.searchable-advanced a {
    padding: 4px;
    border-radius: 5px;
    background: #f5f5f5;
    border: solid 1px #ddd;
	font-size:12px;
	cursor:pointer;
	transition:all 0.3s;
}

.searchable-advanced a.active, .searchable-advanced a:hover {
	background:#1d304b;
	color:#FFF;
	text-decoration:none;
}

/* Element Targeted Loading Spinner */
.loading {
	position: fixed;
	    z-index: 9999999;
	    height: 100%;
	    width: 100%;
	    overflow: visible;
	    margin: auto;
	    top: 0px;
	    left: 0px;
	    bottom: auto;
	    background: rgb(0 0 0 / 22%);
	    right: auto;
	display:none;
}

/* Transparent Overlay */
.loading:before {
	content: '';
	    display: block;
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    background-color: rgba(0,0,0,0.3);
	    background: none!important;
	    height: 100%;
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
    width: 1em;
    height: 1em;
    position: absolute;
    left: 50%;
    top: 50%;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}














.breadcrumbs {
    padding: 12px;
    margin: 0px auto 5px;
    font-size: 13px;
    color: #fff;
    text-align: left;
    z-index: 10;
    position: relative;
		background: #f5f5f5;
}

.breadcrumbs ul {
    margin: 0px;
}
.breadcrumbs ul li {
    list-style-type: none;
    display: inline-block;
}
.breadcrumbs a {
    color: #666;
    font-size: 13px;
    font-weight: normal;
}
.breadcrumbs  span {
    color: #bdbdbd;
	margin-left:5px;
	margin-right:5px;
}

.content > .inner{
	margin-top:25px;
}



section.product p {
	font-size:13px;
}

.prod-list-top {
	display: block;
}

.prod-list-top h1 {
	float: left;
}

.sortBy, .prod-list-top .view-mode {
	float:right;
}

.sortBy span {
	margin-right: 5px;
}

.category-feature {
	margin-top: 50px;
}

.category-feature > h3 {
	font-size: 16px;
	color: #FFF;
	font-weight: normal;
	text-transform: capitalize;
	font-weight: 500;
	margin: 0px;
	background: #df0007;
	padding: 12px;
	display: inline-block;
	position: relative;
	text-transform: uppercase;
	width: 245px;
	text-align: center;
}


.category-feature .feature-content {
	display: inline-block;
	border: solid 1px #1d252f;
	width: 100%;
}

.category-feature .feature-content .side-left {
	float: left;
	width: 15%;
}


.category-feature .feature-content .banner-image img {
	width: 100%;
}

.category-feature .feature-content .featured-products {
	width: 100%;
	clear: none;
	float: left;
}

.category-feature .feature-content .featured-products .products-grid li.item, .category-feature .feature-content .featured-products .products-grid {
	border: none!important;
}


.category-feature .feature-content .side-left ul {
	padding: 10px;
	margin-bottom: 0px;
	min-height: 200px;
}

.category-feature .feature-content .side-left li {
	display: inline-block;
	width: 100%;
	padding: 10px 20px;
	font-size: 12px;
}

.category-feature .feature-content .side-left li::before {
	font-family: FontAwesome;
	font-size: 14px;
	font-weight: normal;
	content: '\f105';
	float: left;
	margin-right: 10px;
}



.featured-products .owl-item li {
	list-style: none;
}

.featured-products .owl-item li img {
	max-height: 150px;
	max-width: 100%;
	display: block;
	margin: auto;
	width: auto;
	padding: 10px;
}

.featured-products .owl-theme .owl-dots {
	display: none!important;
}

.featured-slider .owl-nav {
	display: inline-block!important;
	position: absolute;
	top: -55px;
	right: 0px;
}

.category-feature .owl-carousel .owl-nav button {
	width: 30px;
	height: 30px;
	line-height: 27px;
	text-align: center;
	background: #f5f5f5!important;
	font-size: 20px!important;
	color: #1d304b!important;
}

.category-feature .owl-carousel .owl-nav button:hover {
	background: #1d304b!important;
	color: #FFF!important;
}

.category-feature .featured-slider li {
	border-left: solid 1px #ddd;
	height:100%;
}

.category-feature .featured-slider li:last-child {
	border-right: solid 1px #ddd;
}

.category-feature .featured-slider li .prod-initial {
	border-bottom: solid 1px #ddd;
}
.category-feature .featured-slider li .prod-initial .price {
	font-size: 22px;
	display: inline-block;
	color: #2e2e2e;
	letter-spacing: 1px;
}


.category-feature .featured-slider li .prod-initial .price .alternativePrice {
	font-size: 13px;
	position: absolute;
  bottom: 14px;
  right: 0px;
	top: auto;
	left: auto;
	width: auto;
}
.category-feature .featured-slider li .prod-initial {
	margin-bottom: 10px;
}
.category-feature .featured-slider li .prod-inner p {
	font-size: 13px;
}
.category-feature .featured-slider li .manulogo {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.category-feature .featured-slider li .manulogo img {
	display: inline-block;
	padding: 0px;
	max-height: 40px;
}

.category-feature .featured-slider li .stock {
	display: none;
}

.category-feature .featured-slider li h3 {
font-size: 15px;
margin: 0px;
line-height: normal;
font-weight: bold;
font-family: 'Quicksand', sans-serif;
}

.category-feature .featured-slider li h3::before {
	display: none;
}


.category-feature .title-labels {
	float: right;
	width: auto;
}

.sortBy button {
	-webkit-appearance: none;
	border:none;
	background: none;
	display: inline-block;
	margin-right: 5px;
	position: relative;
	padding-right: 20px;
}

.sortBy button::before {
	content: '\f107';
	font-family: FontAwesome;
	padding-right: 6px;
	color: #444;
	position: absolute;
	right: 0px;
	top: 0px;
}

.product-tabs {
    margin: 0px;
    padding: 0px 0px;
    text-align: left;
    width: 100%;
    border: medium none;
    border-radius: 3px 3px 0 0;
    line-height: inherit;
    margin-bottom: 15px;
    min-height: inherit;
}
.nav-tabs.product-tabs > li {
    display: inline-block;
    float: none;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background-color: #ffc843;
		color: #222;
}

.nav-tabs>li>a {
	border-radius: 0px;
	border:none!important;
}

.inner.product {
	margin-top: 30px;
}

.nav-tabs>li.active>a::after {
    left: 40%;
}
.nav-tabs>li.active>a::after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    border-top: 10px solid #ffc843;
    position: absolute;
    height: 0;
    bottom: -9px;
    left: 46%;
    right: auto;
}

.p-description ul li::before {
		display: none!important;
}

.p-description ul li {
	list-style-position: outside;
}

.product .col-lg-4 {
	margin-bottom: 30px;
}

#productTabContent li:before, .nav-tabs>li:before {
		display:none;
}
#productTabContent * {
	font-family: 'Raleway', sans-serif!important;
}
#productTabContent  p {
	font-size:13px!important;
}

.tab-content > .active {
    margin-top: 10px;
}

.checkout form input.noinput {
	border:none;
	padding: 0px!important;
}

table.specification {
	border:solid 1px #ddd;
	width:100%;
	max-width:600px;
	margin-top:10px;
	margin-bottom:10px;
	font-family: 'Poppins', sans-serif;
}

table.specification tr {
	border-bottom:solid 1px #DDD;
}
table.specification th,table.specification td  {
	background:#F9F9F9;
	border-right:solid 1px #DDD;
	font-weight:600;
}
table.specification th, table.specification td {
	padding:8px;
	text-align:left;
	font-size:13px;
}

.slider li::before {
	display: none!important;
}

table.specification td {
	width:30%;
}
table .glyphicon {
	margin-right:5px;
}
#productTabContent table .glyphicon  {
	font-family: 'Glyphicons Halflings'!important;
}
table .glyphicon-ok {
	color:#137c12;
}

table .glyphicon-remove {
	color:#b81e1e;
}

.pagination>li, ul.pagination {
	display:inline-block;
}

.pagination {
	width:100%;
	text-align:left;
}


.product-img-box img {
	box-sizing:content-box;
	border:solid 1px #DDD;
	max-height: 450px;
	max-width: 100%!important;
	width: auto;
}

.product-img-box #thumbs {
	padding: 10px 0;
}

.product-img-box {
	max-width: 100%!important;
}

.product-img-box #thumbs a img {
	max-height:100%;
	width:auto;
	border:none;

}


.product-img-box .zoomWrapper {
	float:left;
	box-sizing:content-box;
	margin-right:15px;
}


.product-img-box #thumbs a {
	display:inline-block;
	text-align:center;
	margin-right:5px;
	width:70px;
	height: 70px;
	border:solid 1px #DDD;
  margin-bottom: 6px;
	vertical-align: bottom;
	padding-top: 5px;

}

.zoomContainer {
	z-index: 10!important;
}

.product-img-box #thumbs img {
	max-width: 60px;
	max-height: 52px;
	display: inline-block;
}

.product-img-box img.small {
	display:table-cell;
	vertical-align:middle;
	max-width: 100%;
	/* width: 100%; */
	height: 100%;
}

.zoomWindowContainer > div {
	opacity:0;
    transition-property: opacity;
    transition-duration: 0.5s;
}

.zoomWindowContainer > div:hover {
	opacity:1;
	transition-delay: 0.3s;
}



/* #### MINI BASKET ####*/

.ajax-basket:hover .mini-basket {
	visibility: visible;
	opacity:1;
}

.mini-basket {
	position:absolute;
	top:40px;
	right:0px;
	width: 300px;
	height: auto;
	font-size: 13px;
	color: #2059A5;
	text-decoration: none;
	text-align: right;
	margin-left: 0px;
	visibility: hidden;
	float: right;
	z-index: 102;
	overflow: visible;
	background: #FFF;
	min-height: 50px;
	border: solid 1px #DDD;
	box-shadow: 1px 2px 4px #b9b9b9;
	padding: 10px;
	opacity:0;
	transition: all .3s ease-in-out;
}

.prodcontain {
	background:#FFF;
}

.mini-basket .delete, .review .delete, .relative .delete {
	background: #ac0505;
    width: 18px;
    height: 18px;
    line-height: 19px;
    color: #FFF;
    text-decoration: none;
    float: right;
    font-size: 11px;
    text-align: center;
}

.review .delete {
	margin-top:8px;
}


.mini-basket .delete:hover, .review .delete:hover {
	background:#ddd;
}

.m-basketheader {
    padding: 5px 10px;
    background: #f2f2f2;
}

.mini-basket .row, .review .row  {
    margin: 10px 0px;
    border-bottom: solid 1px #F2F2F2;
    padding-bottom: 15px;
}

.mini-basket .divider {
    float: left;
    width: 100%;
    display: block;
}

.mini-basket .baskettotaldescription, .mini-basket .basketprice {
	display: inline-block;
	vertical-align: top;
}

.mini-basket  .alternativePrice, .mini-basket .mainPrice {
	position: static;
}

.mini-basket  .alternativePrice em, .mini-basket .mainPrice em {
	font-size: 11px;
	color: #5f5f5f;
	display: inline-block;
	background: none;
	width: auto;
}

.review .basketdescription  {
	text-decoration: underline;
	display: block;
	width: 100%;
  padding: 0px 13px 0px 13px;
	font-size: 11px;
	margin-left: 0px;
}

.review .delete {
	margin-top: 0px;
	float: right;
	cursor: pointer;
}

.review .basketdescription a {
	font-size: 11px;
}

.review .basketimages {
	clear: both;
}

 .basketimages {
	width: 50px;
	height: 50px;
	margin: 10px;
	border: solid 1px #F2F2F2;
	text-align: center;
	float: left;
	display: table;
}

.basketimages img {
	width: auto;
	max-height: 100px;
	max-width: 100%;
	padding: 5px;
	height: 50px;
	vertical-align: middle;
}

.basketdescription {
    width: 175px;
    font-size: 11px;
    color: #2e2e2e;
    line-height: 19px;
    margin-left: 5px;
    margin-top: 8px;
    float: left;
}

.mini-basket .row .basketqty, .mini-basket .row .basketprice, .review .basketqty, .review .basketprice {
	margin: 8px 0 0 0px;
	line-height: 15px;
	text-align: center;
	background: #F2F2F2;
	padding: 3px 5px;
	font-size: 11px;
	float: right;
	margin-right: 10px;
	width:80px;
}

.mini-basket .row .basketprice, .review .basketprice {
    background: #424242;
    color: #FFF;
}

.row.address input {
	margin-bottom:10px;
	width: 100%;
}



.checkout form .shipping-prompt input, .checkout form .shipping-prompt {
	display: inline-block;
	vertical-align: top;
	height: auto;
	margin: 0px;
}

.checkout form .shipping-prompt {
	margin-left: 15px;
}

.checkout form .shipping-prompt {
	font-size: 11px;
	font-weight: normal;
}

.checkout form .shipping-prompt input {
	margin-right: 5px;
}

	.row.address input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	  color: #a7a7a7;
	  opacity: 1; /* Firefox */
	}

	.row.address input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	  color: #a7a7a7;
	}

	.row.address input::-ms-input-placeholder { /* Microsoft Edge */
	  color: #a7a7a7;
	}


.form-group textarea::placeholder { color: #a7a7a7; }
.form-group textarea:-ms-input-placeholder { color: #a7a7a7; }
.form-group textarea::-ms-input-placeholder { color: #a7a7a7; }



.review .basketprice {
	float:left;
}
.review .basketqty {
	float:none;
	display:inline-block;
}

.basketimages > a {
	display: table-cell;
	vertical-align: middle;
}

.basketimages > a img {
	max-width:100%;
	height: auto;
	max-height: 100%;
}

.relative {
	position: relative;
}

.relative .delete {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}


.mini-basket-styling {
	position: relative;
	height: 22px;
	line-height: 20px;
	background: slategrey;
}







 .checkout {
	 text-align:left;
 }


 .checkout.active {
	 padding:10px 0px;
 }

 .checkout h2 {
	margin-top:15px;
	padding: 8px;
	color: #2e2e2e;
	line-height:27px;
	font-size:15px;
	margin-bottom:0px;
	font-weight: bold;
 }

 .checkout.active h2 {
	background: #37afeb;
	position:relative;
 }

  .checkout form input {
		border-radius: 7px;
    border: solid 1px #ddd;
    height: 35px;
    display: inline-block;
    vertical-align: top;
    padding: 5px;
	}

	  .checkout form input.guest_email {
			margin-right: 10px;
		}

		.checkout input.long-input {
			width: 275px;
		}

  .checkout a {
	  cursor: pointer;
  }

	.checkout-continue {
		border:none!important;
		border-radius: 7px!important;
		background: #2e2e2e;
		color: #FFF!important;
		display: inline-block;
		vertical-align: top;
		text-transform: uppercase;
		margin-right: 10px;
		margin-bottom: 20px;
	}

	.shipping-prompt {
		float: right;
		margin-top: 10px;
	}

	.checkout .btn-width {
		width: 100px;
	}

	.checkout b {
		font-weight: 600!important;
	}

	.checkout form input {
		margin-bottom: 5px;
	}

	td.long {
		width: 60%;
	}

	.checkout-revert, .btn.checkout-revert, select.saved-addresses, select#del_select {
		border-radius: 7px!important;
		border:solid 1px #ddd!important;
		color: #2e2e2e!important;
		display: inline-block;
		vertical-align: top;
		text-transform: uppercase;
		margin-right: 10px;
		background: none!important;
	}

	.cart-summary .unavailable-notice {
		font-weight: normal;
		font-size: 11px;
	}

	.cart-summary td.unavailable {
		opacity: 0.6;
	}

	.cart-summary .unavailable-notice.bordered {
		padding: 5px;
		margin-top: 0px;
	}
	.cart-summary .Free-Delivery {
		display: block;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.cart-summary {
		font-weight: normal;
	}

	.cart-summary .delivery-pre-select td {
		padding-right: 10px;
		font-size: 13px;
	}

	.cart-summary .delivery-pre-select td small {
		display: inline-block;
		font-weight: bold;
		font-size: 10px;
	}

	.cart .qty-change-form input {
		padding: 2px;
    width: 44px;
    height: 26px;
    display: inline-block;
    font-size: 11px;
    text-align: center;
	}

	h1.cart-h1 {
		text-align: center;
		font-size: 20px;
		color: #2e2e2e;
		margin-bottom: 20px;
	}

	h1.cart-h1 span {
		font-size: 14px;
		color: #888;
	}

	select#del_select, 	select#del_select option {
		font-size: 12px;
		font-weight: bold;
		text-transform: capitalize;
	}

	select.saved-addresses:hover {
			color: #2e2e2e!important;
			background: #ececec!important;
	}

	.h2-inline {
		display: inline-block;
	}

		.btn.inline, form.inline {
			vertical-align: top;
			margin:0px;
			margin-left: 10px;
		}

		.btn.inline.middle, form.inline.middle {
			vertical-align: middle;
		}

  .checkout.active h2:after {
	  content:"";
	  position:absolute;
	  bottom:-10px;
	  left:0px;
	  width:100%;
	  margin-top:5px;
	  border-bottom:solid 1px #DDD;
  }

   .checkout.active {
	  border-bottom:solid 1px #DDD;
   }

  .checkout h2 b,  #basketcontainer h2 b{
	  border:solid 2px #2e2e2e;
	  border-radius:100%;
	  color:#2e2e2e;
	  width:30px;
	  float:left;
	  text-align:center;
	  padding:3px;
	  font-size:13px;
	  line-height:normal;
	  margin-right:8px;
  }

	  .checkout-padded {
			padding-left: 45px;
		}

	.checkout p {
		font-weight: normal;
	}

#checkout .divider {
	clear:both;
	margin:5px 0px;
	width:100%;
	display:block;
	height:1px;
	background:#DDD;
}

  .checkout .row-address h5 {
	  float:left;
  }

  .checkout .row-address select {
	  float:left;
	  clear:both;
	  margin-top:0px;
  }

.table-caption {
	display: none;
}

#shopping-cart-table,
#shopping-cart-table-modal {
	padding-right: 30px;
	display: block;
}

#shopping-cart-table tr,
#shopping-cart-table-modal tr {
	border-bottom: solid 1px #ebebeb;
	border-top: solid 1px #ebebeb;
}

#shopping-cart-table th,
#shopping-cart-table-modal th {
	border: none;
	border-right: solid 1px #ebebeb;
	min-width: 120px;
}

#shopping-cart-table th:last-child,
#shopping-cart-table-modal th:last-child {
	border-right: none;
}

#fb-root {
	display: none;
}

#shopping-cart-table td,
#shopping-cart-table-modal td {
	border: none;
	text-align: left;
}

.checkout .totals {
	text-align:right;
	padding-right: 30px;
}

.basketdescription h4 {
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
	text-align: left;
	margin-top: 0px;
}

.basketdescription h4 em {
	background: #19840e;
  font-size: 9px;
  padding: 3px 7px;
  font-style: normal;
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
  line-height: 10px;
  margin-top: -1px;
	margin-left: 10px;
}

em.strike {
	font-style: normal;
	font-size: 10px;
	color: #ac0505;
}

.basketdescription span {
	display: block;
	text-align: left;
}

.basketdescription span.stock em {
	font-style: normal;
	text-transform: uppercase;
	font-weight: bold;
	color: #5b8e22;
}

.basketdescription span.stock em.nostock {
	color: #ac0505;
}

.item-info em.help {
	float: right;
	border-radius: 100%;
	border: solid 2px #1d252f;
	color: #1d252f;
	height: 17px;
	width: 17px;
	padding: 0px 0px;
	font-size: 10px;
	font-weight: 500;
	text-align: center;
	padding-right: 2px;
	line-height: 14px;
	cursor: pointer;
}

#shopping-cart-table .basketdescription,
#shopping-cart-table-modal .basketdescription{
	width: 60%;
}

#shopping-cart-table .basketimages,
#shopping-cart-table-modal .basketimages {
	margin-left: 0px;
}

.cart-summary .sum-row {
	background: #f2f2f2;
	display: block;
	text-align: right;
	padding: 7px;
	font-weight: bold;
	color: #1d252f;

}

.cart-summary .sum-row.alt {
	background: #fff;
}

.cart-summary .sum-row span {
	float: right;
	width: 20%;
	font-weight: normal;
	color: #1d304b;
	border-left: solid 1px #ddd;
	margin-left: 10px;
}

.cart-summary {
    border: solid 1px #ebebeb;
		text-align: left;
		padding: 30px;
}

.cart-summary strong {
	text-transform: uppercase;
	font-size: 18px;
	color: #1d252f;
	letter-spacing: 1px;
	margin-bottom: 15px;
	display: block;
}



tr.removing {
	background: url(images/loading-h.gif);
	background-position: right bottom;

}

#deliverytable th {
	width: 300px;
	border: solid 1px #ddd;
	padding: 5px;
}
#deliverytable td {
	border: solid 1px #ddd;
	padding: 5px;

}

.related-products .title-labels h3 {
	background: #ffc843;
	padding: 10px;
	margin-bottom: -3px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.related-products h3::before {
	display: none;
}

.related-products .featured-products.products-list {
	margin-top: 0px;
	border: solid 1px #ddd;
	border-top: none;
	padding-top: 0px;
}

.related-products div.products-list {
	top: -5px;
}

.related-products ul.products-list li a.img {
	border: none!important;
}

.related-products .products-list > li {
		border-bottom: solid 1px #ddd!important;
		padding-bottom: 20px!important;
}

.del-clear {
	display: none;
}

@media screen and (max-width: 1200px){

.del-clear {
	display: block;
	clear: both;
}

#thumbs {
	clear: both;
}

}

.related-products .products-list > li:before {
	display: none;
}


.related-products .products-list > li:last-child {
	border-bottom: none!important;
	margin-bottom: 0px!important;
}

.recent-viewed {
	border-top: solid 1px #ddd;
	padding-top: 10px;
}

.wishlist-add, .wishlist-remove {
	cursor: pointer;
}
.products-grid li .wishlist-remove span, .products-grid li .wishlist-add span {
	position: static;
	background: none;
	padding: 0px;
}

.products-grid li .wishlist-remove, .products-grid li .wishlist-add {
	display: block;
	clear: both;
	float: left;
	margin-bottom: 10px;
}

  /* Switch Checkbox CSS */
  .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {display:none;}



.fb-customerchat-notloggedin {
	position:fixed;
	bottom:25px;
	right:25px;
	z-index:999999;
}

.fb-customerchat-notloggedin.closed .login-box, .fb-customerchat-notloggedin.closed .close-box, .fb-customerchat-notloggedin.closed .fb-login-button   {
	display:none;
}


.fb-customerchat-notloggedin .icon {
	background:url(images/fb-chat-icon.png);
	width:60px;
	height:60px;
	cursor:pointer;
}

.fb_invisible_flow, .fb_iframe_widget {
	z-index:99999;
}

#FBLogout {
position: fixed;
    font-size: 10px;
    text-align: center;
    width: 19px;
    height: 19px;
    line-height: 20px;
    border-radius: 100%;
    padding: 0px;
    bottom: 21px;
    right: 5px;
    color: #FFF;
    background: #047fad;
    z-index: 9999;
    display: none;
    opacity: 0;
    cursor: pointer;
}



.fb-customerchat-notloggedin .close-box {
	position:fixed;
    bottom: 195px;
    right: 345px;
	background:url(images/fb-close.png);
	width:24px;
	height:24px;
	z-index:999999999;
	cursor:pointer;
}

.fb-customerchat-notloggedin .login-box {
	background:url(images/fb-livechat.png);
	width:361px;
	height:133px;
	position:fixed;
	bottom:95px;
	right:22px;
}

.fb-customerchat-notloggedin .fb-login-button {
    position: fixed;
    bottom: 104px;
    right: 81px;
    z-index: 99999;
}

.FBRegLogin, .panel-body button[type="submit"].btn.FBRegLogin {
	margin-left:10px;
	border-color:#1d304b!important;
	color:#1d304b!important;
}

.FBRegLogin i {
		color:#1d304b;

}

.panel-body a.btn.register {
	float:left;
	clear:both;
}

.panel.panel-default h5 {
	text-align: left;
	margin-bottom: 0px;
}

form.FBLogin {
	float:left;
}

#login-access .panel-body > input, #login-access .panel-body > label {
	display: block;
}


#login-access {
	text-align: left;
}

.address-add label {
	font-size:12px;
	text-align:left!important;
}

.address-add .grid.two.last {
	margin-top:44px;
}

form.address-actions {
	font-size:13px;
}

form.address-actions .delete {
	cursor:pointer;
}

.panel-body a.btn.btn-cancel {
	color:#c70808!important;
	border-color:#c70808;
	height:33px;
	padding:3px;
	margin-left:10px;
}

.add-new-address {
	font-size:12px;
	text-decoration:underline;
	float:left;
}

.add-new-address i {
    font-size: 8px;
    display: inline-block;
    margin-top: 3px;
    float: right;
    margin-left: 3px;
}


.modal.modal-danger .modal-header {
    background-color: #FA2A00;
    color: #FFF;
}

.modal h5.modal-title.danger {
	color:#FFF;
	padding:0px;
	border:none;
}

.row-address {
	display:block;
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:solid 1px #ddd;
}

.row-address.last {
	border:none;
	margin-bottom:0px;
	padding-bottom:0px;
}



.row-address label {
	width:30%;
}

.row-address .grid {
	margin-bottom:5px;
}


.mainContent-brands img {
	max-width: 100px;
	max-height: 50px;
}



.mainContent-brands dt {
 	text-transform: uppercase;
	padding: 5px;
	color: #cf3333;
	font-size: 30px;
}

.brand-item {
	border: 1px solid rgba(213,213,213,.5);
	padding: 10px;
	margin: 10px;
	color: #807f7f;
}

.mainContent-brands .label--brands {
	text-transform: capitalize;
	padding: 6px;
	display: block;
}

.bare-list {
	display: flex;
	flex-wrap:wrap;
	padding:0px;
	margin: 0 0 -6px;
}

/* Switch starts here */
.rocker {
display: inline-block;
position: relative;
font-size: 2em;
font-weight: bold;
text-align: center;
text-transform: uppercase;
color: #888;
width: 7em;
height: 4em;
overflow: hidden;
margin:-10px;
}


.rocker-small {
	font-size: 11px; /* Sizes the switch */
}

.rocker::before {
	content: "";
	position: absolute;
	top: 17px;
	left: 6px;
	right: 5px;
	bottom: 0;
	border-bottom: 0;
	background-color: #929292;
	border-bottom: solid 4px #969696;
}
.rocker::before {
content: "";
position: absolute;
top: 1.5em;
margin: 0 0.5em;
left: 0;
right: 0;
bottom: 0;
background-color: #999;
}

.rocker input {
	opacity: 0;
	width: 0;
	height: 0;
}

.switch-left,
.switch-right {
	cursor: pointer;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 2.5em;
	width: 3em;
	transition: 0.2s;
}

.switch-left {
height: 2.4em;
width: 2.75em;
left: 0.85em;
bottom: 0.4em;
background-color: #ddd;
transform: rotate(15deg) skewX(15deg);
}

.switch-right {
right: 0.5em;
bottom: 0;
background-color: #cf3333;
color: #fff;
}

.switch-left::before,
.switch-right::before {
content: "";
position: absolute;
width: 0.4em;
height: 2.45em;
bottom: -0.45em;
background-color: #ccc;
transform: skewY(-65deg);
}

.switch-left::before {
left: -0.4em;
}

.switch-right::before {
right: -0.375em;
background-color: transparent;
transform: skewY(65deg);
}

input:checked + .switch-left {
background-color: #288624;
color: #fff;
bottom: 0px;
left: 0.5em;
height: 2.5em;
width: 3em;
transform: rotate(0deg) skewX(0deg);
}

input:checked + .switch-left::before {
background-color: transparent;
width: 3.0833em;
}

input:checked + .switch-left + .switch-right {
background-color: #ddd;
color: #888;
bottom: 0.4em;
right: 0.8em;
height: 2.4em;
width: 2.75em;
transform: rotate(-15deg) skewX(-15deg);
}

input:checked + .switch-left + .switch-right::before {
background-color: #ccc;
}

/* Keyboard Users */
input:focus + .switch-left {
color: #333;
}

input:checked:focus + .switch-left {
color: #fff;
}

input:focus + .switch-left + .switch-right {
color: #fff;
}

input:checked:focus + .switch-left + .switch-right {
color: #333;
}

.switcher {
display: inline;
float: right;
margin-top: 10px;
}

.switcher b {color: white;padding: 5px 10px;margin: 0;font-size: 11px;display: inline-block;font-weight: normal;background: rgb(35, 35, 35);}

.searchable-advanced {
	display: none!important;
	visibility: hidden!important;
	width: 0px!important;
	height: 0px!important;
	opacity: 0!important;
}









/* hover effects */

.effectOne {
    position: relative;
    overflow: hidden;
}

.effectOne:before,.effectOne:after {
    content: "";
    position: absolute;
    display: block;
    z-index: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.effectOne:before {
    height: 1px;
    top: 10px;
    left: 50%;
    right: 50%;
    background-color: white
}

.effectOne:after {
    width: 1px;
    left: 10px;
    top: 50%;
    bottom: 50%;
    background-color: white
}

.effectOne a {
    position: relative;
    display: block
}

.effectOne a:before,.effectOne a:after {
    content: "";
    position: absolute;
    display: block;
    z-index: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.effectOne a:before {
    height: 1px;
    bottom: 10px;
    left: 50%;
    right: 50%;
    background-color: white
}

.effectOne a:after {
    width: 1px;
    right: 10px;
    top: 50%;
    bottom: 50%;
    background-color: white
}

.effectOne:hover:before {
    left: 10px;
    right: 10px
}

.effectOne:hover:after {
    top: 10px;
    bottom: 10px
}

.effectOne:hover a:before {
    left: 10px;
    right: 10px
}

.effectOne:hover a:after {
    top: 10px;
    bottom: 10px
}


.screen-size {
	position: fixed;
	top: 0px;
	right: 0px;
	background: rgba(255,255,255,0.7);
	color: #000;
	padding: 5px;
}

body .feature-content .owl-carousel.mobile, body .feature-content .owl-carousel.tablet {
	display: none;
}

.branches .detail {
	background: #232323;
	display: inline-block;
	width: 100%;
	padding: 15px;
	color: #fff;
	line-height: 20px;
	font-weight: normal;
	float: left;
	font-size: 12px;
	margin-bottom: 30px;
}

.branches .address {
	float: left;
}



.branches .contact {
	float: right;
	text-align: right;
}

.branches .contact .phone {
	display: block;
	font-size: 26px;
	margin-bottom: 5px;
}

.branches iframe {
	width: 150px;
	height: 150px;
}

.branches img.main {
	width: 100%;
}

.branches .detail h3 {
	margin: 0px;
	margin-bottom: 5px;
	font-size: 26px;
}

.switcher.mobile {
	display: none;
}

/* MEDIA QUERIES */

@media screen and (max-width: 1800px){
  .container, .inner {
      width: 1455px;
  }

  header form.search {
    width: 40%;
  }


  .banners-3 a strong {
    font-size: 18px;
  }

  .banners-3 a span {
    font-size: 13px;
  }

  .ban-cont button {
    margin-top: 20px;
    font-size: 12px;
    padding: 7px 25px;
    margin-top: 20px;
  }

}

@media screen and (max-width: 1700px){
  .container, .inner, ul.shop {
    width: 1455px;
  }
  nav li a, .mobile-nav > ul > li > a, .mobile-nav button.priority-nav-is-visible {
    width: 110px;
  }
  nav li a, .mobile-nav ul li a, .mobile-nav button.priority-nav-is-visible {
    font-size: 10px;
  }
}

@media screen and (max-width: 1680px){
	.container, .inner, ul.shop {
    width: 100%!important;
  }
	.inner {
		padding-left: 15px;
		padding-right: 15px;
	}
	header form.search {
		width: 40%!important;
	}
	.cta-newsletter input {
		width: 35%!important;
	}
	.cta-newsletter button {
		float: none!important;
		display: inline-block;
		margin-left: 15px!important;
	}

}


	/* body {
		overflow-x: hidden;
	} */

  body > nav {
    display: none!important;
  }
  body > .mobile-nav {
    display: block!important;
  }
  body > .mobile-nav ul {
    margin: 0px;
		padding: 0px;
  }

  body > .mobile-nav li {
    display: inline-block;
    white-space: normal;
    vertical-align: top;
  }



  .nav__dropdown li {
    display: block;
    width: 300px;
    background: #fff;
    float: left;
    clear: both;
    text-align: center;
  }
    .nav__dropdown li:nth-child(even) {
      background: #e2e2e2;
    }
  .nav__dropdown li a {
    color: #2e2e2e!important;
    width: auto!important;
  }
  .priority-nav__dropdown {
    right: 0px;
    top: 50px;
    z-index: 99999;
  }

  .priority-nav__dropdown li ul {
    display: none!important;
  }





@media screen and (max-width: 1400px){
	.cta-newsletter input {
		float: left;
		clear: both;
		width: 50%!important;
		margin-left: 0px!important;
		margin-top: 10px!important;
	}
	.cta-newsletter {
		display: inline-block;
		width: 100%;
	}
	.cta-newsletter button {
		float: left!important;
		margin-top: 10px!important;
	}


}

@media screen and (max-width: 1250px){
	header form.search {
    width: 60%!important;
	}
	.switcher {
		position: absolute;
		right: 20px;
		top: 75px;
	}

	header .UA {
		margin-left: 0px!important;
		margin-right: 150px;
	}

	header form.search {
		margin-left: 0px!important;
		width: 40%!important;
	}
	header .UA {
		float: right;
		margin-bottom: 10px;
	}
	body .feature-content .owl-carousel {
		display: none;
	}
	body .feature-content .owl-carousel.tablet {
		display: block;
	}
	.category-feature .feature-content .side-left {
		width: 25%;
	}
	.category-feature .feature-content .featured-products {
		width: 75%;
	}
	#cookie-law {
	    position: fixed;
			bottom: 0px;
			left: 0px;
			z-index: 987698;
			width: 100%;
			text-align: center;
			    padding: 12px 16px;
	}
	#cookie-law .close-cookie-banner {
		float: none;
		margin-left: 10px;
		display: inline-block;
	}

	.category-feature .feature-content .side-left {
		width: 250px;
		max-width: 25%;
	}
}


header a.mobile-menu {
  display: none;
  font-size: 25px;
  cursor: pointer;
  padding: 5px;
  border-radius: 10px;
  border: solid 1px #ddd;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 30px;
  margin-top: 0px;
}

header a.mobile-menu:hover {
  text-decoration: none;
}

i.mobile-remove {
  font-style: normal;
}

.mobile-show {
  display: none!important;
}

@media screen and (max-width: 1280px){
	.products-list .sidebar {
		width: 100%;
	}
	.products-list .sidebar .pane {
		height: auto;
	}
	.products-list .sidebar .side-title {
		background: #333;
		padding: 10px 15px!important;
		color: #FFF;
		cursor: pointer;
	}
	.products-list .sidebar .side-title::before {
		content: '\f067';
		font-family: FontAwesome;
		font-size: 12px;
		font-weight: normal;
		float: right;
		margin-top: 5px;
	}

	.products-list .sidebar .side-title.open::before {
		content: '\f068';

	}

	.sidebar.checkout-review {
		display: none;
	}

	aside.filters {
		margin-top: 0px!important;
	}
	.products-list .sidebar .pane .side-content {
		height: 0px;
	}
	.products-list .sidebar .pane .side-content.open {
		height: auto;
	}
	.prod-inner {
		width: 70%;
	}
	div.floated-content {
		padding-left:0px!important;
		width: 100%!important;
	}
	.products-list {
		padding: 0px!important;
	}

}


@media screen and (max-width: 1200px){
	header .logo {
    width: 125px!important;
    height: 85px!important;
		margin-right: 15px;
	}
	header form.search > input, header form.search > button {
		height: 40px!important;
		font-size: 12px!important;
	}
	header .UA > div i {
		height: 35px!important;
		width: 35px!important;
		padding: 9px!important;
	}
	header .UA > div > div {
		margin-top: 0px!important;
	}
	.switcher {
		margin-top:20px!important;
	}
	header .top-bar .pull-right li a  {
		font-size: 12px!important;
	}

}

@media screen and (max-width: 1000px){

.cta-newsletter .text {
	width: 60%;
}

}

@media screen and (max-width: 700px){

.cta-newsletter .text {
	width: auto;
}

.cta-newsletter a {
	display: block;
	float: none!important;
	margin-top: 10px!important;
}


}

@media screen and (max-width: 770px){

.contact-area .col-md-10 {
	margin-left: 0px!important;
}
.contact-area .col-md-2 {
	padding: 15px!important;
}
footer .social a {
	margin: 15px!important;
}

}

@media screen and (max-width: 600px){
	.category-feature .feature-content .side-left, .category-feature .feature-content .featured-products {
		width: 100%;
	}
	.category-feature .feature-content .banner-image {
		display: none;
	}
	.category-feature .feature-content .side-left li {
		width: 45%;
		display: inline-block;
	}
	.category-feature .feature-content .side-left ul {
		border-bottom: solid 1px #ddd;
	}
	.featured-slider .owl-nav {
		top: auto;
		bottom: 0px;
	}
	.featured-products .owl-item li a.img {
		display: inline-block;
	}
	.featured-products .owl-item li .prod-inner {
		display: inline-block;
		vertical-align: top;
	}
	.category-feature .featured-slider li .prod-initial {
		float: right;
		margin-top: 10px;
	}
	.category-feature .featured-slider li .prod-initial .price {
			display: block;
	    padding-bottom: 0px;
	    font-family: 'Poppins', sans-serif;
	    letter-spacing: 1px;
	    margin-bottom: 10px;
	    margin-top: -8px;
	    font-size: 13px;
	    text-align: left;
	    font-weight: normal;
		}
		.category-feature .featured-slider li .prod-initial .mainPrice {
			font-weight: bold;
			font-size: 17px;
		}

		.category-feature .featured-slider li .prod-initial .price .alternativePrice {
	    width: 82px;
	    opacity: 0.8;
	    position: absolute;
	    bottom: -20px;
			left: auto;
	    right: 0px;
	    padding-left: 28px;
			text-align: right;
		}
		.category-feature .featured-slider li .prod-initial .price .alternativePrice::after {
			top: 0px;
		}
		.category-feature .featured-slider li .prod-initial {
			border: none;
		}
		.featured-products .owl-item li .prod-inner {
			width: 75%;
		}
}

@media screen and (max-width: 800px){
	body > .mobile-nav li, .mobile-nav button.priority-nav-is-visible {
		width: 100%!important;
	}
	.priority-nav__dropdown.show {
		width: 100%;
	}
	body > .mobile-nav {
		background: #353535;
	}
	body > .mobile-nav::after {
		font-family: "FontAwesome";
		content: "\f0c9";
		position: absolute;
		right: 15px;
    top: 15px;
    color: #fff;
    font-size: 25px;
	}
	#map-container {
		margin-left: 0px!important;
	}
	.mobile-nav button.priority-nav-is-visible {
		border: none!important;
	}
	.mobile-nav .nav__dropdown-wrapper.priority-nav__wrapper {
		width:100%;
	}
	.mobile-nav .inner {
		padding-left: 0px;
		padding-right: 0px;
	}
	.priority-nav__dropdown {
		top: 60px;
	}

	body > .mobile-nav .priority-nav__dropdown li {
		height: auto;
	}



}

@media screen and (max-width: 700px){
	.cta-newsletter input, .cta-newsletter button {
		width: 100%!important;
		margin-left: 0px!important;
	}
	.cta-newsletter::before {
		display: none!important;
	}
	.cta-newsletter {
		padding: 20px!important;
	}
	.featured-products .owl-item li a.img, .featured-products .owl-item li .prod-inner {
		display: block;
		width: 100%;
		text-align: center;
	}
	.category-feature .feature-content .featured-products .featured-slider, .category-feature .featured-slider li {
		height: auto!important;
	}
	.category-feature .featured-slider li .prod-initial {
		float: none;
		display: inline-block;
	}
	.category-feature .feature-content .featured-products {
		padding-bottom: 60px;
	}
	.featured-slider .owl-nav {
		bottom: -30px;
		left: 50%;
		margin-left: -50%;
	}
	header .UA {
		position: static;
	}
	header .UA > div {
		float: none;
		display: inline-block;
	}
	header form.search {
		width: 100%!important;
	}
	header .logo {
		position: static;
		float: none;
		display: block!important;
		margin: auto;
	}
	header {
		padding-top: 15px!important;
	}
	.switcher {
		display: none;
	}



	header.scrolled .UA.mobile {
		position: fixed;
    z-index: 100;
    background: #fdbd33;
    padding: 10px;
    z-index: 999999;
    left: 0px;
    top: 0px;
    margin: 0px;
    width: 100%;
		display: block!important;
	}
	header.scrolled .UA.mobile > div {
		display: none;
	}

	header.scrolled .UA.mobile > .ajax-basket {
		display: inline-block;
		float: left;
		margin: 0px;
		border: none;
	}

	.mini-basket {
		display: none;
	}
	header.scrolled .mini-basket {
		display: block;
		visibility: visible;
		opacity: 1;
		background: none!important;
		box-shadow: none!important;
		border: none!important;
		width: 0px!important;
		height: 0px!important;
	}
	header.scrolled .mini-basket .m-basketheader {
		position: fixed;
		top: 10px;
		right: 10px;
		background: none;
		display: none!important;
	}
	.mini-basket .prodcontain, .mini-basket .btn {
		display: none!important;
	}
	#sideBasket {
		position: fixed;
		left: 100%;
		top: 0px;
		z-index: -1;
		height: 100%;
		overflow-y: scroll;
		overflow-x: hidden;
		width: 100%;
	}


}

@media screen and (max-width: 600px){
	.category-feature > h3 {
		width: 100%;
	}
	.category-feature .title-labels {
		width: 100%;
		display: block;
		float: none;
		padding: 0px;
	}
	.title-labels .featured-options {
		float: none!important;
	}
	.title-labels .featured-options a {
		top: 0px!important;
		position: static!important;
		display: block;
		margin: 0px!important;
		padding: 12px;
		text-align: center;
		border-bottom: solid 1px #ddd;
	}
	.title-labels .featured-options a.active {
		color:#1d304b!important;
		text-decoration: underline!important;
		background: #ddd;
	}
	.category-feature > h3 {
		padding: 12px;
	}
	.title-labels .featured-options {
		margin-right: 0px!important;
	}
	.banners-3 a strong, .sidebar .ban a strong {
		font-size: 18px!important;
	}
	.banners-3 a span {
		font-size: 13px!important;
	}
	.banners-3 a, .ban a {
		height: auto!important;
	}
	.banners-3 a .ban-cont, .ban a .ban-cont {
		position: static!important;
		padding: 20px!important;
	}
	.ban-cont.text-overlay strong, .ban-cont.text-overlay span {
		float: none!important;
	}

	.banners-3 .ban-cont button {
		position: relative!important;
		top: auto!important;
		left: auto!important;
		right: auto!important;
		bottom: auto!important;
		margin-top: 15px!important;
		width: 100%!important;
	}
	.category-feature {
		margin-top: 0px!important;
	}
	.category-feature .feature-content .side-left {
		display: none!important;
	}
	.category-feature .feature-content {
		border:solid 1px #ddd!important;
	}
	.featured-slider .owl-nav {
    bottom: -45px;
	}

	ul.products-list li {
		margin-top: 10px;
	}

	.prod-list-top div.view-mode {
		display: none;
	}

	.prod-list-top div.sortBy {
		display: block;
		float: left;
		margin: auto;
		clear: both;
	}

	ul.products-list li .prod-inner {
		float: left;
		margin: 0px;
		width: 100%;
	}

	ul.products-list li a.img {
    float: left!important;
	}

	ul.products-list li a.img {
		float: none;
		display: block;
		margin: auto;
		margin-bottom: 10px;
	}


}


@media screen and (max-width: 500px){
  .priority-nav__dropdown ul {
    right: 0px;
    left: 0px;
  }

}

@media screen and (max-width: 450px){
	header .UA {
		text-align: center;
	}
		header .UA > div {
			border: none!important;
		}


}
