body {
	font-family: "Droid Sans",verdana,Helvetica,sans-serif;
	font-weight: 400;
	color: #777777;
	font-size: 14px;
	line-height: 22px;
	background:#F8EFE8;
}
:focus{outline:none !important;}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
.fa-stack{width:15px;}
.fa-stack .fa{font-size:15px;}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 14px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 14px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 14px;
}
.input-group .input-group-addon {
	font-size: 14px;
	height: 30px;
}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #E64B46;
}
/* top */
#top {
	background-color: #EDE1D8;
	border-bottom: 1px solid #fff;
	padding: 0px 0px 0px 0;
	margin: 0 0 0px 0;
	height: 41px;
	box-shadow: 1px 1px #E1D3C8; -moz-box-shadow:1px 1px #E1D3C8; -webkit-box-shadow:1px 1px #E1D3C8;
}
#top .container {
	padding: 0 0px;
}
#top #form-currency .currency-select {
	text-align: left;
	width:100%;
}
#top #form-currency .currency-select:hover {
	text-shadow: none;
	color:#E64B46;
	background:none;
}



#top #form-language .dropdown-menu > li > .btn {padding: 0 10px 0 12px; text-align:left;}
#form-currency .dropdown-menu .btn { padding: 0 10px 0 12px !important;}
#top #form-language .dropdown-menu > li > .btn:hover {color:#E64B46; background:none;}

#form-language{ margin:10px 0 0 10px;}
#form-currency{ margin:10px 0 0 0;}

#form-currency .dropdown-menu, #form-language .language-menu, #top-links .myaccount .myaccount-menu{ 
	padding:0px;
	background:#F8EFE8;
	border:1px solid #E1D3C8;
	border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;  -khtml-border-radius:0 0 5px 5px;  -moz-border-radius:0 0 5px 5px;
	border-top:none;
	top:30px;
}
#top-links .myaccount .myaccount-menu{ margin-top:3px;}

#top .btn-link, #top-links li, #top-links a {
	color: #777777;	
	text-decoration: none;
	padding:0px;
}
#top-links li + li { background:url(../image/megnor/pipe.gif) no-repeat scroll 7px center transparent; padding:0 0 0 15px;}
#top-links li:hover{  color:#E64B46;}
#top-links li:hover a, #top-links li.myaccount .dropdown-menu li:hover a{ color:#E64B46;}
#top-links a .fa{padding:0px; vertical-align:middle;}
#top .btn-link:hover, #top-links a:hover {
	color: #E64B46;
}
#top-links .dropdown-menu li{ padding:0; border-radius:0; margin:0px; background:none; -webkit-border-radius:0px;  -khtml-border-radius:0px;  -moz-border-radius:0px;}
#top-links li.myaccount .dropdown-menu a {
	text-shadow: none;
	padding:0 10px 0 12px;
	color:#777777;
	text-align:left;
}
#top-links .dropdown-menu a:hover,#top-links .dropdown-menu a:focus {
	color:#E64B46;
	background:none;
}
#top .btn-link strong {
	font-weight: normal;
}
#top-links {
	padding-top: 10px;
}
#top-links a + a {
	margin-left: 15px;
}
#top .fa-caret-down{
    font-size: 18px;
    line-height: 20px;
    padding-left: 4px;
    vertical-align: -2px;
}
#top #form-currency .btn-link, #top #form-language .btn-link {padding:0px; border:none; height:auto; line-height:18px; margin-top:0px;}
 #top #form-language .btn-link img{ padding:0 5px 0 0;}

#form-language .btn-group.open .fa-caret-down:before, #form-currency .btn-group.open .fa-caret-down:before, #top-links li.myaccount.open .fa-caret-down:before {
    content: "\f0d8";
    font-family: FontAwesome;
}
/* logo */

header{ border-top:1px solid #E2D4C9;}
.top_content{
 background: #FFF9F5;  /* Old browsers */
  background: -moz-linear-gradient(top, #fff9f5 0%, #f0e3d9 100%);  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff9f5), color-stop(100%, #f0e3d9));  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fff9f5 0%, #f0e3d9 100%);  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fff9f5 0%, #f0e3d9 100%);  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fff9f5 0%, #f0e3d9 100%);  /* IE10+ */
  background: linear-gradient(to bottom, #fff9f5 0%, #f0e3d9 100%);  /* W3C */

border-bottom: 1px solid #E1D3C8;
margin-bottom:15px;
}


.header-left {
    float: left;
    position: relative;
	width:700px;
}
.header-right {
    float: right;
    position: relative;
	
}

.header-logo{float:left;}
.header-search{float:right;}
.header-cart{float:right;}
#logo {
	margin: 20px 0 4px;
	display:inline-block;
}
/* search */
#search {
	margin-bottom: 0px;
	margin-top:43px;
}
#search .input-lg {
	height: 30px;
	line-height: 18px;
	padding:6px 9px 5px 9px;
	width:350px;
	border:1px solid #E2D4C9;
	border-radius:5px 0 0 5px; -webkit-border-radius:5px 0 0 5px;  -khtml-border-radius:5px 0 0 5px;  -moz-border-radius:5px 0 0 5px;
	border-right:none;
	background:#FBFBFB;
	font-size:13px;
}
#search .btn-lg {
	font-size: 13px;
	line-height: 18px;
	padding:5px 0;
	margin:0;
	background:#E64B46;
	border:1px solid #E64B46;
	height:30px;
	width:44px;
	border-radius:0 5px 5px 0; -webkit-border-radius:0 5px 5px 0;  -khtml-border-radius:0 5px 5px 0;  -moz-border-radius:0 5px 5px 0;
}
#search .input-group-btn{ width:auto;}
/* cart */
#cart {
	margin:43px 0px 0;
	float:right;
}
#cart > .btn {
	line-height: 22px;
	color: #777777;
	background: url(../image/megnor/cart.png) no-repeat scroll left 3px transparent;
	border-radius:0px; -webkit-border-radius:0;  -khtml-border-radius:0;  -moz-border-radius:0;
	padding:5px 0 5px 25px;
}
#cart .fa.fa-shopping-cart{ font-size:0px;}
#cart.open > .btn , #cart > .btn:hover{
	background: url(../image/megnor/cart.png) no-repeat scroll left -42px transparent;
	box-shadow: none;  -moz-box-shadow:none; -webkit-box-shadow: none;
	text-shadow: none;
	 color: #E64B46;
    transition-duration: 300ms;
	-webkit-transition:300ms;
-moz-transition: 300ms;
-ms-transition: 300ms;
-o-transition:300ms;
}
#cart .dropdown-menu {
	background: #fff;
	z-index: 1001;
}
#cart .dropdown-menu {
	width: 350px;
	padding:8px;
}
#cart .button-container {  
    width: auto;
	float:right;
}
#cart .dropdown-menu table {
	border:none;
	margin-bottom: 10px;
}
#cart .dropdown-menu table td{ border-bottom: 1px solid #E1D3C8;    border-top: medium none;background:none;}
#cart .dropdown-menu li > div {	}
#cart .dropdown-menu li p {	padding:10px; margin:0px;}
#cart .btn .fa-caret-down:before { padding:6px 0 0 3px; color:#777777;}
#cart .dropdown-menu .table-bordered tbody tr td {  border: medium none;    padding: 2px;}
#cart.open > .btn .fa-caret-down:before {
    content: "\f0d8";
    font-family: "FontAwesome";
}
/* menu */

