/*------------------------------------------------------------------
Project:        AtoZ Furniture
Author:         NetSol International
URL:            http://netsol-intl.com
Created:        07/10/2016
--------------------------------------------------------------------*/

/*------------------------------------------------------------------
* [Table of contents]
* 01. Google web fonts
* 02. Reset
* 03. Global settings
* 04. Main Header
* 05. Main menu
* 06. 
*	  Main Footer
*	  Scroll to top style
* ------------------------------------------------------------------*/

/*------------------------------------------------------------------
*	Google web fonts
* ------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Heebo:300,400,500,700,800,900&subset=hebrew');

/*------------------------------------------------------------------
*	Global settings
* ------------------------------------------------------------------*/

html, body {
	width: 100%;
	height: 100%;
	max-width: 100%;
	font-family: 'Heebo', 'Open Sans', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
/*
 * Removes default margin.
 */
body {
	margin: 0 auto;
  	padding: 0 auto;
	font-family: 'Heebo', 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	background: transparent;
	color: #333;
	background: #fafafa;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1,h2,h3,h4,h5,h6{font-family: 'Heebo', 'Roboto', sans-serif; font-weight:400;margin-top:0;margin-bottom:5px;}
h1{font-size:32px;line-height:36px;}
h2{font-size:24px;line-height:28px;}
h3{font-size:20px;line-height:24px;}
h4{font-size:18px;line-height:24px;}
h5{font-size:18px;line-height:24px;}
h6{font-size:14px;line-height:24px;}
p{font-size:14px;line-height:24px;}

@media all and (max-width:767px){
	h1{font-size:24px;line-height:30px;}
	h2{font-size:22px;line-height:28px;}
	h3{font-size:20px;line-height:24px;}
	h4{font-size:18px;line-height:24px;}
	h5{font-size:16px;line-height:24px;}
	h6{font-size:12px;line-height:24px;}
	p{font-size:12px;line-height:24px;}
}
@media all and (max-width:420px){
	h1{font-size:20px;line-height:26px;}
	h2{font-size:16px;line-height:24px;}
	h3{font-size:14px;line-height:24px;}
	h4{font-size:14px;line-height:24px; font-weight: bold;}
	h5{font-size:12px;line-height:24px;}
	h6{font-size:12px;line-height:24px;}
	p{font-size:12px;line-height:24px;}
}

.color-theme {
	color: #cc0000;
}

a,a:focus,a:visited {
	outline: 0;
	color: #cc0000;
  	background: transparent;
  	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}
a:hover {
	outline: 0;
  	color: #ff0000;
  	text-decoration:none;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}
b, strong {
	font-weight: 700;
}

ul {
  	list-style: outside none none;
  	margin: 0;
  	padding: 0;
}

@media only screen and (min-width: 1100px) {
  	.container {
    	width: 1070px !important;
  	}
}


#preloader {
	background: #ffffff url("../images/preloader.gif") no-repeat scroll center center;
	height: 100%;
	left: 0;
	overflow: visible;
	position: fixed;
	top: 0;
	width: 100%;
	opacity: 0.7;
	display: none;
	z-index: 9999999;
}

.inner-page ul {
    margin: 0 0;
    padding: 0 0 20px 20px;
    list-style: none;
}
.inner-page li:before { 
    content: "\00BB \0020";
	font-size: 18px;
    display: block;
    height: 0;
    width: 0;
    left: -15px;
    top: -4px;
    position: relative;
}

/*------------------------------------------------------------------
*	Top Bar
* ------------------------------------------------------------------*/

.ramadan-bg {
	background: #ffffff url('../images/ramadan-pattern.png') !important;
}

.ramadan-lights {
	background:  url('../images/atoz-header.png');
	background-repeat:no-repeat;
    background-position: center center;
}

.top-header {
	position: relative;
	z-index: 1002;
}
.top-header ul.list-inline {
	margin-bottom: 0;
	height: 36px;
}
.top-header ul.list-inline > li {
	float: left;
	margin: 0;
	padding: 2px 7px 7px 7px;
}
.top-header ul.list-inline > li .dropdown-toggle {
	border-radius: 0;
	background-color: transparent;
}
.top-header ul.list-inline > li .dropdown-toggle:focus {
	outline: none !important;
}
.top-header ul.list-inline > li > a {
	display: block;
	padding: 7px 7px 7px 7px;
}
.top-header ul.list-inline > li .dropdown-toggle {
	display: block;
	padding: 7px 7px 7px 7px;
}
.top-header ul.list-inline > li > a:hover, .top-header ul.list-inline > li > a:active,
.top-header ul.list-inline > li .dropdown-toggle:hover,
.top-header ul.list-inline > li .dropdown-toggle:active {
	text-decoration: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 7px 7px 7px 7px;
}
.top-header ul.list-inline > li .dropdown.open > .dropdown-toggle,
.top-header ul.list-inline > li .bootstrap-select.open > .dropdown-toggle {
	text-decoration: none;
	/*-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;*/
}
.top-header ul.list-inline > li .dropdown-toggle img,
.top-header ul.list-inline > li .dropdown-menu img {
	margin: 0 !important;
}
.top-header ul.list-inline > li .dropdown-menu-login {
	min-width: 230px;
	padding: 10px;
}
.top-header ul.list-inline > li .dropdown-menu-login button {
	border-radius: 0;
}

.top-header {
	background: #ededed;
	-webkit-box-shadow: 0 1px 1px rgba(153, 153, 153, 0.2);
	box-shadow: 0 1px 1px rgba(153, 153, 153, 0.2);
}
/*.top-header ul.list-inline > li > a,*/
.top-header ul.list-inline > li .dropdown-toggle {
	color: #cc0000;
	/*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);*/
}
.top-header ul.list-inline > li > a:hover, .top-header ul.list-inline > li > a:active,
.top-header ul.list-inline > li .dropdown-toggle:hover,
.top-header ul.list-inline > li .dropdown-toggle:active {
	color: #fff;
	background: #cc0000;
}
.top-header ul.list-inline > li .dropdown.open > .dropdown-toggle,
.top-header ul.list-inline > li .bootstrap-select.open > .dropdown-toggle {
	color: #fff;
	background: #cc0000;
}

/*------------------------------------------------------------------
*	Middle Bar
* ------------------------------------------------------------------*/
.middle-header {
	background-color: #f9f9f9;
	position: relative;
	z-index: 1001;
}
.middle-header > .container > .row {
	padding: 15px 0;
}
.middle-header .search-box input[type="text"]:focus {
	z-index: 4;
}
.middle-header .search-box .bootstrap-select {
	z-index: 3;
}
.middle-header .search-box .bootstrap-select > .dropdown-toggle,
.middle-header .search-box .bootstrap-select > .dropdown-menu {
	margin-left: -1px;
}
.middle-header .btn-search {
	z-index: 3 !important;
}
.middle-header .cart-btn > .dropdown-menu {
	right: 15px;
	margin-top: 0px;
	overflow-y: auto;
	min-width: 350px;
	max-height: 400px;
	padding: 10px;
}
/*.middle-header .cart-btn:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
}*/
.middle-header .cart-btn .media {
	margin: 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #eee;
}
.middle-header .cart-btn .media:first-child {
	margin-top: 0;
}
.middle-header .cart-btn .media-body a {
	font-size: 13px;
	display: block;
	margin-bottom: 0;
}
.middle-header .cart-btn .media-right a {
	color: #aaa;
}
.middle-header .cart-btn .media-right a:hover {
	color: #0a0e49;
}
.middle-header .cart-btn .media-body div {
	font-size: 12px;
	color: #0a0e49;
}
.middle-header .cart-btn .subtotal-cart {
	font-size: 14px;
	color: #333333;
}

.media img{
 	width: 120px !important;
 	/*height: 50px !important;*/
 	border-radius: 0;
  	padding: 1px !important;
  	border: 1px solid #eee;
}

.media img:hover {
  border: 1px solid #cc0000;
}

.middle-header .cart-btn .subtotal-cart {
	margin: 10px 0;
	padding: 0 0 5px 0;
	/*border-top: 1px solid #eee;*/
	border-bottom: 1px solid #eee;
}
.middle-header .cart-btn > a.btn {
	padding: 1px 12px 1px 1px;
	float: right;
	margin-left: 15px;
}
.middle-header .cart-btn > a.btn > i {
	padding: 8px;
	background: #fff;
	margin-right: 12px;
	border-radius: 0;
}
.middle-header .cart-btn.open > button {
	color: #666 !important;
	background-color: #e7e7e7 !important;
}

.middle-header .btn-search {
	color: #fff;
	border-color: transparent;
	background-color: #cc0000;
}
.middle-header .btn-search:active, .middle-header .btn-search:focus {
	color: #fff;
	border-color: transparent;
	outline: 0;
	background-color: #00796b;
}
.middle-header .cart-btn > a.btn > i {
	color: #cc0000;
}

@media (max-width: 991px) {
	.logo {
		text-align: center;
	}
	.logo img {
		display: inherit;
	}
}

@media (min-width: 768px) {
	.middle-header .btn-search {
		margin-left: -2px !important;
	}
	.navbar .navbar-collapse {
		position: relative;
		padding-right: 0;
		padding-left: 0;
	}

	.dropdown-submenu > a:after {
		display: block;
		font-family: 'fontAwesome';
		content: "\f0da";
		float: right;
		margin-right: -10px;
	}
}

@media (max-width: 767px) {
  .dropdown-submenu > .dropdown-menu {
    padding-left: 15px;
  }
  .dropdown-submenu > a:after {
    display: inline-block;
    font-family: 'fontAwesome';
    content: "\f0d7";
    margin-left: 10px;
  }
}

.btn-theme {
	color: #fff;
	background-color: #cc0000;
	border-color: #00897b;
}
.btn-theme:focus, .btn-theme.focus {
	color: #fff;
	background-color: #00635a;
	border-color: #000a09;
}
.btn-theme:hover {
	color: #fff;
	background-color: #00635a;
	border-color: #004c44;
}
.btn-theme.dropdown-toggle {
	color: #fff;
	background-color: #cc0000;
	border-color: #cc0000;
}
.btn-theme:active, .btn-theme.active, .open > .btn-theme.dropdown-toggle {
	color: #fff;
	background-color: #00635a;
	border-color: #004c44;
}
.btn-theme:active:hover, .btn-theme:active:focus, .btn-theme:active.focus, .btn-theme.active:hover, .btn-theme.active:focus, .btn-theme.active.focus, .open > .btn-theme.dropdown-toggle:hover, .open > .btn-theme.dropdown-toggle:focus, .open > .btn-theme.dropdown-toggle.focus {
	color: #fff;
	background-color: #003f39;
	border-color: #000a09;
}
.btn-theme:active, .btn-theme.active, .open > .btn-theme.dropdown-toggle {
	background-image: none;
}
.btn-theme.disabled:hover, .btn-theme.disabled:focus, .btn-theme.disabled.focus, .btn-theme[disabled]:hover, .btn-theme[disabled]:focus, .btn-theme[disabled].focus, fieldset[disabled] .btn-theme:hover, fieldset[disabled] .btn-theme:focus, fieldset[disabled] .btn-theme.focus {
	background-color: #cc0000;
	border-color: #00897b;
}
.btn-theme .badge {
	color: #cc0000;
	background-color: #fff;
}

/*------------------------------------------------------------------
*	Menu/Nav Bar
* ------------------------------------------------------------------*/
.navbar {
	min-height: inherit;
	border: 0;
	background: #cc0000;
}

.navbar .navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: 400;
	color: #fff !important;
}
.navbar .navbar-toggle {
	float: left;
	margin-right: 0;
	margin-left: 15px;
	padding: 5px 7px;
	border-radius: 0;
	background: #ffffff;
}
/* 3 bard */
.navbar-default .navbar-toggle .icon-bar {
	background: #fff;
}
/* background */
.navbar-default .navbar-toggle {
	border-color: #fff;
	background-color: #cc0000;
}

