/*  
Theme Name: Clearshop
Version: 1.3.2
Description: Responsive and clean template for OpenCart (Base CSS)
Theme URI: http://www.everthemes.com/demo/clearshop
Author: Luis V
Author URI: http://themeforest.net/user/luisvelaz
Tags: Clearshop, opencart, everthemes
*/



/*	General Styles
---------------------------------------------------------------------- */

	body {
		background: #FFF;
		font-family: 'Lato', sans-serif;
		color:#666;
		font-size: 14px;
	}

		/* Link styles */
#map {
  height: 100%;
}

		a, a:hover, a:visited,
		.pagination>li>a, .pagination>li>span { color: #333; }

		.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
			border-color: #333;
			background: #333;
		}

		a.button-cart { color:#fff; }

		td img {display: inline;}

		ul.list { list-style: none inside url("../image/square.png"); }

			ul.list li a { text-decoration:none; }

			ul.list li a:hover { text-decoration:underline; }

			/*	Animations :)
		-------------------------------------------------- */

			#content {
				-webkit-transition: width 0.2s ease;
				-moz-transition: width 0.2s ease;
				-ms-transition: width 0.2s ease;
				-o-transition: width 0.2s ease;
				transition: width 0.2s ease;
			}


/*	Generic Classes
---------------------------------------------------------------------- */


	.align-center { margin-left: auto; margin-right: auto; text-align: center; }

	.float-left { float: left; }

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

		img.align-left { margin-bottom: 15px; margin-right: 15px; }

	.align-right { text-align: right; }

	.float-right { float: right; }

		img.align-right { margin-bottom: 15px; margin-left: 15px; }

	.fluid-width-video-wrapper {
		width: 100%;
		position: relative;
		padding: 0;
	}
	.fluid-width-video-wrapper iframe,
	.fluid-width-video-wrapper object,
	.fluid-width-video-wrapper embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.divider {
		border-top: 1px solid #ddd;
		height: 1px;
		margin: 20px 0;
	}


/*	Forms
---------------------------------------------------------------------- */

	form { padding: 0; margin: 0; }
		
		input[type='text'], 
		input[type='password'], 
		input[type='email'],
		input[type='tel'], 
		textarea, 
		select,
		.form-control {
			background: #FBFBFB;
			border-radius: 0;
			padding: 8px 14px;
		}

		fieldset { 
			border:1px solid #ddd; 
			border-width: 1px 0 0; 
		}
			legend { 
				font-size: 1em; 
				text-transform:uppercase;
				color: #999;
				line-height: 40px;
			}

		legend+.row, legend+.control-group {
			display: block;
			margin-top: 0;
		}

		.form-group > label {
			font-weight: normal;
			font-size: 12px;
			text-transform: uppercase;
			color: #555;
		}

		input[type="radio"], input[type="checkbox"] {
			margin-top: 2px;
		}

		/* Red mark for required fields */

		span.required, 
		.option .required { 
			color: #d00000; 
			font-weight: bold;
		}

		.control-group.payment {
			border-left: 1px solid #ddd;
			padding-left: 20px;
		}

		/* Error messages */

		.control-group.error .control-label, 
		.control-group.error .help-block, 
		.control-group.error .help-inline {
			color: #d00000;
		}
		
		.control-group.error input, 
		.control-group.error select, 
		.control-group.error textarea { border: 1px solid #d00000; }
		
		span.error { 
			display: block; 
			color: #d00000; 
			font-size: 85%;
			line-height: 1.4em;
			padding-top: 4px;
		}

		/* Help */

		.help { 
			color: #999; 
			font-size: 11px; 
			font-weight: normal; 
			display: block; 
		}

		.form-actions {
			background: transparent;
			border-color: #eee;
			text-align: center;
			padding: 0 0 10px;
			margin: 10px 0;
		}
		.form-actions .checkbox {
			text-align: left;
			margin-bottom: 20px;
		}

		.tooltip { white-space: nowrap; }



/*	Buttons
---------------------------------------------------------------------- */

	.buttons { /* Buttons container */
		text-align: center;
		clear: both;
		padding: 20px 0;
		margin: 20px 0;
	}

	.cart .btn,
	.btn,
	.button,
	a.btn {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	a.btn, .btn,
	.mainborder a.btn {
		color: #333;
	}
		.payment .right .button,
		.cart .btn,
		.btn-cart,
		a.btn-cart,
		.mainborder a.btn-cart,
		#button-confirm {
			color: #333;	
			text-transform: uppercase;
			font-weight: bold;
			background-color: transparent;
			border-color: #333;
			border-width: 2px;
			text-decoration: none;
		}
		.payment .right .button:hover,
		.payment .right .button:active,
		.cart .btn:hover,
		.cart .btn:active,
		.btn-cart:hover,
		.btn-cart:active,
		a.btn-cart:hover,
		a.btn-cart:active,
		#button-confirm:hover {
			background-color: #333;
			border-color: #333;
			color: #fff;
			text-decoration: none;
		}
		.payment .right .button:active,
		.cart .btn:active,
		.btn-cart:active,
		#button-confirm:active {
			background-color: #c43f2d \9;
		}
		#btn-cart,
		#btn-checkout,
		.payment .right .button {
			padding: 10px 16px;
			font-size: 18px;
			line-height: 1.33;
		}

		.btn-primary,
		a.btn-primary,
		.mainborder a.btn-primary {
			color:#ffffff;
			border-color:#363636;
			background-color:#363636;
		}
		.btn-primary:hover,
		a.btn-primary:hover,
		.btn-primary:focus,
		.btn-primary:active,
		.btn-primary.active,
		.btn-primary.disabled,
		.btn-primary[disabled]{
			color:#ffffff;
			border-color:#222222;
			background-color:#222222;
			*background-color:#151515;
		}