.nav-responsive { display:none;}
.responsive-menu,
.main-menu {
	background: #E64B46;  /* Old browsers */
  background: -moz-linear-gradient(top, #e64b46 0%, #c91611 100%);  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e64b46), color-stop(100%, #c91611));  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e64b46 0%, #c91611 100%);  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e64b46 0%, #c91611 100%);  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e64b46 0%, #c91611 100%);  /* IE10+ */
  background: linear-gradient(to bottom, #e64b46 0%, #c91611 100%);  /* W3C */
	
	
	height: 42px;
	margin:10px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-khtml-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	padding: 0px 0px; 
	/*overflow:hidden; HIDE CATEGORIES THOSE ARE OUT OF MANU.  */	  
}
 
.main-menu ul {
	list-style: none;
	margin: 0;
	padding: 0; 
}
.main-menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;
	background:url(../image/megnor/nav_spacer.gif) no-repeat scroll right center transparent;
}
.main-menu ul li:last-child {
    background: none;
}
.main-menu > ul > li:hover {
} 
 
 .nav-responsive span,
.main-menu > ul > li > a {
	font-size: 19px;
	color: #fff;
	display: block;
	padding: 10px 18px;
	margin-bottom: 0px;
	z-index: 6;
	position: relative;
	line-height:22px;
	font-family:"Homenaje",verdana,Helvetica,sans-serif;
	text-transform:uppercase;
	-webkit-border-radius:5px 0 0;
	-moz-border-radius:5px 0 0;
	-khtml-border-radius:5px 0 0;
	border-radius:5px 0 0;
}
.main-menu a:hover { text-decoration:none}

.main-menu > ul > li:hover > a {
	background: #D51913;  /* Old browsers */
  background: -moz-linear-gradient(top, #d51913 0%, #970500 100%);  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d51913), color-stop(100%, #970500));  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d51913 0%, #970500 100%);  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d51913 0%, #970500 100%);  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d51913 0%, #970500 100%);  /* IE10+ */
  background: linear-gradient(to bottom, #d51913 0%, #970500 100%);  /* W3C */
	
}
.main-menu > ul > li > ul , .responsive-menu .main-navigation{
	display: none;
	background: #E2D4C9;
	position: absolute;	
	z-index: 5;
	padding: 5px 0;	
} 
.main-menu > ul > li:hover > ul {
	display: block;
} 
.main-menu > ul > li ul > li > ul {
	display: none;
	background: #E2D4C9;
	position: absolute;	
	z-index: 5;
	padding: 5px 0;	
	margin-left:-13px;
}
.main-menu > ul > li ul > li:hover > ul {
	display: block;
	 top: 0px;
    left: 173px;
}

.main-menu > ul > li > ul > ul {
	/*display: table-cell;*/
}
.main-menu > ul > li ul + ul {
	/*padding-left: 20px;*/
}
.main-menu > ul > li ul > li > a , .responsive-menu .main-navigation li a{	
	color: #777777;
    font: 14px/20px "Droid Sans",sans-serif;
    padding: 4px 8px;
	display: block;
	white-space: nowrap; 
}

.main-menu > ul > li ul > li > a{min-width: 160px;}
.main-menu > ul > li ul > li > a:hover  , .responsive-menu .main-navigation li a:hover  {
	color:#E64B46;
}
.main-menu > ul > li ul > li > a.activSub:after {	
	 content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    right: 8px;
    top: 5px;
}
.main-menu > ul > li > ul > ul > li > a {
	color: #FFFFFF;
} 

.main-menu > ul > li ul > li:first-child {
    border: medium none !important;
}
.main-menu > ul > li ul > li {
    border-top: 1px solid #FFFFFF;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0; -webkit-border-radius:0px;  -khtml-border-radius:0px;  -moz-border-radius:0px;
		color: #fff;
	}
}

/* 1-col layout */

#column-left{
	width:24%;	
}
#column-right{
	width:24%;	
}
.layout-1 #content{
}

/* 2-col layout */

.layout-2.left-col #column-left{
	width:24%;
	padding:0 10px 0 15px;
}
.layout-2.right-col #column-right{
	width:24%;
	padding:0 15px 0 10px;
}
.layout-2 #content{
	width:76%;
}
.layout-2.left-col #content {
	padding:0 15px 0 0;
	   	
}
.layout-2.right-col #content {  
	padding:0 0 0 15px;
}

/* 3-col layout */
.layout-3 #column-left{	
	width:24%;
	padding:0 10px 0 15px;
}
.layout-3 #column-right{			
	width:24%;
	padding:0 15px 0 10px;
}
.layout-3 #content{		
	width:52%;
	padding:0px;
}
/* content */
#content {
	min-height: 600px;
	margin-bottom:20px;
}
/* footer */
footer {}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #777777;
}

footer a:hover {
	color: #E64B46;
}
footer h5 {
	position:relative;
	background:url(../image/megnor/head_arrow.png) no-repeat scroll left center transparent;
    color: #E64B46;
    font: 20px/22px "Homenaje",verdana,Helvetica,sans-serif;
    margin: 0 0 13px;
    padding-left: 18px;
    text-transform: uppercase;
}
#footer .column {
    float: left;
    width: 22%;
	margin:10px 15px 0 0;
}
#footer .column ul {
    list-style: none outside none;
	margin:0 0 10px;
	padding:0px;
}
#footer .column ul li{ padding:3px 0; border-bottom:1px dotted #E1D3C8;}
#footer .column ul li:last-child{ border-bottom:none;}

.copy-right {
    border-top: 1px solid #E1D3C8;
    padding: 0px;
	text-align:center;
	background:#fff;
}

#bottom-footer li{display:inline; padding:0 8px 0 3px; background:url(../image/megnor/pipe.gif) no-repeat scroll right center transparent;}
#bottom-footer li:first-child{
    padding-left: 0;
}
#bottom-footer li.contact{background:none;}

#bottom-footer{ float:left;}
#powered{ float:right;}

#bottom-footer ul {  margin-bottom: 0px;}

.copyright-content.container{ line-height:23px; padding:13px 0 13px;}

#footer #social_block {
    float: left;
    padding: 0 0px;
    width: 25%;
	margin:10px 0 0;
}
 #footer .footer-block {
    margin-top: 10px;
}
#footer #social_block h5{ margin:0 0 5px;}
 #footer #social_block ul {
    clear: both;
    float: left;
}
 #footer .footer-block ul {
    padding:0 0 0 10px;
}
#footer #social_block ul li {
    float: left;
    text-align: center;
    width: 35px;
	height:30px;
	list-style:none;
	border-bottom:none;
	padding:0px;
}
#footer #social_block ul li.facebook a:before {  content: "\f082";}
#footer #social_block ul li.twitter a:before{content: "\f081";}
#footer #social_block ul li.rss a:before{content: "\f143";}
#footer #social_block ul li a:before {
    display: inline-block;
    font-family: "FontAwesome";
    font-weight: normal;
    vertical-align: -5px;
}
#footer #social_block ul li a:hover {  color: #E64B46;}
#footer #social_block ul li a {
    color: #908F8F;
    display: inline-block;
    font-size: 28px;
}
#footer #social_block ul li a span { display: none;}
#footer .block_contact_infos ul li{ border-bottom:none;}
.CMS_left{ clear:both; display:block;}
#footer #social_block .about_us ul li { padding-left:10px; height:auto; width:auto; text-align:left; margin-top:3px;}

#footer .block_contact_infos.column {  width: 25%;}