.navbar .btn-cart-xs{
	font-size: 14px;
	margin-top: 8px;
	margin-right: 10px;
	padding: 5px 10px 0px 10px;
	border: 1px solid #fff;
	color: #ffffff !important;
	background: #cc0000;
}

.shadow-navbar {
	position: relative;
	z-index: 1000;
	margin-bottom: 0;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:focus,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > li > a:focus,
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > .open > a,
.navbar .navbar-nav > .open > a:focus,
.navbar .navbar-nav > .open > a:hover {
	color: #fff !important;
	background: #ff0000;
}
.navbar .navbar-toggle:active, 
.navbar .navbar-toggle:focus, .navbar .navbar-toggle:hover {
	background-color: #ff0000;
}

.navbar .btn-cart-xs:active,
.navbar .btn-cart-xs:focus,
.navbar .btn-cart-xs:hover {
	color: #fff;
	background-color: #ff0000;
}
.navbar .navbar-feature > li > a:focus,
.navbar .navbar-feature > li > a:hover {
	color: #ddd !important;
	background-color: #ff0000;
}

.dropdown-menu {
  border-radius: 0;
  border-color: #ccc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.dropdown-menu > li > a {
  color: #333;
  padding: 5px 10px 5px 15px !important;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-color: #eee;
}

.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
}

