body {
	/*font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #626262;
	font-size: 14px;
	line-height: 20px;
	letter-spacing:0.5px;
	background:#f5f5f5;*/
}
body.common-home{background:transparent;}
: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;}
.f-cb:after,
.f-cbli li:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  content: ".";
}
.f-cb,
.f-cbli li {
  zoom: 1;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 13px;
	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;
}
.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;
}

.common-home .slide_header {
    /*background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 0;
    transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
    width: 100%;
    z-index: 999;*/
}
.common-home .slide_header:hover,.slide_header:hover,.slide_header.fixed:hover, .common-home .slide_header.fixed:hover{
	background: #fff;
}
.slide_header:hover #form-language .btn-link,.slide_header:hover .search{
	color: #555;
}
.slide_header:hover .main-menu > ul > li > a{
	color: #555;
}
.slide_header {
    /*background-color: #000;
    border-bottom: medium none;
    position: absolute;
    transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
    width: 100%;
    z-index: 9;
	min-height:66px;
	margin-bottom:70px;*/
}
.slide_header.fixed, .common-home .slide_header.fixed{
	/*background-color: rgba(0,0,0,.5);
 	transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
  	animation: fixedAnim 1s ease 0s normal both 1 running;
  	-webkit-animation: fixedAnim 1s ease 0s normal both 1 running;
  	-moz-animation: fixedAnim 1s ease 0s normal both 1 running;
  	-o-animation: fixedAnim 1s ease 0s normal both 1 running;
  	position: fixed;
  	width: 100%;
  	z-index: 999;*/
}
@-webkit-keyframes fixedAnim{0%{top:-100%;}100%{top:0;}}
@-moz-keyframes fixedAnim{0%{top:-100%;}100%{top:0;}}
@keyframes fixedAnim{0%{top:-100%;}100%{top:0;}}
.container {
    /*position: relative;
    top: 162px;*/
}

.header_left {
    float: left;
    position: relative;
	/*width:10%;*/
}
.header_right{
   
}
.header_center{
    /*display: inline-block;
    float: left;
    margin: 7px 0 0;
    position: relative;
    text-align: center;
    width: 80%;
    z-index: 999;
	white-space:nowrap;*/
}

/*alert*/

.alert.alert-success.animated{
	width:100%; 
	height:92px; 
	text-align:center;
	vertical-align:middle; 
	padding:30px 20px; 
	opacity:0.95 !important; 
	-webkit-opacity:0.95 !important; 
	-moz-opacity:0.95 !important; 
	-khtml-opacity:0.95 !important; 
	background-color: #000  !important;
    border-color: #000 !important;
    color: #fff !important;
	border-radius:0px !important;
	-webkit-border-radius:0px !important;
	-khtml-border-radius:0px !important;
	-moz-border-radius:0px !important;
}
.alert.alert-success.animated span{font-size:16px !important;}
.alert.alert-success.animated span a{color:#fff;}
.alert.alert-success.animated span .fa.fa-check-circle{color:#9bcf85;}
.alert.alert-success.animated button.close{
	opacity:1; 
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity:1;
	color:#fff;
}
.container > .alert {
    margin: 0 -15px 20px;
}

/* top */
#form-currency .btn-link strong, #form-language .btn.btn-link > img {
    margin-right:0px;
}

.myaccount-menu .lang_cur_block {
    display: inline-block;
    margin-top: 20px;
    position: relative;
    text-align: left;
    width: 100%;
	margin:5px 0 0;
	white-space:nowrap;
}

#form-currency .btn-link{
    background: transparent none repeat scroll 0 0;
    padding: 2px 10px;
	margin:0 0 0px;
	color:#262626;
	font-weight:700;
}
.currency-menu {
    display: inline-block;
    list-style: outside none none;
    margin: 6px 10px 0px;
    padding: 0;
    position: relative;
	width:100%;
	white-space:nowrap;
	float:left;
}
#form-currency .btn-link, #form-language .btn-link {
    line-height: 20px;
    padding: 2px 6px;
}
#form-language .btn.btn-link > img{vertical-align:baseline;}
#top-links .language-menu a:hover{background:none;}
.currency-menu > li{display:inline-block; margin:0 10px 0 0; float:left; background-color:#000;}

#form-currency .btn-link strong { font-weight:normal; }

#form-language .btn-link {
    background: transparent none repeat scroll 0 0;
    padding: 27px 0 23px;
	margin:0 0 0px;
	color:#fff;
	font-weight:normal;
}

#form-language .language-menu button {
    padding: 0;
}

#form-language .language-menu { display: inline-block;
    float: left;
    padding: 5px 10px 0;
    position: relative;
    width: 100%;
	list-style:outside none none;
}
#top-links .myaccount-menu .language-menu > li, #top-links .myaccount-menu .currency-menu > li {
    display: inline-block;
    float: left;
    margin: 0 10px 0 0;
	padding:0;
	width:auto;
}
#top-links .myaccount-menu .language-menu > li a, #top-links .myaccount-menu .currency-menu > li a{padding:1px 0;}

#form-currency .btn-link:hover,  #form-language .btn-link:hover, #form-currency .btn-link:focus,  #form-language .btn-link:focus { color:#b3b3b3; }
.myaccount-menu .lang_cur_block .pull-left {
    border-top: 1px dashed #999999;
    margin-top: 10px;
    padding-top: 10px;
    width: 100%;
}
.language-menu img{height:16px;}
#form-currency .currency-select {
	text-align: left;
	width:100%;
}
#form-currency .currency-select:hover {
	text-shadow: none;
	color: #262626;
	background:none;
}
#form-currency li .currency-select.btn-link {
    font-weight: normal;
    line-height: 18px;
    padding: 2px 6px;
    text-align: left;
    width: 100%;
}
#form-currency li:hover .currency-select.btn-link {
	color:#000;
}
.currency-menu > li:hover{background-color:#b3b3b3;}
#form-currency .dropdown-menu { padding: 8px 12px; left:-1px; }

#form-language .dropdown-menu > li > a {padding: 2px 0px;}
#form-currency .dropdown-menu .btn { padding: 2px !important; border:none; margin:0; text-transform: none; }
#form-language .dropdown-menu > li > a:hover {color:#808080;}
#top-links .btn-link, #top-links li, #top-links a,#form-language .dropdown-menu > li > a {
	color: #b3b3b3;	
	text-decoration: none;
}
#top-links li{padding:0; display:block;}
#top-links a .fa{padding:5px 5px;}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover,#top-links .dropdown-menu a:focus {
	color: #fff;
}
#top-links .btn-link strong {
	font-size: 14px;
	font-weight: normal;
}
#top-links {
	padding-top: 0px;
	float:right;
	clear:none;
	margin:0;
}
#top-links .list-inline{margin-bottom:0;}
#top-links a + a {
	margin-left: 15px;
}
#top-links .myaccount a {
    background: transparent url("../image/megnor/top-icon.png") no-repeat scroll 0 -116px;
    display: block;
    height: 56px;
    padding: 0;
    width: 45px;
}
#top-links:hover .myaccount a{
	 background: transparent url("../image/megnor/top-icon.png") no-repeat scroll 0 -360px;
}
#top .fa-caret-down{vertical-align:text-bottom;}
#top-links .myaccount .myaccount-menu a {
    background: transparent none repeat scroll 0 0;
    height: auto;
    padding: 3px 8px;
    width: auto;
	color:#b3b3b3;
	white-space:normal;
}
#top-links .myaccount-menu{width:230px;}
#top-links .myaccount .myaccount-menu a:hover{
	color:#808080;
}
#top-links .myaccount-menu li{padding:0 20px; display:block; width:100%;}
.lang_cur_block .btn-group{display:block;}
/* logo */
.header-logo{float:left;}
.header-cart{float:right;}
#logo {
	/*margin: 31px 0 19px;
	display:inline-block;*/
}
.col-sm-4.header-logo{width:auto; padding:0;}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	/*height: 40px;
	line-height: 20px;
	padding: 0 10px;*/
}
#search .btn-lg {
    /*background-color: #161b1e;
    border: medium none;
    border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
    height: 40px;
    line-height: 16px;
    margin: 0;
    padding: 0;
    width: 39px;*/
}
.search {
	color: #fff;
    cursor: pointer;
}
.box .box-content .product-details .addtocart{display:none;}
.header-search .close-button {
    display: inline-block;
    height: 100%;
    width: 35px;
	background: transparent url("../image/megnor/top-icon.png") no-repeat scroll 3px 10px;
    cursor: pointer;
	position:absolute;
	right:0;
	display:none;
}
.header-search .close-button:hover {
    background-position: 3px -235px;
}
.header-search .search-selected .close-button {display:block;}
#search .input-lg {
    /*background-color: transparent;
    border: medium none;
    border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
    color: #fff;
    line-height: 20px;
    padding: 0px;
    width: 100%;*/

}
#search.search-selected .input-lg {
    padding: 4px 10px;
}
.header-search .input-group-btn {
    position: absolute;
    right: 0;
    width: auto;
}
.header-search .searchtoggle {
    background: transparent none repeat scroll 0 0;
    display: none;
    position: absolute;
    right: 0;
    top: 52px;
    width: 342px;
    z-index: 99;
}
#search.search-selected{
    transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
    width: 300px;
	background: #242424 none repeat scroll 0 0;
	border:1px solid #999;
}
#search{
	
}
.header-search:hover #search, #search.focus{
	/*opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-khtml-opacity: 1;
    top: 100%;
    transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
    visibility: visible;
    z-index: 9;*/
}

/* cart */
.col-sm-3.header-cart {
    float: right;
    padding: 0;
    position: relative;
    width: auto;
}
#cart {
	margin-bottom: 0px;
	float:right;
}
#cart > .btn {
	background: transparent url("../image/megnor/top-icon.png") no-repeat scroll 6px -176px;
    border: medium none;
    color: #fff;
    line-height: 18px;
    padding: 28px 20px;
}
#cart.open > .btn, #cart > .btn:hover {
	background: transparent url("../image/megnor/top-icon.png") no-repeat scroll 6px -421px;
	box-shadow: none;
	text-shadow: none;
}
#cart .dropdown-menu li:first-child {
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
}
#cart:hover .dropdown-menu, #top-links:hover .myaccount-menu{
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-khtml-opacity: 1;
    top: 96%;
    transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
    visibility: visible;
    z-index: 9;
}
#cart .dropdown-menu, #top-links .myaccount-menu{
	background-color: #242424;
    border-top: 1px solid #ffd200;
	border-left:medium none;
	border-right:medium none;
	border-bottom:medium none;
    border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
    display: block;
    font-size: 14px;
    line-height: 18px;
    opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	-khtml-opacity: 0;
    padding: 20px 0;
    position: absolute;
    text-align: left;
    top: 180%;
    transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
    visibility: hidden;
    z-index: 9;

}
#cart-total {
    background-color: #ffc400;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
    color: #000;
    font-size: 12px;
    line-height: 13px;
    padding: 2px 4px;
    position: absolute;
    right: 3px;
    top: -8px;
    z-index: 9;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	z-index: 1001;
}
#cart .dropdown-menu {
	width: 350px;
	padding:10px;
	color:#fff;
}
#cart .cart-menu .text-left > a{color:#fff;}
#cart .button-container {  
    width: auto;
	float:right;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
	border:medium none;
}
#cart .cart-menu .btn-xs {
    background: transparent none repeat scroll 0 0;
    color: #fff;
}
#cart .cart-menu .btn-xs:hover, #cart .cart-menu .btn-xs:focus{
	background:#000 none repeat scroll 0 0;
}

