/*
Template: 		Media Center
Description: 	Responsive Electronics eCommerce Bootstrap 3 Template
Version: 		1.0
Author: 		Amin & Ibrahim
Demo URI: 		http://demo.transvelo.com/media-center

===================================================================================
Table of Contents
===================================================================================

1.  General Styles
2.  Top Navbar
3.  Header
4.  Sidemenu
5.  Megamenu
6.  Breadcrumb
7.  Sections
8.  Controls
9.  Carousel
10. Product Item
11. Pages : Home
12. Pages : Single Product
13. Pages : Shopping Cart
14. Pages : About
15. Pages : Contact
16. Pages : Authentication
17. Pages : FAQ
18. Pages : Blog
19. Sidebar
20. Footer
21. Browser Fixes
22. Responsive 
23. Helper Classes
*/


@import url('green.css');
@import url('owl.carousel.css');
@import url('owl.transitions.css');
@import url('animate.min.css');

@import url(https://fonts.googleapis.com/css?family=PT+Sans:300,400,600,700,800);
@import url('https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css');
@import url('magnific-popup.css');
@import url('jquery.bxslider.css');


@import url('jquery-ui.custom.css');


/*===================================================================================*/
/*  Helper
/*===================================================================================*/

.temp-hidden {
	display: none;
}

.light-bg {
  background-color: #f8f8f8;
}
.bg-white {
	background-color: #ffffff;
}
.inner {
  padding-top: 75px;
  padding-bottom: 75px;
}
.m-t-0 {margin-top: 0 !important;}
.m-t-10 {margin-top: 10px !important;}
.m-t-20 {margin-top: 20px !important;}
.m-t-35 {margin-top: 35px !important;}

.m-b-0 {margin-bottom: 0 !important;}
.m-b-10 {margin-bottom: 10px !important;}
.m-b-20 {margin-bottom: 20px !important;}
.m-b-35 {margin-bottom: 35px !important;}

.m-l-0 {margin-left: 0 !important;}
.m-l-10 {margin-left: 10px !important;}
.m-l-20 {margin-left: 20px !important;}
.m-l-35 {margin-left: 35px !important;}

.m-r-0 {margin-right: 0 !important;}
.m-r-10 {margin-right: 10px !important;}
.m-r-20 {margin-right: 20px !important;}
.m-r-35 {margin-right: 35px !important;}

.padding-25 {
	padding: 25px !important;
}

.semi-bold {font-weight: 600 !important;}
.title-color {
  color: #434343 !important;
}
.content-color {
  color: #747474 !important;
}
.bold {
  font-weight: 700 !important;
}
.auto-width {
  width: auto !important;
}
.center-block {
  float: none;
}
.inner {
  padding-top: 120px;
  padding-bottom: 120px;
}
.inner-md {
  padding-top: 100px;
  padding-bottom: 100px;
}
.inner-sm {
  padding-top: 80px;
  padding-bottom: 80px;
}
.inner-xs {
  padding-top: 40px;
  padding-bottom: 40px;
}
.inner-top {
  padding-top: 120px;
}
.inner-top-md {
  padding-top: 100px;
}
.inner-top-sm {
  padding-top: 80px;
}
.inner-top-xs {
  padding-top: 40px;
}
.inner-bottom {
  padding-bottom: 120px;
}
.inner-bottom-md {
  padding-bottom: 100px;
}
.inner-bottom-sm {
  padding-bottom: 80px;
}
.inner-bottom-xs {
  padding-bottom: 40px;
}
.inner-left {
  padding-left: 75px;
}
.inner-left-md {
  padding-left: 60px;
}
.inner-left-sm {
  padding-left: 45px;
}
.inner-left-xs {
  padding-left: 30px;
}
.inner-right {
  padding-right: 75px;
}
.inner-right-md {
  padding-right: 60px;
}
.inner-right-sm {
  padding-right: 45px;
}
.inner-right-xs {
  padding-right: 30px;
}
.outer {
  margin-top: 120px;
  margin-bottom: 120px;
}
.outer-md {
  margin-top: 100px;
  margin-bottom: 100px;
}
.outer-sm {
  margin-top: 80px;
  margin-bottom: 80px;
}
.outer-xs {
  margin-top: 40px;
  margin-bottom: 40px;
}
.outer-top {
  margin-top: 120px;
}
.outer-top-md {
  margin-top: 100px;
}
.outer-top-sm {
  margin-top: 80px;
}
.outer-top-xs {
  margin-top: 40px;
}
.outer-bottom {
  margin-bottom: 120px;
}
.outer-bottom-md {
  margin-bottom: 100px;
}
.outer-bottom-sm {
  margin-bottom: 80px;
}
.outer-bottom-xs {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .inner-md {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .inner-sm {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .inner-xs {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .inner-top {
    padding-top: 80px;
  }
  .inner-top-md {
    padding-top: 65px;
  }
  .inner-top-sm {
    padding-top: 50px;
  }
  .inner-top-xs {
    padding-top: 40px;
  }
  .inner-bottom {
    padding-bottom: 80px;
  }
  .inner-bottom-md {
    padding-bottom: 65px;
  }
  .inner-bottom-sm {
    padding-bottom: 50px;
  }
  .inner-bottom-xs {
    padding-bottom: 40px;
  }
}

/*===================================================================================*/
/*	GENERAL
/*===================================================================================*/
.fontawesome {
  font-family: fontawesome;
}
.inline {
  display: inline-block;
  vertical-align: top;
}
.thumb-holder {
  float: left;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #e0e0e0;
}

.btn {
	text-decoration: none;
}

.h1,
h1 {
  font-size: 30px;
  font-weight: normal !important;
  color: #777777;
  letter-spacing: -1px;
  /* text-transform: capitalize; */
}
.h1.border,
h1.border {
  border-bottom: 1px solid #e0e0e0;
  line-height: 50px;
}
h2 {
  font-size: 18px;
  line-height: 37px;
  letter-spacing: -1px;
  /* text-transform: capitalize; */
}
h2.border {
  border-bottom: 1px solid #e0e0e0;
  line-height: 50px;
}
.h6,
h6 {
  font-size: 18px;
  color: 333333;
}


.feature-title {
    clear: both;
    margin: 15px -15px 15px -30px;
    padding: 0 2px 0 10px;
    line-height: 31px;
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	font-weight: bold;
    color: #3d3d3d;
    display: block;
	background: #e0e0e0;
    border-top: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
}


.iconic-link {
  color: #3d3d3d;
  font-size: 12px;
  line-height: 24px;
  display: inline-block;
  vertical-align: top;
  /* text-transform: capitalize; */
}
.iconic-link:before {
  margin: 0 5px 0 0;
  font-size: 18px;
  color: #c6c6c6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: fontawesome;
}
.availability {
  font-size: 11px;
  line-height: 9px;
  margin: 10px 0 15px 0;
  color: #707070;
  font-weight: 600;
  /* text-transform: capitalize; */
}
.availability span {
  margin: 0 0 0 3px;
}
.availability .available {
  color: #58a618;
  font-weight: 700 !important;
  font-weight: 800;
  /* text-transform: capitalize; */
}
.availability .not-available {
  color: red;
  font-weight: 700 !important;
  font-weight: 800;
  /* text-transform: capitalize; */
}
ul {
  list-style: none;
}
.font-opensans {
  font-family: 'PT Sans', sans-serif;
}
.color-bg {
  background-color: #f9f9f9;
  border-top: 1px solid #e0e0e0;
}
img {
  width: auto\9;
  max-width: 100%;
}
.no-margin {
  padding: 0;
  margin: 0;
}
.no-padding {
  padding: 0 !important;
}
.no-padding-right {
  padding-right: 0;
}
.no-padding-left {
  padding-left: 0;
}
.no-margin-left {
  margin-left: 0;
  padding-left: 0;
}
.no-margin-right {
  margin-right: 0;
  padding-right: 0;
}
.no-padding-bottom {
  padding-bottom: 0;
}

a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #666666;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #aaa;
}

.caroufredsel_wrapper {
  margin: 0!important;
  width: 100%!important;
}
.caroufredsel_wrapper ul {
  padding-left: 0!important;
}
* {
  font-family: 'Arial', sans-serif;
}
body {
	font-size: 12px;
	font-family: 'Arial', sans-serif;
	color: #444444;
	background: #FFFFFF url('../images/body_bg.jpg') repeat-x 0 20px; 
	overflow-x: hidden;
	margin: 0;
	padding: 0;
}
body > .wrapper {
	background: none;
}
::-moz-selection {
  color: #ffffff;
  text-shadow: none;
  -webkit-text-shadow: none;
}
::selection {
  color: #ffffff;
  text-shadow: none;
  -webkit-text-shadow: none;
}
ul {
  margin: 0;
  padding: 0;
}
a {
  outline: none!important;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
.uppercase {
  text-transform: uppercase;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 22px;
  font-family: 'PT Sans', sans-serif;
  font-weight: bold !important;
}

.block-heading {
	line-height: 46px;
	padding: 0 18px;
	background: #f3f3f3;
}

.capital {
  text-transform: capitalize;
}
#loading {
  display: none;
}
*:focus {
  outline: none;
}

p {
	margin: 0 0 15px 0;
}

/* Social Links & Icons */

div.social-icons {
	text-align: right;
	margin: 15px 0;
}

div.yt-icon, div.fb-icon, div.subscribe {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 18px;
	font-size:18px;
}
div.subscribe {
	display: inline-block;
	vertical-align: middle;
}
div.yt-icon a {
	color: #CC181E;
}
div.fb-icon a {
	color: #4c67a1;
}

/*
.social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
}
.social-icons li {
  display: inline-block;
  font-size: 16px;
  margin-right: 10px;
}
.social-icons li a {
  color: #fff;
  display: inline-block;
  padding: 6px;
  background-color: #3d3d3d;
  border-radius: 100px;
}
.social-icons li a:before {
  width: 16px;
  height: 16px;
  display: inline-block;
  text-align: center;
}
*/


.center-absolute {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.map-holder,
.map-holder #map {
  width: 100%;
  min-height: 460px;
  height: 100%;
}
.map-holder img {
  max-width: none;
}
.map-holder label {
  width: auto;
  display: inline;
}
.bold {
  font-weight: 800;
}
label.error {
  color: red;
  font-size: 10px;
}
.green {
  background-color: #58a618;
  color: #fff;
}
.green.ribbon {
  background-color: transparent;
}
.green.ribbon:after {
  border-top-color: #58a618;
}
.red {
  background-color: #F8484A;
  color: #fff;
}
.red.ribbon {
  background-color: transparent;
}
.red.ribbon:after {
  border-top-color: #F8484A;
}
.blue {
  background-color: #407AC5;
  color: #fff;
}
.blue.ribbon {
  background-color: transparent;
}
.blue.ribbon:after {
  border-top-color: #407AC5;
}
.orange {
  background-color: #ec911b;
  color: #fff;
}
.orange.ribbon {
  background-color: transparent;
}
.orange.ribbon:after {
  border-top-color: #ec911b;
}

.grey {
  background-color: #908e91;
  color: #fff;
}
.grey.ribbon {
  background-color: transparent;
}
.grey.ribbon:after {
  border-top-color: #908e91;
}

.label-discount {
  padding: 0 8px;
  font-weight: 600;
  font-size: 11px;
  line-height: 16px;
  display: table-cell;
  text-transform: uppercase;
  background-color: #58a618;
  color: #fff;
}
.label-discount.ribbon {
  background-color: transparent;
}
.label-discount.ribbon:after {
  border-top-color: #58a618;
}
.label-discount.clear {
  height: 16px;
  background-color: transparent;
}
.ribbon {
  z-index: 100;
  top: 2px;
  font-size: 11px;
  line-height: 20px;
  padding: 4px 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.ribbon:nth-child(2) {
  margin-top: 30px;
}
.ribbon:nth-child(3) {
  margin-top: 60px;
}
.ribbon:nth-child(4) {
  margin-top: 90px;
}
.ribbon span {
  position: relative;
  z-index: 100;
  margin-right: 11px;
}
.ribbon:after {
  content: "";
  display: inline-block;
  border-top-width: 28px;
  border-top-style: solid;
  border-left: 0px;
  border-right: 14px solid transparent;
  height: 0;
  min-width: 68px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.section-title {
  margin: 29px 0 10px 0;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: -1px;
  font-weight: bold !important;
  text-transform: uppercase;
}
.pagination {
  margin: 17px 0;
}
.pagination li:last-child a {
  padding: 9px 32px!important;
}
.pagination li:hover a,
.pagination li.current a {
  background-color: #fff;
}
.pagination a {
  border: 1px solid #e0e0e0;
  color: #3d3d3d !important;
  border-radius: 0!important;
  padding: 9px 17px!important;
  font-size: 18px;
  margin: 0 4px 0 0;
  text-transform: capitalize;
}
.inline-input .placeholder {
  font-weight: 700 !important;
  font-weight: 800;
  text-transform: capitalize;
}
.inline-input input {
  width: 73%!important;
  border-radius: 3px;
  background-color: #ececec;
  border: none;
  color: #3d3d3d;
  width: 100%;
  padding: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 15px 14px;
  font-size: 13px;
  line-height: 20px;
  border-radius: 5px 0 0 5px;
  display: inline-block;
  vertical-align: top;
  float: left;
}
.inline-input input:focus,
.inline-input input:hover {
  background-color: #e0e0e0;
}
.inline-input .le-button {
  padding: 15px 14px;
  width: 27%;
  float: right;
  border-radius: 0 5px 5px 0;
}
.block {
  display: block;
}
.simple-link {
  color: #3d3d3d;
}
.dropdown-toggle:before,
.dropdown-toggle:after {
  z-index: 100;
}
.green-text {
  color: #58a618 !important;
}
.green-text:hover {
  background-color: #58a618 !important;
  color: #fff !important;
}
.blue-text {
  color: #3498db !important;
}
.blue-text:hover {
  background-color: #3498db !important;
  color: #fff !important;
}
.red-text {
  color: #e74c3c !important;
}
.red-text:hover {
  background-color: #e74c3c !important;
  color: #fff !important;
}
.orange-text {
  color: #f27a24 !important;
}
.orange-text:hover {
  background-color: #f27a24 !important;
  color: #fff !important;
}
.navy-text {
  color: #34495e !important;
}
.navy-text:hover {
  background-color: #34495e !important;
  color: #fff !important;
}
.dark-green-text {
  color: #21b68e !important;
}
.dark-green-text:hover {
  background-color: #21b68e !important;
  color: #fff !important;
}
.height-xs {
  height: 270px;
}
.height-sm {
  height: 338px;
}
.height-md {
  height: 468px;
}
.height-lg {
  height: 690px;
}
.normal-weight {
  font-weight: 400;
}
.semi-bold {
  font-weight: 600;
}
.regular-bold {
  font-weight: 700;
}
.extra-bold {
  font-weight: 800;
}
.page-header {
  padding: 0;
  border: none;
  margin: 0;
  text-align: center;
  margin-bottom: 60px;
}
.page-header .page-title {
  font-size: 40px;
  font-weight: 400;
  color: #434343;
  line-height: 18px;
}
.page-header .page-subtitle {
  font-size: 14px;
  font-weight: 400;
  color: #979797;
  margin: 0;
  line-height: 15px;
}
img[src="images/blank.gif"] {
  background: url("../images/ajax.gif") no-repeat scroll center center #ffffff;
  width: 100%;
}

.box {
	padding: 10px;
	margin: 10px 0;
	background: #f3f3f3;
}

/*===================================================================================*/
/*	Top Navbar
/*===================================================================================*/
.top-bar {
  background-color: #fff;
  padding: 20px 0 9px 0;
}
.top-bar .slogan {
	float: left;
	font-weight: bold;
}
.top-bar ul {
  list-style: none;
}
.top-bar ul.right {
  text-align: right;
}
.top-bar ul.right > li:first-child a {
  padding: 0 13px;
}
.top-bar ul.right > li:last-child a {
  padding: 0 0 0 12px ;
}
.top-bar ul > li {
  display: inline-block;
}
.top-bar ul > li.dropdown .dropdown-menu {
  top: 135%;
  border-radius: 0px;
}
.top-bar ul > li.dropdown .dropdown-menu li {
  text-align: left;
  display: block;
}
.top-bar ul > li.dropdown .dropdown-menu li a {
  display: block;
  padding: 7px 13px;
  margin: 0 2px;
  border: none;
}
.top-bar ul > li:first-child a {
  padding: 0 16px 0 0;
}

.top-bar ul > li a {
	padding: 0 13px;
	color: #7e888d;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	display: inline-block;
	text-decoration: none;
}
/*===================================================================================*/
/*  Header
/*===================================================================================*/
header {
  padding: 0 0 0 0;
  background: none;
  display: block;
}
header.ver2 {
  padding-bottom: 0;
  margin-bottom: 13px;
}
header .logo-holder .logo {
  margin: -40px 0 0 0;
}

/*  Orange Box ========================= */
.orange_box {
	position: absolute;
	width: 210px;
	height: 185px;
	overflow: hidden;
	text-align: center;
	margin: 0;
	padding: 0;
	right: 0;
	background: #F9A90C;
	z-index: 99;
}

div.view_shopping_cart {
	font-family: 'PT Sans', Arial;
	font-size: 18px; 
}

div.view_shopping_cart div.top {
	height: 50px;
	color: #fff;
	font-family: "PT Sans";
    font-size: 21px;
    line-height: 50px;
}



header .top-cart-row .phone-holder {
	position: relative;
	display: block;
	vertical-align: top;
	margin: 0 0 10px 0;
	float: none;
	color: #333;
	text-align: right;
}
header .top-cart-row .phone-holder .phone {
	font-size: 34px;
	font-family: 'PT Sans';
	font-weight: bold;
}
header .top-cart-row .phone-holder .phone a {
	font-family: 'PT Sans';
	text-decoration: none;
}

/* Basket */
header .top-cart-row .top-cart-holder .basket {
	display: none;
}

header .top-cart-row .top-cart-holder .basket-item-count {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 40px;
}
header .top-cart-row .top-cart-holder .basket-item-count .count {
  position: absolute;
  color: #fff;
  top: 5px;
  right: 10px;
  border-radius: 100px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 8px;
  font-weight: bold;
  text-align: center;
}

/*
header .top-cart-row .top-cart-holder {
  position: relative;
  display: block;
  vertical-align: top;
}
header .top-cart-row .top-cart-holder .checkout a {
  display: inline-block;
}
header .top-cart-row .top-cart-holder .dropdown-menu {
  width: 332px;
  left: -170px;
  top: 65px;
  padding: 16px 0 0 0;
}
header .top-cart-row .top-cart-holder li {
  border-bottom: 1px solid #e0e0e0;
}

header .top-cart-row .top-cart-holder .basket-item-count {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 40px;
}
header .top-cart-row .top-cart-holder .basket-item-count .count {
  position: absolute;
  color: #fff;
  top: 5px;
  right: 10px;
  border-radius: 100px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 8px;
  font-weight: bold;
  text-align: center;
}
header .top-cart-row .top-cart-holder .dropdown-toggle {
  display: block;
  padding: 0;
}
header .top-cart-row .top-cart-holder .dropdown-toggle .lbl {
  font-size: 14px;
  line-height: 21px;
  color: #3d3d3d;
  display: block;
}
header .top-cart-row .top-cart-holder .dropdown-toggle .total-price {
  font-size: 22px;
  font-weight: bold;
}
header .top-cart-row .top-cart-holder .dropdown-toggle:after {
  display: none;
}
header .top-cart-row .top-cart-holder .total-price-basket {
  margin: 0 0 0 5px;
  display: inline-block;
  vertical-align: top;
  text-transform: capitalize;
}
.header-alt {
  border-bottom: none;
}
-------------------------------------------------------- 
*/



/* ============================================================== */
/* UL lists inside main content
/* ============================================================== 

.main-content ul {
    list-style: disc;
    margin: 0 0 15px 0;
    padding: 0 0 0 20px;
}
.main-content ul.list-unstyled {
	list-style: none;
    padding: 0;
}

.main-content ul.arrows {
	list-style: none;
	list-style-image: url('../images/ul-arrows.png');
}
.main-content ul.arrows li {
	margin: 0 0 13px 0;
}

.main-content ul.ticked {
	list-style: none;
}

.main-content ul.ticked li {
	position: relative;
}
.main-content ul.ticked li:before {
	content: "\f00c";
	font-family: 'fontawesome';
	color: #58a618;
	position: absolute;
	left: -20px;
	top: 0px;
	font-size: 14px;
}	

*/



/*===================================================================================*/
/*  MAIN-MENU
/*===================================================================================*/

#menu-trigger {
	display: none;
}

.main-menu {
	display: block;
	width: 100%;
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	border-left: 1px solid #DADADA;
	border-right: 1px solid #DADADA;
	border-top: 4px solid #F9A90C;
}

.main-menu ul {
	margin: 0;
	padding: 0;
}

.main-menu .top {
	display: block;
	height: 31px;
	line-height: 31px;
	text-transform: uppercase;
	font-weight: bold;
	color: #3D3D3D;
	margin: 0 -1px;
	padding: 0 2px 0 10px;
	background: #E0E0E0;
	border: 1px solid #B3B3B3;
}


.main-menu ul.sub {
	list-style: disc;
}
.main-menu ul.sub li {
	margin: 0 0 0 25px;
}

.main-menu a { 
	display: block;
	color: #777777;
	text-decoration: none;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	margin: 0 20px 0 0;
	padding: 0 0 0 10px;
	/*background: transparent url(images/menu_link_bg.gif) no-repeat 0 0;*/
	background: none;
	border-bottom: 1px solid #ddd;
}

.main-menu ul.sub li:last-child a { 
	border: none;
}

.main-menu a:hover {
	color: #333333;
}

/* ------------------------------------------------ */

.free-shipping {
	clear: both;
	text-align: center;
	padding: 10px 0;
}

/* ------------------------------------------------ */

.sub-header {
    color: #fff;
    margin: 39px 0 49px;
}
.sub-header li {
	padding: 0 0 0 35px;
	background: transparent url("../images/tick.png") no-repeat scroll 0 50%;
    font-family: 'PT Sans', 'Arial', sans-serif;
    font-size: 18px;
}

/*===================================================================================*/
/*  Breadcrumb
/*===================================================================================*/

#breadcrumb {
	padding: 0 0 20px 0;
}

.breadcrumb-simple li {
  display: inline-block !important;
  float: none;
  position: relative!important;
}
.breadcrumb-simple li:not(:last-child):after {
	font-family: 'Fontawesome';
	content: '\f0da';
	padding: 0 12px 0 13px;
	display: inline-block;
}

.breadcrumb-nav-holder {
  display: inline-block;
  float: left;
}
.breadcrumb-nav-holder.minimal .breadcrumb-item:before,
.breadcrumb-nav-holder.minimal .breadcrumb-item:after {
  display: none;
}
.breadcrumb-nav-holder.minimal .breadcrumb-item > a {
  background-color: #fff;
  padding: 10px 18px;
}
.breadcrumb-nav-holder .breadcrumb-item {
  display: inline-block !important;
  float: left;
  position: relative!important;
  display: table-cell;
}
.breadcrumb-nav-holder .breadcrumb-item.current:after,
.breadcrumb-nav-holder .breadcrumb-item.current:before {
  display: none;
}
.breadcrumb-nav-holder .breadcrumb-item.current.gray a {
  color: #3d3d3d;
}
.breadcrumb-nav-holder .breadcrumb-item:last-child a {
  border-right: 0;
}
.breadcrumb-nav-holder .breadcrumb-item.open:after,
.breadcrumb-nav-holder .breadcrumb-item:focus:after,
.breadcrumb-nav-holder .breadcrumb-item:hover:after {
  border-color: transparent transparent transparent #ececec !important;
}
.breadcrumb-nav-holder .breadcrumb-item.open > a,
.breadcrumb-nav-holder .breadcrumb-item:focus > a,
.breadcrumb-nav-holder .breadcrumb-item:hover > a {
  background-color: #ececec;
}
.breadcrumb-nav-holder .breadcrumb-item:before,
.breadcrumb-nav-holder .breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 100;
  width: 0;
  height: 0;
  border-style: solid;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.breadcrumb-nav-holder .breadcrumb-item:before {
  top: 39%;
  right: -10px;
  border-width: 7.5px 0 7.5px 10px;
  border-color: transparent transparent transparent #e0e0e0;
}
.breadcrumb-nav-holder .breadcrumb-item:after {
  top: 39%;
  right: -8px;
  border-width: 7.5px 0 7.5px 10px;
  border-color: transparent transparent transparent #f9f9f9;
}
.breadcrumb-nav-holder .breadcrumb-item .dropdown-menu {
  min-width: 100%;
  top: 97%!important;
  left: 0!important;
  right: auto!important;
}
.breadcrumb-nav-holder .breadcrumb-item .dropdown-menu li > a {
  padding: 8px 16px;
  border-bottom: 1px solid #e0e0e0 !important;
}
.breadcrumb-nav-holder .breadcrumb-item .dropdown-menu li > a:last-child {
  border-bottom: none!important;
}
.breadcrumb-nav-holder .breadcrumb-item .dropdown-menu:before {
  display: none;
}
.breadcrumb-nav-holder .breadcrumb-item > a {
  letter-spacing: -1px;
  display: inline-block;
  background-color: #f9f9f9;
  padding: 20px 18px;
  color: #3d3d3d;
  border-right: 1px solid #e0e0e0;
  position: relative;
  text-transform: capitalize;
}
.breadcrumb-nav-holder .breadcrumb-item > a.dropdown-toggle:after {
  content: "\f0da";
  color: #3d3d3d;
  font-size: 12px;
  display: inline-block;
  vertical-align: bottom;
  margin: 0 0 0 5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
#breadcrumb-alt {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 27px;
}


/*===================================================================================*/
/*  Input Controls, Accordion Boxes, Price Slider, Buttons and Star Rating
/*===================================================================================*/
.radio-label {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
}
.radio-label.bold {
  font-weight: 700;
}
.radio-label p {
  font-weight: 500;
  font-size: 13px;
}
.le-radio {
  opacity: 0;
  margin: 0!important;
  vertical-align: middle;
  z-index: 100;
  position: absolute;
  width: 100%;
  height: 15px;
}
.le-radio + .fake-box {
  border-radius: 0px;
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0px 6px 0 0;
  vertical-align: top;
  border: 1px solid #e0e0e0;
  background-color: #fff;
}
.le-radio:hover,
.le-radio:focus {
  cursor: pointer;
}
.le-radio:hover + .fake-box:after,
.le-radio:focus + .fake-box:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  content: "";
  background-color: #3d3d3d;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.le-radio:checked + .fake-box:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.le-checkbox {
  margin: 7px 0 0 0!important;
  vertical-align: middle;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 10px;
}
.le-checkbox.big + .fake-box {
  border-radius: 0;
  width: 15px;
  height: 15px;
}
.le-checkbox + .fake-box {
  border-radius: 2px;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0px 5px 0 0;
  vertical-align: middle;
  border: 1px solid #e0e0e0;
  background-color: #fff;
}
.le-checkbox:hover,
.le-checkbox:focus {
  cursor: pointer;
}
/*
.le-checkbox:hover + .fake-box,
.le-checkbox:focus + .fake-box {
  background-color: #f9f9f9;
}
*/

.le-checkbox:hover + .fake-box {
  box-shadow: 0 0 4px #999999;
}

.le-select {
  background-color: #fff;
  border: 1px solid #ececec;
  padding: 5px 16px 7px 5px;
  color: #3d3d3d;
  width: 100%;
  font-size: 13px;
  width: auto;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.le-select .le-select-in {
  width: auto;
  display: inline-block;
  vertical-align: top;
}
.le-select select {
  position: absolute;
  width: 100%!important;
  bottom: 0;
  height: 32px!important;
  left: 0px;
}
.le-select:after {
  content: "\f107";
  font-family: fontawesome;
  color: #3d3d3d;
  font-size: 15px;
  height: 13px;
  position: absolute;
  right: 6px;
  top: 21%;
}
.le-links {
  list-style: none;
}
.le-links li {
  line-height: 27px;
}
.le-links li a {
  font-size: 14px;
  text-transform: capitalize;
}
.le-links li a:hover:before {
  margin: 0 8px 0 0;
}
.le-links li a,
.le-links li a:before {
  color: #3d3d3d;
}
.le-links li a:before {
  font-size: 14px;
  line-height: 15px;
  margin: 0 5px 0 0;
  content: "\f105";
  font-family: fontawesome;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.accordion-widget {
  margin: 0 0 38px 0;
}
.accordion-widget .accordion {
  margin: 20px 0 0 0;
  text-transform: capitalize;
}
.accordion-widget .accordion .accordion-inner {
  margin: 14px 0 20px 0;
  list-style: none;
}
.accordion-widget .accordion .accordion-inner li {
  line-height: 27px;
}
.accordion-widget .accordion .accordion-inner li a {
  font-size: 14px;
  text-transform: capitalize;
}
.accordion-widget .accordion .accordion-inner li a:hover:before {
  margin: 0 8px 0 0;
}
.accordion-widget .accordion .accordion-inner li a,
.accordion-widget .accordion .accordion-inner li a:before {
  color: #3d3d3d;
}
.accordion-widget .accordion .accordion-inner li a:before {
  font-size: 14px;
  line-height: 15px;
  margin: 0 5px 0 0;
  content: "\f105";
  font-family: fontawesome;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.accordion-widget .accordion .accordion-inner .accordion-body ul {
  padding: 0 0 0 20px;
}
.accordion-widget .accordion .accordion-toggle {
  font-size: 14px;
  line-height: 26px;
  display: block;
  font-weight: 600;
}
.accordion-widget .accordion .accordion-toggle:after {
  float: right;
  content: "\f068";
  font-family: fontawesome;
}
.accordion-widget .accordion .accordion-toggle.collapsed {
  color: #636363;
}
.accordion-widget .accordion .accordion-toggle.collapsed:after {
  color: #636363;
  content: "\f067";
}
.accordion-widget .accordion a {
  color: #636363;
}
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slider.slider-horizontal {
  width: 100%!important;
  height: 20px;
}
.slider.slider-horizontal .slider-track {
  height: 6px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}
.slider.slider-horizontal .slider-selection {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-handle {
  margin-top: -5px;
}
.slider input {
  display: none;
}
.slider .tooltip-inner {
  white-space: nowrap;
}
.slider-track {
  position: absolute;
  cursor: pointer;
  background-color: #939393;
  width: 94%!important;
  margin: 0 auto;
  background-repeat: repeat-x;
}
.slider-selection {
  position: absolute;
  background-repeat: repeat-x;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.slider-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 400px;
  background-color: #fff;
  top: -3px;
  background-repeat: repeat-x;
  margin-left: -3px !important;
  opacity: 1;
  border: 5px solid;
}
.star-holder .star {
  display: inline;
}
.le-button {
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  padding: 10px 20px;
  display: inline-block;
  line-height: 20px;
  border: none;
  font-size: 15px;
  color: #fff;
  background: #58a618;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.le-button.huge {
  padding: 18px 52px;
  font-size: 19px;
}
.le-button.small {
  padding: 6px 15px;
  font-size: 12px;
}
.le-button:hover {
  color: #fff;
}
.le-button.disabled {
  cursor: not-allowed;
  background-color: #c6c6c6;
  color: #fff;
}
.le-button.inverse {
  background-color: #e0e0e0;
  color: #3d3d3d;
  font-weight: 100;
}
.le-button.inverse:hover {
  background-color: #ececec;
  color: #3d3d3d;
}
.le-button.big {
  padding: 15px 34px;
}
.btn-add-to-compare {
  color: #3d3d3d;
  font-size: 12px;
  line-height: 24px;
  display: inline-block;
  vertical-align: top;
  text-transform: capitalize;
}
.btn-add-to-compare:before {
  margin: 0 5px 0 0;
  font-size: 18px;
  color: #c6c6c6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: fontawesome;
}
.btn-add-to-compare:before {
  content: "\f0ec";
}
.btn-add-to-wishlist {
  color: #3d3d3d;
  font-size: 12px;
  line-height: 24px;
  display: inline-block;
  vertical-align: top;
  text-transform: capitalize;
}
.btn-add-to-wishlist:before {
  margin: 0 5px 0 0;
  font-size: 18px;
  color: #c6c6c6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: fontawesome;
}
.btn-add-to-wishlist:before {
  content: "\f004";
}
.dropdown .dropdown-toggle {
  padding: 0 14px 0 5px;
}
.dropdown .dropdown-toggle:after {
  content: "\f107";
  font-family: fontawesome;
  color: #e0e0e0;
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
  vertical-align: sub;
  margin: 0 0 0 3px;
}
.dropdown .dropdown-menu {
  border-radius: 0;
  top: 120% !important;
}
.le-dropdown {
  position: relative;
  border-radius: 5px;
  font-weight: 700 !important;
  font-weight: 800;
  display: inline-block;
  vertical-align: top;
}
.le-dropdown i {
  margin: 0 6px 0 0;
}
.le-dropdown .dropdown-toggle {
  padding: 19px 17px;
  display: inline-block;
}
.le-dropdown .dropdown-toggle:after {
  font-size: 24px;
  margin: 0 0 0 5px;
  color: #fff;
}
.le-dropdown.open {
  border-radius: 5px 5px  0 0!important;
}
.le-dropdown .dropdown-menu {
  top: 96%!important;
  right: 0!important;
  left: 0!important;
  padding: 0;
  border: 1px solid #e0e0e0 !important;
  border-radius: 0 0 5px 5px!important;
}
.le-dropdown .dropdown-menu li:first-child a,
.le-dropdown .dropdown-menu li:last-child a {
  padding: 12px 15px;
}
.le-dropdown .dropdown-menu li:last-child,
.le-dropdown .dropdown-menu li:last-child a {
  border-radius: 0 0 5px 5px;
}
.le-dropdown .dropdown-menu li a {
  font-weight: 600;
  display: block;
  padding: 11px 15px;
  margin: 0!important;
}
.le-dropdown .dropdown-menu li:nth-child(2n+1) {
  background-color: #f9f9f9;
}
.le-dropdown .dropdown-menu li:nth-child(2n) {
  background-color: #fff;
}
.le-dropdown .dropdown-menu:before {
  display: none;
}
.le-dropdown .dropdown-toggle {
  text-transform: capitalize;
}
.le-dropdown .dropdown-toggle,
.le-dropdown .dropdown-toggle i {
  color: #fff;
}


/*===================================================================================*/
/*  Main Content
/*===================================================================================*/

.main-content {
    border-right: 1px solid #ddd;
	padding-bottom: 15px;
}


/*===================================================================================*/
/*  Product Item, Product List, Product Grid
/*===================================================================================*/

.product-item {
	height: 325px;
	text-align: center;
	background: none;
	margin: 0 0 20px 0;
}

.product-item .title {
    color: #489410;
    display: block;
    font-family: "PT Sans";
    font-size: 14px;
    font-weight: bold;
    height: 38px;
    margin: 0 0 5px;
    text-decoration: none;
}

.product-item .pic {
	height: 145px;
	overflow: hidden;
	padding: 0;
	text-align: center;
}

.product-item .desc {
	height: 50px;
	margin: 0 0 12px 0;
}

.product-item .price {
    color: #489410;
    font-size: 18px;
    font-weight: bold;
    padding: 8px 0 0;
    text-align: center;
}

.btn-more-info {
	margin: 0 0 0 30px;
	background: #7a7a7a;
	color: #fff;
	text-decoration: none;
	position: relative;
	border: none;
	border-radius: 0;
}

.btn-more-info:before {
	content: "\f0da";
	font-family: 'fontawesome';
	width: 32px;
	line-height: 32px;
	height: 100%;
	position: absolute;
	right: 100%;
	top: 0;
	background: #e28e08;
}

.btn-more-info:hover {
	color: #fff;
	opacity: 0.8;
}

/*

.product-item-holder.hover {
  position: relative;
}
.product-item-holder.size-small .product-item .add-cart-button {
  margin-bottom: 10px;
}
.product-item-holder.size-small .product-item .add-cart-button a {
  padding: 5px 10px!important;
  font-size: 12px!important;
}
.product-item-holder.size-small .product-item .add-cart-button a:before {
  font-size: 12px!important;
}
.product-item-holder.size-small .product-item .hover-area {
  bottom: 9px;
}
.product-item-holder.size-small .product-item .hover-area .wish-compare a {
  margin: 0 8px;
  font-size: 11px!important;
}
.product-item-holder.size-small .product-item .hover-area .wish-compare a:before {
  font-size: 12px!important;
  margin-right: 3px;
}
.product-item-holder.size-medium .product-item .wish-compare a {
  margin: 0 5px!important;
}
.product-item-holder.size-medium .product-item .add-cart-button {
  margin-bottom: 10px;
}
.product-item-holder.size-medium .product-item .add-cart-button a {
  padding: 5px 10px!important;
  font-size: 12px;
}
.product-item-holder.size-medium .product-item .hover-area {
  bottom: 7px;
}
.product-item-holder .product-item .hover-area {
  text-align: center;
  bottom: 11px;
  width: 100%;
}
.product-item-holder .product-item .hover-area .wish-compare a {
  margin: 0 10px;
}
.product-item-holder .product-item .hover-area .add-cart-button {
  position: relative;
  margin-bottom: 10px;
}
.product-item-holder .product-item .hover-area .add-cart-button a {
  padding: 13px 31px;
  z-index: 10;
  position: relative;
}
.product-item-holder .product-item .hover-area .add-cart-button:before {
  z-index: 0;
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
}
.product-item-holder.hover:hover .product-item,
.product-item-holder.hover.test .product-item {
  width: 100%;
  position: absolute;
  padding-bottom: 2%;
  box-shadow: 0px 0px 5px 0px #c6c6c6;
  z-index: 200;
  background-color: #fff;
}
.product-item-holder.hover:hover .hover-area,
.product-item-holder.hover.test .hover-area {
  display: block;
}
.product-grid-holder .row:nth-child(n+2) .product-item-holder {
  border-top: 0;
}
.product-grid-holder .product-item-holder {
  background-color: #fff;
  margin-bottom: 20px;
  min-height: 401px;
  position: relative;
  border: none;
}

.product-grid-holder .product-item-holder .product-item {
	border: 2px dotted #bbb;
	margin: 0 20px 0 0;
}
.product-grid-holder .product-item-holder.col-sm-3:nth-child(4n) .product-item {
	margin: 0;
}
.product-grid-holder .product-item-holder.col-sm-4:nth-child(3n) .product-item {
	margin: 0;
}

.product-grid-holder .product-item-holder .image {
	margin: 0 15px;
	padding: 29px 0px 0 0;
	max-height: 220px;
	height: 220px;
}

.product-grid-holder .product-item-holder .image img {
	max-height: 100%;
}
.product-grid-holder .product-item-holder .prices {
  margin: 0 15px;
  padding: 11px 0;
}
.product-grid-holder .product-item-holder .body {
  margin: 0 15px ;
  min-height: 107px;
  border-bottom: 1px solid #ececec;
}
.product-grid-holder .product-item-holder.size-big .body {
  min-height: 133px;
}
.product-grid-holder .product-item-holder.size-big .body .title {
  min-height: 36px;
  line-height: 26px;
  font-size: 20px;
  margin: 10px 0 0 0;
}
.product-grid-holder .product-item-holder.size-big .prices {
  padding: 11px 0 18px 0;
}
.product-grid-holder .product-item-holder.size-big .prices .le-button {
  margin-left: 10px;
}
.product-grid-holder .product-item-holder.size-big .price-current {
  font-size: 26px!important;
  line-height: 55px;
}
.product-grid-holder .product-item-holder.size-medium {
  max-width: 224.8px;
  min-height: 323px;
}
.product-grid-holder .product-item-holder.size-medium .image {
  padding: 16px 0px 0 0;
}
.product-grid-holder .product-item-holder.size-medium .body {
  margin: 0 20px;
}
.product-grid-holder .product-item-holder.size-medium .body .title {
  min-height: 36px;
  line-height: 19px;
}
.product-grid-holder .product-item-holder.size-small {
  min-height: 270px;
  max-width: 146.2pt!important;
}
.product-grid-holder .product-item-holder.size-small .ribbon {
  top: 0;
}
.product-grid-holder .product-item-holder.size-small .image {
  margin: 0;
  padding: 15px;
  height: 190px;
}
.product-grid-holder .product-item-holder.size-small .body {
  margin: 0 15px;
  min-height: 71px;
}
.product-grid-holder .product-item-holder.size-small .body .title {
  margin: 9px 0 0 0;
  line-height: 16px;
}
.product-grid-holder .product-item-holder.size-small .body .brand {
  line-height: 22px;
}
.product-grid-holder .product-item-holder.size-small .prices {
  margin: 0 15px;
  padding: 8px 0;
}
.product-item-holder {
  background-color: #fff;
  border: 1px solid #ececec;
  position: relative;
}
.product-item-holder .ribbon {
  position: absolute;
}
.product-item-holder .image {
  text-align: center;
}
.product-item-holder .prices {
  margin: 0 34px;
  padding: 11px 0;
}
.product-item-holder .price-prev {
  display: inline-block;
  font-size: 14px;
  color: #d3d3d3;
  font-weight: 700 !important;
  font-weight: 800;
}
.product-item-holder .savings {
  display: inline-block;
  font-size: 14px;
  color: #489410;
  float: right;
  font-weight: 700 !important;
  font-weight: 800;
}
.product-item-holder .price-current {
  color: #5e6a71;
  font-weight: 700;
  font-size: 19px;
}
.product-item-holder .body .title {
  margin: 7px 0 0 0;
  line-height: 19px;
}
.product-item-holder .body .title a {
  color: #000;
  font-size: 18px;
  font-weight: bold;
}
.product-item-holder .body .brand {
  font-size: 10px;
  line-height: 30px;
  color: #3d3d3d;
  text-transform: uppercase;
}
.product-grid-holder.medium .product-item-holder .prices {
  margin: 0 20px;
}
.single-product-gallery .single-product-gallery-item {
  display: inline-block;
}
.single-product-gallery .single-product-gallery-item a {
  display: block;
  padding: 20px;
}
.single-product-gallery .gallery-thumbs {
  position: relative;
  margin: 0px 20px 0px 9%;
  text-align: left;
}
.single-product-gallery .gallery-thumbs .nav-holder {
  position: absolute;
  background-color: #fff;
  width: 23px;
  padding: 3px;
  top: 0px;
  height: 100%;
  z-index: 50;
}
.single-product-gallery .gallery-thumbs .nav-holder.right {
  right: 0;
}
.single-product-gallery .gallery-thumbs .nav-holder.left {
  left: 0;
}
.single-product-gallery .gallery-thumbs .next-btn,
.single-product-gallery .gallery-thumbs .prev-btn {
  background-color: #e0e0e0;
  border-radius: 2px;
  position: absolute;
  z-index: 100;
  height: 90%;
  width: 90%;
  display: inline-block;
  vertical-align: top;
}
.single-product-gallery .gallery-thumbs .next-btn:after,
.single-product-gallery .gallery-thumbs .prev-btn:after {
  text-align: center;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  height: 30px;
  font-family: fontawesome;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.single-product-gallery .gallery-thumbs .next-btn {
  right: 0;
}
.single-product-gallery .gallery-thumbs .next-btn:after {
  content: "\f105";
}
.single-product-gallery .gallery-thumbs .prev-btn {
  left: 0;
}
.single-product-gallery .gallery-thumbs .prev-btn:after {
  content: "\f104";
}
.single-product-gallery .gallery-thumbs .item,
.single-product-gallery .gallery-thumbs li {
  display: inline-block;
  float: left;
}
.single-product-gallery .gallery-thumbs .item a,
.single-product-gallery .gallery-thumbs li a {
  display: inline-block;
  border: 1px solid #e0e0e0;
  min-height: 60px;
}
.grid-list-products {
  margin: 0 0 59px 0;
}
.grid-list-products .result-counter {
  padding: 30px 0;
  font-size: 13px;
  line-height: 20px;
  text-align: right;
}
.grid-list-products .product-grid-holder {
  margin: 36px 0 0 0;
  border: 1px solid #ececec;
  border-bottom: 0;
  border-right: 0;
  border: none;
}
.grid-list-products .product-grid-holder .product-item-holder {
  min-height: 410px;
  border: 1px solid #ececec;
  border-top: 0;
  border-left: 0;
  border: none;
}
.grid-list-products .product-grid-holder .product-item-holder .image {
  padding: 30px 0px 6px 0;
}
.grid-list-products .product-grid-holder .pagination-holder .pagination {
  display: inline-block;
}
.grid-list-products .section-title {
  margin: 32px 0 11px;
  font-size: 27px;
}
.grid-list-products .control-bar {
  background-color: #f9f9f9;
  border-radius: 5px;
  padding: 13px;
}
.grid-list-products .control-bar #popularity-sort {
  width: 190px;
  margin: 0 18px 0 0;
}
.grid-list-products .grid-list-buttons {
  padding: 7px;
  float: right;
  display: inline-block;
  vertical-align: top;
}
.grid-list-products .grid-list-buttons ul {
  margin: 0;
}
.grid-list-products .grid-list-buttons ul li {
  min-width: 49px;
  margin: 0 23px 0 0;
  display: inline-block;
  vertical-align: top;
}
.grid-list-products .grid-list-buttons ul li:last-child {
  margin: 0;
}
.grid-list-products .grid-list-buttons ul li.active a {
  font-weight: 700 !important;
  font-weight: 800;
}
.grid-list-products .grid-list-buttons ul li a {
  font-size: 13px;
  color: #3d3d3d;
  font-weight: 600;
}
.grid-list-products .grid-list-buttons ul li a i {
  font-size: 19px;
  color: #ccc;
  vertical-align: bottom;
}


.desc-part .body {
	min-height: 155px !important;
	border: none !important;
    height: 155px;
    overflow: hidden;
	position: relative;
}
.desc-part .body:after {
	bottom: 0;
	content: " ";
	display: block;
	height: 12px;
	position: absolute;
	width: 100%;

	background: rgba(255,255,255,0);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 87%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(87%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 87%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 87%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 87%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 87%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );

}

.desc-part .body .excerpt {
	display: none;
}
.desc-part .body .features ul {
	list-style: disc;
	padding: 0 0 0 25px;
	font-size: 12px;
}

.price-part .price-current, .price-part .price-prev {
	line-height: 24px;
}
.price-part .price-current {
	text-align: left;
}

.price-part .button-area {
	clear: both;
	display: block !important;
	text-align: left;
	margin: 0 0 15px 0;
	padding: 0 15px;
}

.price-part .button-area .le-button {
	border-radius: 0;
	font-weight: normal;
	position: relative;
	padding-left: 0;
	padding-right: 0;
	width: 49%;
	text-align: center;
}

.price-part .button-area .le-button.product-buy-now {
	border-right: 10px solid #fff;
	float: right;
}

.price-part .button-area .le-button.hire-enquiry {
	width: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.listview .product-item-holder {
	min-height: 0 !important;
}

.listview .product-item {
	display: table;
	width: 100%;
}

.listview .image-part {
	float: left;
	width: 30%;
}
.listview .image-part .image {
	padding: 20px !important;
}
.listview .desc-part {
	float: left;
	width: 44%;
}
.listview .desc-part .body {
	margin: 0;
	min-height: 80px;
	border: none;
	height: auto;
}
.listview .desc-part .body .excerpt {
	display: block;
	margin: 15px 0 0 0;
	padding: 15px 0;
	font-size: 13px;
	border-top: 1px solid #ececec;
}
.listview .desc-part .body .features ul {
	padding-bottom: 15px;
}
.listview .price-part {
	float: right;
	width: 26%;
}
.listview .product-grid-holder .product-item-holder .prices {
	margin-left: 0;
}
.listview .price-part .prices {
	margin: 10px 25px 0 0 !important;
}
.listview .price-part .price-prev {
	text-decoration: line-through;
	display: block;
	text-align: right;
}
.listview .price-part .price-current {
	text-align: right;
	margin: 0 0 20px 0;
	font-size: 23px;
}
.listview .price-part .hover-area {
	clear: both;
	display: block !important;
}
.listview .add-cart-button:before {
	height: 0 !important;
	background: #FFFFFF;
}
.listview .add-cart-button .le-button {
	margin: 10px 25px;
	display: block;
}


.listview .price-part .button-area .le-button {
	float: none;
	width: auto;
}

.listview .price-part .button-area .phone {
    display: block;
    font-size: 34px;
    margin: 10px 25px;
}

.price-part .button-area .le-button.product-buy-now::after, .price-part .button-area .le-button.hire-enquiry::after {
	position: absolute;
	content: " ";
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 15px solid #58a618;
	top: 0;
	left: 100%;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}



.listview .product-grid-holder .product-item-holder .prices {
	padding-bottom: 0;
	margin: 0;
}
.listview .product-grid-holder .product-item-holder .prices .price-current {
	font-size: 16px;	
	font-weight: normal;
	color: #5e6a71;
}



.products-list {
  margin: 36px 0 27px 0;
}
.products-list .product-item {
  min-height: 241px;
  position: relative;
  border: 1px solid #e0e0e0;
  border-bottom: 0;
}
.products-list .product-item:last-child {
  border-bottom: 1px solid #e0e0e0;
}
.products-list .product-item .row {
  padding: 0;
  margin: 0;
}
.products-list .product-item .row .image-holder {
  width: 31%!important;
  padding: 19px;
}
.products-list .product-item .row .body-holder {
  width: 47%;
  padding: 13px 0px;
}
.products-list .product-item .row .body-holder .body .brand {
  border-bottom: 1px solid #e0e0e0;
}
.products-list .product-item .row .body-holder .body .excerpt {
  margin: 10px 0 16px 0;
  font-size: 12px;
}
.products-list .product-item .row .body-holder .body .excerpt .star-holder {
  margin: -4px 0 6px 0;
}
.products-list .product-item .row .body-holder .body .excerpt .star-holder img {
  width: 16px;
  height: 16px;
}
.products-list .product-item .row .price-area {
  width: 22%;
  padding: 27px;
}
.products-list .product-item .row .price-area .price-current {
  font-size: 18px;
  line-height: 33px;
  display: inline-block;
  vertical-align: middle;
}
.products-list .product-item .row .price-area .price-prev {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 4px;
}
.products-list .product-item .row .price-area .le-button {
  padding: 13px 28px;
  margin: 0 0 18px 0;
}

*/


/* ============================================================== */
/* Category Item, Category List
/* ============================================================== */



/* homepage grey  boxes */

.guarantees {
	margin: 0;
}
.guarantees .col-sm-3, .guarantees .col-xs-12 {
	padding: 0;
}
.guarantees .box {
	position: relative;
	background: #f4f6f7;
	padding: 20px;
	margin: 0 20px 0 0;
	height: 230px;
}
.guarantees .tester-selector .box {
	background: #f4f6f7 url('../images/design_tool_bg.jpg') no-repeat 100% 100%;
	background-size: 100%;
}
.guarantees .col-xs-3:last-child .box, .guarantees .col-sm-3:last-child .box {
	margin: 0;
}

.guarantees .tester-selector .box select.le-input {
	border: 1px solid #eee;
	background: #5e6a71;
	color: #fff;
}
.guarantees .box .heading {
	font-size: 22px;
	font-weight: normal;
	line-height: 1;
	color: #5e6a71;
	display: table;
	position: relative;
	width: 100%;
	padding: 0 0 10px 0;
	text-transform: uppercase;
}
.guarantees .box .text {
	margin: 12px 0 0 0;
	font-size: 15px;
}

.box .button {
	position: absolute;
	bottom: 20px;
	left: 20px;
}
.box .button .le-button {
	border-radius: 0;
	font-weight: normal;
	position: relative;
	line-height: 50px;
	padding: 0 5px 0 15px;
	text-align: center;
}

.box .button .le-button::after {
	position: absolute;
	content: " ";
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 25px solid #58a618;
	top: 0;
	left: 100%;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}

.guarantees .box .guarantee {
	clear: both;
	font-size: 18px;
	margin: 10px 0 6px 0;
}

.guarantees .box .guarantee img {
	width: 65px;
	margin: -8px 15px 0 0;
	float: left;
}
.guarantees .box.training {
	margin-bottom: 15px !important;
	height: auto;
}
.guarantees .box.money-back, .guarantees .box.clock, .guarantees .box.support {
	height: auto;
	font-weight: bold;
}
.guarantees .box.delivery {
	height: auto;
	font-weight: bold;
}
.guarantees .box.money-back img, .guarantees .box.delivery img {
	max-height: 100%;
}


/* Homepage boxes with tester price categories */
.tester-price-categories .box {
	position: relative;
	background: #f4f6f7;
	padding: 20px;
	margin: 0 20px 20px 0;
	overflow: hidden;
	height: 60px;
	border-bottom: 20px solid #f3f6f7;
}
/**/
.tester-price-categories .holder:after {
	content: "\f105\f105\f105";
	font-family: 'fontawesome';
	position: absolute;
	bottom: 33px;
	right: 30px;
	z-index: 2000;
	color: #58a618;
	font-size: 24px;
	cursor: pointer;
}

.tester-price-categories .holder.exp:after {
	content: "\f106\f106\f106";
}
.tester-price-categories .holder:after:hover {
	color: #58a618;
}



.tester-price-categories .col-xs-3:last-child .box, .tester-price-categories .col-sm-3:last-child .box {
	margin-right: 0;
}

.tester-price-categories .box ul {
	list-style: none;
}
.tester-price-categories .box ul li {
	position: relative;
}
.tester-price-categories .box ul li:before {
	content: " ";
	position: absolute;
	top: 10px;
	margin-left: -18px;
	display: block;
	width: 3px;
	height: 3px;
    background-color: #fff;
    border: 1px solid #58a618;
	border-radius: 2px;
}


/* Flexi banner */
.flexi {
	padding-left: 0;
	margin: 15px 0 0 16px;
}


.homepage-slider-container {
	/*padding-bottom: 20px;
	background: #eee;
	padding-bottom: 20px;
	padding: 15px 0 30px 0;
	*/
	padding-top: 20px;
	padding-bottom: 20px;
	background: #fff;
}

#homepage-slider .slide {
	padding: 10px 0 0 0;
	border: 1px solid #ccc;
	margin: 0;
	background: #fff;
}

#homepage-slider .title {
	font-size: 18px;
	font-weight: normal;
	margin: 12px 0;
	text-align: center;
}

#homepage-slider .title:after {
	font-family: 'fontawesome';
	content: "\f138";
}

.homepage-category-holder {
	padding: 10px;
	border: 1px solid #EEE;
	margin: 0 -1px -1px 0;
}

.homepage-category-holder .title {
	font-size: 18px;
	font-weight: normal;
	margin: 12px 0 0 0;
	text-align: center;
}

/* Homepage patman image */
.patman {
	float: right;
	padding: 0 0 0 30px;
}

/* Custom Table ----------------------------------------- */

table.content-table {
	width: 100%;
	margin: 20px 0;
	border: 1px solid #F4F4F4;
}

table.content-table tr:nth-child(odd) {
	background: #F4F4F4;
}

table.content-table td {
	padding: 4px 12px;
}


/* Stacktable */

.stacktable { width: 100%; }
.st-head-row { padding-top: 1em; }
.st-head-row.st-head-row-main { font-size: 1.5em; padding-top: 0; }
.st-key { width: 49%; text-align: right; padding-right: 1%; }
.st-val { width: 49%; padding-left: 1%; }

/* RESPONSIVE EXAMPLE */

.stacktable.large-only { display: table; }
.stacktable.small-only { display: none; }

@media (max-width: 800px) {
  .stacktable.large-only { display: none; }
  .stacktable.small-only { display: table; }
}




/*!
 * BX Slider
 */

.bx-slider div.slide {
	display: inline-block;
	margin: 0 20px 0 0;
}

/* WRAPPER */

.bx-wrapper {
    margin: 15px 40px !important;
}

.bx-wrapper .bx-viewport {

	border:  none;
	left: 0;
	background: none;
	box-shadow: none;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev:before,.bx-wrapper .bx-next:before{
	font-size:30px;
	line-height:30px;
	font-family:'FontAwesome';
	text-align: center;
	font-weight: bold;
}
.bx-wrapper .bx-prev:before{content:"\f104";}
.bx-wrapper .bx-next:before{content:"\f105";}

/*
.bx-wrapper .bx-controls-direction {
	position: absolute;
	top: -32px;
	right: 6px;
}
*/
.bx-wrapper .bx-controls-direction a {
    height: 32px;
    line-height: 32px;
    margin: 0;
    outline: 0 none;
    padding: 0;
    position: absolute;
    text-align: center;
    text-indent: 0;
    top: 45%;
    width: 32px;
    z-index: 99;
	border-radius: 4px;
	opacity: 0.9;
	color: #fff;
    background: #58a618;
}

.bx-wrapper .bx-controls-direction a.bx-prev {
	left: -40px;
}
.bx-wrapper .bx-controls-direction a.bx-next {
	right: -40px;
}

.bx-wrapper .bx-controls-direction a:hover {
	opacity: 0.4;
}


/* ------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------- */


.category-item-holder {
	padding: 10px;
	border: 2px dotted #ddd;
	margin: 0 15px 15px 0;
}

/*
.category-item-holder:hover {
	-moz-box-shadow: 0px 1px 6px -1px #BBBBBB;
	-webkit-box-shadow: 0px 1px 6px -1px #BBBBBB;
	box-shadow: 0px 1px 6px -1px #BBBBBB;
}
*/

.category-item-holder .title {
	margin: 10px 2px 5px 2px;
	text-align: center;
}
.category-item-holder .title a {
    color: #0e53a5;
    font-weight: bold;
}
.category-item-holder .title a:hover {
	color: #58a618;
}



/*===================================================================================*/
/*  Home Page
/*===================================================================================*/


.container.slider {
	margin: 0 0 20px 0;
}



#products-tab {
  margin: 50px 0 20px 0;
}
#products-tab .image {
  min-height: 215px;
}
.nav-tabs {
  border: none;
}
.nav-tabs,
.nav-tabs li,
.nav-tabs a,
.nav-tabs ul {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav-tabs.simple li a {
  border-bottom: 1px solid #e0e0e0;
}
.nav-tabs.simple li.active a {
  padding: 14px 44px;
  background-color: #fff;
  color: #3d3d3d;
  border: 1px solid #e0e0e0;
}
.nav-tabs.simple li.active a:hover {
  background-color: #e0e0e0;
  color: #3d3d3d;
  border: 1px solid #d3d3d3;
}
.nav-tabs li {
  float: none;
  display: inline-block;
  vertical-align: bottom;
}
.nav-tabs li a {
  border: none;
  color: #3d3d3d;
  background-color: #f9f9f9;
  font-size: 15px;
  line-height: 13px;
  padding: 18px 39px;
  margin: 0 3px;
  text-transform: capitalize;
}
.nav-tabs li.active a {
  margin-left: 0 !important;
  font-size: 19px;
  line-height: 30px;
  padding: 16px 53px;
  font-weight: 600;
  text-transform: capitalize;
}
.nav-tabs li.active a,
.nav-tabs li.active a:focus {
  color: #fff!important;
  border: none!important;
}
.nav-tabs li.active a:hover {
  cursor: pointer;
  color: #fff;
  border: none;
}
.btn-loadmore {
  color: #575757;
  display: inline-block;
  text-align: center;
  margin: 21px 0;
  text-transform: capitalize;
}
.btn-loadmore:hover i:before {
  color: #fff;
}
.btn-loadmore i {
  vertical-align: middle;
  display: inline-block;
  background-color: #f9f9f9;
  border-radius: 5px;
  width: 22px;
  height: 22px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-loadmore i:before {
  color: #575757;
  display: inline-block;
  width: 10px;
  height: 10px;
  font-size: 10px;
  line-height: 12px;
  vertical-align: middle;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}



/*===================================================================================*/
/*  Single Product Page
/*===================================================================================*/
#single-product .gallery-holder {
  width: 37%;
}
#single-product .body-holder {
  width: 63%;
}
#single-product .body-holder .body {
  padding: 0 37px;
}

#single-product .body-holder .body .availability {
  margin: 12px 25px 0 0;
  display: inline-block;
  vertical-align: top;
}

