body {
    background: url("../image/megnor/bkg_bg.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #777777;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    height: 100%;
    line-height: 20px;
    min-width: 240px;
}
:focus{outline:none !important;}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
.fa-stack{width:11px;}
.fa-stack .fa{font-size:15px;}
/* Override the bootstrap defaults */
#tab-review .alert{margin: 0 0  10px !important;}
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;
	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: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 13px;
}
.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 {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 1px 2px #E5E5E5;
    height: 30px;
}
#top .container {
	padding: 0 ;
}
#top #currency .currency-select {
	text-align: left;
	width:100%;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #303030;
	background-color: #EFF1E7;
}

#top .fa-caret-down:before{margin-left: 5px; position: relative; top: 1px;}

#language .dropdown-menu > li > a {padding: 3px 8px;}
#language .dropdown-menu > li > a:hover {color:#303030;}
#top .btn-link, #top-links li, #top-links a,#language .dropdown-menu > li > a {
	color: #777;	
	text-decoration: none;
}
#top-links li span{font-size: 12px;}
#top-links li:last-child{padding-right: 0;}
#top-links li:first-child{background: none; padding-left: 0;}
#top-links li{padding:0 4px 0 8px; background:url(../image/megnor/pipe.gif) no-repeat scroll left center transparent;}
#top-links .myaccount-menu li{padding: 0; background: none;}
#top-links a .fa{padding:5px 5px; display: none;}
#top .btn-link:hover, #top-links a:hover {
	color: #F48507;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover,#top-links .dropdown-menu a:focus {
	color: #303030;
	 background-color: #EFF1E7;
}
#top .btn-link strong {
	font-size: 14px;
	font-weight: normal;
}
#top-links {
	padding-top: 5px;
}
#top-links a + a {
	margin-left: 15px;
}
#top .fa-caret-down{vertical-align:text-bottom;}
#top #currency .btn-link, #top #language .btn-link {
padding: 3px 8px;
}
/* logo */
.header-logo{float:left;}
.header-search{float:left;}
.header-cart{float:right;}
#logo {
	margin: 14px 0 13px 0;
	display:inline-block;
}
/* search */
#search {
   background: url("../image/megnor/header-bg.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #EBEBE9;
    border-radius: 5px;
    margin-left: 158px;
    margin-top: 9px;
    padding: 5px;
    width: 253px;
}
#search .input-lg {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDE2CE;
    border-radius: 5px;
    box-shadow: 0 3px 3px -2px #DADADA inset;
    display: inline;
    float: left;
    height: 36px;
    margin-right: 1px;
    padding: 5px 45px 5px 5px;
    width: 100%;
}
#search .input-group-btn{position: static;}
#search .btn-lg {
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    position: absolute;
    right: 13px;
    text-align: center;
    top: 11px;
	font-size: 12px;
	line-height: 20px;
    width: 34px;
    background: none repeat scroll 0 0 #F48507;
    border: medium none;
    border-radius: 5px;
	padding: 3px;

}
/* cart */
#cart {
    background: url("../image/megnor/header-bg.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #E8E8E8;
    border-radius: 5px;
    float: right;
    height: 53px;
    margin-top: 8px;
    padding: 0 10px 0 5px;
	position: relative;
}
#cart:hover {border:1px solid #879631;}
#cart > .btn {
	background: url("../image/megnor/cart.gif") no-repeat scroll 0 3px rgba(0, 0, 0, 0);
	padding: 16px 0 13px 45px;
	border: none;
	height: auto;
}
#cart > .btn:hover,#cart > .btn:focus{color: #F48507;}
#cart .fa-shopping-cart:before{display: none;}
#cart .dropdown-menu {
	background: #fff;
	z-index: 1001;
}
#cart .dropdown-menu {
	width: 320px;
	padding:10px;
	margin-top: 1px;
}
#cart .button-container {  
    width: auto;
	float:right;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
	border: none;
}

#cart .dropdown-menu table td{border:none;background:none;}
#cart .dropdown-menu li > div {		
}
#cart .dropdown-menu li p {	margin: 40px 0;}
/* menu */