@media (max-width: 979px) {
#footer .column ul {
    display: none;
}
#footer .column {
    width: 100%;
	margin:0px;
}
#footer #social_block{ margin:0px;}
#footer #social_block .about_us ul li{ padding:8px 8px 0;}
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb { padding:0px;}
.breadcrumb { color:#E64B46;}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {}

.pagination {
	margin: 0;
}
/* buttons */
.buttons {
    display: inline-block;
    margin: 0 0 10px;
    padding: 6px 0;
    width: 100%;
}
.btn {
	padding: 6px 12px;
	font-size: 14px;
	border: 1px solid #cccccc;
	border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	-moz-border-radius:4px; 	
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover, .dropdown-menu.myaccount-menu, #form-currency .dropdown-menu .btn-link{
	font-size: 14px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 14px;
}
.btn-group > .btn-lg {
	font-size: 14px;
}
.btn-default {
  	color: #fff;
    background: #428bca;
    border:1px solid #357ebd;
}
.btn-primary {
	color: #fff;
    background-color: #428bca;
    border:1px solid #357ebd;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	color: #fff;
    background-color: #3276b1;
    border:1px solid #285e8e;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;	
	background: #d9534f;			
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0; -webkit-border-radius:0px;  -khtml-border-radius:0px;  -moz-border-radius:0px;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0,0,0,0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;	
	background: #363636;
	border:none;		
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
@media (max-width: 767px) { 

 }

/* list group */

.box .filterbox { 
    border:none;
    border-image: none;
}
.box .filterbox .list-group .group_name, .filterbox .list-group .group_name {
    border-bottom: 1px solid #E1D3C8;
    color: #777777;
    font-weight: normal;
    padding: 0 0 6px;
    text-transform: capitalize;
	font-weight:bold;
}
.list-group a {
	padding: 5px 10px;
  border-top: 1px dotted #e1d3c8;
  background:url(../image/megnor/arrow.png) no-repeat scroll left 13px transparent;
}
.list-group a:first-child{ border-top:none;}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color:#E64B46
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
	position:relative;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
.product-layout.product-grid, .product-layout.product-list {
    padding: 0;
}
#content .product-grid-list{ margin:0px;}

@media (min-width: 767px) {

}
.product-thumb h4 {
	font-weight: normal;
    font-family: "Homenaje",verdana,Helvetica,sans-serif;
    margin-bottom: 0;
    padding: 0 15px 7px;
	margin-top:9px;
}
.product-thumb h4 a{  color: #E64B46;   font-size: 18px;    margin-bottom: 0;}
.product-thumb .caption {
	padding: 0 0px;
}

@media (max-width: 1050px) {
.product-grid .product-thumb .caption {	
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}

.product-thumb .rating {
	 background: none repeat scroll 0 0 rgba(255, 255, 255, 0.82);
    border-radius: 5px; -webkit-border-radius:5px;  -khtml-border-radius:5px;  -moz-border-radius:5px;
    bottom: 40%;
    left: 0;
    margin: 0 auto;
    padding: 3px 0;
    position: absolute;
    right: 0;
    width: 105px;
	 opacity:0; 	-webkit-opacity:0;	-moz-opacity: 0;	-khtml-opacity: 0;
}
#content .product-carousel .product-block:hover .rating, #content .product-grid .product-block:hover .rating, #content .box-product .product-block:hover .rating
{		
	 opacity:1;	-webkit-opacity:1;	-moz-opacity: 1;	-khtml-opacity: 1;
}
.rating .fa-stack,#review .fa-stack{
	font-size: 8px;
}
.rating .fa-star-o,#review .fa-star-o{
	color: #999;
	font-size: 15px;
}
.rating .fa-star,#review .fa-star{
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o,#review .fa-star + .fa-star-o{
	color: #E64B46;
}
.rating .fa-star, #review .fa-star, .fa-star {
    color: #E64B46;
    font-size: 15px;
}
.rating .fa.fa-star.off, #review .fa.fa-star.off {
    color: #777777;
}
.fa.fa-star.off {
    color: #777777;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	 color: #656565;
    font: 15px/20px "Droid Sans",sans-serif;
	display:inline-block;
	vertical-align:middle;
	 padding-bottom: 9px;
	 margin:0px;
}
.product-thumb .price-new {
	font-weight: 400;
	float:left;
	color: #656565;
}
.product-thumb .price-old {
	color:#FF0000;
	text-decoration: line-through;
	margin-right: 5px;
	float:left;
	font-size:17px;
}
.product-thumb .price-tax {
	color: #999;
    display:block;
    font-size: 12px;
    width: 100%;
	clear:both;
}
.product-thumb .button-group {
	overflow: auto;
}


@media (max-width: 768px) {
.product-list .product-thumb .button-group {
	border-left: none;
}
}
.product-thumb .button-group button,#cart .text-right .addtocart,#cart .text-right .checkout, .btn-primary,.btn-default, .btn-danger,.btn-info {
	width: auto;
	border: none;
	display:inline-block;
	background-color: #E64B46;
	padding: 4px 10px;
	font-weight: normal;
	text-align: center;
	text-transform:capitalize;
	border:1px solid #E64B46;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
    color: #FFFFFF;
    font: 14px/18px "Droid Sans",verdana,Helvetica,sans-serif;
	height:28px;
}
#cart .text-right .addtocart,#cart .text-right .checkout{width:auto;float:left;}
#cart .dropdown-menu .img-thumbnail{width:auto; max-width:none;}
#cart .text-right .addtocart{margin:0 5px 0 0;}
.product-thumb .button-group button + button {
	width:auto;
	border-left: 1px solid #ddd;
	
}

#content .product-carousel .product-block, #content .product-grid .product-block, #content .box-product .product-block

#content .product-carousel .product-block:hover .button-group .addtocart,#content .product-grid .product-block:hover .button-group .addtocart,.btn-primary:hover, .btn-default:hover,.btn-danger:hover,
#content .box-product .product-block:hover .button-group .addtocart, #cart .text-right .addtocart:hover,#cart .text-right .checkout:hover, .product-list .product-thumb .addtocart:hover, .btn-info:hover{
	color: #fff;
	background-color: #777777;
	text-decoration: none;
	cursor: pointer;
	border:1px solid #777777;
}

#content .product-carousel .product-block:hover h4 a,#content .product-grid .product-block:hover h4 a, #content .box-product .product-block:hover h4 a{ color:#777777;}

#content .product-carousel .product-block .button-group .wishlist, #content .product-carousel .product-block .button-group .compare,
#content .box-product .product-block .button-group .wishlist, #content .box-product .product-block .button-group .compare, 
#content .productbox-grid .product-block .button-group .wishlist, #content .productbox-grid .product-block .button-group .compare{ display:none;}


@media (max-width: 1050px) {
.product-thumb .button-group button, .product-thumb .button-group button + button {
}
}
@media (max-width: 767px) {
.product-thumb .button-group button, .product-thumb .button-group button + button {
}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {	
}
.thumbnails {	
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 0px;
	padding: 0px;
	display: block;
	border:none;
}
.image-additional {
}
.thumbnails .image-additional {
	float: left;
}
@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
	#content .product-grid.col-md-2:nth-child(6n+1),
	#content .product-grid.col-md-2:nth-child(6n+1),
	#content .product-grid.col-md-3:nth-child(4n+1),
	#content .product-grid.col-md-4:nth-child(3n+1),
	#content .product-grid.col-md-6:nth-child(2n+1) {
		clear:none;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

#input-captcha, #input-payment-captcha {
    margin-bottom: 10px;
}
.product-info .image {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	display:block;
	margin-bottom: 15px;
	text-align: center;
}
.productpage h3 {margin-bottom: 8px;   margin-top: 0;   border-bottom:1px solid #E1D3C8;}
.product-info .zoomContainer{ z-index:9; } /* It need for ie7 */
.product-info .additional-carousel{ position:relative; margin-left:0px; }
.product-info .image-additional {
	clear: both;
	overflow: hidden;
	padding-left: 20px;
    padding-right: 20px;
	width:312px;	
}
.product-info .image-additional img {}
.product-info .image-additional a {
	display: block;	
}

.product-right .btn-group .wishlist .fa,.product-right .btn-group .compare .fa{margin-right:5px;}
.productpage .product-left{ width:42.5%; padding:0 10px 0 15px;}
.productpage .product-right{ width:57.5%; padding:0px 15px 0 0;}


#content.productpage .description {
    line-height: 22px;
    padding:0 5px 10px;
	margin-bottom:0px;
}
#content.productpage .product_price {
     border-top:1px solid #E1D3C8;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0;
    overflow: auto;
    padding:10px 5px;
}
#content .product_price li {
    display: inline-block;
    padding: 0 !important;
}
#content .product_price .old-price {
    color: #777777;
    display: inline-block;
    font-family: "Droid Sans",sans-serif;
    font-size: 17px;
}
#content .product_price .product-price, #content .product_price .special-price {
    color: #656565;
    font-family: "Droid Sans",sans-serif;
    font-size: 20px;
}
#content .product_price .price-tax {
    color: #999999;
    font-size: 12px;
    font-weight: normal;
}
#content.productpage .product_price .rewardpoint {
    color: #999999;
    display: block;
    font-size: 12px;
    font-weight: normal;
}
#content.productpage .product_price .discount {
    color: #4D4D4D;
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
}
.productpage .product-option{ border-top: 1px solid #E1D3C8; border-bottom:none;}
#content.productpage #product {
    border-bottom: 1px solid #E1D3C8;
    margin-bottom: 0;
    padding: 0 5px;
    z-index: 999;
}

