/*  
Theme Name: Fortuna
Version: 1.6.2
Description: Responsive and clean template for OpenCart (Base CSS)
Theme URI: http://www.everthemes.com/demo/fortuna
Author: Luis V
Author URI: http://themeforest.net/user/luisvelaz
Tags: fortuna, opencart, everthemes
*/
 @font-face {
  font-family: 'Rosario-Regular.eot';
  src:url url('catalog/view/theme/fortuna/fonts/Rosario-for-Web/Rosario-Regular.eot');    
  src:url url('catalog/view/theme/fortuna/fonts/Rosario-for-Web/Rosario-Regular.#iefix')format('embedded-opentype'),
      url('catalog/view/theme/fortuna/fonts/Rosario-for-Web/Rosario-Regular.ttf')format('truetype'),
      url('catalog/view/theme/fortuna/fonts/Rosario-for-Web/Rosario-Regular.woff'),
	  url('catalog/view/theme/fortuna/fonts/Rosario-for-Web/Rosario-Regular.woff2')format('woff2'),
	  url('catalog/view/theme/fortuna/fonts/Rosario-for-Web/Rosario-Regular.woff')format('otf'),
	  url('catalog/view/theme/fortuna/fonts/Rosario-for-Web/Rosario-Regular.ttf')format('truetype'),
	  url('catalog/view/theme/fortuna/fonts/Rosario-for-Web/Rosario-Regular.svg')format('svg');
 font-weight: normal;
 font-style: normal;
  }
  
    @font-face {
  font-family: 'Rosario-Bold.eot';
  src:url url('catalog/view/theme/fortuna/fonts/Rosario-for-Web/Rosario-Bold.eot');    
  src:url url('catalog/view/theme/fortuna/fonts/Rosario-for-Web/Rosario-Bold.#iefix')format('embedded-opentype'),
      url('catalog/view/theme/fortuna/fonts/Rosario-for-Web/Rosario-Bold.ttf')format('truetype'),
      url('catalog/view/theme/fortuna/fonts/Rosario-for-Web/Rosario-Bold.woff'),
	  url('catalog/view/theme/fortuna/fonts/Rosario-for-Web/Rosario-Bold.woff2')format('woff2'),
	  url('catalog/view/theme/fortuna/fonts/Rosario-for-Web/Rosario-Bold.woff')format('otf'),
	  url('catalog/view/theme/fortuna/fonts/Rosario-for-Web/Rosario-Bold.ttf')format('truetype'),
	  url('catalog/view/theme/fortuna/fonts/Rosario-for-Web/Rosario-Bold.svg')format('svg');
 font-weight: normal;
 font-style: normal;
  }
     @font-face {
  font-family: 'Rosario-Italic.eot';
  src:url url('catalog/view/theme/fortuna/fonts/Rosario-for-Web/Rosario-Italic.eot');    
  src:url url('catalog/view/theme/fortuna/fonts/Rosario-for-Web/Rosario-Italic.#iefix')format('embedded-opentype'),
      url('catalog/view/theme/fortuna/fonts/Rosario-for-Web/Rosario-Italic.ttf')format('truetype'),
      url('catalog/view/theme/fortuna/fonts/Rosario-for-Web/Rosario-Italic.woff'),
	  url('catalog/view/theme/fortuna/fonts/Rosario-for-Web/Rosario-Italic.woff2')format('woff2'),
	  url('catalog/view/theme/fortuna/fonts/Rosario-for-Web/Rosario-Italic.woff')format('otf'),
	  url('catalog/view/theme/fortuna/fonts/Rosario-for-Web/Rosario-Italic.ttf')format('truetype'),
	  url('catalog/view/theme/fortuna/fonts/Rosario-for-Web/Rosario-Italic.svg')format('svg');
 font-weight: normal;
 font-style: normal;
  }


/* ---------------------------------------------------------------------- */
/*	General Styles
/* ---------------------------------------------------------------------- */


  

	body {
		font-family:'Rosario', sans-serif;
		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;list-style: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;
			  z-index:5;
			  padding: 40px 60px 0px 30px;
			  float: right;
/*margin-bottom: 50px;
background-color: white*/

			}
			
			#content-home {
			  -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;
			  z-index:5;
			  padding: 0px 60px 0px 30px;
		      position: absolute;
/*margin-bottom: 50px;
background-color: white*/}
			
ol,ul,li {list-style: none;}
ol,ul{list-style:none}