/*	Layout
---------------------------------------------------------------------- */

		#thickbar {
			background: #DD4B39;
			height: 6px;
			display: none;
		}

	/*	Main content
	-------------------------------------------------- */

		#content.sideleft,
		#content.middle  {
			padding-left: 20px;
		}

		#content.sideright,
		#content.middle  {
			padding-right: 20px;
		}

		#content.expanded {
			width: 100%;
			padding: 0;
			margin: 0;
		}
			
			#content .info-inner { padding:0px 10px 10px 0;}
			
			#content.maintenance { padding:40px 0 0; }

			.mainborder { position: relative; }
			
			.mainborder .listing { padding: 20px 0; }

		#content.col-md-9 .form,
		#content.col-md-10 .form {
			width: 75%;
		}


		
	/*	Sidebars
	-------------------------------------------------- */

		.content-top { margin-top: 10px; }

		.content-bottom { clear: both; margin-top: 10px; }
		.content-bottom > div > div { margin-top: 10px; border-top: 1px solid #ddd; }

		.sidebar.close {
			display: none !important;
			visibility: hidden !important;
			width: 0;
			height: 0;
		}
		.sidebar .quickLinkBox { display: none !important;}



/*	Header
---------------------------------------------------------------------- */

	#header { 
		z-index: 97;
	}

	#header > .container { padding-top: 16px; position: relative; }

		#logo {
			text-align:center;
			padding-bottom: 5px;
		}

			#logo img {	display:inline; max-width: 100%;}

			#header .rightbox, #header .leftbox { position: relative;}

		.leftlogo #logo { text-align: left; }

		.top_options { text-align: right; }

		.top_options .inner {
			position: relative;
			padding: 6px 10px 0 0;
			display: inline-block;
		}

		#header .rightbox { text-align: right;}

	/*	Language & Currency dropdowns
	-------------------------------------------------- */
		#wrapselector {
			position: relative;
			padding-top: 6px;
		}
		#form-language,
		#form-currency {
			position: relative;
			display: inline-block;
			margin-right: 18px;
			text-transform: uppercase;
			text-align: left;
		}
		#form-language .btn.dropdown-toggle,
		#form-currency .btn.dropdown-toggle {
			text-transform: uppercase;
			color: rgba(0,0,0,0.5);
			padding: 0;
			font-size: .95em;
			text-decoration: none;
		}
		#form-language .dropdown-menu .btn {
			font-size: .85em;
		}
		#form-language .dropdown-menu .btn,
		#form-currency .dropdown-menu .btn {
			padding: 0;
			text-align: left;
			padding: 3px 20px;
			text-transform: uppercase;
			width: 100%;
		}
		#form-language .dropdown-menu>li>.btn:hover, 
		#form-language .dropdown-menu>li>.btn:focus,
		#form-currency .dropdown-menu>li>.btn:hover, 
		#form-currency .dropdown-menu>li>.btn:focus {
			text-decoration: none;
			color: #262626;
			background-color: #f5f5f5;
		}


	
	/*	Minicart (module on the header)
	-------------------------------------------------- */
		
		#cart {
			text-align: right;
			position: relative;
			display: inline-block;
			width: auto;
		}
		#cart .btn.cart-heading {
			background: transparent !important;
			-webkit-box-shadow: none !important;
			box-shadow: none !important;
			padding: 4px 9px;
			border: 0;
			border-left: 1px solid #ccc;
		}
			#cart-total:hover .total { border-color: #ccc; }

			#cart-total .count {
				margin-left: 10px;
				padding: 2px 5px;
				position: absolute;
				right: -6px;
				top: -6px;
				vertical-align: top;
				background-color: #333;
				font-weight: normal;
				float: right;
				z-index: 99;
			}
			#cart-total .total {
				font-weight: bold;
				color: #000;
				margin-left: 8px;
			}

			#cart .dropdown-menu {
				min-height: 110px;
				min-width: 240px;
				padding: 18px 12px 12px;
				z-index: 9999;
			}
			#cart .table-items { margin-bottom: 0; font-size: 12px; }
			#cart .table-items>tbody>tr>td { padding: 8px 4px; }
			#cart .table-items>tbody>tr:first-child>td { border: 0; }
			#cart .table-items .img-thumbnail {
				border:0;
				padding: 0;
				min-width: 40px; 
			}
			#cart .empty {
				padding: 50px 20px;
				text-align: center;
				border:0;
				color: #999;
			}
			#cart td.remove {
				padding-left: 2px;
				padding-right: 2px;
			}


	/*	Search box
	-------------------------------------------------- */

		#header .info { margin-top: 6px; }

		.middlebox .info,
		.middlebox .info p {
			color: #bbb;
			font-size: 12px;
			text-align: center;
		}
		.middlebox #search { margin: 6px auto 0; }
		.middlebox #search + .info { margin-top: 6px; }

		#search { 
			text-align: center;
			margin: 0;
		}
			#search input { outline:none; background-color: #fbfbfb; left: 18px; }
				#search input:focus, #search input:active { outline:none; border-color: #777; box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);}

			#search .input-group-btn .btn {		
				left: -18px;
				z-index:99;
				border:0;
				background: transparent;
				opacity: 0.5;
				-moz-opacity: 0.5;
				filter:alpha(opacity=50);
			}
			.searchouter #search .dropdown-menu {
				right: 0;
				left: auto;
				min-width: 300px;
			}
			#search .ajaxadvance .image,
			#search .ajaxadvance .content {
				display: table-cell !important;
			}
			#search .dropdown-menu li:nth-child(odd) { background: #fff !important; }
	/*	Welcome & Important Links
	-------------------------------------------------- */

		#top-links {
			text-transform: uppercase;
			display: inline-block;
			padding-top: 6px;
			margin-right: 18px;
			font-size: .95em;
		}
		#top-links a { text-decoration: none; }
		#top-links .dropdown-menu {z-index: 9999; font-size: .95em; text-align: left;}
		#top-links .dropdown.open a {background: none;}

	/*	Main Navigation
	-------------------------------------------------- */

		#outernav {
			margin-top: 6px;
		}
		.navbar {
			border-width: 0;
			border-radius: 0;
			margin: 0;
			min-height: 0;
			background: transparent;
		}

		#header .rightbox, #header .leftbox { position: relative;}

			.leftbox .btn-menu { float: left; }

			#header .navbar-collapse {
				max-height: none;
				padding: 0;
				position: inherit;
			}
			#header .navbar-toggle {
				float: left;
				background: #fff;
			}
			#header .navbar-default .navbar-toggle .icon-bar {
				background-color: #777;
			}
			#header .navbar .dropdown-menu {
				margin-top: 0px;
				-webkit-border-radius: 0;
				-moz-border-radius: 0;
				border-radius: 0;
				border-color:#ccc;
				text-align: left;
				padding: 0.5em 0.8em;
			}
			#header .dropdown-menu li > a {
				display:block;
				padding:3px 20px;
				clear:both;
				font-weight:normal;
				line-height:20px;
				color: #333333;
			}
			#header .dropdown-menu  ul.childcats li a {
				font-size: 11px;
				color: #777;
			}
			#header .dropdown-menu .column-item {
				float: left;
				padding: 4px 8px;
			}
			#header .column-item .image { margin-bottom: 8px; padding-bottom: 8px; border-bottom: 1px solid #eee; }
			#header .column-item .maincat {
				text-transform: uppercase;
				margin-bottom: 4px;
				display: block;
			}
			#header .column-item .maincat a { color: #999; }
			#header .column-item .maincat a:hover { color: #333; }

			#header .column-item ul { list-style: none; padding-left: 0}

			#header .column-item ul li a {
				padding: 3px 9px;
				display: block;
			}
			#header .block-contents .dropdown-menu { max-width: 600px; white-space: normal; }

			#header .navbar .label {
				font-size: 8px;
				letter-spacing: 1px;
				font-weight: normal;
				vertical-align: top;
			}
			#header .adjusted .nav li.dropdown .container {width: auto; padding: 0;}

			#header .navbar-nav.navbar-right #cart,
			#header .navbar-fixed-top .searchouter,
			#header .navbar-fixed-top .nav .home{
				display: none;
			}
			#header .navbar .navcontainer .searchouter {
				max-width: 200px;
				margin-top: 10px;
				float: right;
				position: relative;
				z-index: 99;
			}
			#header .navbar .btn-menu {margin-top: 10px;}
			#header .navbar .navcontainer .searchouter input {background: #fbfbfb;}
			#header .navbar-fixed-bottom .navbar-collapse,
			#header .navbar-fixed-top .navbar-collapse {
				max-height: none;
			}
			.navbar-fixed-top #cart .btn { margin-right: 1em; border: 0; }

				.offcanvas .closesidebar {
					float: right;
					margin-right: -15px;
					margin-left: 10px;
					font-size: 24px;
					display: inline-block;
					color: #333;
					z-index: 9;
					position: relative;
					border-radius: 0;
				}
				.offcanvas .closesidebar:hover {
					background: #000;
					color: #fff;
				}
				.offcanvas .navbar-nav {margin-top: 20px;}
				.offcanvas.navmenu {margin-bottom: 0;}
	