#product .product-qty-cart {
    border-top:1px solid #E1D3C8;
    margin-bottom: 0;
    overflow: hidden;
    padding: 10px 5px;
    z-index: 999;
}
.product-qty-cart #input-quantity {
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    width: auto;
}
.product-qty-cart .btn-group {
    display: block;
    overflow: hidden;
}
.product-qty-cart .btn-group .wishlist, .product-qty-cart .btn-group .compare {
    border: medium none;
    color: #777777;
    font-size: 14px;
    height: auto;
    margin: 10px 0 5px;
    padding:0;
    text-transform: capitalize;
	background:none;
}
.product-qty-cart .btn-group .wishlist:hover, .product-qty-cart .btn-group .compare:hover { color:#E64B46;}
.product-qty-cart .btn-group .wishlist .fa, .product-qty-cart .btn-group .compare .fa{ 
		font: 400 13px/22px "FontAwesome"; 
		height: 16px;
		width: 16px;
}
.product-qty-cart .btn-group .wishlist {
    background:url(../image/megnor/pipe.gif) no-repeat scroll right 7px transparent;
    margin-right: 6px;
    padding-right: 12px;
}
.product-qty-cart .alert-info {
    background: none;
    border: medium none;
    color: #999999;
    font-size: 11px;
    margin: 0;
    padding: 4px 0 0;
}
.productpage .addthis_toolbox {
    padding: 10px 0;
}
.productpage .rating-wrapper{ margin: 10px 0 0;}

/* Megnor www.templatemela.com - Start */

/* box */  
.box {
	margin-bottom:12px;
}

#column-left .box, #column-right .box  { 
	background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px; -webkit-border-radius:5px;  -khtml-border-radius:5px;  -moz-border-radius:5px;
    box-shadow: 0 0 4px #DECABB;
    padding: 3px;
	-moz-box-shadow: 0 0 4px #DECABB; -webkit-box-shadow:0 0 4px #DECABB;
}


.box .box-heading {
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;	
	
	 background:url(../image/megnor/head_arrow.png) no-repeat scroll left center transparent;
    color: #E64B46;
    font: 20px/22px "Homenaje",verdana,Helvetica,sans-serif;
    margin: 0 0 2px 5px;
    padding: 5px 11px 4px 18px;
    text-transform: uppercase;
}

.box .box-content {
	background:url(../image/megnor/left-shado.png) no-repeat scroll left top #F8EFE8;
    border: 1px solid #E1D3C8;
    margin: 5px 0 0;
    padding: 5px 8px;
	 
}

#content .box .box-heading {
	background: url(../image/megnor/head_arrow.png) no-repeat scroll left center transparent;
    color: #E64B46;
    font: 20px/22px "Homenaje",verdana,Helvetica,sans-serif;
    margin: 0 0 5px;
    padding: 5px 0 5px 18px;
    text-transform: uppercase;
}
#content .box .box-content {
	background: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	border:none;
	padding:0px 0;
	margin:0px;
 
}

.box .box-content ul , #content .content ul { 
	padding:0px;
	margin:0px;
	list-style:none;
}
.box .box-content ul li , #content .content ul li {
	line-height:22px;
	padding:0px 0;
	border:none;
}
.box .box-content ul li a , #content .content ul li a{
	 background: url(../image/megnor/arrow.png) no-repeat scroll left 13px transparent;
    border-bottom: 1px dotted #E1D3C8;
    color: #777777;
    display: block;
    font-size: 14px;
    line-height: 30px;
    padding: 1px 10px 0;
}

.box .box-content ul li a + a , .box .box-content ul li a + a:hover{ background:none; padding-left:0; }
.box .box-content ul li a:hover , #content .content ul li a:hover{
	background-position: left -30px;
    color: #E64B46;
}

.box .box-content ul ul{
	margin-left:15px;
}



/* Product Grid Start */
/*.product-grid-list { }*/
#content .box-product/*,
.product-grid-list ul*/{ 
	list-style-type: none;
	position:relative;
	width: 100%;
	padding:0px;
	margin:0px;
	list-style: none;
	overflow: hidden;
}

/*.product-grid-list ul li,*/
#content .box-product .product-items { 
	margin-bottom: 14px;
	padding: 0;
	margin:0;
	position:relative;
	overflow: hidden;
}

.product-grid li,
#content .box-product .product-items,
#content .product-carousel .slider-item {
	width:198px;
	float:left;
	display: inline-block;
}
 
.ie7 .product-grid li{ width:192px !important; }
#content .image-additional .slider-item{	
	display: inline-block;
    float: left;
}

#content .image-additional .slider-item .product-block{	
	margin:4px 5px; 
	background:#fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	clear:both;
	overflow:hidden;
	border:1px solid #E1D3C8;
}

#content .image-additional .slider-item .product-block:hover {   box-shadow: none !important; -webkit-box-shadow: none !important; -moz-box-shadow: none !important; }	
.product-block-inner {position: relative;}

.grid_default_width { width:190px;}
.featured_default_width{ width:190px;}
.module_default_width{ width:190px;}
.latest_default_width{ width:190px;}
.special_default_width{ width:190px;}
.related_default_width{ width:190px;}
.bestseller_default_width{ width:190px;}
.additional_default_width{ width:75px;}
.banners-slider-carousel .product-block-inner{text-align:center;}

#content .product-carousel .product-block,
#content .product-grid  .product-block,
#content .box-product .product-block{ 
	margin:0px; 
	background:none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius:5px;
	border-radius: 5px;
	clear:both;
	overflow:hidden;
	border:none;
}

#content .product-carousel .product-block:hover,
#content .product-grid .product-block:hover,
#content .box-product .product-block:hover {
	overflow:hidden;
	clear:both;
}

.ie7 #content .product-carousel .product-block,
/*.ie7 #content .product-grid-list .product-block,*/
.ie7 #content .box-product .product-block {border:1px solid #ddd;}

.ie7 #content .product-carousel .product-block:hover,
/*.ie7 #content .product-grid-list .product-block:hover,*/
.ie7 #content .box-product .product-block:hover {border:1px solid #ddd;}


.product-grid .product-thumb .desc,.productbox-grid .product-thumb .price-tax,.product-carousel .product-thumb .price-tax{display:none;}
.product-list .product-details{overflow:hidden;}

#content .product-carousel .product-block-inner,
#content .product-grid .product-block-inner,
#content .box-product .product-block-inner{ padding:5px 6px 15px; text-align:center; overflow:hidden; position:relative; margin:0;}



#content .product-carousel .product-block .image,
#content .product-grid  .product-block .image,
#content .box-product .product-block .image{
	 background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius:5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); -webkit-box-shadow:0 0 3px rgba(0, 0, 0, 0.2);
    margin-bottom: 13px;
    padding: 6px;
    position: relative;
}