#single-product .body-holder .body .title, #single-product .body-holder .body .title a {
  letter-spacing: -1px;
  color: #3d3d3d;
  font-weight: 500 !important;
  text-transform: none;
  font-size: 30px;
  line-height: 36px;
  margin: 0;
}
#single-product .body-holder .body .in-stock-image {
	margin: -38px 0 0 0;
	float: right;
	width: 90px;
}

#single-product .body-holder .body .brand {
  line-height: 22px;
  padding-bottom: 7px;
  font-size: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
  text-transform: uppercase;
}
#single-product .body-holder .stButton .stFb,
#single-product .body-holder .stButton .stTwbutton,
#single-product .body-holder .stButton .stMainServices {
  height: 23px;
}
#single-product .body-holder .social-row,
#single-product .body-holder .buttons-holder {
  display: inline-block;
  vertical-align: top;
}
#single-product .body-holder .buttons-holder {
  margin: 0 0 0 10px;
}
#single-product .body-holder .buttons-holder .btn-add-to-wishlist {
  margin: 0 20px 0 0;
}
#single-product .body-holder .excerpt {
  margin: 22px 0 ;
}

#single-product .body-holder .prices {
	margin-bottom: 15px;
}

#single-product .body-holder .price-current {
  font-size: 36px;
  font-weight: 700;
  color: #28124A;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}

