/*  
Theme Name: Clearshop
Version: 1.2.1
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
*/
	body {
		background: #FFF;
		font-family: Arial, Helvetica, sans-serif; 
		color:#777;
		font-size: 14px;
	}
    @font-face { 
	font-family: 'Agency'; 
	src: url('../fonts/ufonts.com_agency.eot'); 
	src: url('../fonts/ufonts.com_agency?#iefix') format('embedded-opentype'), url('../fonts/ufonts.com_agency.svg#Agency') format('svg'), url('../fonts/ufonts.com_agency.woff') format('woff'), url('../fonts/ufonts.com_agency.ttf') format('truetype'); 
	font-weight: normal; 
	font-style: normal;
    }
		
		a, 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("../images/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: 3px;
		}

		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: bold;
			font-size: 11px;
			text-transform: uppercase;
			color: #777;
		}

		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;
		font-family:"Agency";
	}

	.cart .btn,
	.btn,
	.button,
	a.btn {
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		/*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
		font-family: "Agency";
	}
	a.btn, .btn,
	.mainborder a.btn {
		color: #333;
	}
	a.btn-back{
		color:#fff;
		border-color:#ccc;
	}
	a.btn.btn-default.btn-sm{
		color:#fff;
	}
	.white{
		color:#FFF;
	}
		.payment .right .button,
		.btn-cart,
		a.btn-cart,
		.mainborder a.btn-cart,
		#button-confirm {
			color: #ffffff;	
			/*text-transform: uppercase;*/
			background-color: #0066b3;/*#c43f2d;#DD4B39;*/
			border-color: #0066b3;/*#c43f2d;#DD4B39;*/
			text-decoration: none;
		}
		.cart .btn-tiny{
			background-image:url(../images/Cart_Icon_tiny.png);
			width:35px;
			height:35px;
			float:right;
			padding-top:0px;
			border:none;
			background-color: none;
		}
		.cart .btn{
			background-image:url(../images/Cart_Icon.png);
			width:50px;
			height:50px;
			float:right;
			padding-top:0px;
		}
		.button-360{
			background-image:url(../images/360_Icon.png);
			width:50px;
			height:50px;
			float:left;
			margin:5px;
		}
		.button-wishlist{
			background-image:url(../images/Wishlist_Icon.png);
			width:50px;
			height:50px;
			float:left;
			margin:0 5px 0 0;
			border:none;
		}
		.button-tellafriend{
			background-image:url(../images/TellAFriend_Icon.png);
			width:50px;
			height:50px;
			float:left;
			margin:0px;
			border: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: #222222;/*#c43f2d;*/
			border-color: #151515;/*#c43f2d;*/
			color: #fff;
			text-decoration: none;
		}
		.payment .right .button:active,
		.cart .btn:active,
		.btn-cart:active,
		#button-confirm:active {
		  background-color: #c43f2d \9;
		}
		ul li .cart .btn,
		.grid-box .cart .btn,
		.product-grid .cart .btn,
		.product-list .cart .btn {
			font-size:11px;
		}
		#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:#0066b3;/*#363636;*/
			background-color:#0066b3;/*#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;
		}

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

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

		#content.sideright,
		#content.middle  {
			/*padding-right: 20px;*/
		}
        #content.sideright.col-sm-9.information-page,
         #content.sideright.col-sm-9.contact{
        	border: 1px solid #dfdfdf;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border-radius: 10px;
			padding:10px;
        }
		#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; /*margin:0px 10px 0px 10px;*/}
			
			.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; }

		.content-bottom > div > div {margin-top: 10px;}

		.sidebar.close {
			display: none !important;
			visibility: hidden !important;
			width: 0;
			height: 0;
		}
		#toggle_sidebar {
			display: block;
			position: absolute;
			right: 6px;
			top: 0;
			cursor: pointer;
			width: 20px;
			height:16px;
			background: #FFF url(../images/sprite.png) -95px -29px no-repeat;
			border: 1px solid #ddd;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			opacity: 0.45;
			-moz-opacity: 0.45;
			filter:alpha(opacity=45);
		}
		#toggle_sidebar:hover {
			background-color: #fcfcfc;
			opacity: 1;
			-moz-opacity: 1;
			filter:alpha(opacity=100);
		}
		.sidebar .quickLinkBox { display: none !important;}



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

	#header { 
		z-index: 97;
		border-bottom: 1px solid #ddd;
	}

	#header > .container { 
		/*padding-top: 16px; position: relative; */
		padding-top: 16px;
		padding-left:29px;
		position: absolute;
		top:0;
		z-index:999;
		max-width: 900px !important;
	}

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

			#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;
		}

		.middlebox #links { text-align: center; }

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

	/*	Language & Currency dropdowns
	-------------------------------------------------- */
		#wrapselector {
			position: relative;
			z-index: 9990;
			/*display: inline-block;*/
			padding-top: 6px;
		}
		#language,
		#currency {
			position: relative;
			display: inline-block;
			margin-right: 18px;
			text-transform: uppercase;
			text-align: left;
		}
		#language .btn.dropdown-toggle,
		#currency .btn.dropdown-toggle {
			text-transform: uppercase;
			color: rgba(0,0,0,0.5);
			padding: 0;
			font-size: .95em;
			text-decoration: none;
		}
		#language .dropdown-menu {
			font-size: .95em;
		}
		#currency .dropdown-menu .btn {
			padding: 0;
			text-align: left;
			padding: 3px 20px;
			text-transform: uppercase;
			width: 100%;
		}
		#currency .dropdown-menu>li>.btn:hover, 
		#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;
		}
			#cart-total:hover .total { border-color: #ccc; }

			#cart-total .count {
				margin-left: 10px;
				padding: 1px 6px;
				position: absolute;
				right: -6px;
				top: -6px;
				vertical-align: top;
				background-color: #DD4B39;
				font-weight: normal;
				float: right;
				z-index: 99;
			}
			#cart-total .total {
				font-weight: bold;
				color: #FFF;/*#000;*/
				margin-left: 8px;
				display:none;
			}

			#cart .dropdown-menu {
				min-height: 110px;
				min-width: 240px;
				padding: 14px 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 .empty {
				padding: 50px 20px;
				text-align: center;
				border:0;
				color: #999;
			}
			#cart td.remove {
				padding-left: 2px;
				padding-right: 2px;
			}


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

		.centerlogo #search {
			max-width: 200px;
		}
		#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;
			max-width: 200px;
			float:right;
		}
			#search input { outline:none; }

			.button-search {		
				position: absolute;
				top: 0;
				right:  0px;
				z-index:99;
				border:0;
				background: transparent;
				opacity: 0.5;
				-moz-opacity: 0.5;
				filter:alpha(opacity=50);
			}
     #social-icons{
     	color:#FFFFFF;
     }
     #social-icons img{
     	padding-right:5px;
     }
     #siteurl a{
        font-family:'Agency';
     	font-size:13px;
     	color:#FFFFFF;
     	text-decoration: none;
     }
	/*	Welcome & Important Links
	-------------------------------------------------- */

		#top-links {
			text-transform: uppercase;
			display: inline-block;
			padding-bottom: 5px;
			/*padding-top: 6px;
			margin-right: 18px;*/
			font-family: 'Agency';
                       font-size:1.15em;
                       font-weight:bold;
		}
		#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;
			border-bottom: 1px solid #ddd;
		}

		.navbar {
			background: transparent;
			border:0;
			border-top: 1px solid #eee;
			/*margin: 15px 0 0;*/
			min-height: 0;
			z-index: 1001;
		}

			.navbar-collapse {
				max-height: none;
				padding: 0;
				position: relative;
			}

			.navbar-toggle {
				float: left;
				background: #fff;
			}

			.navbar-default .navbar-toggle .icon-bar {
				background-color: #777;
			}

			.navbar .nav > li > a {
				text-shadow:none;
				/*padding-top: 12px;
				padding-bottom: 12px;
				line-height: 32px;*/
				font-size: 18px;
				text-align: center;
				/*text-transform: uppercase;*/
				color: #000;
				cursor: pointer;
				-webkit-backface-visibility: hidden;
				-moz-backface-visibility:    hidden;
				-ms-backface-visibility:     hidden;
			}
			.navbar .nav > li > a i { margin-right: 6px; }
			
			.navbar .nav > li:hover > a,
			.navbar .nav > li > a:hover {
				color: #D14836;
			}
				.navbar .nav li.dropdown:hover > ul.dropdown-menu{
					display: block;    
			}
			
			.navbar .dropdown-menu {
				margin-top: 0px;
				white-space: nowrap;
				-webkit-border-radius: 0;
				-moz-border-radius: 0;
				border-radius: 0;
				border-color:#ccc;
				text-align: left;
			}
			.dropdown-menu li > a {
				display:block;
				padding:3px 20px;
				clear:both;
				font-weight:normal;
				line-height:20px;
				color: #333333;
				white-space:nowrap;
			}
			.navbar .dropdown-menu li>a:hover,
			.navbar .dropdown-menu li>a:focus,
			.navbar .dropdown-submenu:hover>a {
				background-color: #2e2e2e;
				color: #fff;
				text-decoration:none;
			}
			.navbar li.dropdown-submenu {
				position: relative;
			}
			.navbar li.dropdown-submenu > a:before {
				font-family: 'FontAwesome';
				content: "\f0da";
				float: right;
				color: rgba(0,0,0,0.3);
			}
			.navbar li.dropdown-submenu:hover > .thirdmenu {
				display: block;
				left: 100%;
				top: 0;
			}
			.fullwidth .nav >li .thirdmenu {
				display: block;
				padding: 0 0 0 20px;
				border: 0;
			}
			.navbar .fullwidth li.dropdown-submenu:hover > .thirdmenu {
				left: auto;
				top: auto;
			}
				.navbar .dropdown-menu > li.column-menu {
					display: table-cell;
					border-right: 1px solid #eee;
					vertical-align: top;
				}
				.navbar .dropdown-menu > li.column-menu:last-child {
					border-right: 0;
				}
				.navbar .dropdown-menu > li.column-menu ul {
					padding-left: 0;
				}
				.navbar .dropdown-menu > li.column-menu ul li {
					list-style: none;
				}

			
			/*Home*/
			.home-icon span,
			.home-text i.fa,
			.home-hidden { display: none !important; }

			/* Columns: Categories, Brands, Custom Blocks */

			.dropdown-menu.cols-1 { width: 160px; }
			.dropdown-menu.cols-2 { width: 320px; }
			.dropdown-menu.cols-3 { width: 420px; }
			.dropdown-menu.cols-4 { width: 560px; }
			.dropdown-menu.cols-5 { width: 700px; }
			.dropdown-menu.cols-6 { width: 840px; }

			.dropdown-menu  ul.childcats { 
				padding:4px;
			}

			.dropdown-menu  ul.childcats li {
				list-style: none; 
			}
			.dropdown-menu  ul.childcats li a {
				font-size: 11px;
				color: #777;
			}

			.dropdown-menu > .column-item {
				float: left;
				padding: 4px 8px;
			}
			.dropdown-menu > .column-item a { text-decoration: none !important; display: block; }

			.dropdown-menu.cols-1 > .column-item { width: 100%; }
			.dropdown-menu.cols-2 > .column-item { width: 50%; }
			.dropdown-menu.cols-3 > .column-item { width: 33.3%; }
			.dropdown-menu.cols-4 > .column-item { width: 25%; }
			.dropdown-menu.cols-5 > .column-item { width: 20%; }
			.dropdown-menu.cols-6 > .column-item { width: 16.6%; }

			.brands .column-item.logoname > a:hover, 
			.brands .column-item.logoname > a:focus,
			.brands .column-item.logo > a:hover, 
			.brands .column-item.logo > a:focus {
				background-color: transparent;
				color:#333;
			}
			.brands .column-item.logoname .name {
				display: block;
				text-transform: uppercase;
				text-align: center;
				font-size: 10px;
				margin-top: 3px;
				color:#999;
			}
			.brands .column-item .image { text-align: center; display: block;}
			.brands .column-item.logo .name { display: none; }
			.brands .column-item.name .image { display: none; }

			.column-item .maincat {
				font-weight: bold;
				text-transform: uppercase;
				font-size: 11px;
				border-bottom: 1px solid #eee;
				margin-bottom: 4px;
				display: block;
				padding: 3px;
			}
			.column-item ul { list-style: none; padding-left: 0}

			.column-item ul li a {
				padding: 3px 9px;
				display: block;
			}

			.block-contents .dropdown-menu { max-width: 600px; white-space: normal; }

			.navbar .label {
				font-size: 8px;
				letter-spacing: 1px;
				font-weight: normal;
				vertical-align: top;
			}
			.navbar-inside .navbar-collapse.fullwidth { background: #f9f9f9;}

			.fullwidth .nav >li { position: inherit; }
			.fullwidth .nav >li > a {
				z-index: 1111;
				margin-bottom: -1px;
				border: 1px solid transparent;
				border-width: 0 1px;
			}
			.navbar-outside .fullwidth .nav >li > a {
				border-top-width: 1px;
			}
			.fullwidth .nav >li:hover > a {
				border-color: #ccc;
				background: #fff;
			}
			.fullwidth .nav li.dropdown ul.dropdown-menu {
				width: 100%;
				max-width: 100%;
			}
			.navbar-outside .fullwidth .nav li.dropdown ul.dropdown-menu {
				border-width: 1px;
			}
			.navbar-nav.navbar-right {
				margin-right: 0 !important;
			}
			.navbar-header .navbar-brand,
			.navbar-nav.navbar-right #cart,
			.navbar-fixed-top .searchouter,
			.navbar-fixed-top .nav .home{
				display: none;
			}
			.navbar.navbar-fixed-top .nav > li > a {padding-top: 4px; padding-bottom: 8px;}

			.navbar .navcontainer .searchouter {
				max-width: 200px;
				margin-top: 10px;
				float: right;
				position: relative;
				overflow: hidden;
				z-index: 99;
			}
			.navbar-fixed-top {
				background: #fff;
				box-shadow: 0 0 10px rgba(0,0,0,0.3);
				border-bottom: 1px solid #bbb;
				padding-top: 8px;
				margin-top: 0;
				padding-bottom: 0;
			}
			.navbar-fixed-top .navbar-collapse.fullwidth { background: transparent;}
			.navbar-fixed-top.navbar-inside .fullwidth .nav >li > a {
				border-top-width: 1px;
				padding-bottom: 14px;
			}
			.navbar-fixed-top .fullwidth .nav li.dropdown ul.dropdown-menu {
				border: 1px solid #bbb;
			}
			.navbar-fixed-top .fullwidth .nav >li:hover > a { border-color: #bbb;}
		
			.navbar-fixed-top .navbar-brand {
				display: block;
				padding: 0 15px 0 0;
				height: 38px;
				width: auto;
				position: relative;
				z-index: 999;
			}
			.navbar-fixed-top .navbar-nav.navbar-right {
				display: block;
			}
			.navbar-fixed-top .navbar-brand img {
				max-height: 38px;
			}
			.navbar-fixed-top #cart {
				position: absolute;
				display: block !important;
				top: 0;
				right: 0;
			}

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

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

		

		.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{ 
			clear: both;
			text-transform: uppercase;
			color: #333;
		}


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

		.breadcrumb { 
			color: #CCC; 
			font-size:15px; 
			font-family:'Agency';
			padding: 6px 0; 
			margin-bottom: 0px;
			background: transparent;
		}
			.breadcrumb a { color:#bbb; }
			.breadcrumb .divider { padding: 0;}


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

		.alert-success, .alert-warning, .alert-info {
			width: 75%;
			margin: 0px;/*20px auto 25px;*/
			padding: 0px;/*16px;*/
			text-align: center;
			color: #555555;
			-webkit-border-radius: 0;
			-moz-border-radius: 0;
			-khtml-border-radius: 0;
			border-radius: 0;
		}
		.alert-danger{
			width: 75%;
			margin: 0px;/*20px auto 25px;*/
			padding: 0px;/*16px;*/
			background-color: transparent;
			border-color: transparent;
		}
		.alert-success a, .alert-danger a, .alert-warning a, .alert-info a {
			font-weight:bold;
		}
		.alert-success {
			background: #D4FFE3;
			border: 2px solid #80CFAB;
		}
		.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 { 
			margin-bottom: 10px;
			/*border: 1px solid #ddd;*/
			padding: 0px; /*20px 10px;*/ 
		}

			.box h4 {
				text-transform: uppercase;
				font-weight: normal;
				color: #999;
				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;
		}

	/*	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;
				background: transparent url(../images/sprite.png) -39px -15px no-repeat;
				opacity: 0.5;
				-moz-opacity: 0.5;
				filter:alpha(opacity=50);
			}
			.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 { background-position: -39px -32px; }

			.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;
					font-size: 11px;
					text-align:center;
				}
				.subcat_thumb a span { display: block; }

			.subcat {
				float: left;
				font-size: 11px;
			}

			.subcat a,
			.subcat_thumb a {
				padding: 6px 8px;
				text-transform: uppercase;
				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: #ddd;
				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 ul li ul { 
				padding:6px 12px; 
				list-style: none inside url("../images/darksquare.png"); 
			}
			.sitemap-info ul li ul li ul { 
				padding-left:12px; 
				list-style: none inside url("../images/square.png"); 
			}
			.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; /*1000px;*/
		  
		  margin: 0 auto;
		  position: relative;
		  padding: 10px;
		  -webkit-box-sizing: border-box;
		  -moz-box-sizing: border-box;
		  box-sizing: border-box;
		}
		#quickViewContent .product-info {
			overflow-y: auto;
			overflow-x: hidden;
			max-height: 660px;
			margin-top: 30px;
		}
		.quickview {
			visibility: hidden;
			text-align: center;
		    position: absolute;
		    top: 40%;
		    width: 100%;
		    z-index: 999;
		}
		.sidebar .quickview { display: none !important; }

		.quickview .btn {
			text-transform: uppercase;
			font-size: 11px;
			font-weight: normal;/*bold;*/
			opacity: 1;
			-moz-opacity: 1;
			filter:alpha(opacity=100);
		}
		.quickview a.btn{
			color:#FFF;
		}
		.quickview .btn i {
			opacity: 0.65;
			-moz-opacity: 0.65;
			filter:alpha(opacity=65);
		}
		.product-list .quickview {
			bottom: 0;
		}
		a.more-details {
			text-align: center;
			text-transform: uppercase;
			letter-spacing: 1px;
			font-size: 10px;
			margin-bottom: -30px;
			color: #666;
			background: #fff;
			border: 0;
			display: inline-block;
		}
		#quickViewContent .page-header {
			text-align: center;
			margin-bottom: 50px;
		}
		.quickview-box .page-header { margin: 0; }
		.quickview-box .page-header h1 { font-size: 2.4em; }

	/* 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);
		}
		.quickview-box #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: #FFF; /*color: #555;*/}
			.price-old { 
				color: #999; 
				text-decoration: line-through; 
				font-weight: 300; 
			}
			.price-new { 
				font-weight: 300;
				color: #FF0000; 
			}

	
	/*	List view
	-------------------------------------------------- */
		
		.product-list { 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;
				font-size: 1em;
				overflow: hidden;
			}
			.product-layout.product-list .name a {	
				font-weight: bold; 
				text-decoration: none; 
				text-transform: uppercase;
			}
		.product-layout.product-list .links {
			float: right;
		}
		.product-layout.product-list .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 .cart { margin-bottom: 8px; }
		.compare a:hover, .wishlist a:hover, .remove a:hover {
			color: #444;
			cursor: pointer;
			text-decoration:none;
		}
		.product-list .wishlist, 
		.product-list .compare { 
			display: inline;
		}

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

		#content .cols-3 .grid-box { width: 33.3%; }
		
		.content-bottom .grid-box,
		.content-top .grid-box,
		#content .cols-4 .grid-box,
		#content.expanded .cols-3 .grid-box {
			width:24.9%;
		}
		#content.expanded .cols-4 .grid-box { width:19.9%; }

		.grid-box {	
			text-align: center;
			float: left;
		}
			.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-info .onsale { margin-bottom: 10px }
			.product-info .onsale span {
				padding: 6px 9px;
				font-size: 11px;
			}
			.product-thumb .inner,
			.product-slider .item .inner {
				/*border: 6px solid transparent;*/
				border: none;
				-webkit-transition: all 0.3s ease;
				-moz-transition: all 0.3s ease; 
				transition: all 0.3s ease;
			}
			.product-thumb .inner2,
			.product-slider .item .inner2 {
				/*padding: 20px 10px 15px;*/
				text-align: center;
				position: relative;
				/*border:1px solid transparent;*/
				overflow: hidden;
				height: 100%;
			}
			.product-thumb .inner2 a{
				text-align: center;
			}
			.box .caption .name{
				text-transform: none;
				font-size: 1.4em;
			}
			.product-thumb:hover .inner,
			.product-slider .item:hover .inner {
				/*border-color: #f2f2f2;*/
				z-index: 9999;
			}
			.product-thumb:hover .inner2,
			.product-slider .item:hover .inner2 {
				/*border-color: #ddd;*/
			}
			.product-thumb .caption,
			.product-layout .caption {
				min-height: 70px;
				text-align: center;
				width:190px;
			}
			.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 .links{
				width:40px;
				float: left;
			}
			.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-box .grid-box .cart,
			.product-grid .grid-box .cart,
			.product-slider ul li .cart {
				overflow: hidden;
				display: block;
				margin-bottom: 3px;
			} 
			.content-bottom .grid-box .cart { margin-bottom: 30px; }
			.product-grid .grid-box .cart,
			.product-grid .grid-box .rating,
			.product-grid .grid-box .outstock,
			.product-grid .grid-box .links,

			.product-box .grid-box .cart,
			.product-box .grid-box .rating,
			.product-box .grid-box .outstock,
			.product-box .grid-box .links,

			.product-slider ul li .cart input,
			.product-slider ul li .rating {
				margin-top: 4px;
				margin-left:-9999px;
			}
			.product-grid .grid-box .links,
			.product-box .grid-box .links {
				margin-bottom: 6px;
			}
			.product-grid .grid-box:hover .cart,
			.product-grid .grid-box:hover .rating,
			.product-grid .grid-box:hover .links,
			.product-grid .grid-box:hover .outstock,

			.product-box .grid-box:hover .cart,
			.product-box .grid-box:hover .rating,
			.product-box .grid-box:hover .links,
			.product-box .grid-box:hover .outstock,

			.product-slider ul li:hover .cart input,
			.product-slider ul li:hover .rating {
				margin-left:0;
			}
			.grid-box .links
			.product-grid .grid-box .links {
				margin-top: 0;
				margin-bottom: 30px;
			}
			.grid-box .image img { max-width:100%; }

			.product-thumb .inner:hover .image,
			.product-slider ul li:hover .image {
				opacity: 0.65;
				-moz-opacity: 0.65;
				filter: alpha(opacity=65);
			}
			.product-thumb .image {
				text-align: center; position: relative;	
			}
			.grid-box .image img,
			.product-thumb .image img { 
				max-width:100%;
			}

			.grid-box .image,
			.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;
			  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:hover .back-image img,
			.owl-carousel ul li:hover .image .back-image img{
			  opacity: 1; 
			}
			.product-thumb .links span a {
				padding: 0 6px;
				text-transform: uppercase;
				font-size: 10px;
				color: #999;
			}
			.product-thumb .links span + span a{ border-left: 1px solid #ddd; }

			.grid-box:hover .wishlist, 
			.grid-box:hover .compare {
				opacity: 1;
				-moz-opacity: 1;
				filter:alpha(opacity=100);
			}
			.product-grid .name,
			.product-slider .name
			 {
				clear: both;
				/*text-transform: uppercase;
				font-weight: bold;
				border-top: 1px solid #ddd;*/
				font-size: 1.2em;
				padding: 10px 0 0 10px;
				
			}
			.product-thumb .name, .box .product-thumb .name{
				padding-left:0px;
				padding-top:10px;
			}
			.box .product-thumb .name{
			 margin-top:0px;
			}
			.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 { 
				display: block; 
				position: absolute;
				top: 10px;
				right: 20px;
				font-size: 6px;
				color: #DD4B39;
			}
				.product-layout .price-tax { display: none; }
            .product-thumb .caption .name a{ width:118px;}
			.product-layout .name a { color: #777; text-align: left; width:120px;float:left;}
            .product-thumb .caption h4{
            	margin-bottom: 0px;
            	margin-top: 0px;
            }
            .product-thumb .caption .model{
            	margin-bottom: 0px;
            	margin-top: 0px;
            	float:left;
            	text-align: left;
            	width:70px;
            	font-family:'Agency';
            	font-size:1.2em;
            }
	/* Transform in single column in sidebars */

		.sidebar .grid-box {
			display: block;
			float: none;
			width: auto;
			clear: both;
			border-top: 1px solid #eee;
		}

		.sidebar .inner,
		.sidebar .inner2 {
			border: 0;
			text-align: left;
		}
		.sidebar .inner2 { padding: 20px 0 10px; }

		.sidebar .onsale { margin: 0 0 4px 0; }
		.sidebar .onsale span {
			padding: 3px 5px;
			margin-left: 4px;
		}
		.sidebar .image {
			float: left;
			margin: 0 5px;
			width: 28%;
			border: 0;
		}
		.sidebar .image img { margin: 0; }
		.sidebar .name,
		.sidebar .price {
			margin-left: 30%;
			clear: none;
			padding: 0 0 0 10px;
			border: 0;
		}
		.sidebar .name a {
			font-size: 11px;
			line-height: 16px;
		}
		.sidebar .flex-direction-nav,
		.sidebar .cart { display: none !important; }


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

	.product-info { 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 {
			text-transform: none;
			font-weight: normal;
			font-size: 12px;
			text-transform: uppercase;
			text-decoration: none;
			/*display: block;padding: 14px 6px 12px;*/
			float: none;
			color: #777;
		}
		.prevnext .pager li a:hover { /*background: #fafafa;*/ }
		.prevnext .dir {
			letter-spacing: 3px;
			font-size: 10px;
			display: block;
			color: #ccc;
		}
		.prevnext span {
			/*margin: 0 25px;
			display: block;*/
		}
		.prevnext.full li {
			display: block;
			float: left;
			width: 50%;
		}
		.prevnext.full li .tooltip { display: none !important; }
		.prevnext.full li.next { float: right; }
		.prevnext.full li.previous {
			text-align: left;
		}
		.prevnext .pager li + li a { /*border-left: 1px solid #f2f2f2;*/ }
		.prevnext .previous i {
			float: left;
			margin: 10px;
		}
		.prevnext .next i {
			float: right;
			margin: 10px;
		}
		.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: 6px;
			color: #999;
		}
		.prevnext.compact .dir { margin: 0 8px; }


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

		a:hover .fa-times {
			color: #ff4a4a;
			text-decoration: none;
		}

		a:hover .fa-heart,
		a:hover .fa-plus {
			color: #ff4a4a;
		}


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

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

		.product-info .image-additional {
			overflow: hidden;
			clear: both;
		}
		.product-info .image-additional ul { padding-left: 0; }
		.product-info .image-additional ul li {
			list-style: none;
			display: inline;
		}
		.product-info .image-additional a { 
			margin: 5px 5px 5px 0px; 
			/*padding:5px;*/
			display: inline-block; 
			/*border:1px solid #DDD; */
		}
		.product-info .image-additional:hover a { /*border:1px solid transparent;*/ }
		.product-info .image-additional a:hover { /*border:1px solid #DDD;*/ }
		#zoom-image {
			position: absolute;
			bottom: 0;
			right: 0;
			display: block;
			z-index: 999;
			text-decoration: none;
			text-transform:uppercase; 
			background: #fff;
			color:#333;
			border: 1px solid #ccc;
			border-width: 1px 0 0 1px;
		}
		#zoom-image span {
			opacity: 0.5;
			-moz-opacity: 0.5;
			filter: alpha(opacity=50);
			padding: 4px 8px;
			display: block;
			font-size: 11px;
		}
		#zoom-image span:hover { opacity: 1; }
		

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

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

			.product-info .description span { font-weight:bold; }
			.product-info .description a { text-decoration: none; }
			.stock {
				/*text-transform: uppercase;*/
				font-weight:bold;
				padding: 10px 5px;
			}
			.outstock { color: #ff4a4a;  }
			.instock { color: #36ae16; }
			.stockqty { color: #999; font-weight: normal !important; }

	/*	Price
	-------------------------------------------------- */
        .itemcode{
        	background-image: url("../images/ItemCode_Icon.png");
        	width:130px;
        	height:30px;
        	float:right;
        	padding:5px 0 5px 20px;
        	margin-bottom: 5px;
        	color:#FFFFFF;
        	margin-right:30px;
        	font-size:10.5px;
        } 
		.product-info .rightcol .price { padding-left: 5px; clear: both; }

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

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

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

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

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

		.product-info .cart {
			padding: 10px 5px 10px 5px;
			text-align: left;
		}
		.product-info .layout-2  .cart,
		.product-info .layout-3  .cart {
			text-align: center;
		}
		.product-info .layout-3  .cart { padding: 20px; }
			.product-info .qty-input-div {
				display: block;
				float: left;
				padding: 0;
			}
				.product-info .cart .input-qty {
					display: block;
					padding: 0;
				}
			.product-info .cart input[type="text"] { 
				font-size:16px; 
				margin: 0;
				padding: 2px 4px;
				width: 46px;
				height: 30px;/*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: 8px; /*28px;*/
				color: #999;
				height: 30px;/*46px;*/
				border: 1px solid #ddd;
			}
			.qty-minus { border-right: 0; }
			.qty-plus { border-left:0; }
			.qty-minus:hover, .qty-plus:hover {
					background: #f6f6f6;
					color: #000;
			}
			#button-cart {
				padding-left:10px;
			}
			.product-info .links { 
				padding: 10px 0;
				text-align: left;
				white-space: nowrap;
			}
			.product-info .links i { margin: 0; }
			.product-info .wishlist, .product-info .compare {
				text-transform: uppercase;
				font-size: 10px;
				color: #999;
			}
			.product-info .links span + span a { border-left: 1px solid #ddd; }
			.product-info .links .review {
				text-transform: uppercase;
				font-size: 11px;
				text-decoration: none;
				color: #777;
				display: block;
				margin-bottom: 14px;
			}
			.product-info .review { 
				padding: 12px 0; 
				border-top: 1px solid #E7E7E7;
			}

			.product-info .review span {
				font-size: 8px;
				color: #DD4B39;
			}
			.product-info .review .btn {
				margin-left: 6px;
			}
			.product-info .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;
		}


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

		.product-info .share {
			line-height: normal;
			border-top: 1px dotted #e7e7e7;
			padding: 10px 0 0 5px;
			position: relative;
		}
			.product-info .share a { text-decoration: none; }




	/*	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-info .tags {
			clear: both;
			padding:10px 0 10px 5px;
			border-top: 1px dotted #EEE;
			font-size: 11px;
		}
			.product-info .tags a {
				text-decoration:none;
				text-transform: uppercase;
				font-size: 9px;
				font-weight: 500;
				color: #777;
				text-shadow: 0 1px 0 #FFF;
				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; }

		#full-info { padding-top: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;*/
			padding: 12px 15px 7px 0px;
			float: left;
			text-align: center;
			text-decoration: none;
			color: #777;
			margin-right: 2px;
			text-transform: uppercase;
			border:0;
			border-bottom: 3px solid transparent;
			-webkit-border-radius: 0;
			-moz-border-radius: 0;
			border-radius: 0;
		}

		.nav-tabs>li>a:hover {
			background: transparent;
			border-bottom-color: #eee; 
		}

		.nav-tabs>li.active>a,
		.nav-tabs>li.active>a:hover,
		.nav-tabs>li.active>a:focus {
			font-weight: bold;
			color: #333;
			border:0;
			border-bottom: 3px solid #d00000;
		}
		.nav-tabs { border-bottom: 1px solid #eee; }
		.tab-pane,
		.tab-content {
			padding: 20px 20px 10px 0px; /*20px;*/
			margin-bottom: 20px;
			z-index: 2;
			overflow: hidden;
		}
		.tabbed-products { padding: 10px 20px; }
		.tabbed-products .tab-content,
		.tabbed-products .tab-pane {
			padding: 0;
			margin: 0;
		}
		.tabbed-products .product-slider {
			border:0;
			padding: 20px 10px 0;
		}
		#full-info .htabs a i { display: none; }


/*	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-inner { margin: 20px 0; }
	#cart-info { margin-bottom: 12px; }
		#cart-info th {
			padding: 20px 14px;
			text-align: center;
			font-family:"Agency";
			font-size:16px;
		}
		#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;
			text-transform: uppercase;
		}
		#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 .total-labels {
			text-transform: uppercase;
			color: #999;
			border-left: 0;
			font-size:12px;
		}
		
		#cart-info .totals {
			font-weight: bold;
			font-size: 14px;
			border-left: 1px solid #ddd;
		}


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

		ul.radio { list-style-type: none; }
			
			ul.radio input[type="radio"]:checked + label { font-weight: bold; }

		.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 {
					text-transform: uppercase;
					font-weight: normal;
				}
		#cart-module { padding: 20px; }
		#cart-module .panel-default>.panel-heading { background: transparent;}
		#cart-module h4 a {
			text-transform: uppercase;
			font-weight: normal;
			font-size: 13px;
			text-decoration: none;
		}


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

		#total-cart { margin: 20px 0; }
		#total-cart .textor {
			color: #999;
			padding: 15px 0 5px;
			font-size: 12px;
		}
			#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;
		}
		#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 {
			text-transform: uppercase;
			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;*/
			float: right !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 { padding: 16px 52px; }*/
	#button-checkout {margin-right:10px;margin-bottom: 10px;}
    .btn-new{
    	padding:10px 16px;font-size:16px;line-height:1.33;border-radius:6px;
    } 
/*	Footer
---------------------------------------------------------------------- */


		#footerpre { /*border-top: 1px solid #eee;*/ }
				#footerpre .box {
					margin: 0;
				/*border-width: 0 0 1px 0;*/
				border-width:0px;
				}
				#footerpre .box h4 {
					color: #555;
					font-size: 14px;
				}
			#footerpre .contact dt { float: left; }
			#footerpre .contact dd {
				margin-left: 24px;
				margin-bottom: 8px;
			}
			#footerpre .social { 
				font-size:0.86em; 
				line-height:14px;
			}
			#footerpre .social img { 
				margin: 0 0 0 1px; 
				display: inline; 
				vertical-align:bottom; 
			}
			#footerpre .social a, 
			#footerpre .social a:hover { text-decoration:none; }
			#footerpre .social {
				margin-bottom:8px;
				text-align: right;
			}
			#footerpre .info { text-align: right; }


			/* Twitter */

				.tweet_list {
					list-style: none;
					margin: 0;
					padding: 0;
					word-wrap:break-word;
				}
				.tweet_list li { padding: 6px 0; }
				.tweet_list .tweet_avatar { float: left; }
				.tweet_text, .tweet_time {
					margin-left: 40px;
					display: block;
				}
				.twitter a,
				.twitter .more a,
				.twitter .more i {
					color: #0088cc;
				}
				.tweet_time a {
					font-size: 11px;
					color: #bbb;
				}
				.twitter .more {
					text-transform: uppercase;
					text-align: right;
					font-size: 11px;
				}


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


		#footerpre, #footer, #footend { background: #f9f9f9; font-family:'Agency';}
		#footend { 
			text-align:center;
			font-size: 11px;
			text-transform: uppercase;
			
		}
		#footend .container {
			padding-top: 20px;
			font-family:'Agency';
			font-size: 19px;
		}
		#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; }

		#copy, #copy p {
			font-size: 13px;
			line-height: 1.3em;
			font-family:'Agency';
			color: #FFF;
			text-transform: none;
		}
		#footer .info { margin-top: 10px; }
		#footer .info, 
		#footer .info p{
			font-size: 13px;
			line-height: 1.3em;
			color: #999;
			text-transform: none;
			font-family:"Agency"; 
		}
		#copy a{
			color:#FFF;
			text-decoration: underline;
		}
	/* Banner */

		.default_banner { padding-left:8px;}
		.default_banner div img { max-width:100%; margin-bottom:15px;}

       #product .default_banner {padding-left:26px;}

