

body {
	 background-attachment: fixed;
    background-image: url("../image/megnor/bg.jpg");
    background-position: 0 0;
    background-repeat: repeat;
    color: #000;
    font-family: Microsoft JhengHei, "Roboto",Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin: 0;
    padding: 0;
  
}
h1,.page-title{
	color: #000;
    font-size: 16px;
    
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: capitalize;

}
h2,.refine-search{
	color: #000;
    font-size: 14px;
    
    margin-bottom: 10px;
    margin-top: 0;
    text-transform: capitalize;
}
:focus{outline:none !important;}


/* default font size */
.fa {
	font-size: 14px;
}
.fa-stack{width:15px;}
.fa-stack .fa{font-size:15px;}
/* Override the bootstrap defaults */


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: 12px;
	
}
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: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	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: #229ac8;
}
/* top */
#top {
	
}
#top .container {
	padding: 0;
	background:none;	
}
#top #currency .currency-select {
	text-align: left;
	width:100%;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #000;
	background:none;
}

#currency .dropdown-menu { padding: 8px;}

#language .dropdown-menu > li > a {padding: 2px 4px;}
#currency .dropdown-menu .btn { padding: 2px !important;}

#top .btn-link, #top-links li, #top-links a,#language .dropdown-menu > li > a {
	color: #FFFFFF;	
	text-decoration: none;
}
#top-links li{padding:0;}
#top-links a .fa{padding:5px 5px;}
#top .btn-link:hover, #top-links a:hover {
	color: #f6b172;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover,#top-links .dropdown-menu a:focus {
	color: #fff;
}
#top .btn-link strong {
	font-size: 14px;
	
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
#top .fa-caret-down{vertical-align:text-bottom;}
#top #currency .btn-link{padding:8px 5px;}
#top #currency .currency-menu .btn-link,#top #language .language-menu a{color:#3c0000;font-size:14px;}
#top #currency .currency-menu .btn-link:hover{color:#bf311a;}
#top #language .btn-link {
padding: 8px 5px 8px 0;
}
#currency .top_downarrow, #language .top_downarrow{
	background: url("../image/megnor/arrow-down.png") no-repeat scroll right 7px rgba(0, 0, 0, 0);
    cursor: pointer;
    padding-right: 15px;
}
#currency.active .top_downarrow, #language.active .top_downarrow {
    background: url("../image/megnor/arrow-up.png") no-repeat scroll right 7px rgba(0, 0, 0, 0);
}
#top #currency .hidden-xs.hidden-sm.hidden-md,#top #language .hidden-xs.hidden-sm.hidden-md{display:none;}
#top #language .language-menu a:hover{color:#bf311a;}
#top .myaccount .myaccount-menu li a{color:#3c0000;padding:2px 4px;font-size:14px;}
#top .myaccount .myaccount-menu li a:hover{color:#bf311a;}
/* logo */
.header-logo{float:left;}
.header-search{float:left;}
.header-cart{float:right;}
#logo {
	margin: 30px 15px;
	display:inline-block;
}
/* search */
#search {
	border: 7px solid #f2ddb8;
    height: 26px;
    margin: 35px 0 0 40px;
	width:242px;
}
#search .input-lg {
	border-radius: 0;
    height: 30px;
    line-height: 25px;
    padding: 0 10px;
	border:0 none;
}
#search .btn-lg {
	border-radius: 0;
    font-size: 15px;
    line-height: 18px;
    padding: 6px 7px;
	border-left:1px solid #f2ddb8;
	color:#f2ddb8;
	background:none;
}

/* cart */
#cart {
	 min-width: 180px;
    position: absolute;
    right: 15px;
    top: 40px;
    z-index: 16;
}
#cart > .btn {
 	background: url("../image/megnor/cart.png") no-repeat scroll left 0 rgba(0, 0, 0, 0);
    float: right;
	  padding: 3px 0 3px 35px;
	 color: #000;	
	 font-size:14px;
	 border-radius:0;
}
#cart.open > .btn {
	
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #fff;
	z-index: 1001;
}
#cart .dropdown-menu {
	width: 350px;
	padding:10px;
}
#cart .button-container {  
    width: auto;
	float:right;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
	border:0 none;
}
#cart .dropdown-menu .table-striped{border-bottom:1px solid #eeeeee;}
#cart .dropdown-menu table td{border:none;background:none;}
#cart .dropdown-menu li > div {		
}
#cart .dropdown-menu li p {	margin:20px 0;}
/* menu */

.nav-responsive { display:none;}
.responsive-menu,
.main-menu {
	background: #82a638;	
	height: 52px;
	margin-bottom: 0;
	margin-top:7px;	
	/*overflow:hidden; HIDE CATEGORIES THOSE ARE OUT OF MANU.  */	  
}
 