#single-product .body-holder .price-current .inc-gst {
	font-size: 20px;
}

#single-product .body-holder .price-current .was {
    color: #999999;
    font-size: 16px;
    text-decoration: line-through;
}

#single-product .body-holder .price-prev {
  font-size: 20px;
  font-weight: 600;
  color: #e0e0e0;
  text-decoration: line-through;
  vertical-align: bottom;
  line-height: 40px;
  margin: 0 0 0 16px;
  display: inline-block;
  vertical-align: top;
}

#single-product .body-holder .savings {
	font-size: 20px;
	font-weight: 600;
	color: #489410;
	vertical-align: bottom;
	line-height: 40px;
	float: right;
	display: inline-block;
	vertical-align: top;
}

#single-product .body-holder .qnt-holder {
  margin: 22px 0 22px 0;
  display: inline-block;
  vertical-align: middle;
}

#single-product .body-holder .qnt-holder.colour {
	margin: 0 0 20px 0;
	display: block;
}

#single-product .body-holder .qnt-holder.colour .le-colour {
	display: inline-block;
}
#single-product .body-holder .qnt-holder.colour .le-colour .le-select {
    height: 44px;
    line-height: 44px;
	font-size: 18px;
    vertical-align: middle;
}

#single-product .body-holder .qnt-holder span.txt {
	font-size: 23px;
	margin: 0 15px 0 0;
	vertical-align: middle;
}
#single-product .body-holder #addto-cart {
  margin: 5px 0 0 0;
}
#single-product .single-product-gallery-item {
  padding-bottom: 40px;
}
#single-product .single-product-gallery-item img {
  width: 433px;
}
#single-product .product-item-holder {
  border: none;
}
#single-product .product-item-holder .owl-wrapper-outer {
  border: 1px solid #e0e0e0;
}
#single-product .gallery-thumbs {
  margin: 10px 0 0 0;
}
#single-product .gallery-thumbs .owl-wrapper-outer {
  border: none;
}
#single-product .gallery-thumbs img {
  width: 67px;
}