.banners-slider-carousel {
    margin-bottom: 15px;
    position: relative;
    width: 100%;
}

.sale{	
    background: #EFE2DA;
    border: 2px solid #F8EFE8;
    border-radius: 50%; -webkit-border-radius:50%;  -khtml-border-radius:50%;  -moz-border-radius:50%;
    box-shadow: 0 0 4px #DECABB; -moz-box-shadow: 0 0 4px #DECABB; -webkit-box-shadow:0 0 4px #DECABB;
    color: #E64B46;
    display: block;
    font: 12px/12px "Droid Sans",verdana,Helvetica,sans-serif;
    padding: 13px 8px;
    position: absolute;
    right: 3px;
    text-align: center;
    text-transform: capitalize;
    z-index: 1;
	top:3px;
}
.product-list .sale{ right:auto; left:-3px; top:-3px;}

#content .product-carousel .product-block:hover .sale, #content .product-grid .product-block:hover .sale, #content .box-product .product-block:hover .sale,
#content .product-carousel .product-block:hover .image, #content .product-grid .product-block:hover .image, #content .box-product .product-block:hover .image{ 
box-shadow: 0 0 3px rgba(0, 0, 0, 0.64);  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.64); -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.64);}

.product-layout.product-grid .product-thumb .price-tax ,.product-layout.product-grid .product-thumb .product-details .rating ,.product-list .product-thumb .image .rating,
#content .product-carousel .product-block .product-details .rating, #content .box-product .product-block .product-details .rating, #column-left .box-product .image .rating, #column-right .box-product .image .rating{ display:none;}

.product-thumb .button-group .wishlist, .product-thumb .button-group .compare {
    border: medium none;
    color: #777777;
    height: auto;
	background: rgba(255, 255, 255, 0.82);
    border-radius: 50%; -webkit-border-radius:50%;  -khtml-border-radius:50%;  -moz-border-radius:50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16); -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16); -webkit-box-shadow:0 2px 8px rgba(0, 0, 0, 0.16);
    padding: 9px 12px;
	margin:2px;
}
.product-thumb .grid_btn  .wishlist{} 
.product-layout.product-grid .button-group.grid_btn {
    bottom: 45px;
    position: absolute;
    text-align: center;
    width: 93%;
	display:none;
}


.product-thumb .button-group  .wishlist:hover, .product-thumb .button-group  .compare:hover{ color:#E64B46;}
#content .product-grid-list .product-grid .product-block:hover .grid_btn{ display:block;}

.product-list .product-thumb .grid_btn, .product-grid .product-thumb .list_btn{ display:none;}
.product-list .product-thumb .button-group .wishlist{ margin-right:10px;}

.product-list .product-thumb .button-group {}
.product-list .product-thumb .price{ float:left; margin-right:10px;}
.product-list .product-thumb .button-group.list_btn{ display:block; width:100%;}

.product-list .product-block{
	 background:#FFFFFF;
    border-radius: 5px; -webkit-border-radius:5px;  -khtml-border-radius:5px;  -moz-border-radius:5px;
    box-shadow: 0 0 4px #DECABB;  -moz-box-shadow: 0 0 4px #DECABB; -webkit-box-shadow:0 0 4px #DECABB;
    margin-bottom: 15px;
    padding: 10px;
}
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px 0 0;
}
.product-list .product-thumb h4 a{ font-size:18px; font-family :'Droid Sans',verdana,Helvetica,sans-serif;}
.product-list .product-thumb h4{  margin-top: 0px;    padding: 0 0 5px;}
.product-list .product-thumb .button-group.cart_btn{ padding:5px 0;}

.product-list .product-thumb .product-details .rating, #column-left .box-product .rating, #column-right .box-product .rating
{
	 background:none;
    border-radius: 0px; -webkit-border-radius:0px;  -khtml-border-radius:0px;  -moz-border-radius:0px;
    bottom:auto;
    left:auto;
    margin: 0 auto;
    padding:0 0 10px;
    position: relative;
    right: auto;
    width:auto;
	opacity:1;	-webkit-opacity:1;	-moz-opacity: 1;	-khtml-opacity: 1;
}
	
/* box products for Left Column and Right Column */
#column-left .box-product,
#column-right .box-product {
	width: 100%;
	overflow: hidden;
}
#column-left .box-product > div,
#column-right .box-product > div  {
	display:block;
	vertical-align: top;
	margin-right:0px;
	margin-bottom: 0px;	
	width:100%;
}

#column-left .box .box-content div.product-items:last-child > div, #column-right .box .box-content div.product-items:last-child > div,
#column-left .box .box-content div.slider-item:last-child > div, #column-right .box .box-content div.slider-item:last-child > div {
    border: 0 none;
}

#column-left .box-product .image,
#column-right .box-product .image {
	display: block;
	margin-bottom: 0px;
	float:left;
	margin-right:7px;
	border:1px solid #E1D3C8;
}
#column-left .product-items .product-details,
#column-right .product-items .product-details{
	float:left;
	width:65%; /* specify width as per your requirement */
	
}
#column-left .product-thumb .caption,
#column-right .product-thumb .caption{
	padding:0;
}


#column-left .box-product .product-thumb h4, #column-right .box-product .product-thumb h4 {font-weight:normal; margin: 0px; font-family:Droid Sans,verdana,Helvetica,sans-serif; padding:0px;}
#column-left .box-product .product-thumb h4 a, #column-right .box-product .product-thumb h4 a{ font-size:14px;}
#column-left .box-product .product-thumb h4 a:hover, #column-right .box-product .product-thumb h4 a:hover, .product-list .product-thumb h4 a:hover{ color:#777777;}
#column-left .box-product .name,
#column-right .box-product .name {
	display: block;
}
#column-left .box-product .cart,
#column-right .box-product .cart {
	display: block;
}
#column-left .box-product .cart .button,
#column-right .box-product .cart .button{
	padding:0; 
	background:none;
	box-shadow:none;   -moz-box-shadow:none; -webkit-box-shadow:none;
	height:auto;
	font-weight:normal;
	border-radius:0; -webkit-border-radius:0px;  -khtml-border-radius:0px;  -moz-border-radius:0px;
	color:#555;
	display:block;
	text-align:left;
}
#column-left .box-product .cart .button:hover,
#column-right .box-product .cart .button:hover {text-decoration:underline;}
#column-left .box-product .image img,
#column-right .box-product .image img { width:55px;}

#column-left .box-product .rating,
#column-right .box-product .rating,
#column-left .box-product .name,
#column-right .box-product .name,
#column-left .box-product .cart,
#column-right .box-product .cart {margin-bottom:0px; }

#column-left .box-product .price,
#column-right .box-product .price{ padding:0px;}

#column-left .box .box-content, #column-right .box .box-content,
#column-left .box .filterbox, #column-right .box .filterbox
{margin-bottom:0px;}

#column-left .box-product .rating,
#column-right .box-product .rating {
	display: block;
	margin-bottom: 0px;
	padding:0px;
}
#column-left .product-thumb, #column-right .product-thumb {
	border-bottom:1px dotted #E1D3C8;
	margin-bottom:0px;
	padding:10px 0;
}
#column-left .sale, #column-left .price-tax, #column-left .wishlist , #column-left .compare,
#column-right .sale, #column-right .price-tax, #column-right .wishlist , #column-right .compare {display:none !important;}
#column-left .product-thumb .button-group button, #column-right .product-thumb .button-group button  {   
	background: none repeat scroll 0 0 transparent;
    padding: 0;
    width: auto;
	line-height: 22px;
	border:none;
	color:#777777;
}	
#column-left .product-thumb .button-group button:hover, #column-right .product-thumb .button-group button:hover{ text-decoration:underline;}
#column-left .product-thumb .button-group, #column-right .product-thumb .button-group {background:none; border:none; }