.main-menu ul {
	list-style: none;
	margin: 0;
	padding: 0; 
}
.main-menu > ul > li {
	 background: url("../image/megnor/menu_pipe.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    float: left;
    position: relative;
   
	
}
.main-menu > ul > li:hover {
} 
 
 .nav-responsive span,
.main-menu > ul > li > a {
	font-size: 15px;
	color: #fff;
	display: block;
	padding: 17px 10px;
	margin-bottom: 0px;
	z-index: 6;
	position: relative;
}
.main-menu a:hover { text-decoration:none}

.main-menu > ul > li:hover > a {
	background: #557415;	
}
.main-menu > ul > li > ul , .responsive-menu .main-navigation{
	 background: none repeat scroll 0 0 #f2ffd7;
    display: none;
    padding: 10px 15px 15px;
    position: absolute;
    z-index: 5;	
} 
.main-menu > ul > li:hover > ul {
	display: block;
} 
.main-menu > ul > li ul > li > ul {
	 background: none repeat scroll 0 0 #f2ffd7;
    display: none;
    margin-left: 0;
    padding: 10px 15px 15px;
    position: absolute;
    z-index: 5;
}
.main-menu > ul > li ul > li:hover > ul {
	display: block;
	 top: 0px;
    left: 160px;
}

.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: #000;
    display: block;
    padding: 3px 4px 7px;
    white-space: nowrap 
}
.main-menu > ul > li ul > li > a{min-width: 160px;}
.main-menu > ul > li ul > li:hover > a  , .responsive-menu .main-navigation li a:hover{
	color: #000;
}
.main-menu > ul > li ul > li > a.activSub {	
	background-image:url(../image/megnor/menu_arrow.png) ;
	background-repeat:no-repeat;
	background-position: right center;
}
.main-menu > ul > li > ul > ul > li > a {
	color: #FFFFFF;
} 
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 0px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		-khtml-border-radius: 0px;
	}
	#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;
		color: #fff;
	}
}
/*SliderBottom-0CMS*/
.home-interior .banners{float: left; position: relative; margin-bottom: 20px;}
.home-interior .subbanner2{margin: 0px 15px 15px;}
.home-interior .banners .title{
    position: absolute;
    text-align: center;
    height: 100%;
    top:0px;
    width: 100%;
	 transition: 800ms;
	-webkit-transition: 800ms;
	-moz-transition: 800ms;
	-ms-transition: 800ms;
	-o-transition: 800ms;
	
     /*background: rgba(255, 255, 255, 0.5);*/
     box-shadow:0 0 0 25px rgba(69, 40, 11, 0.3) inset;
     -moz-box-shadow:0 0 0 25px rgba(69, 40, 11, 0.3) inset;
     -webkit-box-shadow:0 0 0 25px rgba(69, 40, 11, 0.3) inset;
}

.home-interior .banners:hover .title{
    transition-duration: 800ms;
	-webkit-transition: 800ms;
	-moz-transition: 800ms;
	-ms-transition: 800ms;
	-o-transition: 800ms;

     /*background: rgba(255, 255, 255, 0.5);*/
     box-shadow:none;
}
.ie7 .home-interior .banners .title{
   left: 0px;
}
.ie7 .home-interior .banners:hover .title{
     background:none;
}
.home-interior .banners .title .title_block{
    margin: 35px 35px 0px;
    padding: 25px 4px;
   
}


.home-interior .banners .title h2{
    font-size: 26px;
    font-weight: bold;
    color: #000000;
    display: inline;
    margin-right: 5px;
    text-transform: uppercase;
    font-family: Microsoft JhengHei,'Roboto',Arial,Helvetica,sans-serif;
}
.home-interior .banners .title h1{
     font-size: 26px;
    
    color: #000000;
    text-transform: uppercase;
    display: inline;
    font-family: Microsoft JhengHei,'Roboto',Arial,Helvetica,sans-serif;
}
.home-interior .banners .title a{
    font-size:16px;
    text-transform: capitalize;
    color:#000000;
    clear: both;
    display: block;
    margin-top: 5px;
}
/*FeatureBottom-CMS*/
#content .single-banner{
    float: left;
    margin-bottom: 20px;
    position: relative;
}
#content #banner1{
    margin-left: 15px;
    margin-right: 15px;
}
#content #banner2{
    
}
#content .single-banner .hover_shine {
    background: url("../image/megnor/glassy.png") no-repeat scroll 326px 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
#content .single-banner:hover .hover_shine {
    background-position: -72px 1px;
    transition: all 0.8s ease 0s;
	-webkit-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-ms-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
}


/* 1-col layout */

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

/* 2-col layout */

.layout-2.left-col #column-left{
	width:24.6%;
	padding:15px;
}
.layout-2.right-col #column-right{
	width:24.6%;
	padding:15px;
}
.layout-2 #content{
	width:75.4%;
}
.layout-2.left-col #content {
	padding:30px 15px 30px 0   	
}
.layout-2.right-col #content {
	padding:30px 0 0 15px;   
}

/* 3-col layout */
.layout-3 #column-left{	
	width:25%;
}
.layout-3 #column-right{			
	width:25%;
}
.layout-3 #content{		
	width:50%;
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #000;
}
#footer .column li a {
  
}

#footer .column li a:hover {
    
}