/*	External libraries. Merged to reduce HTTP requests.
-------------------------------------------------- */

	.fullwidthbanner-container { width:100% !important;position:relative;padding:0;max-height:450px !important;overflow:hidden; }


		
		/* Custom styles */

		/*.flexslider { 
			margin: 0; 
			padding: 0; 
			border: 0px; 
			clear: both; 
			height: auto;
			box-shadow: none;
			-webkit-box-shadow: none;
			-moz-box-shadow: none;
			-o-box-shadow: none;
			border-radius: 0;
			background: transparent;
		}
			.flex-caption {
				text-align: center;
				position: relative;
				background: #000;
				-moz-opacity: 0.3;
				filter: alpha(opacity=30);
				background: rgba(0, 0, 0, .03);
				padding: 0.7em;
				width: auto;
				font-size: 1.32em;
				color: #333;
				text-shadow: none;

				display: none;
			}
			.flex-caption a { text-shadow: none; }
		.flex-control-nav {
			position: absolute;
			right: 10px;
			bottom: 5px;
			text-align: center;
			height: 22px;
			z-index: 99;
		}
		#featured-slideshow .flex-control-nav {
			bottom: 8px; 
			right: 12px; 
			display: block; 
			width: auto;
		}
		.flex-control-paging li a {
			background: #ccc;
			border: 1px solid #fff;
			width: 9px;
			height: 9px;
			box-shadow: none;
		}
		.flex-control-paging li a.flex-active {
			background: #DD4B39;
			width: 11px;
			height: 11px;
			border: 0;
		}
		.flex-control-paging li a:hover{ background: #999; }*/

		/* Products carousel */

		.product-slider { padding: 30px 30px 20px; }
		.product-slider h4 {
			font-weight: 300;
			text-transform: uppercase;
			margin-bottom: 20px;
			font-size: 20px;
		}
		.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 ul li .inner,
		.sidebar .product-slider ul li .inner2 { border: 0; }
		.sidebar .product-slider h4,
		.sidebar .box h4 {
			font-size: 16px;
			text-align: center;
		}
		.flexslider{ overflow: visible; }
		.product-slider .flex-control-nav {
			position: relative;
			bottom: 0;
		}
		.product-slider .flex-direction-nav {
			position: relative;
			bottom: 14px;
			right: 0;
			z-index: 999;
		}
		.product-slider .flex-direction-nav a {
			background-image: url(../images/productslider_nav.png);
			opacity: 100;
		}
		.product-slider .flex-direction-nav a:hover { background-color: #f4f4f4; }
		.product-slider  .flex-direction-nav .flex-prev {
			right: 31px;
			left: auto;
			top: 0;
		}
		.product-slider  .flex-direction-nav .flex-next {
			right: 0;
			top: 0;
			border-left: 1px solid #eee;
		}

	.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; }

	.tp-bullets.simplebullets.round div.bullet {
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		-o-border-radius: 20px;
		border-radius: 20px;
		background: #ccc;
		border: 1px solid #fff;
		width: 12px;
		height: 12px;
		margin: 2px;
	}
	.tp-bullets.simplebullets.round div.bullet:hover {
		background: #999;
	}
	.tp-bullets.simplebullets.round div.bullet.selected {
		background: #DD4B39;
		width: 14px;
		height: 14px;
		margin: 0 2px;
	}
	div.tp-leftarrow.default,
	div.tp-rightarrow.default {
		background:url(../images/bg_direction_nav.png) no-repeat 0 0;
		width: 30px;
		height: 30px;
		opacity: 0.8;
		-moz-opacity: 0.8;
		filter:alpha(opacity=8);
	}
	div.tp-rightarrow.default {
		background-position: 100% 0;
	}
	div.tp-leftarrow.default:hover,
	div.tp-rightarrow.default:hover {
		opacity: 1;
		-moz-opacity: 1;
		filter:alpha(opacity=100);
	}