.top_button {
	background: url("../image/megnor/top_arrow.png") no-repeat scroll 0 0 transparent;
	height: 45px;
	width: 45px;
	right: 8px;
	bottom: 1px;
	display: none;
	position: fixed;
	z-index: 95;
	font-size:0;
   
}
#content ul.list-unstyled {  
    margin-bottom: 10px;
    overflow: auto;
    padding: 10px;
}
#content ul.list-unstyled li {
    line-height: 22px;
    padding: 4px 0;
}
.manufacturer-list {
    border:1px solid #EEE1D9;
    margin-bottom: 20px;
    padding: 5px;
	background:#fff;
}
.manufacturer-heading {
    background:#F0E6DF;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 6px;
    padding: 5px 8px;
}
.manufacturer-content {
    padding: 8px;
}
.manufacturer-list ul {
    float: left;
    list-style: outside none none;
    margin: 0 0 10px;
    padding: 0;
    width: 25%;
}

.category_filter .sort .form-control {cursor:pointer;}
.productpage .box {margin-top:20px;}
product_tab{ margin-top:20px;}
.tab-content {
    border:none;
    padding: 10px;
	overflow:hidden;
	border:3px solid #fff;
	 box-shadow: 0 0 4px #DECABB;  -moz-box-shadow: 0 0 4px #DECABB; -webkit-box-shadow:0 0 4px #DECABB;
	 border-radius: 5px; -webkit-border-radius:5px;  -khtml-border-radius:5px;  -moz-border-radius:5px;
}
.col-sm-4.total_amount { margin-top: 70px;}
.product-tag{margin:5px 0;}
#content .aboutus {
    clear: both;
}
.image1 {
    background: url("../image/megnor/cms-sprite.png") no-repeat scroll 7px -165px;
    float: left;
    height: 50px;
    width: 60px;
}

.image2 {
    background: url("../image/megnor/cms-sprite.png") no-repeat scroll 7px -105px;
    float: left;
    height: 50px;
    width: 60px;
}

.image3 {
    background: url("../image/megnor/cms-sprite.png") no-repeat scroll 7px -52px;
    float: left;
    height: 50px;
    width: 60px;
}
.image4 {
    background: url("../image/megnor/cms-sprite.png") no-repeat scroll 7px 6px;
    float: left;
    height: 50px;
    width: 60px;
}
.aboutus h2{clear:both;font-size:20px;}
.about-content{overflow:hidden; margin-bottom:15px;}
.information-information .right, .modal-body .right{float:right;}