.nav-responsive { display:none;}
.responsive-menu,
.main-menu {
	background: none repeat scroll 0 0 #2C5987;
/*	height: 42px;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 0px 5px; 
	margin: 0 -15px 10px;
	overflow:hidden;		
	/*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;
	border-right: 1px solid #15416F;
}
.main-menu > ul > li:last-child {border: none;} 
 
 .nav-responsive span,
.main-menu > ul > li > a {
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	display: block;
	padding: 11px 18px;
	text-transform: capitalize;
	margin-bottom: 0px;
	z-index: 6;
	position: relative;

}
.main-menu a:hover { text-decoration:none}

.main-menu > ul > li:hover > a {
	background: #15416f;
	color: #F48507;	
}
.main-menu > ul > li > ul , .responsive-menu .main-navigation{
	display: none;
	background: #15416F;
	position: absolute;	
	z-index: 21;
	-webkit-border-radius: 0 0px 5px 5px;
	-moz-border-radius: 0 0px 5px 5px;
	-khtml-border-radius: 0 0px 5px 5px;
	border-radius: 0 0px 5px 5px;
	padding: 5px;	
} 
.main-menu > ul > li:hover > ul {
	display: block;
} 
.main-menu > ul > li ul > li > ul {
	display: none;
	background: #15416F;
	position: absolute;	
	z-index: 5;
	padding: 5px;	
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius:0 5px 5px 0;
	-khtml-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;

}
.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{	
	padding: 4px 8px;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	white-space: nowrap; 
}
.main-menu > ul > li ul > li > a{min-width: 180px;}
.main-menu > ul > li ul > li > a:hover  , .responsive-menu .main-navigation li a:hover ,.main-menu > ul > li ul > li > a.activSub:hover:before {
	color:#F48507;
}
.main-menu > ul > li ul > li > a.activSub:before {
	content:"\f054";
	font-family: "Fontawesome";
	color: #fff;
	font-size: 9px;
	float: right;
}
.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: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-khtml-border-radius: 4px;
	}
	#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;
	}
}

/* 1-col layout */

#column-left{
	width:25%;	
}
#column-right{
	width:25%;	
}
.layout-1 #content{
}

/* 2-col layout */

.layout-2.left-col #column-left{
	width:20%;
	padding: 0 10px 0 0;
}
.layout-2.right-col #column-right{
	width:20%;
	padding: 0 0px 0 10px;
}
.layout-2 #content{
	width:80%;
	padding: 0;
}
.layout-2.left-col #content {
	   	
}
.layout-2.right-col #content {  
}

/* 3-col layout */
.layout-3 #column-left{	
	width:20%;
	padding: 0 10px 0 0;
}
.layout-3 #column-right{			
	width:20%;
	padding: 0 0 0 10px;
}
.layout-3 #content{		
	width:60%;
	padding: 0;
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #21456D;
	color: #B2CBE5;
}
#footer .column{padding: 0;}

footer a {
	color: #B2CBE5;
}
#footer .column li{padding-bottom: 5px;}
#footer .column li a:before {content:"\f105"; font-family:"Fontawesome"; font-size: 13px; color:#B2CBE5; margin-right: 8px;}

#footer .column li a:hover:before {color:#fff;}

footer a:hover ,footer a:focus {
	color: #fff;
}
footer h5 {
	font: bold 14px/20px Arial,Helvetica,sans-serif;
	color: #fff;
	position:relative;
	margin: 0 0 13px;
}
@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 10px 0;
	padding: 0px 0;
}
.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: 0 0 20px;
	display:inline-block;
	width:100%;
}
.btn {
	padding: 6px 12px;
	font-size: 13px;
	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: 13px;
}
.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;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0,0,0,0);
	background-image: none;
	box-shadow: none;
}

@media (max-width: 767px) { 

 }

/* list group */