/* ---------------------------------------------------------------------- */
/*	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: #fff;
			border:none;
            padding: 0px 5px 0px 14px;
			border: 1px solid #D4D4D4;
}
select,
		.form-control
		 {
  -webkit-appearance:none;
  -moz-appearance:none;
  border:none
}
		
		fieldset { 
			/*border:1px solid #CCC; 
			border-width: 1px 0 0; */
		}
			legend { 
				font-size: 1.08em;
				text-transform:uppercase;
				color: #999;
				font-weight: normal;
				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;*/
		}

		/* Error messages */
		
		input.error, 
		select.error, 
		textarea.error { border: 1px solid #F26B55; }
		
		span.error { 
			display: block; 
			color: #DD4B39;
			font-family:'Rosario', sans-serif; 
			font-size: 85%;
		}

		/* Help */

		.help { 
			color: #999; 
			font-size: 11px; 
			font-weight: normal; 
			font-family:'Rosario', sans-serif;
			display: block; 
		}

		.form-actions .checkbox {
			text-align: left;
		}


/* ---------------------------------------------------------------------- */
/*	Buttons
/* ---------------------------------------------------------------------- */
#cart-total {}
	.buttons { /* Buttons container */
		text-align: center;
		clear: both;
		padding: 17px 0;
	}

	.cart .btn,
	.btn,
	.button,
	a.btn {
	padding: 14px 14px;
    width: 100%;

   
	}
	a.btn, .btn,
	.mainborder a.btn {
		color: #333;
	}
		.payment .btn,
		.cart .btn,
		.btn-cart,
		a.btn-cart,
		.mainborder a.btn-cart {
			color: #ffffff;	
			text-transform: uppercase;
			font-weight: normal;
			background-color: #DD4B39;
			border-color: #DD4B39;
			text-decoration: none;
		}
		.payment .btn:hover,
		.payment .btn:active,
		.cart .btn:hover,
		.cart .btn:active,
		.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: #c43f2d;
			border-color: #c43f2d;
			color: #fff;
			text-decoration: none;
		}
		.payment .btn:active,
		.cart .btn:active,
		.btn-cart:active {
		  background-color: #c43f2d \9;
		}
		#lbutton-cart,
		#button-checkout,
		.payment .btn {
			padding: 10px 16px;
			font-size: 18px;
			line-height: 1.33;
		}
		.btn-primary,
		a.btn-primary,
		.mainborder a.btn-primary {
			color:#ffffff;
			border-color:#363636;
			background-color:#363636;
		}
		.btn-primary:hover,
		a.btn-primary:hover,
		.btn-primary:focus,
		.btn-primary:active,
		.btn-primary.active,
		.btn-primary.disabled,
		.btn-primary[disabled]{
			color:#ffffff;
			border-color:#222222;
			background-color:#222222;
			*background-color:#151515;
		}
	a.btn.btn-success {color: #fff;}
	a.btn .btn-size .btn-xs {text-align: right;
text-transform: uppercase;
font-weight: bold;
text-decoration: underline;
padding-bottom: 0px;
vertical-align: bottom;
padding-top: 18px;}
	a.btn-size{text-align: right;
text-transform: uppercase;
font-weight: bold;
text-decoration: underline;
padding-bottom: 0px;
vertical-align: bottom;
padding-top: 18px;}

/* ---------------------------------------------------------------------- */
/*	Layout
/* ---------------------------------------------------------------------- */


	/*	Main content
	-------------------------------------------------- */
			
			.maintenance-msg { padding:40px; }

			.maintenance-msg h1 { font-weight: normal; }

			.mainborder { position: relative; }
			
			.col-sm-12 .mainborder { padding: 0 0 20px; }

			.sideleft.col-sm-9 .mainborder {
				border-left: 1px solid #DDD; 
				padding: 10px 10px 20px 30px;
				width: auto;
                float: right;
				background-color:#FFF;
			}
			.sideright.col-sm-9 .mainborder {
				/*border-right: 1px solid #DDD;*/ 
				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: 0px;}
		.content-bottom { margin-top: 10px; clear: both;margin-bottom: 150px;
		background-color:#FFF }

		.sidebar { margin-top: 11px;
padding: 0px 0px 42px 30px;
z-index: 150;
  position: absolute;
  top: 50px;
}}
.inner
{ margin-top: 45px;}
		.sidebar.close {
			display: none !important;
			visibility: hidden !important;
			width: 0;
			height: 0;
		}
		#toggle_sidebar {
			display: block;
			position: absolute;
			z-index: 999;
			top:12px;
			cursor: pointer;
			opacity: 0.75;
			-moz-opacity: 0.75;
			filter:alpha(opacity=75);
			height:22px;
			width:16px;
			border: 1px solid #ddd;
			padding: 0px;
			font-family: "FontAwesome";
			text-align: center;
			font-size: 14px;
			background: #f6f6f6;
		}
		.sideleft #toggle_sidebar {
			left:-16px;
			border-width: 1px 0 1px 1px;
		}
		.sideleft #toggle_sidebar:before { content: "\f0d9"; }
		
		.sideright #toggle_sidebar {
			right:-16px;
			padding: 0px;
			border-width: 1px 1px 1px 0;
		}
		
		.sideright #toggle_sidebar:before { content: "\f0da"; }

		.middle #toggle_sidebar {
			left: 6px;
			top: 0;
			width: 24px;
			border-width: 1px;
			letter-spacing: 4px;
			padding: 0 4px;
		}
		.middle #toggle_sidebar:before { content: "\f0d9"; }
		.middle #toggle_sidebar:after { content: "\f0da"; }

		#toggle_sidebar:hover {
			background-color: #eee;
			opacity: 1;
			-moz-opacity: 1;
			filter:alpha(opacity=100);
		}
		#toggle_sidebar.collapse {
			border-radius: 0;
			-moz-border-radius: 0;
			-webkit-border-radius: 0;
		}
		.sideleft #toggle_sidebar.collapse {
			left:-1px;
		}
		.sideleft #toggle_sidebar.collapse:before { content: "\f0da"; }

		.sideright #toggle_sidebar.collapse {
			top:40px;
			right:-1px;
		}
		.sideleft #toggle_sidebar.collapse:before { content: "\f0d9"; }

		.col-sm-12 #toggle_sidebar.collapse {
			border-width: 1px;
		}


/* ---------------------------------------------------------------------- */
/*	Header
/* ---------------------------------------------------------------------- */

	#header {
		z-index: 97;
		background:rgba(255,255,255,0.15);
		/*background: #fff url('../image/patterns/5.png');
		background: #f9f9f9;*/
		/*border-bottom: 1px solid #dedede;*/
	}

		#topbar	{
			z-index: 10;
			/*padding-top:10px;*/
			padding-bottom:10px;
			padding-left:0px;
			position:relative;
			width:100%;
			position: fixed;
		background: #fff !important;
			
		}
		#topbar .container { font-size:11px; }

		#header .elements {
			clear:both;
			position: relative;
			padding-left: 35px;
		}

		#logo { text-align:center; padding-top:15px;
		position:fixed;
		z-index:1050 }
		#logo-sm { 
		text-align:center;
		padding-top:50px;
		z-index:5;
		margin-left: 100px;
    margin-right: 100px;
	 }
#logo-sm img{ 
		text-align:center;
		padding-top:0px;
		z-index:5; 
		max-width: 120px;}
		
			#logo img {	display:inline; max-width: 95%;/*width:100%;*/z-index:1050;}

		.leftlogo #logo { text-align:left;
		padding-left:5px;
		z-index:1050; 
		margin-top: 30px;}

			#header .rightbox { text-align:right; }
			#header .rightbox2 { 
			padding-top: 33px;
			float: right;
			position: fixed;
			right: 0px;
			padding-bottom: 10px;
			display: inline-block;
			width: 140px;
			z-index: 10;
			line-height:50px; }
.list-inline1{
	list-style:none
	}
	

		#header .info {
			margin: 26px 0 10px;
			font-size: 11px;
			color: #999;
		}
		.home-top-full{z-index:0}

	/*	Language & Currency dropdowns
	-------------------------------------------------- */

		#wrapselector {
						position: relative;
			z-index: 9990;
			padding-top: 6px;
			display: inline-block;
			float:right;
					}
		#language,
		#currency {
			text-transform: uppercase;