#cart .dropdown-menu table td{border:none;background:none;}
#cart .dropdown-menu li > div {		
}
#cart .dropdown-menu li p {	
	margin:10px 0;
	color:#b3b3b3;
}
/* menu */

#menu.main-menu {
}

.responsive-menu,
.main-menu {
	margin-bottom: 0px;
	text-align:center; 
	display:none;
	/*overflow:hidden; HIDE CATEGORIES THOSE ARE OUT OF MANU.  */	  
}

.one-page-slider {
    position: relative;
}
 .nav-responsive span,
.main-menu > ul > li > a {
	font-size: 14px;
	color: #fff;
	display: block;
	padding: 28px 0 29px;
	margin-bottom: 0px;
	z-index: 6;
	position: relative;
	font-weight:normal;
	text-transform:uppercase;
}
.main-menu a:hover { text-decoration:none; color: #ffcd06;}

.main-menu > ul > li:hover > a {
	background: none;	
}
.main-menu > ul > li > ul , .responsive-menu .main-navigation{
	/*display: none;
	background: #242424;
	position: absolute;	
	z-index: 5;
	padding: 5px;	*/
} 
.main-menu > ul > li:hover > ul {
	display: block;
} 
.main-menu > ul > li ul > li > ul {
	display: none;
	background: #15BCF0;
	position: absolute;	
	z-index: 5;
	padding: 5px;	
	margin-left:-13px;
}
.main-menu > ul > li ul > li:hover > ul {
	display: block;
	 top: 0px;
    left: 173px;
}

.main-menu > ul > li > ul > ul {
	/*display: table-cell;*/
}
.main-menu > ul > li ul + ul {
	/*padding-left: 20px;*/
}
.main-menu > ul > li ul > li > a , .responsive-menu .main-navigation li a{	
	/*padding: 8px;
	color: #b3b3b3;
	font-size:14px;
	display: block;
	white-space: nowrap; */
}
.main-menu > ul > li ul > li > a{/*min-width: 188px;*/}
.main-menu > ul > li ul > li > a:hover  , .responsive-menu .main-navigation li a:hover  {
	/*color:#fff;*/
}
.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;
} 

#menu ul.nav li .megamenu.column1 ul.list-unstyled > li.dropdown:hover > .dropdown-menu {
    display: block;
}
#menu ul.nav li .megamenu.column1 ul.list-unstyled > li.dropdown .dropdown-menu {
    display: none;
    left: 188px;
    padding: 10px;
    position: absolute;
    top: 0;
	border:medium none;
}

#menu ul.nav li .megamenu ul.list-unstyled li > a, .hiden_menu .top_level a {  
    width: 100%;
}

#menu ul.nav li .megamenu ul.list-unstyled.childs_2 a { /*min-width:145px; */}
#menu .hiden_menu .dropdown-inner .dropdown .megamenu{display:none;}
#menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu {
    border: medium none;
    margin: 0;
    padding: 0 0;  
	position:relative;
	background:#242424;
	top:auto;
}

#menu ul.nav li .megamenu ul.list-unstyled li > a, .hiden_menu .top_level a{ background:none; font-size:14px; font-weight:normal; color:#fff;}
#menu ul.nav li .megamenu.column1 ul.list-unstyled li > a{
    background: transparent none repeat scroll 0 0;
	font-size: 14px;
    font-weight: 400;
    line-height: 24px;
	padding:3px 8px;
	color:#b3b3b3;
	text-transform:capitalize;
	}
#menu .hiden_menu li a {
    background: transparent none repeat scroll 0 0;
	font-size: 14px;
    font-weight: 400;
    line-height: 29px;
	padding:3px 8px;
	color:#b3b3b3;
	text-transform:capitalize;
	}
.hiden_menu .dropdown-inner li.top_level a { font-size: 12px;
    font-weight: 500;
    line-height: 24px; 
	}
/*#menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li > a:before {
    content: "\f006";
    display: inline-block;
    font-family: "FontAwesome";
    padding-right: 8px;
	font-size: 9px;
}*/

/*#menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li > a:hover:before { content: "\f005"; }*/

#menu ul.nav li .megamenu ul.childs_1 { padding:0 20px; border-right:1px solid #3d3d3d; }

#menu ul.nav li .megamenu ul.childs_1:last-child {
    border: medium none;
}
#menu ul.nav li .megamenu ul.childs_1:first-child {
    padding:0px 20px;
}
#menu ul.nav li .megamenu ul.childs_1 li{
	padding:0px;
}
#menu ul.nav li .megamenu.column1 ul.childs_1 li, #menu .hiden_menu li{padding:0 20px;}
#menu ul.nav li .megamenu.column1 ul.childs_1 { border:none; padding:0px 0; float:left; width:100%; }


#menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li > a:hover, #menu ul.nav li .megamenu.column1 ul.list-unstyled li > a:hover, #menu .hiden_menu li a:hover { color:#808080;  }

#menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li > a {
    background: transparent none repeat scroll 0 0;
    color: #b3b3b3;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    position: relative;
	padding:3px 8px;
	text-transform:capitalize;
}

#menu > ul > li.hiden_menu div {
    min-width: 195px;
	background: #f5f5f5 none repeat scroll 0 0;
    border: medium none;
    display: none;
    padding: 22px;
    position: absolute;
    text-align: left;
	border:1px solid #d9d9d9;
}
#menu > ul > li.hiden_menu:hover > div {
   display:block;
   }
#menu .hiden_menu .dropdown:hover .dropdown-menu{display:none;}
.nav-container.fixed .main-menu > ul > li.blog-link a,  .main-menu > ul > li.blog-link a { background:none !important; }
#menu .dropdown .dropdown-menu, #menu .hiden_menu .dropdown-inner ,.slide_header .dropdown .dropdown-menu{
    border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
    font-size: 14px;
    line-height: 18px;
    min-width: 190px;
    opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	-khtml-opacity: 0;
    padding: 20px 0;
    position: absolute;
    text-align: left;
    top: 130%;
    transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
    visibility: hidden;
    z-index: 9;
	display:block;
	border:medium none;
	background-color:#242424;
}
#menu .dropdown:hover .dropdown-menu , #menu .hiden_menu:hover .dropdown-inner,.slide_header .dropdown:hover .dropdown-menu{
    opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-khtml-opacity: 1;
    top: 100%;
    transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
    visibility: visible;
    z-index: 9;
}
@media (min-width: 768px) {
	
}
@media (max-width: 996px){
	#res-menu .dropdown:hover .dropdown-menu {
		display: block;
	}
	#res-menu .dropdown-menu{
		position: inherit;
		background:none;
		border:none;
		width: 100%;
	}
	#res-menu #form-language .language-menu{
		padding: 0;
	}
}
@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;
		-webkit-border-radius: 0;
		-khtml-border-radius: 0;
		-moz-border-radius: 0;
		color: #fff;
	}
}

/* 1-col layout */

#column-left{
	width:23%;	
}
#column-right{
	width:23%;	
}
.layout-1 #content{
	padding:0;
}

/* 2-col layout */

.layout-2.left-col #column-left{
	width:23%;
	padding-left:0;
	padding-right:47px;
}
.layout-2.right-col #column-right{
	width:23%;
	padding-right:0;
	padding-left:47px;
}
.layout-2 #content{
	/*width:77%;*/
	padding:0;
}
.layout-2.left-col #content {
	   	
}
.layout-2.right-col #content {  
}

/* 3-col layout */
.layout-3 #column-left{	
	width:23%;
}
.layout-3 #column-right{			
	width:23%;
}
.layout-3 #content{		
	width:54%;
}
/* content */
#content {
	min-height: 600px;
}
.common-home #content {
	min-height: auto;
	padding:0;
}

/* footer */
footer {
	/*margin-top: 30px;
	padding-top: 0px;
	background-color: #1a1a1a;
	border-top: 1px solid #ddd;
	color: #999;
	position:relative;
	top:162px;*/
}
#footer.container {
    padding-top: 75px;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #999;
}

footer a:hover {
	color: #ffcd06;
}
footer h5 {
	font-size: 24px;
	font-weight: normal;
	color: #fff;
	position:relative;
	line-height:24px;
	text-transform:uppercase;
	margin:0 0 30px;
}
.social {
    display: inline-block;
    list-style: outside none none;
    padding: 0;
	margin:20px auto;
}
.social li {
    display: inline;
    padding: 0;
}
.social li a i {
    font-size: 16px;
    padding-right: 12px;
}
.about {
    list-style: outside none none;
    padding: 0;
	line-height:28px;
}
.col-sm-3.column.last > ul {
    /*line-height: 28px;
    list-style: outside none none;
    padding: 0;*/
}
.last .address {
    width: 220px;
}
.column.last .phoneno{
    color: #3d3d3d;
    font-size: 45px;
    letter-spacing: 1px;
    line-height: 40px;
    margin-top: 35px;
}
.newshead{
	font-size: 24px;
    font-weight: bold;
    padding-left: 10px;
    text-transform: uppercase;
	color: #ffcd06;
}
.newshead {
    font-size: 24px;
    font-weight: bold;
    padding-left: 10px;
    text-transform: uppercase;
	color:#ffcd06;
}
.newstext{color:#fff;}
.sub_text {
    font-weight: 300;
    letter-spacing: 0.5px;
    margin-top: 10px;
	color:#999;
}
.footer_bottom_links{
    border-top: 1px solid #333;
	text-align:center;
}
.footer_bottom.container{padding:20px 0 30px;}
#links > ul, .payment_block{
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
#links li{
    display: inline-block;
    line-height: 24px;
}
#links li:first-child a::before {
    border: medium none;
    padding: 0;
}
#links li:first-child a {
    padding-left: 0;
}
#links li a::before {
    border-left: 1px solid #999999;
    content: "";
    height: 11px;
    left: 0;
    position: absolute;
    top: 5px;
}
#links li a{position:relative; padding:0 6px 0 9px;}
.footer_bottom.container > p{
    display: inline-block;
    font-size: 13px;
    margin: 10px 0 0;
    text-align: center;
    width: 100%;
}
.footer_bottom{
	margin-top:10px;
	text-align:center;
}
.footer_bottom .payment_block li {
    display: inline-block;
    margin-right: 5px;
    position: relative;
}
.footer_bottom .payment_block li:last-child{margin-right:0;}

/*owl-carousel main banner css */

.owl-carousel .owl-buttons .owl-prev {
	background:url(../image/megnor/Slider-arrow.png) no-repeat scroll 3px 2px transparent;
	height:40px;
	width:40px;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
}
.owl-carousel .owl-buttons .owl-prev:hover{
	background-position:3px -43px;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
}
.owl-carousel .owl-buttons .owl-next {
	background:url(../image/megnor/Slider-arrow.png) no-repeat scroll -43px 2px transparent;
	height:40px;
	width:40px; 
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
}
.owl-carousel .owl-buttons .owl-next:hover{
	background-position:-43px -43px;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
}
	
/* Html Content CSSS */


/*Home Slider Start */