#single-product .feature-title {
	margin: 15px 0 15px -15px;
}



.single-product-gallery-thumbs .nav-holder {
  display: none;
}
.single-product-gallery-thumbs .nav-holder:hover {
  opacity: 1;
}
.single-product-gallery-thumbs:hover .nav-holder {
  display: block;
  opacity: 0.8;
}

/* Main Product Image */
.product-item-holder.single-product-gallery #single-product-main-image {
	text-align: center;
}

.product-item-holder.single-product-gallery #single-product-main-image.left {
	text-align: left;
}

.product-item-holder.single-product-gallery #single-product-main-image .prod-image {
	display: inline-block;
}

.single-product-gallery .more-images-button {
	padding: 6px 5px 6px 0;
}
.single-product-gallery .more-images-button .btn {
	color: #FFFFFF;
	background: #908e91;
}
.single-product-gallery .video-button {
	padding: 6px 0 6px 5px;
}
.single-product-gallery .video-button .btn {
	color: #FFFFFF;
	background: #908e91;
}

.single-product-gallery .video-button .btn:hover {
	opacity:.8;
}
.single-product-gallery .more-images-button .fa, .single-product-gallery .video-button .fa {
	margin: 0 15px 0 0;
}

.single-product-gallery .cmp-button {
	padding: 6px 0;
}
.single-product-gallery .cmp-button .btn {
	color: #FFFFFF;
	background: #333333;
}