/*	Content Wrapper
-------------------------------------------------- */

	/*	Page heading
	-------------------------------------------------- */

		.page-header {
			clear: both;
		}

		.layout-3 .page-header { border: 0; text-align: center; }
		.layout-3 .page-header .onsale {
			float: left;
			margin-right: 10px;
		}
		.layout-3 .page-header .onsale span {
			font-size: 10px;
			padding: 5px 8px;
		}
		.page-header h1, .page-header h1 a { 
			font-weight: 200;
			text-decoration: none;
			line-height: 1.3em;
			color: #333;
		}


	/*	Breadcrumbs
	-------------------------------------------------- */

		.breadcrumb { 
			color: #CCC; 
			/*font-size:10px; */
			/*margin-bottom: 0px;*/
			background: transparent;
			text-align: center;
		}
			.breadcrumb a { color:#bbb; }
			.breadcrumb .divider { padding: 0;}


	/*	Information Boxes
	-------------------------------------------------- */

		#notification { overflow: auto; }

		.alert-success, .alert-danger, .alert-warning, .alert-info {
			width: 75%;
			margin: 20px auto 25px;
			padding: 12px;
			text-align: center;
			color: #555555;
			-webkit-border-radius: 0;
			-moz-border-radius: 0;
			-khtml-border-radius: 0;
			border-radius: 0;
		}
		.alert-success a, .alert-danger a, .alert-warning a, .alert-info a {
			font-weight:bold;
		}
		.alert-success {
			background: #D4FFE3;
			border: 2px solid #80CFAB;
		}
		.alert-danger {
			background: #FFD9D9;
			border: 2px solid #E68382;
		}
		.alert-warning {
			background: #FFE6E1;
			border: 2px solid #FFA09F;
		}
		.alert-info {
			background: #FFF5CC;
			border: 1px solid #F2DD8C;
		}


	/*	Table styles
	-------------------------------------------------- */

		.table thead td,
		.table thead th { 
			text-transform: uppercase;
			vertical-align: middle;
			color: #999;
			border-top: 1px solid #ddd;
			font-weight: normal;
		}

			.table .left { text-align: left; }
			.table .right {	text-align: right; }
			.table .center { text-align: center; }


	/*	Pagination
	-------------------------------------------------- */

		.pagination { 
			border-top: 1px solid #EEEEEE; 
			padding-top: 8px;
			overflow: hidden;
			display: block;
		}
			.pagination ul {
				-webkit-border-radius: 0;
				-moz-border-radius: 0;
				border-radius: 0;
				-webkit-box-shadow: none;
				-moz-box-shadow: none;
				box-shadow: none;
			}
				.pagination .links { 
					float: left;
					overflow: hidden; 
				}
					.pagination .links a,
					.pagination .links b {
						padding: 6px 12px;
						line-height: 22px;
						text-decoration: none;
						font-weight: bold;
						border: 1px solid transparent;
						border-left-width: 0;
						display: block;
						float: left;
					}
					.pagination .links b { 
						font-weight: normal;
						color:#999;
						background: #eee;
					}

				.pagination .links a:hover { background: #f9f9f9; }

			.pagination .results { 
				float: right; 
				color: #bbb; 
				text-transform: uppercase;
				font-size:10px;
				padding-top: 6px;
			}

		.pagination.brands { height:auto; border: 0; }
		.pagination.brands a {padding: 2px 9px; }

	/*	Contentset
	---------------------------------------------------------------------- */
		
		.box-heading, .contentset {
			text-transform: uppercase;
			font-weight:normal;
			padding: 0 0 8px;
			margin: 4px 0;
			border-bottom: 1px solid #eee;
			color: #999;
			margin-bottom: 20px;
		}
		.contentset { margin-top: 20px; }
					
		.contentset.separator:first-child { margin-top: 0; }

		.contentset i { margin-right: 7px; }

		.contentset.center { text-align:center; }


	/*	Box
	-------------------------------------------------- */

		.box { padding: 10px 0; }
		.content-top > .box { border: 1px solid #ddd; margin-bottom: 10px; }
		.sidebar .box { padding: 20px 10px; }
			.box h4 {
				text-transform: uppercase;
				font-weight: 200;
				margin-bottom: 20px;
				padding-left: 10px;
			}

		.box.category-accordion,
		.box.account,
		.box.mod-information,
		.box.affiliate {
			border-color: transparent;
			background: #f9f9f9;
		}
		.box.newsletter { border-color: transparent; }

		.list-group { padding: 10px; }
		.list-group a { 
			border-width:1px 0 0 0;
			border-color: #eee;
			background: transparent;
			text-transform: uppercase;
		}
		.list-group a:first-child { border-top: 0; }
		.list-group.account { background: #f9f9f9; }
		

	/*	Category boxes
	-------------------------------------------------- */

		.box-category { margin-top: -5px; }

			.box-category ul { 
				list-style: none; 
				margin: 0; 
				padding: 0; 
			}
			.box-category > ul > li {
				border-top: 1px solid #eee;
				display: block;
				position: relative;
			}
			.box-category > ul > li:first-child { border-top:0; }

			.box-category .expand {
				top: 6px;
				right: 0;
				position: absolute;
				cursor: pointer;
				width:16px;
				height:16px;
				padding: 2px;
				font-family: "FontAwesome";
				font-size: 10px;
				opacity: 0.5;
				-moz-opacity: 0.5;
				filter:alpha(opacity=50);
			}
			.box-category .expand:before{ content: "\f067"; }
			.box-category .expand:hover {
				opacity: 1;
				-moz-opacity: 1;
				filter:alpha(opacity=100);
			}
			.box-category ul li a { 
				padding: 5px 8px;
				display: block;
			}
			.box-category ul li.double a {
				display: inline-block;
				margin: 0;
			}
			.box-category ul li { position: relative; }
			.box-category > ul > li a.active + .expand:before { content: "\f068"; }
			.box-category > ul > li > a { 
				color: #333; 
				text-transform: uppercase;
				display: block;
			}
			.box-category > ul > li ul { display: none; padding-left: 10px; }
			.box-category > ul > li a.active { font-weight: bold; }
			.box-category > ul > li > a.active { margin-bottom:8px; }
			.box-category > ul > li a.active + ul { display: block; }
			.box-category a:hover {
				background: #f9f9f9;
				text-decoration:none;
			}
			.box-category > ul > li ul > li > a { text-decoration: none; }

		
		/*	Filter boxes
		-------------------------------------------------- */

			ul.box-filter, ul.box-filter ul {
				list-style: none;
				margin: 0 0 0 10px;
				padding: 0;
			}
			ul.box-filter span.filter-group {
				font-weight: bold;
				border-bottom: 1px solid #EEEEEE;
				display: block;
				padding-bottom: 5px;
				margin-bottom: 8px;
			}
			ul.box-filter > li ul { padding-bottom: 10px; }
			ul.box-filter input[type="checkbox"]:checked + label { font-weight: bold; }

			.btn-filter {text-align: center;}

			ul.box-filter label {
				display: inline-block;
				padding: 1px 3px;
			}
			ul.box-filter input[type="checkbox"] { margin-top: 0; }


	/*	Category info
	-------------------------------------------------- */

		.category-info { 
			margin-bottom: 20px; 
			padding: 0;
			color: #777;
		}
			.category-info .image { 
				float: left; 
				margin: 0 12px 10px 0;
			}
			.category-list { 
				overflow: hidden; 
				list-style: none;
				padding: 0 0 20px;
			}
				.category-list li {
					float: left;
					margin-right:2px;
					text-align:center;
				}
				.subcat_thumb a span { display: block; }

			.subcat { float: left; }
			.subcat a,
			.subcat_thumb a {
				padding: 6px 8px;
				border: 1px solid #eee;
				border-color: transparent;
				border-left-color: #eee;
				font-weight: bold;
				/*color: #777;*/
				display: inline-block;
				white-space: -o-pre-wrap;
				white-space: -moz-pre-wrap;
				word-wrap: break-word;
			}
			.subcat:first-child a,
			.subcat_thumb:first-child a {
				border-left-color: transparent;
			}
			.subcat a:hover,
			.subcat_thumb a:hover {
				text-decoration: none;
				border-color: transparent;
				border-color: #aaa;
				background: transparent;
			}
			.subcat:hover + .subcat a,
			.subcat_thumb:hover + .subcat_thumb a {
				border-color: transparent;
			}


	/*	Search
	-------------------------------------------------- */

		.search-criteria { 
			border: 1px solid #ddd;
			padding:12px; 
			text-align:center; 
		}
			.search-criteria input[type="search"], 
			.search-criteria select { 
				margin-bottom:10px; 
				background: #FFF;
				display: inline-block !important;
			}
			.search-criteria .buttons { padding: 10px 0; }
			.search-criteria input[type="text"] { margin-bottom:10px; }

		.empty.search { font-size: 16px; }

		.filter-category { margin-bottom:10px; }


	/*	Sitemap
	-------------------------------------------------- */

		.sitemap-info ul { list-style: none; }
			.sitemap-info li > ul li {
				border-bottom: 0;
				padding: 0;
				font-weight: normal;
				text-transform: none;
			}
			.sitemap-info ul li {
				border-bottom: 1px solid #f2f2f2;
				padding: 16px;
				font-weight: bold;
			}
	
	/*	Manufacturers
	-------------------------------------------------- */	

		.pagination.manufacturer { height:auto !important; }
		.pagination.manufacturer a {
			padding: 0 8px;
			margin-bottom: 2px;
		}
		#manufacturer-list ul {
			list-style: none;
		}


	/*	Empty page
	-------------------------------------------------- */

		.empty {
			text-align: center;
			color: #bbb;
			text-transform: uppercase;
			padding: 20px 0;
		} 


/*	Products Category Views
-------------------------------------------------- */


	/* Quick View */
		#quickViewContent {
			background: #FFF;
			max-width: 800px;
			max-height: 600px;
			margin: 0 auto;
			position: relative;
			padding: 10px;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}
		#quickViewContent .product-page {
			overflow-y: auto;
			overflow-x: hidden;
			max-height: 550px;
			margin-top: 30px;
		}
		#quickViewContent .mainborder {
			padding: 0 20px;
		}
		.quickview {
			visibility: hidden;
			text-align: center;
			position: absolute;
			/*bottom: 40%;
			width: 100%;*/
			z-index: 999;
		}
		.sidebar .quickview { display: none !important; }
		.quickview {
			/*position: absolute;*/
			top: 10px;
			right: 10px;
			text-align: right;
			float: right;
		}
		.quickview .btn {
			font-size: 0.8em;
			white-space: pre-wrap;
			width: 60px;
			background: rgb(255,255,255,0.5);
			text-transform: uppercase;
			/*box-shadow: 0 0 2px rgba(255,255,255,1);*/
		}
		.quickview .btn:hover {
			border-color: #777;
			color: #333;
			background: #fff;
		}
		/*.quickview .btn i {
			opacity: 0.65;
			-moz-opacity: 0.65;
			filter:alpha(opacity=65);
		}*/
		a.more-details {
			margin-bottom: -20px;
			letter-spacing: 1px;
		}
		#quickViewContent .page-header {
			margin: 0 0 15px;
		}
		#quickViewContent .page-header h1 {font-size: 2.2em; margin-top: 0;}
		#quickViewContent .page-header h1 a:hover {
			border-bottom: 1px solid #999;
		}

		#quickViewContent .nav-tabs>li:last-child>a {border-top-right-radius: 5px; border-bottom-right-radius: 5px;}
		#quickViewContent .nav-tabs>li>a, #quickViewContent .nav-tabs>li>a:hover { padding: 10px 9px; }

	/* Colorbox */

		#cboxContent {
			border: 6px solid #f2f2f2;
			webkit-box-shadow: 0 1px 5px rgba(0,0,0,.5);
			-moz-box-shadow: 0 1px 5px rgba(0,0,0,.5);
			box-shadow: 0 1px 5px rgba(0,0,0,.5);
		}
		#quickViewContent #cboxLoadedContent {
			border: 1px solid #ccc;
			margin: 0 !important;
			padding: 10px 20px;
			width: auto !important;
		}

		#cboxTopCenter,
		#cboxTopLeft,
		#cboxTopRight,
		#cboxMiddleLeft,
		#cboxMiddleRight,
		#cboxBottomLeft,
		#cboxBottomCenter,
		#cboxBottomRight {
			display: none !important;
		}
		#cboxPrevious, #cboxNext, 
		#cboxClose, #cboxSlideshow {
			bottom: 10px !important;
			background: none !important;
			font-family: 'FontAwesome';
			text-indent: 0 !important;
			color: transparent;
		}
		#cboxPrevious:before, #cboxNext:before, 
		#cboxClose:before, #cboxSlideshow:before {
			color: #aaa;
			font-size: 14px;
		}
		#cboxPrevious:hover:before, #cboxNext:hover:before, 
		#cboxClose:hover:before, #cboxSlideshow:hover:before {
			color: #444;
		}
		#cboxPrevious { left: 30px !important; }
		#cboxPrevious:before { content: "\f060"; }
		#cboxNext { left: 60px !important; }
		#cboxNext:before { content: "\f061"; }
		#cboxClose {
			top: 10px;
			right: 10px !important;
			bottom: auto;
		}
		#cboxClose:before {
			content: "\f00d";
			font-size: 20px;
		}
		#cboxSlideshow:before {
			content: "\f144";
			font-size: 20px;
		}


	/*	Products filter */

		.product-filter {
			margin:10px 0 20px;
			font-size:11px;
			font-family:sans-serif;
			overflow: hidden;
		}

		.product-filter .view-options {
			overflow: hidden;
			float: right;
		}

		/*	Buttons for Grid/List view */
		
			.product-filter .display { float:right; }

			.product-filter .btn {
				padding: 6px 12px;
				margin: 0;
				background: transparent;
				-webkit-box-shadow: none;
				-moz-box-shadow: none;
				box-shadow: none;
				border: 0;
				text-shadow: none;
			}

			.product-filter .btn:first-child { border-right: 1px solid #eee; }

			.product-filter .display .btn i {
				opacity: 0.35;
				-moz-opacity:0.35;
				-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
				filter: alpha(opacity=35);
				font-size: 14px;
			}
			.product-filter .display .btn:hover i,
			.product-filter .display .btn.active i{
				opacity: .85;
				-moz-opacity:.85;
				-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
				filter: alpha(opacity=85);
			}


		/*	Filter options */

			.product-filter .list-options { 
				float: left;
				line-height: 22px;
			}
				.product-filter select { 
					background: #FFF;
					padding:2px; 
					font-size:11px; 
					width:auto; 
					line-height: 22px;
					height:22px;
					margin-bottom: 0;
					display: inline-block;
				}

				.product-filter .sort,
				.product-filter .limit {
					display: inline-block; 
					vertical-align: top;
					color: #bbb;
					margin-left:6px;
					text-transform: uppercase;
				}


		/*	Compare products */

			.product-compare { 
				float: left; 
				padding: 2px 9px 5px 0;
				text-transform: uppercase;
				border-right: 1px solid #eee;
			}
				
				.product-compare a { 
					color: #777;
					line-height:14px; 
					line-height:2em; 
					padding: 1px 6px; 
				}

		/*	Price styles */

			.price-normal { color: #555; }
			.price-old { 
				color: #999; 
				text-decoration: line-through; 
				font-weight: 300; 
			}
			.price-new { 
				font-weight: 300;
				color: #FF0000; 
			}

	
	/*	List view
	-------------------------------------------------- */
		
		.product-list .inner { height: auto !important; }
		.product-list > div {
			margin-bottom: 8px;
			overflow: hidden;
			position: relative;
			float: none;
			width: 100% !important;
			}
		.product-list .inner, .product-list .inner2 {
			text-align: left !important;
		}
		/*.product-layout.product-list .inner {
			border: 6px solid transparent;
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease; 
			transition: all 0.3s ease;
		}
		.product-layout.product-list .inner2 {
			border: 1px solid transparent;
			padding: 18px 10px;
		}
		.product-layout.product-list:first-child .inner2,
		.product-layout.product-list:hover + .product-row .inner2 {
			border-top-color: transparent;
		}

		.product-layout.product-list:hover .inner { border-color: #f2f2f2; }
		.product-layout.product-list:hover .inner2 { border-color: #ddd; }*/
		
		.product-list .image { 
			text-align: center; 
			display: block;
			position: relative;
		}
			
			.product-list .image img { 
				max-width:100% !important; 
			}
		
		@media (min-width: 767px) {
			.product-list .product-thumb .image {
				float: left;
				margin-right: 35px;
				max-width: 180px;
				position: relative;
			}
		}

		.product-layout.product-list .caption {
			padding: 15px;
			text-align: left;
		}
		
		.product-layout.product-list .onsale { margin: 0 0 5px; }

			.product-layout.product-list .name {
				margin-bottom: 5px;
				padding: 0;
				border-bottom: 1px solid #eee;
				border-top:0;
				overflow: hidden;
			}
			.product-layout.product-list .name a {	
				text-decoration: none; 
			}
		.product-list .product-thumb .caption .description { 
			margin-bottom: 5px; 
			color: #4D4D4D; 
			line-height:1.3em;
			display: block;
		}
		.product-list .rating {	color: #7B7B7B; }
		
		.product-list .price { font-weight: bold; }

			.product-list .price-tax { 
				font-size: 11px; 
				color: #999; 
				display: none;
			}

		.product-list .wishlist, 
		.product-list .compare { 
			display: inline;
		}

	
	/*	Grid view
	-------------------------------------------------- */

			.onsale span {
				font-size: 9px;
				padding: 4px 6px;
				text-transform: uppercase;
				background: #D9293B;
				color: #fff;
			}
			.product-thumb .onsale,
			.product-slider .item .onsale {
				z-index:99;
				margin: -20px 0 2px 10px;
				position: relative;
				text-align: left;
			}
			.product-page .onsale { margin-bottom: 10px; position: absolute; z-index: 1000; }
			.product-page .onsale span {
				padding: 6px 9px;
				font-size: 11px;
			}

			.product-thumb .caption,
			.product-layout .caption {
				min-height: 120px;
				text-align: center;
				padding-bottom: 2em;
			}
			.product-thumb .caption .description {
				display: none;
			}
			.product-thumb .cart .btn,
			.product-slider .item .cart .btn,
			.product-thumb .links,
			.product-slider .item .links {
				opacity: 0;
				-moz-opacity: 0;
				filter: alpha(opacity=0);
			}
			.product-thumb:hover .cart .btn,
			.product-slider .item:hover .cart .btn,
			.product-thumb:hover .links,
			.product-slider .item:hover .links {
				opacity: 1;
				-moz-opacity: 1;
				filter: alpha(opacity=100);
			}

			.product-grid, .product-box { overflow: hidden; }

			.product-thumb .image {text-align: center; position: relative;}
			.product-thumb .image img { 
				max-width:100%;
			}

			.owl-carousel  .image,
			.product-thumb .image {
				position: relative;
				display: block;
				overflow: hidden;
			}
			.image.hover_fade_in_back img {
				max-width: 101% !important;
				width: auto !important;
				height: auto !important;
				display: block;
			}
			.image.hover_fade_in_back > a > img {
				margin: 0 auto;
			}
			.image .front-image,
			.image .back-image {
				display: block;
				width: auto;
				height: auto; }

			.image .front-image img {
				min-width: 100%;
				max-width: 101% !important;
				width: auto !important;
				height: auto !important;
				display: block; }

			.image .back-image img {
				min-width: 100%;
				max-width: 101% !important;
				opacity: 0;
				-webkit-transition: all 200ms ease-out;
				-moz-transition: all 200ms ease-out;
				transition: all 200ms ease-out;
				position: absolute;
				top: 0;
				width: auto !important;
				height: auto !important;
				display: block;
				backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-moz-backface-visibility: hidden;
				-ms-backface-visibility: hidden; }

			.product-thumb .image:hover .back-image img,
			.owl-carousel .item .image:hover .image .back-image img{
				opacity: 1; 
			}
			.product-thumb .links {
				margin-top: 8px;
			}
			.product-thumb .links button {
				border: 0;
				padding: 2px 10px 3px;
				background: transparent;
			}
			.product-thumb .links button:hover {color: #333;}
			.product-thumb .links button + button { border-left: 1px solid #ddd; }

			.product-grid .name,
			.product-slider .name,
			.box .product-thumb .name {
				clear: both;
				font-size: 1.2em;
				line-height: 1.4em;
				padding: 10px 0 0 10px;
				margin-bottom: 0;
				border-top: 1px solid #ddd;
			}
			.product-thumb .name a,
			.product-grid .name a,
			.product-slider ul li .name a {
				text-decoration: none;
				display: block;
				margin-bottom: 4px;
			}
			.product-thumb .description { display: none; }

			.box .product-thumb .rating,
			.product-layout .rating,
			.product-grid .rating,
			.owl-carousel .item .rating { 
				display: block; 
				font-size: 6px;
				margin: 5px 0;
				color: #333;
			}
			.product-layout .price {
				margin:0.5em 0;
			}

				.product-layout .price-tax { display: none; }

			.product-layout .name a { color: #333; }


	/* Transform in single column in sidebars */

		.sidebar .product-slider .owl-carousel .owl-wrapper, 
		.sidebar .product-slider .owl-carousel .owl-item, 
		.sidebar .product-layout {
			width: 100% !important;
			}
		.sidebar .owl-carousel .owl-item .image,
		.sidebar .product-layout .product-thumb .image {
			width: 34%;
			float: left;
			padding-right: 20px;
			z-index: 99;
		}
		.sidebar .product-layout .product-thumb {
			position: relative;
		}
		.sidebar .product-layout .back-image,
		.sidebar .product-layout .links,
		.sidebar .product-layout .cart,
		.sidebar .product-layout .ovrlay,
		.sidebar .owl-carousel .item .cart,
		.sidebar .owl-carousel .item .links,
		.sidebar .owl-controls {
			display: none !important;
		}
		.sidebar .owl-carousel .owl-item .caption,
		.sidebar .product-layout .caption {
			min-height: auto;
			text-align: left;
			width: 64%;
			float: left;
		}
		.sidebar .owl-carousel .owl-item .rating,
		.sidebar .product-layout .rating {
			position: relative;
			right: auto;
		}
		.sidebar .owl-carousel h4.name, .sidebar .box h4.name {
			text-align: left;
			font-size: 1.1em;
			text-transform: none;
			border: 0;
			padding: 0;
			margin: 0;
		}
		.sidebar .product-thumb:hover .back-image img, 
		.sidebar .owl-carousel .item:hover .image .back-image img {
			opacity: 0;
			-moz-opacity: 0;
			filter: alpha(opacity=0);
		}


/*	Single Product page
-------------------------------------------------- */

	.product-page { margin-bottom: 20px; }


	/*	Previous | Next buttons
	-------------------------------------------------- */

		.prevnext { margin-top: -20px; }
		.prevnext .pager { 
			text-align: right; 
			margin: 0; 
		}
		.prevnext .pager li>a, 
		.prevnext .pager li>span {
			-webkit-border-radius: 0;
			-moz-border-radius: 0;
			border-radius: 0;
			border: 0;
			background: transparent;
		}
		.prevnext { margin: 0 0 10px; }
		.prevnext .pager li a {
			font-weight: normal;
			display: block;
			float: none;
			padding: 12px;
			color: #777;
		}
		.prevnext .pager li a i {
			padding: 0 0.15em;
			color: #ccc;
		}
		.prevnext .pager li a:hover i { 
			color:#777;
		}
		.prevnext .dir {
			color: #bbb;
			letter-spacing: 3px;
			font-size: 10px;
			text-transform: uppercase;
			display: block;
		}
		.prevnext span {
			margin: 0 25px;
			display: block;
		}
		.prevnext.full li {
			display: block;
			float: left;
			width: 50%;
		}
		.prevnext  .pager li + li a { border-left: 1px solid #ddd; }
		.prevnext.full  .pager li + li a { border: 0; }
		.prevnext.full li .tooltip { display: none !important; }
		.prevnext.full li.next { float: right; }
		.prevnext.full li.previous {
			text-align: left;
		}		
		.prevnext .previous i { float: left; }
		.prevnext .next i { float: right; }
		#maintop-container .prevnext.full i {
			font-size: 1.5em;
			padding-top: 5px;
		}
		.prevnext.compact {
			display: block;
			overflow: hidden;
			margin-top: -26px;
			margin-bottom: 0;
		}
		.prevnext.compact .pager { float: right; }
		.prevnext.compact .pager li a {
			display: inline-block;
			padding: 4px;
		}
		.prevnext.compact a .dir { display: inline; }
		.prevnext.compact .name { display: none; }
		.prevnext.compact a i {
			margin: 3px;
			color: #999;
		}
		.prevnext.compact .dir { margin: 0 8px; }


	/* Icons
	-----------------------------------------*/
		.links span a:hover {color: #333;}


	/*	Images
	-------------------------------------------------- */

		.product-page .layout-1 .leftcol { padding-right: 20px; }
		.product-page .page-header { padding: 0; border:0;}
		.product-page .image { 
			margin-bottom: 10px;
			padding: 0;
			text-align: center; 
			position: relative;
		}
		.product-page .image #wrap { z-index: 888 !important; display: block;} /* fix to keep dropdown menu on the front */
		.product-page .image a { width: 100%; }
		.product-page .image a:focus { outline: none !important; }
			.product-page .image img { max-width:100%; display: inline-block;}

		.product-page .image-additional {
			overflow: hidden;
			clear: both;
		}
		.product-page .image-additional ul { padding-left: 0; }
		.product-page .image-additional ul li {
			list-style: none;
			display: inline;
		}
		.product-page .image-additional a { 
			margin: 5px 0 5px 5px; 
			padding:5px; 
			display: inline-block; 
		}
		.image .expand {
			float: right;
			position: absolute;
			bottom: 20px;
			right: 20px;
			z-index: 900;
			border: 2px solid #ddd;
			background: rgba(255,255,255,0.5);
			height: 40px;
			width: 40px !important;
			line-height: 35px;
			text-align: center;
			display: block;
			-webkit-border-radius: 20px;
			-moz-border-radius: 20px;
			border-radius: 20px;
		}
		.image .expand:hover {
			border-color: #999;
		}
		

	/*	Description
	-------------------------------------------------- */

		.product-page .layout-3 .image-additional,
		.layout-3 .detailscol {
			text-align: center;
		}
		.layout-3 .rightcol { margin-top: 20px; }
		.layout-3 .cartcol .cart { width: 65%; }
		.product-page .description { padding: 10px 0 10px 5px; }

			.product-page .description span { font-weight:bold; }
			.product-page .description a { text-decoration: none; }
			.stock {
				text-transform: uppercase;
				color: #fff;
				padding-top: 10px;
				font-size: 10px;
			}
			.stock span {
				padding: 2px 8px;
				border-radius: 12px;
			}
			.outstock { background: #FF595D;  }
			.instock { background: #00ae7c; }
			.stockqty { background: #999; font-weight: normal !important; }


	/*	Price
	-------------------------------------------------- */

		.product-page .rightcol .price { padding-left: 5px; clear: both; }

			.product-page .rightcol .price-normal, 
			.product-page .rightcol .price-new { font-size:28px; line-height: 28px; }

			.product-page .rightcol .price-new {
				display: block;
				line-height: 1em;
			}
			.product-page .price-tax, 
			.product-page .price .reward { 
				font-size: 12px; 
				color: #bbb;
				margin-top: 10px; 
			}
			.product-page .rightcol .price .discount { 
				font-size: 12px; color: #4D4D4D;
				margin-top:12px; 
			}
				.product-page .rightcol .price .discount span { font-weight:bold; }

	/*	Options
	-------------------------------------------------- */

		.product-page .options {
			border-top: 1px dotted #E7E7E7;
			padding: 10px 0 0px 5px;
			margin-bottom: 10px;
		}
			.product-page .option-image input { 
				float: none; 
				display: inline; 
				margin-right: 6px; 
			}
			.product-page .options label { font-weight: normal; text-transform: none;}
			.product-page .options label.control-label { font-weight: bold;}

	/*	Cart
	-------------------------------------------------- */

		.product-page .cart {
			padding: 10px 0;
		}
		.product-page .layout-2 .cartcol {
			text-align: center;
		}
		.product-page .layout-2 .cart {
			border-top: 0;
		}
			.product-page .qty-input-div {
				display: block;
				float: left;
				padding: 0;
			}
				.product-page .cart .input-qty {
					display: block;
					display: inline-flex;
					padding: 0;
				}
			.product-page .cart input[type="text"] { 
				font-size:16px; 
				margin: 0;
				padding: 2px 4px;
				width: 46px;
				height: 46px;
				display: block;
				text-align: center;
				border-radius: 0;
			}
			.qty-minus, .qty-plus {
				text-align: center;
				cursor: pointer;
				font-size: 14px;
				display: block;
				float: left;
				padding: 8px;
				line-height: 28px;
				color: #999;
				height: 46px;
			}
			.qty-minus:hover, .qty-plus:hover {
					color: #000;
			}
			#button-cart {
				margin-left: 10px;
			}
			.product-page .layout-2 #button-cart {
				margin-top: 10px;
			}
			.product-page .links .btn{ 
				margin: 0;
				font-size: 0.85em;
				text-transform: uppercase;
				color: #999;
				border-color: transparent;
				background: transparent;
			}
			.product-page .links .btn:hover {
				border-color: #777;
				background: transparent;
				color: #333;
			}
			.product-page .links i { margin: 0; }
			.product-page .links span + span a { border-left: 1px solid #ddd; }
			.product-page .links .review {
				text-transform: uppercase;
				font-size: 11px;
				text-decoration: none;
				color: #777;
				display: block;
				margin-bottom: 14px;
			}
			.product-page .review { 
				padding: 10px 0; 
				margin-top: 15px;
				border-top: 1px solid #E7E7E7;
			}

			.product-page .review span {
				font-size: 7px;
				color: #333;
			}
			.product-page .review .btn {
				margin-left: 6px;
			}
			.product-page .minimum { 
				color: #BBB; 
				padding-top:8px; 
				display: block;
			}
		.cart-box {
			border: 6px solid #f6f6f6;
			padding: 20px 10px;
			text-align: center;
		}
		.cart-box .button { clear: both; }
		.cart-box .cart {
			border: 1px solid #eee;
			border-width: 0 0 1px;
			padding-bottom: 20px;
		}


	/*	Review details
	-------------------------------------------------- */

		#review .content { 
			margin-bottom:10px; 
			border-top: 1px solid #eee;
			padding-top: 10px;
		}

		#review .content:first-child { border: 0; }
			#add-review { 
				border-left: 1px solid #ddd;
				padding-left: 30px;
			}
			#add-review h4 {
				text-transform: uppercase;
				margin: 30px 0;
				font-weight: normal;
			}
			.review-date { 
				font-size:11px; 
				color: #999; 
			}
		#review .author {
			text-transform: uppercase;
			font-weight: bold;
			margin-right: 10px;
		}
		#review .fa.fa-stack { font-size: 7px; color: #444; }


	/*	Share buttons
		-------------------------------------------------- */

			.product-page .share {
				line-height: normal;
				padding: 10px 0;
				margin-top: 10px;
				text-align: right;
			}
			.product-page .share ul {
				padding-left: 0;
				margin-bottom: 0;
			}
				.product-page .share ul li {
					display: inline-block;
					margin: 0 3px 3px 0;
				}
				.product-page .share a {
					line-height: 16px;
					font-size: 16px;
					display: inline-block;
					padding: 5px;
					text-decoration: none;
					color: #555;
				}
				.product-page .share a:hover { color: #000; }

	/*	Tags
	-------------------------------------------------- */

		.cartcol .tags,
		.cartcol .share,
		.layout-3 .detailscol .tags,
		.layout-3 .detailscol .share  {
			display: none;
		}
		.layout-3 .cartcol .tags,
		.layout-3 .cartcol .share {
			display: block;
		}
		.product-page .tags {
			clear: both;
			padding:10px 0;
			font-size: 11px;
		}
			.product-page .tags a {
				text-decoration:none;
				text-transform: uppercase;
				font-size: 9px;
				font-weight: 500;
				color: #777;
				padding: 3px 4px;
				border: 1px solid #ccc;
				-webkit-border-radius: 3px;
				-moz-border-radius: 3px;
				border-radius: 3px;
				line-height: 19px;
				white-space: nowrap;
			}

	/*	Full description
	-------------------------------------------------- */

		.product-details { padding-bottom: 10px; clear: both; }

		.attribute thead td {
			background: none;
			text-align: left; color: #999;
			padding-top: 15px;
		}

		.nav-tabs > .active > a,
		.nav-tabs > .active > a:hover {
			color: #333;
		}
		.nav-tabs>li { margin-bottom: 0; }

		.nav-tabs>li>a {
			padding: 12px 15px 7px 15px;
			font-size: 1.1em;
			float: left;
			text-align: center;
			text-decoration: none;
			color: #777;
			margin-right: 0;
			text-transform: uppercase;
			-webkit-border-radius: 0;
			-moz-border-radius: 0;
			border-radius: 0;
		}
		.nav-tabs { border-bottom-color: #ddd;}

		.tab-pane,
		.tab-content {
			padding: 10px;
			margin-bottom: 20px;
			z-index: 2;
		}
		.tabbed-products {padding: 10px 0;}
		.tabbed-products .tab-content,
		.tabbed-products .tab-pane {
			padding: 0;
			margin: 0;
		}
		.tabbed-products .product-slider {
			border:0;
			padding: 20px 10px 0;
		}

		.nav-tabs>li>a, .nav-tabs>li>a:hover {
			background: transparent;
			border-width: 0;
			padding: 16px 15px;
		}
		.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
			font-weight: bold;
			color: #000;
			border-width: 0;
		}
		.nav-tabs>li.active>a:before {
			position: absolute;
			bottom: -9px;
			left: 40%;
			display: inline-block;
			border-right: 9px solid transparent;
			border-top: 9px solid #bbb;
			border-left: 9px solid transparent;
			border-top-color: #bbb;
			content: '';
		}
		.nav-tabs>li.active>a:after {
			position: absolute;
			bottom: -8px;
			left: 40%;
			margin-left: 1px;
			display: inline-block;
			border-right: 8px solid transparent;
			border-top: 8px solid #fff;
			border-left: 8px solid transparent;
			content: '';
		}



/*	Product comparison
-------------------------------------------------- */
	
	.compare-info { border:0;}
	.compare-info td { 
		border-top: 1px dotted #ddd;
		border-left: 1px solid #eee; 
		text-align: center;
		padding: 12px;
	}
	.compare-info td.divider {
		height: 8px;
		padding: 0;
	}
	.compare-info td.name {
		padding: 18px 6px;
		text-align: center;
	}
	.compare-info td.name a { color: #999; }
	.compare-info td.image { position: relative; }

	.compare-info td:first-child { border-left: 0; }

	.compare-info td.title {
		text-align:right;
		text-transform:uppercase;
		color: #999;
		border-left-color:#fff;
	}
	.compare-info .description { font-size:11px; }

	.nav-container { text-align:center; }
	.nav-container .pager { display: none; }


/*	Orders, Downloads, Returns, Wishlist, Address
-------------------------------------------------- */

	#wish-list .row + .row,
	#address-list .row + .row {
		border-top: 1px solid #eee;
		margin: 16px 0;
		padding-top: 16px;
	}
	.list-actions { text-align: right; }

	#wish-list .image,
	#wish-list .stock,
	#wish-list .price {
		text-align: center;
	}
	#wish-list .name a {
		text-transform: uppercase;
		display: block;
		font-size: 14px;
	}


/*	Shopping Cart
-------------------------------------------------- */

	.page-header h1 span.weight {
		color: #999;
		font-size:14px;
	} 
		#cart-info th {
			padding: 20px 14px;
			text-align: center;
		}
		#cart-info td {
			vertical-align: middle;
			padding: 20px 14px;
		}
		#cart-info .input-qty {
			width: 40px;
			display: inline-block;
			margin-right: 6px;
		}
		#cart-info .price,
		#cart-info .total {	text-align: right; }

		#cart-info .quantity,
		#cart-info .image { 
			text-align: center;
			white-space: nowrap;
		}
		#cart-info .name a { font-size: 16px; }
		#cart-info .recurring b { 
			font-size: 16px;
			text-transform: uppercase;
			font-weight: normal;
			color: #333;
		}
		#cart-info .recurring i {
			color: #999;
			margin-right: 3px;
		}
		#cart-info .model {
			color: #777;
			font-size: 11px;
		}
		#cart-info ul.list.options {
			padding: 0 0 0 8px;
			color: #777;
			font-size: 11px;
		}
		#cart-info ul.list.options span { font-weight: bold; }
		#cart-info .update-cart { text-transform: none; }

		#cart-info .remove-item {
			text-transform: lowercase;
			font-size: 11px;
		}
		#cart-info tfoot td { padding: 8px 14px; }
		#cart-info tfoot tr:first-child td {
			border-top: 2px solid #ccc;
		}
		#cart-info .total-labels {
			text-transform: uppercase;
			color: #999;
			border-left: 0;
		}
		#cart-info .totals {
			font-weight: bold;
			font-size: 16px;
			border-left: 1px solid #ddd;
		}


	/*	ToDo next
	-------------------------------------------------- */
		#cart-module {
			border: 1px solid #ccc;
			border-radius: 5px;
			padding: 1em 2%;
			margin:0 0 2em;
		}
			.quote-shipping { padding: 20px;}
				.quote-shipping h4 {
					text-transform: uppercase;
					font-weight: normal;
				}
		#cart-module .panel-default,
		#cart-module .panel-default>.panel-heading { background: transparent;}
		#cart-module h4 a {
			text-transform: uppercase;
			font-weight: normal;
			font-size: 13px;
			text-decoration: none;
			display: block;
		}
		#cart-module .control-label {
			display: block;
			width: auto;
			text-align: left;
			float: none;
			padding-bottom: 5px;
		}
		#cart-module .control-label + div { width: 100%; }
		#cart-module h4 a .fa {
			float: right;
		}
		#cart-module .panel-default {
			-webkit-box-shadow: none;
				box-shadow: none;
				border-width: 0 0 1px;
				border-radius: 0;
		}
		#cart-module .panel-default:last-child {
			border-width:0;
		}
		#cart-module  .panel-default>.panel-heading+.panel-collapse>.panel-body {
			border: 0;
		}
		#button-checkout { margin-bottom: 10px; }


	/*	Cart Total
	-------------------------------------------------- */

		#total-cart .buttons { margin-top: 0; }
			#btn-checkout { padding: 16px 82px; }