/* 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;	
	border-radius: 0px;
	margin-bottom: 13px;
}
.product-thumb .image a {
	display: block;
}

.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #DFDFDF;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 480px) {
.product-list .product-thumb .image {
	float: left;
	margin-right: 15px;
}
}
.product-thumb h4 {
	font-weight: normal;
	margin:0 0 5px;
}
.product-thumb .caption {
	padding: 0;
	text-align: left;
}

@media (max-width: 1200px) {
.product-grid .product-thumb .caption {	
	padding: 0;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.filterbox label{font-weight: normal; margin-bottom: 0; display: inline-block;}
.owl-controls .owl-page.active span{cursor: default;}
.product-grid .product-thumb .rating {bottom: 68px;}
.product-thumb .rating {
	padding-bottom: 0px;
	position: absolute;
	bottom: 92px;
	left: 5px;
}
.product-list .product-thumb .rating{position: static; padding-bottom: 8px;}
.rating .fa-stack,#review .fa-stack{
	font-size: 8px;
}
.rating .fa-star-o,#review .fa-star-o{
	color: #999;
	font-size: 13px;
}
.rating .fa-star,#review .fa-star{
	color: #879631;
	font-size: 13px;
}
.rating .fa-star.off{color: #F48507;}
.rating .fa-star + .fa-star-o,#review .fa-star + .fa-star-o{
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #879631;
	display:inline-block;
	vertical-align:middle;
	font-weight: bold;
	margin: 0 0 5px;
}
.product-thumb .price-new {
	font-weight: 700;
	float:left;
}
.product-thumb .price-old {
	color: #777;
	text-decoration: line-through;
	margin-right: 3px;
	float:left;
	font-weight: bold;
	font-size: 12px;
}
.product-thumb .price-tax {
	color: #999;
    display: inline-block;
    font-size: 12px;
    width: 100%;
}

@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 {
	border: none;
	display: inline-block;
	float: left;
	background-color: #F08603;
	color: #fff;
	padding: 3px 10px;
	font-weight: bold;
	border-radius: 4px;
	text-align: center;
}
#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:hover h4 a{color: #303030;}
.product-thumb:hover .button-group button,#cart .text-right .addtocart:hover,#cart .text-right .checkout:hover{
	color: #fff;
	background-color: #98A939;
	text-decoration: none;
	cursor: pointer;
}

.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: 5px;
	border: none;
	display: block;
}
.image-additional {
}
.thumbnails .image-additional {
	float: left;
}
.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-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: 25px;
    padding-right: 25px;
	width: 224px;	
}
.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;}



/* box */  
.box {
	margin-bottom:12px;
	clear: both;
}
.box.category .box-heading {background: none repeat scroll 0 0 #F48507;}
.box .box-heading {
   background: none repeat scroll 0 0 #879631;
    border-radius: 5px 5px 0 0;
    color: #FFFFFF;
    font: bold 13px/20px Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 5px 11px;
    text-transform: capitalize;
}
.box .box-content ,.filterbox .list-group{
	background: #fff;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-khtml-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	border-left: 1px solid #DDE2CE;
	border-right: 1px solid #DDE2CE;
	border-bottom: 1px solid #DDE2CE;
	padding:5px 5px 8px;
	 
}

#content .box .box-heading {
	border:none;
	padding: 10px 0;
	font-size: 13px;
	color: #2C5987;
	font-weight: bold;
	background: none;
	border-radius: 0;
}
#content .box .box-content {
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border:none;
	padding:10px 8px;
	border: 1px solid #DDE2CE;
 
}

.box .box-content ul , #content .content ul { 
	padding:0px;
	margin:0px;
	list-style:none;
}
.box .box-content ul li , #content .content ul li {
}
.box .box-content ul li a:hover,.box .box-content .list-group-item:hover{background: none repeat scroll 0 0 #EFF1E7; margin: 0 -5px; padding: 5px 10px; color: #303030;}
.box .box-content ul li a , #content .content ul li a{
	line-height:22px;
	padding:5px;
	display: block;

}
.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{
}

.box .box-content ul ul{
	margin-left:10px;
}