.mega-menu {
  position: static !important;
}
.mega-menu i {
	padding: 3px;
}
.mega-menu .dropdown-menu {
  width: 100%;
}
.mega-menu .mega-menu-content {
  padding: 0px 10px 0px 0px;
}
.mega-menu .list-unstyled {
  margin-bottom: 15px;
}
.mega-menu .list-unstyled a {
  display: block;
  padding: 3px 3px 3px 0px;
  font-size:14px;
  font-weight: 400;
}
.mega-menu .list-unstyled a:hover {
  text-decoration: none;
  color: #262626;
 background-color: #eee;
}
.mega-menu .list-unstyled a::before {
  font-family: 'fontAwesome';
  margin-right: 5px;
  content: '\f105';
}

.mega-menu .list-unstyled a .badge{
	float: right;
	font-size: 11px !important;
	background: #001f4d;
	margin: 2px 0 0 0;
	border-radius: 50% !important;
}
.mega-menu .list-unstyled a:hover .badge {
	float: right;
	font-size: 11px !important;
	background: #03978b;
	margin: 2px 0 0 0;
	border-radius: 50% !important;
}

/* ============================================
   Top autocomplete Search
=============================================== */
.autocomplete-suggestions {
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
	border: 1px solid #999; 
	background: #FFF; 
	cursor: default; 
	overflow: auto; 
	-webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); 
	-moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); 
	box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); 
}
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #333; color: #fff; }
.autocomplete-selected strong { background: #333; color: #fff !important; }
.autocomplete-suggestions strong { font-weight: bold; color: #000; }
.autocomplete-group { padding: 2px 5px; font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }

/*=======================================================================
[24] Breadcrumb
=========================================================================*/
.breadcrumb-container {
  background-color: #f5f5f5;
}
.breadcrumb-container .breadcrumb {
  padding-top: 10px;
  background-color: transparent;
  margin-bottom: 0;
  margin-left: -15px;
  border-radius: 0;
}
.breadcrumb-container .breadcrumb > li + li:before {
  font-family: 'fontAwesome';
  content: '\f101';
}
.breadcrumb-container .breadcrumb > li > a {
  color: #cc0000;
}

/*=======================================================================
[24] Box with shadow 
=========================================================================*/
.box {
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(33,33,33,.2);
    -webkit-box-shadow: 0 1px 3px rgba(33,33,33,.2);
    -moz-box-shadow: 0 1px 3px rgba(33,33,33,.2);
    -o-box-shadow: 0 1px 3px rgba(33,33,33,.2);
    -ms-box-shadow: 0 1px 3px rgba(33,33,33,.2);

}
.address_box {
	min-height: 210px;
    background: #f7f7f7;
    box-shadow: 0 1px 3px rgba(33,33,33,.2);
    -webkit-box-shadow: 0 1px 3px rgba(33,33,33,.2);
    -moz-box-shadow: 0 1px 3px rgba(33,33,33,.2);
    -o-box-shadow: 0 1px 3px rgba(33,33,33,.2);
    -ms-box-shadow: 0 1px 3px rgba(33,33,33,.2);
}

/*------------------------------------------------------------------
*	Responsive navbar-brand image CSS
*	- Remove navbar-brand padding for firefox bug workaround.
*	- Add 100% height and width auto
*	- Similar to how bootstrap img-responsive class works
* ------------------------------------------------------------------*/

/*=============================
	Customer Gutter
===============================*/
.row.no-gutters {
   margin-right: 0;
   margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
   padding-right: 0;
   padding-left: 0;
}

.gutter .row {
	margin-right: -7.5px;
	margin-left: -7.5px;
}
.gutter .row > [class^="col-"], .row > [class^=" col-"] {
	padding-right: 7.5px;
	padding-left: 7.5px;
}

.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

/*=============================
	slick Slider
===============================*/
.category-title {
	position: absolute; 
  	left: 0; 
  	right: 0;
  	bottom: 20px; 
  	margin-left: auto; 
  	margin-right: auto; 
  	width: 90%; /* Need a specific value to work */
}

.homepage-cat-title {
    position: relative;
    left: 0;
    background: #151b4e;
    color: #fff;
    bottom: 10px;
    width: 100%;
    z-index: 999999;
}
.homepage-cat-title a{
    color: #fff;
	font-size: 13px !important;
}

/*=============================
	slick Slider
===============================*/
.top-banner {
	padding: 15px 0;
}

.top-slider {
	width: 700px;
	height: 400px;
}
.slider {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.slider img{
	display: block;
    height: auto;
}
.slider h3 {
	position: absolute;
	top: 120px;
	width: 720px;
	text-align: center;
	font-size: 36px;
	color: #fff;
  	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
	z-index: 9999;
}
.slider .text {
	position: absolute;
	top: 170px;
	width: 960px;
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	color: #fff;
  	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
	z-index: 9999;
}


/*=======================================================================
[24] Deal Slider Area
=========================================================================*/
.deal-slider {
	width: 100%;
	height: 480px;
	overflow: hidden;
}
.deal-slider li:before { 
	list-style-type: none;
}
.deal-slider .item{
    margin-bottom: 20px;
}
.deal-slider .item li:before {
	content: " ";
    list-style-type: none !important;
}
@media only screen and (min-width: 1100px) {
	.prev_slide {
		position: absolute;
		top: 410px;
		left: 15px;
		background: #333;
		width: 20px;
		padding: 15px 0 17px 0;
		color: #fff;
		text-align: center;
		opacity: 0.8 !important;
		cursor: pointer;
	}
	.next_slide {
		position: absolute;
		top: 410px;
		right: 15px;
		background: #333;
		width: 20px;
		padding: 15px 0 17px 0;
		color: #fff;
		text-align: center;
		opacity: 0.8 !important;
		cursor: pointer;
	}
}
@media only screen and (max-width: 1100px) {
	.prev_slide {
		position: absolute;
		top: 372px;
		left: 15px;
		background: #333;
		width: 20px;
		padding: 10px 0 15px 0;
		color: #fff;
		text-align: center;
		opacity: 0.8 !important;
		cursor: pointer;
	}
	.next_slide {
		position: absolute;
		top: 372px;
		right: 15px;
		background: #333;
		width: 20px;
		padding: 10px 0 15px 0;
		color: #fff;
		text-align: center;
		opacity: 0.8 !important;
		cursor: pointer;
	}
}
@media only screen and (max-width: 768px) {
	.slider {
		width: 100%;
		height: 290px;
		overflow: hidden;
	}
	.slider img{
		display: block;
	    height: 290px;
	}

	.prev_slide {
		position: absolute;
		top: 348px;
		left: 15px;
		background: #333;
		width: 20px;
		padding: 10px 0 13px 0;
		color: #fff;
		text-align: center;
		opacity: 0.8 !important;
		cursor: pointer;
	}
	.next_slide {
		position: absolute;
		top: 348px;
		right: 15px;
		background: #333;
		width: 20px;
		padding: 10px 0 13px 0;
		color: #fff;
		text-align: center;
		opacity: 0.8 !important;
		cursor: pointer;
	}
}

@media only screen and (max-width: 420px) {
	.slider {
		width: 100%;
		height: 156px;
		overflow: hidden;
	}
	.slider img{
		display: block;
	    height: 156px;
	}
	
	.prev_slide {
		position: absolute;
		top: 216px;
		left: 15px;
		background: #333;
		width: 20px;
		padding: 15px 0 15px 0;
		color: #fff;
		text-align: center;
		opacity: 0.8 !important;
		cursor: pointer;
	}
	.next_slide {
		position: absolute;
		top: 216px;
		right: 15px;
		background: #333;
		width: 20px;
		padding: 15px 0 15px 0;
		color: #fff;
		text-align: center;
		opacity: 0.8 !important;
		cursor: pointer;
	}
}

@media only screen and (max-width: 320px) {
	.prev_slide {
		position: absolute;
		top: 156px;
		left: 15px;
		background: #333;
		width: 20px;
		padding: 6px 0 7px 0;
		color: #fff;
		text-align: center;
		opacity: 0.8 !important;
		cursor: pointer;
	}
	.next_slide {
		position: absolute;
		top: 156px;
		right: 15px;
		background: #333;
		width: 20px;
		padding: 6px 0 7px 0;
		color: #fff;
		text-align: center;
		opacity: 0.8 !important;
		cursor: pointer;
	}
}
/*=======================================================================
[17] Sidebar Area
=========================================================================*/
@media only screen and (max-width: 767px) {
  .sidebar {
    margin-top: 30px;
  }
}
.sidebar-item {
  margin-bottom: 30px;
  /*background: #fff;
  border-left: 1px solid #dedede;*/
}
.sidebar-item:last-child {
  margin-bottom: 0;
}
.sidebar-item .sidebar-item-inner {
  padding: 0px 5px 10px 5px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .sidebar-item .sidebar-item-inner {
    padding: 5px 5px 10px 5px;
  }
}
.sidebar-item .sidebar-item-inner .sidebar-item-title {
  position: relative;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
}
.sidebar-item .sidebar-item-inner .sidebar-item-title:before {
  content: "";
  height: 1px;
  width: 100%;
  background: #dde3e8;
  position: absolute;
  z-index: 1;
  bottom: -5px;
}

.sidebar-item .sidebar-item-inner .sidebar-item-title .small{
	color: #666;
	padding: 15px 1px 0 0;
	font-size: 14px;
	font-weight: normal;
}

.table-borderless > tbody > tr > td,
.table-borderless > tfoot > tr > td,
.table-borderless > thead > tr > td {
    border: none;
    padding: 0;
}
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > th {
    border: none;
    padding: 0 0 5px 0;
	font-weight: normal;
}

.deal-discount {
	margin: 0;
	color: #001f4d;
	font-size: 14px;
	font-weight: 300;
}
.deal-value {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

@media (min-width: 991px) and (max-width: 1199px) {
  .sidebar-product-btn {
    margin-top: 54px;
  }
}
.sidebar-product-btn {
  margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sidebar-product-btn li {
    margin-bottom: 22px;
  }
}
.sidebar-product-btn li:last-child {
  margin-bottom: 0;
}

/*============================================
	Details page Dropdown
==============================================*/

.select {
	position: relative;
	display: inline-block;
	width: 100%;
}

.select select {
	display: inline-block;
	width: 100%;
	font-size: 14px !important;
	padding: 10px 5px;
	cursor: pointer;
	color: #333;
	border: 0;
	border-radius: 0;
	outline: 0;
	background: #ffffff;
	border: 1px solid #ccc;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.select select::-ms-expand {
	display: none;
}

.select select:hover,
.select select:focus {
	color: #333;
	background: #ffffff;
	border: 1px solid #999;
}

.select select:disabled {
	pointer-events: none;
	opacity: .5;
}

.select__arrow:after {
	position: absolute;
	top: 5px;
	right: 15px;
	content:"\f107";
    font-family: FontAwesome;
    z-index: 1;
    width: 10;
    font-size: 24px;
    color: #cc0000;
}
.select select:hover ~ .select__arrow 
.select select:focus ~ .select__arrow {
	position: absolute;
	top: 17px;
	right: 15px;
	width: 0;
	height: 0;
	pointer-events: none;
	border-width: 0 5px 8px 5px;
	border-style: solid;
	border-color: transparent transparent #666 transparent;
}

.select select:disabled ~ .select__arrow {
	border-top-color: #ccc;
}

/*=======================================================================
[24] Featured Area
=========================================================================*/
.featured-section {
	margin: 0;
}
.featured-section h2{
	font-size: 22px;
	font-weight: 400;
	padding: 0;
	margin: 0 0 10px 0;
}
.grid-label {
	background-color: #333;
	border-radius: 0;
	color: white;
	display: inline-block;
	font-size: 14px;
	padding: 5px;
	text-align: center;
}
.grid-price {
	position: absolute;
	right: 0;
	font-size: 14px;
	font-weight: 400;
	height: 14px;
	padding: 5px 5px;
  	background-color: #d84949;
}
.forrent {
	font-size: 14px;
	font-weight: 400;
	padding: 5px 5px;
  	background-color: #666666;
}

.grid-percent {
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	padding: 2px 5px;
  	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
	background-color: #ff7e00;
}
.grid-popular {
	position: absolute;
	top: 0;
	color: white;
	font-size: 13px;
	font-weight: 500;
	padding: 2px 5px;
  	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
	background: #cc0000;
}

.single-items {
	background: #fff;
	min-height: 230px;
  	margin-bottom: 10px !important;
  	border: 1px solid #eee;
  	overflow: hidden;
}

.single-items:hover {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.item-thumb-info, .item-thumb-info-image, .pgl-team-item .img-thumbnail-medium {
	overflow: hidden;
	position: relative;
}

.item-thumb-info-image img, .pgl-team-item .img-thumbnail-medium img {
	-webkit-transform: translate3d(0, 0, 0) scale(1.0);
	transform: translate3d(0, 0, 0) scale(1.0);
}

.single-items:hover .item-thumb-info-image img, .pgl-team-item:hover .img-thumbnail-medium img {
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px, 0, 0) scale(1.2);
	transform: translate3d(-10px, 0, 0) scale(1.2);
}

.item-thumb-info-image .item-thumb-info-label {
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
}

.item-thumb-info-content {
  	padding: 10px 5px;
}

.item-thumb-info-content h3 {
	font-size: 14px;
	line-height: 18px;
	min-height: 56px;
	margin: 0 0 5px 0;
}

.item-thumb-info-content .selling_price {
	color: #CC0000;
	font-size: 16px;
	font-weight: 400;
	text-align: right;
}
.item-thumb-info-content .bought{
	color: #999;
	font-size: 12px;
	font-weight: 400;
}
.item-thumb-info-content .selling_price .discount {
	color: #999;
	font-size: 14px;
	font-weight: 400;
	text-decoration: line-through;
}

.item-thumb-info-content p {
  	margin: 0;
}

.item-thumb-info .item-profile {
	padding: 0 0 5px 0;
}
.item-thumb-info .item-profile .profile-title {
	float: left;
  	color: #666;
	font-weight: 400;
}
.item-thumb-info .item-profile .profile-title span {
  margin: 0 0 0 5px;
  font-size: 12px;
}

.item-thumb-info .item-profile .profile-rating {
  margin-right: 5px;
  text-align: right;
}
.item-thumb-info .item-profile .profile-rating ul li {
  display: inline-block;
  color: #ff7e00;
}
.item-thumb-info .item-profile .profile-rating ul li i {
  font-size: 12px;
}
.item-thumb-info .item-profile .profile-rating ul li span {
  font-size: 12px;
  color: #333;
}

/*===============================================
	General Form and button style (reset)
=================================================*/
::-webkit-input-placeholder {
   font-size: 13px;
}
:-moz-placeholder { /* Firefox 18- */
      font-size: 13px;
}
::-moz-placeholder {  /* Firefox 19+ */
      font-size: 13px;
}
/* Overriding styles */
::-webkit-input-placeholder {
   font-size: 13px!important;
}
:-moz-placeholder { /* Firefox 18- */
      font-size: 13px!important;
}
::-moz-placeholder {  /* Firefox 19+ */
      font-size: 13px!important;
}

input, select, textarea {
	-webkit-border-radius: 0px !important;
	   -moz-border-radius: 0px !important;
			border-radius: 0px !important;
}

.btn {
	border-radius: 0px;
}

.btn-orange, .btn-orange:focus {
	border: none;
	font-size: 14px;
	background: #ff9c00;
	cursor: pointer;
	color: #fff !important;
	padding: 10px 14px 7px 14px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 400;
	outline: none;
	position: relative;
	box-shadow: 0 4px #ff7c00;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	text-decoration: none !important;
}

.btn-orange:hover {
	color: #fff;
	background: #02978b;
	box-shadow: 0 4px #001f4d;
	text-decoration: none !important;
}

.btn-orange:active {
	color: #fff;
	background: #008076;
	box-shadow: 0 0 #ff7c00;
	text-decoration: none !important;
	top: 2px;
}

.btn-orange:before {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	line-height: 3;
}

/* Button Cart */
.btn-cart {
	border: none;
	cursor: pointer;
	color: #fff !important;
	font-size: 16px;
	background: #02978b;
	color: #fff;
	padding: 12px 14px 11px 14px;
	border-radius: 0;
	padding: 5px 14px 5px 14px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 400;
	outline: none;
	position: relative;
	text-decoration: none !important;
}

.btn-cart:hover {
	color: #fff;
	background: #008076;
	text-decoration: none !important;
}

.btn-cart:active {
	color: #fff;
	background: #008076;
	text-decoration: none !important;
	top: 2px;
}

.btn-cart:before {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	line-height: 3;
}

/*===========================================================================
	List Group Nav
============================================================================*/
.list-group-nav .list-group-item {
  padding-left: 10px;
  border: 0;
  border-bottom: 1px dotted #ccc;
  background: transparent;
}

/*=============================
	Cart Page
===============================*/
.empty-cart {
  	display: none;
}
  
a.quantity {
	display: inline-block;
  	width: 16px;
  	line-height: 16px;
  	text-align: center;
  	/*-moz-border-radius: 10px;
  	-ms-border-radius: 10px;
  	-o-border-radius: 10px;
  	-webkit-border-radius: 10px;
  	border-radius: 10px;*/
  	background: #02978b;
  	color: #ffffff;
  	-webkit-transition: background-color 0.5s;
  	-moz-transition: background-color 0.5s;
  	transition: background-color 0.5s; 
}
a.quantity:hover {
  	background: #001f4d;
  	color: #ffffff;
	
}
.order-quantity {
  	display: inline-block;
  	padding: 0 5px; 
}

/*=============================
	Left Menu
===============================*/

#main-menu-wrapper ul {
    padding: 0px;
    margin: 0px;
    padding-left: 0px;
    list-style-type: none;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
}
#main-menu-wrapper ul.wraplist {
    padding-bottom: 0px;
    margin-top: -1px;
}

#main-menu-wrapper li ul.sub-menu {
    padding-left: 0px;
}
#main-menu-wrapper li ul.sub-menu ul.sub-menu {
    padding-left: 20px;
}
#main-menu-wrapper li ul.sub-menu {
    display: none;
    list-style-type: none;
    font-size: 14px;
    width: 100%;
}
#main-menu-wrapper li a {
    display: block;
    line-height: 42px;
    min-height: 42px;
    height: auto;
    color: #333;
    text-decoration: none;
    /*padding-left: 5px;*/
    clear: both;
    border-bottom: 1px solid #ccc;
    white-space: nowrap;
}
#main-menu-wrapper li .sub-menu a {
    line-height: 36px;
    min-height: 36px;
}
#main-menu-wrapper li .sub-menu a {
    color: #333;
    margin-bottom: 1px;
    padding-left: 10px;
    border-left: 4px solid transparent;
}

