body {
	font-family: "Open Sans",Arial,Helvetica,sans-serif;
	font-weight: 400;
	color: #666666;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0.5px;
}
h1, h2, h3, h4, h5, h6 {
	color: #e76453;	
}
/* default font size */
.fa {
	font-size: 13px;
    margin: 0 5px 0 0;
	color:#000;
}
/* Font Awesome css */
.btn-group .fa-chevron-down:before{	font-size:15px; content: '\f0d7'; color: #777777;display: inline-block;vertical-align: middle;}
.myaccount .caret{border:0px;}
.myaccount .caret::before{	font-size:15px; content: '\f0d7'; color: #777777; font-family: FontAwesome; position: absolute; right: 0px; top: 0px;}
.home #content-wrapper, .page_category #content-wrapper,
.page_product, .page_product #content-wrapper {clear: none;}
/***********SMART MENU*********/
#column-left .category-box .box-content, #column-right .category-box .box-content{margin:0 !important; padding: 0 !important;}
ul.dropmenu{position: relative;margin: 0px;	padding: 1px 0px 0px 0px;display:block;z-index:9;}
.box .dropmenu li{
	position: relative;
	list-style: none;
	margin: 0px;
	display: block;
	cursor: pointer;
    padding: 5px 0;
	background: #f6f6f6;
    border-bottom: 1px solid #dbdad6;
}
.dropmenu li:hover{background-color:#f5f5f5;}
.dropmenu li a{
	display: block;
	cursor: pointer;
	text-decoration: none;	
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}
.dropmenu li a:hover{}
.dropmenu li span{
	display: block;
	float: right;
	height: 10px;
	width: 6px;
	position: absolute;
	top: 18px;
	right: 10px;
}
.dropmenu li:hover ul, .dropmenu li:hover div{display: block;}
.dropmenu ul, .dropmenu div{
	position: absolute;
	display: none;
	width: auto;
	min-width: 635px;
	left: 241px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}
.dropmenu li div ul{border: none;background: none;position: relative;display: block;left: 0px;}
.dropmenu ul li{border: 1px solid #e9e9e9;float: none;}
.dropmenu div ul{position: relative;display: block;}
.dropmenu li div{background-color: #cccccc;display: none;position: absolute;}
.dropmenu .submenu {background-color: #dddddd;}
.box .box-content ul , #content .content ul {padding:0px;margin:0px;list-style:none;}
.box .box-content ul li{line-height:22px;padding:0;}
#content .content ul li {line-height:22px;padding:5px;}
.box .box-content ul li ul li + li{border-top:medium none;}
.box .box-content ul li a , #content .content ul li a{padding:9px 10px;}
.dropmenu > li > a{line-height:17px;}
.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{background: none repeat scroll 0 0 #f5f5f5;margin-left: 0;width:100%;z-index:99;}
.box .box-content ul li ul li a.activSub:hover, .box .box-content ul li a.activSub:hover {
   /* background-image: url(../image/caregory-arrow.png);*/
    background-position: 228px 7px;
    background-repeat: no-repeat;
}
.box .box-content ul li ul li a.activSub, .box .box-content ul li a.activSub {
    /*background-image: url(../image/caregory-arrow.png);*/
    background-position: 228px -42px;
    background-repeat: no-repeat;
}
.container .category-box{
	background: #d8d7d3; /* Old browsers */
	background: -moz-linear-gradient(top, #d8d7d3 0%, #e4e3e0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d8d7d3), color-stop(100%,#e4e3e0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d8d7d3 0%,#e4e3e0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d8d7d3 0%,#e4e3e0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d8d7d3 0%,#e4e3e0 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d8d7d3 0%,#e4e3e0 100%); /* W3C */
    border-radius: 0 0 5px 5px;
    clear: both;
    padding:0 4px 3px; 
	margin: -13px 0 15px;  
	border:none;
	position:relative;
	z-index:95;
	-webkit-margin: -15px 0 10px;  
}
.product-block-inner a img{vertical-align:middle;}
.categorybg{
	background:#f6f6f6;
    border: 5px solid #c9c9c9;
    border-radius: 5px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    left: 202px;
    min-width: 370px;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 12345;	
}
.category-box > ul > li:hover .categorybg {display: block;}
.box .dropmenu .categorycolumn {display: inline-block;margin: 0 0 5px;width: 32.5%;position:relative;}
.category-box ul ul {display: block;margin: -4px 0 10px;position: relative;top: 0;}
.category-box .box-content ul ul{padding:10px;}
.category-box .box-content ul ul ul {padding: 0;margin: 10px 0; width: auto; display: block; min-width: auto; width: auto;}
.category-box .dropmenu .active_menu {
    background: url("../image/megnor/cate_h_arrow.png") no-repeat scroll right center transparent;
    float: right;
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 6px;
}
.category-box .dropmenu > li:hover .active_menu {
    background: url("../image/megnor/cate_arrow.png") no-repeat scroll 0 1px transparent;
    height: 37px;
    right: -13px;
    top: -1px;
    width: 41px;
    z-index: 959595;
}
.category-box .dropmenu li li.categorycolumn > a {
	background:#e1e1e1;
    border-radius: 5px;
    color: #000000;
    display: inline-block;
    padding: 2px 10px;
	font-size:14px;
}
.category-box .dropmenu li li.categorycolumn > a:hover{background:#e1e1e1;color: #e76453;}
.category-box .dropmenu li li{display:inline-block;vertical-align: top;border:none;}
.category-box .dropmenu li li li{width:100%;}
.category-box .box-content ul li li a{
	background: url("../image/megnor/square.jpg") no-repeat scroll left 10px transparent;
    border-bottom: 0 none;
    color: #777777 ;
    font-weight: normal;
    margin-left: 0;
    text-transform: capitalize;
	padding:1px 12px;
}
.category-box .box-content ul li li a:hover{
	background: url("../image/megnor/square_hover.jpg") no-repeat scroll left 10px transparent;
    color: #e76453;
}

/*****************************/
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #777777;
}
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: 12px;
}
#checkout-cart .input-group input, #checkout-cart .input-group-btn .btn{float: none; display: inline-block; vertical-align: middle;}
.input-group .input-group-addon {font-size: 12px;height: 30px;}
.checkout-cart #checkout-cart .pull-right .btn-primary {
	background: -moz-linear-gradient(top, #e76452 0%, #d43e2a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e76452), color-stop(100%,#d43e2a));
	background: -webkit-linear-gradient(top, #e76452 0%,#d43e2a 100%);
	background: -o-linear-gradient(top, #e76452 0%,#d43e2a 100%);
	background: -ms-linear-gradient(top, #e76452 0%,#d43e2a 100%);
	background: linear-gradient(to bottom, #e76452 0%,#d43e2a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e76452', endColorstr='#d43e2a',GradientType=0 );
	color: #FFFFFF;
	border: 1px solid #e76452;
}
.checkout-cart #checkout-cart .pull-right .btn-primary:hover {
	background: #eeedeb;
	background: -moz-linear-gradient(top, #eeedeb 0%, #cfcfcf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeedeb), color-stop(100%,#cfcfcf));
	background: -webkit-linear-gradient(top, #eeedeb 0%,#cfcfcf 100%);
	background: -o-linear-gradient(top, #eeedeb 0%,#cfcfcf 100%);
	background: -ms-linear-gradient(top, #eeedeb 0%,#cfcfcf 100%);
	background: linear-gradient(to bottom, #eeedeb 0%,#cfcfcf 100%);
	border: 1px solid #dad4cd;
	color: #000;
}
.forget-password {display: inline-block;margin: 5px 0;text-decoration: underline;}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {display: inline-block; vertical-align: top;}

.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: #e76453;	
}
/* top */
#top {
	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(top, #f5f5f5 0%, #d8d7d3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#d8d7d3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f5f5f5 0%,#d8d7d3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f5f5f5 0%,#d8d7d3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f5f5f5 0%,#d8d7d3 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f5f5f5 0%,#d8d7d3 100%); /* W3C */	
	box-shadow: 0 -2px 2px rgba(105, 105, 105, 0.12) inset;		
	-moz-box-shadow: 0 -2px 2px rgba(105, 105, 105, 0.12) inset;		
	-webkit-box-shadow: 0 -2px 2px rgba(105, 105, 105, 0.12) inset;
}
#top #form-currency .currency-select {text-align: left;}
#top #form-currency .currency-select:hover,#form-language .dropdown-menu > li > a:hover {text-shadow: none;color: #e76453;}
#top .pull-left form{margin: 0;}
.pull-left form{margin:2px 0px 0px;}
#form-currency .dropdown-menu { padding: 8px;}
#form-language .dropdown-menu > li > a { padding: 3px 0;font-size:13px;}
#form-language .dropdown-menu > li > a ,#form-currency .dropdown-menu .btn{color:#211f20;}
#form-language .dropdown-menu > li > a img{margin:-2px 5px 0 0;}
#form-currency .dropdown-menu .btn,#form-language .dropdown-menu .btn { font-size: 13px !important;  padding: 2px !important;}
#top .btn-link, #top-links li, #top-links a {
	color: #7e7e7e;	
	text-decoration: none;
	background:none;
}
#form-language .dropdown-toggle > img { margin: 0 3px;}
#form-language .btn-link,#form-currency .btn-link{padding: 8.5px 5px 8.5px 0;}
#top .btn-link:hover .fa{color:#e76453;}
#form-language .dropdown-menu,#form-currency .dropdown-menu{padding:10px;margin: 0; border-top: 0;top:38px}
#top-links li a i{font-size:13px; color: #777777;}
#top .btn-link:hover, #top-links a:hover,#cart > .btn:hover {color: #e76453;}
#top-links .dropdown-menu a {text-shadow: none;}
#top-links .myaccount-menu li a{color:#211f20;}
#top-links .dropdown-menu a:hover {color: #e76453;}
#top .btn-link strong {font-weight:normal;}
#top-links {   padding: 9px 0;}
#top-links ul{margin:0px; top: 29px;}
#top-links a + a {margin-left: 15px;}
/* logo */
#logo {display: inline-block;}
.container .header-logo {float: left;margin: 32px 0;padding: 0;width: auto;line-height: 10px;}
/* Header CMS block*/

.header-static-block {float: left;margin: 34px 0 0 60px;}
.header_banner > ul {margin: 0px;}
.header_banner li {
	border-right: 1px solid #c3c3c3;
	float: left;
	list-style: outside none none;
	margin: 0 0 0 10px;
	padding-left: 46px;
	padding-right: 26px;
	 background: url("../image/megnor/top-cms-sprite.png") no-repeat scroll left -6px transparent;
}
.header_banner li.shipping {background-position: left -2px;}
.header_banner li {list-style: outside none none;}
.header_banner li a {
	color: #8C8C8C;
	display: block;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
}
.header_banner li a span {display: block;}
.header_banner li.Money {background-position: left -88px;margin: 0 0 0 13px;padding-right: 36px;}
.header_banner li.Offer {border: medium none;}
.header_banner li.Offer {background-position: left -169px;margin-right: 0;padding: 0 0 0 36px;}

/* Header-Right */

.header-right {float: right;width: 320px;text-align: right;}

/* search */
#search {
	background: #c2d82e;
	border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	-khtml-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	padding: 8px;
	width:auto;
	float:left;

}
.contact_banner { float: left; padding-top: 20px; width: auto;}
.contact_banner .contact-icon{
	padding-left:20px;
	background:url("../image/megnor/contact-icon.png") no-repeat scroll left center;
}
.contact_banner li{list-style:none;}
.contact_banner .contact-cms span,.contact_banner .contact-cms .fa{color: #565656;font-size: 16px;font-weight: bold;}
.container .header-search{clear: right;float: right;padding: 0;width: 320px;margin: 10px 0px 0 0;}
#search .input-lg {
	float: left;
	height: 30px;
	line-height: 20px;
	padding: 5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	width:225px;
	border: 1px solid #a3b338;
	-moz-box-shadow:  0 0 0 1px #e7f1a1;
	-webkit-box-shadow:  0 0 0 1px #e7f1a1;
	box-shadow: 0 0 0 1px #e7f1a1;
}
#search .btn-lg {	
	background: #e76452; /* Old browsers */
	background: -moz-linear-gradient(top, #e76452 0%, #d43e2a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e76452), color-stop(100%,#d43e2a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e76452 0%,#d43e2a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e76452 0%,#d43e2a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e76452 0%,#d43e2a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e76452 0%,#d43e2a 100%); /* W3C */	
	border:none;
	border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;	
	padding:0;
	float: left;
	width: 70px;
	height: 30px;
	margin: 0 0 0 9px;
	font-size:13px;
	color:#fff;
	font-weight:600;
}
/* cart */
.header-cart #cart {	
    background: url("../image/megnor/sprite.png") no-repeat scroll -33px -264px  transparent;
    float: right;
    padding: 10px 0 10px 35px;
    position: relative;    
}
.header-cart #cart .fa { /*display: none;*/}
.header-cart #cart:hover{background-position:-33px -298px;}
.container .header-cart { float: right; padding: 0; width: auto;margin-top: 10px; }
#cart > .btn {
	font-size: 13px;	
	color: #777777;
	line-height: 20px;
	padding: 0px 0;
	background:none;
	border:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow: none;
	text-shadow: none;
	width:auto;
	border-radius:0;
	-webkit-border-radius:0;
	-khtml-border-radius:0;
	-moz-border-radius:0;
}
#cart #cart-total:before{font-family:'FontAwesome';content:'\f0d7';  font-size: 15px;margin: 0 0 0 10px;float:right;}
#cart.active #cart-total:before{font-family:'FontAwesome';content:'\f0d8';}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	color: #777777;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {color: #444;}
#cart .dropdown-menu {
	background: #fff;
	z-index: 1001;
	padding: 10px 10px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	width: 290px;
	top: 35px;
	right:0;
}
#cart .dropdown-menu li:first-child {max-height: 300px;overflow-y: auto;overflow-x: hidden;}
#cart .dropdown-menu table {margin-bottom: 10px;clear:both;border:none;}
#cart .dropdown-menu table.table-bordered{border-top: 1px solid #eeeeee;}
#cart .btn-danger{background:#fff;border:none;box-shadow:none;padding: 0 5px;vertical-align: top;}
#cart .btn-danger .fa{color:#777777;font-weight:normal;}
#cart .dropdown-menu li > div {}
#cart .dropdown-menu li p {margin:0;}
#cart .text-right {clear: both;	margin-bottom: 5px;}
.header-cart .dropdown-menu table td{background:none;border:none;padding: 3px 5px;vertical-align:top;}
.header-cart .table-striped td{background:none !important;}
.header-cart .dropdown-menu .img-thumbnail{width:auto;max-width:none;}
/* menu */
.home .title_outer {border-radius: 5px 5px 0 0;}
.title_outer {background: none repeat scroll 0 0 #f6f6f6;border-radius: 5px;float: left;padding: 3px;}
#left_categorytitle {
    background-color: #e76453;
    background-image: none;
    border-radius: 5px;
    color: #ffffff;
    float: left;
    font-size: 16px;
    margin: 0;
    padding: 6px;
    text-align: left;
    width: 226px;
	position:relative;
}
.active .cate_bullet {background-position:-5px -461px;}
.cate_bullet {
    background: url("../image/megnor/sprite.png") no-repeat scroll -5px -484px transparent;
    cursor: pointer;
    display: inline;
    float: right;
    height: 18px;
    position: relative;
    width: 18px;
	margin: 3px 0 0;
}
.cate_inner {
    background: linear-gradient(to bottom, #f5f5f5 0%, #d8d7d3 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 5px;
    float: left;
    padding: 3px 4px;
}

.main-navigation {
    background: linear-gradient(to bottom, #d8d7d3 0%, #e4e3e0 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 0 0 5px 5px;
    clear: both;
    display: none;
    margin: -3px 0 0;
    padding: 0 4px 4px;
    position: absolute;
    width: 197px;
}
#menu > ul > li:hover > div {    display: block;}
#menu > ul > li > div {padding: 0;z-index: 12345;}
#menu > ul > li:hover .active_menu {
    background: url("../image/megnor/cate_arrow.png") no-repeat scroll 0 0 transparent;
    height: 37px;
    right: -13px;
    top: 0;
    width: 41px;
    z-index: 959595;
}
.active_menu {
    background: url("../image/megnor/cate_h_arrow.png") no-repeat scroll right center transparent;
    float: right;
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 6px;
}

#menu > ul > li {
    background: none repeat scroll 0 0 #f6f6f6;
    border-bottom: 1px solid #dbdad6;
    position: relative;
    z-index: 6;
	width: 100%;
}
.nav-container {position: relative;z-index: 9;}
.nav-responsive { display:none;}
.main-menu{height:auto;display:inline-block;width:100%;}
.responsive-menu,
.main-menu {
	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(top, #f5f5f5 0%, #d8d7d3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#d8d7d3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f5f5f5 0%,#d8d7d3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f5f5f5 0%,#d8d7d3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f5f5f5 0%,#d8d7d3 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f5f5f5 0%,#d8d7d3 100%); /* W3C */	
    border-radius: 5px 0px 5px 5px;
    border-right: 1px solid #cbcaca;
    border-top: 1px solid #cbcaca;
    box-shadow: 0 -2px 2px rgba(105, 105, 105, 0.12) inset;
    height: 50px;
    margin-bottom: 0px;
    padding: 0;
    position: relative;
	/*overflow:hidden; HIDE CATEGORIES THOSE ARE OUT OF MANU.  */	  
}
.main-menu ul {float: left;list-style: outside none none;top: 39px;padding: 0 4px 4px;}
.main-menu ul li ul {display: block;margin: -4px 0 10px;padding: 10px;position: relative;top: 0;width: 100%;}
.main-menu > ul > li ul > li > ul {display: block;margin-left: -5px;
    padding: 5px;
    position: relative;
    z-index: 5;
}
.common-home .main-menu ul{ 
    margin: -4px 0 10px;
    position: relative;
    top: 0;	
}
.static-menu {
    overflow: hidden;
}
.static-menu ul{margin:0 !important;padding:0;}
.static-menu ul li{
	float:left;
	background: url("../image/megnor/menu_3d_line.jpg") no-repeat scroll right center transparent;   
    padding: 14px 24px;
} 
.static-menu ul li:last-child{background:none;}
.static-menu ul li a {color: #211f20; font-size: 14px; line-height: 15px; font-weight: 500;}
.static-menu ul li a:hover{
	color: #e76453;
}
.main-menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;	
	background: url("../image/megnor/menu_3d_line.jpg") no-repeat scroll left center transparent;
    
}
.main-menu > ul > li:first-child{background:none;}
.main-menu > ul > li:hover {
	color: #e76453;
} 
 
 .nav-responsive span,
.main-menu > ul > li > a {
	display: block;  
    margin-bottom: 0;
    padding: 8px 12px;
    position: relative;
    z-index: 6;
}
.main-menu a:hover { text-decoration:none}

.main-menu > ul > li:hover > a {
	color: #e76453;	
}
.responsive-menu .main-navigation{ border-radius:opx !important;}
.main-menu > ul > li > ul , .responsive-menu .main-navigation{
	display: none;
	background: #ffffff;
	position: absolute;	
	z-index: 5;
	padding: 5px;
	border:1px solid #e2e2e2;
	border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	-moz-border-radius:3px;
} 
.main-menu > ul > li:hover > ul {
	display: block;
} 
.main-menu > ul > li ul > li > ul {
	display: none;
	background:#fff;	
	border:1px solid #e2e2e2;	
	position: absolute;	
	z-index: 5;
	padding: 5px;	
	margin-left:-13px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	-moz-border-radius:3px;
}
.main-menu > ul > li ul > li:hover > ul {
	display: block;
	 top: 0px;
    left: 173px;
}
.categorycolumn {
	display:inline-block;
    margin: 5px 0;  
    width: 49%;
}
.main-navigation .categorybg li.categorycolumn > a{
	background:#e1e1e1;
	color:#000000;
	display:inline-block;
	border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	padding:3px 10px;
}
.main-menu > ul ul ul li > a:before{
	font-family:'FontAwesome';
	content:'\f0c8';
	margin:0 10px 0 0;
	font-size:5px;
	color:#bbb;
	vertical-align: 2px;
}
.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:5px 0 5px 7px;
	color: #777777;
	display: block;
	white-space: nowrap; 
}
.main-menu > ul ul ul{padding:5px 0;  margin: 5px 0 !important;}
.main-menu > ul > li ul > li > a:hover  , .responsive-menu .main-navigation li a:hover  {
	color:#e76453;
	
}
.main-menu > ul > li ul > li > a.activSub {	
/*	background-image:url(../image/megnor/cat_arrow_hover.png) ;*/
	background-repeat:no-repeat;
	background-position: right center;
}
.main-menu > ul > li > ul > ul > li > a {
	color: #FFFFFF;
} 
.box {
    background:#f6f6f6;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    margin: 0 0 21px;
    padding: 15px;
}
.banner {display:inline-block;}
.common-home .banner-module{position:relative;overflow: hidden;float: left; margin-bottom: 10px; width: 100%;}
.banner-module .single-banner-inner{float: left;}
#column-left #banner0,#column-right #banner0{width:auto;}
#column-left .banner-module,#column-right .banner-module{margin-bottom: 20px;}

.banner-module .single-banner-inner:nth-child(2n){margin: 0 20px;}
/* CMS banner */
.cms_banner {display: inline-block; vertical-align: middle; width: 100%;margin:15px 0 15px;}
.cms_banner #banner_CMS{float: left;height: 75px;padding: 15px;padding-left: 30px;width: 25%;}
.cms_banner #banner_CMS:hover .img {
    transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
    transition: all 0.9s ease;
-webkit-transition: all 0.9s ease;
-moz-transition: all 0.9s ease;
-ms-transition: all 0.9s ease;
-o-transition: all 0.9s ease;
}
.cms_banner .banner_1 {
    background: url("../image/megnor/1bg.jpg") no-repeat scroll 0 0 transparent;
    border-right: 2px solid #ffffff;
   
}
.cms_banner .banner_2 {
    background: url("../image/megnor/2bg.jpg") no-repeat scroll 0 0 transparent;
    border-right: 2px solid #ffffff;
   
}
.cms_banner .banner_3 {
    background: url("../image/megnor/3bg.jpg") no-repeat scroll 0 0 transparent;
    border-right: 2px solid #ffffff;   
}
.cms_banner .banner_4 {background: url("../image/megnor/bg4.jpg") no-repeat scroll 0 0 transparent;   
}
.banner_content .text_1 a {color: #fff;font-size: 16px;}
.banner_content .text_2 {color: #fff;font-size: 14px;}
.banner_4 .banner_content .text_1 a, .banner_4 .banner_content .text_2 {color: #000;}
.cms_banner .img{
    float: none;
    display: inline-block;
    vertical-align: middle;
   	height: 44px;    
    width: 44px;	
	transition: all 0.9s ease;
	-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-ms-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
	box-sizing: unset;
}
.banner_content {display: inline-block;vertical-align: middle; font-family: "Oswald",Arial,Helvetica,sans-serif;padding-left: 8px;}
.contact-info .left {float: left;margin: 20px 0;width: 50%;}
.contact-info .right {float: right;width: 50%;}
.row.contact-info {padding: 0 15px;}
.information-contact .panel-body{padding:30px;}
.contact-info{color:#777777;}
.contact-info .address-detail {
    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 .telephone {
    background: url("../image/megnor/cms-sprite.png") no-repeat scroll -5px -314px transparent;
    padding: 5px 0 0 35px;
	margin:25px 0 10px;
	height:28px;
	float:left;
	clear:both;
}
.contact-info .fax {
    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;
}
.address-detail address {display: inline-block;margin: 0;}
.contact-info .left a{ margin:5px 0;}
#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;}
.product-compare .btn{margin:0 0 5px;}
.information-contact .panel-body {overflow: auto;}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		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{
	padding: 0;
	width:21%;
}
#column-right{
	padding: 0;
	width:21%;
}
.layout-1 #content{
	padding:0 15px;
}

/* 2-col layout */
.layout-2.left-col #column-left {
	width: 20%;
}
.layout-2.right-col #column-right{
    width: 20%;
}
.layout-2 #content{
  width: 80%;
}
.layout-2.left-col #content {	   
	padding: 15px 0 15px 20px;
	box-sizing: border-box;
}
.layout-2.right-col #content {
    padding: 15px 20px 0 0px;
    box-sizing: border-box;	
}

/* 3-col layout */
.layout-3 #column-left{
	width:21%;
}
.layout-3 #column-right{		
	width:21%;
}
.layout-3 #content{	
	padding: 0 10px;
    width: 58%;
}
.layout-3 .banner {  
    float: left;
    width: 32%;
}
.layout-3 .cms_banner{display:none;}
/* content */

#content {
	min-height: 700px;
}
#content .aboutus {
    margin-bottom: 20px;
}
.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;
}
.btn.continue {
    float: right;
}
#content .box {
    background:#f6f6f6;
	border: 1px solid #fff;
	border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.32);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.32);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.32);
	clear:both;
    margin-bottom: 15px;
    padding: 10px;
	overflow:hidden;
}
.category-title{color: #e76453;   font-size: 22px;  font-weight: 400; line-height: 30px;}
.refine-search{	font-size: 14px;color: #211f20;}

.category_list li a{
	background-color: #f6f6f6;
    border-radius: 5px;
    display: block;
    padding: 5px 8px;
	color:#211f20;
}
.category_list li a:hover{color:#e76453;}
.row .category_list{width:auto;}
.category_list ul{float: left; margin-bottom: 0; padding:0px;}
.category_list li{   
	float: left;
    list-style: outside none none;
    margin: 0 10px 5px 0;
}
.category_thumb .category_img,.category_thumb .category_description{
    float: left;
    width: 100%;
}
.category_thumb .category_description{
	margin:10px 0;
}
.category_img img {
	border: medium none;	
	padding: 0;  
}
@media (min-width:992px) {
	.category_img img {max-width:100%;}
}
/* Pagination */
.product-search .checkbox-inline{padding:0;margin:10px 0;}
.category_filter{
	background: #f6f6f6;	
    border: 1px solid #d4d4d4;
	padding:5px;
	margin: 5px 0 5px;
	display:inline-block;
	width:100%;
	border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
}
.category_filter #list-view ,.category_filter #grid-view{
    background:none;
    border: medium none;
    box-shadow: none;
	border-radius:0px;
	-webkit-border-radius:0px;
	-khtml-border-radius:0px;
	-moz-border-radius:0px;
	 padding: 5px 8px;
}
.category_filter #list-view .fa ,.category_filter #grid-view .fa{font-size:14px;margin:0;}
.category_filter #list-view:hover .fa ,.category_filter #grid-view:hover .fa,
.category_filter #list-view.active .fa,.category_filter #grid-view.active .fa{color: #e76453;}
.compare-total {float: left;margin: 9px 5px 0;}
.category_filter .btn-list-grid {float: left;padding: 0;width: auto;margin: 4px 0 0;}
.category_filter .sort-by {float: left;margin: 6px 10px 0 0;padding: 0;width: auto;}
.category_filter .sort {float: left;padding: 0;width: 120px;}
.category_filter .pagination {float: left;margin: 7px 10px 0;padding: 0;width: auto;}
.category_filter .limit{float: right;padding: 0;width: 80px;}
.pagination-right{float:right;width:auto;margin:2px 0 0 ;}
.pagination-wrapper .page-link {float: right;width: auto;padding:0;}
.pagination-wrapper .page-result {float: left;width: auto;padding:0;}
.pagination-wrapper .pagination{margin:0;padding:0;}
.pagination-wrapper {border-top: 1px solid #d4d4d4;display: inline-block;margin: 0;padding: 10px 0;width: 100%;}
.pagination-wrapper .pagination > li{display:inline-block;margin:0 2px;}
.pagination-wrapper .pagination > li > a{
	padding:4px 10px;
	background: #f6f6f6;
    border: 1px solid #d4d4d4;
	border-radius: 5px;
    color: #777777;
}
.pagination-wrapper .pagination > .active > a, 
.pagination-wrapper .pagination > .active > span, 
.pagination-wrapper .pagination > .active > a:hover, 
.pagination-wrapper .pagination > .active > span:hover, 
.pagination-wrapper .pagination > .active > a:focus, 
.pagination-wrapper .pagination > .active > span:focus,
.pagination-wrapper .pagination > li > a:hover
{
	background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #e76453;
	padding:4px 10px;
	border-radius: 5px;
	color:#e76453;
}
/* footer static cms */

.static_footer {
    background: #f6f6f6;
    border: 1px solid #fff;
    border-radius: 5px;   
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.32);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.32);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.32);   
    margin: 10px auto 15px;  
}
.static_footer_inner {padding: 20px;display: inline-block;vertical-align:middle;}
.block_1 {float: left;padding-right: 25px;width: 67%;}
.block_2 {border-left: 1px solid #dbdbdb;float: left;padding: 5px 0 0 25px;width: 33%;margin: 10px 0 0;}
.block_1 .about_icon {
    background: url("../image/megnor/about-_img.png") no-repeat scroll 0 -57px transparent;
    float: left;
    height: 67px;
    margin-right: 10px;
    margin-top: 0;
    transition: all 0.4s ease 0s;
    width: 60px;
	
	transition: all 400ms ease;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
}
.block_1 .about_icon:hover{background-position:0 5px;}
.block_1-content-inner {
    overflow: hidden;
}
.about_content {
    padding: 0;
}
.block_1 ul li{list-style:none;}

.block_1 .read_more {
    color: #e76453;
    float: left;   
}
.block_1 .read_more:hover{ color: #777777777777;}

.block_1 .title {
    color: #e76453;
    font-size: 15px;
    font-weight: normal;
    margin: 0 0 5px;
}

.block_2 .title_block {
    color: #211f20;
    float: left;
    font-size: 16px;
    font-weight: normal;
    margin: 13px 5px 0 0;
}

.block_2 ul li a {
    float: left;
    font-size: 0;
    text-indent: -999px;
	height: 44px;
    width: 44px;
}
.block_2 > ul {
    float: left;
    margin: 0;
    padding: 0;
}
.block_2 ul li {
    float: left;      
	list-style:none;
	 margin: 0 5px;
	background: url("../image/megnor/social_sprite.png") no-repeat scroll 0px 0px transparent;
}
.block_2 ul li.facebook {background-position: 0 0;}
.block_2 ul li.facebook:hover{background-position:0 -62px;}
.block_2 ul li.twitter {background-position:0 -123px;}
.block_2 ul li.twitter:hover{background-position:0 -184px;}
.block_2 ul li.rss {background-position:0 -246px ;}
.block_2 ul li.rss:hover{background-position:0 -308px;}
/* footer */

footer {color: #777777;}
footer hr {border-top: none;border-bottom: 1px solid #ddd;margin:0px;}
footer a {color: #777777;}
footer a:hover {color: #e76453;}
footer h5 {color: #e76453;font-size: 16px;line-height: 26px;padding: 0 11px 13px 0;margin: 0;position: relative;}
.footer-center {float: left;width: 100%;margin: 35px 0;box-sizing: border-box;}
.footer-center .col-sm-3.column {padding: 0;padding-left: 30px;box-sizing: border-box;}
#footer .column li a:before{font-family:'FontAwesome';content:'\f111';font-size: 5px;margin: 0 7px 0 0;vertical-align: 2px;}

.bottomfooter-container{text-align:center;padding: 18px 0;border-top: 1px solid #dddddd; float: left; width: 100%;}
#footer .column li {padding: 4px 0;}
.footer-container #bottomfooter {padding: 0;}
.footer-container #bottomfooter ul,.payment_logo ul,.bottomfooter-container #bottomfooter ul{margin:0;padding:0;}
#bottomfooter ul li {
    background: url("../image/megnor/pipe.png") no-repeat scroll left center transparent;
    display: inline-block;
    margin: 0 2px;
    padding: 0 3px 0 10px;
}
#bottomfooter ul li:first-child{background:none;}
.footer-copyright{margin: 15px 0 15px;text-align: center;}
.payment_logo ul li{
    background: url("../image/megnor/payment.png") no-repeat scroll 0 0 transparent;
	list-style:none;
	display: inline-block;
    height: 30px;
    width: 45px;
}
.payment_logo ul li.visa{background-position: 0 0;}
.payment_logo ul li.master_cart{background-position:-53px 0;}
.payment_logo ul li.discover{background-position:-103px 0;}
.payment_logo ul li a{display:block;}

/* Footer Contact Us */

.content_footercms_right h2{margin:0;}
.content_footercms_right .address{padding:0;}
.content_footercms_right .address li{list-style:none;}
#footer .content_footercms_right .address li{
	background:url("../image/megnor/footer_icon.png") 0 0 no-repeat;
	 padding: 3px 0 3px 20px;
}
#footer .content_footercms_right .address li.com_add{background-position:0 6px;}
#footer .content_footercms_right .address li.tel_no{background-position:0 -29px;}
#footer .content_footercms_right .address li.loc{background:none;}
#footer .content_footercms_right .address li.email_add{background-position:0px -114px;}
#footer .content_footercms_right .address li a:before{content:"";margin:0;}


/* Newsletter */


.footer-block {
	background: none repeat scroll 0 0 #F6F6F6;
	border: 1px solid #e3e2e2;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	clear: both;	
	overflow: hidden;
	padding: 10px;
}
.footer-block h2 {float: left;color: #211f20;font-size: 22px;margin: 7px 0 7px 24px;font-weight: 600;text-transform: capitalize; position: relative;}
.footer-block h2::before {
	content: '\f003';
	font-family: "FontAwesome";
	font-size: 28px;
	margin: 0 15px 0 0;
	color: #211f20;
	font-weight: 600;
}
.sub-title {color: #666666;float: left;font-size: 15px;margin: 16px 0 0 10px;}
.footer-block .newsletter-widget-block {float: right;margin: 7px 0 7px 10px;}
.footer-block .newsletter-widget-block  #txtemail {
	width: 275px;
	margin: 0;
	border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-o-border-radius: 3px 0 0 3px;
	padding: 8px;
	color: #b2b2b2;
	border: 1px solid #ebe8e8;
	height: 36px;
}
.footer-block .newsletter-widget-block .input-news,
.footer-block .newsletter-widget-block .subscribe-btn {float: left;}
.footer-block .newsletter-widget-block div.required {margin-bottom: 0;}
.footer-block .newsletter-widget-block .subscribe-btn .btn{
	background: #e76452;
	background: #e76452;
	background: -moz-linear-gradient(top, #e76452 0%, #d43e2a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e76452), color-stop(100%,#d43e2a));
	background: -webkit-linear-gradient(top, #e76452 0%,#d43e2a 100%);
	background: -o-linear-gradient(top, #e76452 0%,#d43e2a 100%);
	background: -ms-linear-gradient(top, #e76452 0%,#d43e2a 100%);
	background: linear-gradient(to bottom, #e76452 0%,#d43e2a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e76452', endColorstr='#d43e2a',GradientType=0 );
	color: #FFFFFF;
	border: 1px solid #e76452;
	text-transform: capitalize;
	font-weight: normal;
	padding: 8px 18px;
	border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-o-border-radius: 0 3px 3px 0;
	font-size: 14px;
	line-height: 18px;
}


#checkout-cart .panel-default{padding: 5px;}
/* alert */
.alert {padding: 8px 14px 8px 14px;}
/* breadcrumb */
.breadcrumb {margin: 0 0 20px 0;padding:5px 0 !important;}
.breadcrumb li a{color: #211f20;}
.breadcrumb li a:hover{color: #e76453;}
.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: 7.5px 12px;border-radius: 4px;	
	background: #eeedeb; /* Old browsers */
	background: -moz-linear-gradient(top, #eeedeb 0%, #cfcfcf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeedeb), color-stop(100%,#cfcfcf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eeedeb 0%,#cfcfcf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eeedeb 0%,#cfcfcf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #eeedeb 0%,#cfcfcf 100%); /* IE10+ */
	background: linear-gradient(to bottom, #eeedeb 0%,#cfcfcf 100%); /* W3C */	
	border: 1px solid #dad4cd;
	border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;	
	color:#211f20;
}
/*.checkout-cart .btn,.checkout-cart .btn-danger,.checkout-cart .btn:hover,.checkout-cart .btn-danger:hover,.account-wishlist .btn,.account-wishlist .btn:hover{background:none;box-shadow:none;border-color:#d4d4d4;}*/


.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 {}
.btn-group > .btn-xs {font-size: 9px;}
.btn-group > .btn-sm {font-size: 10.2px;}
.btn-group > .btn-lg {font-size: 15px;}
.btn-default {background: #eeedeb; /* Old browsers */
	background: -moz-linear-gradient(top, #eeedeb 0%, #cfcfcf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeedeb), color-stop(100%,#cfcfcf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eeedeb 0%,#cfcfcf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eeedeb 0%,#cfcfcf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #eeedeb 0%,#cfcfcf 100%); /* IE10+ */
	background: linear-gradient(to bottom, #eeedeb 0%,#cfcfcf 100%); /* W3C */	
	border: 1px solid #dad4cd;
	border-radius: 5px;
}
/*.btn-primary {	
	background: #eeedeb;
	background: -moz-linear-gradient(top, #eeedeb 0%, #cfcfcf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeedeb), color-stop(100%,#cfcfcf)); 
	background: -webkit-linear-gradient(top, #eeedeb 0%,#cfcfcf 100%); 
	background: -o-linear-gradient(top, #eeedeb 0%,#cfcfcf 100%); 
	background: -ms-linear-gradient(top, #eeedeb 0%,#cfcfcf 100%); 
	background: linear-gradient(to bottom, #eeedeb 0%,#cfcfcf 100%); 
	border: 1px solid #dad4cd;
	border-radius: 5px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}*/
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	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 {}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	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);}
.btn-info {
	color: #777777;	
	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;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.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);
}

/* list group */

.box .filterbox {}
.filterbox .list-group a{border:none;color:#e76453;}
.list-group a {color: #777777;padding: 4px 0;background: none repeat scroll 0 0 #f5f5f5;}
.list-group a:hover{color: #e76453;}
.filterbox .checkbox {margin:10px  0 10px 0px ;}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #e76453;
	background: #eeeeee;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {color: #FFFFFF;text-shadow: 0 1px 0 #000000;}
.carousel-control .icon-prev:before {content: '\f053';font-family: FontAwesome;}
.carousel-control .icon-next:before {content: '\f054';font-family: FontAwesome;}
#content .product-grid {text-align: center;padding:0;}
.product-grid {padding:0 5px;}
/* product list */
.product-thumb .image img {margin-left: auto;margin-right: auto;}
.product-grid .product-thumb:hover,.product-list .product-thumb:hover{
	box-shadow:  0 0 5px rgba(0, 0, 0, 0.11);
	-moz-box-shadow:  0 0 5px rgba(0, 0, 0, 0.11);
	-webkit-box-shadow:  0 0 5px rgba(0, 0, 0, 0.11);	
}
.product-thumb {
	background:#fff;
    border: 1px solid #e3e2e2;    
	border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	margin: 5px 6px;
	position:relative;
	overflow:hidden;
}
.product-name {  margin: 7px 0;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.product-name a{color:#666666;font-size: 14px;}
.product-thumb:hover .product-name a{color:#e76453;}
#column-left .product-thumb .image,#column-right .product-thumb .image{padding:0;}
.product-thumb .image {text-align: center;position:relative;}
.product-thumb .image a {display: block;}
#column-left .product-thumb .image a,#column-right .product-thumb .image a {
	border: 1px solid #e7e7e7;
	border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	overflow:hidden;
}
.product-grid .product-thumb .image {float: none;}
.product-list .product-thumb .image {float: left;position: relative;}
#content .product-list {padding: 0;}
.product-list .product-detail h4,.product-grid .product-detail h4{white-space: nowrap; overflow: hidden;text-overflow: ellipsis;margin:0;padding: 5px}
.product-list .product-detail h4{padding: 4px 0;}
#column-left .product-thumb .caption,#column-right .product-thumb .caption{	padding:0;}
.product-grid .caption {padding: 0;}
.product-list .productdetail-inner{overflow:hidden; padding: 10px;}
.product-list .caption {float: left;width: 78%;}
.product-list .button-group {float: left;text-align:center;padding: 20px 10px 0;}
#product .input-group-btn{float:left;}
.product-list .caption .wishlist_button,.product-list .caption .compare_button{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #777777;
	padding:0;
	height: auto; width: auto;
	float: left;
	text-align: left;
}
.product-grid .caption .wishlist_button,.product-grid .caption .compare_button,.product-list .button-group1{ display: none;}
.product-list .caption .wishlist_button{margin:0 10px 0 2px;}
.product-list .caption .wishlist_button .fa, .product-list .caption .compare_button .fa{
	color:#3A3A3A;
	font-size:9px;
	vertical-align: 1px;
}
.product-list .caption .wishlist_button:hover .fa,
.product-list .caption .compare_button:hover .fa{color:#e76453;}
.product-list .caption .wishlist_button:hover,
.product-list .caption .compare_button:hover{color: #e76453;}
#column-left .productdetail-wrapper ,#column-right .productdetail-wrapper {float: left;	width:56%;}

@media (max-width: 1230px) {
	.product-grid .product-thumb .caption {padding: 0 10px;}
}

@media (max-width: 767px) {
	.product-list .product-thumb .caption {min-height: 0;margin-left: 0;}
	.product-grid .product-thumb .caption {min-height: 0;}
}
.fa-stack{width:11px; height: 11px;}
.product-list .product-thumb .rating{position:static;}
.product-carousel .product-thumb .rating,#featured-grid .product-thumb .rating,#latest-grid .product-thumb .rating{} 
.product-thumb .rating {padding-bottom: 5px;width:auto;left:0;	padding:0;letter-spacing: -1px;}
.rating .fa-stack {	font-size: 8px;	margin:0;}
.rating .fa-star-o {color: #d4c500;	font-size: 11px;}
.rating .fa-star {color: #d4c500;font-size: 11px;}
.rating .fa-star + .fa-star-o ,.fa-stack-2x{color: #d4c500;}
h2.price {margin: 0;}
.product-list .button-group .price {margin:0 0 5px; opacity: 1 !important;display: block; opacity: 1;}
#content .product-list .productdetail-inner .button-group .button-container{
	display: block;
	opacity: 1;
	position: relative;
	top: auto; bottom: auto; right: auto; left: auto;
	transform: none; transition: none;
}
.product-block.product-thumb .price {color: #000000;font-size:14px;margin-bottom:11px; }
.product-grid .description{	display:none;}
.product-thumb .price-new {	font-weight: 600;}
.product-thumb .price-old {color: #777777;  font-size: 13px;text-decoration: line-through;margin-left: 2px;}
.product-grid .product-thumb .price-tax{display:none;}
.product-list .product-thumb .price-tax{display:block;}
.product-thumb .price-tax {	color: #999;display: none;}
.product-list .product-thumb .button-group,#featured-grid .product-thumb .button-group{border:none;background:none;}
.product-list .caption .price,.product-grid .button-group .price{display:none;}
.product-list .button-group .wishlist_button,.product-list .button-group .compare_button{display:none;}
.product-list .description {margin: 10px 0 5px;color: #777777;}

@media (max-width: 768px) {
	.product-list .product-thumb .button-group {border-left: none;}
}
.product-thumb .button-group button:hover,.header-cart .addtocart:hover,.header-cart .compare:hover,
.product-thumb .button-group .addtocart:hover{background: linear-gradient(to bottom, #E76452 0%, #D43E2A 100% );color: #fff;}
.product-thumb .button-group button ,.header-cart .addtocart,.header-cart .compare, 
.product-thumb .button-group .addtocart{	
	border: none;	
	float: left;			
	text-align: center;	
	background: #eeedeb; /* Old browsers */
	background: -moz-linear-gradient(top, #eeedeb 0%, #cfcfcf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeedeb), color-stop(100%,#cfcfcf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eeedeb 0%,#cfcfcf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eeedeb 0%,#cfcfcf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #eeedeb 0%,#cfcfcf 100%); /* IE10+ */
	background: linear-gradient(to bottom, #eeedeb 0%,#cfcfcf 100%); /* W3C */	
	border: 1px solid #dad4cd;
	border-radius: 5px;   
    padding: 4px 12px;
	width: auto;
	float:none;
	color:#211f20;	
}
#content #latest-carousel .product-thumb .button-group .addtocart,
#content #related-carousel .product-thumb .button-group .addtocart{height:auto;font-size:13px;}
.product-thumb .button-group button + button {width: 20%;border-left: 1px solid #ddd;}
#content #latest-grid .button-container,#content #latest-carousel .button-container{display:block;}
.product-thumb .button-container {
    bottom: 14px;      
    position: absolute;
    left: 0; right: 0;
    margin: 0 auto;  
    text-align: center;
    width: 100%;
    opacity: 0;
	/*display:none;*/
	transform: scale(0);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	-moz-transform: scale(0);
	transition: all 500ms ease;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 40ms ease;
}
#content .product-block:hover.product-thumb .price{opacity: 0;}
#content .product-block:hover .button-container{
	display:block; 
	opacity: 1;
	transform: scale(1.5);
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
-moz-transform: scale(1);
}
.product-thumb:hover .button-group1 {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}
.wishlist_button,
.compare_button {
    -ms-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    display: block;
    background: transparent;
    float: none;
    margin: 0 0 5px 0;
    color: #000;
    border: none;
    height: 25px;
	width: 30px;
}
.button-group1 {
    position: absolute;
    top: 10px;
    bottom: auto;
    right: auto;
    left: 10px;
    opacity: 1;
    display: block;
    transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    transform: translateX(-200px);
    -webkit-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    -o-transform: translateX(-200px);
}
.product-block .product-detail,.product-grid .productdetail-inner{display:block;padding: 10px 10px 15px;}
#column-left .product-block .product-detail{padding: 0;}
#content .product-block:hover .product-detail{/*display:none;*/}

@media (max-width: 1230px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {	width: 33.33%;}
}
@media (max-width: 767px) {
	.product-thumb .button-group button,
	.product-thumb .button-group button + button {width: 33.33%;}
	.zoomContainer{display:none;}
}
.thumbnails {clear: both;list-style: none;padding: 0;margin: 0;}
.thumbnails > img {width: 100%;}
.image-additional a {margin-bottom: 20px;padding: 2px;display: block;border: 1px solid #ddd;border-radius: 4px;}
.image-additional {}
.thumbnails .image-additional {float: left;}

@media (min-width: 1230px) {
	#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-title{color: #e76453;font-size: 20px;margin:0;padding:0 0 10px;}
.regular-price, .special-price {font-size: 16px; }
.right .special-price{margin:0px 5px 0 0; font-weight: 600;}
.right .special-price,.right .old-price{display: inline-block; vertical-align: middle;}
#product #button-cart {font-size: 13px;padding: 5px 12px;width: auto;float:left;}
.product-info .image {border-radius: 3px;display:block;margin-bottom: 15px;text-align: center;}
.productpage .left {padding-right: 0;}
.left-col .zoomContainer .zoomWindow{ box-shadow:none !important; border:none !important;}
.productpage h3 {margin-top:0;}
.product-info .zoomContainer{ z-index:9; }/* It need for ie7 */
.product-info .additional-carousel{ position:relative;}
.product-info .image-additional {clear: both;overflow: hidden;padding:0 20px;width:100%;}
#product .alert-info {padding: 11px;margin-bottom: 10px;border: 1px solid transparent;border-radius: 4px;}
.addthis_toolbox.addthis_default_style {margin: 15px 0 10px;}
.bootstrap-datetimepicker-widget td span:hover {background: #e76452 !important;}
.glyphicon:hover{ color:#000;}
#product-product #tabs_info .nav > li > a{padding: 10px 15px;}
#tab-review legend{ font-size:15px;}
#product .form-group{display: inline-block;margin: 0;padding: 20px 0 10px;width: 100%;}
#product .input-group{width: 100%;}
#product .form-group .input-group.date .form-control, #product .form-group .input-group.time .form-control,
#product .form-group .input-group.datetime .form-control{width: 90%;}
#product .form-group .input-group.time .input-group-btn{position:absolute;}
#product .input-quantity {float: left;margin: 6px 5px 0 0;}
#product #input-quantity {float: left;width:auto;margin: 0 10px 0 0;}
.productpage .rating {clear:both;border-bottom: 1px solid #eeeeee;padding: 0 0 10px;}
.productpage .review-count,.productpage .write-review {display: inline-block;vertical-align: middle;padding: 0 3px;}
.product-info .image-additional img {}
.product-info .image-additional a {float: left;display: block;}
.flexslider .slides img {width: inherit;}
.flexslider.carousel .slides img {width: auto;}
.slides {padding: 0;margin:0;list-style: none;}
.slides li {text-align: center;}
.slides li img {text-align: center;}
.flex-direction-nav a:before {line-height: 40px;}

<!-- Megnor www.templatemela.com - Start -->

/* box */  
.box .box-heading {padding: 10px 0;font-size: 14px;color: #fff;}
.box .box-content {padding:0;}
.box .box-heading{padding:0 11px 13px 0;border-bottom: 4px double #D5D5D5;}
#content .box .box-heading,.box-heading,.box-category-heading{	
	border:none;
	font-size: 16px;
	font-weight: 500;
	color: #e76453;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	background:none;
	padding:0px 5px;
	margin:0;
}
#content .box .box-content {
	background: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	border:none;
	padding:10px 0;
 
}
#content .box.Blog .box-content {width: 100%;float: left;position: relative;overflow: visible;margin: 0 -5px;}
.box.Blog .owl-buttons {right: 0;top: 13px;z-index: 1;display: block !important;position: absolute;}
#blog-carousel .owl-controls .owl-buttons .owl-prev {
	right: 35px;
	top: -45px;
	left: auto;
	color: #d8d8d8;
	width: 20px;
	height: 25px;
	text-align: center;
	padding: 0;
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	background: url("../image/megnor/sprite.png") no-repeat scroll -7px -25px ;
	font-size: 0;
}
.owl-carousel .owl-buttons div i {font-size: 18px !important;margin: 2px 0 0 0 !important;}
.fa-angle-left::before {content: "\f104";}
#blog-carousel .owl-controls .owl-buttons .owl-next {
	right: 6px;
	top: -45px;
	left: auto;
	color: #d8d8d8;
	width: 20px;
	height: 25px;
	text-align: center;
	padding: 0;
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	background: url("../image/megnor/sprite.png") no-repeat scroll -43px -25px;
	font-size: 0;
}
#blog-carousel .owl-controls .owl-buttons .owl-prev:hover {background-position: -7px 3px;}
#blog-carousel .owl-controls .owl-buttons .owl-next:hover {background-position:-43px 3px;}
#content .box.Blog .box-product .product-block {margin: 5px 7px;}
#content #blog-carousel, #content #blog-grid {padding: 0px;	border: none;overflow: visible;}
#content .box.Blog .box-product .product-block:hover {box-shadow: none;}
.blog-image .img-thumbnail {padding: 0;}
.blog-item .blog-left .blog-image .post_hover, .blog-left-content .blog-image .post_hover {
	bottom: 0;
	display: inline-block;
	height: 44px;
	left: 0;
	margin: auto;
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 90px;
}
.blog-item .blog-left .blog-image .zoom, .blog-left-content .blog-image .zoom {
	background: rgba(255, 255, 255, 0.3);
	color: #fff;
	display: inline-block;
	margin-right: 0px;
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	padding: 11px 12px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	z-index: 10;
	position: absolute;
	left: 30px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
}
.blog-title a {color: #000;font-size: 16px;font-weight: 500;}
.blog-desc {width: 100%;float: left;}
.fa.fa-search-plus , .fa.fa-link {color: #fff;margin: 0 auto;}
.post-image-hover {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	border-radius: 3px;
	opacity: 0;
	transition: all 0.6s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}
.blog-item:hover .blog-image .post-image-hover {
	opacity: 1;
	transition: all 0.6s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}
.blog-item .blog-left .blog-image .zoom {
	background: rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	padding: 11px 0;
	height: 40px;
	width: 40px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	z-index: 10;
}
.blog-item .blog-left .blog-image .readmore_link {
	background: rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	display: inline-block;
	vertical-align: top;
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	padding: 9px 0;
	height: 40px;
	width: 40px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	z-index: 10;
}
.blog-item .blog-left .blog-image .readmore_link, .blog-left-content .blog-image .readmore_link {
	background: rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	padding: 11px 12px;
	height: 40px;
	width: 40px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	z-index: 10;
	position: absolute;
	right: 27px;
}
.blog-item:hover .product-block .blog-left .readmore_link, .blog-left-content:hover .blog-image .readmore_link {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-kkhtml-opacity: 1;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	right: 0;
}
.blog-item .blog-left .blog-image .zoom:hover, .blog-item .blog-left .blog-image .readmore_link:hover {color: #fff;}
.blog-item .blog-left .blog-image .zoom:hover, .blog-item .blog-left .blog-image .readmore_link:hover,
.blog-left-content .blog-image .zoom:hover, .blog-left-content .blog-image .readmore_link:hover {background: rgba(231, 100, 83, 0.6);}
.blog-item:hover .product-block .blog-left .zoom, .blog-left-content:hover .blog-image .zoom {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -kkhtml-opacity: 1;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    left: 0;
}
.blog-item:hover .product-block .blog-left .post_hover, .blog-left-content:hover .blog-image .post_hover {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-kkhtml-opacity: 1;
	transition: all 0.1s ease 0s;
	-moz-transition: all 0.1s ease 0s;
	-webkit-transition: all 0.1s ease 0s;
	-ms-transition: all 0.1s ease 0s;
	-o-transition: all 0.1s ease 0s;
}
.blog-left-content:hover .post-image-hover {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-kkhtml-opacity: 1;
	transition: all 0.1s ease 0s;
	-moz-transition: all 0.1s ease 0s;
	-webkit-transition: all 0.1s ease 0s;
	-ms-transition: all 0.1s ease 0s;
	-o-transition: all 0.1s ease 0s;
}
.information-blogger-blogs .panel-body {padding: 0;position: relative;}
.blog-left-content .blog-image {position: relative;overflow: hidden;}
.blog-left {position: relative;}
.blog-right{float: left;width: 100%; text-align: left;}
.blog-date {border-bottom: 1px solid #EAEAEA;color: #E76453;font-size: 12px;padding: 10px 0;overflow: hidden;}
.date-time,.write-comment{display: inline-block; vertical-align: middle;}
.date-time:before, .write-comment:before{content: "\f017"; font-family:FontAwesome;font-size: 14px;}
.write-comment:before {content: "\f075";}
.write-comment {margin-left: 10px;}
.write-comment a {color: #E76453;}
.blog-right > h4 {font-size: 14px;}
.blog-right > h4 > a{color: #211f20;font-weight: 600;}
.blog-desc {margin: 0 0 10px;}
.blog-right-content .read-more {margin: 10px 0 0;}
.read-more {text-transform: capitalize;	width: 100%;float: left;}
.blog_stats {float: left;padding-bottom: 10px;}
.blog_stats .fa {color: #000;margin: 0;}
.blog_stats > span > b {font-weight: 500;}
.view-blog {float: left;width: 100%;text-align: left;margin: 0 0 10px;}
.read-more a {color: #E76453;font-size: 13px;}
.read-more a:hover {color: #1f2022;}
.all-blog .panel-default {padding: 0;border: none;}
.blog-right > h4 > a:hover{color: #E76453;}
#content .box.Blog {background: #fff;box-shadow: none;padding: 10px 0;}
.box .box-content ul , #content .content ul {padding:0px;margin:0px;list-style:none;}
.box .box-content ul li a , #content .content ul li a{}
.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{}
/* 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;	
}
.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 3px; 
	background:#fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	clear:both;
	overflow:hidden;
}
#content .image-additional .slider-item .product-block:hover {   box-shadow: none !important; }	
.product-block-inner {}
.grid_default_width { width:185px;}
.featured_default_width{ width:185px;}
.module_default_width{ width:185px;}
.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;}
.blog_default_width {width: 250px;}
.banners-slider-carousel .product-block-inner{text-align:center;}
#content .product-carousel .product-block,
#content .product-grid-list  .product-block,
#content .box-product .product-block{ 
	margin:5px 6px; 
	background:#fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	clear:both;	
}
#content .product-carousel .product-block:hover,
#content .product-grid-list .product-block:hover,
#content .box-product .product-block:hover {    
	box-shadow:  0 0 5px rgba(0, 0, 0, 0.11);
	-moz-box-shadow:  0 0 5px rgba(0, 0, 0, 0.11);
	-webkit-box-shadow:  0 0 5px rgba(0, 0, 0, 0.11);	
	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;}
#content .product-carousel .product-block-inner,
#content .product-grid-list .product-block-inner,
#content .box-product .product-block-inner{ padding:0px; text-align:center; margin:0;}
.banners-slider-carousel {margin-bottom: 15px;position: relative;width: 100%;}
.sale{ 
	background-color: #e76453;
    color: #fff;
    line-height: 31px;
    padding: 24px 29px 0 26px;
    position: absolute;
    right: -33px;
    text-align: right;
    top: -20px;   
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
}
.product-list .sale{
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	left: -33px;
    right: auto;   
}
	
/* 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;width:100%;padding: 5px 0;}
#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 .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 {font-size:13px;}
#column-left .box .box-content, #column-right .box .box-content {padding: 10px 0 0;}
#column-left .box-product .rating,
#column-right .box-product .rating {display: block;	margin-bottom: 0px;}
#column-left .product-thumb, #column-right .product-thumb {
	border:none;	
	margin:0;
	padding-bottom:5px;
	background:none;
	padding: 0;
	border-radius:0px;
	-webkit-border-radius:0px;
	-khtml-border-radius:0px;
	-moz-border-radius:0px;
	height:auto !important;
	box-shadow:  none;
	-moz-box-shadow:  none;
	-webkit-box-shadow:  none;	
}
#column-left .sale, #column-left .button-group, #column-left .price-tax, #column-left .wishlist_button , #column-left .compare_button,
#column-right .sale, #column-right .button-group, #column-right .price-tax, #column-right .wishlist_button , #column-right .compare_button {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);
    padding: 0;
    width: auto;
	border:none;
	color: #211f20;
}	
#column-left .product-thumb .button-group button:hover,
#column-right .product-thumb .button-group button:hover {color:#e76453;}
#column-left .product-thumb .button-group, #column-right .product-thumb .button-group {background:none; border:none;}
.top_button {
    background: url("../image/megnor/top_arrow.png") no-repeat scroll 0 0 transparent;
	width:33px;
	height:33px;
	font-size:0;
   
}
#product .btn-group .wishlist,#product .btn-group .compare ,#product .btn-group .wishlist:hover,#product .btn-group .compare:hover {
    border: medium none;
    padding: 0;
	background:none;
	box-shadow:none;
	border-radius:0;
}
#product .btn-group .wishlist:hover,#product .btn-group .compare:hover{color:#e76453;}
.product-info .cart .links {display: inline-block;vertical-align: middle;}
.or {float: left;margin: 5px 10px;}
#product .form-group .btn-group{float:left;width:auto;  margin: -5px 0 0;}
.productpage .inner-title {margin: 0;padding: 10px 0;}
#content ul.list-unstyled {  	
    margin-bottom: 0px;
    overflow: auto;
    padding: 10px 0 10px ;
	border-left:none;
	border-right:none;   
}
#content ul.list-unstyled li {margin: 0 5px 0 0;padding: 4px 0;}
.manufacturer-list {
    border: 1px solid #e2e2e2;
    margin-bottom: 20px;
    padding: 5px;	
	border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
}
.manufacturer-heading {
    background: none repeat scroll 0 0 #f6f6f6;
    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%;}
#column-left .flexslider, #column-right .flexslider { margin: 0 0 20px; box-shadow: 0 0; border-radius:0;}
.category_filter .sort .form-control {cursor:pointer;}
.productpage .box {margin-top:20px;}
.tab-content {
   background:#f6f6f6;
   border:1px solid #d4d4d4;  
   padding: 10px;
	overflow:hidden;
	border-radius:0 5px 5px;
	-webkit-border-radius:0 5px 5px;
	-khtml-border-radius:0 5px 5px;
	-moz-border-radius:0 5px 5px;
}
.col-sm-4.total_amount { float:right;}
.collapsable.lastCollapsable {border: medium none;}
#collapse-shipping .hasCustomSelect{width:95% !important;}

@media (max-width: 1230px) {
	.cms_banner #banner_CMS{padding:15px 5px;}
	.cms_banner .banner_content{padding-left: 3px;}
	.product-info .image-additional { width: 100%;}#column-left .product-thumb .price-old, #column-right .product-thumb .price-old  {margin-left:0;display:inline-block;}
	#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;}
	#left_categorytitle{width:174px;}
	.product-info .image-additional {padding:0 10px;}
	.dropmenu ul, .dropmenu div{  left: 189px;}
	.product-list .caption{width:67%;}
	.layout-2.left-col #column-left {width: ;}
	.banner-module .single-banner-inner{width: 33%;}	
	.banner-module .single-banner-inner:nth-child(2n){margin: 0 0.5%;}
	.newsletter-heading {float: none;display: inline-block;vertical-align: middle;width: 100%;text-align: center;}
	.footer-block h2.title ,.newsletter-heading .sub-title{float: none;display: inline-block;vertical-align: middle; margin: 0 auto;}
	.newsletter-heading .sub-title{padding-top: 4px;}
	.footer-block .newsletter-widget-block {
		float: none;
		width: 100%;
		display: inline-block;
		vertical-align: middle;
		text-align: center;
		margin: 13px auto 0;
		letter-spacing: 0;
	}
	.footer-block .newsletter-widget-block .input-news,
	.footer-block .newsletter-widget-block .subscribe-btn {	float: none;display: inline-block;vertical-align: middle;}
	.footer-block.newsletter{padding: 15px;}

}
@media only screen and (min-width: 1023px) and (max-width: 1230px){

	.header-static-block{width: auto;margin: 34px 1% 0 1%;}
	.header_banner > ul{padding: 0;}
	.header_banner li{padding-right: 10px;padding-left: 40px;margin: 0;}
	.header_banner li.Money {margin: 0 0 0 10px;padding-right: 10px;}
	/*.footer-block h2.title{font-size: 17px;margin: 10px 0;}
	.footer-block h2::before{font-size: 22px;margin: 0 5px 0 0;}
	.sub-title{font-size: 13px; margin: 14px 0 0 5px;}
	.footer-block .newsletter-widget-block #txtemail{width: 204px;}*/
}

@media only screen and (min-width: 980px) and (max-width: 1023px){
	.header-static-block{width: auto;margin: 34px 1% 0 1%;}
	.header_banner > ul{padding: 0;}
	.header_banner li{padding-right: 10px;padding-left: 40px;margin: 0;}
	.header_banner li.Money {margin: 0 0 0 10px;padding-right: 10px;}
}
@media only screen and (min-width: 768px) and (max-width: 980px){

	#product .form-group .btn-group {clear: both;margin: 10px 0 0;}
	.block_1{width:60%;}
	.block_2{width:40%;}
	.footer-block h2.title{font-size: 18px;}
	.footer-block h2::before{font-size: 21px;}
	.sub-title{font-size: 16px;}	
}

@media (max-width: 979px) {
	.responsive-menu .main-navigation{border: 1px solid #cbcaca; border-top: none;border-radius: 0 0 5px 5px;top: 91%;}
	#column-left .box .box-content, #column-right .box .box-content, #column-left .box .filterbox,
	#column-right .box .filterbox, #column-left .box .list-group, #column-right .box .list-group {display: none;margin-bottom: 0;padding: 10px 0px;}
	#column-left .box, #column-right .box {margin-bottom: 5px;}
	.layout-2 #content {width: 100%;}
	.layout-2.left-col #content,.layout-2.right-col #content{padding:0; display: block;width: 100%;}
	#column-left,#column-right,.layout-2.left-col #column-left,
	.layout-2.left-col #column-right{clear: both;display: block !important;margin: 20px 0;padding: 0 ;width: 100%;}
	#top .btn-link{padding:4px 5px;}
	.container .category-box{display:none;}
	.responsive-menu .main-navigation{ background:#e4e3e0;}
	#menu > ul > li{background:none;}
	.responsive-menu{margin:0 0 10px;border:1px solid #cbcaca;}
	.nav-responsive span {margin-top: 4px;}
	.cate_inner,#menu .static-menu{display:none;}
	#column-left .box-product .image,
	#column-right .box-product .image {margin-right:7px;}
	.product-list .button-group{padding: 0;text-align: left;}
	.product-list .caption { width: 100%;padding-bottom: 2px;}
	.product-list .button-group .price{text-align: left;padding: 0; margin-bottom: 10px;}
	.product-list .product-thumb .price-tax{text-align: left;}
	.product-list .product-thumb .button-group .addtocart{float: left;}
	#column-left .productdetail-wrapper, #column-right .productdetail-wrapper { width: 52%;}
	.content_headercms_top,.contact-cms{display:none;}
	.cms_banner #banner_CMS{text-align:center;}
	.cms_banner .img{display:none;}
	.cms_banner .banner_content{display:inline-block;float:none;}
	#menu > ul > li{border:none;}
	#content .image-additional .slider-item .product-block{margin: 4px 8px;}
	.contact-info .left,.contact-info .right{width:100%;}
	.common-home #content .banner .hover_shine {height: 70px;width: 100%;}
	#footer .column ul {display: none;}
	#footer .column {width: 100%;}
	footer h5{line-height: 18px;}
	.footer-center .col-sm-3.column{padding-left: 0;}
}

@media (max-width: 767px) {

	#content .product-detail{margin: 10px 0 15px;}
	.product-thumb .button-container {
		position: relative;
		top: auto; right: auto;
		left: auto; bottom: auto;
		transition: none;transform: none;
		opacity: 1;
	}
	.product-thumb .button-group button, 
	.product-thumb .button-group .addtocart{background: linear-gradient(to bottom, #E76452 0%, #D43E2A 100% );color: #fff;}
	#content .product-block:hover.product-thumb .price {opacity: 1;}
	.product-block.product-thumb .price{margin-bottom: 5px;}
	.button-group1{display: none;}
	.product-info .image-additional {width: 100%;}
	.product-info .image-additional a {padding: 1px;}
	.btn-info {margin-bottom:3px;}
	#input-search {margin-bottom: 8px;}
	#content{min-height:500px;}
	#menu {border-radius: 0px 0 5px 5px;}
	.container .header-logo {margin: 15px 0;}
	.container .header-cart{margin-top: 17px;}
	.productpage .left{padding-right:15px}
	.productpage .left .left{padding:0;}
	#cart .dropdown-menu{right: 0px;}
	.container .nav-tabs > li{width:100%;}
	.container .nav-tabs > li > a{margin:0 0 3px;border-radius:4px;}
	.cms_banner .banner_1{background:#3D3D3D;}
	.cms_banner .banner_2{background:#DB4181;}
	.cms_banner .banner_3{background:#C6531C;}
	.cms_banner .banner_4{background:#F9D90C;}
	.cms_banner #banner_CMS { border: none;margin: 0; width: 50%;}
	#search .input-lg{width:auto;}
	#search{ display: inline-block;float: none; width: 100%;}	
	#search .input-lg {width: 81%;}
	#search .btn-lg{width: 15%; float: right;}
	.header-cart .dropdown-menu.pull-right{right: -73px;}
	header .row{text-align:center;}
	.header-cart #cart{width:auto;float:none;}
	#cart > .btn{float:none;display:inline-block;}
	.header-right{width: auto; float: none;}	
	.container .header-search{line-height: 10px; width: 100%; clear: both;margin:0;}
	#content {width: 100% !important;}
	.checkout-cart .btn.btn-danger {margin-top: -2px !important;}	
	.block_1 {padding: 0;width: 100%;}
	.block_2 {border:none;display: inline-block;float: none;padding: 0;text-align: center;width: 100%;}
	.tab-content{border-radius:5px;	-webkit-border-radius:5px;-khtml-border-radius:5px;-moz-border-radius:5px;}
	.block_2 .title_block{float:none;display:inline-block;margin:10px 0;width:100%;}
	.block_2 > ul{display:inline-block;float:none;}
	.checkout-cart-page .input-group .btn {padding: 6px 2px !important;}
	.checkout-cart-page .input-group .form-control { padding: 6px 6px !important;}
	.button_class {clear:both;}
	#content #featured-grid .product-thumb:hover .addtocart, 
	#content #latest-grid .product-thumb:hover .addtocart, 
	#content .product-carousel .product-thumb:hover .addtocart{border: 1px solid #c63622;color: #fff;background:#e76452 ;
		background: #e76452; /* Old browsers */
		background: -moz-linear-gradient(top, #e76452 0%, #d43e2a 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e76452), color-stop(100%,#d43e2a)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #e76452 0%,#d43e2a 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #e76452 0%,#d43e2a 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #e76452 0%,#d43e2a 100%); /* IE10+ */
		background: linear-gradient(to bottom, #e76452 0%,#d43e2a 100%); /* W3C */
		color:#fff;
		border: 1px solid #c63622;
	}
	.product-info .image, .product-info .additional-carousel {margin: 0 auto; width: 300px;}
	.col-sm-7.right {clear: both;}
	#content .image-additional .slider-item .product-block { margin: 4px 5px;}
	.checkout-cart .btn-block .form-control{float:none;border-radius:5px !important;margin:0 0 5px ;}
	.checkout-cart .btn.refresh{border-radius:5px 0 0 5px !important;}
	.product-compare table{overflow: scroll;width: 100%;display:inline;float:left;}
	.footer-block h2.title{font-size: 17px;}
	.footer-block h2::before{font-size: 20px;margin-right: 10px;}
	.sub-title{font-size: 13px;}
	.product-grid .productdetail-inner{padding: 10px 0 15px;}
}
@media only screen and (max-width: 479px) {	
	.total-cart, #cart #cart-total::before{display: none;}
	#cart-total .quantity {
		height: 18px; width: 18px;
		background: #d74431;color:#ffffff;
		top: -24px;right: 0;
		position: absolute; line-height: 18px;
		border-radius: 50%;
	}
	.product-info .image-additional a{ float:none; text-align:center; padding: 1px;}
	.product-list .button-group .price,.product-list .product-thumb .price-tax{text-align: center;}
	.product-list .product-thumb .button-group .addtocart{float: none;}
	.table {margin-bottom: 20px;overflow: scroll;width: 100%;}
	.banner-module .single-banner-inner {width: 100%; margin-bottom: 5px;}
	.banner-module .single-banner-inner:nth-child(2n) {margin: 0 0 5px 0;}
	.banner div > a {display: inline-block;}
	.product-list .productdetail-inner{text-align:center;}
	.product-list .product-thumb .image{float:none;}
	.product-list .caption{width:100%;}
	.product-list .button-group{display:inline-block;float:none;width:100%;padding:0;  margin: 5px 0 0;}
	.product-list .caption .wishlist_button, .product-list .caption .compare_button{float: none; display: inline-block; vertical-align: middle;}
	.product-list .button-group{text-align:center;}
	.pagination-right { clear: both;float: left; margin: 5px 0; width: auto;}
	.category_filter .pagination{clear:left;}
	.category_filter .limit{margin:10px 0 0;float:left;}
	.category_filter .pagination {margin: 15px 10px 0 0;}
	.product-list .productdetail-inner{clear:both;}
	.flex-direction-nav a:before {font-size:27px !important;}
	.dropdown-menu.pull-right {width: 100%;}
	#cart .dropdown-menu li > div {min-width:100%;}
	.col-sm-4.total_amount{width:100%;}
	.col-sm-4.total_amount table{display: inline-table;}
	.product-info .image, .product-info .additional-carousel {  width: 100%;}
	#product .form-group .btn-group {margin: 5px 0 0;}
	.or{clear:both;}
	.common-home #content .banner .hover_shine{display:none;}
	.account-wishlist .table{display:inline;float:left;width:100%;overflow:auto;}
	.checkout-cart .input-group .form-control{width:140px;}
	.checkout-cart .table-bordered .input-group .form-control{width:auto;}
	.footer-block h2.title{font-size: 15px;}
	.footer-block h2::before{font-size: 17px;}
	.sub-title{font-size: 13px;}
	.footer-block .newsletter-widget-block #txtemail{width: 156px;}
	#search .input-lg {width: 75%;}
	#search .btn-lg{width: 21%;}
}
@media only screen and (max-width: 380px){
	#content .product-grid{width:100%;}
}
@media only screen and (max-width: 319px){
.product-info .product-image .customNavigation{ width:196px; margin:0 auto; position: relative; } 
.product-info .additional-carousel {width:196px; margin:0 auto;}
.btn-primary {margin-bottom:2px;}
#cart .dropdown-menu{width: 211px;}
.header-cart .dropdown-menu.pull-right{right: -37px;}
.cms_banner #banner_CMS {width: 100%;}
.block_1 .about_icon{float:none;display:inline-block;width:60px;text-align:center;}
.block_1{text-align:center;}
#search{width:205px;}
#search .input-lg {width: 121px;}
#cart .dropdown-menu{right: -18px;}
.myaccount .myaccount-menu{width:88px;}
#product .input-group .form-control{width:165px;}
#top-links ul.dropdown-menu.myaccount-menu{min-width:130px;}
#cart .dropdown-menu table{display:inline-block;}
#input-date-ordered{ width: 150px;}
.checkout-cart .input-group .form-control{width:70px;}
.checkout-cart .pull-left{margin:0 0 10px;}
.checkout-cart .pull-right{float:left;clear:both;}
}
<!-- Megnor www.templatemela.com - End -->