/* 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;
	border: 1px solid #DDE2CE;
}

#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:185px;}
.module_default_width{ width:230px;}
.latest_default_width{ width:185px;}
.special_default_width{ width:185px;}
.related_default_width{ width:185px;}
.bestseller_default_width{ width:185px;}
.additional_default_width{ width:80px;}
.tabfeatured_default_width{ width:185px;}
.tabbestseller_default_width{ width:185px;}
.tablatest_default_width{ width:185px;}
.tabspecial_default_width{ width:185px;}
.banners-slider-carousel .product-block-inner{text-align:center;}

.hometab{clear: both; margin-top: 20px;}
.htabs {
	height: 34px;
	line-height: 16px;
}
#content .hometab .tab-content .box .box-content{
	border: none;

}
.etabs {
    display: inline-block;
    float: none;
    margin: 0;
    padding: 0;
    text-align: center;
	
}
.htabs .etabs li {
    display: inline-block;
    float: left;
    line-height: 15px;
    list-style: none outside none;
    position: relative;
    text-align: center;
}
.htabs a {
    color: #777;
    display: block;
    float: left;
	font-weight: bold;
    font-size: 13px;
    margin-right: 8px;
    padding: 9px 20px;
    text-align: center;
	background-color: #d8dbcd;
	border: 1px solid #d8dbcd;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
}
.htabs a.selected, .htabs a:hover{
	background-color: #fff;
	border: 1px solid #DDE2CE;
	border-bottom: none;
	color: #2C5987;
	
	
}

.tab-content {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DFDFDF;
    border-radius: 0 5px 5px;
    margin: -1px 0 0;
    padding: 10px;
}
.tab-content .tab {
    display: none;
}

.hometab .customNavigation a.prev {color: #000000;right: 18px;}
.hometab .customNavigation a { top: -48px;}
.hometab .customNavigation a.next { color:#000000; right: 0;}
#content .product-carousel .product-block,
#content .product-grid  .product-block,
#content .product-list  .product-block,
#content .box-product .product-block{ 
	margin:5px 8px 15px; 
	clear:both;
	overflow:hidden;
}

#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:0 0; text-align:center; overflow:hidden; position:relative; margin:0;}


.banners-slider-carousel {
    margin-bottom: 15px;
    position: relative;
    width: 100%;
}
.rightarrow {
    border-bottom: 12px solid rgba(0, 0, 0, 0);
    border-right: 13px solid #2A5480;
    border-top: 12px solid rgba(0, 0, 0, 0);
    right: 40px;
    position: absolute;
    top: 10px;
}
.product-list .sale{right: auto; left: 0;}
.product-list .rightarrow{
	 border-left: 13px solid #2A5480;
	  border-right: none;
	  right: auto;
	  left: 40px;
}
.sale{	
	background-color: #2A5480;
	color: #fff;
	padding: 2px 7px;    
	text-align: center;
	position:absolute;
	top:10px;
	right:0px;
}
	
/* 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;
}
#column-left .product-items .product-details,
#column-right .product-items .product-details{
	width:auto; /* specify width as per your requirement */
	
}
#column-left .product-thumb .caption,
#column-right .product-thumb .caption{
	padding:0;
	margin-left: 67px;
}


#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 .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;
	position: static;
}
#column-left .product-thumb, #column-right .product-thumb {
margin-bottom: 15px;
}
#column-left .product-thumb .price:hover, #column-right .product-thumb .price:hover{
	color: #ef8204;
}
#column-left .product-thumb h4 a:hover, #column-right .product-thumb h4 a:hover{color: #303030;}
#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;
	color: #777;
	font-weight: normal;
	font-size: 12px;
}	
#column-left .product-thumb .button-group button:hover, #column-right .product-thumb .button-group button:hover{color: #303030;}
#column-left .product-thumb .button-group, #column-right .product-thumb .button-group {background:none; border:none; margin-left: 67px;}

.top_button {
	background: url("../image/megnor/top_arrow.png") no-repeat scroll 0 0 transparent;
	height: 38px;
	width: 33px;
	right: 15px;
	bottom: 15px;
	display: none;
	position: fixed;
	z-index: 999;
	font-size:0;
   
}
#content ul.list-unstyled {  
    overflow: auto;
}

.manufacturer-list {
    border: 1px solid #DDE2CE;
    margin-bottom: 20px;
    padding: 5px;
}
.product-manufacturer p a{font-weight: bold;}
.manufacturer-heading {
    background: none repeat scroll 0 0 #ECF0E3;
    font-size: 14px;
    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;}
.hometab .tab-content {
    padding:0px;
	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 -155px;
    float: left;
    height: 65px;
    width: 60px;
}

.image2 {
    background: url("../image/megnor/cms-sprite.png") no-repeat scroll 7px -92px;
    float: left;
    height: 65px;
    width: 60px;
}