text-align: right;
float: right;
		}
		#language .btn.dropdown-toggle,
		#currency .btn.dropdown-toggle {
			    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
    padding: 0px;
    font-size: 0.95em;
    text-decoration: none;
	float: right;

		}
		
		#language .dropdown-menu {
			font-size: 1em;
			text-transform: none;
		}
		/*#currency .dropdown-menu .btn {
			padding: 0;
			text-align: left;
			padding: 3px 20px;
			width: 100%;
		}
		/*#currency .dropdown-menu>li>.btn:hover, 
		#currency .dropdown-menu>li>.btn:focus {
			text-decoration: none;
			color: #262626;
			background-color: #f5f5f5;
		}*/

	/*	Mini Cart (module on the header)
	-------------------------------------------------- */
		#wishlist-total{
			position: relative;
			float: right;
			display: block;
			z-index:9999;
			margin: 5px 23px 5px 8px;
		}
		#outercart {
			position: relative;
			float: right;
			display: block;
			z-index:9999;
		}
		
		#cart { 
			/*border: 1px solid rgba(255,255,255,0.2);
			border-width: 0 1px;*/
			float: right;
		}
		#cart .cart-heading {
			color: #FF595D;
			text-decoration: none;
		}

			#cart .fa-shopping-cart {
				color: #898989;
background: #fff;
/*-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;*/
margin-right: 0px;
padding: 5px 0px 5px 0px;
			}
			#cart .fa-caret-down {
				color: rgba(255,255,255,0.5);
				margin-left: 5px;
			}
				.cart-total { margin-right: 24px; }
				.cart-total a {
					text-decoration: none; 
					color: #f26b55;
					border-right:1px solid #333;
					padding:0 5px;
					font-size: 12px;
				}

				.cart-total:hover { color: #fff; }

				#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;
				border:0;
				background: transparent;
			}

		/*ajax search*/

		#ajax_search_results {
			border: 1px solid #ccc;
		  border: 1px solid rgba(0,0,0,0.15);
		/*  border-radius: 4px;
		  -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;
		}
		#ajax_search_results .s_row:last-child a.link {
			border-top: 1px solid #ddd;
		}
		#ajax_search_results .s_row:last-child .live_name {
			font-weight: normal;
			color: #00ae7c;
		}
		#search .ajaxadvance .image,
		#search .ajaxadvance .content {
			display: table-cell !important;
		}

	/*	Welcome & Important Links
	-------------------------------------------------- */

		#top-links {
			text-transform: uppercase;
			display: inline-block;
			padding-top: 9px;
			margin-right: 11px;
			font-size: .95em;
			float:right;
		}
		#top-links a { text-decoration: none; }
		#top-links a.dropdown-toggle { color: #fff; }
		#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 .rightbox .btn-menu {
			float: left;
		}

		.offcanvas .closesidebar {
			float: right;
margin-right: -15px;
margin-left: 10px;
font-size: 12px;
display: inline-block;
color: #333;
z-index: 9;
position: relative;
border-radius: 0;
width: 40px;
		}
		.offcanvas .closesidebar:hover {
			background: #000;
			color: #fff;
		}
		.offcanvas .navbar-nav {margin-top: 0px;}
		.offcanvas.navmenu {margin-bottom: 0;background-color:#FFF;}

	

/* -------------------------------------------------- */
/*	Content Wrapper
/* -------------------------------------------------- */

	/*	Page heading
	-------------------------------------------------- */
		header.heading {
			padding: 2px 0 6px;
		}
		.page-header {
		 width: 100%;
	     font-size: 10px;
	     line-height: normal;
	     letter-spacing: 1px;
	     color: #404040;
		}
	.page-header-min {
    color: #363636;
    text-align: center;
    padding-bottom: 10px;
    margin-top: 40px;
    width: 100%;
    font-size: 10px;
    line-height: normal;
    letter-spacing: 1px;
    color: #404040;
}
		.product-page .page-header { 
		
		text-align: left; }

		.page-header h1 {
			font-family:'Rosario', sans-serif;
			font-weight:normal;}

	/*	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-bottom: 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: 0px auto 0px;
			padding: 12px;
			text-align: center;
			color: #FFFDFD;
			-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: #C3C5C4;
border: 2px solid #747272;
		}
		.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-transform: uppercase;
			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: 30px;
			clear: both;
			position:fixed;
			z-index: 1001;
			margin-top:50px;
			
		
		}

			.box-heading, .contentset {
				text-transform: uppercase;
				font-weight:normal;
				padding: 0 0 0px;
				margin: 4px 0;
				/*border-bottom: 1px solid #ddd;*/
				color: #999;
				margin-bottom: 20px;
			}
			.contentset {
				/*border-bottom: 1px dotted #ddd;*/
				margin-top: 15px;
			}
			.contentset h4 {font-size: 1em; margin: 0;}
						
			.contentset.separator:first-child {
				margin-top: 0;
			}
			.contentset i {
				margin-right: 7px;
				opacity: 0.75;
				-moz-opacity: 0.75;
				filter:alpha(opacity=75);
			}
	
	/*	Category boxes
	-------------------------------------------------- */

.box-category {
	}
	.box-category .expand {
				/*top: 18px;*/
				right: 0;
				position: absolute;
				cursor: pointer;
				width:16px;
				height:16px;
				/*padding: 2px;*/
				font-family: "FontAwesome";
				font-size: 20px;
				opacity: 0.5;
				-moz-opacity: 0.5;
				filter:alpha(opacity=50);
				left:140px;
				color:#000;
				font-weight:bold;
			}
.box-category .expand:before{ content: "+"; }
.box-category .expand:hover {
				opacity: 1;
				-moz-opacity: 1;
				filter:alpha(opacity=100);
			}
.box-category > ul > li a.active + .expand:before { content: "\-"; }
	
	
	
.box-category ul {
	list-style: none;
	padding-left:0px
		
}

.box-category > ul > li > a 
{
	font-family: PT Sans;
	font-size: 12px;
	letter-spacing:1px;
	color:#000;	
	text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    text-shadow: 0 0 1px rgba(255,255,255,0.3);
    position: relative;
    display: inline-block;
    margin: 0px 0px;
    outline: none
	 }
.box-category > ul > li > a:hover 
{
	text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    text-shadow: 0 0 1px rgba(255,255,255,0.3);
    position: relative;
    display: inline-block;
    margin: 0px 0px;
    outline: none
	 }