.price-qty-holder {
	margin: 0 0 25px 0;
}
.button-pm-holder {
	float: none;
}


/* Colours on individual colour packs ------------------ */
#single-product .colours {
	margin: 0;
}

#single-product .colours .colour {
	font-size: 11px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 10px 0;
}

#single-product .colours .colour input {
	height: 25px;
	width: 25px;
	line-height: 25px;
	margin: 0 0 0 8px;
	padding: 0;
	text-align: center;
	border: 1px solid #777777;
}
#single-product .colours .colour select {
	height: 25px;
	width: 42px;
	margin: 0 0 0 5px;
	line-height: 25px;
	text-align: center;
}

#single-product .colours .colour select.custom-tag-select {
	width: auto;
	text-align: left;
}

#single-product .colours .colour div {
	float: left;
	width: 25px;
	height: 25px;
	border: 1px solid #777777;
}

/* ------------------------------------------------------- */

#product-add-to-cart {
	float: left;
}

/* Product payment methods */
.product-payment-methods {
  text-align: center;
  margin: 5px 0 0 0;
  display: inline-block;
  width: 214px;
  float: right;
}

.product-payment-methods .payment-methods li {
  display: inline-block;
  width: 50px;
  background-color: #fff;
  border-radius: 2px;
  text-align: center;
  padding: 0px 5px;
}
.product-payment-methods .payment-methods li:hover {
  cursor: pointer;
}
.product-payment-methods .payment-methods li:hover img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
}
.product-payment-methods .payment-methods li img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}