/* Login
-------------------------------------------------- */

	.forgotten {
		float: right;
		font-style: italic;
	}


/*	Checkout
-------------------------------------------------- */

		#checkout .panel-default {
			border-width: 1px 0 0 0;
			border-radius: 0;
			-webkit-box-shadow: none;
			box-shadow: none;
			background: transparent;
		}
		#checkout .panel-default:first-child {border: 0;}
		#checkout .panel-default>.panel-heading {
			background: transparent;
		}
		#checkout .panel-title {
			font-size: 1.2em;
			text-transform: uppercase;
			color: #777;
		}
		#checkout .panel-title a.active {
			display: block;
			padding: 24px 8px 12px;
			font-size: 1.4em;
			color: #333;
		}
		#checkout .panel-title a.active .fa { display: none;}
		#checkout .panel-default .panel-body {
			margin-left: 7%;
			margin-right: 7%;
			border: 0;
		}

		.checkout-confirm .quantity {
			text-align: center;
		}
		.checkout-confirm .price,
		.checkout-confirm .total {
			text-align: right;
		}

		.checkout .buttons .pull-right {
			float: none !important;
		}

		#checkout .step{
			display: block;
			float: left;
			height: 24px;
			width: 24px;
			min-height: 24px;
			min-width: 24px;
			padding: 2px 0 0;
			-webkit-border-radius: 24px;
			-moz-border-radius: 24px;
			border-radius: 24px;
			line-height: 20px;
			background: #ddd;
			color: #fff;
			margin-right: 12px;
			text-align: center;
			margin-top: -4px;
		}

		#checkout .active .step{
			background: #53a93f;
			font-size: 16px;
			line-height: 20px;
		}

	.checkout-content { 
		padding:16px 10px; 
		display: none; 
	}
	.col-md-12 .checkout-content { padding: 16px 6%; }
	.checkout-content .leftcol { padding-right: 10px; }
	.checkout-content .rightcol { padding-left: 10px; }
	.checkout-content .method-type {
		border-top: 1px dotted #eee;
		padding-top: 6px;
		margin-top: 6px;
	}
	.checkout-content .method-type:first-child { border: 0; }
	.checkout-content .method-type p {
		text-transform: uppercase;
		margin-bottom: 4px;
		color: #999;
	}
	.checkout-content .method-type label { margin-left: 10px; }
		.checkout-content .form-actions { clear: both; }
	.checkout-confirm td {
		vertical-align: middle;
		padding: 10px 8px;
	}
	.checkout-confirm th,
	.checkout-confirm td.quantity {
		text-align: center;
	}
	.checkout-confirm th.name { text-align: left; }

	.checkout-confirm td.price,
	.checkout-confirm td.total {
		text-align: right;
	}
	.checkout-confirm .name a {
		font-size: 15px;
		text-transform: uppercase;
	}
	.checkout-confirm .totals {
		border-left: 1px solid #ddd;
		font-weight: bold;
	}
	.checkout-confirm .total-labels {
		text-transform: uppercase;
		color: #999;
	}
	.checkout-confirm .model {
		color: #777;
		font-size: 11px;
	}
	.checkout-confirm ul.list.options {
		color: #777;
		font-size: 11px;
		padding: 0 0 0 8px;
	}
	.checkout-confirm ul.list.options span { font-weight: bold; }
	#button-confirm, #button-checkout { padding: 16px 52px; }