footer a:hover {
	color: #000;
}
footer h5 {
	color: #000;
    font-size: 16px;
    
    margin-bottom: 10px;
    margin-top: 0;
    text-transform: capitalize;
}
#footer{border-top: 1px solid #e4e4e4;padding:20px 15px 25px;}
#footer .row div {
    float: left;
    width: 20%;
}
#footer h3 {
    color: #000;
    font-size: 16px;
    
    margin-bottom: 10px;
    margin-top: 0;
    text-transform: capitalize;
}
#footer .column ul {
    list-style: outside none none;
    margin: 0;
    padding-left: 0;
}
.social ul, .payment ul {
    margin: 0;
    padding: 0;
}
#footer .social ul .facebook {
    background: url("../image/megnor/sprite.png") no-repeat scroll -70px -2px rgba(0, 0, 0, 0);
    transition: all 0s ease-in-out 0s;
	-webkit-transition: all 0s ease-in-out 0s;
	-moz-transition: all 0s ease-in-out 0s;
	-ms-transition: all 0s ease-in-out 0s;
	-o-transition: all 0s ease-in-out 0s;
}
#footer .social ul .facebook:hover {
    background: url("../image/megnor/sprite.png") no-repeat scroll -70px -46px rgba(0, 0, 0, 0);
    transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
}
#footer .social ul .twitter {
    background: url("../image/megnor/sprite.png") no-repeat scroll -70px -89px rgba(0, 0, 0, 0);
    transition: all 0s ease-in-out 0s;
	-webkit-transition: all 0s ease-in-out 0s;
	-moz-transition: all 0s ease-in-out 0s;
	-ms-transition: all 0s ease-in-out 0s;
	-o-transition: all 0s ease-in-out 0s;

}
#footer .social ul .twitter:hover {
    background: url("../image/megnor/sprite.png") no-repeat scroll -70px -134px rgba(0, 0, 0, 0);
    transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;

}
#footer .social ul .rss {
    background: url("../image/megnor/sprite.png") no-repeat scroll -70px -179px rgba(0, 0, 0, 0);
    transition: all 0s ease-in-out 0s;
	-webkit-transition: all 0s ease-in-out 0s;
	-moz-transition: all 0s ease-in-out 0s;
	-ms-transition: all 0s ease-in-out 0s;
	-o-transition: all 0s ease-in-out 0s;

}
#footer .social ul .rss:hover {
    background: url("../image/megnor/sprite.png") no-repeat scroll -70px -223px rgba(0, 0, 0, 0);
    transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;

}
#footer .social ul .google {
    background: url("../image/megnor/sprite.png") no-repeat scroll -70px -268px rgba(0, 0, 0, 0);
    transition: all 0s ease-in-out 0s;
	-webkit-transition: all 0s ease-in-out 0s;
	-moz-transition: all 0s ease-in-out 0s;
	-ms-transition: all 0s ease-in-out 0s;
	-o-transition: all 0s ease-in-out 0s;

}
#footer .social ul .google:hover {
    background: url("../image/megnor/sprite.png") no-repeat scroll -70px -312px rgba(0, 0, 0, 0);
    transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;

}
#footer .social ul li a:before, #footer .payment ul li a:before {
   content:close-quote;
    display: block;
    padding: 0;
}
#footer .social ul li a, #footer .payment ul li a{display:block;}
#footer .social ul li {
    height: 40px;
    width: 40px;
}
#footer .column, #footer .content_footer_right {
    float: left;
    width: 20%;
}
#footer .column ul li {
    margin-bottom: 3px;
	cursor:pointer;
}
.social ul li, .payment ul li {
    float: left;
    margin: 0 5px 10px 0;
}
#footer .box-cms .social {
    margin-bottom: 0;
}
#footer .content_footer_right .social,#footer .content_footer_right .payment  {
    width: 100%;
}
#footer .payment ul .pay1 {
    background: url("../image/megnor/logo_paiement_visa.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#footer .payment ul .pay2 {
    background: url("../image/megnor/logo_paiement_mastercard.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#footer .payment ul .pay3 {
    background: url("../image/megnor/logo_paiement_paypal.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#footer .payment ul li, #footer .follow-us .payment ul li a {
    height: 26px;
    width: 38px;
}
#copyright-container{background:none;padding:0;}
.footer_bottom{
	display: inline-block;
    padding: 15px 0;
    width: 100%;
}
#bottomfooter {
    float: left;
    width: 60%;
}
#bottomfooter ul {
    margin: 0;
    padding: 0;
}
#bottomfooter ul li{
	border-right: 1px solid #ffffff;
    display: inline-block;
    float: left;
    line-height: 12px;
    list-style: outside none none;
    margin: 0 3px;
    padding: 0 7px 0 0;
}
#bottomfooter ul li a:hover {
    color: #f6b172;
    text-decoration: none;
}
#bottomfooter ul li:last-child{border-right:0 none;}
#bottomfooter ul li a {
    color: #ffffff;
    text-decoration: none;
    text-transform: capitalize;
}
.copy-right a{
    color: #ffffff;
}
.copy-right a:hover{
    color: #f6b172;
}