#main-menu-wrapper li.open .sub-menu a.active, #main-menu-wrapper li.open .sub-menu a:hover, #main-menu-wrapper li .sub-menu a:hover {
    background-color: #eee;
    border-left: 4px solid #02978b;
    color: #333;
}

#main-menu-wrapper li.open .sub-menu a{
    border-left: 4px solid transparent;
}

#main-menu-wrapper li a:hover {
    background-color: #02978b;
  /*  border-left: 4px solid #3F51B5;*/
    color: #ffffff;
}
#main-menu-wrapper li.open a {
    background-color: #02978b;
   /* border-left: 4px solid #ed1941;*/
    color: #fff;
}
#main-menu-wrapper li a:hover .arrow:before, #main-menu-wrapper li.open a .arrow:before {
    color: #fff;
}
#main-menu-wrapper li .sub-menu a:hover .arrow:before, #main-menu-wrapper li.open .sub-menu a .arrow:before {
    color: rgba(194, 198, 203, 0.65);
}
#main-menu-wrapper li.open .sub-menu a {
    background-color: transparent;
    color: #616161;
}
#main-menu-wrapper li a i {
    display: inline-block;
    width: 25px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    top: 0px;
    position: relative;
}
#main-menu-wrapper li a .arrow:before {
    float: right;
    margin-top: 1px;
    margin-right: 20px;
    display: inline;
    font-size: 16px;
    font-family: FontAwesome;
    height: auto;
    content: "\f104";
    font-weight: 300;
    text-shadow: none;
    color: #757575;
}
#main-menu-wrapper li.open a .arrow.open:before {
    content: "\f107";
}
#main-menu-wrapper li a .arrow {
    float: right;
    position: absolute;
    right: 0px;
}
#main-menu-wrapper .fa {
    font-size: 14px;
}