/*	Footer
---------------------------------------------------------------------- */


		#footer { border-top: 1px solid #eee; }
		#footer h3,
		#footer h2 { 
			color: #555;
			text-transform:uppercase;
			font-size:1em; 
			line-height: 1.4em;
			letter-spacing: 1px;
			padding: 0;
			margin-top: 10px;
		}
			#footer .box {
				margin: 0;
			border-width: 0 0 1px 0;
			}
			#footer .box h4 {
				color: #555;
				font-size: 14px;
			}


		#footer { padding:20px 0; }
			#footer h3 i { display: none; }
			#footer h3 { 
				color: #555; 
				font-weight:normal; 
				text-transform:uppercase;
				font-size:1em; 
				line-height: 1.4em;
				padding:0;
				letter-spacing: 1px;
			}
			#footer ul {
				list-style:none;
				margin:0;
				padding: 0;
			}
			#footer ul li { margin-bottom: 4px; }
				#footer ul li a { color: #999; }


		#footer .info { margin-top: 10px; }
		#footerpre, #footer, #footend { background: #f9f9f9; }
		#footend { 
			text-align:center;
			font-size: 11px;
			text-transform: uppercase;
			
		}
		#footer input[type='text'],
		#footer input[type='email'] {
			background: #fff;
		}
		
		#footend .container {
			border-top: 1px solid #ddd;
			padding-top: 20px;
			padding-bottom: 20px; 
		}
		#footer .social a {
			color: #777;
			margin-right: 4px;
			font-size: 19px;
			text-decoration: none;
		}
		#footer .social .fa-facebook:hover     { color: #3a589d; }
		#footer .social .fa-twitter:hover      { color: #2478ba; }
		#footer .social .fa-google-plus:hover  { color: #dd4e31; }
		#footer .social .fa-pinterest:hover    { color: #cb2320; }
		#footer .social .fa-vimeo-square:hover { color: #324251; }
		#footer .social .fa-youtube:hover      { color: #e12b27; }
		#footer .social .fa-flickr:hover       { color: #ff0084; }
		#footer .social .fa-skype:hover        { color: #01aef2; }
		#footer .social .fa-behance:hover      { color: #1478ff; }
		#footer .social .fa-dribbble:hover     { color: #e24d87; }
		#footer .social .fa-tumblr:hover       { color: #2c4762; }
		#footer .social .fa-linkedin:hover     { color: #007bb6; }
		#footer .social .fa-instagram:hover    { color: #007bb6; }
		#footer .social .fa-dropbox:hover      { color: #0075d5; }
		#footer .social .fa-rss:hover          { color: #fe9900; }
		#footer .social .fa-paypal:hover       { color: #003365; }

		#footer .info, 
		#footer .info p,
		#copy, #copy p {
			font-size: 11px;
			line-height: 1.3em;
			color: #777;
		}

	/* Banner */

		.default_banner { margin-bottom:10px; }
			.default_banner div img { max-width:99%; }		

		/* Products carousel */

		.content-top > .product-slider {
			margin: 10px 0;
			border: 1px solid #ddd;
		}
		.product-slider { padding: 30px 30px 20px; }
		.product-slider > h4 {
			margin-bottom: 2em;
			text-transform: uppercase;
			font-size: 20px;
			font-weight: 200;
		}
		.product-slider ul.slides { text-align: center; }
		.product-slider ul li .rating img {
			width: auto;
			display: inline;
		}
		.product-slider ul li a img,
		.product-slider ul li .cart { display: inline-block; }
		.product-slider .slides img {
			display: inline;
			width: auto;
			max-width: 100%;
		}
		.sidebar .product-slider { padding: 20px 10px; }

		.sidebar .product-slider h4,
		.sidebar .box h4 {
			font-size: 16px;
			text-align: center;
		}

	.banner-carousel .slides { padding-left: 6px; }
	.banner-carousel .flex-control-nav { display: none; }
	.banner-carousel .slides li { text-align: center; }
	.banner-carousel .slides img { width: auto; max-width: 100%; display: inline; }

	/* Advanced Slideshow */

	.tp-bullets.simplebullets.round div.bullet {
		background: #ccc;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		-o-border-radius: 20px;
		border-radius: 20px;
		border: 1px solid #fff;
		width: 15px;
		height: 15px;
	}
	.tp-bullets.simplebullets.round div.bullet.selected {
		background: #DD4B39 !important;
		border-color: #DD4B39 !important;
	}
	div.tp-leftarrow.default, div.tp-rightarrow.default {
		background: rgba(0,0,0,0.4);
		-webkit-border-radius: 40px;
		-moz-border-radius: 40px;
		-o-border-radius: 40px;
		border-radius: 40px;
	}
	div.tp-leftarrow.default:hover, div.tp-rightarrow.default:hover {
		background: #DD4B39 !important;
	}


	/*	Revolution Slider
		-------------------------------------------------- */

			.tp-bannershadow.tp-shadow1,
			.tp-bannershadow.tp-shadow2,
			.tp-bannershadow.tp-shadow3 {display: none;}

			.tp-button, .tp-button:hover, .tp-button:focus {
				-webkit-box-shadow: none!important;
				-moz-box-shadow: none!important;
				box-shadow: none!important;
				text-decoration: none;
				background: transparent;
				letter-spacing: 0 !important;
				
				border-radius: 0;
			}

			div.tparrows:before {  margin-top: 6px; }

		.tp-caption.large_black_text{
			position: absolute;
			color: #000;
			text-shadow: none;
			font-weight: 300;
			font-size: 42px;
			line-height: 42px;
			font-family: 'Open Sans', sans;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			white-space:nowrap;
		}
		.tp-caption.medium_red{
			position: absolute;
			color: #fff;
			text-shadow: none;
			font-weight: 300;
			font-size: 18px;
			line-height: 18px;
			font-family: 'Open Sans', sans;
			padding: 6px 9px;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			background-color:#d00000;
		}