/* Revolution Slider */

		.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 */

		.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;
		}
		.owl-carousel .item .inner {
			text-align: center;
			position: relative;
			overflow: visible;
		}
		.owl-carousel .item .inner .onsale {
			z-index:9999;
		}
		.owl-carousel .item .rating {
			display: block; 
			position: absolute;
			top: 10px;
			right: 20px;
			font-size: 6px;
			color: #DD4B39;
		}
		.owl-carousel .item .rating img {
			width: auto;
			display: inline;
		}
		.owl-carousel .item a img,
		.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 {
				padding-top: 10px;
			}

	/*	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:51px;
			height:51px;
			border:none;
			text-indent:-999px;
			background:url("../images/ui.totop.png") no-repeat left top;
		}
			#toTopHover {
				background:url("../images/ui.totop.png") no-repeat left -51px;
				width:51px;
				height:51px;
				display:block;
				overflow:hidden;
				float:left;
				opacity: 0;
				-moz-opacity: 0;
				filter:alpha(opacity=0);
			}
			#toTop:active, #toTop:focus { outline:none; }


/* -------------------------------------------------- */
/*	jQuery Styles
/* -------------------------------------------------- */

	
	html .ui-corner-all {
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-khtml-border-radius: 0;
		border-radius: 0;
	}
	html .ui-widget-header {
		background:none;
		border-color:#CCC;
		border-width:0 0 1px;
		color:#DD4B39;
	}
		html .ui-widget-header .ui-icon {
			background-image: url("../images/ui-icons_888888_256x240.png");
		}
		html .ui-datepicker table thead th {
			color:#666;
			font-weight:normal;
			font-size:0.9em;
			text-transform:uppercase;
			padding:0.3em 0;
		}
		.ui-datepicker td { padding:0; }
			.ui-datepicker td a { padding:0; }
		.ui-datepicker tbody tr + tr td { border-top: 1px solid #EEE; }
		.ui-datepicker tbody td + td { border-left: 1px solid #EEE; }

	html .ui-state-default, 
	html .ui-widget-content .ui-state-default,
	html .ui-widget-header .ui-state-default {
		border:1px solid #FFF;
		background:none;
		text-align:center;
		color:#333;
	}
	html .ui-state-highlight, 
	html .ui-widget-content .ui-state-highlight, 
	html .ui-widget-header .ui-state-highlight {
		border:1px solid #E05C4E;
		text-align:center;
	}
	html .ui-state-active, 
	html .ui-widget-content .ui-state-active, 
	html .ui-widget-header .ui-state-active {
		background:#E05C4E;
		border:1px solid #C53727;
		color:#FFF;
		text-align:center;
	}
	html .ui-slider-horizontal {
		height:0.4em;
		background:#EEE;
		margin:0 0.5em;
	}
		html .ui-slider-horizontal .ui-slider-handle {
			background:#E05C4E;
			border:1px solid #C53727;
			height:0.9em;
			width:0.9em;
		}
	html .ui_tpicker_time_label,
	html .ui_tpicker_hour_label,
	html .ui_tpicker_minute_label {
		font-weight:bold;
		margin-top: 0.5em;
	}

	div.ui-datepicker {
		padding:6px;
		font-family:Arial, Helvetica, sans-serif;
		background:#FFF;
		border: 1px solid #bababa;
		webkit-box-shadow: 0 0 5px rgba(0,0,0,.2); 
		-moz-box-shadow: 0 0 5px rgba(0,0,0,.2); 
		box-shadow: 0 0 5px rgba(0,0,0,.2);
	}
		.ui-datepicker-buttonpane button.ui-state-default {
			display: inline-block; zoom: 1; *display: inline;
			margin: 6px 0 4px; padding: 2px 6px;
			outline: none; cursor: pointer; vertical-align: baseline; 
			
			font-family:Arial, Helvetica, sans-serif;
			text-shadow: 0 1px 0 rgba(255,255,255,1); font-size: 13px; line-height: 17px; font-weight: bold; text-align: center; text-decoration: none;
			
			border: solid 1px #c6c6c6; border-color: #c6c6c6;
			
			background: #d4d4d4;
			background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#dfdfdf));
			background: -moz-linear-gradient(top, #f2f2f2,  #e2e2e2);
			background: linear-gradient(#f2f2f2, #e2e2e2);
			
			-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
			-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.08);
			-moz-box-shadow   : 0 1px 2px rgba(0,0,0,.08); 
			box-shadow        : 0 1px 2px rgba(0,0,0,.08);
			-webkit-background-clip: padding-box;
		}
	.popupfooter{
		margin-left:30px;
		margin-top:10px;
		color:#0066b3;
		font-size: 14px;
		text-align: center;
		font-family:"Agency";
	}
	.popupfooter ul{
		list-style: none;
	}
	.popupfooter ul li{
		display: inline;
		padding:0 25px 0 0;
	}
	.popupfooter ul li a{
		color:#0066b3;
		font-size: 20px;
	}
	.error {
    color: #ff0000;
    display: block;
    }
      