.category_filter #grid-view,.category_filter #list-view{background:none; border:none; color:#C7C7CD; height:28px; width:30px;}
.category_filter #grid-view:hover,.category_filter #list-view:hover,.category_filter #grid-view.active,.category_filter #list-view.active{color:#E64B46;}
.category_filter #grid-view:hover .fa,.category_filter #list-view:hover .fa{color:#F8CECD;}
.category_filter #grid-view .fa, .category_filter #list-view .fa{ font-size:21px;}
.category_filter .btn-list-grid{float:left;width:auto;padding:3px 0 0;}
.compare-total {float: left; margin: 5px 10px 0;}
.pagination-right { float: right;margin:2px 0 0; width: auto;}
.category_filter .sort-by {float: left;margin: 3px 4px 0; width: auto;padding:0;}
.category_filter .show {float: left; margin: 3px 4px 0;padding:0;}
.category_filter .sort { float: left; width: 150px;padding:0;}
.category_filter .limit {float: right; width: 100px;padding:0;}
.sort-by-wrapper,.show-wrapper{
    float: left;
}
.category_filter .sort-by label, .category_filter .show label{ font-weight:normal;}
.category_filter .list.active,.category_filter .grid.active{background:#428bca;}
.category_thumb .category_img, .category_thumb .category_description {
    float: left;
    width: 100%;
	margin-top:5px;
}
.category_img .img-thumbnail{ margin-bottom:3px;}
.category_list ul {
    padding: 0;
	display:inline-block;
	margin:0;
}
.refine-search ul{padding:0;}
.refine-search ul li{list-style:none;}
.category_list li a {      
    color: #777;
    display: block;
    padding: 3px 8px;
	border:1px solid #E1D3C8;
	background:none;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
}
.category_list li a:hover {
    color: #E64B46;
}
.category_list li {
    float: left;
    list-style: outside none none;
    margin: 0 7px 7px 0;
}
.category_filter,.pagination-wrapper {
    border:3px solid #FFFFFF;
    display: inline-block;
    margin: 0 0 10px;
    padding: 2px 8px;
    width: 100%;
	box-shadow: 0 0 4px #DECABB;  -moz-box-shadow: 0 0 4px #DECABB; -webkit-box-shadow:0 0 4px #DECABB;
	 border-radius: 5px; -webkit-border-radius:5px;  -khtml-border-radius:5px;  -moz-border-radius:5px;
}
.pagination-wrapper .page-link {
    float: right;
    padding: 2px 0;
    width: auto;
}
.pagination-wrapper .page-result
 {
    float: left;
    padding: 0;
    width: auto;
	margin: 5px 0 0;
}
.contact-info .left {
    float: left;   
    width: 50%;	
}
.contact-info .right {
    float: right;
    width: 50%;
}
.row.contact-info {
    padding: 0 15px;
}
.information-contact .panel-body{padding:30px;overflow:auto;}
.contact-info{color:#666;}
.contact-info .address-detail strong {
    background: url("../image/megnor/cms-sprite.png") no-repeat scroll -6px -233px transparent;
   	padding: 5px 0 0 35px;
	height:28px;
	margin:10px 0 0;
	float:left;
	clear:both;
}
.contact-info .address-detail,.contact-info .telephone,.contact-info .fax{float:left;width:100%;}
.contact-info .telephone strong{
    background: url("../image/megnor/cms-sprite.png") no-repeat scroll -5px -314px transparent;
    padding: 5px 0 0 35px;
	margin:10px 0 0;
	height:28px;
	float:left;
	clear:both;
}
.contact-info .fax strong{
    background: url("../image/megnor/cms-sprite.png") no-repeat scroll -5px -271px transparent;
    padding: 5px 0 0 35px;
	height:28px;
	margin:10px 0 0;
	float:left;
	clear:both;
}
.contact-info address {
    display: inline-block;
    margin: 0 0 0 36px;
	float:left;
	clear:both;
}
#spinner {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9;
	background: url("../image/megnor/ajax-loader.gif") 50% 50% no-repeat #fff;
}
.main-slider {
    position: relative;
}
.information-sitemap .sitge-map ul{padding:0 0 0 20px;}
.forget-password {margin: 5px 0 0;}
.product-compare .btn-primary{margin:5px 0 5px;}
.productpage .write-review,.productpage .review-count{margin: 0 10px;}

.checkout-cart .hasCustomSelect{width: 95% !important;}

.page-title{
	padding:0 0 10px;
	border-bottom:1px solid #eeeeee;
}
.page-title,.refine-search,.product-title,.product-option{
	background: url(../image/megnor/head_arrow.png) no-repeat scroll left center transparent;
    color: #E64B46;
    font: 20px/22px "Homenaje",verdana,Helvetica,sans-serif;
    margin: 0 0 5px;
    overflow: hidden;
    padding: 5px 0 5px 18px;
    text-transform: uppercase;
}

.account-address .table>tbody>tr>td{vertical-align:middle; padding:13px;}
.account-address .btn-info{margin:2px 0;}

.affiliate-account .btn-primary .list-group-item,.affiliate-account .btn-primary .list-group-item:hover{padding:0; background:none; color:#fff;}
#content .affiliate-logout { border: 1px solid #eeeeee; padding: 10px;}


.shopping-cart .img-thumbnail{max-width:none;}
#accordion label.col-sm-2.control-label{margin:7px 0 0; padding:0 15px 0 0;}
#accordion #collapse-shipping label.col-sm-2.control-label{padding:0 15px;}
.checkout-checkout #accordion label.col-sm-2.control-label{padding-left:15px;}
.checkout-cart .input-group-btn:last-child > .btn, .checkout-cart .input-group-btn:last-child > .btn-group{margin-left:5px; font-size:14px; border-radius: 5px; -webkit-border-radius:5px;  -khtml-border-radius:5px;  -moz-border-radius:5px;}

.col-sm-3.search_subcategory {width: auto; margin-top:7px;}

#button-search{float:right;}
.product-search h2{clear:both;}

#column-left .single-banner, #column-right .single-banner{ margin-bottom:12px;}


.owl-carousel .owl-buttons .owl-prev {	
    background:url(../image/megnor/gray_prev.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: none;
    height: 33px;
    left: 15px;
    position: absolute;
    top: 0;
    width: 33px;
    z-index: 9;
	bottom:0px;
	margin:auto 0px;
}

.owl-carousel .owl-buttons .owl-next {
	 background:url(../image/megnor/gray_next.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: none;
    height: 33px;
    position: absolute;
    right: 15px;
    top: 0;
    width: 33px;
    z-index:9;
	bottom:0px;
	margin:auto 0px;
}
.owl-carousel .owl-buttons .owl-prev:hover, .owl-carousel .owl-buttons .owl-next:hover { background-position:0 -46px;}

.tm_subbanner .Subbanner1 {  margin-right: 10px; float:left;}
.tm_subbanner .Subbanner2 {    float:right;}

#tab-description p { text-align: justify;}
#tab-specification .table thead td, #tab-specification .table thead tr td:first-child {
    background:#fff;
    color: #555555;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}
#tab-specification .table tbody tr td:first-child {
    border-right:1px solid #E1D3C8;
    color: #555555;
    font-weight: bold;
    text-align: left;
    width: 20%;
}
#tab-review .form-group.required label {
    font-weight: bold;
    margin-bottom: 0;
    width: auto;
}
#tab-review .form-group.required .col-sm-10{ width:100%;}
#accordion .panel-title > a {
    color: inherit;
    display: inline-block;
    width: 100%;	
}
#accordion .panel-title{padding:8px;}
#accordion .panel-heading .fa.fa-caret-down {float: right; margin-top:4px;}
#accordion .col-sm-10 {width: 75%;}
#accordion .form-horizontal .control-label {text-align:left;}

.table-responsive thead td, #collapse-checkout-confirm thead td, .account-order-info thead td, .shopping-cart thead td, .account-wishlist thead td, .account-order-info thead td, 
.account-return-info thead td, .product-compare thead td, .product-compare thead tr td:first-child , .account-return thead td{
    background-color:#EDE1D8;
    color: #777777;
}
.account-wishlist .text-center img, .checkout-cart .text-center img, .cart-menu .text-center img {
    border: 1px solid #E1D3C8;
}
.checkout-cart .input-group.btn-block .form-control {
    border-radius: 5px; -webkit-border-radius:5px;  -khtml-border-radius:5px;  -moz-border-radius:5px;
    height: 30px;
    padding: 6px 5px;
    text-align: center;
    width: 40px;
}
.table.table-bordered .input-group-btn {   float: left;}
#accordion .col-sm-2, .form-horizontal .control-label{ width:25%;}
#accordion .col-sm-10, .form-horizontal .col-sm-10 {    width: 75%;}
#content #collapse-checkout-option label, #collapse-checkout-confirm thead td, .product-manufacturer #content p a,
.affiliate-login .well .control-label, .account-login .well .control-label {font-weight: bold;}

.account-register fieldset, .account-edit fieldset, .account-password fieldset, .account-address-edit fieldset, .returnform fieldset, .account-download #content p, .account-return #content p, .account-newsletter fieldset,
.account-recurring #content p, .affiliate-register fieldset, .affiliate-forgotten fieldset, .affiliate-edit fieldset, .affiliate-password fieldset, .affiliate-payment fieldset, .information-contact fieldset,
.product-search fieldset, .account-forgotten fieldset, .account-address #content .table-bordered, .account-address-delete #content .table-bordered, .account-account #content .list-unstyled,
.affiliate-account #content .list-unstyled, .affiliate-tracking #content .form-horizontal, #content .content {
    border:1px solid #E1D3C8;
    margin-bottom: 20px;
    padding: 10px;
	border-radius: 5px; -webkit-border-radius:5px;  -khtml-border-radius:5px;  -moz-border-radius:5px;
}
.account-wishlist .price s { color: #DF0505;}
.account-order-info #content td, .account-return-info #contenttd {   border-right:1px solid #E1D3C8;}
.input-group.date #input-date-ordered {  border-radius: 5px 0 0 5px; -webkit-border-radius:5px 0 0 5px;  -khtml-border-radius:5px 0 0 5px;  -moz-border-radius:5px 0 0 5px;}
.product-search .control-label { font-weight: bold;    margin-bottom: 0;}
.search_area {  margin-bottom: 20px;}
.product-search .sort_cetegory {    width: 30%;}
.product-compare #content .table-bordered tbody tr td:first-child {
    border-left: medium none;
    font-weight: bold;
    text-align: right;
}
.product-compare #content .table-bordered tbody tr td:first-child {
    border-right:1px solid #E1D3C8;
}
.product-compare #content .table-bordered tbody tr td {
    border-left:1px solid #E1D3C8;
    color: #777777;
    text-align: center;
}