.box-category > ul > li ul > li > a {
text-decoration: none;
font-size: 12px;
color:#000;
display: inline-block;
padding-left: 15px;
text-transform:uppercase;
margin-top: 0px;
margin-bottom:0px
}

.box-category > ul > li > a.active,
 {
text-decoration: none;
font-size: 12px;
color:#000;
display: inline-block;
padding-left: 0px;
text-transform: uppercase;
margin-top: 0px;
margin-bottom:0px
}

.box-category > ul > li ul > li > a.active {
text-decoration: none;
font-size: 12px;
color:#000;
display: inline-block;
padding-left: 15px;
text-transform: uppercase;
margin-top: 0px;
margin-bottom:0px
}


.box-category > ul > li > a.active::before,
.box-category > ul > li ul > li > a.active::before {
	display: inline-block;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
opacity: 1;
	padding-left:0;
	margin-right: 10px;
	content: '[';
	font-size:20px;
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
	margin-top: 0px;
	margin-bottom:0px
	}


.box-category > ul > li > a.active::after,
.box-category > ul > li ul > li > a.active::after {
display: inline-block;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
opacity: 1;
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
	font-size:20px;
	margin-top: 0px;
	margin-bottom:0px
}

.box-category > ul > li > a.active:hover
 {
text-decoration: none;
font-size: 12px;
color: #000;
display: inline-block;
padding-left: 0px;
text-transform: uppercase;
margin-top: 0px;
	margin-bottom:0px
}

.box-category > ul > li ul > li > a:hover {
text-decoration: none;
font-size: 12px;
color: #000;
display: inline-block;
padding-left: 15px;
text-transform: uppercase;
margin-top: 0px;
	margin-bottom:0px
}
.box-category > ul > li > a:hover::before,
.box-category > ul > li ul > li > a:hover::before
{
	display: inline-block;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
opacity: 1;
	padding-left:0;
	margin-right: 10px;
	content: '[';
	font-size:20px;
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
	margin-top: 0px;
	margin-bottom:0px
	}
.box-category > ul > li > a:hover::after,
.box-category > ul > li ul > li > a:hover::after
{
	display: inline-block;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
opacity: 1;
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
	font-size:20px;
	margin-top: 0px;
	margin-bottom:0px
}

.box-category > ul > li > a::before, .box-category > ul > li ul > li > a::before
 {
    margin-right: 10px;
    content: '[';
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px);
	font-size:20px;
	margin-top: 0px;
	margin-bottom:0px
}