.image3 {
    background: url("../image/megnor/cms-sprite.png") no-repeat scroll 7px -32px;
    float: left;
    height: 65px;
    width: 60px;
}
.image4 {
    background: url("../image/megnor/cms-sprite.png") no-repeat scroll 7px 24px;
    float: left;
    height: 65px;
    width: 60px;
}
.aboutus h2{clear:both;font-size:20px;}
.about-content{overflow:hidden;}
.information-information .right{float:right;}
.category_filter #grid-view i,.category_filter #list-view i{font-size: 17px;}
.category_filter #grid-view,.category_filter #list-view{background:none; border: none; color:#CED1C2; font-size: 20px; padding:6px 4px 0;}
.category_filter #grid-view:hover,.category_filter #list-view:hover,.category_filter #grid-view.active,.category_filter #list-view.active{color:#EC7808;}
.category_filter #grid-view:hover .fa,.category_filter #list-view:hover .fa{color:#EC7808;}
.category_filter .btn-list-grid{float:left;width:auto;padding:0;}
.compare-total {float: left; margin: 5px 10px 0;}
.pagination-right { float: right;margin:0; width: auto;}
.sort-by-wrapper{margin-right: 10px;}
.category_filter .sort-by {float: left;margin: 4px 10px 0 0; width: auto;padding:0;}
.category_filter .show {float: left; margin: 4px 10px 0 0;padding:0; width: auto;}
.category_filter .sort { float: left; width: 142px;padding:0;}
.category_filter .limit {float: right; width: 56px;padding:0;}
.sort-by-wrapper,.show-wrapper{
    float: left;
}
.category_filter .list.active,.category_filter .grid.active{background:#428bca;}
.category_thumb .category_img, .category_thumb .category_description {
    float: left;
    width: 100%;	
}
.category_thumb .category_description{margin: 5px 0 15px;}
.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: #fff;
    display: block;
    padding: 4px 5px;
	background:#F48507;
	border-radius:5px;
	font-weight: bold;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
}
.category_list li a:hover {
    color: #fff;
	background-color: #879631;
}
.category_list li {
    float: left;
    list-style: outside none none;
    margin: 0 10px 5px 0;
}
.category_filter,.pagination-wrapper {
    border: 1px solid #DDE2CE;
	background: #fff;
	border-radius: 5px;
    display: inline-block;
    padding: 5px;
    width: 100%;
}
.product-grid .product-thumb .price-tax{display: none;}
.product-grid .button-wishlist-compare{display: none;}
.pagination-wrapper .page-link {
    float: right;
    padding: 0;
    width: auto;
	margin-top: 4px;
}
.pagination-wrapper .page-result
 {
    float: left;
    padding: 0;
    width: auto;
	margin: 4px 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:15px;overflow:auto;}
.contact-info{color:#666;}
.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 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 -272px 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;}
.productpage .rating-wrapper{ margin: 15px 0;}
.checkout-cart .hasCustomSelect{width: 95% !important;}

h1,.page-title,.product-title{
	padding:0 0 10px;
	color: #2C5987;
	font-size: 17px;
	font-weight: bold;
	margin: 0;
}
h2,.refine-search,.product-option{
	font-size: 13px;
	font-weight: bold;
}
.copy-right {
    padding: 0px 0 10px;
	text-align:center;
	border-top: 1px solid #06182B;
}
#bottom-footer{border-top: 1px solid #486B94; padding:10px 10px 0;}
#bottom-footer li{display:inline; padding:1px 10px 1px 5px; background:url(../image/megnor/footer_pipe.jpg) no-repeat scroll right center transparent;}
#bottom-footer li.contact{background:none;}

.account-address .table>tbody>tr>td{vertical-align:middle;}
.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 #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;}

.col-sm-3.search_subcategory {width: auto; margin-top:7px;}

