﻿/*  
Theme Name: MosquitNo
Version: 1.6.4 / OpenCart 2.3.0.2
Description: Responsive and clean template for OpenCart (Base CSS)
*/


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

	body {
		background: #FFF;
		color: #555;
	}

		/* Links styles */

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

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

		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%;
		height: 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%;
	}
	

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

	form { padding: 0; margin: 0; display: inline; }

		/* Borders and inner shadows */
		input[type=text], input[type=password], input[type=email], input[type=tel], textarea, select, .form-control {
			background: #FBFBFB;
			border-radius: 2px;
		}
		
		fieldset { 
			border:1px solid #CCC; 
			border-width: 1px 0 0; 
		}
			legend { 
				font-size: 1.2em;
				font-weight: 200;
				color: #777;
				padding-top: 10px;
			}
		input[type=radio], input[type=checkbox] {
			margin-top: 2px;
		}
		label {font-weight: normal;}

		/* Red mark for required fields */

		span.required,
		.option .required { 
			color: #DD0000; 
			font-weight: bold; 
		}
		div.required .control-label:before {
				content: '* ';
				color: #F00;
				font-weight: bold;
		}
		.panel-footer { background: transparent; }

		/* Error messages */
		
		input.error, 
		select.error, 
		textarea.error { border: 1px solid #F26B55; }
		
		span.error { 
			display: block; 
			color: #DD4B39;
			font-family: sans-serif; 
			font-size: 85%;
		}

		/* Help */

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

		.form-actions .checkbox {
			text-align: left;
		}


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

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

	.cart .btn,
	.btn,
	.button,
	a.btn {
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}
	a.btn, .btn,
	.mainborder a.btn {
		color: #333;
	}
		.payment .btn,
		.caption .cart .btn,
		.btn-cart,
		a.btn-cart,
		.mainborder a.btn-cart {
			color: #fff;	
			background-color: #333;
			border-color: #333;
			text-decoration: none;
		}
		.payment .btn:hover,
		.payment .btn:active,
		.caption .cart .btn:hover,
		.caption .cart .btn:active,
		.caption .cart .btn:focus,
		.btn-cart:hover,
		.btn-cart:active,
		.btn-cart:focus,
		a.btn-cart:hover,
		a.btn-cart:active,
		a.btn-cart:focus {
			background-color: #111;
			border-color: #111;
			color: #fff;
			text-decoration: none;
		}
		.payment .btn:active,
		.caption .cart .btn:active,
		.btn-cart:active {
			background-color: #111 \9;
		}
		#button-cart,
		#button-checkout,
		.payment .btn {
			padding: 10px 7%;
			font-size: 18px;
			line-height: 1.33;
		}
		.btn-primary,
		a.btn-primary,
		.mainborder a.btn-primary {
			color:#ffffff;
			border-color:#CADB00;
			background-color:#CADB00;
		}
		.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:#e9448c;
			background-color:#e9448c;
			*background-color:#151515;
		}
	a.btn.btn-success {color: #fff;}


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


	/*	Main content
	-------------------------------------------------- */
			
			.maintenance-msg { padding:40px; }

			.maintenance-msg h1 { font-weight: normal; }

			.mainborder { position: relative; margin-bottom: 20px; }
			
			.col-sm-12 .mainborder { padding: 0 0 20px; }

			.sideleft.col-sm-9 .mainborder {
				padding: 10px 10px 20px 30px;
			}
			.sideright.col-sm-9 .mainborder {
				padding: 10px 30px 20px 10px;
			}

			.col-sm-9.home .mainborder,
			.col-sm-12.home .mainborder {
				border: 0;
				padding: 0;
			}
			
			.mainborder .listing { padding: 20px 0; }
		
	/*	Sidebars
	-------------------------------------------------- */

		.content-top {margin-top: 10px;}
		.content-bottom { margin-top: 10px; clear: both; }

		.sidebar { margin-top:10px; }

		.sidebar .list-group {
			border: 1px solid #ddd;
			border-radius: 5px;
			padding: 1em;
		}
		.sidebar .filter .list-group { border: 0; }


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

	#header {
		z-index: 97;
		background: #fafafa;
		border-bottom: 1px solid #dedede;
	}

		#topbar	{
			background: #262626;
			z-index: 2030;
		}
		#topbar .container { font-size:12px; }

		#header .elements {
			clear:both;
			position: relative;
		}

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

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

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

			#header .rightbox { text-align:right; }
			#header .rightbox2 { padding-top: 16px; }

		#header .info {
			margin: 16px 0;
			font-size: 11px;
			color: #999;
		}

	/*	Language & Currency dropdowns
	-------------------------------------------------- */

		#wrapselector {
			position: relative;
			z-index: 9990;
			padding-top: 6px;
			display: inline-block;
		}
		#form-language,
		#form-currency {
			position: relative;
			display: inline-block;
			margin-right: 12px;
			text-transform: uppercase;
			text-align: left;
		}
		#form-language .btn.dropdown-toggle,
		#form-currency .btn.dropdown-toggle {
			text-transform: uppercase;
			color: rgba(255,255,255,0.7);
			padding: 4px;
			font-size: .95em;
			text-decoration: none;
		}
		#form-language .dropdown-menu .btn {
			font-size: .9em;
		}
		#form-language .dropdown-menu .btn,
		#form-currency .dropdown-menu .btn {
			padding: 0;
			text-align: left;
			padding: 3px 20px;
			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;
		}

	/*	Mini Cart (module on the header)
	-------------------------------------------------- */
		#outercart {
			position: relative;
			float: right;
			display: block;
			z-index:9999;
		}
		#cart { 
			border-left: 1px solid rgba(255,255,255,0.2);
		}
		#cart .cart-heading {
			color: #fff;
			text-decoration: none;
		}

			#cart .fa-shopping-bag {
				color: #fff;
				margin-right: 5px;
				padding: 5px 6px 5px 4px;
			}
			#cart .fa-caret-down {
				color: rgba(255,255,255,0.7);
				margin-left: 5px;
			}
				#cart-total { font-weight: 200; }

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

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

		#search {
			float: right;
			width: 75%;
		}

			#search input { 
				position: relative;
				float: right;
				outline:none;
				background: #FFF;
				border-radius: 2px;
			}
			#search .btn {		
				position: absolute;
				top: 0;
				right:  0px;
				z-index:99;
			}

		/*ajax search*/

		#ajax_search_results {
			border: 1px solid #ccc;
			border: 1px solid rgba(0,0,0,0.15);
			border-top-right-radius: 0;
			border-top-left-radius: 0;
			-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
			box-shadow: 0 6px 12px rgba(0,0,0,0.175);
			width: 100% !important;
			top: 100%;
		}
		#ajax_search_results .s_row,
		#ajax_search_results .link {
			width: 100% !important;
		}
		#search ul.dropdown-menu li:nth-child(odd),
		#search ul.dropdown-menu li:nth-child(even) {
			border-width: 0;
			background: transparent;
		}
		#search ul.dropdown-menu li:last-child .ajaxadvance  {
			border-top: 1px solid #ddd;
			padding-top: 10px;
		}
		#search .ajaxadvance .image,
		#search .ajaxadvance .content {
			display: table-cell !important;
		}
		#search .ajaxadvance .image { padding-right: 10px; }
		#search .ajaxadvance .name { font-size: 1.1em; margin-bottom: 0em; }
		#search .ajaxadvance .content > div { font-size: 0.9em; color: #999; }
		#search .ajaxadvance .price-old {text-decoration: line-through;}
		#search .ajaxadvance .price-new { color: #555;}
		#search .ajaxadvance .allresults {color: #00ae7c; }

	/*	Welcome & Important Links
	-------------------------------------------------- */

		#top-links {
			text-transform: uppercase;
			display: inline-block;
			padding-top: 9px;
			margin-right: 18px;
			font-size: .95em;
		}
		#top-links a { text-decoration: none; }
		#top-links a.dropdown-toggle { color: rgba(255,255,255,0.7); }
		#top-links .dropdown-menu {z-index: 9999; 
			font-size: 1.1em;
			text-align: left;
			text-transform: none;
		}
		#top-links .dropdown.open > a {background: none;}

		.welcome { 
			color: #999; 
			font-size:11px; 
			border-left:1px solid #555;
			padding-left: 10px;
			text-transform: uppercase;
			display: inline-block;
		}
			#wel1.welcome a { color: #fff;}
			.welcome a + a {
				margin-left: 6px; 
				padding-left: 6px; 
				border-left: 1px solid #444;
			}
			#wel2.welcome {
				text-align: center;
				margin-bottom: 10px;
			}
			#links {
				text-align: left;;
				vertical-align: bottom;
			}
			#links a { 
				white-space:nowrap; 
				border: 0; background: none; 
				text-shadow: none;  
				-webkit-box-shadow: none;
				-moz-box-shadow: none;
				box-shadow: none;
				font-size:11px;
				text-transform: uppercase;
				color: #777;
				border-left: 1px solid #DDD; 
				margin-left: 6px; 
				padding-left: 6px; 
			}
			#links a:first-child { 
				margin: 0;
				padding: 0;
				border: 0;
			}
		#topbar .social {
			margin-top: 10px;
			display: inline-block;
		}
		#topbar .social a { 
			color: #fff;
			font-size: 16px;
			opacity: 0.6;
			-moz-opacity: 0.6;
			filter:alpha(opacity=60);
			margin-right: 5px;
		}
		#topbar .social a:hover {
			text-decoration: none;
			opacity: 1;
			-moz-opacity: 1;
			filter:alpha(opacity=100);
		}
		#topbar .btn-menu {
			color: #fff;
			background: transparent;
			border: 1px solid rgba(255,255,255,0.2);
			border-width: 0 1px 0 0;
			border-radius: 0;
			font-size: 1.4em;
			margin-right: 1em;
		}
		#topbar .rightbox .btn-menu {
			float: left;
		}
		.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
	-------------------------------------------------- */
		header.heading {
			padding: 6px 0 12px;
		}
		.page-header {
			border-bottom: 1px solid #DDD; 
			color: #444;
			padding-bottom: 20px;
			margin-top: 20px;
		}
		.page-header h1 { font-weight: 200; }
		.product-page .page-header { text-align: left; }

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

		.breadcrumb { 
			border: none; 
			background: none;
			-webkit-box-shadow: none;
			-moz-box-shadow: none;
			box-shadow: none;
			filter: none;
			color: #CCC; 
			font-size:11px; 
			margin: 5px 0;
		}
			.breadcrumb a { 
				color:#999; 
				padding: 0 3px;
				text-decoration:none; 
			}
			.breadcrumb a:hover {
				color:#333;
				text-decoration:underline;
			}
			.breadcrumb .divider { padding: 0;}

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

		.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: 2px solid #F2DD8C;
		}


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

		.table thead td,
		.table thead th { 
			text-align:center; 
			vertical-align: middle;
			color: #333333;
		}
			.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 .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 #DDD;
					border-left-width: 0;
					display: block;
					float: left;
				}
				.pagination .links b { 
					font-weight: normal;
					color:#999;
					background: #eee;
				}

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

			.pagination .links a:first-child,
			.pagination .links b:first-child {
				border-left-width: 1px;
				-webkit-border-radius: 3px 0 0 3px;
				-moz-border-radius: 3px 0 0 3px;
				border-radius: 3px 0 0 3px;
			}
			.pagination .links a:last-child,
			.pagination .links b:last-child {
				-webkit-border-radius: 0 3px 3px 0;
				-moz-border-radius: 0 3px 3px 0;
				border-radius: 0 3px 3px 0;
			}

			.pagination .results { 
				float: right; 
				color: #999; 
				font-size:11px; 
			}
		
		.pagination.brands { height:auto; border: 0; }
		.pagination.brands a { padding: 2px 9px; }

	/*	Fake fieldset (legend style outside forms)
	---------------------------------------------------------------------- */

		.box {
			margin-bottom: 20px;
			clear: both;
		}
		.box.newsletter {
			border-radius: 5px;
			border: 1px solid #ddd;
			padding: 0 2em 2em;
			margin: 2em 0;
		}
		.box.newsletter .contentset { border: 0; text-align: center; }
		.box.newsletter .contentset h4 { font-size: 1.4em; }
		.box.newsletter .form-control { background: #fff; }
		.sidebar .list-group-item {
			border-width: 0 0 1px 0; 
			margin-bottom: 0; 
			border-radius: 0;
			padding: 8px 15px; 
		}
			.box-heading, .contentset {
				padding: 0 0 8px;
				margin: 4px 0;
				border-bottom: 1px solid #ddd;
				margin-bottom: 20px;
			}
			.contentset {
				border-bottom: 1px solid #eee;
				margin-top: 20px;
			}
			.contentset h4 { font-size: 1.3em; font-weight: 200; margin: 0; color: #999; }
			.contentset.separator:first-child {
				margin-top: 0;
			}
			.contentset i {
				margin-right: 7px;
				opacity: 0.75;
				-moz-opacity: 0.75;
				filter:alpha(opacity=75);
			}
			/* Vertical if assigned to footer with more than 2 modules per row or on sidebars */

			.footer_modules.cols-3 .newsletter .row > div,
			.footer_modules.cols-4 .newsletter .row > div  {
				width: auto;
				float: none;	
			}
			.footer_modules.cols-3 .newsletter .contentset,
			.footer_modules.cols-4 .newsletter .contentset {
				margin: 0;
			}


	
	/*	Category boxes
	-------------------------------------------------- */
		.category-accordion {
			border: 1px solid #ddd;
			border-radius: 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: 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 { font-size: 1.1em; }

			.box-category > ul > li a.active + .expand:before { content: "\f068"; }
			
			.box-category > ul > li ul { display: none; padding-left: 10px; }

			.box-category > ul > li a.active + ul { display: block; }
			
			.box-category a:hover {
				background: #f9f9f9;
				text-decoration:none;
			}
			.box-category > ul > li ul li {
				border-top: 1px dashed #eee;
			}

				.box-category > ul > li ul > li > a { text-decoration: none; font-size: 0.9em; color: #777; }


		/*	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 + span {
				font-weight: bold;
			}
			.button-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; 
			color: #777;
			overflow: hidden;
		}
			.category-info .image { 
				float: left; 
				margin: 0 15px 10px 0;
			}
			.category-list { 
				overflow: hidden; 
				list-style: none;
				padding: 0;
				margin-bottom: 3em;
			}
				.subcat_thumb {
					float: left;
					margin:0 8px 8px 0;
					text-align:center;
				}
				.subcat_thumb a {
					color: #777;
					display: block;
					word-wrap: break-word;
				}
				.subcat_thumb a:hover {
					text-decoration: none;
				}
				.subcat_thumb a img {
					border: 1px solid transparent;
					padding: 4px;
					display: block;
				}
				.subcat_thumb a:hover img {
					border-color:#ddd;
					text-decoration: none;
				}
				.subcat_thumb a span {
					display: block;
					line-height: 1.5em;
				}
			.subcat { float: left; }
			.subcat a {
				padding: 2px 8px; 
				color: #333;
			}


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

		.search-criteria { text-align:center; }

		.search-criteria h3 {
			padding:10px 0;
			font-weight: normal;
			color: #999;
			text-transform: uppercase;
			font-size: 16px;
		}
				
			.search-criteria input[type=text], .search-criteria select { 
				margin-bottom:10px; 
				background: #FFF; 
			}

			.search-criteria input[type=search] { font-size:16px; }

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

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

	.sitemap-info ul {
			list-style: none;
			border-bottom: 1px solid #eee;
			margin-bottom: 8px;
			padding: 8px;
		}
			.sitemap-info > .col-sm-6 > ul > li > a { 
				font-size: 1.2em;
				line-height: 1.8em;
			}

	/*	Manufacturers
	-------------------------------------------------- */	

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

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

		.empty { 
			padding: 45px 0; 
			text-align: center; 
		} 
			.empty.white { background: transparent;}

			.empty .alert { display: inline-block;}

			.note-light	{ color: #999; }


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

	/* Quick View */

		#quickViewContent {
			background: #FFF;
			max-width: 850px;
			max-height: 600px;
			margin: 0 auto;
			position: relative;
			padding: 20px;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			overflow: hidden;
		}
		#quickViewContent .product-page {
			overflow-y: auto;
			overflow-x: hidden;
			max-height: 550px;
			margin-top: 20px;
		}
		#quickViewContent .image-additional img { max-width: 100%; height: auto; }
		.quickview { margin-top: 5px; }
		.quickview > .btn,
		.quickview > a.btn {
			background: #fff;
			font-size: 0.9em;
		}
		.quickview > .btn:hover,
		.quickview > a.btn:hover {
			border-color: #999;
		}
		.quickview > .btn i {
			font-size: 0.9em;
			margin-left: 3px;
		}
		.sidebar .quickview { display: none !important; }

		a.btn.more-details {
			letter-spacing: 1px;
			font-size: 11px;
			color: #666;
		}
		#quickViewContent .page-header { border: 0; }
		
		#quickViewContent .page-header,
		#quickViewContent .page-header h1 {
			margin: 0;
			padding: 0;
			font-size: 1.5em;
		}
		#quickViewContent .page-header h1 a { color: #444; }
		#quickViewContent .page-header h1 a:hover { border-bottom: 1px solid #bbb; text-decoration: none;}

		#quickViewContent .onsale { top: 0; font-size: 10px;}
		#quickViewContent .product-page .rightcol .price {
			margin-top: 10px;
		}
		.quickview-box .page-header { margin: 0; }
		.quickview-box .page-header h1 { font-size: 2em; }

		#quickViewContent .nav-tabs {display: inline-block;}
		#quickViewContent .nav-tabs>li:last-child>a {border-top-right-radius: 5px; border-bottom-right-radius: 5px;}

		#quickViewContent .tab-content { padding-right: 10px; }
		#quickViewContent .nav-tabs>li>a { padding: 10px 14px; font-size: 1.2em; } 

	/* Colorbox */

		#cboxContent {
			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);
		}
		#cboxLoadedContent {
			margin: 0 !important;
			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-bottom:30px;
			font-size:11px;
			font-family:sans-serif;
			overflow: visible;
		}
		

		/*	Buttons for Grid/List view
		-------------------------------------------------- */
		
			.product-filter .display { 
				float:left;
			}
			.product-filter .btn {
				padding: 3px 8px;
				line-height: 16px;
				margin: 0;
				background: transparent !important;
				-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 #ddd; }

			.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: 1;
				-moz-opacity:1;
				-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
				filter: alpha(opacity=100);
			}

		/*	Filter options
		-------------------------------------------------- */

			.product-filter .list-options { text-align:right; }

				.product-filter select { 
					padding:2px; 
					font-size:11px; 
					width:auto; 
					height: auto; 
					line-height: 22px;
					height:22px;
					display: inline-block;
				}

				.product-filter .sort,
				.product-filter .limit {
					display: inline-block; 
					color: #999;
					margin-left:6px;
				}

		/*	Compare products
		-------------------------------------------------- */

			.product-compare { float: left; }
				
				.product-compare a { 
					text-decoration: none;
					text-transform: uppercase;
					line-height:2em;
					border-left: 1px solid #ddd;
					padding: 4px 8px;
				}
				.product-compare a:hover { color: #333; }

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

		.price { margin-bottom: 4px; }
					
			.price-old { 
				color: #999; 
				text-decoration: line-through; 
				font-weight: normal; 
			}

	/* -------------------------------------------------- */
	/*	List view
	/* -------------------------------------------------- */

		.product-listing { overflow: hidden; }
	
		.product-list .product-thumb {
			margin-bottom: 8px;
			position: relative;
			float: none;
			width: 100% !important;
			height: auto !important;
			text-align: left;
			border-top: 1px solid #EEEEEE;
			padding-top: 8px;
		}
			.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 {
					display: inline-block;
					width: 25%;
					position: relative;
				}
				.product-list .product-thumb .caption {
					display: inline-block;
					vertical-align: top;
					width: 72%;
				}
			}
		
		.product-list .name { margin-bottom:5px; }

		.product-list .product-thumb .caption { border: 0; }

		.product-list .product-thumb .caption .quickview,
		.product-list .product-thumb .caption .cart { display: inline-block; }

		.product-list .description { 
			margin-bottom: 5px; 
		}
		.product-list .rating { 
			text-align: right;
			font-size: 6px;
			color: #333;
		}
		.product-list .price { 
			font-weight: bold; 
			color: #333; 
		}
			.product-list .price-tax { 
				font-size: 11px; 
				font-family:sans-serif; 
				font-weight: normal; 
				color: #999; 
			}

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

		.onsale {
			color: #fff;
			position: absolute;
			top:20px;
			left:-10px;
			padding: 0;
			text-transform: uppercase;
			font-size:10px;
			z-index:999;
			text-align: left;
		}
			.onsale .ribbon {
				background: #333;
				padding: 4px 10px;
				z-index: 1;
				clear: both;
			}
			.onsale .ribbonshadow {
				height:9px;
				width: 9px;
				display: block;
				background: #333 url(../image/sprite.png) 0 -79px no-repeat;
				opacity: .65;
				-moz-opacity: .65;
				filter:alpha(opacity=65);
				z-index: -1;
			}
		.details .onsale {
			top: 8px;
			left: 6px;
			font-size: 12px;
			letter-spacing: 1px;
			z-index:999;
			text-align: right;
		}
		.image .onsale .ribbon { float: right; }
			.image .onsale .ribbonshadow {
				float: right;
				background-position: -19px -79px;
				clear: both;
			}
			.product-layout .product-thumb,
			.product-slider .item .inner {
				border:1px solid transparent;
				padding: 1.4em 1.2em;
				border-radius: 5px;
				position: relative;
			}
			.product-layout:hover .product-thumb,
			.product-slider .item:hover .inner {
				border-color: #ccc !important;
				-moz-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
				-o-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
				-webkit-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
				transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
			}
			.product-thumb .image {text-align: center; position: relative;}

			.product-layout .caption,
			.product-slider .caption {
				min-height: 90px;
				border-top: 1px solid #ddd;
				padding: 0 10px;
			}
			.product-layout .caption .description { color: #999; }
			.product-grid .caption .description { display: none; }

			.product-thumb .cart,
			.product-slider .item .cart {
				margin-top: 10px;
			}
			.product-thumb .cart .btn,
			.product-slider .item .cart .btn,
			.product-thumb .links,
			.product-slider .item .links,
			.product-thumb .quickview,
			.product-slider .item .quickview {
				opacity: 0;
				-moz-opacity: 0;
				filter: alpha(opacity=0);
			}
			.product-layout .product-thumb .cart .btn,
			.product-slider .item .cart .btn,
			.product-layout .product-thumb .quickview .btn,
			.product-slider .item .quickview .btn {
				display: block;
				width: 100%;
			}
			.product-thumb:hover .cart .btn,
			.product-slider .item:hover .cart .btn,
			.product-thumb:hover .links,
			.product-slider .item:hover .links,
			.product-thumb:hover .quickview,
			.product-slider .item:hover .quickview {
				opacity: 1;
				-moz-opacity: 1;
				filter: alpha(opacity=100);
				-moz-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
				-o-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
				-webkit-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
				transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
			}
			.product-thumb .image {text-align: center; position: relative;}
			.product-thumb .image img { 
				width:100%;
			}
			.owl-carousel  .image,
			.product-thumb .image {
				position: relative;
				display: block;
				overflow: hidden;
			}
			.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;
				left: 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-slider ul li .name a:hover {text-decoration: none;}

			.table .rating { font-size: 6px; }
			.product-layout .rating,
			.product-grid .rating,
			.owl-carousel .rating { 
				display: block; 
				margin: 10px 0;
				font-size: 6px;
				color: #333;
			}
				.product-grid .price-tax { display: none; }

			h4.name {
				font-size: 1.3em;
				font-weight: 200;
				line-height: 1.4em;
			}
			h4.name a { text-decoration: none; color:#333; }

			.owl-carousel .links,
			.product-grid .links,
			.product-list .links,
			.product-thumb .links {
				display: block;
				position: absolute;
				right: 10px;
				top:10px;
			}
			.owl-carousel .links > span,
			.product-grid .links > span,
			.product-list .links > span,
			.product-thumb .links > span {
				padding: 5px;
				display: inline-block;
				opacity: 0.25;
				-moz-opacity: 0.25;
				filter:alpha(opacity=25);
				cursor:pointer;
			}
			.owl-carousel .links a span,
			.product-grid .links a span,
			.product-list .links a span,
			.product-thumb .links a span {
				display: none;
			}
			.product-grid:hover .inner {
				z-index: 9999;
				background: #fff;
			}
			.owl-carousel .item:hover .links > span,
			.product-grid:hover .links > span,
			.product-list:hover .links > span,
			.product-thumb:hover .links > span {
				opacity: 1;
				-moz-opacity: 1;
				filter:alpha(opacity=100);
			}

		.tabbed-products { margin-bottom: 10px; }

		/* Products Slider styles */
		.product-slider .owl-carousel .owl-buttons div {
			opacity: 1 !important;
			top: -44px !important;
		}
		.tabbed-products .product-slider .owl-carousel .owl-buttons div {
			top: -54px !important;
		}
		.product-slider .owl-carousel .owl-buttons .owl-prev {
			left: auto !important;
			right: 40px;
		}
		.product-slider .owl-carousel .owl-buttons .owl-next {
			border-left: 1px solid #ddd;
			padding-left: 10px;
		}
		.product-slider .owl-carousel .owl-buttons div i {
			font-size: 18px !important;
		}
		.owl-carousel .owl-buttons div:hover{
			color: #DD4B39;
		}

		.category-slider .owl-carousel .item .inner {
			padding: 1em 0 0 0;
		}
		.category-slider .owl-carousel .item .caption,
		.category-slider .owl-carousel .item .image {
			margin: 0 10px; 
			padding: 0 0px;
		}
		.category-slider .owl-carousel .item .cart {
			display: block;
		}
		.category-slider .owl-carousel .item .cart .btn {
			background: #fff;
			border:0; 
			border-top: 1px solid #ccc;
			color: #777;
			padding: 0.9em;
			font-size: 0.9em;
			border-radius: 0;
			border-bottom-left-radius: 5px;
			border-bottom-right-radius: 5px;
			font-weight: normal;
		}
		.category-slider .owl-carousel .catdesc { color: #777; }
		.category-slider .owl-carousel .item .cart .btn:hover { background: #eee; }

		/* Transform in single column in sidebars */

			.sidebar .owl-carousel .owl-wrapper,
			.sidebar .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 {
				display: none !important;
			}
			.sidebar .owl-carousel .owl-item .caption,
			.sidebar .product-layout .caption {
				min-height: auto;
				text-align: left;
				width: 64%;
				float: left;
				border: 0;
				padding: 0;
			}
			.sidebar .product-layout .product-thumb,
			.sidebar .product-slider .item .inner {
				border: 0 !important;
			}
			.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);
			}
			.sidebar .product-layout:hover .product-thumb, 
			.sidebar .product-slider .item:hover .inner {
				box-shadow: none;
			}
			.sidebar .product-layout:hover .product-thumb img,
			.sidebar .product-slider .item:hover .inner img {
				opacity: 1;
				-moz-opacity: 1;
				filter: alpha(opacity=100);
			}
			.sidebar h4.name {
				font-size: 1.1em;
				margin-top: 0;
			}

			.sidebar > div > div {
				border: 1px solid #ddd;
				border-radius: 5px;
				padding: 1em 1.5em;
			}

/* -------------------------------------------------- */
/*	Modules
/* -------------------------------------------------- */

	h4.module-header {
		text-transform: uppercase;
		font-weight:normal;
		font-size: 1em;
		padding: 8px 0;
		margin: 6px 0;
		border-bottom: 1px solid #ddd;
	}

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

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

	.product-page.sideleft .mainborder {
		border-right: 0; 
		padding: 0; 
	}
	.product-page.sideright .mainborder {
		border-left: 0;  
		padding-left: 0;
	}
	.prevnext {float: right;}
	.prevnext .pager {
		margin: 0;
		font-size: 20px;
	}
	.prevnext  .pager li>a {
		padding: 0;
		width: 30px;
		height: 28px;
		text-align: center;
		border: 0;
		border-radius: 0;
	}
	.prevnext  .pager li+li a {
		border-left: 1px solid #ccc;
	}
	.prevnext  .pager li>a:hover {
		color: #DD4B39;
		background: #fff;
	}
	#stock-sign {
		margin: -18px 0 20px;
		text-transform: uppercase;
		font-size: 11px;
	}

	/* Icons
	-----------------------------------------*/

			.outstock,
			.instock {
				padding: 2px;
				font-size: 0.9em;
			}
			.outstock { color: #FF7B7E; }
			.instock { color: #66B7A0; }
			.stockqty { background: #999; font-weight: normal !important; }


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

		.product-page .image { 
			margin-bottom: 10px;
			padding:10px; 
			background: #fff;
			text-align: center; 
			position: relative;
		}

		.product-page .image #wrap { z-index: 888 !important; } /* fix to keep dropdown menu on the front */

		.product-page .image a:focus {
			outline: none !important;
		}
			
			.product-page .image img { 
				max-width:99%;  
			}

		.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: block;
			float: left;
		}

		.product-page .image-additional a { 
			margin: 5px; 
			padding:5px; 
			display: block; 
			outline: none;
		}
		.product-page .image-additional a img {
			width: auto !important;
			max-width: none;
		}
		
		#zoom-image {
			position: absolute;
			z-index: 999;
			bottom: 20px;
			right: 20px;
			display: block;
			padding: 5px 8px;
			text-decoration: none;
			text-transform:uppercase; 
			color:#333;
			-webkit-border-radius: 30px;
			-moz-border-radius: 30px;
			border-radius: 30px;
			border: 1px solid #ccc;
			background: rgba(255,255,255,0.5);
		}

		/* Full info */

		.product-page .details {
			border-left: 1px solid #D4D4D4;
			padding-left: 30px;
			padding-top: 20px;
		}

		.product-page .links,
		.product-page .review {
			margin-top: 10px;
		}
		.product-page .links .btn {
			font-size: 0.9em;
			color: #777;
			white-space: normal;
		}

		.product-page .review span {
			font-size: 7px;
			color: #333;
		}
		.product-page .review p,
		.product-page .review a {color: #999; vertical-align: middle;}

		.product-page .review .btn {
			text-transform: uppercase;
			font-size: 0.8em;
			background: #777;
			border-color: #777;
			color: #fff;
		}


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

		.product-page .description { line-height: 20px; }
			.product-page .description span {  color:#999;  }
			.product-page .description a { text-decoration: none; }

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

		.price-cart {
			border-bottom: 1px solid #eee;
			padding-bottom: 20px;
			margin-bottom: 10px;
		}
			.product-page .price-cart .price-normal, 
			.product-page .price-cart .price-new { font-size:22px; }

			.product-page .price-tax, 
			.product-page .price .reward { 
				font-size: 12px; 
				font-weight: normal; 
				color: #999; 
				font-family:sans-serif; 
			}

			.product-page .price .discount { 
				font-weight: normal; 
				font-size: 12px; color: #4D4D4D;
				margin-top:12px; 
			}

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

			.product-page .cart input[type=text] { 
				font-size:16px; 
				margin: 3px 0 3px 0;
				padding: 5px 8px;
				width: 46px;
				display: inline-block;
				text-align: center;
			}

			.product-page .more-actions { padding-top:8px; }

			.product-page .more-actions div { display: inline-block;}

			.product-page .minimum { 
				color: #BBB; 
				font-family: sans-serif; 
				padding:6px 0 10px; 
				display: block;
			}

			.qty-minus, .qty-plus {
				text-align: center;
				cursor: pointer;
				font-size: 14px;
				font-weight: bold;
				display: inline;
				padding: 8px 4px;
				color: #999;
			}
			.qty-minus:hover, .qty-plus:hover {
				color: #333;
			}
			.product-page .cart .input-qty {
				display: inline-block;
				padding: 6px 0;
			}
			.product-page .qty-input-div {
				display: inline-block;
				padding: 8px 0;
			}
			.product-page .qty-input-div input[type=text] { 
				font-size:16px; 
				margin: 0;
				width: 45px;
				height: 45px;
				display: inline-block;
				text-align: center;
				border-radius: 0;
			}

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

			.product-page .option-image input { 
				float: none; 
				display: inline; 
				margin-right: 6px; 
			}

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

		#review .content { margin-bottom:10px; }

			#add-review { margin-top:30px; }

				#add-review .form-group { overflow: hidden; }

				.review-date { 
					font-size:11px; 
					font-family:sans-serif; 
					color: #999; 
				}
				.review-text { font-size:0.86em; }

			.product-spec {
				border-left: 1px solid #DDD;
				padding-left: 20px;
			}

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

			.product-page .share {
				line-height: normal;
				margin-bottom: 16px;
				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: 18px;
					font-size: 18px;
					display: inline-block;
					padding: 6px;
					text-decoration: none;
					color: #777;
				}
				.product-page .share a:hover { color: #333; }

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

		.product-page .tags span { 
				color:#999; 
			}
			.product-page .tags a {
				text-decoration: none;
				font-size: 11px;
				padding: 1px 5px;
				margin-left: 2px;
				border: 1px solid #ccc;
				border-radius: 2px; 
				color: #777;
			}
			.product-page .tags a:hover {
				border-color: #777;
				color: #444;
			}

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

		#full-info { margin-top:25px; }

		/* Accordion */
		
		.panel-group .panel {
			-webkit-border-radius: 0;
			-moz-border-radius: 0;
			border-radius: 0;
			border-width: 1px 0 0;
			-webkit-box-shadow: none;
			box-shadow: none;
		}
		.panel-default > .panel-heading {
			background-color: transparent;
			border-width: 1px 0 0;
		}
		.panel-heading .accordion-toggle { display: block; color: #777; font-weight: 200; }

		.panel-group .panel-heading+.panel-collapse .panel-body { border: 0; }

		.accordion-toggle:hover,
		.accordion-toggle.active {
			text-decoration: none;
		}
		.accordion-toggle.active:hover { background: transparent; }
		
		.accordion-toggle .expand {
			display: block;
			float: right;
			cursor: pointer;
			width: 16px;
			height: 16px;
			opacity: 0.5;
			-moz-opacity: 0.5;
			filter: alpha(opacity=50);
			font-family: 'FontAwesome';
			font-size: 14px;
		}
		.accordion-toggle .expand:before {
			content: "\f0d7";
		}
		.accordion-toggle:hover .expand {
			opacity: 1.0;
			-moz-opacity: 1.0;
			filter: alpha(opacity=100);
		}
		.accordion-toggle.active .expand:before { content: "\f0d8";}

		.accordion .table td, .accordion .table th { border-top-style: dotted; }
			
		.attribute thead td { background: none; }

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

		.nav-tabs>li { margin-bottom: 0; }

		.nav-tabs>li>a {
			padding: 14px 15px;
			font-size: 1.2em;
			font-weight: 200;
			background: transparent;
			text-decoration: none;
			color: #777;
			margin-right: 0;
			border:0;
		}
		.nav-tabs { border: 1px solid #ccc; border-radius: 5px;  }

		.tab-pane,
		.tab-content {
			padding: 10px 0;
			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;
		}

		.product-details .nav-tabs {border-bottom: 0;}

		.nav-tabs>li:first-child>a {
			border-top-left-radius: 5px;
			border-bottom-left-radius: 5px;
		}
		.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
			border: 0;
			background: #f2f2f2;
		}
		.nav-tabs>li.active>a:before {
			position: absolute;
			bottom: -9px;
			left: 45%;
			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: 45%;
			margin-left: 1px;
			display: inline-block;
			border-right: 8px solid transparent;
			border-top: 8px solid #f2f2f2;
			border-left: 8px solid transparent;
			content: '';
		}

/* -------------------------------------------------- */
/*	Product comparison
/* -------------------------------------------------- */
	
	.compare-info td { 
		border-top: 1px dotted #ddd;
		border-left: 1px solid #eee; 
		text-align: center; 
		position: relative;
	}
	.compare-info tbody tr:hover td {
		background: #fff !important;
	}
	.compare-info td:first-child { border-left: 0; }
	.compare-info td.title {
		text-align:right;
		text-transform:uppercase;
		color: #333333;
		border-left-color:#fff;
		padding-right: 12px;
	}
	.compare-info .description { font-size:11px; }

	.nav-compare { display: none; }

	.nav-container { text-align:center; }


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

	#wish-list .row + .row,
	#address-list .row + .row,
	#review .row + .row {
		border-top: 1px dotted #ddd;
		margin-top: 8px;
		padding-top: 12px;
	}

	.list-actions { text-align: right; }
	#wish-list .image,
	#wish-list .stock,
	#wish-list .price {
		text-align: center;
	}


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

	.heading h1 span.weight {
		color: #666;
		font-size:16px;
		display:block;
		margin-top:8px;
	} 	

	#cart-info { 
		margin-top:30px; 
		margin-bottom: 12px; 
	}
	.table-bordered th, 
	.table-bordered td { border-left: 0; }

	.table-bordered th:first-child,
	.table-bordered td:first-child {
		border-left: 1px solid #ddd;
	}
		#cart-info th {	font-weight: 200; color: #777; font-size: 1.1em; }
		#cart-info td {
			padding: 12px 8px;
			vertical-align: middle;
			background: #FFF !important;
			white-space: normal !important;
		}
		#cart-info .quantity { white-space: nowrap; text-align: center; }
		#cart-info .input-qty {
			width: 40px;
			display: inline-block;
			margin-right: 6px;
		}
		#cart-info .image {	text-align: center; }

		#cart-info .price,
		#cart-info .total {	text-align: right; }

		#cart-info .name a,
		.checkout-confirm .name a { 
			text-decoration: none;
			font-weight: 200; 
			font-size: 1.2em;
			margin-bottom: 6px;
			display: block;
		}
		#cart-info .name .model { color: #777; font-size: 0.9em; }

		#cart-info .total-labels {font-weight: 200; color: #777;}

		small { color: #999; font-size: 11px; }

		#cart-info .update-cart {
			color: #269505;
			cursor: pointer;
			text-decoration: none;
			margin-right: 3px;
		}


	/*	ToDo next
	-------------------------------------------------- */

	.cart-module > div { 
		padding-bottom:16px;
		border-left: 1px solid #ddd;
		padding-left: 20px;
	}
		.cart-module > div { display: none; }
		.quote-shipping { padding: 20px;}
			.quote-shipping h4 { font-weight: normal; }
	#cart-module { padding: 20px; }
	#cart-module .panel-group .panel { background: transparent; }
	#cart-module .panel-default>.panel-heading { background: transparent;}
	#cart-module h4 a {
		text-decoration: none;
		display: block;
	}
	#cart-module .form-control { background: #fff; }
	#cart-module .control-label {
		display: block;
		width: auto;
		text-align: left;
		float: none;
		padding-bottom: 5px;
	}
	#cart-module h4 a .fa { float: right; }


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

	#cart-module .inner {
		border: 1px solid #ddd;
		border-radius: 5px; 
		background: #f6f6f6;
		-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
		box-shadow: 0 1px 1px rgba(0,0,0,0.15);
		padding: 1em 2em;
	}
	#continue-shopping { margin-top: 6px;}