.box-category > ul > li > a::after, .box-category > ul > li ul > li > a::after
{
    margin-left: 10px;
    content: ']';
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
	font-size:20px;
	margin-top: 0px;
	margin-bottom:0px
}
.box-category ul > a::before, .box-category ul > a::after,
.box-category > ul > li > a::before, .box-category > ul > li > a::after,
.box-category > ul > li ul > li > a::before, .box-category > ul > li ul > li > a::after {
    display: inline-block;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    -moz-transition: -moz-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
	font-size:20px;
	margin-top: 0px;
	margin-bottom:0px
}








		/*	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 0 20px;
			}
				.subcat_thumb {
					float: left;
					margin:0 8px 8px 0;
					font-size: 11px;
					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;
				font-size: 11px;
			}
			.subcat a {
				padding: 2px 8px; 
				text-shadow: 0 1px 0 white; 
				text-decoration:none;
			}
			.subcat a:hover {
				background:#EEE;
				/*-webkit-border-radius: 8px; 
				-moz-border-radius: 8px;
				border-radius: 8px; */
			}
			.category-list ul {
				float: left;
				margin:0;
				list-style:none;
			}


	/*	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-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 { 
			background:#f7f7f7; 
			padding: 45px 0; 
			text-align: center; 
		} 
			.empty.white { background: transparent;}

			.empty .alert { display: inline-block;}

			.note-light	{
				color: #ccc;
				text-transform: uppercase;
				font-size: 12px;
			}


/* -------------------------------------------------- */
/*	Products Category Views
/* -------------------------------------------------- */

	/* Quick View */

			#quickViewContent {
			background: #FFF;
			max-width: 750px;
			max-height: 800px;
			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;
		}
		.quickview {
			visibility: visible;
text-align: left;
position: relative;
bottom: 5px;
width: 100%;
z-index: 999;
margin-bottom: 10px;
font-size: 13px;
text-transform: uppercase;
		}
		.product-list .quickview {
			margin-top: 10px;
		}
		.quickview > .btn,
		.quickview > a.btn {
			font-weight: bold;
			border: 2px solid #333;
			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,
		#quickViewContent .page-header h1 {
			margin-top: 0;
			font-size: 1.1em;
		}
		#quickViewContent .page-header h1 a {
			color: #444;
		}
		#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; }

	/* 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 {
			/*border-bottom: 1px solid #ccc;
			padding:8px 5px;
			margin-bottom:10px;*/
			font-size:10px;
			font-family:'Rosario', sans-serif;
			overflow: visible;
		}
		.productsHeader {
     z-index: 0;
    text-transform: uppercase;
    position: relative;
    vertical-align: top;
    height: 27px;
	margin-bottom:0px}
	.productsHeader .infoSx {
    float: left;
    width: 100%;
    text-align: center;
	letter-spacing:1px;
    z-index: 11;
    font-size: 15px;
    line-height: normal;
    letter-spacing: 1px;
    color: #404040;
	padding-bottom:30px}

		/*	Buttons for Grid/List view
		-------------------------------------------------- */
		
			.product-filter .display { 
				margin-right: 15px; 
				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 #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: 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:10px; 
					width:auto; 
					height: auto; 
					line-height: 22px;
					height:22px;
					display: inline-block;
					border:none
				}

				.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; 
					color:#D95B44; 
					line-height:14px; 
					line-height:2em; 
				}
				.product-compare a:hover {
					color: #333;
					text-decoration: underline;
					}

	/*	Price styles
	-------------------------------------------------- */

		.price { margin-bottom: 10px;
padding-top: 5px;
font-family: PT sans;
text-transform: uppercase;
font-size: 18px;}
					
			.price-old { 
				color: #999; 
				text-decoration: line-through; 
				font-weight: normal; 
			}
		
			.price-new { color: #FF595D; }
			
				.price-cat { margin-bottom: 10px;
padding-top: 5px;
font-family: PT sans;
text-transform: uppercase;
font-size: 13px;}
					
			.price-old-cat { 
				color: #999; 
				text-decoration: line-through; 
				font-weight: normal; 
			}
		
			.price-new-cat { color: #FF595D; }

	/* -------------------------------------------------- */
	/*	List view
	/* -------------------------------------------------- */

		.product-listing { overflow: hidden; }
	
		.product-list .product-thumb {
			margin-bottom: 8px;
			overflow: hidden;
			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 {
					float: left;
					margin-right: 25px;
					max-width: 190px;
					position: relative;
				}
			}

			.product-layout.product-list .caption { text-align: left; }
		
		.product-list .name { margin-bottom:5px; }

		.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:'Rosario', sans-serif; 
				font-weight: normal; 
				color: #999; 
			}
			.product-list .onsale { left: 0; }

	
	/* -------------------------------------------------- */
	/*	Grid view
	/* -------------------------------------------------- */

		.onsale {
			color: #fff;
			position: absolute;
			top:10px;
			left:-10px;
			padding: 0;
			text-transform: uppercase;
			font-size:10px;
			z-index:999;
			text-align: left;
		}
			.onsale .ribbon {
				background: #FF595D;
				padding: 2px 8px;
				z-index: 1;
				clear: both;
			}
			.onsale .ribbonshadow {
				height:9px;
				width: 9px;
				display: block;
				background: #FF595D url(../image/sprite.png) 0 -79px no-repeat;
				opacity: .65;
				-moz-opacity: .65;
				filter:alpha(opacity=65);
				z-index: -1;
			}
		.details .onsale {
			top:10px;
			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: 1px 15px 3px 15px;
				position: relative;
			}
			.product-layout:hover .product-thumb,
			.product-slider .item:hover .inner {
				border-color: #bbb !important;
			}
			.product-layout:hover .product-thumb img,
			.product-slider .item:hover .inner img {
				opacity: 0.5;
				-moz-opacity: 0.5;
				filter: alpha(opacity=50);
			}
			.product-thumb .image {text-align: center; position: relative;}

			.product-grid .caption,
			.product-layout .caption {
				min-height: 90px;
				text-align: center;
			}
			.product-grid .caption .description {
				display: none;
			}

			.product-thumb .cart .btn,
			.product-slider .item .cart .btn,
			.product-thumb .links,
			.product-slider .item .links {
				opacity: 0;
				-moz-opacity: 0;
				filter: alpha(opacity=0);
			}
			.product-thumb:hover .cart .btn,
			.product-slider .item:hover .cart .btn,
			.product-thumb:hover .links,
			.product-slider .item:hover .links {
				opacity: 1;
				-moz-opacity: 1;
				filter: alpha(opacity=100);
			}
			.product-thumb .image {text-align: center; position: relative;}
			.product-thumb .image img { 
				max-width:100%;
			}
			.owl-carousel  .image,
			.product-thumb .image {
			  position: relative;
			  display: block;
			  overflow: hidden;
			}
			.image .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:hover .back-image img,
			.owl-carousel .item: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.0em;
				font-weight: normal;
				line-height: 1.4em;
				color: #000;
letter-spacing: 2px;
text-transform: uppercase;
margin: 0px 0px;
display: block;
			}
			h4.name a { color: #363636; text-decoration:none }
			
			.product-grid .links,
			.product-list .links,
			.owl-carousel .links {
				display: block;
				position: absolute;
				right: 4px;
				top:2px;
			}
			.owl-carousel .links > span,
			.product-grid .links > span,
			.product-list .links > span {
				padding: 18px;
				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 {
				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 {
				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;
		}
		.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: #3C3B3B;
		}

		/* 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;
			}
			.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 img,
			.sidebar .product-slider .item:hover .inner img {
				opacity: 1;
				-moz-opacity: 1;
				filter: alpha(opacity=100);
			}

/* -------------------------------------------------- */
/*	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
/* -------------------------------------------------- */
    @media (min-width: 992px){
    .col-md-5.col-sm-12.col-xs-12.sideright{
           scroll-behavior: smooth;
        position: sticky;
     position: -webkit-sticky;
    top: 50px;
    height: fit-content !important;
    }
}

	.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;margin-right: 0px;}
	.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
	-----------------------------------------*/

		a .icon-remove-sign {
			color: #999;
		}
		a:hover .icon-remove-sign {
			color: #ff4a4a;
			text-decoration: none;
		}
		a .icon-heart,
		a .icon-plus {
			color: #999;
		}

		a:hover .icon-heart,
		a:hover .icon-plus {
			color: #ff4a4a;
		}
		.stock, .outstock, .instock {
		text-transform: uppercase;
padding-top: 18px;
font-size: 10px;
line-height: 16px;
color: #777;
		}
		.outstock i { 
			color: #ff4a4a;
		}
		.instock i { 
			color: #00ae7c;
		}
		i.fa.fa-refresh,
		i.fa.fa-heart,
		i.fa.fa-heart-o,
		i.fa fa-search,
		i.fa fa-envelope-o,
		 {
			color: #000;
		}
		i.fa fa-shopping-bag fa-2x
		{
			font-size:1.5em
		
		}

	/*	Images
	-------------------------------------------------- */

		.product-page .image { 
			margin-bottom: 0px;
			padding-top:4px; 
			background: #fff;
			text-align: center; 
			position: relative;
			padding-left:0px;
			padding-right:0px;
			
		
		}

		.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:98%;
				height:auto;
				margin-left:0px;
			}

		.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; 
			border:1px solid #eee; 
		}
		.product-page .image-additional a img {
			width: auto !important;
			max-width: none;
		}
			.product-page .image-additional img {
			width: auto !important;
			height:auto; }

		.product-page .image-additional:hover a { border:1px solid #fff; }

			.product-page .image-additional a:hover { border:1px solid #eee; }
		
		#zoom-image {
			position: absolute;
			z-index: 999;
			bottom: 40px;
			right: 180px;
			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 {
			    width: 320px;
    display: inline-block;
    text-align: left;
	padding-top: 54px;

		}

		.product-page .links {
			text-align: center;
			margin-top: 10px;
		}
		.product-page .links .btn {
			text-transform: uppercase;
			font-size: 10px;
			color: #000;
background: none;

		}
			.product-page .links .btn:hover {
			text-transform: uppercase;
			font-size: 10px;
			color: #666;
background: none;
text-decoration:underline;
		}
		.product-page .review { 
			margin-top: 10px;
			text-align: center;
		}

		.product-page .review span {
			font-size: 7px;
			color: #333;
		}
		.product-page .review .btn {
			margin-left: 6px;
			text-transform: uppercase;
			font-size: 10px;
			color: #999;
		}


	/*	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 dotted #ddd;
			padding-bottom: 10px;
			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:'Rosario', sans-serif;
			}

			.product-page .price .discount { 
				font-weight: normal; 
				font-size: 12px; color: #4D4D4D;
				margin-top:12px; 
			}

	/*	Cart
	-------------------------------------------------- */

		.product-page .cart {
			text-align: center;
			margin-top:20px;
		}

			.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:'Rosario', 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: #f00000;
			}
			.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 .options {
			padding-top: 0px;
			margin-top: 0px;
			padding-left:10px;
		}
			.product-page .option-image input { 
				float: none; 
				display: inline; 
				margin-right: 6px; 
			}

	/*	Review details
	-------------------------------------------------- */

		#review .content { margin-bottom:10px; }

			#add-review { margin-top:30px; }

				.review-date { 
					font-size:11px; 
					font-family:'Rosario', 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,
			#quickViewContent .product-page .share {
				line-height: normal;
				padding: 0px 0;
				margin-top: 16px;
				text-align: center;
			}
			.product-page .share ul,
			#quickViewContent .product-page .share ul {
				padding-left: 0;
				margin-bottom: 0;
			}
				.product-page .share ul li,
			#quickViewContent .product-page .share ul li {
					display: inline-block;
					margin: 0 3px 3px 0;
				}
				.product-page .share a,
			#quickViewContent .product-page .share a {
					line-height: 18px;
					font-size: 18px;
					display: inline-block;
					padding: 6px;
					text-decoration: none;
					color: #717274;
				}
				
	.product-page .share .dropdown-menu,
	#quickViewContent .product-page .share .dropdown-menu{
	min-width: 70px;
    text-align: center;
    padding: 10px;
    border: none;
    background-color: gainsboro;
    top: 80%;
    right: 10%;
}
			
	.share .dropdown-menu{
	min-width: 70px;
    text-align: center;
    padding: 10px;
    border: none;
    background-color: gainsboro;
    top: 80%;
    right: 10%;}
	