#main-menu-wrapper li .label{
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 10px;
    padding: 3px 7px;
    float: right;
    margin: 15px 15px 0 0;
    position: absolute;
    right: 30px;
}

#main-menu-wrapper li .label.nosubmenu{
    right: 25px;
    margin-top: 13px;
}

ul.list-unstyled li.dropdown:hover > ul.dropdown-menu {
    display: block !important;    
}

/*===========================================================================
	Progress steps
============================================================================*/
.steps {
    min-height: 90px;
    padding: 30px 0 0 0;
    /*font-family: 'Open Sans', sans-serif;*/
    position: relative
}
.steps .steps-container {
    background: #DDD;
    height: 5px;
    width: 100%;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
    margin: 0;
    list-style: none
}
.steps .steps-container li {
    text-align: center;
    list-style: none;
    float: left
}
.steps .steps-container li .step {
    padding: 0 50px
}
.steps .steps-container li .step .step-image {
    margin: -16px 0 0 0
}
.steps .steps-container li .step .step-image span {
    background-color: #bbb;
    color: #333;
    display: block;
    width: 37px;
    height: 37px;
    margin: 0 auto;
    border-radius: 37px !important;
    -moz-border-radius: 37px !important;
    -webkit-border-radius: 37px !important;
    -ms-border-radius: 37px !important;
}
.steps .steps-container li .step .step-image span:after {
    background-color: #999;
    color: #333;
    display: block;
	content: "\2713";
	font-size: 20px;
    position: absolute;
    z-index: 1;
    width: 28px;
    height: 28px;
    margin: 5px;
    border-radius: 28px;
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    -ms-border-radius: 28px;
}