@media (max-width: 979px) {
#footer .column ul {
    display: none;
}
#footer .column {
    width: 100%;
}
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.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 {
	margin: 1em 0;
}
.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, #currency .dropdown-menu .btn-link{
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
  	color: #fff;
    background: #428bca;
    border:1px solid #357ebd;
}
.btn-primary {
	background: none repeat scroll 0 0 #c74c38;
    color: #ffffff;
    cursor: pointer;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	color: #fff;
    background-color: #000;   
	
}
.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);
	-moz-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);
}
.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;
}
.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 { 
    padding:10px;
}
.list-group a {
	line-height:20px;
	padding:4px 0; 
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	
}
.filterbox .list-group a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border:0 none;
	font-weight: bold;
	color:#3c0000;
	padding:0;
}
.filterbox .list-group > div{padding:0;margin-left:15px;}
.filterbox .panel-footer.text-right{background:none;border:0 none;padding:0;text-align:left;}
/* 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 {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	 background: none repeat scroll 0 0 #ffffff;
    display: block;
    margin-bottom: 0;
    padding: 5px;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	width:100%;
}
.product-grid .product-thumb .image {
	 background: none repeat scroll 0 0 #ffffff;
    display: block;
    margin-bottom: 0;
    padding: 5px;
}
#content .product-carousel .product-block .product-details,
#content .product-grid .product-block .product-details,
#content .box-product .product-block .product-details{
 background: none repeat scroll 0 0 #f2ffd7;
 padding: 5px 0;
}
.product-layout.product-list{padding:0;}
.product-list .product-thumb{
	border: 1px solid #ece1d1;
    clear: both;
    margin: 10px 0;
    overflow: hidden;
}
.product-list .product-block-inner {
    background: none repeat scroll 0 0 #ffffff;
    padding: 10px;
    text-align: left;
	display:table;
}


@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0px;
	width:205px;
}
}
.product-thumb h4 {
	
	margin:0;
}
.product-thumb h4 a{
	margin-bottom:4px;
}
.product-thumb .caption {
	padding: 0 10px;
	text-align:center;
}

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


#cart-total .fa-shopping-cart::before{display:none;}

#content .product-carousel .product-block-inner .rating,
#content .product-grid  .product-block-inner .rating,
#content .box-product .product-block-inner .rating{
	display: block;
    right:0;
	left:0;
    position: absolute;
    top: auto;
	bottom:60px;
    

}
#content .product-carousel .product-block-inner:hover .rating,
#content .product-grid .product-block-inner:hover .rating,
#content .box-product .product-block-inner:hover .rating{bottom:60px;}
  
  
.product-thumb .rating {
	padding-bottom: 10px;
}
.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.off {
    color: #cac7c7;
    font-size: 15px;
}

.rating .fa-star,#review .fa-star{
	color: #dfbb83;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o,#review .fa-star + .fa-star-o{
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #000;
	display:inline-block;
	vertical-align:middle;
	font-size:18px;
	margin:4px 0;
	padding:0 0 3px;
}
.product-thumb .price-new {
	
	float:left;
}
.product-thumb .price-old {
	color: #000;
    float: left;
    margin-right: 5px;
    text-decoration: line-through;
}
.product-thumb .price-tax {
	color: #999;
    display: inline-block;
    font-size: 12px;
    width: 100%;
}
#content .product-carousel .product-block-inner .button-group,
#content .product-grid .product-block-inner .button-group,
#content .box-product .product-block-inner .button-group{
	background: none repeat scroll 0 0 #c74c38;
    bottom: 55px;
    opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity:0;
    padding: 0 15px;
    position: absolute;
    transition: all 0s ease-in-out 0s;
	-webkit-transition: all 0s ease-in-out 0s;
	-moz-transition: all 0s ease-in-out 0s;
	-ms-transition: all 0s ease-in-out 0s;
	-o-transition: all 0s ease-in-out 0s;
    visibility: hidden;
    width: 100%;
}
#content .product-carousel .product-block-inner:hover .button-group,
#content .product-grid .product-block-inner:hover .button-group,
#content .box-product .product-block-inner:hover .button-group{
  	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity:1;
    transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
    visibility: visible;
}

#content .product-carousel .product-block-inner .button-group .addtocart, 
#content .product-grid .product-block-inner .button-group .addtocart,
#content .box-product .product-block-inner .button-group .addtocart{
 	background: url("../image/megnor/addto.png") no-repeat scroll 20px -42px #c74c38;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    float: left;
    font-size: 0;
    height: 43px;
    margin: 0;
    padding: 0;
    position: relative;
    transform: translateX(-100px);
	-webkit-transform: translateX(-100px);
	-ms-transform:translateX(-100px);
	-o-transform:translateX(-100px);
	-moz-transform:translateX(-100px);
    transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
    width: 33.3%;
}
#content .product-carousel .product-block-inner .button-group .addtocart:hover,
#content .product-grid .product-block-inner .button-group .addtocart:hover,
#content .box-product .product-block-inner .button-group .addtocart:hover {
    background: url("../image/megnor/addto.png") no-repeat scroll 20px 5px #ecd8b4;
} 
#content .product-carousel .product-block-inner:hover .button-group .addtocart, 
#content .product-grid .product-block-inner:hover .button-group .addtocart, 
#content .box-product .product-block-inner:hover .button-group .addtocart{
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-ms-transform:translateX(0px);
	-o-transform:translateX(0px);
	-moz-transform:translateX(0px);
}
#content .product-carousel .product-block-inner .button-group .wishlist .addtowishlist,
#content .product-grid .product-block-inner .button-group .wishlist .addtowishlist,
#content .box-product .product-block-inner .button-group .wishlist .addtowishlist{
	background: url("../image/megnor/addto.png") no-repeat scroll 14px -133px #c74c38;
    border-radius: 0;
    float: left;
    font-size: 0;
    height: 43px;
    margin: 0;
    padding: 0;
    position: relative;
     transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
    width: 33.3%;
	border:0 none;
}
#content .product-carousel .product-block-inner .button-group .wishlist .addtowishlist:hover,
#content .product-grid .product-block-inner .button-group .wishlist .addtowishlist:hover,
#content .box-product .product-block-inner .button-group .wishlist .addtowishlist:hover {
    background: url("../image/megnor/addto.png") no-repeat scroll 14px -86px #ecd8b4;
}

#content .product-carousel .product-block-inner .button-group .compare .addtocompare,
#content .product-grid .product-block-inner .button-group .compare .addtocompare,
#content .box-product .product-block-inner .button-group .compare .addtocompare {
    background: url("../image/megnor/addto.png") no-repeat scroll 8px -229px #c74c38;
    border-radius: 0;
	border:0 none;
    float: right;
    font-size: 0;
    height: 43px;
    margin: 0;
    padding: 0;
    position: relative;
    transform: translateX(100px);
	-webkit-transform: translateX(100px);
	-ms-transform:translateX(100px);
	-o-transform:translateX(100px);
	-moz-transform:translateX(100px);
     transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
    width: 33.3%;
}
#content .product-carousel .product-block-inner .button-group .compare .addtocompare:hover,
#content .product-grid .product-block-inner .button-group .compare .addtocompare:hover,
#content .box-product .product-block-inner .button-group .compare .addtocompare:hover {
    background: url("../image/megnor/addto.png") no-repeat scroll 8px -182px #ecd8b4;
}
#content .product-carousel .product-block-inner:hover .button-group .compare .addtocompare,
#content .product-grid .product-block-inner:hover .button-group .compare .addtocompare,
#content .box-product .product-block-inner:hover .button-group .compare .addtocompare {
    transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-ms-transform:translateX(0px);
	-o-transform:translateX(0px);
	-moz-transform:translateX(0px);
}


.product-list .product-thumb .button-group {
	padding:0 20px;
}

@media (max-width: 768px) {
.product-list .product-thumb .button-group {
	border-left: none;
}
}




#cart .text-right .addtocart,#cart .text-right .checkout{width:auto;float:left;}
#cart .dropdown-menu .img-thumbnail{width:auto; max-width:none;border:1px solid #eeeeee;border-radius:0;}
#cart .text-right .addtocart{margin:0 5px 0 0;}
.product-thumb .button-group button + button {	
}



@media (max-width: 1200px) {
.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 {	
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {	
}
.thumbnails {	
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.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;
	}
}
@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: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	display:block;
	border:1px solid #ece1d1;
	margin-bottom: 15px;
	text-align: center;
}
.productpage h3 {margin-top:0;}
.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;	
}
.product-info .image-additional img {}
.product-info .image-additional a {
	float: left;
	display: block;	
	border:0 none;
	margin:0;
}

.product-right .btn-group .wishlist .fa,.product-right .btn-group .compare .fa{margin-right:5px;}

<!-- Megnor www.templatemela.com - Start -->

/* box */  
.box {
	margin-bottom:12px;
        background:#eee;
}
.box .box-heading {
	border-bottom: 1px dashed #3c0000;
    color: #000;
    font-size: 16px;
    margin: 0 10px;
    padding: 10px 0;
    text-transform: capitalize;
}
.box .box-content {
	 padding: 10px;
	 
}