.share .dropdown:hover > ul.dropdown-menu{
    display: block;
    margin: 0;
}





	/*	Tags
	-------------------------------------------------- */

		.product-page .tags span { 
				color:#999; 
			}
			.product-page .tags a {
				font-family:'Rosario', sans-serif;
				text-decoration: none;
				font-size: 10px;
				padding: 1px 5px;
				line-height: 19px;
				text-transform: uppercase;
				border: 1px solid #ccc;
				color: #777;
			}
			.product-page .tags a:hover {
				border-color: #777;
				color: #444;
			}

	/*	Full description
	-------------------------------------------------- */

		#full-info { margin-top: 0px;
margin-left: 10px;
border-top: solid 0.05em gray;
margin-top: 0px;
padding-top: 20px;
margin-right: 10px; }

		/* 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-title { font-size: 14px; }
		
		.panel-heading .accordion-toggle {
			display: block;
			color: #666;
		}
		.panel-group .panel-heading+.panel-collapse .panel-body {
			border: 0;
		}
		.accordion-toggle:hover,
		.accordion-toggle.active {
			color: #333;
			text-decoration: none;
			
		}
		.accordion-toggle.active { font-weight: bold; }
		.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 > a { 
			-webkit-border-radius: 0;
			-moz-border-radius: 0;
			border-radius: 0;
			text-transform: uppercase;
			color: #777;
		}
		.tab-pane {
			width: 100%;
			position: relative;
			padding-top: 20px;
		}
		.nav-tabs>li.active>a {
			font-weight: bold;
		}
		.nav-tabs>li.active>a,
		.nav-tabs>li.active>a:focus,
		.nav-tabs>li.active>a:hover {
			color: #333;
		}
		.htabs {
			height: 32px;
			line-height: 16px;
			border-bottom: 1px solid #DDDDDD;
		}
		.htabs a {
			padding: 9px 15px 7px 15px;
			float: left;
			font-weight: normal;
			text-align: center;
			text-decoration: none;
			text-transform: uppercase;
			color: #777;
			margin-right: 2px;
			display: none;
		}
		.htabs a:hover {
			background: #eee;
		}
		.htabs a.selected {
			padding-bottom: 7px;
			background: #FFFFFF;
			color: #333;
			border-top: 1px solid #DDDDDD;
			border-left: 1px solid #DDDDDD;
			border-right: 1px solid #DDDDDD;
		}
		.tab-content {
			/*padding: 20px 5px;
			margin-bottom: 20px;*/
			z-index: 2;
			clear: both;
		}
		.tabbed-products .tab-content {
			padding: 0;
			margin: 0;
		}

/* -------------------------------------------------- */
/*	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: normal; }
		#cart-info td {
			vertical-align: middle;
			background: #FFF !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 { color: #333; font-weight: bold; }

		small { color: #999; font-size: 11px; }

		#cart-info .update-cart {
			color: #269505;
			cursor: pointer;
			text-decoration: none;
			margin-right: 3px;
		}


	/*	ToDo next
	-------------------------------------------------- */

	ul.radio { list-style-type: none; padding-left: 0; }
			
			ul.radio li { padding: 2px 0;}
			
			ul.radio input[type="radio"]:checked + label { font-weight: bold; }


		.cart-module { margin-bottom:16px; }

			.cart-module > div { 
				display: none;	
				border:1px solid #ddd;
				/*-webkit-border-radius: 3px;
				-moz-border-radius: 3px;
				border-radius: 3px;*/
				padding: 10px; 
			}

			.quote-shipping { padding: 20px;}

		#cart-module .accordion_head {
			border-top: 1px solid #eee;
			padding: 3px;
		}



	/*	Cart Total
	-------------------------------------------------- */

		#total-cart { margin-bottom: 10px; } 

			#total-cart .inner { 
				padding: 12px; 
				background: #f9f9f9; 
				overflow: hidden;
			}
				#total-cart table { 
					margin: 0; 
					float: right; 
					margin-bottom:12px; 
				}
					#total-cart td { 
						padding: 6px; 
						text-align: right; 
						border-bottom: 1px solid #eee; 
					}
					#total-cart td.total.last { 
						font-size: 16px; 
						font-weight: bold; 
					}
				
				#total-cart #continue-shopping { margin-top: 6px;}

				#total-cart .cart { float: right; }