#button-search{float:right;}
.product-search h2{clear:both;}
.col-sm-4.header-logo {
    clear: both;
    padding: 0;
    width: auto;
}
#accordion .panel-title > a {
    color: inherit;
    display: inline-block;
    width: 100%;	
}
.col-sm-3.header-cart {
    float: right;
    padding: 0;
    width: auto;
}
.owl-controls .owl-page span{
	background: url("../image/megnor/gray_pager.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	width: 16px;
	height: 16px;
}
.owl-carousel .owl-buttons .owl-prev{
	background: url("../image/megnor/gray_prev.png") no-repeat scroll 0 -45px rgba(0, 0, 0, 0);
	height: 34px;
	width:42px;
}
.owl-carousel .owl-buttons .owl-prev:hover{background-position: 0 0;}
.owl-carousel .owl-buttons .owl-next{
	background: url("../image/megnor/gray_next.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	height: 34px;
	width:42px;
}
.owl-carousel .owl-buttons .owl-next:hover{background-position:0 -45px;}
.owl-controls .owl-page.active span{cursor: default;}
.owl-controls .owl-page.active span,.owl-controls .owl-page:hover span {background-position: 0 -25px;}
#column-left .single-banner,#column-right .single-banner{margin-bottom: 12px;}
#accordion .panel-title{padding:8px;}
#accordion .panel-heading .fa.fa-caret-down {float: right; margin-top:4px;}
#accordion .col-sm-10 {width: 75%;}
#banner4{float: left; margin-right: 12px;overflow: hidden;}
.product-details{margin-bottom: 10px;}
.row.layout{
	 background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDE2CE;
    border-radius: 5px;
    margin: 0;
    padding: 10px;
}
.product-layout.product-list{padding: 0;}
.product-layout.product-grid{padding: 0;}
.button-wishlist-compare{margin-bottom: 8px;}
.button-wishlist-compare .wishlist{
	border: none;
	background: url("../image/megnor/wishlist.png") no-repeat scroll left -52px rgba(0, 0, 0, 0);
	padding-left: 18px;
	font-size: 12px;
	display: inline;
	margin-right: 10px;
	padding-right: 0;
}
.button-wishlist-compare .wishlist:hover{
	background-position: left -80px;
	color: #000;
}
.button-wishlist-compare .compare{
	background: url("../image/megnor/wishlist.png") no-repeat scroll left 6px rgba(0, 0, 0, 0);
	padding-left:18px;
	border: none;
	font-size: 12px;
}
.button-wishlist-compare .compare:hover{
	background-position: left -22px;
	color: #000;
}
.filterbox .list-group-item:hover{background: none;}
.filterbox .list-group-item{padding:  0 15px;}
.list-group-item.heading{font-weight: bold; padding: 5px; line-height: 22px;}
.col-sm-6.product-left{width: 260px; margin-bottom: 35px;}
.col-sm-6.product-right{width: 350px; padding: 0px; margin-bottom: 35px;}
.productpage ul.list-unstyled label{width: 100px; margin: 0; color: #777;}
#content.productpage ul.list-unstyled li{padding:2px;}
#content.productpage ul.list-unstyled.price li{padding: 0;}

.productpage ul.price .price-old{
	color: #777;
    float: left;
    font-size: 15px;	
    font-weight: bold;

}
.productpage .price h2{
    color: #879631;
    float: left;
    font-size: 20px;	
    font-weight: bold;
    margin-bottom: 0;
    margin-left: 4px;
    margin-right: 10px;
}
.productpage .tax{
	float: left;
	font-size: 12px;
	color: #777;
}
.productpage li.points{
	 clear: both;
    color: #777;
    font-size: 12px;
    margin-bottom: 20px;
}
#content.productpage li.discount{font-size: 12px;}

.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td span.active{
	background-color:#F08603 !important;
	color: #fff !important;
	text-shadow: none !important;
}
.bootstrap-datetimepicker-widget .picker-switch  .btn{
	background-color:#F08603 !important;;
	color: #fff !important;
	text-shadow: none !important;

}
#cart .dropdown-menu li + li table td{padding: 4px;}
.bootstrap-datetimepicker-widget.dropdown-menu li > a:hover{background-color: #F08603 !important;}
.table > tbody > tr > td img{border: 1px solid #DDE2CE;}
.checkout-cart .shopping-cart .input-group-btn{float: left;}
.checkout-cart .shopping-cart input.form-control{
	width: 36px;
	text-align: left;
	height: 28px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;

}
.shopping-cart .input-group-btn:last-child > .btn{margin-left: 3px; border-radius: 7px !important;
	-webkit-border-radius: 7px !important;
	-moz-border-radius: 7px !important;
	-khtml-border-radius: 7px !important;

height: 28px;}
.checkout-cart #content #accordion .input-group .form-control{width: 95%; border-radius: 7px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
-khtml-border-radius: 7px;
}
.forget-password a{text-decoration: underline;}
.account-login  strong,.affiliate-login strong{font-weight: normal;}
#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;
}
.cart .button-group{margin-top: -4px;}
.productpage div > span.or{color: #999; margin: 0 5px; vertical-align: top;}
.product-right .links{vertical-align: top; margin-top: -8px; display: inline-block;}
.productpage #button-cart{
	padding: 4px 10px;
	background-color: #F08603;
	font-weight: bold;
	color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
	border: none;
}
.productpage #button-cart:hover{background-color: #98A939;}
#product .cart .links button{display: block; background: none; border: none; padding: 0;}
#product .cart .links button:hover{color: #303030;}
.productpage .cart{margin: 0; padding: 5px 0 15px;}
.productpage .alert-info{margin: 10px 0 0 !important;}
.productpage .rating-wrapper{ margin: 0px 0 10px;}
.timepicker .btn-primary{height: auto;}
.date .btn,.time .btn,.datetime .btn{height: 28px; padding: 3px 12px;}
#review .table{border-bottom: 1px solid #DDE2CE;}
#tab-specification tr td:first-child{border-left: 1px solid #DDE2CE;}
#tab-specification tr td:first-child{border-right: 1px solid #DDE2CE; width: 20%;}
#tab-specification thead tr td{background-color: #ECF0E3;}
#payment-existing,#shipping-existing{margin-bottom: 10px;}
.productpage .description{
    line-height: 22px;
    margin-bottom: 10px;
}
.account-wishlist s {
    color: #777;
	font-weight: bold;
	font-size: 12px;
}
.account-wishlist b {
    color: #879631;
	font-weight: bold;
}
.product-search p .checkbox-inline{margin-top: 10px;}
#button-search{float: right;}
.product-compare table tbody tr td{border: 1px solid #DDE2CE;}
.product-compare #content tbody tr td:first-child{text-align: right; font-weight: bold;}
.product-compare tbody tr td{text-align: center; width: 20%;}
.product-compare .table > tbody > tr > td img{border: none;}
#content .content{
	border: 1px solid #DDE2CE;
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
	background-color: #fff;
}
#review .rating {
    display: inline-block;
}
#review .table > tbody > tr > td{border-top: none;}
#review .table{border-bottom: 1px solid #DDE2CE;}
#accordion .col-sm-2.control-label, .information-contact .col-sm-2.control-label {
    float: left;
    margin: 4px 0 0;
    width: 25%;
}
.checkout-cart #collapse-coupon label {
    padding: 0;
}
#collapse-voucher .col-sm-2.control-label {
    padding: 0;
    width: 34%;
}
#button-coupon, #button-voucher {
    border-radius: 4px;
}
.form-group .col-sm-2.control-label {
    float: left;
    margin: 4px 0 0;
    width: 25%;
}
.form-group .col-sm-10 {
    float: left;
    width: 75%;
}
.pagination-wrapper{margin-top: 10px;}
.checkout-checkout fieldset{padding: 0; border: none;}
@media (max-width: 1050px) {
	.product-info .image-additional { width: 97%;}
	#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;}
	#content .single-banner{width: 50%;}
	#banner4{margin-right: 0;}
	.col-sm-6.product-right{width: 317px;}
	#content #banner4.single-banner{padding-right: 0px;}
	#content #banner5.single-banner{padding-left: 8px; float: right;}
		.productpage div > span.or{display: none;}
	#product .cart .links button{display: inline;}
	
	.product-right .links{display: block; margin-top: 10px;}
	#product .cart .links button.wishlist{background: url("../image/megnor/pipe.gif") no-repeat scroll right center rgba(0, 0, 0, 0); padding: 0 8px 0 0;}

}
@media only screen and (min-width: 768px) and (max-width: 979px){
	.layout-2.left-col #column-left,.layout-2.right-col #column-right,.layout-3 #column-left{width:25%;}
	.layout-2 #content,.layout-3 #content{width:75%;}
	.layout-3 #column-right{display: none;}
}
@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;   
	}
	.shopping-cart .input-group-btn:last-child > .btn {
    margin-left: 0;
    margin-right: 3px !important;
	}
	.checkout-cart .shopping-cart input.form-control {
		text-align: center !important;
		width: 69px;
	}
	.checkout-cart .shopping-cart .input-group-btn {
		clear: both;
		margin: 5px 0 0;
	}
	#search{margin-left: 30px;}
	.col-sm-6.product-right{width: 313px;}
	.product-compare .table-bordered{
		width:100%;
		float:left;
		overflow:auto;
		display:inline;
	}
	#accordion .form-horizontal .control-label{width:100%;}
}
@media (max-width: 767px) { 
	.layout-2 #content,.layout-3 #content{width:100%; padding: 0 15px;}
	.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;}
	.col-sm-6.product-right{width: 100%; padding: 0 15px; overflow: auto;}
	.col-sm-6.product-left{width: 330px; margin: 0 auto 20px;}
	.responsive-menu{margin: 0 0 10px;}
	.main-slider img,.single-banner img{width: 100%; height: auto;}
	#content #banner5.single-banner{padding-left: 10px;}
	#banner0,#banner1,#column-right{display: none;}
	.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;}
	#cart{float:none;}	
	.productpage #button-cart{margin-bottom: 0px;}
	.sort-by-wrapper{margin-bottom: 10px;}
	#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;}
	.product-compare .table-bordered{float:left;width:100%;overflow:auto;display:inline;}
	.product-info .image, .product-info .additional-carousel { margin: 0 auto 20px; width: 300px; overflow: auto;}
	.addthis_toolbox.addthis_default_style{margin: 10px 0;}
	#top .container{padding: 0 15px;}
	#logo{margin: 25px 0 0px;}
	#cart{margin-top: 15px;}
	#footer .column{padding: 0 15px;}
	.alert{margin: 0 0 10px !important;}
	.col-sm-3.header-cart{margin: 0 auto 20px; width: 100%; float: none;}
	.col-sm-4.header-logo{width: 100%;}
	#search{margin: 0 auto;}
	.filterbox .list-group{border: 1px solid #DDE2CE; border-radius: 5px;}
	#content .category_list .filterbox{margin:10px 0;}
	.product-thumb .image img{width: 100%;}
	.product-list .product-thumb .image img{width: auto; margin: 0;}
	#content .category_list .filterbox .list-group a{border:none;}
	
}
@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%;
	}
	.nav-tabs > li > a{text-align: center;}
	.product-layout.product-grid{width: 50%;}
	#top-links ul{display: inline-block;}
	#top-links{float: none; text-align: center; width: 100%; display: inline-block;}
	#top-links ul.myaccount-menu{display: none; text-align: left; left: 0; right: auto; z-index: 5;}
	#top{height: auto;}
	#content .single-banner .item{width: 100%;}
	.lang_curr{margin: 0 auto; width: 98px;}
	
	.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 li:first-child table {display: inline-block;}
	.flex-direction-nav a:before {font-size:27px !important;}
	#cart .dropdown-menu {right: -55px;  width: 290px;}
	.dropdown-menu.pull-right {width: 100%;}
	#cart .dropdown-menu li > div {min-width:100%;}	
	.category_filter .limit {float: left;}
	.contact-info .left{margin-bottom: 20px;}
	.contact-info .left,.contact-info .right{width:100%;}
	.product-info .image, .product-info .additional-carousel {width: 100%;}
	.nav-tabs > li{width:100%;}
	.nav-tabs{border-bottom: 1px solid #DDE2CE;}	
	.nav-tabs > li:first-child > a{border-radius: 5px 5px 0 0 !important;}
	.nav-tabs > li > a{margin:0 !important; border-radius: 0 !important;}
	.productpage .write-review, .productpage .review-count {width: 100%;}
	.pagination-wrapper .page-link{float:left;}
	.pagination-wrapper .page-result{float:left;clear:both;}
	.checkout-cart .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;}
	.htabs a{width: 100%; margin-right: 0; float: none; border-radius: 0;}
	.htabs li:first-child a{border-radius: 5px 5px 0 0;}
	.htabs .etabs li{float: none; width: 100%;}
	.htabs{height: auto; border-bottom: 1px solid #DDE2CE;}
	.tab-content{ border-radius: 0;}
	.etabs{display: block;}
	#collapse-voucher .col-sm-2.control-label, #accordion .col-sm-2.control-label, .information-contact .col-sm-2.control-label, #collapse-coupon .input-group, #collapse-voucher .input-group, .form-group .col-sm-2.control-label, .form-group .col-sm-10{width: 100%; margin-bottom: 10px;}
	#accordion .input-group-btn{display: table;}
	.checkout-cart #content #accordion .input-group .form-control {
		margin-bottom: 10px;
		width: 100%;
	}
	.col-sm-6.product-left{width: 300px;}
	#accordion .col-sm-10{width: 100%;}
	#content .single-banner{width: 100%; margin:0 auto 10px; text-align: center;}
	#content .single-banner .item{display: inline-block;}
	#content #banner5.single-banner{padding: 0 !important;}
}
@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;}
	.header-logo .img-responsive { width: 100%;}
	.btn-primary {margin-bottom:2px;}
	.product-layout.product-grid{width: 100%;}
	.col-sm-6.product-left{width: 100%; padding: 0 15px;}
	.compare-total {clear: both; margin: 8px 10px 10px 0;}
	#cart .dropdown-menu { right: -28px;width: 210px;}
	#cart .dropdown-menu{width:210px;}
	#cart .text-right .addtocart{margin:0 0 5px;}
	#cart .text-right .checkout{margin:0;}
}