/* 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;
	}
		#checkout .panel-default:first-child {border: 0;}
		#checkout .panel-title {
			font-size: 1.2em;
			font-weight: 200;
		}
		#checkout .panel-title a.active {
			text-align: center;
			padding: 1.6em 0.5em;
			font-size: 1.5em;
		}
		#checkout .panel-title a.active .fa { display: none;}
		#checkout .panel-default .panel-body {
			padding-left: 7%;
			padding-right: 7%;
		}
		.checkout-confirm {
			border: 1px solid #ddd;
			border-radius: 5px;
			padding: 2em;
		}
		.checkout-confirm .quantity { text-align: center; }
		.checkout-confirm .price,
		.checkout-confirm .total {
			text-align: right;
		}
		.checkout .buttons .pull-right {
			float: none !important;
		}
		.register > .inner {
			border: 1px solid #ddd;
			padding: 1em 2em;
			border-radius: 5px;
			background: #f9f9f9;
		}
		.login .contentset, .register .contentset {
			text-align: center;
			border: 0;
		}



/* ---------------------------------------------------------------------- */
/*	Footer
/* ---------------------------------------------------------------------- */
	
	#footer, #footend { background: #222; color: #999; background-image: url(https://mosquitnoshop.eu/image/catalog/swirl-small.png);}

	#footer .container { border-top: 1px solid rgba(255,255,255,0.2); }

		#footer h3, #footer h4 { 
			font-size:1.3em;
			line-height: 1.2em;
			margin-bottom:0.6em;
			padding:0;
			font-weight: 200;
			color: #fff;
		}
		#footer ul {
			list-style:none;
			margin:0;
			padding: 0;
		}
		#footer ul li {
			line-height: 1.6em;
			font-size:0.92em;
		}
		#footer li a { 
			text-decoration:none; 
			color: #999;
		}
		#footer a:hover { text-decoration:underline; }

		#footer .contentset { border: 0; padding-bottom: 0; }

		#footer .contact { 
			font-size:0.86em; 
			line-height:14px; 
			text-align: right;
		}
			#footer .contact img { 
				margin: 0 0 0 1px; 
				display: inline; 
				vertical-align:bottom; 
			}
			.follow-us { padding-top: 16px; }

			#footer .payment,
			#footer .info,
			#footer .social { padding:6px 0; text-align: center; }

			#footer .social a {
				color: #777;
				margin-right: 0.3em;
				font-size: 1.8em;
				text-decoration: none;
			}
			#footer .social a:hover { color: #fff; }

	#footer .box.newsletter { border-color: rgba(255,255,255,0.2); }

	#footer .bottom-row { padding: 2em 0 1em; }
	#footend .container { 
		border-top: 1px solid rgba(255,255,255,0.2);
		padding-top: 16px;
		padding-bottom: 16px;
		text-align:center;
		font-size: 11px;
	}
		#footend a { color: #999; }

	/* Banner */

		.banner { margin-bottom:10px; }
			.banner div img { max-width:100%; }