#single-product .body-holder .body .customer-service-phone {
	color: #000000;
	font-size:40px;
	font-weight:normal;
}

/* Service Icons */
.service-info {
	clear: both;
	margin: 20px 0 15px 0;
	font-size: 15px;
}
.service-info div {
	display: inline-block;
	line-height: 37px;
}
.service-info .delivery {
	margin: 0 25px 0 0;
	padding: 0 0 0 55px;
	background: transparent url(../images/truck_icon.gif) no-repeat 0 0;
}
.service-info .dispatch {
	margin: 0 25px 0 0;
	padding: 0 0 0 40px;
	background: transparent url(../images/clock_icon.gif) no-repeat 0 0;
}
.service-info .guarantee {
	margin: 0 8px 0 0;
	padding: 0 0 0 40px;
	background: transparent url(../images/guarantee_icon.gif) no-repeat 0 0;
}

.service-info title{
	margin: 0;
}
.tooltip-inner {
	max-width: 300px;
}

.le-quantity {
  padding: 8px;
  position: relative;
  border: 1px solid #e0e0e0;
  display: inline-block;
  vertical-align: middle;
}
.le-quantity .minus,
.le-quantity .plus {
  position: absolute;
  width: 5px;
  height: 100%;
  padding: 3px 11px;
  background-color: #f9f9f9;
  top: 0;
  font-family: fontawesome;
}
.le-quantity .minus:hover,
.le-quantity .plus:hover {
  background-color: #f6f6f6;
}
.le-quantity .minus,
.le-quantity .plus,
.le-quantity .minus:after,
.le-quantity .plus:after {
  color: #3d3d3d;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.le-quantity .minus:after,
.le-quantity .plus:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  font-size: 8px;
}
.le-quantity .minus {
  left: 0;
  border-right: 1px solid #e0e0e0;
}
.le-quantity .minus:after {
  content: "\f068";
}
.le-quantity .plus {
  border-left: 1px solid #e0e0e0;
  right: 0;
}
.le-quantity .plus:after {
  content: "\f067";
}
.le-quantity input {
  border: none;
  text-align: center;
  width: 64px;
  color: #3d3d3d;
  font-size: 18px;
  background-color: #fff;
}

/* Product Information Expandable Boxes */

.product-details ul, #single-product-tab .tab-pane ul {
	list-style: disc;
	margin: 15px 0;
	padding: 0 0 0 20px;
}

#single-product-tab .tab-pane ul.tabled-data {
	list-style: none;
}

.expandable-box {
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
	border-bottom: 1px solid #F3F3F3;
}

.expandable-box > div {
	padding: 0 0 15px 0;
}

.expandable-box h4 {
	font-size: 16px;
	display: block;
	background: #FFF;
	padding: 12px 8px 12px 28px;
	cursor: pointer;
}
.expandable-box h4:hover {
	opacity: 0.8;
}

.expandable-box h4:before {
	font-family: 'fontawesome';
	content: "\f146";
	float: left;
	font-size: 19px;
	font-weight: normal;
	margin: 0 0 0 -28px;
	color: #58a618;
}
.expandable-box h4.collapsed:before {
	content: "\f0fe";
}

.meta-row label {
  font-weight: 700 !important;
  font-weight: 800;
  text-transform: capitalize;
}
.meta-row span {
  color: #3d3d3d;
  font-weight: 500;
  text-transform: capitalize;
}
.meta-row span a {
  font-weight: 600;
  text-transform: capitalize;
}
.meta-row span a:hover {
  color: #3d3d3d;
}
#single-product-tab {
  padding: 42px 0 20px 0;
}
#single-product-tab .tab-content {
  border: 1px solid #e0e0e0;
}
#single-product-tab .tab-pane {
  padding: 35px;
}
#single-product-tab .tab-pane p {
  margin-bottom: 24px;
}
#single-product-tab .tab-pane .meta-row {
  margin: 47px 0 0 0;
  font-size: 14px;
}
#single-product-tab .tab-pane .meta-row .seperator {
  margin: 0 20px;
}
#single-product-tab .new-review-form {
  margin: 53px 0 0 0;
}
#single-product-tab .new-review-form .field-row {
  margin-bottom: 36px;
}
#single-product-tab .new-review-form h2 {
  font-size: 22px;
  line-height: 36px;
  text-transform: capitalize;
}
#single-product-tab .new-review-form form {
  margin: 27px 0 0 0;
}
#single-product-tab .new-review-form .star-row {
  margin-bottom: 27px!important;
}
#single-product-tab .new-review-form .star-row .star-holder {
  padding: 9px 0 0 0;
}
#single-product-tab .new-review-form .buttons-holder {
  margin: -16px 0px 0 0px;
  text-align: right;
}
#single-product-tab .new-review-form .buttons-holder button {
  padding: 14px 31px;
}
.tabled-data.no-border {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 16px;
}
.tabled-data.no-border li {
  border: none;
  line-height: 16px;
}
.tabled-data.inverse-bold label {
  font-weight: normal;
}
.tabled-data.inverse-bold .value {
  font-weight: 700;
}
.tabled-data li {
  border-bottom: 1px solid #e0e0e0;
  color: #3d3d3d;
  font-size: 14px;
  padding: 7px 0;
}
.tabled-data li:first-child {
  padding-top: 0;
}
.tabled-data li:last-child {
  border-bottom: 0;
}
.tabled-data li label {
  margin: 0;
  min-width: 150px;
  font-weight: 700;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: top;
}
.tabled-data li .value {
  display: inline-block;
  vertical-align: top;
}
.le-input {
  border-radius: 3px;
  background-color: #ececec;
  border: none;
  color: #3d3d3d;
  width: 100%;
  padding: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.le-input:focus,
.le-input:hover {
  background-color: #e0e0e0;
}
.field-row label {
  display: block;
  font-weight: 700;
  font-size: 14px;
  color: #3d3d3d;
  text-transform: capitalize;
}
.field-row input {
  width: 100%;
}
.comment-item {
  margin-bottom: 20px;
}
.comment-item .comment-body {
  position: relative;
  padding: 21px;
  border: 1px solid #e0e0e0;
}
.comment-item .comment-body:before,
.comment-item .comment-body:after {
  content: "";
  border-width: 7.5px 10px 7.5px 0;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 20px;
}
.comment-item .comment-body:before {
  left: -10px;
  border-color: transparent #e0e0e0 transparent transparent;
}
.comment-item .comment-body:after {
  left: -8px;
  border-color: transparent #fff transparent transparent;
}
.comment-item .comment-body .author {
  font-weight: 500;
  text-transform: capitalize;
}
.comment-item .comment-body .comment-text {
  margin: 16px 0 7px 0!important;
}
.comment-item .comment-body .date {
  font-size: 14px;
  line-height: 26px;
}
.sidebar-page #recently-reviewd {
  padding-top: 19px!important;
}
.sidebar-page .gallery-holder {
  padding: 15px;
  width: 50%!important;
}
.sidebar-page .body-holder {
  width: 50%!important;
  padding: 15px 0;
}
.sidebar-page .body-holder .body {
  padding: 0 19px!important;
}
.sidebar-page .body-holder .body .social-row {
  margin-bottom: 13px;
}
.sidebar-page .body-holder .body .buttons-holder {
  margin: 0 0 0 0px!important;
}
.sidebar-page #single-product-tab {
  margin-top: 12px;
}