/* 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;
			color: #777;
		}
		#checkout .panel-title a.active {
			text-align: center;
			padding: 12px 8px;
			font-size: 1.4em;
			color: #333;
		}
		#checkout .panel-title a.active .fa { display: none;}
		#checkout .panel-default .panel-body {
			padding-left: 7%;
			padding-right: 7%;
		}

		.checkout-confirm .quantity {
			text-align: center;
		}
		.checkout-confirm .price,
		.checkout-confirm .total {
			text-align: right;
		}

		.checkout .buttons .pull-right {
			float: none !important;
		}


/* ---------------------------------------------------------------------- */
/*	Footer--------------- */

	#footer {margin-top: 0px;
margin-bottom: 0px;
width: 100%;
float: right;
   position: fixed;
    bottom: 0px;
    z-index: 1;
}
	#footer li a { 
			text-decoration:none; 
			color: #000;
		}
#footer ul {
			list-style:none;
			margin:0;
			padding: 0;
		}
				#footer ul li {
			line-height: 1.6em;
			    font-size: 0.99em;
    letter-spacing: .07em;
	display: inline-block;
}

#footer .bottom-row {
    text-align: center;
}

#footer .bottom-row   li a 
{
	font-family: PT Sans;
	font-size: 12px;
	letter-spacing:1px;
	color:#000;	
	text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    text-shadow: 0 0 1px rgba(255,255,255,0.3);
    position: relative;
    display: inline-block;
    margin: 0px 0px;
    outline: none
	 }
#footer .bottom-row  li  a:hover 
{
	font-family: PT Sans;
	font-size: 12px;
	letter-spacing:1px;
	color:#000;	
	text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    text-shadow: 0 0 1px rgba(255,255,255,0.3);
    position: relative;
    display: inline-block;
    margin: 0px 0px;
    outline: none
	 }

#footer .bottom-row   li  a.active,
 {
text-decoration: none;
font-size: 12px;
color:#000;
display: inline-block;
padding-left: 0px;
text-transform: uppercase;
margin-top: 0px;
margin-bottom:0px
}

#footer .bottom-row   li  a.active::before,
 {
	display: inline-block;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
opacity: 1;
	padding-left:0;
	margin-right: 10px;
	content: '[';
	font-size:20px;
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
	margin-top: 0px;
	margin-bottom:0px
	}

#footer .bottom-row   li  a.active::after,
 {
display: inline-block;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
opacity: 1;
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
	font-size:20px;
	margin-top: 0px;
	margin-bottom:0px
}
#footer .bottom-row   li  a.active:hover
 {
text-decoration: none;
font-size: 12px;
color: #000;
display: inline-block;
padding-left: 0px;
text-transform: uppercase;
margin-top: 0px;
	margin-bottom:0px
}
#footer .bottom-row   li  a:hover::before

{
	display: inline-block;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
opacity: 1;
	padding-left:0;
	margin-right: 10px;
	content: '[';
	font-size:20px;
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
	margin-top: 0px;
	margin-bottom:0px
	}
#footer .bottom-row   li  a:hover::after
{
	display: inline-block;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
opacity: 1;
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
	font-size:20px;
	margin-top: 0px;
	margin-bottom:0px
}

#footer .bottom-row   li  a::before {
    margin-right: 10px;
    content: '[';
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px);
	font-size:20px;
	margin-top: 0px;
	margin-bottom:0px
}

#footer .bottom-row   li  a::after{
    margin-left: 10px;
    content: ']';
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
	font-size:20px;
	margin-top: 0px;
	margin-bottom:0px
}
#footer .bottom-row  a::before, #footer .bottom-row  a::after,
#footer .bottom-row   li  a::before, #footer .bottom-row   li  a::after {
    display: inline-block;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    -moz-transition: -moz-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
	font-size:20px;
	margin-top: 0px;
	margin-bottom:0px
}


.vertical-text{
color: black;
mso-themecolor: text1;
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
transform: rotate(90deg);
-moz-transform-origin: 100% 100%;
-ms-transform-origin: 100% 100%;
-webkit-transform-origin: 100% 100%;
transform-origin: 100% 100%;
text-shadow: 0 0 7px #fff;
width: 260px;
font-size: 12px !important;
text-transform: uppercase;
position: fixed;
right: 50px;
bottom: px;
text-align: right;
z-index: 25;
bottom: 30px;}
 
.vertical-text p{
font-size: 12px !important;
text-transform: uppercase;
}

	#footer .container { 
	/*	border-top: 1px solid #ccc;*/
		}

		#footer h3 { 
			font-size:13px;
			line-height: 16px;
			margin-bottom:6px;
			padding:0;
			font-weight: bold;

			text-transform: uppercase;
			/*color: #363636;*/
		}
		
		#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 { position: relative; overflow: hidden; height: 156px; }

			#footer .social { margin-top: 10px;