#content .box .box-heading {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    border-radius: 0;
    color: #000;
    font-size: 16px;
    
    padding: 10px 0;
    text-transform: capitalize;
	clear:both;
}
#content .box .box-content {
	background: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	border:none;
	padding:0; 
}
.common-home  #content .box .box-content{margin:0 -10px;}
.common-home #content .box .box-heading{margin:0;}
.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:4px 0;
}
.box .box-content ul li a , #content .content ul li a{
    
}
ul.box-category > li a.active {
   
    color: #000;
    
}
.box .box-content ul li a:hover, #content .content ul li a:hover {
   
}
.box .box-content ul li a + a , .box .box-content ul li a + a:hover{ background:none; padding-left:0; }


.box .box-content ul ul{
	margin-left:15px;
}
.box .box-content ul li a:hover::before,
.box .box-content.list-group a:hover::before,
 #footer .column li a:hover::before,
  #content .content ul li:hover::before{color:#bf311a;}



.box .box-content ul li a::before, #content .content ul li a::before,
.box .box-content.list-group a::before, #footer .column li a::before{
	color: #000;
    content: "\f111 ";
    font-family: "Fontawesome";
    font-size: 5px;
    margin-right: 8px;
    position: relative;
    top: -1px;
}

/* 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:185px;
	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 2px; 
	background:#fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	clear:both;
	overflow:hidden;
}

#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:230px;}
.featured_default_width{ width:230px;}
.module_default_width{ width:230px;}
.latest_default_width{ width:230px;}
.special_default_width{ width:230px;}
.related_default_width{ width:230px;}
.bestseller_default_width{ width:230px;}
.additional_default_width{ width:80px;}
.banners-slider-carousel .product-block-inner{text-align:center;}

#content .product-carousel .product-block,
#content .product-grid  .product-block,
#content .box-product .product-block{ 
	border: 1px solid #ece1d1;
    clear: both;
    margin: 6px 10px;
    overflow: hidden;
}

#content .product-carousel .product-block:hover,
/*#content .product-grid-list .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,.product-grid .product-thumb .price-tax,.product-carousel .product-thumb .price-tax{display:none;}
.product-list .product-details{
	float: left;
    margin-left: 15px;
    width: 47%;
}
.product-list .product-thumb .caption{text-align:left;}
.product-list .product-thumb h4 {
	border-bottom: 1px dashed #3c0000;
    margin-bottom: 10px;
    padding-bottom: 5px;		

}
.product-list .product-thumb h4 a{	
	display: block;
    
    text-transform: capitalize;
	color:#bf311a;
}
.product-list .product-thumb:hover h4 a{color:#3c0000;}
.product-list .product-thumb .desc{text-align:justify;margin-bottom:10px;}
.product-list .right {
    float: right;
    margin-left: 15px;
    padding-top: 40px;
    text-align: center;
    width: 140px;
}
.product-list .product-details .addtocart{display:none;}
.product-list .product-details .addtowishlist{
	background: url("../image/megnor/sprite.png") no-repeat scroll -7px -465px rgba(0, 0, 0, 0);
    padding-left: 18px;
	border:0 none;
}
.product-list .product-details .addtowishlist:hover{background-position:-7px -444px;color:#bf311a;}
.product-list .product-details .addtocompare{
	background: url("../image/megnor/sprite.png") no-repeat scroll -7px -420px rgba(0, 0, 0, 0);
    padding-left: 18px;
	border:0 none;
	margin-left:5px;	
}	
.product-list .product-details .addtocompare:hover{background-position:-7px -395px;color:#bf311a;}
.product-list .wishlist, .product-list .compare{float:left;}
.product-list .product-details .price{display:none;}
.product-list .product-thumb .right .addtocart{
	display: inline-block;
    padding: 4px 12px 6px;
	color: #ffffff;
	background: none repeat scroll 0 0 #c74c38;
	border:0 none;
}
.product-list .product-thumb:hover .right .addtocart{background: none repeat scroll 0 0 #3c0000;}
.product-grid .right {
    display: none;
}
#content .product-carousel .product-block-inner,
/*#content .product-grid-list .product-block-inner,*/
#content .box-product .product-block-inner{ padding:0 0; text-align:center; overflow:hidden; position:relative; margin:0;}


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