.homeslider_cms {
    background-image: url(../image/megnor/bg-dron.jpg);
    background-position: 0 bottom;
    background-repeat: no-repeat;
    height: auto;
    overflow: hidden;
    width: 100%;
	margin-top:97px;
}
.homeslider_cms .container{padding:0;}
.homeslider_cms .title{
	margin-bottom: 113px;
    margin-top: 95px;
    position: relative;
    text-align: center;
}
.homeslider_cms .main_heading, .homecms-tabs .main_heading{
	font-size:32px;
	font-weight:normal;
	letter-spacing:3px;
	line-height:32px;
	text-align:center;
	position:relative;
	text-transform:uppercase;
	color:#000;
}
.homeslider_cms .main_heading::before, .homecms-tabs .main_heading::before {
    background: #ffffff none repeat scroll 0 0;
    bottom: -44px;
    color: #ffcd06;
    content: "\f00d";
    font-family: fontawesome;
    font-size: 19px;
    height: 35px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 35px;
    z-index: 1;
}
.homeslider_cms .main_heading::after, .homecms-tabs .main_heading::after {
    border-bottom: 1px solid #d1d1d1;
    bottom: -26px;
    content: "";
    font-family: fontawesome;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 140px;
}
.inner-block-top {
    margin: 0 auto 80px;
    text-align: center;
    width: 100%;
}
.homeslider_cms .features.left {
    float: left;
    width: 26%;
}
.homeslider_cms .features {
    cursor: pointer;
    display: inline-block;
    width: 47%;
}
.homeslider_cms .features.right {
    float: right;
    width: 26%;
}
.homeslider_cms .features .image {
    height: 64px;
    margin: 0 auto 30px;
    width: 70px;
	display:block;
}
.homeslider_cms .features .image.cms_img1{
	background:url(../image/megnor/icon.png) no-repeat scroll 0px 13px transparent;
}
.homeslider_cms .features.left:hover .image.cms_img1{
	background-position:0px -76px;
}
.homeslider_cms .features .image.cms_img2{
	background:url(../image/megnor/icon.png) no-repeat scroll 0px -167px transparent;
}
.homeslider_cms .features.center:hover .image.cms_img2{
	background-position:0px -256px;
}
.homeslider_cms .features .image.cms_img3{
	background:url(../image/megnor/icon.png) no-repeat scroll 0px -347px transparent;
}
.homeslider_cms .features.right:hover .image.cms_img3{
	background-position:0px -435px;
}
.homeslider_cms .heading span{
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
}
.homeslider_cms .features .text {
    color: #626262;
    font-weight: 300;
    margin: 10px auto 0;
    text-align: center;
    width: 300px;
	line-height:24px;
}
.homeslider_cms .features:hover .heading span{color:#989797;}
.inner-block-bottom {
    float: left;
    margin: 50px 0 99px;
    width: 100%;
	text-align:center;
}
.slider-controls .slider-page {
    display: inline-block;
    margin: 0 4px;
}
.slider-controls .slider-page span {
    background-color: #fff;
    border: 2px solid #000;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 11px;
    overflow: hidden;
    text-indent: -9999px;
    transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
    width: 11px;
}
.slider-controls .slider-page.active span, .slider-controls .slider-page:hover span {
    background-color: #ffd200;
}
.homeslider_cms .slider-controls{margin-top:90px;}
.homepage-slider-inner{position:relative;}
.homeslider_cms .customNavigation {
    display: block;
    position: absolute;
    top: 45%;
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0; 
}
.homeslider_cms .inner-block-bottom:hover .customNavigation {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
}
.homeslider_cms .customNavigation a.prev {
    background: transparent url("../image/megnor/arrow-grid.png") no-repeat scroll 0 -89px;
    border: medium none;
    height: 65px;
    left: -40px;
    width: 40px;
}
.homeslider_cms .customNavigation a.prev:hover{background-position:0 -163px;}
.homeslider_cms .customNavigation a.next {
    background: transparent url("../image/megnor/arrow-grid.png") no-repeat scroll -46px -89px;
    border: medium none;
    height: 65px;
    right: -40px;
    width: 40px;
}
.homeslider_cms .customNavigation a.next:hover{background-position:-46px -163px;}

/*Home Slider End */

/* Home Tab CMS Start */

.homecms.container{padding:0; margin-top:95px;}
.homecms-tabs .title{
	margin-bottom:116px;
	position:relative;
	text-align:center;
	margin-top:95px;
}
#homecms_tab > ul{
	margin-bottom: 63px;
    padding: 0;
}
#homecms_tab li{
    display: inline-block;
    margin: 0 15px 0 0;
}
#homecms_tab li a{
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-khtml-border-radius: 50px;
	-moz-border-radius: 50px;
	padding: 8px 33px;
	background-color: #ffffff;
    border: 2px solid #ccc;
    color: #000000;
	line-height:36px;
	text-transform:uppercase;
	font-weight:600;
}
#homecms_tab li a.selected, #homecms_tab li a:hover{
	background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}
.homecms .left {
    float: left;
    width: 48%;
}
.homecms .right {
    float: right;
    width: 52%;
    margin-top: -60px;
}
.homecms .left > div {
    float: left;
    margin-bottom: 60px;
    position: relative;
    width: 100%;
}
.homecms .first-image-block, .homecms .second-image-block, .homecms .third-image-block {
    float: left;
    height: 117px;
    margin-right: 20px;
    width: 70px;
	display:block;
}
.homecms .first-image-block div.image, .homecms .second-image-block div.image, .homecms .third-image-block div.image {
    display: block;
    height: 50px;
    margin: 15px auto 0;
    width: 44px;
}
.homecms #tab-1 .first-image-block div.image{
	background:url(../image/megnor/icon.png) no-repeat scroll -12px -615px;
}
.homecms #tab-1 .second-image-block div.image{
	background:url(../image/megnor/icon.png) no-repeat scroll -12px -783px;
}
.homecms #tab-1 .third-image-block div.image{
	background:url(../image/megnor/icon.png) no-repeat scroll -12px -950px;
}
.homecms #tab-1 .first-static-block:hover .first-image-block div.image{
	background:url(../image/megnor/icon.png) no-repeat scroll -12px -531px;
}
.homecms #tab-1 .second-static-block:hover .second-image-block div.image{
	background:url(../image/megnor/icon.png) no-repeat scroll -12px -699px;
}
.homecms #tab-1 .third-static-block:hover .third-image-block div.image{
	background:url(../image/megnor/icon.png) no-repeat scroll -12px -866px;
}


.homecms #tab-2 .first-image-block div.image{
	background:url(../image/megnor/icon.png) no-repeat scroll -12px -1117px;
}
.homecms #tab-2 .second-image-block div.image{
	background:url(../image/megnor/icon.png) no-repeat scroll -12px -1285px;
}
.homecms #tab-2 .third-image-block div.image{
	background:url(../image/megnor/icon.png) no-repeat scroll -12px -1453px;
}
.homecms #tab-2 .first-static-block:hover .first-image-block div.image{
	background:url(../image/megnor/icon.png) no-repeat scroll -12px -1034px;
}
.homecms #tab-2 .second-static-block:hover .second-image-block div.image{
	background:url(../image/megnor/icon.png) no-repeat scroll -12px -1201px;
}
.homecms #tab-2 .third-static-block:hover .third-image-block div.image{
	background:url(../image/megnor/icon.png) no-repeat scroll -12px -1369px;
}



.homecms #tab-3 .first-image-block div.image{
	background:url(../image/megnor/icon.png) no-repeat scroll -12px -1621px;
}
.homecms #tab-3 .second-image-block div.image{
	background:url(../image/megnor/icon.png) no-repeat scroll -12px -1789px;
}
.homecms #tab-3 .third-image-block div.image{
	background:url(../image/megnor/icon.png) no-repeat scroll -12px -1956px;
}
.homecms #tab-3 .first-static-block:hover .first-image-block div.image{
	background:url(../image/megnor/icon.png) no-repeat scroll -12px -1537px;
}
.homecms #tab-3 .second-static-block:hover .second-image-block div.image{
	background:url(../image/megnor/icon.png) no-repeat scroll -12px -1705px;
}
.homecms #tab-3 .third-static-block:hover .third-image-block div.image{
	background:url(../image/megnor/icon.png) no-repeat scroll -12px -1872px;
}


.first-block-content, .second-block-content, .third-block-content {
    margin-top: 16px;
}
.homecms .main-title {
    font-weight: bold;
    letter-spacing: 0.5px;
    margin: 0 0 5px;
    text-transform: uppercase;
	color:#000;
}
.homecms .sub-title {
    color: #626262;
    font-weight: 300;
    letter-spacing: 0.5px;
    overflow: hidden;
	line-height:24px;
}
.homecms .left > div:hover .tab_border {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    position: absolute;
    top: 120px;
    width: 70px;
}

.homecms .left > div:hover .tab_border {
    border-bottom-color: #000;
    top: 117px;
	color: #ffd200;
}
.homecms .first-static-block:hover .first-image-block, .homecms .second-static-block:hover .second-image-block, .homecms .third-static-block:hover .third-image-block{
	background-color:#ffd200;
}


/* Home Tab CMS Start */

/*Shop now text Start */

.Shopnow-text-cms{
	background-color:#ffd200;
}
.Shopnow-text-cms .container {
    overflow: hidden;
    padding: 88px 0 90px;
    text-align: center;
}
.Shopnow-text-cms .text {
    color: #000;
    display: inline;
    font-size: 20px;
    font-style: italic;
    letter-spacing: 2px;
}
.Shopnow-text-cms .button {
    display: inline;
    margin-left: 30px;
    text-align: center;
}
.Shopnow-text-cms .button a {
    border-radius: 50px;
	-webkit-border-radius: 50px;
	-khtml-border-radius: 50px;
	-moz-border-radius: 50px;
	border:2px solid #000;
    font-weight: bold;
    padding: 8px 40px;
    text-transform: uppercase;
	color:#000;
}
.Shopnow-text-cms .button a:hover {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}

/*Shop now text Endt */

/* Video CMS Start */

#outer-wrap{
	background-color: #cdcdcd;
    background-position: 50% 0;
    clear: both;
    float: left;
    height: 530px;
    margin: 140px 0 85px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.wrapper_inner::before {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 10;
}
.wrapper_inner {
    float: left;
    overflow: visible !important;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 1;
}
#my-video {
    height: 530px;
    left: 0;
    right: 0;
    width: 100%;
	max-width:none;
}
.video {
    height: 530px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

#outer-wrap .container {
    margin: 0 auto;
    padding: 0;
    position: static;
}
.video-text {
    left: 0;
    padding-top: 155px;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 999;
}
.video-box.youtube{
    background: transparent url(../image/megnor/play.png) no-repeat scroll 0px -68px;
   display: inline-block;
    font-size: 0;
    height: 65px;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    width: 60px;
    z-index: 99;
}
.video-box.youtube:hover {
    background-position: 0 0;
}
#outer-wrap .subheading {
    color: #ecebe9;
    font-size: 28px;
    letter-spacing: -0.8px;
    text-transform: uppercase;
	text-align:center;
}
#outer-wrap .main_heading {
    color: #fff;
    font-size: 50px;
    letter-spacing: 2px;
    margin: 30px 0 20px;
    padding: 0;
	position:relative;
	line-height:50px;
	text-transform:uppercase;
	text-align:center;
	
}
#outer-wrap video::-webkit-media-controls {
    display:none !important;
}

/* Video CMS End */

/* Testimonial CMS Start */