/*===================================================================================*/
/* Tester Comparison Table
/*===================================================================================*/

table.cmp {

}

table.cmp td {
	text-align: center;
	background: #F4F4F4;
}

table.cmp td.head, table.cmp td.row_head {
	color: #000000;
	font-weight: bold;
	text-align: left;
	padding: 2px 0 2px 3px;
	background: #CCCCCC;
}

table.cmp td.row_head {
	height: 30px;
	width: 85px;
}

table.cmp td a {
	color: #0F6209;
}
table.cmp td a:hover {
	color: #777777;
}


/*===================================================================================*/
/*  Shopping Cart Page
/*===================================================================================*/
#cart-page {
  margin-bottom: 76px;
}
#cart-page .widget {
  margin: 0 0 17px 0!important;
  padding-left: 40px;
}
#cart-page .widget .body {
  padding: 7px 0;
}
#cart-page ul {
	list-style: none;
}
#cart-page .widget .buttons-holder {
  text-align: right;
}
#cart-page .widget .buttons-holder .simple-link {
  color: #3d3d3d;
  margin: 10px 0;
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize;
}
#cart-page .widget .tabled-data li label {
  min-width: 125px;
}
#cart-page .widget #total-price {
  margin: 18px 0 0 0;
  padding-bottom: 24px;
  border-bottom: 0;
}
#cart-page .widget #total-price .value {
  font-weight: bold;
  font-size: 25px;
  line-height: 25px;
}
#cart-page .items-holder {
  margin: 14px 0 0 0;
}
#cart-page .items-holder .close-btn {
  display: inline-block;
  padding: 10px;
  float: right;
}
#cart-page .items-holder .close-btn:after {
  color: #3d3d3d;
  content: "\f00d";
  font-family: fontawesome;
}
#cart-page .items-holder .cart-item {
  border-bottom: 1px solid #e0e0e0;
  padding: 27px 0 24px;
}
#cart-page .items-holder .cart-item:first-child {
  padding-top: 0;
}
#cart-page .items-holder .cart-item:last-child {
  border-bottom: 0;
}
#cart-page .items-holder .cart-item .title {
  padding: 8px 0;
}
#cart-page .items-holder .cart-item .title a {
	line-height: 15px;
	font-size: 12px;
	text-decoration: none;
	font-weight: 700;
	color: #0e53a5;
}
#cart-page .items-holder .cart-item .brand {
  font-size: 10px;
  line-height: 27px;
  text-transform: uppercase;
}
#cart-page .items-holder .cart-item .quantity {
  margin: 11px 0 0 30px;
    margin: 0;
}
#cart-page .items-holder .cart-item .quantity .le-quantity {
    padding: 5px;
}
#cart-page .items-holder .cart-item .price {
  font-weight: 700;
  font-size: 18px;
  padding: 8px 0;
  text-align: center;
}
/*===================================================================================*/
/*  Checkout Page
/*===================================================================================*/
.checkout-customer-details, .checkout-order-info {
	padding: 0;
}
#checkout-page .billing-address .le-checkbox {
  display: inline-block;
  vertical-align: top;
}
#checkout-page .billing-address .placeholder {
  text-transform: capitalize;
}
#checkout-page .billing-address form {
  margin: 23px 0 0 0;
}
#checkout-page .billing-address .le-input, #checkout-page #shipping-address .le-input {
  padding: 9px;
}
#checkout-page .billing-address .field-row {
  margin-bottom: 25px;
}
#checkout-page #create-account {
  font-size: 13px;
  line-height: 24px;
}
#checkout-page #shipping-address {
  margin: 25px 0 0 0;
}
#checkout-page #shipping-address form {
  margin: 24px 0 0 0;
  font-size: 14px;
}
#checkout-page #your-order {
  margin: 0;
}
#checkout-page #your-order .order-item {
  border-bottom: 1px solid #e0e0e0;
  padding: 7px 0 7px 0;
}
#checkout-page #your-order .order-item:first-child {
  margin-top: 16px;
}
#checkout-page #your-order .order-item .qty {
  font-weight: 700;
  font-size: 18px;
  display: block;
  margin: 14px 0 0 0;
  color: #3d3d3d;
}
#checkout-page #your-order .order-item .title {
  font-weight: 600;
  text-transform: capitalize;
}
#checkout-page #your-order .order-item .title a {
  margin: 0 0 0 -42px;
}
#checkout-page #your-order .order-item .title,
#checkout-page #your-order .order-item .title a {
  color: #3d3d3d;
}
#checkout-page #your-order .order-item .brand {
  margin: 0 0 0 -42px;
  font-size: 10px;
  line-height: 18px;
  text-transform: uppercase;
}
#checkout-page #your-order .order-item .price {
  text-align: right;
  font-weight: bold;
  font-size: 13px;
  line-height: 46px;
}
#checkout-page #subtotal-holder {
  margin: 44px 0 0 0;
}
#checkout-page #subtotal-holder .radio-group .radio-label {
  margin-bottom: 12px;
}
#checkout-page #subtotal-holder .tabled-data li label {
  min-width: 230px;
}
#checkout-page #subtotal-holder .tabled-data li .value {
  width: 140px;
}
#checkout-page #total-field {
  margin-top: 11px;
}
#checkout-page #total-field label {
  line-height: 24px;
}
#checkout-page #total-field .value {
  font-size: 21px;
  line-height: 30px;
}
#checkout-page .subscribe-checkbox {
	font-weight: normal;
	margin: 10px 0 0 0;
	padding: 15px 0 0 0;
	border-top: 1px solid #eee;
}
#checkout-page .place-order-button {
  text-align: right;
  margin: 23px 0 52px 0;
}
#payment-method-options {
  margin: 40px 0 0 0;
}
#payment-method-options .payment-method-option {
  padding: 18px 0 18px 0;
  zborder-bottom: 1px solid #e0e0e0;
}
#payment-method-options .payment-method-option:first-child {
  padding-top: 0;
}
#payment-method-options .payment-method-option .radio-label {
  vertical-align: top;
  margin-top: -3px;
  font-size: 15px;
  text-transform: capitalize;
}
#payment-method-options .payment-method-option .fake-box {
  margin-right: 20px;
}
#payment-method-options .payment-method-option .value {
  text-transform: capitalize;
}
#payment-method-options .payment-method-option .value p {
  text-transform: none;
}
.subscribe-checkbox {
	border-top: 1px solid #e0e0e0;
	margin: 0 0 15px;
	padding: 15px 0 0;
}
.subscribe-checkbox label {
	font-size: 13px;
	font-weight: normal;
}
.subscribe-checkbox .le-checkbox + .fake-box {
	margin: 0 10px 4px 0;
}
.place-order-button {
	margin: 0 0 30px 0;
}



/*===================================================================================*/
/*  Contact Page
/*===================================================================================*/

.location-map {
	height: 240px;
	margin: 0 0 15px;
}

#contact-us .bordered,
#authentication .bordered {
  border-bottom: 1px solid #ececec;
}
.cf-style-1 .field-row {
  margin-bottom: 25px;
}
.cf-style-1 label {
  color: #3e3e3e;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600 !important;
}
.cf-style-1 .le-input {
  background-color: #f6f6f6;
  border-radius: 0;
  padding: 9px;
}
.our-store {
  line-height: 28px;
  color: #747474;
}
.our-store address {
  line-height: 28px;
}
.our-store h3 {
  font-size: 16px;
  color: #434343;
  margin: 40px 0;
}
.get-direction {
  background-color: #f6f6f6;
  padding: 15px 0;
}
.get-direction .btn-lg {
  padding: 13px 20px;
}
.get-direction .le-input {
  background-color: #FFF;
  color: #3e3e3e;
  font-size: 14px;
  padding: 15px 30px;
  font-weight: 600 !important;
}


/*===================================================================================*/
/*  Footer
/*===================================================================================*/
#footer {
	margin: 0;
	padding: 20px 0 20px 0;
	text-align: left;
	font-size: 12px;
	background-color: #d7dbde;
}

#footer .bottom-menu {
	margin: 0 0 15px 0;
	text-align: center;
}
#footer .bottom-menu li {
	margin: 5px 10px 0 0;
	display: inline-block;
}
#footer .bottom-menu li a {
	padding: 0;
	color: #444;
	font-weight: bold;
	text-decoration: none;
}

#footer h2 {
	text-transform: capitalize;
	font-size: 21px;
	line-height: 32px;
	letter-spacing: -1px;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 11px;
}
#footer h3, span.footer-head {
  display: block;
  color: #555;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -1px;
  padding-bottom: 11px;
  padding-top: 11px;
}

#footer .exelnetwork-logo img {
	width: 280px;
}

#footer .copyright-bar {
  color: #555;
  background-color: #d7dbde;
  margin: 0;
  padding: 20px 0;
  text-transform: none;
  text-align: left;
}

/*
#footer .copyright-bar .bottom-menu {
  margin: 0 0 5px 0;
}
#footer .copyright-bar .bottom-menu li a {
  color: #555;
}
#footer .copyright-bar .bottom-menu li a:hover {
  color: #CCCCCC;
}
*/

#footer .copyright-bar .copyright {
  line-height: 30px;
  color: #8a8a8a;
  text-align: center;
}
#footer .copyright-bar .copyright a {
  color: #fff;
  font-weight: 600;
}
#footer .footer-contacts {
	padding-left: 0;
}

#footer .payment-methods {
  text-align: right;
}
#footer .payment-methods li {
  display: inline-block;
  width: 50px;
  background-color: #fff;
  border-radius: 2px;
  text-align: center;
  padding: 0px 5px;
}
#footer .payment-methods li:hover {
  cursor: pointer;
}
#footer .payment-methods li:hover img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
}
#footer .payment-methods li img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}

#footer .exel-logo {
	padding: 15px 35px 0 0;
	text-align: right;
}