@media (max-width: 1050px) {
	.product-info .image-additional { width: 100%;}
	#column-left .product-thumb .price-old, #column-right .product-thumb .price-old  {margin-left:0;}
	#column-left .fa-shopping-cart:before, #column-right .fa-shopping-cart:before  {display:none;}
	#column-left .hidden-xs, #column-left .hidden-sm, #column-left .hidden-md {display:block !important; text-transform: capitalize; font-weight:normal;   margin-top: -25px;}
	.col-sm-4.total_amount { margin-top: 88px;}
	.tm_subbanner img{ width:100%;}
	.tm_subbanner .Subbanner1, .tm_subbanner .Subbanner2{ width:49.3%;}
	#footer #social_block .about_us ul{ padding:0px;}
}
@media only screen and (min-width: 768px) and (max-width: 980px){
	.layout-2.left-col #column-left,.layout-2.right-col #column-right{width:25%;}
	.layout-2 #content{width:75%;}
	#column-left .product-items .product-details, #column-right .product-items .product-details { width:65%;}
}
@media (max-width: 979px) {
	#column-left .box-product .image,
	#column-right .box-product .image {margin-right:3px;}
	.col-md-4.btn-list-grid {margin-bottom: 10px;}	
	.pagination-right {
		clear: both;
		float: left;
		margin: 5px 0;   
	}
	.product-compare .table-bordered{
		width:100%;
		float:left;
		overflow:auto;
		display:inline;
	}
	#accordion .form-horizontal .control-label{width:100%;}
	.tm_subbanner .Subbanner1, .tm_subbanner .Subbanner2{ width:49%;}
	#column-left .product-items .product-details, #column-right .product-items .product-details{ width:54%;}
	#powered, #bottom-footer{ width:100%; text-align:center;}
	#footer .block_contact_infos.column, #footer #social_block{ width:100%; padding:0 15px;}
	.header-left{ width:540px;}
	#search .input-lg{ width:180px;}
	#search{margin-top:47px;}
	#cart{ margin:47px 0px 0;}
	.fa-stack{ width:10px;}
	.fa-stack .fa{ font-size:13px;}
	
	.product-search .sort_cetegory{ width:45%;}
	#accordion .col-sm-10, .form-horizontal .col-sm-10 { width: 70%;}
	#accordion .col-sm-2, .form-horizontal .control-label {  width: 30%;}
	.account-wishlist .btn-primary { margin-bottom: 2px;}
	.copyright-content.container{ padding:13px 15px;}
}
@media (max-width: 767px) { 
	.layout-2 #content,.layout-3 #content{width:100%;}
	.product-info .image-additional {width: 100%;} 
	.header-logo,.header-search,.header-cart{display:inline-block;float:none;width:100%;}
	.header-logo{text-align:center;}
	.header-cart{width:100%;display:inline-block;text-align:center;}
	.header-logo > div{display:inline-block;}
	.btn-info {margin-bottom:3px;} 
	#input-search {margin-bottom: 8px;}
	#logo .img-responsive { margin: 0 auto 0px;}
	.col-sm-4.total_amount {margin-top: 20px;}
	#cart{float:none;}	
	#cart .dropdown-menu {right: -89px;width: 350px;}
	.checkout-cart .table.table-bordered .input-group-btn {clear: both; margin: 5px 0 0; float: left;}
	.checkout-cart .btn.btn-danger { margin-top: -2px !important;}
	.button_class {clear:both;}
	.show-wrapper{clear:both;margin:10px 0 0;}
	.category_filter .show {float: left; margin: 8px 10px 0 0;}
	.product-compare .table-bordered{float:left;width:100%;overflow:auto;display:inline;}
	.product-info .image, .product-info .additional-carousel { margin: 0 auto; width: 290px;}
	.addthis_toolbox.addthis_default_style{margin: 10px 0;}
	#content .category_list .filterbox{border:3px solid #FFFFFF;margin:10px 0;    box-shadow: 0 0 4px #DECABB;  -moz-box-shadow: 0 0 4px #DECABB; -webkit-box-shadow:0 0 4px #DECABB;  border-radius: 5px; -webkit-border-radius:5px;  -khtml-border-radius:5px;  -moz-border-radius:5px;}
	.category_list .filterbox .list-group{ background:none; border:none;}
	#content .category_list .filterbox .list-group a{border:none;}
	.checkout-cart .input-group-btn:last-child > .btn, .checkout-cart .input-group-btn:last-child > .btn-group{margin-left:0; margin-right:5px;}
	#top .container, .layout-2 #content, .layout-3 #content, .layout-2.left-col #content, .layout-2.right-col #content{ padding:0 15px;}
	.tm_subbanner .Subbanner1, .tm_subbanner .Subbanner2{ width:48.8%;}
	#content{ overflow:hidden;}
	.header-left, .header-right, #search .input-lg{ width:100%;}
	#search{ margin-top:0px; width:100%;}
	#search .input-group-btn{ width:1%;}
	#cart{ margin:10px 0px 0;}
	#top .container .pull-left { display: inline-block;    float: none;}
	#top .container{ text-align:center;}
	#top .container #top-links{ float:none;}
	#top{ height:auto;}
	#top-links li{ border-radius:5px; -webkit-border-radius:5px;  -khtml-border-radius:5px;  -moz-border-radius:5px;}
	#logo{ margin:10px 0 5px;}
	#form-currency .dropdown-menu, #form-language .language-menu{ z-index:9999; text-align:left;}
	#form-currency .dropdown-menu, #form-language .language-menu, #top-links .myaccount .myaccount-menu{ top:20px;}
	.product-layout.product-grid{ width:50%;}
	.product-layout.product-grid .button-group.grid_btn{ display:block;}
	#content .product-carousel .product-block .rating, #content .product-grid .product-block .rating, #content .box-product .product-block .rating{opacity:1; -khtml-opacity:1; -webkit-opacity:1;-moz-opacity:1;}
	.productpage .product-left, .productpage .product-right{ width:100%; padding:0 15px;}
	.productpage .product-left{ margin-bottom:15px;}
	.product_tab{ padding:0 15px;}
	.checkout-cart #accordion #button-coupon, .checkout-cart #accordion #button-voucher, .checkout-cart #accordion #button-reward { margin-left: 5px;}
	 .form-horizontal .control-label, .form-horizontal .col-sm-10, #accordion .col-sm-2,#accordion .col-sm-10{ width:100%;}
	 .product-search .sort_cetegory{ width:100%;}
	 .owl-carousel  .owl-buttons .owl-prev, .owl-carousel .owl-buttons .owl-next{ display:block; opacity:1; -khtml-opacity:1; -webkit-opacity:1;-moz-opacity:1;}
}
@media only screen and (max-width: 479px) {
	.product-info .image-additional a{float:none; text-align:center; padding: 1px;}
	.table{	
		float: left;
		margin-bottom: 20px;
		overflow: scroll;
		width: 100%;
	}
	.product-layout.product-grid{width:100% !important;}
	.shopping-cart .input-group .form-control{width:100%;padding:0;text-align:center;}
	.account-wishlist .table-bordered{float:left;width:100%;overflow:auto;display:inline;}
	#cart .dropdown-menu table {display: inline-block;}
	.flex-direction-nav a:before {font-size:27px !important;}
	#cart .dropdown-menu {right: -70px;  width: 290px;}
	.dropdown-menu.pull-right {width: 100%;}
	#cart .dropdown-menu li > div {min-width:100%;}	
	.category_filter .limit {float: left;}
	.contact-info .left,.contact-info .right{width:100%;}
	
	.nav-tabs > li{width:100%;}	
	.nav-tabs > li > a{margin:0 0 2px;}
	.productpage .write-review, .productpage .review-count { display: inline-block;margin: 5px 0 0;width: 100%;}
	.pagination-wrapper .page-link{float:left;}
	.pagination-wrapper .page-result{float:left;clear:both;}
	.checkout-cart #content .pull-right {clear: both;float: left; margin: 10px 0;}
	.bootstrap-datetimepicker-widget.dropdown-menu{width:auto;}
	.checkout-cart #accordion .input-group-btn {float: left; margin: 5px 0 0;}
	/*.checkout-cart .input-group-btn:last-child > .btn, .checkout-cart .input-group-btn:last-child > .btn-group{margin:0px;}*/
	.tm_subbanner .Subbanner1, .tm_subbanner .Subbanner2{ width:48%;}
	.header-logo .img-responsive { width: 100%;}
	.product-list .product-details{ float:left; margin-top:7px;}
	.nav-tabs > li > a{ margin-right:0px !important;}
	.nav-tabs{ padding:0 !important;}
	h2, .h2, h1, .h1, .account-order-info h3 { clear:both;}
	.checkout-cart #accordion #button-coupon, .checkout-cart #accordion #button-voucher, .checkout-cart #accordion #button-reward { margin: 0px;}
	
}
@media only screen and (max-width: 319px){
	.product-info .product-image .customNavigation{ width:196px; margin:0 auto; position: relative; } 
	.product-info .additional-carousel {width:196px; margin:0 auto;}
	
	.btn-primary {margin-bottom:2px;}
	.compare-total {clear: both; margin: 8px 10px 10px 0;}
	#cart .dropdown-menu { right: -28px;width: 210px;}
	#cart .dropdown-menu{width:210px;}
	#cart .text-right .checkout{margin:0;}
	.tm_subbanner .Subbanner1, .tm_subbanner .Subbanner2{ width:100%;}
	.tm_subbanner .Subbanner1{ margin:0 0 10px 0;}
	#form-currency .dropdown-menu, #form-language .language-menu{ left:-14px; min-width:120px;}
	.product-list .product-thumb .price{ float:none; padding-bottom:0px;}
	.product-list .product-thumb .image{ float:none; padding:0px;}
	.product-info .image, .product-info .additional-carousel {width: 100%;}
	.product-qty-cart .btn-group .wishlist, .product-qty-cart .btn-group .compare{ clear:both; margin:5px 0;}
	.product-qty-cart .btn-group .wishlist { background: none;    margin-right: 0;    padding-right: 0;}
}

/* Megnor www.templatemela.com - End */