.parallex {
    background-color: #cdcdcd;
    background-position: 50% 0;
    height: 463px;
    margin: 0 auto 100px;
    position: relative;
    width: 100%;
	text-align:center;
}
.testimonial-container {
    padding: 74px 0;
	position:relative;
}
.testimonial_inner{position:relative;}
#testimonial .customNavigation{
	position:absolute;
	top:65%;
	opacity:0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	-khtml-opacity: 0;
}
#testimonial:hover .customNavigation{
	opacity:1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-khtml-opacity: 1;
}
.testimonial-container .image-block {
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
	border:7px solid #fbeeb9;
	display:inline-block;
	overflow:hidden;
	width:92px;
	height:92px;
}
.testimonial-container .image-block img{width:100%;}
.testimonial-container .post-content-inner {
    padding: 0;
	margin-top:8px;
}
.testimonial-container .post-description {
    color: #000000;
    line-height: 25px;
    margin: 30px auto;
    width: 80%;
}
.testimonial-container .post-author a{
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
	color:#000;
}
.testimonial-container .post-author a:hover, .testimonial-container .post-author a:focus,
.blogs .blog-right:hover .post-inner > h4 a, .blogs .blog-right .post-inner > h4 a:focus{color:#989797;}
.testimonial-container .designation {
    font-size: 13px;
    font-weight: 300;
	letter-spacing:1px;
	line-height:18px;
}
#testimonial .slider-controls{margin-top:10px;}

/*Testimonial CMS End */

/*Footer map CMS*/

.map-responsive{
    overflow:hidden;
    padding-bottom:82.55%;
    position:relative;
    height:0;
	opacity:0.5;
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
	-khtml-opacity: 0.5;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

@media (max-width: 979px) {
/*#footer .column ul {
    display: none;
}
#footer .column {
    width: 100%;
}*/
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
    /*border: medium none;
    margin: 0 0 15px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;*/
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {}

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

 }

/* list group */

.box .filterbox { 
   border:medium none;
}
.list-group a {
	border-top: medium none;
	padding: 7px 0;
	background: none repeat scroll 0 0 transparent;
	line-height:22px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #989797;
	background: transparent;
}
.list-group-item.title {
    color: #000;
    font-size: 13px;
    font-weight: 700;
    padding: 5px 0;
	line-height:26px;
}
.sidebarFilter .list-group-item{padding:0;}
.sidebarFilter .list-group-item label{font-size:14px;}
.sidebarFilter .panel-footer {
    border-top: medium none;
    padding: 10px 0;
    text-align: left;
}

/* carousel */
.carousel-caption {
	color: #FFFFFF;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	/*margin-bottom: 20px;
	overflow: auto;*/
}
#featured .image{
	float: left;
    padding-right: 100px;
    width: 50%;
}
.image-item {
    float: left;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 100%;
}
#featured .box-content{position:relative;}
#featured .slider-controls, #bestseller .slider-controls, #special .slider-controls, #latest .slider-controls{display:none !important;}
#featured .product-details{
    float: left;
    text-align: left;
    width: 50%;
}
#featured{
	position:relative;
	margin-bottom:42px;
}
#featured .owl-carousel .owl-buttons{
	display:none;
}
#featured .owl-controls .owl-page span {
    background-color: #CCC;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 2px;
    overflow: hidden;
    text-indent: -9999px;
    width: 50px;
    transform: scaleX(1);
}
#featured .owl-controls .owl-page.active span, .owl-controls .owl-page:hover span {
    background-color: #0380f3;
}

#featured .thumbnail{border:medium none;}
#featured .customNavigation{
    position: absolute;
    top: 45%;
	opacity:0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	-khtml-opacity: 0;
}
#featured:hover .box-content .customNavigation, #testimonial:hover .customNavigation{
	opacity:1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-khtml-opacity: 1;
}
#featured .customNavigation a.prev, #special .customNavigation a.prev, #bestseller .customNavigation a.prev, #latest .customNavigation a.prev, #testimonial .customNavigation a.prev, #products-related .customNavigation a.prev {
    background: transparent url("../image/megnor/arrow-grid.png") no-repeat scroll 0 -89px;
    border: medium none;
    height: 65px;
    left: -74px;
    width: 40px;
	z-index:2;
}
#featured .customNavigation a.next, #special .customNavigation a.next, #bestseller .customNavigation a.next, #latest .customNavigation a.next, #testimonial .customNavigation a.next, #products-related .customNavigation a.next {
    background: transparent url("../image/megnor/arrow-grid.png") no-repeat scroll -46px -89px;
    border: medium none;
    height: 65px;
    right: -74px;
    width: 40px;
	z-index:2;
}
#featured .customNavigation a.prev:hover,
#special .customNavigation a.prev:hover,
#bestseller .customNavigation a.prev:hover,
#latest .customNavigation a.prev:hover,
#testimonial .customNavigation a.prev:hover,
#products-related .customNavigation a.prev:hover,
#blog-carousel .owl-controls .owl-buttons .owl-prev:hover
{background-position:0 -163px;}

#featured .customNavigation a.next:hover,
#special .customNavigation a.next:hover,
#bestseller .customNavigation a.next:hover,
#latest .customNavigation a.next:hover,
#testimonial .customNavigation a.next:hover, 
#products-related .customNavigation a.next:hover,
#blog-carousel .owl-controls .owl-buttons .owl-next:hover
{background-position:-46px -163px;}
.product-thumb .image {
	text-align: center;
	position:relative;
	overflow:hidden;
}
.product-thumb .image a {
	/*display: block;*/
}
.product-thumb .image a:hover {
	
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.related-products .customNavigation {
    position: absolute;
    top: 45%;
}
.related-products{position:relative;}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0px;
}
}
#featured .product-thumb h4 a {
	font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    text-transform: uppercase;
}
#featured-carousel .product-thumb  .image a{display:none;}
#featured-carousel .product-thumb  .image .owl-item a {
	display: block;
} 
#featured .product-block:hover h4 a{color:#000;}
.product-thumb h4 a {
    color: #000;
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
}
.product-block:hover h4 a, .product-thumb h4 a:focus, #featured .product-block h4 a:hover, #featured .product-block h4 a:focus,
#featured .rating .review-count:hover, #featured .rating .review-count:focus,
#featured .product-details .wishlist:hover, #featured .product-details .compare:hover,
#featured .product-details .wishlist:focus, #featured .product-details .compare:focus{color:#989797;}
.product-thumb .caption {
	padding: 0 20px;
	text-align:center;
}
.box .box-product .product-block .product_hover, .product-grid .product-block .product_hover {
    bottom: -30px;
    left: 0;
    opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	-khtml-opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
}
.box .box-product .product-block:hover .product_hover, .product-grid .product-block:hover .product_hover{
	bottom:15px;
	opacity:1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-khtml-opacity: 1;
}
#featured .product-block .caption > h4{margin:10px 0 5px;}
.product-block .caption > h4{margin-top:22px; margin-bottom:7px;}
#latest .container, #bestseller .container, #special .container, #content .related{
    margin: 0 auto;
    width: 1100px;
	position:relative;
	top:auto;
}
.related .slider-pagination{display:none;}
#latest .customNavigation, #special .customNavigation, #bestseller .customNavigation {
    position: absolute;
    top: 55%;
	opacity:0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	-khtml-opacity: 0;
}
#latest .box-content:hover .customNavigation, #special .box-content:hover .customNavigation, #bestseller .box-content:hover .customNavigation {
	opacity:1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-khtml-opacity: 1;
}
.product-grid .list.rating, .product-details .button-group.list{display:none;}

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

.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack,#review .fa-stack{
	font-size: 8px;
}
.rating .fa-star,#review .fa-star, .productpage .rating-wrapper .fa-star{
	color: #b7b7b7;
	font-size: 15px;
}
.rating .fa-star + .fa-star,#review .fa-star + .fa-star, .productpage .rating-wrapper .fa-star + .fa-star{
	color: #ffcd06;
}
#featured .rating .review-count {
    color: #000;
    margin: 0 0 0 10px;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
    color: #000;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    vertical-align: middle;
}
.product-description span {
    font-size: 13px;
    font-weight: bold;
	color:#000;
}
.description-right {
    font-size: 13px;
    padding-left: 50px;
}
.product-description td {
    line-height: 24px;
}

#featured .price {
    color: #000;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 20px;
}
#featured .caption{padding:0; text-align:left;}
#featured .product-details .desc {
    color: #626262;
    font-size: 13px;
    font-weight: 300;
	line-height:24px;
	margin-bottom:22px;
}
#featured .product-details .wishlist, #featured .product-details .compare {
    background: transparent none repeat scroll 0 0;
    border: medium none;
	padding:0;
	color:#000;
}
#featured .product-details .wishlist{margin-right:10px;}
#featured .product-details .wishlist i, #featured .product-details .compare i{margin-right:8px;}
#featured .product-thumb .button-group {
    background-color: transparent;
    border: medium none;
    margin-top: 25px;
}
#featured .product-thumb .button-group button{
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-khtml-border-radius: 50px;
	-moz-border-radius: 50px;
    border-style: solid;
    border-width: 2px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
    padding: 8px 32px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease 0s; 
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	width:auto;
	background-color:transparent;
	color:#000;
}
#featured .product-thumb .button-group button:hover{
	border-color:#000;
	background-color:#000;
	color:#fff;
	transition: all 0.3s ease 0s; 
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.product-thumb .price-new {
	font-weight: bold;
}
.product-thumb .price-old {
    color: #989898;
    font-size: 14px;
    font-weight: normal;
    margin-left: 10px;
    text-decoration: line-through;
    vertical-align: top;
}
.product-thumb .price-tax {
	color: #999;
    display: inline-block;
    font-size: 12px;
    width: 100%;
	display:none;
}
.product-thumb .button-group {
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border:medium none;
	display:block;
}
.product-list .product_hover{display:none;}
.product-list .product-block{margin-bottom:35px;}
.product-list .caption{text-align:left;}
#content .product-grid .product-block{margin:0 0 35px !important;}
#content .product-list .wishlist, #content .product-list .compare, #content.productpage .product-right .wishlist, #content.productpage .product-right .compare {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    font-weight: normal;
    padding: 8px 0;
    text-transform: capitalize;
	font-size:14px;
	color:#000;
}
#content .product-list .wishlist, #content.productpage .product-right .wishlist{
	margin-right: 15px;
}
#content.productpage .product-right .wishlist, #content.productpage .product-right .compare{
    padding: 10px 0;
}
.product-list .button-group.list .addtocart {
    margin-top: 15px;
}
.product-list .product-block .caption a, .product-list .product-block:hover .caption a {
    font-size: 16px;
	color:#000;
}
.product-list .product-block .caption a:hover, .product-list .product-block .caption a:focus, #content.productpage .product-right .wishlist:hover, #content.productpage .product-right .compare:hover
, #content.productpage .product-right .wishlist:focus, #content.productpage .product-right .compare:focus{
   color:#989797;
}
.productpage .product-right .btn-group{margin-bottom:25px;}
#tabs_info{padding-top:65px;}
.product-list .product-block .caption h4 {
    margin-bottom: 10px;
    margin-top: 0;
}
#content .product-list .wishlist:hover, #content .product-list .compare:hover{color:#989797;}
.product-list .wishlist .fa, .product-list .compare .fa, #content.productpage .product-right .wishlist .fa, #content.productpage .product-right .compare .fa{margin-right:5px;}
.checkout-cart #content .pull-right .btn-primary {
    background: #000 none repeat scroll 0 0;
    border-color: #000;
    color: #fff;
}
.checkout-cart #content .pull-right .btn-primary:hover {
    background: transparent none repeat scroll 0 0;
    border-color: #ccc;
    color: #000;
}