/*===================================================================================*/
/*  Browser Specific Styles
/*===================================================================================*/
.gecko .dropdown > a:after {
  vertical-align: middle!important;
}
.gecko .dropdown-toggle:after {
  vertical-align: middle!important;
}
.gecko header .top-search-holder .search-area .search-button:after {
  vertical-align: middle!important;
}
.ie9 #top-megamenu-nav .dropdown .dropdown-toggle:before {
  bottom: -23%;
}
.ie9 .le-select select {
  padding: 5px;
}
.ie9 .le-select:after {
  display: none;
}
/*===================================================================================*/
/*  Responsive Layout
/*===================================================================================*/
select.top-drop-menu {
  margin: 10px 0 0 0;
  padding: 10px;
  width: 100%;
  color: #000;
}
.carousel-item.size-small {
  min-width: 194px;
}
.carousel-item.size-medium {
  min-width: 225px;
}
.navbar-collapse {
  padding: 0;
}
.navbar .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-collapse {
  max-height: none;
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {

	iframe {
		max-width: 100%;
	}

	body {
		background: #fff;
	}

	.container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.h1,
	h1 {
	  font-size: 24px;
	  line-height: 32px;
	  font-weight: normal !important;
	  color: #777777;
	  letter-spacing: -1px;
	  margin: 0 0 10px 0;
	  text-transform: capitalize;
	}


	.feature-title {
		margin: 15px -15px 15px -15px;
	}


	.section-title {
	  font-size: 24px;
	  line-height: 32px;
	}

	.top-bar {
		padding: 8px 0 0 0;
	}
	.top-bar > .container > div {
		margin: 10px 0;
	}
	.top-bar ul.right, .top-bar {
		text-align: center!important;
	}
	.top-bar > .container > div > ul > li > a {
		font-size: 11px !important;
		padding: 0 9px !important;
	}
	.top-bar .slogan {
		font-size: 12px;
		font-weight: bold;
		line-height: 32px;
		margin: 0 -5px 10px !important;
	}

	.top-bar ul.right > li:first-child a {
	  padding: 0 10px;
	}
	.top-bar ul.right > li:last-child a {
	  padding: 0 0 0 10px ;
	}
	.top-bar ul > li a {
	  padding: 0 10px;
	  border-right: none;
	  line-height: 32px;
	}

	header {
		display: block;
	}

	header .logo-holder .logo {
		margin: 5px 0;
	}
	.logo > a {
		display: block;
	}
	.logo > a > svg {
	display: block;
	margin: 0 auto;
	}


	.top-cart-row-container {
		display: table;
		width: 100%;
		margin: 0 0 0 0;
	}


	header .top-search-holder {
		padding-top: 0;
		padding-left: 15px;
		padding-right: 15px;
	}

	header .top-search-holder .contact-row {
		text-align: center;
		margin-bottom: 20px;
	}

	header .top-search-holder .contact-row > div,
	header .top-search-holder .contact-row .phone,
	header .top-search-holder .contact-row .contact {
		margin: 0;
		margin-bottom: 5px;
		display: block !important;
	}

	header .top-search-holder .search-area {
		margin: 0 5px;
	}

	header .top-search-holder .search-area .search-button {
		border-radius: 0 6px 6px 0;
	}

	header .top-search-holder .search-area .categories-filter {
		border-top: 1px solid #e0e0e0;
		border-left: none;
		width: 100%;
		line-height: 35px;
		padding-top: 3px;
		padding-bottom: 3px;
	}

	header .top-cart-row {
		padding: 0 10px 0 10px;
	}

	header .top-cart-row .phone-holder {
		margin: 0 5px;
		font-size: 31px;
		text-align: left;
		float: left;
	}

	header .top-cart-holder {
		float: right;
		margin: 4px 5px 0 5px;
	}


	/* Basket */
	header .top-cart-row .top-cart-holder .basket {
		display: block;
	}


	.orange_box {
		display: none;
	}
	
	/* Menu ---------------------------------------------------- */
	.main-menu-holder {
		margin-bottom: 20px;	
	}

	#menu-trigger {
		display: block;
		background: #58a618 none repeat scroll 0 0;
		border: medium none;
		color: #fff;
		cursor: pointer;
		display: block;
		font-size: 20px;
		font-weight: 600;
		line-height: 50px;
		outline: medium none;
		width: 100%;
	}
	#menu-trigger::after {
		content: "Product Menu";
		font-size: 20px;
	}
	#menu-trigger::before {
		content:"\f0c9";
		font-family: "fontawesome";
		font-size: 21px;
		margin-right: 12px;
		vertical-align: middle;
	}

	.main-menu {
		display: none;
	}

	.main-menu .top {
		height: 40px;
		line-height: 40px;
	}

	.main-menu .sub {
		display: none;
	}

	.main-menu a {
		height: 40px;
		line-height: 40px;
	}



	.free-shipping {
		display: none;
	}


	/* Main Content -------------------------------------------- */
	.main-content {
		padding: 20px 0 0 0;
		border: none;
	}

	.tag-tool-link {
		display: block;
		text-align: center;
	}
	.tag-tool-link img {
		float: none !important;
	}


	.sub-header {
		display: none;
	}

	.guarantees {
		margin: 0;
	}
	.guarantees .col-xs-12 {
		padding: 0;
	}
	.guarantees .box {
		margin: 0 0 16px 0;
	}

	.product-grid-holder .product-item-holder {
		margin-bottom: 10px;
	}
	.product-grid-holder .product-item-holder .product-item {
		margin: 0;
	}


	/* Product -------------------------------------------- */

	#single-product {
		margin: 0;
	}


	#single-product .gallery-holder {
		width: 100%;
	}
	#single-product .body-holder {
		width: 100%;
	}
	#single-product .body-holder .body {
		padding: 0 0;
	}

	.price-qty-holder, .button-pm-holder {
		float: none;
		text-align: center;
	}

	#product-add-to-cart {
		float: none;
	}

	.product-payment-methods {
		float: none;
		margin: 15px 0 0 0;
	}

	#single-product .body-holder .qnt-holder {
		display: block;
		text-align: center;
	}
	#single-product .body-holder .qnt-holder.colour {
		margin: 10px 0 22px 0;
	}
	#single-product .body-holder .qnt-holder #addto-cart {
		width: 100%;
		display: block;
		margin: 15px 0;
		text-align: center;
	}
	#single-product .single-product-gallery-item img {
		width: 100%;
	}



	#single-product .body-holder .prices {
		margin-bottom: 15px;
	}

	#single-product .body-holder .price-current {
		font-size: 30px;
		line-height: 40px;
		display: block;
	}

	#single-product .body-holder .price-current .inc-gst {
		font-size: 12px;
	}

	#single-product .body-holder .price-current .was {
		font-size: 16px;
	}

	#single-product .body-holder .price-prev {
		font-size: 16px;
	}

	#single-product .body-holder .savings {
		font-size: 20px;
		line-height: 40px;
		float: none;
		display: block;
	}

	#single-product .feature-title {
		margin: 15px -15px 15px -15px;
	}



	/* Footer */

	#footer .widgets-row > div {
		margin-left: 0;
		padding-left: 0;
	}
	#footer .sub-form-row:before {
		content: none;
	}
	#footer .sub-form-row input {
		border-radius: 5px;
		display: block;
		margin: 0 auto;
		width: 100%;
	}
	#footer .sub-form-row button {
		margin: 0 auto;
		width: 100%;
		border-radius: 5px;
		margin-top: 5px;
	}
	#footer .link-list-row {
		margin-bottom: 30px;
	}
	#footer .link-list-row .link-widget h3 {
		margin-bottom: 15px;
		padding-bottom: 0;
		margin-top: 30px;
	}
	#footer .copyright-bar .container > div {
		text-align: center;
	}
	#footer .copyright-bar .container > div:first-child {
		margin-bottom: 10px;
	}
	#footer .copyright-bar .container > div .payment-methods {
		text-align: center;
	}
	#footer .copyright-bar .container > div .payment-methods > ul {
		text-align: center;
	}
	#footer .copyright-bar .container > div .payment-methods > ul > li {
		display: inline-block;
	}

	#footer .bottom-menu {
		text-align: center;
	}
	#footer .exel-logo {
		padding: 15px 25px 10px 25px;
		text-align: center;
	}

	div.social-icons {
		margin: 15px 0;
		text-align: center;
	}



	/* Product image */
	#single-product .gallery-holder {
		margin: 25px 0;
	}
	#single-product .single-product-gallery .more-images-button, #single-product .single-product-gallery .video-button {
		padding: 0;
		margin: 15px 0 0 0;
	}
	#single-product .body-holder .body .title {
		font-size: 25px;
		margin: 0 0 6px 0;
	}
	#single-product .body-holder .body .in-stock-image {
		margin: -3px 0 0 0;
		width: 65px;
	}
	#single-product .body-holder .body .brand a {
		font-size: 12px;
	}
	#single-product .body-holder .body .customer-service-phone {
		text-align: center;
	}


	.product-item-holder.hover:hover .hover-area,
	.product-item-holder.hover.test .hover-area {
		display: none;
	}

	/* Cart Page */
	#cart-page .widget.cart-summary {
		padding: 0;
	}
	#cart-page .cart-item .item-title {
		margin-bottom: 8px;
	}

	/* Checkout Page */
	.checkout-customer-details .form-group {
		margin-bottom: 0;
	}
	.checkout-customer-details .form-group > div {
		margin-bottom: 15px;
	}
	.place-order-button button {
		display: block;
		width: 100%;
	}


	/* Service Icons */
	.service-info .delivery {
		padding: 0 0 0 40px;
		background: transparent url("../images/truck_icon.gif") no-repeat scroll left center / 40px auto;
	}

	/* Homepage Flexi banner */
	.flexi {
		padding-left: 15px;
	}


	/* Responsive Tables */
	.table-responsive > table > thead > tr > th, .table-responsive > table > tbody > tr > th, .table-responsive > table > tfoot > tr > th, .table-responsive > table > thead > tr > td, .table-responsive > table > tbody > tr > td, .table-responsive > table > tfoot > tr > td {
		white-space: nowrap;
		line-height: 40px;
	}
	.table-responsive > table {
		margin: 0;
	}



	/* Contact */
	.location-map {
		float: none;
		height: 300px;
		margin: 15px 0;
		width: auto;
	}

}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {

/*
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.top-bar > .container > div {
		margin: 10px 0;
	}
	.top-bar > .container > div > ul > li > a {
		font-size: 12px !important;
		padding: 0 9px !important;
	}
	.top-bar > .container > .slogan {
		margin: 2px 0;
	}


  header .top-search-holder {
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
	padding-top: 28px;
  }
  header .top-search-holder .contact-row {
    text-align: center;
    margin-bottom: 20px;
  }
  header .top-search-holder .contact-row > div,
  header .top-search-holder .contact-row .phone,
  header .top-search-holder .contact-row .contact {
    margin: 0;
    margin-bottom: 5px;
    display: block !important;
  }
  header .top-cart-holder .basket .dropdown-menu {
    width: 300px;
    left: -136px;
  }
  header .top-cart-holder .basket .checkout .le-button {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  header .top-cart-row {
	padding-top: 0;
	margin-top: 10px;
  }
  .top-cart-row-container {
    text-align: center;
  }


*/

	header {
		height: 59px;
	}

	header .logo-holder .logo {
		margin: -20px 0 0;
	}

	header .top-cart-row .top-cart-row-container {
		text-align: right;
		margin: 10px 0 0 0;
	}

	header .top-cart-row .phone-holder {
		display: inline-block;
		margin: 0;
	}

	header .top-cart-row .top-cart-holder {
		display: inline-block;	
	}


	/* Basket */
	header .top-cart-row .top-cart-holder .basket {
		display: block;
	}


	.orange_box {
		display: none;
	}


	/* Menu */
	.main-menu ul.sub li {
		margin: 0 0 0 20px;
	}
	.main-menu a {
		margin: 0 16px 0 0;
		padding: 0 0 0 7px;
		white-space: nowrap;
	}

	#single-product .gallery-holder {
		width: 100% !important;
	}
	#single-product .gallery-holder .single-product-gallery-item {
		width: 100%;
	}
	#single-product .body-holder {
		width: 100% !important;
	}
	#single-product .body-holder #addto-cart {
		margin: 15px 0 0 0 !important;
		width: 100%;
		text-align: center;
	}

	.products-list .product-item .row .body-holder {
		width: 41%;
	}
	.products-list .product-item .row .price-area {
		width: 28%;
	}



	#footer .sub-form-row input {
		width: 72%;
	}
	#footer .link-list-row .container > div:first-child {
		margin-bottom: 20px;
	}

}


/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {


	#single-product .gallery-holder .single-product-gallery-item {
		width: 100%;
	}

	#single-product .body-holder .body .customer-service-phone {
		font-size: 34px;
		line-height: 58px;
		padding-right: 0;
	}


	.sub-header li {
		font-size: 17px;
		line-height: 25px;
	}


	/* Shopping Cart summary box */
	#cart-page .widget.cart-summary {
		padding-left: 0;
	}

	/* Category product boxes */
	.product-item .desc {
		height: 62px;
		margin: 0 0 12px;
	}


}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.checkout-customer-details {
		padding-right: 15px;
	}
	.checkout-order-info {
		padding-left: 15px;
	}
	.owl-buttons {
		display: block;
	}
}



/* ------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------- */

/*!
 * Magnific Popup
 */

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width:auto;
  max-width: 500px;
  margin: 20px auto;
}

.mfp-modal-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width:auto;
  max-width: 400px;
  margin: 20px auto;
}

.mfp-modal-popup-dismiss {
	margin: 20px 0 0 0 !important;
}

.mfp-holder {
  position: relative;
  width: auto;
  text-align: center;
  margin: 20px auto;
}

.mfp-holder .mfp-close {
    color: #fff;
}

.mfp-holder .cmp-table {
	background: #fff;
	padding: 10px;
	display: inline-block;
}
.mfp-holder .cmp-table table {
    border-collapse: unset;
    border-spacing: 2px;
}

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
	opacity: 0.001; /* Chrome opacity transition bug */
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

/* Skype Detection Prevent =================== */
span.skype_pnh_container {display:none !important;}
span.skype_pnh_print_container {display:inline !important;}

.width_30 {
  width: 33%;
  text-align: center;
}