/*	Owl Slider custom styles
	-------------------------------------------------- */

	/* Products carousel */

		div.owl-carousel {
			-webkit-border-radius: 0;
			-moz-border-radius: 0;
			-o-border-radius: 0;
			border-radius: 0;
			-webkit-box-shadow: none;
			-moz-box-shadow: none;
			-o-box-shadow: none;
			box-shadow: none;
			background: transparent;
			border: 0;
			overflow: visible;
		}
		div.owl-wrapper-outer {
			-webkit-border-radius: 0;
			-moz-border-radius: 0;
			-o-border-radius: 0;
			border-radius: 0;
			border:0;
			-webkit-box-shadow: none;
			-moz-box-shadow: none;
			-o-box-shadow: none;
			box-shadow: none;
		}
		div.owl-controls .owl-page span { background: rgba(0, 0, 0, 0.2); }
		
		.owl-carousel .item .inner {
			text-align: center;
			position: relative;
			overflow: visible;
		}
		.owl-carousel .item .inner .onsale {
			z-index:9999;
		}
		.owl-carousel .item .cart {
			display: inline-block;
		}
		.owl-carousel .item a:hover {
			text-decoration: none;
		}
		.owl-carousel .slides img {
			display: inline;
			width: auto;
			max-width: 100%;
		}
		.owl-carousel .item .cart {
			margin-top:4px;
		} 
		.sidebar .owl-carousel .item .inner {
			border: 0;
		}

		/* Banners Carousel */

			.banner-carousel {
				border-top: 1px solid #ddd;
				padding-top: 10px;
			}
			.owl-carousel .item img { margin: 0 auto; }

		.product-slider .owl-carousel .owl-buttons div i {
			font-size: 1.4em;
		}
		.product-slider .owl-carousel .owl-buttons .owl-next,
		.product-slider .owl-carousel .owl-buttons .owl-prev {
			top: auto;
			bottom: -10px;
			opacity: 1;
		}
		.product-slider .owl-carousel .owl-buttons .owl-prev {
			left: auto;
			right: 34px;
			border-right: 1px solid #ddd;
			padding-right: 1.2em;
		}
		.product-slider .owl-carousel .owl-item {
			padding-right: 10px;
		}

		/*	Blog
		-------------------------------------------------- */

		.addthis_toolbox {
			width: auto;
			margin-top: 20px;
		}
		.social-heading {
			border: 0;
			margin-top: 0;
			padding-top: 0;
			font-weight: bold;
		}
		.blog_summary p { color: inherit; }
		.blog_summary .date_added {
			color: inherit;
			border-right:1px solid #ddd;
		}
		h2.blog_title a {
			text-decoration: none;
			font-weight: normal;
		}
		.blog_grid_holder .blog_summary h2.blog_title {
			font-size: 1.3em;
			font-weight: 200;
			line-height: 1.4em;
		}
		.blog_post .date_added.blog_post { margin-top: 20px; }
		.blog_post .page-header { text-align: left; }
		.blog_post #comment{ margin-top: 15px; }
		.carousel-1 .blog_item:before { border: 0; }
		.blog_stats { font-size: 0.9em; }