@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{
	background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 50px;
	-webkit-border-radius: 50px;
	-khtml-border-radius: 50px;
	-moz-border-radius: 50px;
    color: #000;
    display: inline-block;
    font-weight: 600;
    padding: 8px 11px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
	transition:all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
.productpage #button-cart {
	background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 50px;
	-webkit-border-radius: 50px;
	-khtml-border-radius: 50px;
	-moz-border-radius: 50px;
    color: #000;
    display: inline-block;
    font-weight: 600;
    padding: 8px 32px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
	transition:all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	font-size:14px;
}
#cart .text-right .addtocart, #cart .text-right .checkout {
    background: transparent none repeat scroll 0 0;
    color: #fff;
    float: left;
    width: auto;
}
#cart .dropdown-menu .img-thumbnail{width:auto; max-width:none;}
#cart .text-right .addtocart{margin:0 15px 0 0;}
.product-thumb .button-group .addtocart {
	padding:8px 32px;
}
.product-thumb .button-group button:hover,#cart .text-right .addtocart:hover,#cart .text-right .checkout:hover, .productpage #button-cart:hover{
	color: #fff;
	background-color: #000;
	border-color:#000;
	cursor: pointer;
	transition:all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
@media (max-width: 1200px) {
.product-thumb .button-group button, .product-thumb .button-group button + button {
	
}
}
@media (max-width: 767px) {
.product-thumb .button-group button, .product-thumb .button-group button + button {
	
}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {	
}
.thumbnails {	
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: medium none;
}
#content.productpage .product-option{text-transform:capitalize; font-size:16px; margin-bottom:15px;}
#product textarea.form-control, #content textarea.form-control{
	border-radius:10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
}
#input-captcha{margin-bottom:15px;}
#form-review .col-sm-2, #form-review .col-sm-10{width:100%; text-align:left;}
#tabs_info .tab-pane{padding:15px 0;}
.image-additional {
}
.thumbnails .image-additional {
	float: left;
}

/* Datetime Picker css Start */

.bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover{background-color:#000 !important;}
.bootstrap-datetimepicker-widget td span{
	border-radius:50px !important;
	-webkit-border-radius: 50px !important;
	-khtml-border-radius: 50px !important;
	-moz-border-radius: 50px !important;
}
.bootstrap-datetimepicker-widget a[data-action]{border:medium none!important;}
.bootstrap-datetimepicker-widget .accordion-toggle .btn:hover{border-color:#000 !important; background:#000 !important;}



@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

.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:5px; }
.product-info .image-additional {
	clear: both;
	overflow: hidden;
	padding-left: 20px;
    padding-right: 20px;	
	width:475px;
}
.product-info .image-additional img {border:1px solid #ddd;}
.product-info .image-additional a {
	float: left;
	display: block;	
}
#additional-carousel .slider-pagination{display:none;}

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

/* Megnor www.templatemela.com Start */

/* box */  
.box .box-heading, #content .box .box-heading, #homecms_tab .box-heading, .homeslider_cms .box-heading{
	font-size:32px;
	font-weight:normal;
	letter-spacing:3px;
	line-height:32px;
	text-align:center;
	position:relative;
	text-transform:uppercase;
	color:#000;
	margin-bottom:110px;
}
.box .box-heading::before, #homecms_tab .box-heading::before, .homeslider_cms .box-heading::before {
    /*background: #ffffff none repeat scroll 0 0;
    bottom: -52px;
    color: #ffcd06;
    content: "\f00d";
    font-family: fontawesome;
    font-size: 19px;
    height: 35px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 40px;
    z-index: 1;*/
}

.box .box-heading::after, #homecms_tab .box-heading::after, .homeslider_cms .box-heading::after{
    /*border-bottom: 1px solid #d1d1d1;
    bottom: -34px;
    content: "";
    font-family: fontawesome;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 140px;*/
}
.box .box-content {
	background: transparent;
	padding:0px;
	 
}

/*#content .box .box-heading {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border:none;
	background: #545F61;
	padding: 10px 10px 10px 10px;
	font-size: 14px;
	color: #fff;
}*/
#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;
 
}

.box .box-content ul , #content .content ul { 
	padding:0px;
	margin:0px;
	list-style:none;
}
.box .box-content ul li , #content .content ul li {
	line-height:22px;
	padding:7px 0;
}
.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{
	color:#989797;
}

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

#latest.box .box-heading, #special.box .box-heading, #featured.box .box-heading, #Bestseller.box .box-heading{margin-bottom:88px;}

/* Product Grid Start */
/*.product-grid-list { }*/
#content .box-product,
.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, .box-product .product-items { 
	margin-bottom: 14px;
	padding: 0;
	margin:0;
	position:relative;
	overflow: hidden;
}
#featured .box-product .product-items,
#featured .product-carousel .slider-item{
	width:100%;
}
.product-grid li,
#content .box-product .product-items,
#content .product-carousel .slider-item, 
.box-product .product-items,
.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:0px 5px; 
	background:transparent;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	clear:both;
	overflow:hidden;
}

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

.grid_default_width { width:230px;}
.featured_default_width{ width:100%;}
.module_default_width{ width:230px;}
.latest_default_width{ width:340px;}
.special_default_width{ width:340px;}
.related_default_width{ width:340px;}
.testimonial_default_width{width:100%;}
.bestseller_default_width{ width:340px;}
.slider_default_width{width:100%;}
.additional_default_width{ width:100px;}
.banners-slider-carousel .product-block-inner{text-align:center;}


#latest.box, #bestseller.box, #special.box{
    /*background: #f7f7f7 none repeat scroll 0 0;
    padding: 95px 0 50px;
	margin-bottom:0;*/
}
#latest.box .box-heading::before,
#bestseller.box .box-heading::before,
#special.box .box-heading::before
{background-color:#f7f7f7;}

#content .product-carousel .product-block,
#content .product-grid  .product-block,
#content .box-product .product-block,
.product-carousel .product-block,
.product-grid  .product-block,
.box-product .product-block{ 
	/*margin:12px 14px 35px; 
	background:transparent;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	clear:both;
	overflow:hidden;*/
}
#featured .product-carousel .product-block,
#featured .product-grid  .product-block{
	overflow:visible;
}

#featured .product-carousel .product-block:hover,
#featured .product-grid  .product-block:hover{
	overflow:visible;
	clear:both;
}
#content .product-carousel .product-block:hover,
#content .product-grid .product-block:hover,
#content .box-product .product-block:hover,
.product-carousel .product-block:hover,
.product-grid .product-block:hover,
.box-product .product-block:hover  {
	overflow:hidden;
	clear:both;
}
#content.productpage .product-left {
    padding-left: 0;
    width: 43.4%;
}
#content.productpage .product-right {
    padding-right: 0;
    width: 56.6%;
}
.productpage h3 {
    font-size: 20px;
    margin-top: 0;
	margin-bottom:0;
}


.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%;
}

#featured .sale{	
	text-align: right;
    text-transform: uppercase;	
	position:relative;
	color:#000;
	font-size:14px;
	font-weight:normal;
	vertical-align:top;
	margin:0 10px;
	top:auto;
	left:auto;
}
.sale{	
	text-align: right;
    text-transform: uppercase;	
	position:absolute;
	color:#000;
	top:10px;
	left:10px;
}
	
/* box products for Left Column and Right Column */
#column-left .box-product,
#column-right .box-product {
	width: 100%;
	overflow: hidden;
}
#column-left .box-product > div,
#column-right .box-product > div  {
	display:block;
	vertical-align: top;
	margin-right:0px;
	margin-bottom: 5px;	
	width:100%;
}

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

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

#column-left .box .caption .addtocart, #column-right .box .caption .addtocart {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    padding: 0;
	color:#000;
	display:block;
}
.product-right .old-price {
    float: left;
    line-height: 26px;
    margin: 15px 10px 0 0;
}
#content.productpage .product-right h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
}
#column-left .box .caption .addtocart:hover, #column-right .box .caption .addtocart:hover{color:#989797;}
#column-left .box-product .product-thumb h4, #column-right .box-product .product-thumb h4 {font-weight:normal; font-size:13px; margin: 0 0 5px;}
#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;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	color:#555;
	display:block;
	text-align:left;
}
#column-left .box-product .cart .button:hover,
#column-right .box-product .cart .button:hover {text-decoration:underline;}
#column-left .box-product .image img,
#column-right .box-product .image img { width:65px;}

#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,
#column-left .single-banner, #column-right .single-banner
{margin-bottom:48px;
}
.box .box-content ul li li {
    padding: 4px 0;
}
#column-left .product-block .product_hover, #column-right .product-block .product_hover{display:none;}
#column-left #latest.box, #column-left #bestseller.box, #column-left #special.box,
#column-right #latest.box, #column-right #bestseller.box, #column-right #special.box{
	background: transparent none repeat scroll 0 0;
    padding: 0;
}
#column-left #latest .container, #column-left #bestseller .container, #column-left #special .container, 
#column-right #latest .container, #column-right #bestseller .container, #column-right #special .container{width:100%;}

#column-left #latest.box .box-heading, #column-left #special.box .box-heading, #column-left #featured.box .box-heading, #column-left #Bestseller.box .box-heading,
#column-right #latest.box .box-heading, #column-right #special.box .box-heading, #column-right #featured.box .box-heading, #column-right #Bestseller.box .box-heading{
margin-bottom:10px;
}

#column-left .box-product .rating,
#column-right .box-product .rating {
	display: block;
	margin-bottom: 0px;
}
#column-left .product-thumb, #column-right .product-thumb {
	border: medium none;
	margin:0 0 5px;
	padding:10px 0;
}
#column-left .sale, #column-left .price-tax, #column-left .wishlist , #column-left .compare,
#column-right .sale, #column-right .price-tax, #column-right .wishlist , #column-right .compare {display:none !important;}
#column-left .product-thumb .button-group button, #column-right .product-thumb .button-group button  {   
	background: none repeat scroll 0 0 transparent;
    padding: 0;
    width: auto;
	line-height: 28px;
}	
#column-left .product-block:hover h4 a, #column-right .product-block:hover h4 a{color:#000;}
#column-left .product-block h4 a:hover, #column-right .product-block h4 a:focus{color:#989797;}
#column-left .product-thumb .button-group, #column-right .product-thumb .button-group {background:none; border:none; }

#column-left .box-heading, #column-right .box-heading{
	border-bottom:1px solid #ddd;
	font-size:14px;
	margin:0 0 10px;
	padding:0 0 15px;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
	letter-spacing:0.5px;
	font-weight:700;
	line-height:18px;
	text-align:left;
}
#column-left .box-heading::after, #column-right .box-heading::after, #column-left .box-heading::before, #column-right .box-heading::before{content:none;}

#content ul.list-unstyled {  
	border: medium none;
    margin-bottom: 10px;
    overflow: auto;
    padding: 0 0 10px;
}
#content ul.list-unstyled li {
    line-height: 22px;
    padding: 4px 0;
}
.manufacturer-list {
    border: 1px solid #dbdee1;
    margin-bottom: 20px;
    padding: 5px;
}
.manufacturer-heading {
    background: none repeat scroll 0 0 #eaeaea;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 6px;
    padding: 5px 8px;
}
.manufacturer-content {
    padding: 8px;
}
.manufacturer-list ul {
    float: left;
    list-style: outside none none;
    margin: 0 0 10px;
    padding: 0;
    width: 25%;
}

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

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

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