.steps .steps-container li .step .step-current {
    font-size: 11px;
   /* font-style: italic;*/
    color: #bbb;
    margin: 8px 0 0 0
}
.steps .steps-container li .step .step-description {
    font-size: 13px;
  /*  font-style: italic;*/
    color: #000
}
.steps .steps-container li.activated .step .step-image span {
    background-color: #02978b;
}
.steps .steps-container li.activated .step .step-image span:after {
    background-color: #FFF;
    color: #02978b;
    display: block;
	content: "\2713";
	font-size: 20px;
    position: absolute;
    z-index: 1;
    width: 28px;
    height: 28px;
    margin: 5px;
    border-radius: 28px;
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    -ms-border-radius: 28px;
    box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.15);
}
.steps .step-bar {
    background-color: #02978b;
    height: 5px;
    position: absolute;
    top: 30px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
}
.steps .step-bar.last {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
}

/*===========================================================================
	CSS for Credit Card Payment form
============================================================================*/
.credit-card-box .panel-title {
	display: inline;
	font-weight: bold;
}
.credit-card-box .form-control.error {
	border-color: red;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255,0,0,0.6);
}
.credit-card-box label.error {
	font-weight: bold;
	color: red;
	padding: 2px 8px;
	margin-top: 2px;
}
.credit-card-box .payment-errors {
	font-weight: bold;
	color: red;
	padding: 2px 8px;
	margin-top: 2px;
}
.credit-card-box label {
	display: block;
}
/* The old "center div vertically" hack */
.credit-card-box .display-table {
	display: table;
}
.credit-card-box .display-tr {
	display: table-row;
}
.credit-card-box .display-td {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
/* Just looks nicer */
.credit-card-box .panel-heading img {
	min-width: 180px;
}

/*===========================================================================
	Pagination
============================================================================*/
.pagination {
	height: 1%; /* IE tweak (holly hack) */
	width: auto;
	text-align: right;
	margin-top: 5px;
	font-size:14px;
	padding-bottom: 2px;
}

.rtl .pagination {
	text-align: left;
}

.pagination strong,
.pagination b {
	font-weight: normal;
}

.pagination span.page-sep {
	display:none;
}

.pagination span strong {
	padding: 7px 10px;
	margin: 0 2px;
	font-weight: normal;
	font-size: 0.85em;
	color: #FFFFFF;
	background: #009589;
	border: 1px solid #007575;
}

.pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active {
	font-weight: normal;
	font-size: 0.85em;
	text-decoration: none;
	color: #666666;
	margin: 0 2px;
	padding: 7px 10px;
	background: #ffffff;
	border: 1px solid #ccc;
}

.pagination span a:hover {
	border-color: #090f42;
	background: #1b204d;
	color: #FFFFFF;
	text-decoration: none;
}

.pagination img {
	vertical-align: middle;
}

/*===========================================================================
	Custom Alerts Colors
============================================================================*/
.alert-info, .alert-success, .alert-warning, .alert-danger {padding: 10px !important;}

/*===========================================================================
	Footer
============================================================================*/

.footer {
  font-size: 13px;
  padding-top: 0;
  color: #bababa;
  background-color: #373939;
}
.footer ul {
  line-height: 24px;
  padding: 0;
  list-style: none;
}
.footer ul li a {
  color: #bababa;
}
.footer .copyright {
	padding: 10px;
	color: #bababa;
	background-color: #202222;
}
.footer .copyright a {
	color: #ff0000 !important;
}
.footer .copyright a:hover {
	color: #ffffff !important;
}
.footer .footer-icon span i {
	font-size: 16px;
	width: 24px;
	height: 24px;
	margin: 0 5px 0 0;
	line-height: 24px;
	text-align: center;
	/* border: 1px solid #a3a3a3;*/
	border-radius: 100%;
}

.footer .subscribe-button {
  font-size: 13px;
  height: 32px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.footer input[type="text"] {
  height: 32px;
  border-color: transparent;
}
.footer input[type="text"]:focus {
  z-index: 2;
  border-color: transparent;
}

.title-footer {
  font-size: 18px;
  line-height: 1;
  margin: 10px 0;
  padding: 10px 0;
  border-bottom: 1px solid #bababa;
}
.title-footer > span {
  display: inline-block;
  color: #ffffff;
}

.footer ul li a:hover {
  color: #26a69a;
}
.footer .subscribe-button {
  color: #fff;
  border-color: #fff;
  background-color: #cc0000;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.footer .subscribe-button:active, .footer .subscribe-button:focus {
  color: #fff;
  border-color: #fff;
  outline: 0;
  background-color: #00796b;
}

.footer-socialicons{
	overflow: hidden;
	list-style: none;
	text-align:center;
	line-height: 30px;
}
.footer-socialicons li{
	float: left;
	padding: 0 4px;
	line-height: inherit;
	list-style-type: none;
}
.footer-socialicons li a{
	width:30px;
	height:30px;
	color: #fff;
	display:block;
	background:#000;
	overflow:hidden;
	border-radius: 50%;
}
.footer-socialicons li.footer-facebook a{background: #3b5998;}
.footer-socialicons li.footer-twitter a{background: #55acee;}
.footer-socialicons li.footer-linkedin a{background: #007bb5;}
.footer-socialicons li.footer-googleplus a{background: #dd4b39;}
.footer-socialicons li.footer-rss a{background: #ff6600;}
.footer-socialicons li.footer-dribbble a{background: #ea4c89;}
.footer-socialicons li a i{
	display:block;
	font-size:14px;
	line-height:30px;
	color: #fff;
	text-align:center;
}
.footer-socialicons li a:hover,
.footer-socialicons li a:hover i,
.footer-socialicons li a:hover i:before{color: #fff; background: #02978b;}

/*===========================================================================
	Scroll to top style
============================================================================*/
.scroll-to-top {
	background:#cc0000;
	border:1px solid #ffffff;
	border-radius:50%;
	bottom:60px;
	color:#ffffff;
	cursor:pointer;
	display:none;
	font-size:14px;
	padding: 10px;
	position:fixed;
	right:10px;
	text-align:center;
	z-index:100;
}
.scroll-to-top:hover {
	background:#ff0000;
	color:#001f4d;
	border-color: #001f4d !important;
}

@-webkit-keyframes sonarDanger {
  0% {
    box-shadow: 0 0 0 0 #ff9c00;
  }

  100% {
    box-shadow: 0 0 0 15px rgba(255, 113, 91, 0);
  }
}

@-moz-keyframes sonarDanger {
  0% {
    box-shadow: 0 0 0 0 #ff9c00;
  }

  100% {
    box-shadow: 0 0 0 15px rgba(255, 113, 91, 0);
  }
}

@keyframes sonarDanger {
  0% {
    box-shadow: 0 0 0 0 #ff9c00;
  }

  100% {
    box-shadow: 0 0 0 15px rgba(255, 113, 91, 0);
  }
}

.triangle {
	position: absolute;
	top: -10px;
	right: 3px;
	width: 0; 
   	height: 0; 
   	border-bottom: 10px solid #ffffff; 
  	border-left: 10px solid transparent; 
   	border-right: 10px solid transparent; 
}

/*===========================================================================
	Autocomplete for top search
============================================================================*/
.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #151b4e; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }
.autocomplete-suggestions span { color: #3399ff; font-weight: 700;}

/*===========================================================================
	Detail page slider
============================================================================*/
.gallery-thumbs-container .bx-controls .bx-controls-direction {
	outline: 0;
	text-indent: -9999px;
	z-index: 9999;
}
.gallery-thumbs-container .bx-controls .bx-controls-direction a.bx-prev {
	position: absolute;
	top: 15px;
	left: 0px;
	background: #333 url(../images/arrow-left.png) 0 15px no-repeat;
	width: 20px;
	padding: 25 5px;
	color: #fff;
	text-align: center;
	opacity: 0.7 !important;
	cursor: pointer;
}

.gallery-thumbs-container .bx-controls .bx-controls-direction a.bx-next {
	position: absolute;
	top: 15px;
	right: 0px;
	background: #333 url(../images/arrow-right.png) 0 15px no-repeat;
	width: 20px;
	padding: 25 5px;
	color: #fff;
	text-align: center;
	opacity: 0.7 !important;
	cursor: pointer;
}

.gallery-thumbs-container .bx-controls .bx-controls-direction a.bx-prev:hover {
	background: #000 url(../images/arrow-left.png) 0 15px no-repeat;
}

.gallery-thumbs-container .bx-controls .bx-controls-direction a.bx-next:hover {
	background: #000 url(../images/arrow-right.png) 0 15px no-repeat;
}


/*===========================================================================
	Home Page LightSlider
============================================================================*/
.slideControls10,
.slideControls14,
.slideControls21,
.slideControls23,
.slideControls24,
.slideControls32,
.slideControls36,
.slideControls48,
.slideControls49,
.slideControls, 
.popularSlider, 
.recommededSlider {
	position: absolute;
	width: 100%;
	top: 40%;
	left: 0;
}
.slideControls10 i, 
.slideControls14 i, 
.slideControls21 i, 
.slideControls23 i, 
.slideControls24 i,
.slideControls32 i,
.slideControls36 i,
.slideControls48 i,
.slideControls49 i,
.slideControls i, 
.popularSlider i, 
.recommededSlider i {
	font-size: 30px;
}
.slideControls10 .slideNext, 
.slideControls14 .slideNext, 
.slideControls21 .slideNext, 
.slideControls23 .slideNext, 
.slideControls24 .slideNext,
.slideControls32 .slideNext,
.slideControls36 .slideNext,
.slideControls48 .slideNext,
.slideControls49 .slideNext,
.slideControls .slideNext,
.popularSlider .slideNext,
.recommededSlider .slideNext {
	right: -20px;
	position: absolute;
	cursor: pointer;
}
.slideControls10 .slidePrev, 
.slideControls14 .slidePrev, 
.slideControls21 .slidePrev, 
.slideControls23 .slidePrev, 
.slideControls24 .slidePrev,
.slideControls32 .slidePrev,
.slideControls36 .slidePrev,
.slideControls48 .slidePrev,
.slideControls49 .slidePrev,
.slideControls .slidePrev,
.popularSlider .slidePrev,
.recommededSlider .slidePrev {
	left: -20px;
	position: absolute;
	cursor: pointer;
}



.carousel {
	padding: 0;
	position: relative;
}
.carousel img {
	width: 100%;
}
.carousel .slide {
	padding: 0px;
	height: 230px;
}
.carousel div.one {
  background: #ac5253;
}
.carousel div.two {
  background: #6d292a;
}
 /* =========================================== */
.slideControls2 {
	position: absolute;
	width: 100%;
	top: 40%;
	left: 0;
}
.slideControls2 i {
	font-size: 30px;
}
.slideControls2 .slideNext {
	right: -20px;
	position: absolute;
	cursor: pointer;
}
.slideControls2 .slidePrev {
	left: -20px;
	position: absolute;
	cursor: pointer;
}

.inner-page ul {
    margin: 0 0;
    padding: 0 0 20px 20px;
    list-style: none;
}
.inner-page li:before { 
    content: "\00BB \0020";
	font-size: 18px;
    display: block;
    height: 0;
    width: 0;
    left: -15px;
    top: -3px;
    position: relative;
}

/*===========================================================================
	Custom Products
============================================================================*/
.custom_product {
	border: none;
	display: block;
	text-align: center;
	cursor: pointer;
	text-transform: uppercase;
	outline: none;
	overflow: hidden;
	position: relative;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	background: #151b4e;
	padding: 15px 40px;
	width: 100%;
	margin: 0 auto;
	box-shadow: 0 5px 15px rgba(0,0,0,0.20);
}
a.custom_product {color: #fff !important;}
.custom_product span {
	position: relative; 
	z-index: 1;
}

.custom_product:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 650%;
	width: 100%;
	background: #0f9591;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
	transform: translateX(-98%) translateY(-25%) rotate(45deg);
}

.custom_product:hover:after {
	-webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
	transform: translateX(-9%) translateY(-25%) rotate(45deg);
}

/*===========================================================================
	FAQ Categories
============================================================================*/
.single {
	padding: 10px 10px;
	margin-top: 0;
	/*background: #fcfcfc;*/
	border: 1px solid #eeeeee; 
}
.single h3.side-title {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	font-size: 20px;
	color: #333;
	text-transform: uppercase; 
}
.single h3.side-title:after {
	content: '';
	width: 60px;
	height: 1px;
	background: #cc0000;
	display: block;
	margin-top: 5px; 
}

.single ul {
	margin-bottom: 0; 
}
.single li a {
	color: #666;
	font-size: 14px;
	/*text-transform: uppercase;
	line-height: 36px !important;*/
	padding: 10px 0 5px 0;
	border-bottom: 1px solid #eeeeee;
	display: block;
	text-decoration: none; 
}
.single li a:hover, .single li a.current {
	color: #cc0000;
}
.single li:last-child a {
	border-bottom: 0 !important; 
}