/* Rich Banners */

		.rich_banner {
			overflow:auto;
			text-align: center;
			margin: 10px 0;
		}
		.rich_banner .banner { padding: 0 0.3em 0.8em; }
		.rich_banner .banner_inner {
			border-radius: 5px; 
			display: block;
			text-decoration: none;
		}

		.rich_banner .info_wrapper {			
			display: block;
			text-align: center;
			bottom: 8px;
			right: 8px;
			left: 8px;
			top: 8px;
			padding: 15px 20px;
			padding-top: 10%;
			transition: bottom 400ms;
			color: #ffffff;
		}
		.rich_banner .image .info_wrapper {
			position: absolute;
			text-shadow: 0px 0px 7px rgba(0,0,0,0.5);
		}
		.rich_banner .info_wrapper h4 {
			margin:0.3em;
			font-weight: 200;
			font-size:24px;
			line-height:26px;
		}
		.rich_banner .info_wrapper p,
		.rich_banner .info_wrapper i,
		.rich_banner .info_wrapper a,
		.rich_banner .info_wrapper a:hover {
			color:#fff;
		}
		.rich_banner .info_wrapper a { text-decoration: underline; }
		.banner_inner {
			-webkit-backface-visibility:hidden;
			overflow:hidden;
			position: relative;
		}
		.zoom_image { transition:all 400ms; }
		.banner_innner:hover .zoom_image{
			-webkit-transform:scale(1.1);
			-moz-transform:scale(1.1);
			-o-transform:scale(1.1);
			-ms-transform:scale(1.1);
			transform:scale(1.1);
			transition:all 400ms;
		}
	
		

	/*	Cloud zoom
	-------------------------------------------------- */

		/* This is the moving lens square underneath the mouse pointer. */
		.cloud-zoom-lens {counter-reset: 
			border: 4px solid #888;
			margin:-4px;	/* Set this to minus the border thickness. */
			background-color:#fff;	
			cursor:move;		
		}
		/* This is for the title text. */
		.cloud-zoom-title {
			font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
			position:absolute !important;
			background-color:#000;
			color:#fff;
			padding:3px;
			width:100%;
			text-align:center;	
			font-weight:bold;
			font-size:10px;
			top:0px;
		}
		/* This is the zoom window. */
		.cloud-zoom-big {
			border:4px solid #ccc;
			overflow:hidden;
		}
		/* This is the loading message. */
		.cloud-zoom-loading {
			color:white;	
			background:#222;
			padding:3px;
			border:1px solid #000;
		}

	/* UItoTop (http://www.mattvarone.com/web-design/uitotop-jquery-plugin/)
	-------------------------------------------------- */

		#toTop {
			display:none;
			text-decoration:none;
			position:fixed;
			bottom:10px;
			right:10px;
			overflow:hidden;
			width:48px;
			height:48px;
			background:#333; 
			color: #FFF;
			-webkit-border-radius: 30px;
			-moz-border-radius: 30px;
			border-radius: 30px;
		}
		#toTop:before {
			font-family: 'FontAwesome';
			content: '\f106';
			color: #FFF;
			font-size: 36px;
			line-height: 44px;
			padding: 12px;
		}
		#toTop:hover { background:#DD4B39; }
		#toTop:hover:before {color: #fff; }
			#toTopHover { display: none !important;}

			#toTop:active, #toTop:focus { outline:none; }