.category_filter #grid-view {
    background: transparent url("../image/megnor/arrow-grid.png") no-repeat scroll -7px -39px;
    border: medium none;
    height: 20px;
    padding: 0;
    width: 25px;
	border-radius:0;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	margin-right:3px;
}
.category_filter #list-view{
	background: transparent url("../image/megnor/arrow-grid.png") no-repeat scroll -36px -39px;
    border: medium none;
    height: 20px;
    padding: 0;
    width: 25px;
	border-radius:0;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
}
.category_filter #grid-view:hover,.category_filter #grid-view.active{background-position: -7px -10px;}
.category_filter #list-view:hover,.category_filter #list-view.active{background-position:-36px -10px;}
.category_filter #grid-view:hover .fa,.category_filter #list-view:hover .fa{color:#333;}
.category_filter .btn-list-grid{float:left;width:auto;padding:0; margin:7px 0;}
.compare-total {float: left; margin: 8px 10px 0;}
.category_filter .sort-by {float: left;margin: 8px 10px 0 0; width: auto;padding:0;}
.category_filter .show {float: left; margin: 8px 10px 0;padding:0;}
.category_filter .sort { float: left; width: 150px;padding:0;}
.category_filter .limit {float: right; width: 100px;padding:0;}
.category_img img {
    border: medium none;
    margin-bottom: 15px;
    padding: 0;
}
.category_list {
    margin-bottom: 10px;
}
.category_description > p {
    margin-bottom: 35px;
}
#content .refine-search {
    margin-bottom: 10px;
}
.category_filter .list.active,.category_filter .grid.active{background:#428bca;}
.category_thumb .category_img, .category_thumb .category_description {
    float: left;
    width: 100%;
}
.category_list ul {
    padding: 0;
	display:inline-block;
	margin:0 0 10px;
}
.refine-search ul{padding:0;}
.refine-search ul li{list-style:none;}
/*.category_list li a {      
    color: #262626;
    display: block;
    padding: 5px 10px;
	border:1px solid #ddd;
	background:transparent;
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	-khtml-border-radius:0px;
}
.category_list li a:hover {
    color: #989797;
}
.category_list li {
    float: left;
    list-style: outside none none;
    margin: 0 10px 0px 0;
}*/
.category_filter,.pagination-wrapper {
    border: medium none;
    display: inline-block;
    margin: 0 0 15px;
    padding: 10px 0px;
    width: 100%;
}
.pagination-wrapper .page-link {
    float: right;
    padding: 0;
    width: auto;
}
.pagination-wrapper .page-result
 {
    float: left;
    padding: 0;
    width: auto;
	margin: 8px 0 0;
}
.contact-info .left {
    float: left;   
    width: 50%;	
}
.contact-info .right {
    float: right;
    width: 50%;
}
.row.contact-info {
    padding: 0 15px;
}
.information-contact .panel-body{padding:30px;overflow:auto;}
.contact-info{color:#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;
	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;
	height:28px;
	float:left;
	clear:both;
}
.contact-info .fax strong{
    background: url("../image/megnor/cms-sprite.png") no-repeat scroll -5px -272px transparent;
    padding: 5px 0 0 35px;
	height:28px;
	margin:10px 0;
	float:left;
	clear:both;
}
.contact-info .openingtime strong {
    background: transparent url("../image/megnor/cms-sprite.png") no-repeat scroll -5px -355px;
    clear: both;
    float: left;
    height: 28px;
    margin: 10px 0;
    padding: 5px 0 0 35px;
}
.contact-info .comments strong {
    background: transparent url("../image/megnor/cms-sprite.png") no-repeat scroll -5px -399px;
    clear: both;
    float: left;
    height: 28px;
    margin: 10px 0;
    padding: 5px 0 0 35px;
}
.contact-info address {
    display: inline-block;
    margin: 0 0 0 36px;
	float:left;
	clear:both;
}
.address-detail .btn.btn-info {
    float: left;
    margin: 15px 0 10px 35px;
    position: relative;
}
#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 #000;*/
}
#product #input-quantity {
    text-align: center;
    width: 10%;
	float:left;
	margin-right:15px;
}
#product .qty label {
    float: left;
    margin: 7px 7px 0 0;
}
.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: 6px 0 15px;}
.checkout-cart .hasCustomSelect{width: 95% !important;}

.page-title{
}
.page-title,.refine-search,.product-title,.product-option, #content h1{
}
#content h2 {
}
.copy-right {
    border-top: 1px solid #444;
    padding: 10px 0;
	text-align:center;
}
#content .related {
    clear: both;
    padding-top: 80px;
    position: relative;
}
.related .box-heading::before{background:#f5f5f5 none repeat scroll 0 0;}

#bottom-footer li{display:inline; padding:1px 7px 1px 2px; background:url(../image/megnor/pipe.gif) 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{padding:0; background:none; color:#000;}
#content .affiliate-logout { border: medium none; padding: 10px 0;}
.affiliate-account .btn-primary .list-group-item:hover, .affiliate-logout .btn:hover .list-group-item{color:#fff;}


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

.col-sm-3.search_subcategory {width: auto; margin-top:7px;}
.main-slider .item img{display:none;}
#button-search{float:right;}
.product-search h2{clear:both;}
/*Megnor Blog CSS */ 
#content .box-product .blog-items { display:inline-block; float:left; }
 

.blog-left { float:left; margin: 0 0 20px; position:relative; }
.blog-left .blog-image img  { 
	width:370px; 
	height:200px; 
	border:medium none;
	border-radius:0;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	padding:0;
} 
.blog-right { float:left;}

.view-blog { float:left; width:100%; text-align:left; margin:0 0 10px; }
.blogs .view-blog{display:none;}
.read-more { float:left;  }
.write-comment { float:left; padding-right:10px; margin-right:10px; }
.date-time { float:left; width:100%; text-align:right; }
.blogs .date-time .day{
    float: left;
    font-size: 45px;
    font-weight: bold;
    line-height: 52px;
    width: 100%;
	color: #ffd200;
}
.blogs .date-time{
	color: #626262;
    float: left;
    font-size: 13px;
    font-weight: 300;
    text-align: center;
    width: 19%;
}
.blogs .blog-right .post-inner {
    border-left: 1px solid #e5e5e5;
    float: left;
    margin-left: 20px;
    overflow: hidden;
    padding-left: 20px;
    width: 75%;
}
.blogs .blog-right .post-inner > h4 a{ 
	font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
	color:#000;
}
.blogs .blog-right .post-inner > h4{
	margin:0 0 10px;
}
.blogs .blog-desc {
    color: #626262;
    letter-spacing: 0.5px;
    line-height: 22px;
    margin-bottom: 10px;
    text-transform: none;
}
.blog_default_width{ width:360px;}

#content .blogs .box-content {
    margin: 0 -15px 85px;
    padding: 0;
}
.blog-desc { margin: 10px 0; }
.blog-img { padding: 10px 0 0; }
.blog-date {
    /*color: #aaa;
    float: left;
    font-size: 13px;
    margin-left: 10px;*/
}
#content #blog-carousel, #content #blog-grid { 
	padding:10px 0; 
	border:none;
	overflow:visible;  
	}
.blog_links {
    float: left;
    position: relative;
    width: 100%;
	margin-bottom:15px;
}
.blog_links .fa {
    margin-right: 5px;
}
.blog_bottom_content h4 {
    float: left;
    margin-bottom: 12px;
    width: 100%;
}
#content #blog-carousel .blog-item {float:left; }	 
#content #blog-carousel .product-block, #content #blog-grid .product-block { 
	margin:0px; 
	border-radius:0; 
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	padding:0 15px;
}
#content #blog-carousel .product-block:hover , #content #blog-grid .product-block:hover  { box-shadow:none; }
#blog-carousel .owl-pagination { bottom:-5px; display:none;}

#blog-carousel .owl-controls .owl-buttons .owl-prev{
 	background: transparent url("../image/megnor/arrow-grid.png") no-repeat scroll 0 -89px;
    border: medium none;
    height: 65px;
    left: -59px;
    width: 40px;
	font-size:0;
}
 
#blog-carousel .owl-controls .owl-buttons .owl-next{
	right: -59px;
	background: transparent url("../image/megnor/arrow-grid.png") no-repeat scroll -46px -89px;
    border: medium none;
    height: 65px;
    width: 40px;
	font-size:0;
}
.blogs:hover .owl-carousel .owl-buttons div{
	opacity:1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-khtml-opacity: 1;
}
.single-blog .block-title h3{  padding-top:10px; }
.single-blog .view-comment .panel-default { border:medium none; box-shadow:none; background:transparent;}
.blog_page .panel-body {
    padding: 0;
}
.user_icon{
	background: #dbdbdb none repeat scroll 0 0;
    border: medium none;
    float: left;
    margin-right: 15px;
    padding: 10px 13px;
	border-radius:20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	margin-bottom:12px;
}
.view-comment {
    background: #ebebeb none repeat scroll 0 0;
    clear: both;
    margin-bottom: 15px;
    padding: 10px;
    position: relative;
}
.user_date {
    color: #aaa;
    font-size: 13px;
}
.user_name{font-size:13px; font-weight:600;}
.user_icon .fa {
    color: #000;
    font-size: 20px;
}
.blog_page .blog-image img {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    display: none;
    padding: 0;
}
.blog_page .panel-default{
	border:medium none;
	box-shadow:none;
	background:transparent;
	margin-bottom:50px;
}
.information-blogger-blogs .blog-image {
    background-position: center center;
    background-repeat: no-repeat;
    height: 400px;
    margin-bottom: 0;
    overflow: hidden;
    width: 100%;
}
.blog_top_content .post-image-hover {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	-khtml-opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
    width: 100%;
}
.blog_top_content:hover .post-image-hover {
   opacity:1;
   -moz-opacity: 1;
	-webkit-opacity: 1;
	-khtml-opacity: 1;
}
.blog_page .blog_top_content {
    float: left;
    width: 100%;
}
.blog_page .blog_bottom_content {
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 0 25px;
}
.blog_bottom_content {
    clear: both;
    float: left;
    width: 100%;
}
.blog_page .blog_top_content .blog-image {
    float: left;
    position: relative;
}
.single-blog .blog-img img {
    border: medium none;
    margin-bottom: 15px;
    padding: 0;
}
#content .single_blog_heading h2 {
    display: inline-block;
	text-transform:uppercase;
	float:left;
}
.blog_day {
    color: #aaa;
    float: left;
    font-size: 13px;
	margin:10px 0 0 13px;
}
#add-comment {
    background: transparent none repeat scroll 0 0;
    border: medium none;
	box-shadow:none;
}
.single_blog_heading {
    float: left;
    position: relative;
    width: 100%;
}



/*Megnor Blog light-box CSS */ 

.blog-left:hover .post-image-hover {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
}

.post-image-hover {
    height: 100%;
    position: absolute;
    top: 0;
    transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-ms-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
    width: 100%;
}

.blog-image .post_hover {
    left: 0;
    margin: 0 auto;
    opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	-khtml-opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 45%;
}
.blog-left .blog-image .post_hover{top:40%;}
.product-block .blog-left:hover .post_hover, .blog_top_content:hover .post_hover{
	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;
}
.product-block .blog-left:hover .zoom, .product-block .blog-left:hover .readmore_link, .blog_top_content:hover .blog-image .zoom, .blog_top_content:hover .blog-image .readmore_link {
    margin: 0 5px;
    opacity: 1;
	-webkit-opacity:1;
	-moz-opacity:1;
	-kkhtml-opacity:1; 
}