/*	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;
			-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 {
			margin: 0 10px 1px;
			position: relative;
			overflow: visible;
		}
		.owl-carousel .item .inner .onsale { z-index:9999; }
		.owl-carousel .item .caption { border-top: 1px solid #ddd; }
		.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; margin-right: 0; }

		/* Banners Carousel */

			.banner-carousel {
				border-top: 1px solid #ddd;
				padding-top: 10px;
				overflow: hidden;
			}


			

	/*	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: #777; }
	.blog_summary .date_added {
		color: inherit;
		border-right:1px solid #ddd;
	}
	h2.blog_title { font-weight: normal; }
	h2.blog_title a { text-decoration: none; }
	.blog_grid_holder .blog_summary h2.blog_title {
		font-size: 1.2em;
		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; }
	.blog_stats .hl { color: inherit; }
	
	.carousel-1  .owl-wrapper-outer { border: 0; }
	.carousel-1 .blog_item {border: 1px solid transparent; border-radius: 5px; margin-bottom: 10px; padding: 1em;}
	.carousel-1 .owl-item:hover .blog_item{
		border-color: #bbb;
		-moz-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		-o-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		-webkit-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}
	.blog_item .image {margin: 0; }
	.blog_list .blog_summary {
		border: 1px solid #ccc;
		border-top: 0;
		padding: 1em 2em;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
	}
	
	.blog_post #add-review { padding: 1em 2em; box-shadow: none;}

	/*	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; }

		/* 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;
		}
		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;
		}

	/* Rich Banners */

		.rich_banner {
			overflow:auto;
			text-align: center;
			margin-top: 0px;
		}
		.rich_banner .banner { padding: 0 10px 0 0; margin-bottom: 0.6em; }
		.rich_banner .img-responsive {width: 100%;}
		
		.rich_banner .banner_inner {
			border-left: 1px solid #eee;
			display: block;
			text-decoration: none;
		}
		.rich_banner .banner:first-child .banner_inner { border: 0 !important; }
		.rich_banner .image.banner_inner { border-radius: 0; }
		.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;
		}
		.rich_banner .image .info_wrapper {
			position: absolute;
			text-shadow: 0px 0px 7px rgba(0,0,0,0.5);
		}
		.rich_banner .info_wrapper h4 {
			font-weight: 200;
			font-size:24px;
			line-height:26px;
		}
		.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 {
			position:absolute !important;
			background-color:#333333;
			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:1px solid #ccc;
			overflow:hidden;
		}
		/* This is the loading message. */
		.cloud-zoom-loading {
			color:white;	
			background:#222;
			padding:3px;
			border:1px solid #333333;
		}

	/* 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:51px;
			height:51px;
			background:#555; 
			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: 14px;
		}
		#toTop:hover { background:#222; }
		#toTop:hover:before {color: #fff; }
			#toTopHover { display: none !important;}

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

/* Skin
	-------------------------------------------------- */

	/* Light */

	.light-skin #topbar {
		background: transparent;
		padding-top:4px;
	}
	.light-skin .navbar { border: 0; }

	.light-skin #header .rightbox2 { padding-top: 12px; }

	.light-skin #header .info { margin-top: 16px;	}

	.light-skin #topbar .btn-menu,
	.light-skin #top-links a.dropdown-toggle,
	.light-skin #form-language .btn.dropdown-toggle,
	.light-skin #form-currency .btn.dropdown-toggle,
	.light-skin #topbar .social a,
	.light-skin #cart-total,
	.light-skin #cart .fa-shopping-bag {
		color: #333;
	}
	.light-skin #cart-total { font-weight: bold; }
	.light-skin #cart .fa-shopping-cart {
		background: #333;
		color: #fff;
	}
	.light-skin #cart .fa-caret-down { color: #333; }

	@media only screen and (max-width: 767px) {
		.light-skin #logo { padding: 10px 0 0; }
	}