.sale{	
	 background-color: #c74c38;
    box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.3);
	-moz-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.3);
	-webkit-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.3);
    color: #ffffff;
    padding: 1px 4px;
    position: absolute;
    right: 0;
    text-align: right;
    text-transform: uppercase;
    top: 10px;
    transition-duration: 1000ms;
	-webkit-transition: 1000ms;
	-moz-transition: 1000ms;
	-ms-transition: 1000ms;
	-o-transition: 1000ms;

}
#content .product-carousel .product-block-inner:hover .sale,
#content .product-grid .product-block-inner:hover .sale,
#content .product-list .product-block-inner:hover .sale,
#content .box-product .product-block-inner:hover .sale{right:25px;}	
	
.row.category{margin:0;}
.product-layout.product-grid{padding:0;}
/*Product-Page*/
.col-sm-5.product-left {
    margin-bottom: 25px;
    width: 330px;
}
.col-sm-7.product-right {
    margin-bottom: 25px;
    padding: 0 15px 0 5px;
    width: 435px;
}
.productpage .description {
    border-bottom: 1px solid #ece1d1;
    line-height: 22px;
    margin-bottom: 10px;
    padding: 0 0 10px;
}
#content.productpage ul.list-unstyled li {
    padding: 2px;
}
.productpage ul.list-unstyled label {
    margin: 0;
    width: 108px;
}
.productpage ul.list-unstyled .brand a {
    color: #000;
}
.productpage ul.price {
   border-bottom: 1px solid #ece1d1;
    font-size: 16px;
    
    margin-bottom: 10px;
    overflow: auto;
    padding: 0 0 10px;
}
.productpage ul.price .old-price {
    color: #4d4d4d;
    float: left;
    font-size: 16px;
    
}
#content.productpage ul.list-unstyled.price li {
    padding: 0;
}
.productpage .price h2 {
   color: #000;
    float: left;
    font-size: 16px;
    
    margin-bottom: 0;
    margin-left: 4px;
    margin-right: 10px;
}
.productpage .tax {
   font-size: 13px;
    
    margin-left: 5px;
	color:#3c0000;
}
.productpage li.points {
    clear: both;
    color: #000;
    font-size: 12px;
    margin-bottom: 20px
}
.productpage li.discount{
	color: #4d4d4d;
    font-size: 12px;
    
}
.product-option {
    font-size: 18px;
    
    margin-bottom: 12px;
}
.productpage .cart-desc {
    border-bottom: 1px solid #ededed;
    margin: 0;
    padding: 15px 0;
}
#product .cart .control-label {
    float: left;
    margin-right: 5px;
    margin-top: 4px;
}
.productpage #input-quantity {
    float: left;
    height: 28px;
    margin-right: 10px;
    text-align: left;
    width: 40px;
}
.productpage #button-cart {
   background: none repeat scroll 0 0 #c74c38;
    color: #ffffff;
    cursor: pointer;
	border-radius:0;
	padding:4px 12px 6px;
	font-size:14px;
}
.productpage #button-cart:hover{
	background:#3c0000;
}
.productpage div > span.or {
    color:#3c0000;
    margin: 0 5px;
    vertical-align: top;
}
.product-right .links {
    display: inline-block;
    margin-top: -10px;
    vertical-align: top;
}
#product .cart .links button {
    display: block;
}
.product-list .wishlist, .product-list .compare, .productpage .wishlist, .productpage .compare {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    padding: 0;
}
.product-list .wishlist, .product-list .compare, .productpage .wishlist, .productpage .compare {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #000;
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 10px;
    padding: 0;
}
.productpage .alert-info {
    margin-bottom: 0;
    margin-top: 10px;
}
	
/* 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: 5px;	
	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:10px;
	border:1px solid #ece1d1;
}
#column-left .product-items .product-details,
#column-right .product-items .product-details{
	overflow:hidden;   /* specify width as per your requirement */
	
}
#column-left .product-thumb .caption,
#column-right .product-thumb .caption{
	padding:0;
	text-align:left;
}


#column-left .box-product .product-thumb h4, #column-right .box-product .product-thumb h4 {font-weight:normal; font-size:13px; margin: 0;}
#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; 
	height:auto;
	font-weight:normal;
	border-radius:0;
	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 .price,
#column-right .box-product .price,
#column-left .box-product .cart,
#column-right .box-product .cart {margin-bottom:2px; }

#column-left .box-product .price,
#column-right .box-product .price{
 	color: #000;
    font-size: 16px;
    
}




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

#column-left .box-product .rating,
#column-right .box-product .rating {
	display: block;
	margin-bottom: 0px;
}
#column-left .product-thumb, #column-right .product-thumb {
	border:0 none;
	padding:0;
	margin: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 rgba(0, 0, 0, 0);
    border-radius: 0;
	border:0 none;
    box-shadow: none;
    color: #000;
    display: block;
    
    height: auto;
    padding: 0;
    text-align: left;
	width:auto;
}
#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;overflow:hidden; }