margin-bottom: 10px;
width: 100%;
text-align: left;
margin-left: 33px;
margin-right: 33px; }

			#footer .social a {
				color: #000;
				margin-right: 4px;
				font-size: 19px;
				text-decoration: none;
				/*border-left: 1px solid #eee;*/
			}

    #footer .social a.fa-share-alt:hover,
	.share a i.fa-share-alt     { color: #717274; }
	#footer .social a.fa-facebook:hover,
	.share a i.fa-facebook     { color: #717274; }
	#footer .social a.fa-twitter:hover,
	.share a i.fa-twitter      { color: #717274; }
	#footer .social a.fa-google-plus,
	.share a i.fa-google-plus  { color: #717274; }
	#footer .social a.fa-pinterest:hover,
	.share a i.fa-pinterest    { color: #717274; }
	#footer .social a.fa-vimeo-square,
	.share a i.fa-vimeo-square { color: #717274; }
	#footer .social a.fa-youtube:hover,
	.share a i.fa-youtube      { color: #717274; }
	#footer .social a.fa-flickr:hover,
	.share a i.fa-flickr       { color: #717274; }
	#footer .social a.fa-skype:hover,
	.share a i.fa-skype        { color: #717274; }
	#footer .social a.fa-behance:hover,
	.share a i.fa-behance      { color: #717274; }
	#footer .social a.fa-dribbble:hover,
	.share a i.fa-dribbble     { color: #717274; }
	#footer .social a.fa-tumblr:hover,
	.share a i.fa-tumblr       { color: #717274; }
	#footer .social a.fa-linkedin:hover,
	.share a i.fa-linkedin     { color: #717274; }
	#footer .social a.fa-instagram:hover,
	.share a i.fa-instagram    { color: #717274; }
	#footer .social a.fa-dropbox:hover,
	.share a i.fa-dropbox      { color: #717274; }
	#footer .social a.fa-rss:hover,
	.share a i.fa-rss          { color: #717274; }
	#footer .social a.fa-paypal:hover,
	.share a i.fa-paypal       { color: #717274; }

	
#footend{background-color: white;
	}
	#footend .container { 
		/*border-top: 1px solid #ddd;*/
		padding-top: 16px;
		padding-bottom: 16px;
		text-align:center;
		font-size: 11px;
	}

		#footend a { color: #999; }

		#footer .info, 
		#footer .info p,
		#copy, #copy p {
			font-size: 11px;
			line-height: 1.3em;
		}

















	/* Banner */

		.banner { margin-bottom:10px; }
			.banner div img { max-width:100%; }

	/* Facebook */

		.fb-container {
			width: 288px;
			height: 178px;
			overflow: hidden;
			margin: 0 auto;
		}

		.fb-container > div {
			margin: -1px 0px 0px -1px;
		}


/*	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: hidden;
		}
		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); }
		div.owl-controls .owl-page.active span { background: #DD4B39; }
		
		.owl-carousel .item .inner {
			/*padding: 10px 10px 16px;*/
			margin: 0 10px 1px;
			text-align: center;
			position: relative;
			overflow: visible;
			max-width:100%
		}
		.owl-carousel .item .inner .onsale {
			z-index:9999;
		}
		.owl-carousel .item .cart {
			display: inline-block;
		}
		.owl-carousel .item a:hover {
			text-decoration: none;
		}
		.owl-carousel .slides img {
			display: inline;
			width: auto;
			max-width: 100%;
		}
		.owl-carousel .item .cart {
			margin-top:4px;
		} 
		.sidebar .owl-carousel .item .inner {
			border: 0;
		}

		/* Banners Carousel */

			.banner-carousel {
				border-top: 1px solid #ddd;
				padding-top: 10px;
				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: inherit; }
	.blog_summary .date_added {
		color: inherit;
		border-right:1px solid #ddd;
	}
	h2.blog_title {
		font-weight: bold;
	}
	h2.blog_title a {
		text-decoration: none;
	}
	.blog_grid_holder h2.blog_title {
		font-size: 1.3em;
    font-weight: bold;
    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; }
	
	/*	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;
		}
		.tp-bullets.simplebullets.round div.bullet.selected {
			background: #DD4B39 !important;
			border-color: #DD4B39 !important;
		}
		div.tp-leftarrow.default, div.tp-rightarrow.default {
			background: rgba(0,0,0,0.4);
			-webkit-border-radius: 40px;
			-moz-border-radius: 40px;
			-o-border-radius: 40px;
			border-radius: 40px;
		}
		div.tp-leftarrow.default:hover, div.tp-rightarrow.default:hover {
			background: #DD4B39 !important;
		}
	
	/*	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:4px 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;
	border:none;
	text-indent:100%;
	background:url(../img/ui.totop.png) no-repeat left top;
}

#toTopHover {
	background:url(../img/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;
}
#topcontrol{
position: fixed;
bottom: 160px;
 right: 48.5%;
  opacity: 0.5; 
  cursor: pointer;
  z-index:100;
}

/* Sking
	-------------------------------------------------- */

	/* Light */

	.light-skin #header {
		background-color: #fff;
	}
	.light-skin #topbar {
		background: transparent;
		border-top: 4px solid #333;
		padding-top:4px;
	}
	.light-skin #topbar.navbar-fixed-top {
		background:#FFFFFF;
	}
	.light-skin #topbar.navbar-fixed-top .container {
		/*border-bottom: 1px solid #eee;*/
	}
	.light-skin #menu.navbar-fixed-top {padding-top: 16px;}

	.light-skin #logo { padding-top: 0;}

	.light-skin #header .rightbox2 { padding-top: 20px; }

	.light-skin #header .info { margin-top: 16px;	}

	.light-skin #topbar .btn-menu,
	.light-skin #top-links a.dropdown-toggle,
	.light-skin #language .btn.dropdown-toggle,
	.light-skin #currency .btn.dropdown-toggle,
	.light-skin #topbar .social a,
	.light-skin #cart-total {
		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 dotted #333; }*/

	.dark-skin #topbar.navbar-fixed-top,
	.dark-skin #menu.navbar-fixed-top  { background-color: #FFFFFF; }

	.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; }

	@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: #FF595D;
			background: transparent;
		}
		.dark-skin .offcanvas .closesidebar:hover {
			color: #fff;
		}
		
	/* aregados*/
	/* balen category
------------------------------------------------------------*/

.productsHeader{/*border-bottom:1px solid #c2c2c2;*/

z-index:0;
text-transform:uppercase;
position:relative;
vertical-align:top;
height:27px;
}
.productsHeader .infoSx{
	float:left;
	width:100%;
	text-align:center;
	/*position:relative;
	z-index:11;*/
	font-size:13px;
	line-height:normal;
	letter-spacing:1px;
	color:#404040;
	padding-bottom: 0px;
	}

.productsHeader .infoSx .cat{
border-bottom:2px solid #b9b9b9;
/*position:relative;
z-index:11;*/
height:1em;display:inline-block}

.productsHeader .infoSx .term{padding:0 1ex;
}
.list-inline1{
	list-style:none
	}
#nav-text {
	 font-family:'Rosario', sans-serif;
	font-size:9px;
	
}
.home-top-full{padding-top:50px;}


/*nuevos agregADOS A VER QUE PASA*/
.carrusel{
height:auto;
overflow:hidden;
width:100%;
}
 
.bloque-imagenes{
margin:0 0 0 12px;
padding:0;
}
 
.bloque-imagenes li{
list-style:none;
margin:0;
padding:0;
margin-bottom:12px;
}
 
.bloque-imagenes li img{
height:auto;
width:100%;
border:0;
}
 
.bloque-imagenes a:hover img{
border:1px #fff solid;
}
.box newsletter {
    margin-bottom: 30px;
    clear: both;
    position: relative;
    /*z-index: 1001;*/
    margin-top: 35px;}