/* Dark */

.dark-skin #header { background-color: #1f1b1a; }

	.dark-skin #topbar { background-color: transparent; }
		.dark-skin #topbar .container { border-bottom: 1px solid rgba(255,255,255,0.3); }

	.dark-skin #topbar.navbar-fixed-top,
	.dark-skin #menu.navbar-fixed-top  { background-color: #1f1b1a; }
	.dark-skin .navbar .nav > li > a {
		color: #fff;
		border-left-color: #333;
	}
	.dark-skin .navbar .nav > li:hover > a { color: #ccc; }

	.dark-skin #search input { border:0; }

	.dark-skin .navbar-nav>li>.dropdown-menu {
		background-color: #1f1b1a;
	}
	.dark-skin .column-item .maincat a {
		color: #999;
	}

	@media only screen and (max-width: 991px) {
		.dark-skin #mobmenu.navbar-default {
			background-color: #1f1b1a;
			border:0; 
		}
		.dark-skin #mobmenu li.dropdown.open > a.dropdown-toggle .caret:before {
			color: #FF595D;
		}
		.dark-skin #mobmenu a.dropdown-toggle .caret:before {
			color: rgba(255,255,255,0.5);
		}
		.dark-skin .navbar-default .navbar-nav>.open>a,
		.dark-skin .navbar-default .navbar-nav>.open>a:hover,
		.dark-skin .navbar-default .navbar-nav>.open>a:focus {
			background-color: #2f2b2a;
		}
		.dark-skin.sidemenu #xsidemenu {
			border-color: #111;
		}
		.dark-skin #mobmenu .nav>li a {
			color: #fff;
		}
		.dark-skin .offcanvas .closesidebar {
			color: #fff;
			background: transparent;
		}
		.dark-skin .offcanvas .closesidebar:hover {
			color: #fff;
		}
		
	}