.top_button {
	 background: url("../image/megnor/up.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
   bottom: 15px;
    display: none;
    font-size: 0;
    height: 56px;
    position: fixed;
    right: 15px;
    width: 56px;
    z-index: 95;
}
#content ul.list-unstyled {
    overflow: auto;    
}
#content ul.list-unstyled li {
    line-height: 22px;
    padding: 4px 0;
}
.manufacturer-list {
    border: 1px solid #dbdee1;
    margin-bottom: 20px;
    padding: 5px;
}
.manufacturer-heading {
    background: none repeat scroll 0 0 #f8f8f8;
    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;}
.tab-content {    
	overflow:hidden;
}
.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 -116px;
    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;}
.information-information .right{float:right;}

.category_filter #grid-view,.category_filter #list-view{background:none; border:0 none; color:#666;padding:7px 7px 0;}
.category_filter #grid-view:hover,.category_filter #list-view:hover,.category_filter #grid-view.active,.category_filter #list-view.active{background:none;color:#bf311a;}
.category_filter #grid-view:hover .fa,.category_filter #list-view:hover .fa{}
.category_filter .btn-list-grid{float:left;width:auto;padding:0;}
.compare-total {float: left; margin: 6px 10px 0;}
.pagination-right { float: right;margin:0; width: auto;}
.category_filter .sort-by {float: left;margin: 4px 5px 0 0; width: auto;padding:0;}
.category_filter .show {float: left; margin: 4px 5px 0 10px;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;
}
.filterbox .list-group-item div label {
    font-size: 14px;
    
    line-height: 22px;
    margin: 0;
    padding: 4px 0;
}
.category_filter .list.active,.category_filter .grid.active{background:#428bca;}
.category_thumb .category_img, .category_thumb .category_description {
    float: left;
    width: 100%;
}
.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 {      
     background-color: #ffffff;
    border: 1px solid #ece1d1;
    display: block;
    padding: 5px 8px;
}
.category_list li a:hover {
    
}
.category_list li {
    float: left;
    list-style: outside none none;
    margin: 0 10px 5px 0;
}
.category_filter{
     background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #ece1d1;
    margin-bottom: 10px;
    overflow: auto;
    padding: 5px;
}
.pagination-wrapper {
	display: inline-block;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 5px 0;
    width: 100%;
}
.category_img  img{width:100%;margin-bottom:5px;}
.category_description > p{margin-bottom:15px;}
.pagination-wrapper .page-link {
    float: right;
    padding: 0;
    width: auto;
}
.pagination-wrapper .page-result
 {
    float: left;
    padding: 0;
    width: auto;
	margin: 8px 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:#a2a2a2;}
.contact-info .address-detail strong {
    background: url("../image/megnor/cms-sprite.png") no-repeat scroll -6px -235px transparent;
   	padding: 5px 0 0 35px;
	height:28px;
	margin:10px 0;
	float:left;
	clear:both;
}
.contact-info .address-detail,.contact-info .telephone,.contact-info .fax{float:left;width:100%;}

.contact-info .email strong{
    background: url("../image/megnor/cms-sprite.png") no-repeat scroll -5px -356px transparent;
    padding: 5px 0 0 35px;
	margin:10px 0;
	height:28px;
	float:left;
	clear:both;
}

.contact-info .url strong{
    background: url("../image/megnor/cms-sprite.png") no-repeat scroll -5px -398px transparent;
    padding: 5px 0 0 35px;
	margin:10px 0;
	height:28px;
	float:left;
	clear:both;
}

.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;
	height:28px;
	float:left;
	clear:both;
}
.contact-info .fax strong{
    background: url("../image/megnor/cms-sprite.png") no-repeat scroll -5px -272px transparent;
    padding: 5px 0 0 35px;
	height:28px;
	margin:10px 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: 9999;
	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;}
.productpage .rating-wrapper{ margin: 15px 0;}
.checkout-cart .hasCustomSelect{width: 95% !important;}



.product-title{
	border-bottom: 1px dashed #3c0000;
    margin-bottom: 10px;
    padding-bottom: 10px;
	color: #000;
    font-size: 16px;
      
    text-transform: capitalize;
}
.product-option{
	font-size: 18px;
    
    margin-bottom: 12px;
	color:#bf311a;
}
.copy-right {
    padding: 0;
	text-align:right;
	float:right;
}
.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-cart .input-group-btn:last-child > .btn, .checkout-cart .input-group-btn:last-child > .btn-group{margin-left:5px; font-size:14px;}

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

#button-search{float:right;}
.product-search h2{clear:both;}
.box{margin-bottom:15px;}
.form-group .col-sm-2.control-label {
    float: left;
    margin: 4px 0 0;
    width: 25%;
}
.form-group .col-sm-10 {
    float: left;
    width: 75%;
}
/*Other-Pages*/
.account-login strong, .affiliate-login strong{font-weight:normal;}
#content .content {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #ece1d1;
    margin-bottom: 10px;    
    padding: 10px;
}
.account-address  #content .table tbody tr td{vertical-align:middle;}
@media (max-width: 1200px) {
	.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;}
}
@media(max-width:1030px){
.home-interior .banners {width: 32.2%;}
.home-interior .banners img {width: 100% !important;}
#content .single-banner {width: 32.2%;}
#content .single-banner img {width: 100%;}
.product-list .product-details{width:43%;}
.col-sm-7.product-right{width:388px;}

}
@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 {margin: 10px 0 0;}
}
@media (max-width: 979px) {
	#column-left .box-product .image,
	#column-right .box-product .image {margin-right:7px;}
	.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%;}
	.home-interior .banners{ width: 31.8%;}
	.home-interior .banners .title .title_block {margin: 35px 35px 0;padding: 25px 4px;}
	.home-interior .banners .title h2, .home-interior .banners .title h1 {font-size: 17px;}
	#content .single-banner {width: 31.8%;}
	#footer .row div{width:100%;}
	.content_footer_right{padding:0 15px;}
	#bottomfooter {text-align: center;width: 100%;float:none;}
	#bottomfooter ul li{float:none;}
	.copy-right{float: right;margin: 10px 0 0;text-align: center;width: 100%;}
	 #column-left .box-product .price, #column-right .box-product .price{margin:0;}
	 #column-left .product-items .product-details, #column-right .product-items .product-details{clear:both;float:none;}
	 .product-list .product-details{width:50%;}
	.product-list .right{width:50%;float:left;padding-top:10px;text-align:left;}
	.product-list .product-thumb .price{padding:0 15px;}
	.product-list .product-details .addtocompare{margin:0;}
	.col-sm-7.product-right{width:225px;}
	.product-right .links{display:block;margin-top:7px;}
	.productpage div > span.or{display:none;}
	#footer .column, #footer .content_footer_right{width:100%;}
	.content_footer_right{padding:0;}
}
@media (max-width: 767px) { 
	.layout-2 #content,.layout-3 #content{width:100%;}
	#logo{margin-bottom:0;}
	.product-info .image-additional {width: 100%;} 
	.product-info .image-additional a {padding: 1px;} 
	.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 15px;}
	.col-sm-4.total_amount {margin-top: 20px;}
	#search{margin:0 auto;}	
	#cart{float:none;min-width:inherit;position:relative;margin:10px 0 5px;top:0;right:0;}	
	#cart .dropdown-menu {right:-89px;}
	.checkout-cart .table.table-bordered .input-group-btn {clear: both; margin: 5px 0 0; float: left;}
	.checkout-cart .btn.btn-danger { margin-top: -1px !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 15px; width: 300px;}
	.addthis_toolbox.addthis_default_style{margin: 10px 0;}
	#content .category_list .filterbox{margin:10px 0;}
	#content .category_list .filterbox .list-group a{border:none;}
	.home-interior .banners {width: 100%;}
	.home-interior .subbanner2{margin:0 0 15px;}
	#content .single-banner{display:none;}
	.layout-2.left-col #content {padding: 15px 15px 0;}
	.product-list .product-details{width:50%;}
	.product-list .product-thumb .button-group,.product-list .product-thumb .caption{padding:0;}
	.product-list .right{width:50%;}
	.product-list .product-details{margin:0;}
	.product-list .right{margin:0;}
	.product-list .product-thumb .image img{width:auto;float:left;margin-right:15px;}
	.product-list .product-thumb .price{padding:0;}
	.product-layout.product-list{padding:0 10px;}
	#content .product-carousel .product-block-inner .button-group,
	#content .product-grid .product-block-inner .button-group,
	#content .box-product .product-block-inner .button-group{
		opacity:1 !important;
		-khtml-opacity: 1 !important;
		-webkit-opacity: 1 !important;
		-moz-opacity:1 !important;
	}
	.col-sm-5.product-left{margin:0 auto 15px;}
	.col-sm-7.product-right{width:100%;padding:0 15px;clear:both;}
	#product .cart .links button{display:inline;}
	.product-layout.product-grid{width:33.33%;}
	.product-list .product-thumb .image{width:45%;}
}
@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: -68px;  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%;}
	.product-info .image, .product-info .additional-carousel {width: 100%;}
	.nav-tabs > li{width:100%;}	
	.nav-tabs > li > a{width:100%;}	
	.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 .pull-right {}
	.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;}
	.product-layout.product-list{width:100%;padding:0 15px;}
	.col-sm-5.product-left{width:290px;}
	.form-group .col-sm-2.control-label{width:100%;margin-bottom:5px;}
	.form-group .col-sm-10{width:100%;}
	#content .product-carousel .product-block-inner .button-group .addtocart,
	#content .product-grid .product-block-inner .button-group .addtocart,
	#content .box-product .product-block-inner .button-group .addtocart{background-position:0 -42px;}
	#content .product-carousel .product-block-inner .button-group .addtocart:hover,
	#content .product-grid .product-block-inner .button-group .addtocart:hover,
	#content .box-product .product-block-inner .button-group .addtocart:hover{background-position:0 5px;}
	#content .product-carousel .product-block-inner .button-group .wishlist .addtowishlist,
	#content .product-grid .product-block-inner .button-group .wishlist .addtowishlist,
	#content .box-product .product-block-inner .button-group .wishlist .addtowishlist{background-position:3px -133px;}
	#content .product-carousel .product-block-inner .button-group .wishlist .addtowishlist:hover,
	#content .product-grid .product-block-inner .button-group .wishlist .addtowishlist:hover,
	#content .box-product .product-block-inner .button-group .wishlist .addtowishlist:hover{background-position:3px -86px;}
	.product-list .product-thumb .image{width:auto;}
	.product-list .product-thumb .image img{float:none;width:100%;margin:0;}
	.product-list .product-details,.product-list .right{width:auto;}
}
@media only screen and (max-width: 319px){
	.product-info .product-image .customNavigation{ width:196px; margin:0 auto; position: relative; } 
	.product-info .additional-carousel {width:100%; margin:0 auto;}
	.header-logo .img-responsive { width: 100%;}
	.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:195px;}
	#cart .text-right .addtocart{margin:0 0 5px;}
	#cart .text-right .checkout{margin:0;}
	#search, .col-sm-5.product-left{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;}
<!-- Megnor www.templatemela.com - End -->