.blog-left .icon.zoom .fa, .blog-left .icon.readmore_link .fa, .blog_top_content .icon.zoom .fa, .blog_top_content .icon.readmore_link .fa {
    font-size: 14px;
	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;
}
.blog-left:hover .blog-image .zoom .fa, .blog-left:hover .blog-image .readmore_link .fa, .blog_top_content:hover .blog-image .zoom .fa, .blog_top_content:hover .blog-image .readmore_link .fa{
	font-size:14px; 
	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;
}
.blog-left .blog-image .zoom, .blog_top_content .blog-image .zoom {
    border: 2px solid #e5e5e5;
    border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
    color: #fff;
    display: inline-block;
    opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	-khtml-opacity: 0;
    padding: 12px 15px;
    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-left .blog-image .zoom:hover,.blog-left .blog-image .readmore_link:hover, .blog_top_content .blog-image .zoom:hover,.blog_top_content .blog-image .readmore_link:hover{color:#ffd200; border-color:#ffd200; }
.blog-left .blog-image .readmore_link, .blog_top_content .blog-image .readmore_link {
    border: 2px solid #e5e5e5;
    border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
    color: #fff;
    display: inline-block;
    opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	-khtml-opacity: 0;
    padding: 12px 15px;
    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-left .blog-image .readmore_link, .blog_top_content .blog-image .readmore_link {
    margin-left: -52px;
    transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-webkit-transition-delay: 0.1s;
	-ms-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
}
.all-blog .blog-left-content { float:left;  width:100%; }

.all-blog .blog-left-content .blog-image { float:left; position:relative; }

.blog-left-content:hover .post-image-hover {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    transition: all 0.5s ease-out 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;
}

.entry-blog-header h4 a {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
	display:inline-block;
	float:left;
}
.post-image-hover {
    height: 100%;
    position: absolute;
    top: 0;
    transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	-ms-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
    width: 100%;
}

.blog-left-content .post_hover {
    left: 0;
    margin: 0 auto;
    opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 44%;
}
.all-blog .blog-left-content:hover .post_hover, .all-blog .blog-left-content:hover .zoom, .all-blog .blog-left-content:hover .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;
}

.blog-left-content .icon.zoom .fa, .blog-left-content .icon.readmore_link .fa {
    font-size: 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;
}
.blog-left-content:hover .blog-image .zoom .fa, .blog-left-content:hover .blog-image .readmore_link .fa{
	font-size:14px; 
	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;
}
.blog-left-content .blog-image .zoom {
   border: 2px solid #fff;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
    color: #fff;
    display: inline-block;
    margin-right: 10px;
    opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
    padding: 10px 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;
}
.blog-left-content .blog-image .zoom:hover,blog-left-content .blog-image .readmore_link:hover{color:#428bca; border-color:#428bca; }
.blog-left-content .blog-image .readmore_link {
    border: 2px solid #fff;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
    color: #fff;
    display: inline-block;
    opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
    padding: 10px 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;
}



/*#add-comment .col-sm-10 {
    width: 66.6667%;
}

#add-comment .col-sm-2 {
    width: 25%;
}*/

@media (max-width: 1200px) { 
	.blog-right { width:100%; }
}

@media only screen and (max-width: 479px) { 
	.blog-right { width:100%; }
}



/*Megnor Blog light-box CSS */ 

/*Megnor Blog CSS */ 

@media only screen and (min-width: 1301px) and (max-width: 1320px) {
	#featured .customNavigation a.next, #special .customNavigation a.next, #bestseller .customNavigation a.next, #latest .customNavigation a.next, #testimonial .customNavigation a.next, #products-related .customNavigation a.next, .homeslider_cms .customNavigation a.next{right:0px;}
	#featured .customNavigation a.prev, #special .customNavigation a.prev, #bestseller .customNavigation a.prev, #latest .customNavigation a.prev, #testimonial .customNavigation a.prev, #products-related .customNavigation a.prev, .homeslider_cms .customNavigation a.prev{left:0px;}
	#blog-carousel .owl-controls .owl-buttons .owl-next{right:0px;}
	#blog-carousel .owl-controls .owl-buttons .owl-prev{left:0px;}
}
@media (max-width: 1300px) {
	#featured .customNavigation a.next, #special .customNavigation a.next, #bestseller .customNavigation a.next, #latest .customNavigation a.next, #testimonial .customNavigation a.next, #products-related .customNavigation a.next, .homeslider_cms .customNavigation a.next{right:0px;}
	#featured .customNavigation a.prev, #special .customNavigation a.prev, #bestseller .customNavigation a.prev, #latest .customNavigation a.prev, #testimonial .customNavigation a.prev, #products-related .customNavigation a.prev, .homeslider_cms .customNavigation a.prev{left:0px;}
	#blog-carousel .owl-controls .owl-buttons .owl-next{right:0px;}
	#blog-carousel .owl-controls .owl-buttons .owl-prev{left:0px;}
	.product-info .additional-carousel{margin-left:0;}

	.product-info .image-additional { width: 100%;}
	#column-left .product-thumb .price-old, #column-right .product-thumb .price-old  {margin-left:5px;}
	#column-left .fa-shopping-cart:before, #column-right .fa-shopping-cart:before  {display:none;}
	#column-left .hidden-xs, #column-left .hidden-sm, #column-left .hidden-md {display:block !important; text-transform: capitalize; font-weight:normal;   margin-top: -25px;}
	.col-sm-4.total_amount { margin-top: 88px;}
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
	.main-menu > ul > li{margin-right:20px;}
	.homeslider_cms .features .text{width:240px;}
	.Shopnow-text-cms .text{letter-spacing:1px;}
	.homeslider_cms .customNavigation a.next, #blog-carousel .owl-controls .owl-buttons .owl-next{right:0;}
	.homeslider_cms .customNavigation a.prev, #blog-carousel .owl-controls .owl-buttons .owl-prev{left:0;}
	#featured .customNavigation a.next, #special .customNavigation a.next, #bestseller .customNavigation a.next, #latest .customNavigation a.next, #testimonial .customNavigation a.next, #products-related .customNavigation a.next{right:0;}
	#featured .customNavigation a.prev, #special .customNavigation a.prev, #bestseller .customNavigation a.prev, #latest .customNavigation a.prev, #testimonial .customNavigation a.prev, #products-related .customNavigation a.prev{left:0;}
	#latest .container, #bestseller .container, #special .container, #content .related{width:980px;}
	.blog-left .blog-image img{width:100%; height:auto;}
	.blogs .blog-right .post-inner{width:74%;}
	.col-sm-3.column{width:25%; margin-right:50px;}
	.homecms .right{margin-top:35px;}
	.main-image-block  img{width:100%;}
	.layout-2.left-col #column-left{padding-right:20px;}
	.product-list .list.rating{padding:0 0 10px;}
	#column-left .product-items .product-details, #column-right .product-items .product-details{width:60%;}
}

@media only screen and (min-width: 980px) and (max-width: 1024px) {
	#latest .container, #bestseller .container, #special .container, #content .related{width:950px;}
	.main-menu > ul > li{margin-right:15px;}
	.homeslider_cms .features .text{width:240px;}
	.Shopnow-text-cms .text{letter-spacing:1px;}
	.homeslider_cms .customNavigation a.next, #blog-carousel .owl-controls .owl-buttons .owl-next{right:0;}
	.homeslider_cms .customNavigation a.prev, #blog-carousel .owl-controls .owl-buttons .owl-prev{left:0;}
	#featured .customNavigation a.next, #special .customNavigation a.next, #bestseller .customNavigation a.next, #latest .customNavigation a.next, #testimonial .customNavigation a.next, #products-related .customNavigation a.next{right:0;}
	#featured .customNavigation a.prev, #special .customNavigation a.prev, #bestseller .customNavigation a.prev, #latest .customNavigation a.prev, #testimonial .customNavigation a.prev, #products-related .customNavigation a.prev{left:0;}
	.main-image-block  img{width:100%;}
	.homecms .right{margin-top:70px;}
	.blog-left .blog-image img{width:100%; height:auto;}
	.blogs .blog-right .post-inner{margin-left:15px; padding-left:15px;}
	.col-sm-3.column{width:26%; margin-right:30px;}
	.product-thumb .button-group .addtocart{padding:8px 20px;}
	.product-list .list.rating{padding:0 0 10px;}
	.layout-2.left-col #content, .layout-2.right-col #content{width:75%;}
	.layout-2.left-col #column-left,.layout-2.right-col #column-right{width:25%;}
	.layout-2.left-col #column-left{padding-right:25px;}
	.layout-2.right-col #column-right{padding-left:25px;}
	#content .product-layout.product-grid{text-align:center;}
	#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:none;}
	.column.last .phoneno{font-size:34px;}
	.map-responsive{padding-bottom:90.55%;}
	#column-left .box-product .image, #column-right .box-product .image{margin-right:8px;}
	.main-slider .item img{display:block;}
}

@media only screen and (min-width: 768px) and (max-width: 980px){
	.layout-2.left-col #column-left,.layout-2.right-col #column-right{width:25%;}
	.layout-2 #content{width:75%;}
	#column-left .product-items .product-details, #column-right .product-items .product-details {float: left;margin:0px 0 0;}
}

@media (max-width: 979px) {
	#column-left .box-product .image,
	#column-right .box-product .image {margin-right:7px;}
	.col-md-4.btn-list-grid {margin-bottom: 10px;}	
	.pagination-right {
		clear: both;
		float: left;
		margin: 5px 0;   
	}
	.product-compare .table-bordered{
		width:100%;
		float:left;
		overflow:auto;
		display:inline;
	}
	#accordion .form-horizontal .control-label{width:100%;}
	
	.homeslider_cms .features .text{width:200px;}
	.homepage-slider-inner img{width:100%;}
	.Shopnow-text-cms .text{letter-spacing:0;}
	.Shopnow-text-cms .button{margin-left:0; margin-top:25px; display:block;}
	.Shopnow-text-cms .container{padding:70px 0;}
	.homecms .left{width:40%;}
	.homecms .right{width:60%; margin-top:30%;}
	.homecms .main-image-block  img{width:100%;}
	#outer-wrap{margin:50px auto 100px;}
	#featured .image{width:57%; padding-right:30px;}
	#featured .product-details{width:43%;}
	#latest .container, #bestseller .container, #special .container, #content .related{width:724px;}
	.blog-left .blog-image img{width:100%; height:auto;}
	.col-sm-3.column{margin-right:0px;}
	.col-sm-3.column.last{margin-left:0;}
	#content .product-grid .product-block{display:inline-block;}
	#content .product-layout.product-grid{text-align:center;}
	#column-right .toggle .mobile_togglemenu, #column-left .toggle .mobile_togglemenu {
		background-position: right 0px;
		display: block;
		margin-right: 0px;
		padding: 5px 0px;
		right:0;
	}
	#column-right .toggle.active .mobile_togglemenu, #column-left .toggle.active .mobile_togglemenu{
		background-position: right -52px;
	}
	.layout-2.left-col #content, .layout-2.right-col #content, .layout-3 #content {
    width: 100%;
	}
	#column-left .box, #column-right .box {
    margin-bottom: 0;
    position: relative;
	}
	#column-left #banner0.single-banner, #column-right #banner0.single-banner{display:none;}
	.layout-2.left-col #column-left, .layout-2.right-col #column-right,.layout-3 #column-left, .layout-3 #column-right,#column-left,#column-right{width:100%; clear:both;}
	#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; 
	padding: 0px;
	}
	#column-left .box-heading, #column-right .box-heading{border-bottom:medium none;}
	.layout-2.left-col #column-left, .layout-2.right-col #column-right{padding-right:0; padding-top:20px; padding-left:0;}
	#column-left .product-items .product-details, #column-right .product-items .product-details{width:auto; margin:0;}
	#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:none;}
	.homeslider_cms .customNavigation a.next, #featured .customNavigation a.next, #special .customNavigation a.next, #bestseller .customNavigation a.next, #latest .customNavigation a.next, #testimonial .customNavigation a.next, #products-related .customNavigation a.next, #blog-carousel .owl-controls .owl-buttons .owl-next{right:0;}
	.homeslider_cms .customNavigation a.prev, #featured .customNavigation a.prev, #special .customNavigation a.prev, #bestseller .customNavigation a.prev, #latest .customNavigation a.prev, #testimonial .customNavigation a.prev, #products-related .customNavigation a.prev, #blog-carousel .owl-controls .owl-buttons .owl-prev{left:0;}
	#content .blogs .box-content{margin:0;}
	.blogs .blog-right .post-inner{margin-left:10px; padding-left:10px;}
	
	/*.slide_header{position:relative;}*/
	.container, footer{top:auto;}
	/*.footer_right{width:100%; margin-top:25px;}*/
	.map-responsive{padding-bottom:39.55%;}
	.column.last .phoneno{font-size:34px;}
	.main-slider .item img{display:block;}
	
}
@media (max-width: 767px) { 
	#res-menu .nav-responsive .expandable{
		margin: 0;
	}
	.header_right,.header_left{    position: absolute;
    top: 0;
    right: 0;}
	.layout-2 #content,.layout-3 #content{width:100%;}
	.product-info .image-additional {width: 100%;} 
	.product-info .image-additional a {padding: 1px;} 
	.header-cart{display:inline-block;float:none;width:100%;}
	.col-sm-4.header-logo{display:inline-block; width:100%;}
	.header-logo{text-align:center;}
	.header-cart{width:100%;display:inline-block;text-align:center;}
	.header-logo > div{display:inline-block;}
	.btn-info {margin-bottom:3px;} 
	#input-search {margin-bottom: 8px;}
	#logo{
		margin: 0;
	}
	#logo .img-responsive { margin: 0px;}
	.col-sm-4.total_amount {margin-top: 20px;}
	#cart{float:none;}	
	#cart .dropdown-menu {right: 0px;width: 350px;}
	.checkout-cart .table.table-bordered .input-group-btn {clear: both; margin: 5px 0 0; float: left;}
	.checkout-cart .btn.btn-danger { margin-top: -2px !important;}
	.button_class {clear:both;}
	.show-wrapper{clear:both;margin:10px 0 0;}
	.category_filter .show {float: left; margin: 8px 10px 0 0;}
	.product-compare .table-bordered{float:left;width:100%;overflow:auto;display:inline;}
	.product-info .image, .product-info .additional-carousel { margin: 0 auto; width:400px; }
	.addthis_toolbox.addthis_default_style{margin: 10px 0;}
	#content .category_list .filterbox{border:1px solid #ddd;margin:10px 0;}
	#content .category_list .filterbox .list-group a{border:none;}
	.checkout-cart .input-group-btn:last-child > .btn, .checkout-cart .input-group-btn:last-child > .btn-group{margin-left:0; margin-right:5px;}
	.container .row{margin:0;}
	.common-home .slide_header{/*position:relative; background:#000; margin-bottom:0;*/}
	.header_left{/*width:100%; text-align:center;padding: 19px 0;*/}
	.homeslider_cms .container, .homecms.container{padding:0 15px;}
	.homeslider_cms .features.left, .homeslider_cms .features, .homeslider_cms .features.right{width:33%;}
	.homeslider_cms .features .text{width:85%;}
	.homeslider_cms .customNavigation, #featured .customNavigation, .blogs .owl-carousel .owl-buttons div, #latest .customNavigation, #special .customNavigation, #bestseller .customNavigation, #testimonial .customNavigation{
		opacity:1;
		-moz-opacity: 1;
		-webkit-opacity: 1;
		-khtml-opacity: 1;
	}
	.search{
		padding:20px;
		background-position: 0 -49px;
	}
	.Shopnow-text-cms .container{padding:70px 15px;}
	.homecms .left{width:100%;}
	.homecms .right{width:100%; margin-top:10%;}
	.header_right{width:34%;margin: 13px 0;}
	#homecms_tab li{margin:0 8px 0 0;}
	#outer-wrap .main_heading{line-height:42px; font-size:32px;}
	#outer-wrap .subheading{font-size:22px;}
	#featured .image{width:100%; padding:0;}
	#featured .product-details{width:100%; margin-top:25px;}
	#featured .customNavigation a.prev, #featured .customNavigation a.next,  #special .customNavigation a.prev, #bestseller .customNavigation a.prev, #latest .customNavigation a.prev,  #special .customNavigation a.next, #bestseller .customNavigation a.next, #latest .customNavigation a.next{top:145px;}
	#featured .customNavigation, #latest .customNavigation, #special .customNavigation, #bestseller .customNavigation{position:relative;}
	#latest .container, #bestseller .container, #special .container, #content .related{/*width:auto; padding:0 15px;*/}
	#featured .caption, #featured .product-details{text-align:center;}
	.box .box-product .product-block .product_hover, .product-grid .product-block .product_hover, .box .box-product .product-block:hover .product_hover, .product-grid .product-block:hover .product_hover{
		position:relative; 
		bottom:0; 
		opacity:1;
		-moz-opacity: 1;
		-webkit-opacity: 1;
		-khtml-opacity: 1; 
		margin-top:10px;
	}
	#content #blog-carousel .product-block, #content #blog-grid .product-block{padding:0 10px;}
	.blogs .owl-controls .owl-buttons .owl-prev, .blogs .owl-controls .owl-buttons .owl-next{top:26%;}
	.blogs .date-time .day{font-size:33px;}
	
	.container #content .row{/*margin:0 -15px;*/}
	#content .product-layout.product-grid{width:50%;}
	#column-left #latest .container, #column-left #bestseller .container, #column-left #special .container, #column-right #latest .container, #column-right #bestseller .container, #column-right #special .container{padding:0;}
	.product-list .product-thumb .image{float:left;}
	.product-list .product-details{float:left; margin-top:15px;}
	#content .product-grid .product-block{display:block;}
	.product-thumb .button-group .addtocart{padding:8px 12px;}
	
	
	#content.productpage .product-left{width:100%; padding:0;}
	#content.productpage .product-right{width:100%; padding:20px 0 0;}
	#tabs_info{padding:65px 0 0; clear:both;}
	#tabs_info .nav > li > a{padding:8px 12px; margin-right:10px;}
	.breadcrumb{position:relative;}
	.contact-info .left{width:100%;}
	.contact-info .right{width:100%; float:left; padding-top:20px;}
	.checkout-cart .input-group-btn .btn-primary{
		border-radius:50px 0 0 50px !important;
		-moz-border-radius: 50px 0 0 50px !important;
		-webkit-border-radius: 50px 0 0 50px !important;
		-khtml-border-radius: 50px 0 0 50px !important;
	}
	.slide_header{z-index:1;}
	.blog_page .blog-image img{display:block;}
	.blog_page .blog_top_content .blog-image{height:auto;}
	.header_center{margin:0;}
	.responsive-menu{height:auto;}
	#featured .product-block{height:auto !important;}
	.nav-responsive span, .main-menu > ul > li > a{
		    padding: 1px 10px;
	}
}
@media only screen and (max-width: 479px) {
	.product-info .image-additional a{float:none; text-align:center; padding: 1px;}
	/*.table{	
		float: left;
		margin-bottom: 20px;
		overflow: scroll;
		width: 100%;
	}*/
	.product-layout.product-grid{width:100% !important;}
	.shopping-cart .input-group .form-control{width:100%;padding:0;text-align:center;}
	.account-wishlist .table-bordered{float:left;width:100%;overflow:auto;display:inline;}
	#cart .dropdown-menu table {display: inline-block;}
	.flex-direction-nav a:before {font-size:27px !important;}
	#cart .dropdown-menu {right: 0px;  width: 290px;}
	.dropdown-menu.pull-right {width: 100%;}
	#cart .dropdown-menu li > div {min-width:100%;}	
	.category_filter .limit {float: left;}
	.contact-info .left,.contact-info .right{width:100%;}
	.product-info .image, .product-info .additional-carousel {width: 100%;}
	.nav-tabs > li{width:100%;}	
	.nav-tabs > li > a{margin:0 0 2px;}
	.productpage .write-review, .productpage .review-count { display: inline-block;margin: 5px 0 0;width: 100%;}
	.pagination-wrapper .page-link{float:left;}
	.pagination-wrapper .page-result{float:left;clear:both;}
	.checkout-cart .pull-right {clear: both;float: left; margin: 10px 0;}
	.bootstrap-datetimepicker-widget.dropdown-menu{width:auto;}
	.checkout-cart #accordion .input-group-btn {float: left; margin: 5px 0 0;}
	/*.checkout-cart .input-group-btn:last-child > .btn, .checkout-cart .input-group-btn:last-child > .btn-group{margin:0px;}*/
	
	.header_right{width:40%;}
	#top-links .myaccount a{width:35px;}
	.main-menu > ul > li ul > li > a, .responsive-menu .main-navigation li a{white-space:normal;}
	.owl-controls .owl-buttons .owl-next, .owl-controls .owl-buttons .owl-prev{top:38% !important;}
	.homeslider_cms{margin-top:50px;}
	.box .box-heading, #content .box .box-heading, #homecms_tab .box-heading, .homeslider_cms .box-heading{font-size:25px; letter-spacing:2px;}
	.homeslider_cms .features.left, .homeslider_cms .features, .homeslider_cms .features.right{width:100%; text-align:center; margin-bottom:35px;}
	.inner-block-bottom{margin:50px 0;}
	.Shopnow-text-cms .text{font-size:15px;}
	#homecms_tab li{display:block; width:100%; text-align:center; margin: 0 0 15px;}
	#featured .product-details .wishlist{margin-bottom:10px;}
	#featured .product-details .wishlist, #featured .product-details .compare{margin:0 10px;}
	.testimonial-container{padding:40px 0;}
	.newshead{font-size:20px;}
	#homecms_tab li a{padding:8px 50px;}
	#tabs_info .nav > li > a{margin-right:0; margin-bottom:10px; text-align:center;}
	.footer_bottom.container{padding:20px 15px 30px;}
	.blog-date{/*margin:5px 0 0; clear:both;*/}
	.blog_day{margin:0 0 20px; clear:both;}
	.map-responsive{padding-bottom:65.55%;}
	#search.search-selected{width:200px;}
	#search .input-lg{right:11px; position:relative;}
	#search.search-selected .input-lg{right:0px; position:relative;}
}
@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;}
	.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;}
}
#accordion .panel-title > a {
    color: inherit;
    display: inline-block;
    width: 100%;	
}
#accordion .panel-title{padding:10px; background:#fff;}
#accordion .panel-heading .fa.fa-caret-down {float: right; margin-top:4px;}
#accordion .col-sm-10 {width: 75%;}
#accordion .form-horizontal .control-label {text-align:left;}
/* Megnor www.templatemela.com End */