body {
	font-size: 12px;
font-family: 'Poppins', sans-serif;
color: #000;
font-weight: 500;
line-height: 20px;
letter-spacing: 0px;
}
:focus{outline:none !important;}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
.fa-stack{width:13px;}
.fa-stack .fa{font-size:13px; color:#ccc;}
/* 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: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.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 !important;
}

.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 #content {
	padding-left: 0;
	padding-right: 0;
	background: #fff;
	padding-top: 0;
}
.breadcrumb a {
	color: #000;
	font-size: 14px;
}
.breadcrumb a:hover {
	color: #436521;
}
/* top */
#top {
	background-color: #fff;
	border-bottom: 1px solid #e8e8e8;
	padding: 0 30px;
	min-height: 45px;
	clear: both;
}
header .header-top {
	padding: 27px 30px 0;
	position: relative;
	background: #fff;
	clear: both;
}
header .container {
	background: #fff;
}
.header-top #logo a {
	line-height: 20px;
	color: #000;
}
.header-top .col-sm-4.header-logo {
	float: left;
	width: auto;
	padding: 0;
}
#top .container {
	padding: 0 20px;
}
#cart .dropdown-menu p {
	margin: 10px 0;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
	width:100%;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #999999;
}
.content_headercms_top .left-nav p {
	margin: 0;
	color:#000000;
	font-weight: 400;
}
.content_headercms_top .left-nav p:hover{color:#436521;}
.content_headercms_top {
	float: left;
	float: left;
	padding: 12px 0;
	text-transform: capitalize;
}
.home-latest {
	padding: 0 30px;
}
.home-latest .h3.products-section-title {
	margin-bottom: 0;
}
.latest-heading, .bestseller-heading{
	display: inline-block;
	margin-bottom: 21px;
	width: 100%;
	margin-bottom: 10px;
	position: relative;
	text-transform: capitalize;
	border-bottom: 1px solid #e8e8e8;
	padding: 20px 0 0 0;
}
.home-bestseller {
	float: left;
	width: 100%;
	display: inline-block;
	padding: 0 30px;
}
#currency .dropdown-menu { padding: 8px;}

#language .dropdown-menu > li > a {padding: 3px 8px;}
#currency .dropdown-menu .btn { padding: 2px !important;}
#language .dropdown-menu > li > a:hover {color:#FFFFFF;}
#top .btn-link, #top-links li, #top-links a,#language .dropdown-menu > li > a {
	color: #888;	
	text-decoration: none;
}
#top-links li{padding:0;}
#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 .btn-link strong {
	font-size: 14px;
	font-weight: normal;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
#top .fa-caret-down{vertical-align:text-bottom;}
#top #currency .btn-link, #top #language .btn-link {
padding: 8px 12px;
}
/* logo */
.header-logo{float:left;}
.header-search{float:left;}
.header-cart{float:right;}
#logo {
	margin: 0px;
	display:inline-block;
    width: 85%;
    margin-top: -12px;
}
/* search */
#search .btn-lg {
	background: #436521 url("../image/megnor/Search.png") no-repeat scroll 17px 13px;;
	border: medium none;
border-radius: 0 5px 5px 0;
-webkit-border-radius: 0 5px 5px 0;
-khtml-border-radius: 0 5px 5px 0;
-moz-border-radius: 0 5px 5px 0;
bottom: 0;
color: #000000;
height: 40px;
outline: 0 none;
right: 0;
text-transform: uppercase;
width: 50px;
transition: all 500ms ease 0s;
-webkit-transition: all 500ms ease 0s;
-moz-transition: all 500ms ease 0s;
-ms-transition: all 500ms ease 0s;
-o-transition: all 500ms ease 0s;
}

#search .form-control.input-lg {
	border: 2px solid #436521;
	border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	-khtml-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	color: #7c7c7c;
	font-size: 12px;
	font-weight: 400;
	height: 40px;
	letter-spacing: 0.7px;
	min-width: 250px;
	outline: 0 none;
	padding: 9px 100px 9px 16px;
	transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
}

#top-links .list-inline {
	margin-bottom: 0;
}
#search {
	margin-bottom: 10px;
}
.myaccount .user_bg {
	background: rgba(0, 0, 0, 0) url("../image/megnor/icon.png") no-repeat scroll 0 -240px;
	background-position-x: 0px;
	background-position-y: -240px;
	cursor: pointer;
	height: 25px;
	margin: 0 6px;
	padding: 0;
	position: relative;
	width: 25px;
	display: inline-block;
}
.myaccount:hover .user_bg{
	background-position: 0 -300px;
}
.myaccount .user-title {
	display: inline-block;
	float: right;
	position: relative;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0;
	color: #000;
}
.myaccount:hover .user-title {
	color: #436521;
}
.header-top .dropdown.myaccount {
	display: inline-block;
	float: right;
	font-size: 13px;
	margin: 5px 30px 0 25px;
	font-weight: 400;
	position: relative;
	cursor: pointer;
}
.header-top #header-search {
	padding: 0;
	width: 38.2%;
	position: absolute;
	right: 0;
	left: 0;
	margin: -7px auto 0;
}
#top-links #wishlist-total, #top-links #compare {
	color: #000000;
	display: block;
	float: left;
	font-size: 12px;
	padding: 5px 15px;
	letter-spacing: 0.5px;
	font-weight: 400;
	line-height: 18px;
}
#top-links #wishlist-total:hover, #top-links #compare:hover{color:#436521 ;}
/* cart */
.header-top #header-cart {
	float: right;
	position: relative;
	width: auto;
	padding: 0;
}
#cart {
	float: right;
	position: relative;
	float: right;
	width: auto;
	clear: right;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #000;
	/*border:1px solid #323232;*/
	box-shadow: none;
	background: none;
	padding: 0;
}
#cart #cart-total {
	background: #436521 none repeat scroll 0 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
	color: #ffffff !important;
	font-size: 11px;
	font-weight: 600;
	left: -12px;
	line-height: 13px;
	padding: 2px 4px 1px 5px;
	position: absolute;
	top: -12px;
	z-index: 1;
}
.cart-menu .text-right a {
	background: #f5f5f5;
	border-color: #f5f5f5;
	color: #000;
	padding: 9px 12px;
	font-weight: 600;
	line-height: 20px;
	border-radius: 5px;
	-webkit-border-radius:5px;
-khtml-border-radius:5px;
-moz-border-radius:5px;

	text-transform:uppercase;
}
#cart:hover #cart-total {
	background: #000;
}
#footer .column li .email_content a::before {
	display: none;
}
.text-shopping.cart-title {
	color: #000;
	float: left;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 18px !important;
	margin-top: 7px;
	position: relative;
	text-transform: uppercase;
}
#cart .cartimage {
	background: rgba(0, 0, 0, 0) url("../image/megnor/Shopping.png") no-repeat scroll 0 7px;
	float: left;
	height: 35px;
	left: 0;
	position: relative;
	top: -2px;
	width: 32px;
}
#cart:hover .cartimage {
	background: rgba(0, 0, 0, 0) url("../image/megnor/Shopping_hover.png") no-repeat scroll 0 7px;
}
#cart:hover .text-shopping.cart-title {
	color: #436521;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #fff;
	z-index: 1001;
}
#cart .dropdown-menu {
	width: 350px;
	padding: 10px;
	top: 60px;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.12);
	border: none;
}
#cart .button-container {  
    width: auto;
	float:right;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu table td{border:none;background:none;}
#cart .dropdown-menu li > div {		
}
#cart .dropdown-menu li .text-right {
	padding: 15px 0;
}
#header-cart #cart .dropdown-menu li td {
	padding: 10px 0 0 0;
}
#cart .cart-menu .table-striped > tbody > tr:nth-of-type(2n+1) {
	background-color: #fff;
}
#cart .cart-menu .table-bordered {
	border-bottom: none;
	padding: 10px;
	border-left: none;
	border-right: none;
}
.cart-menu .text-right a:hover {
	color: #fff;
	background-color: #436521;
	border-color: #436521;
	border-radius: 5px;
	-webkit-border-radius:5px;
-khtml-border-radius:5px;
-moz-border-radius:5px;

	text-transform:uppercase;
}
.list-unstyled.childs_1 .dropdown.toggle .mobile_togglemenu::before {
	content: "\f107";
}
.list-unstyled.childs_1 .dropdown.toggle.active .mobile_togglemenu::before
{
	content: "\f106";
}
.sub_banner {
	float: left;
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 20px;
	padding: 0 30px;
	margin-top: 20px;
}
.sub_banner .sub_inner2 .sub_inner_img.left {
	width: 49.2%;
	float: left;
	overflow: hidden;
	position: relative;
}
.sub_banner .sub_img1 {
	float: left;
	overflow: hidden;
	display: block;
	position: relative;
	/* margin: 0 0 0 15px; */
}
.sub_banner .sub_img1 a, .sub_banner .sub_img2 a, .sub_banner .sub_img a {
	float: left;
	position: relative;
	overflow: hidden;
}
.sub_banner .sub_img1 img, .sub_banner .sub_img2 img {
	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;
	display: block;
	max-width: 100%;
}
.sub_banner .sub_inner_img .full-banner {
	transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
	-ms-transition: all 0.9s ease 0s;
}
.bannercms-content1 {
	/* position: absolute; */
	right: 5.7%;
	left: auto;
	text-align: left;
	top: 32%;
	width: 40%;
}
.full-banner {
	position: absolute;
	z-index: 1;
}
.sub_banner .banner-subtext {
	color: #436521;
	font-size: 12px;
	line-height: 19px;
	text-transform: uppercase;
	background: #fff;
	padding: 2px 10px;
	display: inline-block;
	letter-spacing: 1.4px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
}
.sub_banner .banner-text1 {
	color: #000000;
	display: block;
	font-size: 28px;
	letter-spacing: 0;
	line-height: 27px;
	margin: 14px 0 6px;
	text-transform: uppercase;
	display: inline-block;
}
.sub_banner .banner-text1 {
	color: #000000;
	font-size: 28px;
	letter-spacing: 0;
	line-height: 27px;
	text-transform: uppercase;
	font-weight: 600;
}
.sub_banner .banner-text3 {

	color: #757575;
	display: block;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.8px;
	line-height: 27px;
	text-transform: capitalize;

}

.sub_banner .sub_inner2 .sub_inner_img.right {
	float: right;
	width: 49.2%;
	position: relative;
	overflow: hidden;
}
.sub_banner .sub_img2 {
	float: right;
	overflow: hidden;
	display: block;
	position: relative;
	/* margin: 0 0 0 15px; */
}
.bannercms-content2 {
	right: 0.5%;
	left: auto;
	text-align: left;
	top: 32%;
	width: 40%;
}
#tmcms1block {
	clear: both;
	float: none;
	margin: 0 auto;
	position: relative;
	width: 100%;
	padding: 0 30px;
}
#tmcms1block .bannercms-content {
	left: 35.5%;
	margin: 0 auto;
	right: auto;
	text-align: left;
	top: 23.8%;
	width: 50%;
	transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-ms-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
}
#tmcms1block .banner-subtext {
	background: #ffffff none repeat scroll 0 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #436521;
	display: inline-block;
	font-size: 12px;
	letter-spacing: 1.4px;
	line-height: 19px;
	padding: 4px 10px;
	text-transform: uppercase;
	background: #fff;
}
#tmcms1block .banner-text1 {
	color: #000000;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 30px;
	margin: 22px 0 21px;
	text-transform: uppercase;
}
#tmcms1block .banner-text2 {
	width: 59%;
	letter-spacing: 0.5px;
	color: #757575;
	font-weight: 400;
}
.content-top-breadcum .container {
	background: #fff;
	background: #f5f5f5 url("../image/megnor/bread-crum.jpg") no-repeat scroll center center;
	line-height: 24px;
margin: 0 auto;
overflow: hidden;
padding: 50px 30px;
position: relative;
text-align: center;
text-transform: capitalize;
z-index: 1;
}
#content .col-sm-8.product-left {
	width: 45%;
	padding: 0 15px 20px 30px;
}
#content .col-sm-4.product-right {
	width: 55%;
}
.product-left .product-info .image .thumbnail {
	padding: 0;
	border: none;
}
/* menu */
#menu .dropdown .dropdown-menu.submenu {
	top: 0 !important;
	box-shadow: none;
}
#menu {padding: 0 30px;}
#menu .nav.navbar-nav {
	border-bottom: 1px solid #e8e8e8;
	border-top: 1px solid #e8e8e8;
    margin: 20px 0 0px 0px;
	width: 100%;
	float: left;
	padding: 9px 0;
}
.nav-responsive { display:none;}
.responsive-menu,
.main-menu {
	background: #fff;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 0px 5px; 
	/*overflow:hidden; HIDE CATEGORIES THOSE ARE OUT OF MANU.  */	  
}
 
.main-menu ul {
	list-style: none;
	margin: 0;
	padding: 0; 
}
.main-menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;
	background-color:#fff;
}
.main-menu > ul > li:hover {
} 
 #menu ul li.home_first a {  } 
 .nav-responsive span,
.main-menu > ul > li > a {
	font-size: 12px;
font-weight: 600;
letter-spacing: 0.8px;
text-transform: uppercase;
border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
position: relative;
float: left;
width: 100%;
overflow: hidden;
z-index: 1;
color:#000;
padding: 9px 19px 9px;
}

.nav-responsive span, .main-menu > ul > li > a:hover::after{
	transition: all 500ms ease 0s;
-webkit-transition: all 500ms ease 0s;
-moz-transition: all 500ms ease 0s;
-ms-transition: all 500ms ease 0s;
-o-transition: all 500ms ease 0s;
width: 100%;}


.nav-responsive span, .main-menu > ul > li > a::after{
background: #ffffff none repeat scroll 0 0;
border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
content: "";
height: 100%;
left: 0;
opacity: 0.2;
-khtml-opacity: 0.2;
-webkit-opacity: 0.2;
-moz-opacity: 0.2;
position: absolute;
top: 0;
width: 0;
}
.main-menu a:hover { text-decoration:none}

.main-menu > ul > li:hover > a {
	background: #436521;
	color:#fff;
}
.main-menu > ul > li > ul , .responsive-menu .main-navigation{
	display: none;
	background: #15BCF0;
	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 > li > a , .responsive-menu .main-navigation li a{	
	padding: 8px;
	color: #666;
	display: block;
	white-space: nowrap; 
}
.main-menu > ul > li ul > li > a{min-width: 160px;}
.main-menu > ul > li ul > li > a:hover  , .responsive-menu .main-navigation li a:hover  {
	color:#666;
	background-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: #666;
} 

.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: #666;
} 

#menu ul li ul {
    display: table-cell;
	float:none;
}

#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: 158px;
    padding: 10px;
    position: absolute;
    top: 0;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.12);
-moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.12);
-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.12);
}

#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 ul.nav li .megamenu ul.list-unstyled li .dropdown-menu {
    border: medium none;
    margin: 0;
    padding: 6px 0 0;  
	position:relative;
	background:#ffffff;
	float:none;
}

#menu ul.nav li .megamenu ul.list-unstyled li > a, .hiden_menu .top_level a{ 
	display: block;
font-weight: 500;
color: #436521 !important;
padding: 5px 0;
text-transform: capitalize;
font-size: 13px;
border-bottom: 1px solid #436521 !important;
margin-bottom: 10px;
}
#menu ul.nav li .megamenu.column1 ul.list-unstyled li > a:hover{color:#436521 !important;}
#menu ul.nav li .megamenu.column1 ul.list-unstyled li > a {
	border-bottom: none !important;
	padding: 2px 0;
	margin: 0;
	color: #000 !important;
}
#menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu.submenu ul.list-unstyled li > a:hover{color: #436521 !important;}
#menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu.submenu ul.list-unstyled li > a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #000 !important;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.5;
	position: relative;
	text-transform: capitalize;
	padding: 0 0 10px 0;
	border-bottom: none !important;
	margin-bottom: 0;
}
#menu ul.nav li .megamenu.column1 ul.list-unstyled li > a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	font-size: 12px;
    font-weight: normal;
    line-height: 24px;
	}
.box_filter .list-group-item {
	border: none;
	padding: 0 0 10px 10px;
}
.box_filter .list-group-item.filter_heading {
	font-size: 14px;
	font-weight: 600;
	padding-left: 0;
}
.box_filter .panel-footer {
	padding: 10px 15px 10px 0;
	background-color: transparent;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.box_filter .box {
	margin-bottom: 30px;
}
#button-filter {
	text-align: left;
	float: left;
	background: #436521;
	color: #fff;
	border: 1px solid #436521;
}
#button-filter:hover{
	background: #000;
	border: 1px solid #000;
	color: #fff;
}
.box_filter .box .box-heading {
	padding-bottom: 10px;
}
.hiden_menu .dropdown-inner li.top_level a:hover{color: #436521 !important;}
.hiden_menu .dropdown-inner li.top_level a {
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	border-bottom: none !important;
	color: #000 !important;
	margin-bottom: 0;
}

#menu ul.nav li .megamenu ul.childs_1 { padding:0;  }
.dropdown-menu .dropdown-inner .list-unstyled .dropdown {
	padding: 0 30px 0 0;
}
#menu ul.nav li .megamenu ul.childs_1:last-child {
    border: medium none;
}
#menu ul.nav li .megamenu ul.childs_1:first-child {
    padding:0;
}

#menu ul.nav li .megamenu.column1 ul.childs_1 { border:none; padding:0; }


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

#menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li > a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #000;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    line-height: 24px;
    position: relative;
	font-family:poppins;	
}

#menu > ul > li.hiden_menu div {
    min-width: 195px;
	background: #ffffff none repeat scroll 0 0;
    border: medium none;
    display: none;
    padding: 22px;
    position: absolute;
    text-align: left;
	border:1px solid #d9d9d9;
	margin-left:2px;
}
#menu > ul > li.hiden_menu:hover > div {
   display:block;
   }

.nav-container.fixed .main-menu > ul > li.blog-link a,  .main-menu > ul > li.blog-link a { background:none !important; }

#menu .dropdown .dropdown-menu {
	min-width: 190px;
	border: 1px solid #d9d9d9;
	padding: 0 22px;
	border: none;
	margin-left: 0px;
	width: auto;
	left: auto;
	right: auto;
	z-index: 10000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	display: block;
	top: 40px !important;
	background: #fff;
	padding: 20px;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.12);
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	-moz-transform: translateY(20px);
	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;
	visibility: hidden;
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	min-width: auto;
}
#menu .dropdown:hover .dropdown-menu {
	
	 opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	-moz-transform: translateY(0);
	visibility: visible;
	display: block;
}
.main-slider .swiper-viewport {
	border: none;
	box-shadow: none;
	border-radius: 0;
	-webkit-border-radius:0;
-khtml-border-radius:0;
-moz-border-radius: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:25%;	
}
#column-right{
	width:25%;	
}
.layout-1 #content{
}

/* 2-col layout */

.layout-2.left-col #column-left {
	width: 23.8%;
}
.layout-2.right-col #column-right{
	width:25%;
}
.layout-2 #content {
	width: 76.2%;
}
.layout-2.left-col #content {
	   	
}
.layout-2.right-col #content {  
}

/* 3-col layout */
.layout-3 #column-left{	
	width:25%;
}
.layout-3 #column-right{			
	width:25%;
}
.layout-3 #content{		
	width:50%;
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
.copy-right {
    /*border-top: 1px solid #444;*/
    padding: 10px 0;
	text-align:center;
	display: inline-block;
float: left;
padding: 5px 0;
text-align: center;
width: auto;
}
#powered {
	float: left;
position: relative;
width: 100%;
text-align: center;
color:#838383;
font-size: 12px;
font-weight: 400;
line-height: 20px;
}
.content_bottom_left {
	float: right;
	display: inline-block;
	width: auto;
}
.payment .payment-method {
	padding-left: 0;
	list-style: none;
}
.payment .payment-method li {
	display: inline-block;
}
.payment .payment-method .discover span {
	background: url("../image/megnor/Discover.png") no-repeat scroll 0 0px transparent;
}
.payment .payment-method .google span {
	background: url("../image/megnor/Wallte.png") no-repeat scroll 0 0px transparent;
}
.payment .payment-method .maestro span {
	background: url("../image/megnor/Mestro.png") no-repeat scroll 0 0px transparent;
}
.payment .payment-method .mastercard span {
	background: url("../image/megnor/Master.png") no-repeat scroll 0 0px transparent;
}
.payment .payment-method .paypal span {
	background: url("../image/megnor/Paypal.png") no-repeat scroll 0 0px transparent;
}
.payment ul li span:hover{
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}
.payment ul li span {
	height: 29px;
	width: 35px !important;
	padding: 0;
	vertical-align: top;
	opacity: 0.7;
	-khtml-opacity: 0.7;
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	display: inline-block;
	font-size: 0;
}
footer .content_footer_bottom {
	background-color: #fff;
	padding: 25px 0 10px 0;
	text-align: center;
	float: left;
	width: 25%;
	margin-top: 30px;
}
#footer_social_block {
	width: auto;
	float: left;
	padding: 0 !important;
	clear: both;
	text-align: left;
}
#footer_social_block ul {
	padding-left: 15px;
	float: left;
	vertical-align: top;
	display: inline-block;
	margin-bottom: 0;
}
li.social_block {
	display: inline-block;
}
#footer_social_block ul > li a:hover {
	background-color: #436521;
	border-color: #436521;
	color:#fff;
}
#footer_social_block ul > li > a:hover > i {
	color:#fff;
}
#footer_social_block ul > li a {
	display: inline-block;
	line-height: 20px;
	padding: 2px;
	text-align: center;
	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;
	background: #f7f7f7;
	border: 1px solid #f7f7f7;
	background-color: #f7f7f7;
	background-position: 8px 9px;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	border: 1px solid #f7f7f7;
	border-radius: 50%;
	-webkit-border-radius:50%;
-khtml-border-radius:50%;
-moz-border-radius:50%;

	cursor: pointer;
	display: inline-block;
	height: 35px;
	margin-right: 3px;
	width: 35px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
#footer_social_block ul > li i {
	font-size: 12px;
	color: #000;
	line-height: 28px;
	font-weight: 400;
}
.content_footer_left {
	float: left;
	width: 31%;
	margin-bottom: 25px;
	/* margin-right: 15px; */
}
#footer .footer .col-sm-3.column {width: 21%;}
#footer .content_footer_left.col-sm-3.column {width: 32%;}
#block_contact_infos ul > li {
	clear: both;
	position: relative;
	width: 100%;
	float: left;
	margin-bottom: 35px;
}
.address_content, .phoneno, .email {
	font-weight: 500;
	line-height: 20px;
	font-size: 12px;
	letter-spacing: 1.3px;
	color: #808080;
}
.address_content {
	margin-left: 35px;
}
.phoneno {
	background: rgba(0, 0, 0, 0) url("../image/megnor/contact_sprite.png") no-repeat scroll 0 -394px;
	margin-top: -3px;
}
.phoneno_content {
	margin-left: 35px;
	line-height: 28px;
}
.email_content {
	margin-left: 35px;
}
.email {
	background: rgba(0, 0, 0, 0) url("../image/megnor/contact_sprite.png") no-repeat scroll 0 -670px;
}
.address {
	background: rgba(0, 0, 0, 0) url("../image/megnor/contact_sprite.png") no-repeat scroll 0 -117px;
}
.content_footer_bottom h5 {
	display: none;
}
#footer .content_footer_bottom.column li a::before {display: none;}
.footer {
	width: 100%;
	/*float: left;*/
	display: inline-block;
	/*padding: 0 30px;*/
}
#footer .content_footer_right {
	width: 26%;
	float: left;
	display: inline-block;
	position: relative;
}
.footer-container .row.footer {
	padding-bottom: 10px;
	margin-bottom: 7px;
	padding-top: 50px;
	margin-left: 0;
margin-right: 0;
border-bottom: 1px solid #f5f5f5;
}
#footer .container {
	padding: 0 30px;
	float: left;
width: 100% !important;
}
#footer .content_footer_right .newsletter.col-sm-3.column {
	width: 100%;
	display: inline-block;
	float: left;
}
footer {
	color: #000;
	float: left;
	width: 100%;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #808080;
}
.form-group #input-option224 {
	width: 100% !important;
}
.subscribe-btn .btn.btn-default.btn-lg {
	background: #436521  none repeat scroll 0 0 !important;
	border: medium none !important;
	font-size: 12px;
	height: 45px;
	position: relative;
	margin-left: 10px;
	border-radius: 0 5px 5px 0 !important;
	-webkit-border-radius: 0 5px 5px 0 !important;
	-khtml-border-radius: 0 5px 5px 0 !important;
	-moz-border-radius: 0 5px 5px 0 !important;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
}
.subscribe-btn .btn.btn-default.btn-lg:hover{background: #000 !important;}
.newsletter .newsletter_form {
	padding: 0;
}
.newsletter_form .input-news {
	float: left;
	width: 100%;
}
#footer .column li a::before {
	content: "";
height: 20px;
left: 0;
padding-left: 18px;
position: relative;
top: 1px;
width: 20px;
	background: rgba(0, 0, 0, 0) url("../image/megnor/footer-arrow.png") no-repeat scroll 0 4px;
}
#footer {
	padding: 0 30px 0;
	border-top: 1px solid #ddd;
}
.newsletter_form .input-news #txtemail {
	box-shadow: none;
	background: #f5f5f5 none repeat scroll 0 0;
	border: none;
}
#footer .column li:hover a::before {background-position: 0 -27px;}
.footer-container li a:hover {
	color: #436521;
}
.footer-container li .email_content a:hover {
	color: #808080;
}
.newsletter_form .subscribe-btn {
	margin: 0;
	display: inline-block;
	position: absolute;
	left: auto;
	right: 0;
}
footer h5 {
	color: #000;
	position: relative;
	color: #000000;
	font-size: 12px;
	font-weight: 600;
	line-height: 26px;
	margin-bottom: 7px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-top: 0;
}
.footer-container li {
	margin-bottom: 5px;
}
.footer-container li a {
	color: #808080;
	cursor: pointer;
	font-size: 12px;
	line-height: 26px;
	font-weight: 400;
	display: block;
	text-transform: capitalize;
	letter-spacing: 1.3px;
}

.main-slider .swiper-viewport:hover .swiper-button-next, .main-slider .swiper-viewport:hover .swiper-button-prev {
	opacity: 0.7;
	-khtml-opacity: 0.7;
-webkit-opacity: 0.7;
-moz-opacity:0.7;
	right: 20px;
	background: #436521 none repeat scroll 0 0;
	border-radius: 5px;
	-webkit-border-radius:5px;
-khtml-border-radius:5px;
-moz-border-radius:5px;

	color: #ffffff;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 40px;
	line-height: 1;
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	overflow: hidden;
	position: absolute;
	text-decoration: none;
	top: 53%;
	width: 40px;
	z-index: 2;
	-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;
	transition: all 0.3s ease 0s;
}
.main-slider .swiper-viewport .swiper-button-next::before {
	width: 40px;
	height: 40px;
	font-family: FontAwesome;
	content: "\f105";
	color: #fff;
	font-size: 30px;
	display: inline-block;
	padding: 4px 0 0 15px;
	text-shadow: none;
}
 .main-slider .swiper-viewport .swiper-button-prev::before{
 	width: 40px;
	height: 40px;
	font-family: FontAwesome;
	content: "\f104";
	color: #fff;
	font-size: 30px;
	display: inline-block;
	padding: 4px 0 0 15px;
	text-shadow: none;
 }
  .main-slider .swiper-viewport .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #436521;
	border: 1px solid #436521;
}
.main-slider .swiper-viewport .swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	background: #fff;
	border-radius: 20px;
	-webkit-border-radius:20px;
-khtml-border-radius:20px;
-moz-border-radius:20px;

	box-shadow: none;
	margin: 0 5px;
	opacity: 1;
	-khtml-opacity: 1;
-webkit-opacity: 1;
-moz-opacity:1;
	border: 1px solid #436521;
}
@media (max-width: 660px) {
	.product_banner .vhosts/admin.directcream.co.uk {
		left: 10px !important;
	}
	
}
@media (max-width: 979px) {
	footer .content_footer_bottom {
	background-color: #fff;
	padding: 0 15px;
	text-align: center;
	float: left;
	width: 25%;
	margin-top: 0;
}
	.content_footer_bottom h5 {
	display: block;
	text-align: left;
}
#footer .toggle {background: none;padding: 0;}
#footer .column ul {display: none;}
footer h5{margin-bottom: 10px;}
#footer .footer .col-sm-3.column {width: 100%; float: left;}
#footer .content_footer_right {width: 100%;}
.toggle .mobile_togglemenu::before {
	content: "\f107";
	height: 30px;
	width: 30px;
	color: #000;
	font-size: 20px;
	font-family: 'FontAwesome';
	text-align: right;
	float: right;
}
.toggle.active .mobile_togglemenu::before {
	content: "\f106";
	height: 30px;
	width: 30px;
	color: #000;
	font-size: 20px;
	font-family: 'FontAwesome';
	text-align: right;
	float: right;
}
.content_bottom_left {
	float: none;
	width: 100%;
	text-align: center;
}
.copy-right {width: 100%;}
#footer .toggle .mobile_togglemenu{background: none;}
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 !important;
	padding: 8px 0;
	border: none;
	background: transparent !important;
	float: none;
	display: block;
	padding: 0 !important;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {}

.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
	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, #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);
}
.btn-danger {
	color: #ffffff;	
	background: #d9534f;			
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
	-webkit-border-radius: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) { 

 }
#content.all-blog .panel .panel-body {
	padding: 0;
}
#content.all-blog .panel.panel-default{
	border: none;
	border-radius: 0;
	-webkit-border-radius:0;
-khtml-border-radius:0;
-moz-border-radius:0;

}
/* list group */

.box .filterbox { 
    border-color: #dddddd;
    border-image: none;
    border-right: 1px solid #dddddd;
    border-style: none solid solid;
    border-width: medium 1px 1px;
}
.list-group a {
	border: none;
	color: #888888;
	padding: 8px 0;
	background: transparent;
}
.input-news .text-danger {
	color: #a94442;
	position: absolute;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #436521;
	background: #eeeeee;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	/*border: 1px solid #ddd;*/
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
	position: relative;
	display: block;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
}
.product-thumb .image a {
	display: block;
/*background: #fff;*/
text-align: center;
border: 1px solid #e8e8e8;
	border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
position: relative;
}
.product-discount {
	background: #436521 none repeat scroll 0 0;
	color: #ffffff;
	display: inline-block;
	font-size: 12px;
	line-height: 18px;
	margin: 0 2px;
	padding: 0px 2px;
	vertical-align: middle;
	z-index: 2;
	font-weight: 600;
	float: left;
	margin:0 5px;
}
.product-thumb .image a:hover {
	opacity: 0.8;
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
	-webkit-border-radius:5px;
-khtml-border-radius:5px;
-moz-border-radius:5px;

}

.product-block .image .hover-image, #column-right .image .hover-image, #column-left .image .hover-image .button-group button:hover {
	background: transparent;
	color: #ffffff;
	height: auto;
	left: 0;
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	margin: 0 auto;
	transition: all 0.5s linear 0s;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	-webkit-transform: translateX(-110%);
	-moz-transform: translateX(-110%);
	-ms-transform: translateX(-110%);
	-o-transform: translateX(-110%);
	transform: translateX(-110%);
}
.product-block:hover .image .reg-image {
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	position: absolute;
	top: auto;
	right: 0;
	left: 0;
	transition: all 0.5s linear 0s;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}
.product-block:hover .hover-image, #column-right .image:hover .hover-image, #column-left .image:hover .hover-image {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	position: relative;
	transition: all 0.5s linear 0s;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	overflow: hidden;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 25px 0 0;
}
}

.product-list .product-block:hover .product-block-inner .quickview {
	right: 30px;
}
.product-grid .product-details .wishlist, .product-grid .product-details .compare {
	display: none;
}
.product-list .product-details.list .button-group.product-actions {
	opacity: 1;
	-khtml-opacity: 1;
-webkit-opacity: 1;
-moz-opacity:1;
}
.tabfeatured_default_width{ width:240px;}
.tabbestseller_default_width{ width:240px;}
.tablatest_default_width{ width:240px;}
.tabspecial_default_width{ width:240px;}

.hometab {
	float: left;
	width: 100%;
	display: inline-block;
	padding: 0 30px;
}
.magnore_heading {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	position: relative;
	text-transform: capitalize;
	border-bottom: 1px solid #e8e8e8;
	padding: 20px 0 0 0;
}
.htabs {
	line-height: 16px;
	margin-right: 60px;
	float: right;
	position: relative;
}
.fa-arrow-left::before {
	content: '\f104';
	left: 0;
	font-family: 'FontAwesome';
	font-size: 28px;
	text-align: center;
	position: absolute;
	bottom: 0;
	top: -17px;
	margin-right: 3px;
	color: #c9c9c9 !important;
}

.customNavigation{
    display:none;
}

.customNavigation .fa-arrow-left::after {
	color: #000000;
	right: 8px;
	left: auto;
	line-height: 26px;
	color: #c9c9c9 !important;
	border-right: 1px solid #c9c9c9;
	height: 14px;
	top: -9px;
	z-index: 9;
	content: "";
	margin-left: 9px;
	position: absolute;
    display:none;
}
.home-special .customNavigation .fa-arrow-left::after{
	right: 5px;
}
.banners-slider-carousel .customNavigation {
	opacity: 0;
	-khtml-opacity: 0;
-webkit-opacity: 0;
-moz-opacity:0;
}
.banners-slider-carousel:hover .customNavigation {
	opacity: 1;
	-khtml-opacity: 1;
-webkit-opacity: 1;
-moz-opacity:1;
}
.home-special .customNavigation a{
	top:-40px;
}
#carousel-0.banners-slider-carousel .customNavigation a.prev {
	top: 100px;
	left: 15px;
}

#carousel-0.banners-slider-carousel .customNavigation a.next{
	top:100px;
	right: 10px;
}
#carousel-0 .customNavigation .fa-arrow-left::after {
	display: none;
}
.fa-arrow-right::before {
	left: 14px;
}
.fa-arrow-right::before {
	content: '\f105';
	font-family: 'FontAwesome';
	font-size: 28px;
	text-align: center;
	position: absolute;
	bottom: 0;
	top:-17px;
	color:#c9c9c9 !important;
}
.etabs {
   display: inline-block;
float: none;
margin: 8px 0 0 0;
padding: 0;
border: none;
width: 100%;
text-align: center;
}
.htabs .etabs li {
    display: inline-block;
    float: left;
    list-style: none outside none;
    position: relative;
    text-align: center;
}
.htabs a {
   border: 2px solid transparent;
    border-bottom-color: transparent;
border-bottom-color: transparent;
color: #000;
cursor: pointer;
font-size: 13px;
font-weight: 600;
line-height: 1.42857;
padding: 6px 17px;
text-transform: capitalize;
}
.htabs a.selected, .htabs a:hover{
border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px 5px 0 0;
-khtml-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
color: #436521;
}

.productpage .tab-content {
	position:relative;
	padding: 10px;
	z-index: 2;
	overflow: visible;
	margin-bottom:25px;
}
.tab-content .tab {
    display: none;
}

.hometab .customNavigation a.prev {color: #000000;right: 18px;}
.hometab .customNavigation a { top: -48px;}
.hometab .customNavigation a.next { color:#000000; right: 0;}


.home-special {
	float: left;
	width: 100%;
	display: inline-block;
	padding: 35px 30px;
	position: relative;
	width: 100%;
	
	padding: 35px 30px 0 30px;
	clear: both;
}
.special-heading {
	float: left;
	width: 100%;
	border-bottom: 1px solid #e8e8e8;
}
.product-thumb h4 {
	font-weight: bold;
}
.product-block:hover .product-details .caption h4 a {
	color: #436521;
}
.product-block .product-details .caption h4 a {
	text-align: left;
	color: #000000;
	float: left;
	font-size: 12px;
	font-weight: 500;
	line-height: 20px;
	margin-bottom: 4px;
	text-align: left;
	text-decoration: none;
	text-transform: capitalize;
	width: 100%;
	letter-spacing: 0.8px;
}
.fa-arrow-left:hover::before {
	color: #436521 !important;
}
.fa-arrow-right:hover::before {
	color: #436521 !important;
}

/* Blog listings */
#blog-carousel .owl-carousel .owl-buttons div i{
	display: block;
}
#content .blog-module.blog .box-content {
	padding: 0;
	margin: 0 -10px;
}
.blog .box-content #blog-carousel {
	padding: 0 30px 30px 30px;
	background: transparent;
	overflow: visible;
}
.blog-item {
	margin: 0 10px;
}
#blog-carousel .owl-carousel .owl-wrapper-outer{
	margin: 0 -10px;
}
.blog_grid_holder {
	margin-left:-15px;
	margin-right:-15px;
	padding-top:13px;
	font-size:0;
}
.blog_grid_holder.carousel-1 {
	margin-left:-17px;
	margin-right:-17px;
	padding-top:10px;
	width:inherit;
}
#column-left .blog_grid_holder, #column-right .blog_grid_holder {
	padding-top:5px;
}
.blog_grid_holder.related {
	padding-top:0px;
}
.blog_item {
	font-size:12px;
	padding:0px 15px;
	display:inline-block;
	vertical-align:top;
	margin-bottom:30px;
	width:100%; /* 1 column grid is default */
}

.carousel-1 .blog_item {
	width:100% !important; /* carousel */
	margin-bottom:0px;
}
#column-left .blog_item, #column-right .blog_item {
	width:100%; /* carousel */
	margin-bottom:17px;
}
.blog_item .image {
	margin-bottom:23px;
	margin-top:5px;
}
.column-2 .blog_item .image, .column-3 .blog_item .image, .column-4 .blog_item .image, #column-left .blog_item .image, #column-right .blog_item .image {
	margin-bottom:17px;
}
.blog_item .image img {
	transition:all 400ms;
	-webkit-transition: all 400ms;
-moz-transition: all 400ms;
-ms-transition: all 400ms;
-o-transition: all 400ms;
}
.blog_item .image img:hover {
	opacity:0.8;
	-khtml-opacity: 0.8;
-webkit-opacity: 0.8;
-moz-opacity:0.8;
	transition:all 400ms;
	-webkit-transition: all 400ms;
-moz-transition: all 400ms;
-ms-transition: all 400ms;
-o-transition: all 400ms;
}
.all-blogs .blog_grid_holder .blog_item .summary .image{
 background-position: center center;
    background-repeat: no-repeat;
    height: 400px;
    margin-bottom: 0;
    overflow: hidden;
    width: 100%;
	float: left;
    position: relative;
}
.blog_item .summary .blog_title {
	margin:0 0 10px;
	font-size:26px;
}
#column-left .blog_item .summary .blog_title, #column-right .blog_item .summary .blog_title {
	font-size:16px;
	margin:0 0 7px;
}
.column-2 .summary .blog_title, .column-3 .summary .blog_title {
	font-size:24px;
	margin:0 0 7px;
}
.column-4 .summary .blog_title {
	font-size:20px;
}
.blog_item .summary p {
	font-size:14px;
	line-height:21px;
}
#column-left .blog_item .summary p, #column-right .blog_item .summary p {
	font-size:13px;
	line-height:20px;
}
.blog_item .summary p .fa {
	color:#cccccc;
}

/* Blog Post */
.blog_post .main_thumb {
	padding:20px 0 7px;
	transition: all 400ms ease 0s;
	-webkit-transition: all 400ms ease 0s;
-moz-transition: all 400ms ease 0s;
-ms-transition: all 400ms ease 0s;
-o-transition:all 400ms ease 0s;
}
.blog_post .main_thumb:hover {
    opacity: 0.8;
    -khtml-opacity: 0.8;
-webkit-opacity: 0.8;
-moz-opacity:0.8;
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
-moz-transition: all 400ms ease 0s;
-ms-transition: all 400ms ease 0s;
-o-transition:all 400ms ease 0s;
}
.blog_post h1 {
	margin-bottom:17px;
}
.blog_post label {
	font-size:14px;
}
.blog_post .main_description p {
	margin-bottom:18px;
}

.blog_stats {
	font-size:13px;
	text-transform:none;
	color:#999999;
	margin:0 0 15px;
	border-bottom:1px solid #f1f1f1;
	padding-bottom:5px;
}
.column-2 .blog_stats, .column-3 .blog_stats, .column-4 .blog_stats, .blog_post .related .blog_stats {
	font-size:12px;
	margin:0 0 12px;
	padding-bottom:1px;
}
#column-left .blog_stats, #column-right .blog_stats {
	font-size:11px;
	margin-bottom:-4px;
	border-bottom:none;
	padding-bottom:0;
}
.blog_stats span {
	display:inline-block;
	margin-right:5px;
	margin-bottom:8px;
	line-height:12px;
}
.blog_stats span + span {
	padding-left:7px;
	border-left:1px solid #eeeeee;
}
.blog_stats .fa {
	color:#bbbbbb;
	margin-right:5px;
}
.blog_stats .text {
	font-weight:inherit;
}
#column-left .blog_stats .text, #column-right .blog_stats .text, .column-2 .blog_stats .text, .column-3 .blog_stats .text, .column-4 .blog_stats .text {
	font-size:0;
}
.blog_stats .hl {
	color:#777777;
}
#column-left .blog_stats .hl, #column-right .blog_stats .hl, .column-2 .blog_stats .hl, .column-3 .blog_stats .hl, .column-4 .blog_stats .hl {
	font-weight:inherit;
}
.blog_post .blog_stats {
	margin:0 0 22px;
}

/* Comments */
.blog_post #comment {
	margin-bottom:55px;
}
.blog_post .blog_comment {
	display:block;
	font-size:14px;
	margin-bottom:25px;
}
/* Modules */
.blog-module {
	margin-bottom:40px;
}
.blog-module.latest {
	margin-bottom:20px;
}

.blog-module h3 {
	margin-bottom: 0;
	font-weight: 600;
	padding:30px 0 20px 0;
}
.blogcarousel .owl-buttons {
	position: absolute;
	left: auto;
	right: 40px;
	top: 3px;
	display: none;
}
.blog_heading {
	float: left;
	width: 100%;
	display: inline-block;
	padding: 0 30px;
}
.blog-module h3 a.all {
	float:right;
	font-size:13px;
	line-height:24px;
}
.blog-module h3 a.all .fa {
	color:#cccccc;
}
#column-left .blog-module h3 a.all, #column-right .blog-module h3 a.all {
	display:none;
}
/* Category Module */
.blog-category > ul > li {
	position:relative;
	border-bottom:1px solid #f5f5f5;
}
.blog-category ul > li > ul {
    display: none;
	padding-left:0;
}
.blog-category > ul > li.active > ul {
	display: block;
}
.blog-category > ul > li > a {
	display: block;
	line-height:34px;
	font-size:14px;
}
.blog-category .sign {
	position:absolute;
	right:0px;
	top:0px;
	line-height:34px;
	width:30px;
	text-align:center;
	cursor:pointer;
	color:#cccccc;
}
.blog-category li .sign .fa-minus,  
.blog-category li.open .sign .fa-plus {
	font-size:0;
}
.blog-category .sign .fa, 
.blog-category li.open .sign .fa-minus, 
.blog-category li.open ul li.open .sign .fa-minus, 
.blog-category li.open ul li .sign .fa-plus {
	font-size:11px;
}
.blog-category > ul > li ul > li {
	border-top:1px solid #f5f5f5;
	list-style:none;
}
.blog-category > ul > li ul > li {
	border-top:1px solid #f5f5f5;
	list-style:none;
}
.blog-category > ul > li ul > li a {
	line-height:34px;
	font-size:13px;
}
.blog-category > ul > li ul > li a .fa {
	color:#cccccc;
	font-size:10px;
	margin:0 6px;
}
.captcha_wrap img { 
	max-width:none;
}
.blog_grid_holder.blog_products {
	padding-top:5px;
}
.blog_product {
	font-size:14px;
}
.blog_product .image {
	margin-top:0;
}
.blog_product .name {
	display:inline-block;
	margin-bottom:5px;
}
.blog_product .price-old {
	text-decoration:line-through;
}
.blog_product .price-tax {
	font-size:11px;
	display:block;
	color:#aaaaaa;
}
#content .blog .box-content{margin: 0 -20px;}

#content #blog-carousel .product-block, #content #blog-grid .product-block {
	box-shadow: none;
	border: 1px solid #e8e8e8;
margin-bottom: 0;
padding: 15px;
margin: 0;
}

.blog-left .blog-image img{
	border: none;padding: 0;
	border-radius: 0;
	-webkit-border-radius:0;
-khtml-border-radius:0;
-moz-border-radius:0;

}

.post-image-hover {
	height: 100%;
	position: absolute;
	top: 0;
	transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-webkit-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%;
	border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
}
.blog-left:hover .post-image-hover {
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
	transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
}

.blog-left .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;
	background: #436521;
}
.blog-left .blog-image .zoom:hover{background: #000;}
.blog-left .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;
	background:#436521;
}
#blog-carousel .blog-item .product-block:hover .blog-right .blog-title a{color:#436521;}
.blog-left .blog-image .readmore_link:hover{background: #000;}

.blog-left .icon.zoom .fa, .blog-left .icon.readmore_link .fa {
	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-image .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: 40%;
}

.product-block .blog-left:hover .post_hover, .product-block .blog-left:hover .zoom, .product-block .blog-left: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, .blog-image {position: relative;}
#blog-carousel .blog-right h4 a {
	font-size: 14px;
	color: #131414;
	float: left;
	font-size: 12px;
	font-weight: 600;
	line-height: 22px;
	/* margin-bottom: 10px; */
	text-align: left;
	text-transform: capitalize;
	letter-spacing: 0.8px;
}
.blog-title h4 {
	margin: 0;
}
.blog-right a {
	font-weight: 700;
	line-height: 18px;
	text-transform: uppercase;
	color: #1a1a1a;
	transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
}

.blog-desc {
	margin: 5px 0 0px;
	font-size: 13px;
	line-height: 24px;
	font-weight: 400;
}
.single-blog h4 {
	font-size: 16px;
	font-weight: 500;
	color: inherit;
}
.single-blog .view-comment .panel {
	background-color: #f9f9f9;
	padding: 15px !important;
}
.single-blog .blog-desc {
	padding: 15px 0;
	font-size: 14px;
	text-align: justify;
	line-height: 25px;
	letter-spacing: 0.5px;
	font-weight: 500;
}
.single-blog .panel {border: none;box-shadow: none;}
.single-blog .block-title {margin-top: 40px;}
.single-blog .panel legend {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.1px;
	color: inherit;
	border:none;
}
.single-blog .panel fieldset {margin-top: 30px;}
.view-blog {
	float: left;
	width: 100%;
	text-align: left;
	margin: 0 0 10px;
}

.write-comment {
	float: left;
	padding-right: 10px;
	margin-right: 10px;
}

.read-more {
	float: left;
}
.blog-item .blog-right .blog-created {
	margin-top: 15px;
	position: relative;
	display: inline-block;
}
.date-time {
	color: #436521;
float: left;
font-size: 13px;
font-weight: 500;
letter-spacing: 0.5px;
line-height: 23px;
position: relative;
text-align: left;
width: 100%;
}
.blog-item .blog-right .blog-title {
	margin-bottom: 0;
	width: 100%;
	float: left;
	position: relative;
}
.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%;
}

.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;
	background: #436521;
}

.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;
	background: #436521;
}

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

.all-blog .blog-left-content {
	float: left;
	width: 100%;
}

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

.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;
}
.all-blog h5 a {
	font-size: 18px;
	font-weight: 600;
	color: #000;
	line-height: 20px;
	float: left;
	width: 100%;
	text-align: left;
	margin: 15px 0;
	line-height: 1.1;
}

.all-blog .blog-desc {
	margin: 0 0 20px 0;
	text-align: left;
	float: left;
	display: inline-block;
	color: #808080;
	font-size: 13px;
	line-height: 22px;
	font-weight: 500;
}

.all-blog .write-comment {
	line-height: 15px;
	margin: 2px 0 0;
	padding-right: 15px;
	text-align: left;
	width: auto;
	font-size: 15px;
}
.all-blog .panel-body a {
	color: #000;
}
.all-blog .blog-date {
	text-align: center;
	float: left;
	font-size: 15px;
}
.all-blog .read_more {
	float: left;
	padding: 10px;
	background-color: #9471ce;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
	border: 1px solid #9471ce;
	border-radius: 5px;
	-webkit-border-radius:5px;
-khtml-border-radius:5px;
-moz-border-radius:5px;

}
.all-blog .read_more:hover{
	background-color: #000;
	border: 1px solid #000;
}
.blog-img .img-thumbnail {
	padding: 0;
	border: none;
	border-radius: 0;
	-webkit-border-radius:0;
-khtml-border-radius:0;
-moz-border-radius:0;

}
.all-blog .read-more .read_more a {
	color: #fff;
}
.all-blog .read-more .read_more a:hover {
	color: #fff;
	background: none;
}
.all-blog .panel-body a:hover {
	color: #9471ce;
	background: #fff;
}
.all-blog .panel-body .post_hover a:hover {
	color: #fff;
	background: #000;
}
.all-blog .read-more {
	float: left;
	position: relative;
	font-size: 15px;
	text-transform: capitalize;
width: 100%;
display: block;
margin: 10px 0 0 0;
text-align: left;
}
.fa.fa-comments-o {
	margin-right: 5px;
	font-size: 15px;
}

.all-blog .blog-left-content .blog-image img {
	border: none;
	padding: 0;
}


.blog .box-content .date-time .fa.fa-calendar {display: none;}
#column-left .treeview-list .collapsable .expandable-hitarea {
	background: url(../image/megnor/plus-icon.png) no-repeat scroll 4px -280px transparent;
	height: 25px;
	width: 30px;
}
#column-left .treeview-list .expandable-hitarea {
	background: url(../image/megnor/plus-icon.png) no-repeat scroll 4px 8px transparent;
	height: 25px;
	width: 30px;
}
#column-left .treeview-list .expandable .collapsable-hitarea {
	background: url(../image/megnor/plus-icon.png) no-repeat scroll 4px 4px transparent;
	height: 25px;
	width: 30px;
}
#column-left .treeview-list .collapsable-hitarea {
	background: url(../image/megnor/plus-icon.png) no-repeat scroll 5px -283px transparent;
	height: 25px;
	width: 30px;
}
@media screen and (max-width:767px){
.column-3 .blog_item, .column-4 .blog_item {width:50%;}
.blog_stats .text {font-size:0}
}
@media screen and (max-width:567px){
.column-2 .blog_item, .column-3 .blog_item, .column-4 .blog_item {width:100%; }
}

/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	transform: translate3d(0px, 0px, 0px);
-webkit-transform: translate3d(0px, 0px, 0px);
-ms-transform:translate3d(0px, 0px, 0px);
-o-transform:translate3d(0px, 0px, 0px);
-moz-transform:translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls .owl-buttons div {
	position: absolute;
}
.owl-controls .owl-buttons .owl-prev {
	left: 10px;
	top: 50%;
}
.owl-controls .owl-buttons .owl-next {
	right: 10px;
	top: 50%;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
	cursor: url(grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
/* OpenCart Code */
.owl-carousel {
	margin: 0 0 20px;
	background: #fff;
	direction: ltr !important;
	z-index: 1;
}

.owl-carousel .owl-buttons div {
	opacity: 0;
	-khtml-opacity: 0;
-webkit-opacity: 0;
-moz-opacity:0;
	color: rgba(0,0,0,0.8);
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
}
.owl-carousel:hover .owl-buttons div {
	opacity: 0.7;
	-khtml-opacity: 0.7;
-webkit-opacity: 0.7;
-moz-opacity:0.7;
}
.owl-carousel .owl-buttons .owl-prev {
	left: 10px;
}
.owl-carousel .owl-buttons .owl-next {
	right: 10px;
}
.owl-carousel .owl-buttons div i {
	font-size: 40px;
	margin: -20px 0 0;
}
.owl-pagination {
	text-align: center;
	top: 20px;
	position: relative;
}
.owl-controls .owl-page {
	display: inline-block;
	margin: 0px 6px;
}
.owl-controls .owl-page span {
	display: block;
	width: 11px;
	height: 11px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 20px;
	-webkit-border-radius:20px;
-khtml-border-radius:20px;
-moz-border-radius:20px;

	box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
.owl-controls .owl-page.active span {
	background: rgba(0, 0, 0, 0.9);
}





@media (max-width: 1200px) {
.product-grid .product-thumb .caption {	
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.productpage-quickview .cart-block #button-cart2 {
	font-size: 12px;
	margin-top: 10px;
}
.productpage-quickview .cart-block .btn-group.wish-comp {
	margin-top: 10px;
	font-size: 12px;
}
.product-thumb .rating {
	padding-bottom: 10px;
	float: left;
	width: 100%;
	text-align: left;
}
.rating .fa-stack,#review .fa-stack{
	font-size: 8px;
}
.rating .fa-star-o,#review .fa-star-o{
	color: #999;
	font-size: 15px;
}
.rating .fa-star,#review .fa-star{
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o,#review .fa-star + .fa-star-o{
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-block .product-details .button-group.product-actions {
	position: relative;
	text-align: left;
	width: 100%;
	transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	display: inline-block;
	margin: 12px 0 0;
	opacity: 0;
	-khtml-opacity: 0;
-webkit-opacity: 0;
-moz-opacity:0;
}
.product-block:hover .product-details .button-group.product-actions{
	opacity: 1;
	-khtml-opacity: 1;
-webkit-opacity: 1;
-moz-opacity:1;
}
.product-thumb .price {
	color: #444;
	display: inline-block;
	vertical-align: middle;
	color: #000000;
	font-size: 12px;
	font-weight: 600;
	line-height: 20px;
	text-align: left;
	width:auto;
	margin-bottom: 0;
	float: left;
}
.product-thumb .price-new {
	font-weight: 600;
	float:left;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-right: 10px;
	float:left;
}
.product-thumb .price-tax {
	color: #999;
    display: inline-block;
    font-size: 12px;
    width: 100%;
}
.product-thumb .button-group {
	overflow: auto;
}

@media (max-width: 768px) {
.product-list .product-thumb .button-group {
	border-left: none;
}
}
.product-thumb .button-group button, #cart .text-right .addtocart, #cart .text-right .checkout {
	border: none;
	display: inline-block;
	float: left;
	background-color: #436521;
	color: #fff;
	padding: 7px 10px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #436521;
	border-radius: 5px;
	-webkit-border-radius:5px;
-khtml-border-radius:5px;
-moz-border-radius:5px;

	font-size: 12px;
	vertical-align: middle;
}
.cart-menu .text-right a strong {
	font-weight: 600;
}
#cart .text-right .addtocart,#cart .text-right .checkout{width:auto;float:left;}
#cart .dropdown-menu .img-thumbnail{width:auto; max-width:none;}
#cart .text-right .addtocart{margin:0 5px 0 0;}
.product-thumb .button-group button + button {
	width: auto;
	border-left: 1px solid #ddd;
	
}
.product-list .product-details.list .button-group.product-actions .wishlist, .product-list .product-details.list .button-group.product-actions .compare {
	margin: 0 0 0 10px;
	border: 1px solid #436521;
}
.product-list .product-details.list .button-group.product-actions .wishlist:hover, .product-list .product-details.list .button-group.product-actions .compare:hover {
	margin: 0 0 0 10px;
	border: 1px solid #000;
}
.product-thumb .button-group button:hover, #cart .text-right .addtocart:hover, #cart .text-right .checkout:hover {
	color: #fff;
	background-color: #000;
	text-decoration: none;
	cursor: pointer;
	border-color: #000;

}
@media (max-width: 1200px) {
.product-thumb .button-group button, .product-thumb .button-group button + button {
	width: auto;
}
}
@media (max-width: 767px) {
.product-thumb .button-group button, .product-thumb .button-group button + button {
	width: auto;
}
}
.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:1px solid #dddddd;
	border-radius: 5px;
	-webkit-border-radius:5px;
-khtml-border-radius:5px;
-moz-border-radius:5px;

}
.image-additional {
}
.thumbnails .image-additional {
	float: left;
}

.quickview { background:#FFFFFF; padding:15px 0; display:inline-block; }
.quickview .container { width:100%; background:#FFFFFF; padding:0 10px; }
.quickview .container .row { margin:0; }
.quickview .top_button { display:none; }
.quickview #product2 { float:left; width:100%; }
.quickview #product2 h3 { width:100%; } 
.productpage-quickview #product2 h3 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 10px;
    padding: 0;
    text-transform: none;
	color:#333333;
}
.quickview.quick_model .product-right a {
	color: #000 !important;
}
.quickview a {
	color: #fff !important;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
}
.product-thumb .image a {
	display: block;
}
.quickview .fa.fa-eye::before {
	display: none;
}
.product-block:hover .product-block-inner .quickview {
	background: rgba(0, 0, 0, 0) url("../image/megnor/quickview.png") no-repeat scroll 7px -130px;
	display: inline-block;
	position: absolute;
	vertical-align: top;
	width: 34px;
	font-size: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	right: 8px;
top: 15px;
	z-index: 9;
	left: auto;
	float: right;
	padding: 0;
}
.product-thumb .image .quickview a {
	border: none;
}
@media (max-width: 767px) {  	
	.quickbox { display:none; }
}
@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;
	}
}
.layout-1 .bootstrap-datetimepicker-widget td span.active {
	background-color: #436521;
}
.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;
	border:1px solid #dddddd;
}
.product-right .product-option {
	font-size: 20px;
}
.productpage h3 {margin-top:0;}
.product-info .zoomContainer{ z-index:9; } /* It need for ie7 */
.product-info .additional-carousel{ position:relative; margin-left:0px; float:left;width:100%;margin-top: 10px;}
.product-info .image-additional {
	clear: both;
	overflow: hidden;
	padding-left: 20px;
    padding-right: 20px;	
	width:500px;float:none;margin:0 auto;
}
.product-info .image-additional img {}
.product-info .image-additional a {
	float: none;
	display: inline-block;	
}
#tab-description {
	padding: 0;
	border-radius: 0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
-khtml-border-radius:0 0 5px 5px;
-moz-border-radius:0 0 5px 5px;

}
#content #input-search:focus {
	box-shadow: none;
	border-color: #ddd;
}
#tabs_info .nav.nav-tabs {
	border-bottom: none;
}
#tabs_info .nav-tabs > li.active > a {
	background-color: #436521;
	color: #fff;
	border-color: #436521;
}
#tabs_info .nav-tabs > li > a {
	padding: 10px 16px;
	margin-right: 20px;
	border-right: none;
	border-left: none;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.42857;
	cursor: pointer;
	color:#000;
	border:none;
}
.product-right .wish-comp #button-cart:hover {
	background: #000;
	border-color: #000;
}
.product-right .wish-comp .btn.btn-default.wishlist:hover, .product-right .wish-comp .btn.btn-default.compare:hover {
	background: #000;
	border-color: #000;
}
.quickview .product-right .wish-comp .btn.btn-default.wishlist:hover, .quickview .product-right .wish-comp .btn.btn-default.compare:hover {
	background: #436521;
	border-color: #436521;
}
#tabs_info {
	padding: 0 30px;
}
#content .related.box .box-heading {
	padding: 0 30px;
}
#tabs_info .nav-tabs > li > a:hover {
	color: #436521;
	border: none;
}
.related #products-related {
	padding: 0 30px;
}
#tabs_info .nav-tabs > li.active > a {
	color: #fff;
}
#form-language .language-menu, #form-currency .currency-menu {
	display: inline-block !important;
	float: left;
	padding: 0;
	position: relative;
	width: 100%;
	list-style: outside none none;
	border: none !important;
}
.lang-cur-block .pull-left .dropdown-menu.language-menu, .lang-cur-block .pull-left .dropdown-menu.currency-menu {
	box-shadow: none;
}
.product-right .btn-group .wishlist .fa,.product-right .btn-group .compare .fa{margin-right:0;}
.dropdown-menu.dropdown-menu-right.myaccount-menu {
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.12);
	border: none;
	font-size: 13px;
	min-width: 230px;
	padding: 20px;
	position: absolute;
	right: 0;
	text-align: left;
	top: 51px;
}
.lang-cur-block .pull-left .btn.btn-link {
	padding: 6px 0;
}
.lang-cur-block .pull-left img, #form-currency strong {
	display: none;
}
.lang-cur-block .pull-left .dropdown-menu img, #form-currency .dropdown-menu strong {
	display: block;
}
.lang-cur-block .pull-left .hidden-xs.hidden-sm.hidden-md {
	color: #000;
	font-size: 13px;
}
.myaccount-menu .lang-cur-block .pull-left {
	border-top: 1px dashed #999999;
	margin-top: 15px;
	padding-top: 15px;
	width: 100%;
}
.dropdown-menu.myaccount-menu > li > a {
	padding: 6px 0;
}
.lang-cur-block .dropdown-menu li {
	display: inline-block;
	margin-right: 10px;
}
.currency-menu .btn.btn-link.btn-block {
	padding: 6px 10px;
	border: 1px solid #d9d9d9;
	color:#767676;
}
.form-group .form-control:focus {
	box-shadow: none;
	border-color: #ddd;
}
.input-group .form-control:focus {
	box-shadow: none;
	border: 1px solid #ddd;
}
.clearfix .pull-right .btn.btn-primary {
    color: #fff;
    background-color: #436521;
    border: 1px solid #436521;
}
.clearfix .pull-right .btn.btn-primary:hover {
    color: #000;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
}
.form-group .form-control{border:1px solid #ddd; box-shadow: none;}
/* Megnor  Start */

/* box */  
.box {
	margin-bottom:12px;
}
.box .box-heading {
	padding: 0;
color: #000;
font-size: 18px;
font-weight: 600;
text-transform: capitalize;
margin-bottom: 10px;
clear: both;
}
.box .box-content {
	background: #FFF;
	border-left:none;
	border-right: none;
	border-bottom: none;
	padding:0;
	 
}
#column-left .box-content .treeview-list li a:hover {
	color: #436521;
}
#column-left .box-content .treeview-list li a {
	color: #000;
	font-size: 12px;
	font-weight: 500;
	line-height: 26px;
	border-bottom: none;
}
#content .box .box-heading {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border:none;
	background: transparent;
	padding: 10px 10px 10px 10px;
	font-size: 14px;
	color: #000;
	float: left;
	width: 100%;
}
#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;
	margin: 0 -15px; 
}
.box {
	float: left;
	width: 100%;
	display: inline-block;
}

.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:26px;
	padding:4px 0;
	border-bottom: none;
}
.box .box-content ul li a + a , .box .box-content ul li a + a:hover{ background:none; padding-left:0; }
.box .box-content ul ul{
	margin-left:15px;
}
#content .category_thumb .img-thumbnail {
	padding: 0;
	border: none;
	margin-bottom: 20px;
}
#tmservicecmsblock {
	clear: both;
	float: left;
	margin: 0 auto;
	position: relative;
	width: 100%;
}
.footer_top_inner {
	padding: 0;
}
.servicecms.container .row {
	margin: 0;
}
.servicecms.container {
	padding: 0px 30px 0px 30px;

}

#tmservicecmsblock .footer_top_inner .footerblock1.footerblock {
	width: 25%;
	float: left;
	display: inline-block;
}
#tmservicecmsblock .footer_top_inner .footerblock {
	display: inline-block;
	margin: 24px 0 19px;
	padding: 0;
	text-align: left;
	position: relative;
}
#tmservicecmsblock .footer_top_inner .footerblock .image1 {
	background-position: 12px 18px;
}
#tmservicecmsblock .footer_top_inner .footerblock .image {
	background-color: #436521 ;
	background-image: url("../image/megnor/cms-sprite1.png");
	background-repeat: no-repeat;
	border: 1px solid #436521 ;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
	float: left;
	height: 56px;
	margin: 0 10px 0 0;
	width: 56px;
}
#tmservicecmsblock .footer_top_inner .footerblock {
	text-align: left;
}
#tmservicecmsblock .footer_top_inner .footerblock .title {
	color: #000000;
	cursor: pointer;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.6px;
	line-height: 22px;
	margin: 6px 0 0 10px;
	text-transform: uppercase;
}
#tmservicecmsblock .footer_top_inner .footerblock .subtitle {
	color: #434343;
	font-size: 12px;
	line-height: 20px;
	margin: 0px 0 0 10px;
	text-transform: capitalize;
	font-weight: 300;
}

#tmservicecmsblock .footer_top_inner .footerblock:hover .image {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	transition-duration: 0.9s;
	-webkit-transition-duration: 0.9s;
	-moz-transition-duration: 0.9s;
	-ms-transition-duration: 0.9s;
	-o-transition-duration: 0.9s;
	background-color: #000;
	border-color: #000;
}
#tmservicecmsblock .footer_top_inner .footerblock2.footerblock {
	width: 28.2%;
	display: inline-block;
	float: left;
}
#tmservicecmsblock .footer_top_inner .footerblock .image2 {
	background-position: 11px -154px;
}
#tmservicecmsblock .footer_top_inner .footerblock3.footerblock {
	width: 27.8%;
	display: inline-block;
	float: left;
}
#tmservicecmsblock .footer_top_inner .footerblock .image3 {
	background-position: 12px -353px;
}
#tmservicecmsblock .footer_top_inner .footerblock:last-child::after {
	display: none;
}
#tmservicecmsblock .footer_top_inner .footerblock4.footerblock {
	width: 17.6%;
	float: right;
}
#tmservicecmsblock .footer_top_inner .footerblock .image4 {
	background-position: 11px -540px;
}

#content .box-product{ 
	list-style-type: none;
	position:relative;
	width: 100%;
	padding:0px;
	margin:0px ;
	list-style: none;
	overflow: hidden;
}

#content .box-product .product-items { 
	margin-bottom: 14px;
	padding: 0;
	margin:0;
	position:relative;
	overflow: hidden;
}

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

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

#content .image-additional .slider-item .product-block:hover {   box-shadow: none !important; -webkit-box-shadow: none !important; -moz-box-shadow: none !important; }	
.product-block-inner {position: relative;text-align:center;margin-top:10px;}
#carousel-0.banners-slider-carousel .product-carousel {
	padding: 50px 30px 50px;
	background: #f7f7f7;
	margin: 0
}
.grid_default_width { width:230px;}
.featured_default_width{ width:230px;}
.module_default_width{ width:180px;}
.latest_default_width{ width:230px;}
.special_default_width{ width:230px;}
.related_default_width{ width:230px;}
.bestseller_default_width{ width:230px;}
.additional_default_width{ width:170px;}
.banners-slider-carousel .product-block-inner{text-align:center;}

#content .product-carousel .product-block,
#content .product-grid  .product-block,
#content .box-product .product-block{ 
	margin:0 15px 10px; 
	background:#fff;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
	clear:both;
	overflow:hidden;
}
#content .banners-slider-carousel .product-block {
	background: transparent;
}
#content .product-carousel .product-block:hover,
#content .product-grid .product-block:hover,
#content .box-product .product-block:hover {
	overflow:hidden;
	clear:both;
}

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

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


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

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

#carousel-0.banners-slider-carousel img {
	opacity: 0.3;
	-khtml-opacity: 0.3;
-webkit-opacity: 0.3;
-moz-opacity: 0.3;
cursor: pointer;
}
#carousel-0.banners-slider-carousel img:hover {
	opacity: 0.7;
	-khtml-opacity: 0.7;
-webkit-opacity:0.7;
-moz-opacity: 0.7;
cursor: pointer;
}
.banners-slider-carousel {
    margin-bottom: 15px;
    position: relative;
    width: 100%;
}
.pagination-wrapper .pagination > li > a {
	height: 35px;
	width: 35px;
	padding: 6px 5px;
	display: block;
	font-weight: 600;
	border: 1px solid #e8e8e8;
	text-align: center;
	line-height: 24px;
	font-size: 14px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 0 0 0 5px;
}
.pagination-wrapper .pagination > li > span{
	height: 35px;
	width: 35px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #FFFFFF;
border-color: #436521;
background-color: #436521;
text-align: center;
	line-height: 24px;
	font-size: 14px;
}
.sale{	
	background-color: #eee;
	color: #000;
	padding: 5px 10px;    
	text-align: right;
    text-transform: uppercase;	
	box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.3);
	-webkit-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.3);
	-moz-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.3);
	position:absolute;
	top:10px;
	right:10px;}
	
/* quickview */
.quickview { background:#FFFFFF; padding:15px 0; display:inline-block;position: absolute;cursor: pointer; }
.quickview .container { width:100%; background:#FFFFFF; padding:0 10px; }
.quickview .container .row { margin:0; }
.quickview .top_button { display:none; }
.quickview #product2 { float:left; width:100%; }
.quickview #product2 h3 { width:100%; } 
.productpage-quickview #product2 h3 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 10px;
    padding: 0;
    text-transform: none;
	color:#333333;
}

@media (max-width: 767px) {  	
	.quickbox { display:none; }
}	
	
	
	
/* 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:auto; /* specify width as per your requirement */
	
}
#column-left .product-thumb .caption,
#column-right .product-thumb .caption{
	padding:0;
}


#column-left .box-product .product-thumb h4, #column-right .box-product .product-thumb h4 {font-weight:normal; 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;
	-webkit-border-radius:0;
-khtml-border-radius:0;
-moz-border-radius:0;

	color:#555;
	display:block;
	text-align:left;
}
#column-left .box-product .cart .button:hover,
#column-right .box-product .cart .button:hover {text-decoration:underline;}
#column-left .box-product .image img,
#column-right .box-product .image img { width:55px;}

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

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

#column-left .box-product .rating,
#column-right .box-product .rating {
	display: block;
	margin-bottom: 0px;
}
#column-left .product-thumb, #column-right .product-thumb {
	border-color: #ddd;
    border-style: none none solid;
    border-width: medium medium 1px;
	margin-bottom:5px;
	padding:10px 0;
}
#column-left .swiper-viewport .swiper-pagination.swiper-pagination-bullets {
	display: none;
}
#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-thumb .button-group, #column-right .product-thumb .button-group {background:none; border:none; }

.top_button {
	background: url("../image/megnor/top_arrow.png") no-repeat scroll 0 0 transparent;
	height: 40px;
	width: 40px;
	right: 8px;
	bottom: 5px;
	display: none;
	position: fixed;
	z-index: 95;
	font-size:0;
   
}
.fa-star-o::before {
	content: "\f005";
}
.product-right span.desc {
	font-weight: 500;
	color: #000;
	margin-right: 10px;
	display: inline-block;
	width: auto;
	min-width: 150px;
	letter-spacing: 1px;
	line-height: 20px;
}
.product-right .special-price {
	font-size: 22px;
	font-weight: 500;
	color: #000;
	line-height: 20px;
	display: inline-block;
	margin-right: 10px;
}
.product-right .old-price {
	font-size: 18px;
	color: #909090;
}
#product .form-group #button-upload222:hover {
	background: #000;
	border: 1px solid #000;
}
.product-right #product .form-group .btn.btn-default:hover {
	background: #000;
	border: 1px solid #000;
}
#content ul.list-unstyled {  
	border: none;
    margin-bottom: 0;
    overflow: auto;
    padding: 10px 0;
}
#content ul.list-unstyled li {
    line-height: 22px;
    padding: 4px 0;
}
.manufacturer-list {
    border: 1px solid #dbdee1;
    margin-bottom: 20px;
    padding: 5px;
}
.manufacturer-heading {
    background: none repeat scroll 0 0 #f8f8f8;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 6px;
    padding: 5px 8px;
}
.manufacturer-content {
    padding: 8px;
}
.manufacturer-list ul {
    float: left;
    list-style: outside none none;
    margin: 0 0 10px;
    padding: 0;
    width: 25%;
}
.products-section-title {
	color: #000000;
	float: left;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.5px;
	line-height: 20px;
	padding: 20px 0;
	position: relative;
	text-align: left;
	text-transform: uppercase !important;
	margin: 0;
}
.magnore_heading .products-section-title, .special-heading .products-section-title {
	color: #000000;
	float: left;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	margin: 0;
	padding: 10px 0;
}
.subbanner a::after {
	background-color: #000;
	bottom: 50%;
	content: "";
	left: 0;
	opacity: 0.1;
	-khtml-opacity: 0.1;
	-webkit-opacity: 0.1;
	-moz-opacity: 0.1;
	position: absolute;
	right: 0;
	top: 50%;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
}
.subbanner a:hover::after {
	bottom: 0;
	top: 0;
	transition: all 900ms ease-in-out 0s;
	-webkit-transition: all 900ms ease-in-out 0s;
	-moz-transition: all 900ms ease-in-out 0s;
	-ms-transition: all 900ms ease-in-out 0s;
	-o-transition: all 900ms ease-in-out 0s;
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
}
.category_filter .sort .form-control {cursor:pointer;}
.productpage .box {margin-top:20px;}
.productpage .tab-content {
	padding: 30px;
	overflow: visible;
	border: 1px solid #e5e5e5;
}
.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.active {
	background: url(../image/megnor/sprite1.png) no-repeat 2px -135px !important;
	width: 30px;
	height: 30px;
}
.category_filter #list-view {
	background: url(../image/megnor/sprite1.png) no-repeat -34px -170px !important;
	width: 30px;
	height: 30px;
}
.category_filter #grid-view {
	background: url(../image/megnor/sprite1.png) no-repeat 2px -170px !important;
	width: 30px;
	height: 30px;
}
.category_filter #list-view.active {
	background: url(../image/megnor/sprite1.png) no-repeat -34px -135px !important;
}
.category_filter #grid-view, .category_filter #list-view {
	background: #eee;
	border: none;
	color: transparent;
	box-shadow: none;
	margin-right: 10px;
}
#content .product-layout.product-grid {padding: 0;}
.category_list {margin-bottom: 10px;}
.category_filter #grid-view:hover,.category_filter #list-view:hover,.category_filter #grid-view.active,.category_filter #list-view.active{background:#ddd;}
.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;}
.compare-total {float: left; margin: 6px 10px 0;}
.pagination-right { float: right;margin:0; width: auto;}
.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;}
.sort-by-wrapper,.show-wrapper{float: left;}
.category_filter .list.active,.category_filter .grid.active{background:#428bca;}
.category_thumb .category_img, .category_thumb .category_description {
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
}
.category_list ul {
    padding: 0;
	display:inline-block;
	margin:0;
}
.refine-search ul{padding:0;}
.refine-search ul li{list-style:none;}
.category_list li a {      
    color: #211f20;
    display: block;
    padding: 5px 5px;
	border:1px solid #ddd;
	background:#eee;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
}
.category_list li a:hover {color: #436521;}
.category_list li {
    float: left;
    list-style: outside none none;
    margin: 0 10px 5px 0;
}
.category_filter,.pagination-wrapper {
    border: none;
    display: inline-block;
    margin: 0 0 10px;
    padding:0;
    width: 100%;
}
.contact-info .left .address-detail .btn.btn-info {
	float: left;
	background: #436521;
	border: 1px solid #436521;
	margin-top: 10px;
	margin-left: 30px;
	position: relative;
}
.btn-block + .btn-block {
	margin-top: 0 !important;
}
.fa.fa-pencil {
	margin-right: 5px;
}
#content .product-right .price h4 {
	font-size: 22px;
	font-weight: 500;
}
#product-search .category_filter{ margin: 20px 0 10px;}
.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%;
}
.all-blog .panel.panel-default {margin-bottom: 30px;}
.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 address {
    display: inline-block;
    margin: 0 0 0 36px;
	float:left;
	clear:both;
}
#spinner {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9;
	background: url("../image/megnor/ajax-loader.gif") 50% 50% no-repeat #fff;
}
.main-slider {
	padding: 0 0 0 30px;
	float: left;
	margin: 0 0 18px 0;
	position: relative;
	width: 66%;
	clear: both;
}
.subslider {
	float: right;
	margin-bottom: 18px;
	position: relative;
	width: 33%;
	padding-right: 30px;
}
.slidebanner1.subbanner {
	float: right;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	width: 100%;
    border: 1px solid #ccc;
    border-radius: 0px 5px 0px 0px;
}
.slidebanner2.subbanner {
	float: right;
	overflow: hidden;
	position: relative;
	width: 100%;
    border: 1px solid #ccc;
    border-radius: 0px 0px 5px 0px;
}
.product_banner {
	float: left;
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	padding: 0 30px;
}
.product_banner .product_img  .cms-img:hover .cms_content {
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-ms-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
.product_banner .product_img .cms-img {position: relative;}
.product_banner .product_img .cms-img a::before {
	background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	position: absolute;
	right: 100%;
	top: 0;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-ms-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
.product_banner .product_img .cms-img:hover a::after {
	left: 50%;
	opacity: 0.7;
	-khtml-opacity: 0.7;
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-ms-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
.product_banner .product_img .cms-img:hover a::before {
	opacity: 0.7;
	-khtml-opacity: 0.7;
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	right: 50%;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-ms-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
.product_banner .product_img .cms-img a::after {
	background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
	bottom: 0;
	content: "";
	left: 100%;
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-ms-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
#content .refine-search {
	padding: 0;
	color: #000;
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 10px;
	clear: both;
}
.product_banner .product_img {
	float: left;
	position: relative;
	width: 32.33%;
}
.product_banner .product_img.second-content {
	margin: 0 18px;
}
.product_banner .cms_content {
	left: 0;
	padding: 40px 0 0 15px;
	position: absolute;
	text-align: left;
	top: 0;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-ms-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
	z-index: 1;
}
.product_banner .cms_content .cms_imgtitle {
	color: #010101;
	font-size: 18px;
	font-weight: 400;
	line-height: 18px;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 0.8px;
}
.product_banner .first-content .cms_content .cms_offer, .product_banner .second-content .cms_content .cms_offer {
	float: left;
}
.product_banner .first-content .cms_content .cms_offer1 {
	background: #436521;
}
.product_banner .cms_content .cms_offer1 {
	/* border-radius: 5px; */
	/* -webkit-border-radius: 5px; */
	color: #fff;
	display: inline-block;
	float: left;
	font-size: 11px;
	font-weight: 400;
	margin: 0 8px;
	padding: 2px 5px 2px 6px;
	text-transform: capitalize;
	line-height: 16px;
}
.product_banner .cms_content .cms_offer {
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	text-transform: capitalize;
}
.product_banner .second-content .cms_content .cms_offer1 {
	margin-left: 0;
	background: #436521;
}
.product_banner .third-content .cms_content .cms_offer1 {
	background: #436521;
}
.product_banner .third-content .cms_content .cms_imgtitle {
	float: left;
}
.main-slider .swiper-viewport {
	margin-bottom: 0;
}
.main-slider .swiper-viewport .swiper-pagination {
	bottom: 10px;
}
#carousel-0 {
	float: left;
	width: 100%;
	padding: 50px 30px 0 30px;
}
.information-sitemap .sitge-map ul{padding:0 0 0 20px;}
.forget-password {margin: 5px 0 0;}
.product-compare .btn-primary{margin:5px 0 5px;}
.productpage .write-review,.productpage .review-count{margin: 0 10px;}
.productpage .rating-wrapper{ margin: 15px 0;}
.checkout-cart .hasCustomSelect{width: 95% !important;}
.common-home .content-top-breadcum .container {
	display: none;
}
#title-content h2, #title-content h1 {
	float: none;
display:block;
margin: 0 0 5px 0;
font-size: 20px;
font-weight: 500;
color: #000;
text-transform: capitalize;
}
#column-left {
	padding: 30px 30px 0 30px;
	background: #fff;
}
#content {
	padding: 30px 30px 0 15px;
}
.content-top-breadcum .container .row {
	margin-left: 0;
	margin-right: 0;
}

#column-left .swiper-viewport {
	border: none;
	box-shadow: none;
	display: inline-block;
}
.page-title,.refine-search,.product-title,.product-option{
	font-size:24px;
	font-weight:500;
	text-transform:capitalize;
}

.content_footer_left .title_block {
	display: none;
}

.product-info .product-image .additional-carousel .customNavigation span.prev{top:70px;left: 8px;}
.additional-carousel .customNavigation .fa-arrow-left::after {display: none;}
.product-info .product-image .additional-carousel .customNavigation span.next{top:70px;}
#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,.affiliate-account .btn-primary .list-group-item:hover{padding:0; background:none; color:#fff;}
#content .affiliate-logout { border: 1px solid #eeeeee; padding: 10px;}


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

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

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

#input-captcha, #input-payment-captcha {
    margin-bottom: 10px;
}

.bootstrap-datetimepicker-widget td.day{position:relative}

.bootstrap-datetimepicker-widget td.day.active:before {
    border-bottom: 7px solid #000 !important;
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-top-color: rgba(0,0,0,.2);
    position: absolute;
    bottom: 4px;
    right: 4px;
}
.wish-comp .btn.btn-default.wishlist, .wish-comp .btn.btn-default.compare {
	padding: 7px 10px;
	margin-left:5px;
}
.bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover{
background-color: #000 !important;
color: #fff !important;
}
.shopping-cart .input-group .form-control{
width:auto;
}
.product-right #product .form-group #input-quantity {
	width: auto;
	display: inline-block;
}
.shopping-cart .input-group-btn {
float:left
}
.timepicker .table-condensed .btn {
	border: none;
}
/*Product zoom CSSS*/

.zoomContainer {
    margin-bottom: 5px;
}
.zoomContainer .zoomWindow{
	box-shadow:medium none;
}

/*  css for animation add to cart */
.alert.alert-success.animated{
	width:100%; 
	height:90px; 
	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: #303030  !important;
    border-color: #303030 !important;
    color: #fff !important;
}
.alert.alert-success.animated span{font-size:16px !important;}
.alert.alert-success.animated span a{color:#fff; text-decoration:underline; }
.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;
}

.related-products .fa-arrow-left::before {top:30px;}
.related-products .fa-arrow-right::before {top:30px;}
.related-products .customNavigation .fa-arrow-left::after {right: 6px; top: 38px;}

@media (max-width: 1449px) and (min-width:1200px){
	.product-thumb .button-group .addtocart {width: auto;}
	.container {width: 1150px !important;}
	#tmcms1block .cmsimg img {max-width: 100%;}
	.product_banner .product_img.second-content {margin: 0 16px;}
	.product_banner .cms-img img {max-width: 100%;}
	.subbanner .banner_image {max-width: 100%;}
	.product-info .image-additional {
		padding-left: 0;
		padding-right: 0;
		width: 460px;
	}
}

@media (max-width: 1200px) {
	#tmservicecmsblock .footer_top_inner .footerblock::after {right: 15px;}
	.container {background: #fff;}
	.tablatest_default_width {width: 230px;}
	.tabbestseller_default_width {width: 230px;}
	.tabspecial_default_width {width: 230px;}
	.product_banner .cms_content{padding: 30px 0 0 29px;}
	.subslider .banner_image {max-width: 100%;}
.product_banner .cms_content .cms_imgtitle {font-size: 16px;}
#tmcms1block .cmsimg img {max-width: 100%;}
.product_banner .cms-img img {max-width: 100%;}
	.main-slider{width: 65%;}
	.product_banner .product_img {width: 32%;}
	.product-thumb .button-group .addtocart {width: auto;}
	.product-info .image-additional { width: 100%;}
	#column-left .product-thumb .price-old, #column-right .product-thumb .price-old  {margin-left:0;}
	#column-left .fa-shopping-cart:before, #column-right .fa-shopping-cart:before  {display:none;}
	#column-left .hidden-xs, #column-left .hidden-sm, #column-left .hidden-md {display:block !important; text-transform: capitalize; font-weight:normal;   margin-top: -25px;}
	.col-sm-4.total_amount { margin-top: 88px;}
	
}
@media (max-width: 1199px) and (min-width:1024px){
	.content-top-breadcum .container{padding: 52px 30px;}
	.container {background: #fff;}
	.main-slider {width: 65%;}
	.product_banner .cms-img img {max-width: 100%;}
	.subbanner .banner_image {max-width: 100%;}
	#tmcms1block .cmsimg img {max-width: 100%;}
	.product_banner .product_img.second-content {margin: 0 16px;}
	.product_banner .product_img {width: 32.1%;}
	.tablatest_default_width {width: 200px;}
	.product-thumb .button-group .addtocart {width: auto;}
	.blog_default_width{width: 300px;}
	.special_default_width {width: 200px;}
	#tmservicecmsblock .footer_top_inner .footerblock .title{font-size: 11px;}
	#tmservicecmsblock .footer_top_inner .footerblock::after {right: 10px;}
	#tmservicecmsblock .footer_top_inner .footerblock1.footerblock {width: 24.2%;}
	#tmservicecmsblock .footer_top_inner .footerblock2.footerblock {width: 27.2%;}
	#tmservicecmsblock .footer_top_inner .footerblock3.footerblock {width: 25.8%;}
	#tmservicecmsblock .footer_top_inner .footerblock4.footerblock {width: 21.6%;}
	header .header-top {padding: 27px 20px 0;}
	#menu {padding: 0 20px;}
	#top-links span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {display: inline;}
	.main-slider {padding: 0 0 0 20px;}
	.subslider {padding-right: 20px;}
	.hometab {padding: 0 20px;}
	.sub_banner {padding: 0 20px;}
	#tmcms1block {padding: 0 20px;}
	.home-special {padding: 35px 20px 0 20px;}
	#carousel-0 {padding: 50px 20px 0 20px;}
	.blog_heading {padding: 0 20px;}
	.blog .box-content #blog-carousel {padding: 0 20px 30px 20px;}
	.servicecms.container {padding: 10px 20px 10px 20px;}
	#footer {padding: 0 20px 0;}
	#footer .container {padding: 0 0;}

}
@media (max-width: 1023px) and (min-width:980px){
	.content-top-breadcum .container{padding: 52px 30px;}
	.container {background: #fff;}
	.main-slider {width: 65%;}
	.product_banner .cms-img img {max-width: 100%;}
	.subbanner .banner_image {max-width: 100%;}
	#tmcms1block .cmsimg img {max-width: 100%;}
	.product_banner .product_img.second-content {margin: 0 16px;}
	.product_banner .product_img {width: 32.1%;}
	.tablatest_default_width {width: 200px;}
	.product-thumb .button-group .addtocart {width: auto;}
	.blog_default_width{width: 300px;}
	.special_default_width {width: 200px;}
	#tmservicecmsblock .footer_top_inner .footerblock .title{font-size: 11px;}
	#tmservicecmsblock .footer_top_inner .footerblock::after {right: 10px;}
	#tmservicecmsblock .footer_top_inner .footerblock1.footerblock {width: 24.2%;}
	#tmservicecmsblock .footer_top_inner .footerblock2.footerblock {width: 27.2%;}
	#tmservicecmsblock .footer_top_inner .footerblock3.footerblock {width: 25.8%;}
	#tmservicecmsblock .footer_top_inner .footerblock4.footerblock {width: 21.6%;}
	header .header-top {padding: 27px 20px 0;}
	#menu {padding: 0 20px;}
	#top-links span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {display: inline;}
	.main-slider {padding: 0 0 0 20px;}
	.subslider {padding-right: 20px;}
	.hometab {padding: 0 20px;}
	.sub_banner {padding: 0 20px;}
	#tmcms1block {padding: 0 20px;}
	.home-special {padding: 35px 20px 0 20px;}
	#carousel-0 {padding: 50px 20px 0 20px;}
	.blog_heading {padding: 0 20px;}
	.blog .box-content #blog-carousel {padding: 0 20px 30px 20px;}
	.servicecms.container {padding: 10px 20px 10px 20px;}
	#footer {padding: 0 20px 0;}
	#footer .container {padding: 0 0;}
}
@media only screen and (min-width: 980px) and (max-width: 1200px) { 
	.product-info .image img { width: 100%; }
 }
@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: 10px 0 0; width: 100%;}
	
}
@media (max-width: 979px) {
	#menu ul.nav li .megamenu ul.list-unstyled li > a, .hiden_menu .top_level a{color:#000!important;}
	#menu ul.nav li .megamenu ul.list-unstyled li > a:hover, .hiden_menu .top_level a:hover{color:#436521!important;}
	#menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li > a:hover {background-color: transparent;}
	#menu .dropdown:hover .dropdown-menu{display: none;}
	.box_filter .box {margin-bottom: 0;}
	.content-top-breadcum .container {
	padding: 52px 30px;
}
	#cart .dropdown-menu{top:85px;}
	#column-left .toggle{background: none;}
	#column-left .swiper-viewport #banner0 .img-responsive {display: none;}
	.layout-2 #content {width: 100%;}

	#menu ul li ul {
	display: block;
	float: none;
}
	.content_footer_left {
	float: left;
	width: 100%;
	margin-bottom: 0;
}
	.content_footer_left .title_block {
	display: block;
}
	.product_banner .cms_content {padding: 20px 0 0 15px;}
.product_banner .cms_content .cms_imgtitle {font-size: 14px;margin-bottom: 8px;}
.product_banner .cms_content .cms_offer {
	font-size: 12px;
	line-height: 14px;
}
#tmcms1block .bannercms-content {top: 10.8%;}
#tmcms1block .banner-text1 {font-size: 16px;margin: 6px 0 0;}
.sub_banner .banner-text1 {font-size: 18px;line-height: 16px;}
.product_banner .cms_content .cms_offer1 {line-height: 14px;}
.bannercms-content1, .bannercms-content2 {top: 18%;}
#tmcms1block .banner-text2{font-size: 10px;}
	#menu .dropdown .dropdown-menu{
		opacity: 1;
		-khtml-opacity: 1;
-webkit-opacity: 1;
-moz-opacity:1;
		 visibility: visible; 
		 top:0!important;
		 transform: none;
		 -webkit-transform: none;
		-ms-transform:none;
		-o-transform:none;
		-moz-transform:none;
		 display: none;
		}
		#menu .dropdown:hover .dropdown-menu{
			transform: none;
			-webkit-transform: none;
			-ms-transform:none;
			-o-transform:none;
			-moz-transform:none;
			transition: none;
			-webkit-transition: none;
			-moz-transition: none;
			-ms-transition: none;
			-o-transition: none;
			 }
	.nav-inner #menu.responsive-menu .toggle .mobile_togglemenu{background:none;}
	#menu .nav.navbar-nav{top:70px;
	margin: 20px 20px;
width: auto;
float: none;
padding: 9px 0;
text-align: center;
}
	#tmservicecmsblock .footer_top_inner .footerblock1.footerblock {width: 49%;}
#tmservicecmsblock .footer_top_inner .footerblock::after {right: 10px;}
#tmservicecmsblock .footer_top_inner .footerblock2.footerblock::after {display: none;}
#tmservicecmsblock .footer_top_inner .footerblock2.footerblock {
	width: 49%;
float: right;
padding-left: 100px;
}
#tmservicecmsblock .footer_top_inner .footerblock3.footerblock {width: 49%;}
#tmservicecmsblock .footer_top_inner .footerblock4.footerblock {
	width: 49%;
float: right;
padding-left: 100px;
}
	#tmcms1block .cmsimg img {max-width: 100%;}
	.product_banner {padding: 0 20px;}
	.product_banner .cms-img img {max-width: 100%;}
	#menu .expandable .fa.fa-bars {
	font-size: 21px;
}
.nav-responsive {
	float: left;
	position: absolute;
}
.product_banner .product_img {width: 31.5%;}

#logo {margin: 0 0 0 45px;display: inline-block; padding: 0 0 15px 0;}
#content {padding: 10px 20px 0 20px;}
.nav-responsive span, .main-menu > ul > li > a {display: none !important;}
#menu .nav-responsive div {float: left; margin-top: 3px;}
	.header-top #header-search {width: 100%;position: relative;}
	.container {background: #fff;}
	#top-links span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {display: inline !important;}
	.content_headercms_top {display: none;}
	.subbanner .banner_image {max-width: 100%;}
	.main-slider {margin: 0 12px 18px 0;}
header .header-top {padding: 27px 20px 0;}
	#menu {padding: 0 20px;}
	.main-slider {padding: 0 0 0 20px;}
	.subslider {padding-right: 20px;}
	.hometab {padding: 0 20px;}
	.sub_banner {padding: 0 20px;}
	#tmcms1block {padding: 0 20px;}
	.home-special {padding: 0px 20px 0 20px;}
	#carousel-0 {padding: 0 20px 0 20px;}
	.blog_heading {padding: 0 20px;}
	.blog .box-content #blog-carousel {padding: 0 20px 30px 20px;}
	.servicecms.container {padding: 10px 20px 10px 20px;}
	#footer {padding: 0 20px 0;}
	#footer .container {padding: 0 0;}
	/* css for responsive menu */	
	.responsive-menu .top_level {padding: 0;width: 100%;}
	.nav.navbar-nav{display:none;}
	#menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu{padding: 0;}
	.responsive-menu .nav.navbar-nav {  background: #ffffff none repeat scroll 0 0;  position: absolute;  width: 100%;  z-index: 999;border: 1px solid #e5e5e5;box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);left:0;right:0;margin:0 auto;}
	.responsive-menu li.toggle {  background: #ffffff none repeat scroll 0 0;box-shadow:none;padding:0;float:left;width:100%;}
	#menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li > a {  float: left;}
	#menu.responsive-menu .dropdown .dropdown-menu { background:#fff; border: medium none;  box-shadow: none;  padding: 10px 20px;  position: relative;  width: 100%;}
	#menu.responsive-menu ul li a {  color: #000;float:left;width:auto;padding: 10px;}
	#menu.responsive-menu ul li:hover a {color: #436521;}
	#menu ul.nav li .megamenu ul.list-unstyled li > a, .hiden_menu .top_level a{border-bottom: none !important;}
	#menu.responsive-menu ul.nav li .megamenu.column1 ul.childs_1 {  padding: 0 15px 20px; float:left;width:100%;}
	.responsive-menu ul li .mobile_togglemenu:hover {  background-color: rgba(0, 0, 0, 0);}
	#menu.responsive-menu ul.nav li .megamenu.column1 ul.list-unstyled > li.dropdown:hover > .dropdown-menu {  display: none;}
	#menu.responsive-menu ul.nav li .megamenu ul.list-unstyled > li.dropdown .dropdown-menu {width:100%;float:left;border: medium none;    left: 0;    position: relative;    top: 0;}
	#menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li > a{  color: #428bca;}
	/* end css for responsive menu */	
	
	#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%;}
	.shopping-cart .input-group .form-control{width:100%}
	.shopping-cart .input-group-btn{clear:both; margin-top:5px}
	.checkout-cart .shopping-cart .input-group-btn:last-child > .btn, .checkout-cart .shopping-cart .input-group-btn:last-child > .btn-group{margin-right:5px; margin-left:0;}
	.product-info .image img { width: 100%; }
	.layout-2.left-col #column-left, .layout-2.right-col #column-right, .layout-3 #column-left, .layout-3 #column-right, #column-left, #column-right {
    clear: both;
    display: block !important;
    margin-top: 20px;
    padding: 20px;
    width: 100%; 
	}
	#column-left .swiper-viewport{margin: 0;}
	#column-left .box-heading.toggle {padding: 0 15px;}
	.box .box-content ul, #content .content ul {padding: 0 15px;}
	#column-left .list-group a{padding: 8px 15px;}
#column-left .box .toggle .mobile_togglemenu, #column-right .box .toggle .mobile_togglemenu{padding: 0 15px;}
	#column-left .box .toggle .mobile_togglemenu, #column-right .box .toggle .mobile_togglemenu {
    background: none;
    right: 0;
    top: 0;
     }
	#column-left .box .toggle.active .mobile_togglemenu, #column-right .box .toggle.active .mobile_togglemenu { background-position: right -52px; }
	.common-home .layout-2.left-col #column-left, .common-home .layout-2.right-col #column-right, .common-home .layout-3 #column-left, .common-home .layout-3 #column-right, #column-left, #column-right { display: none !important; }
	#column-left .box .box-heading, #column-right .box .box-heading { margin: 0 0 20px 0;   position: relative; }
	#column-left .box .box-content, #column-right .box .box-content, #column-left .box .filterbox, #column-right .box .filterbox  { display: none;  margin-bottom: 0; padding: 10px 0px; }
	#column-left .box .list-group, #column-right .box .list-group { display:none; padding: 10px 0; }
}
@media (max-width: 767px) {
	#content .blog-module.blog .box-content{margin: 0;}
	.product-thumb .image{width: 70%;margin-bottom: 10px;}
	.product-block .product-details .button-group.product-actions{
		opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        margin-bottom:30px;
	}

    .product-block-inner {
        position: relative;
        text-align:center;
    }

	#menu .nav.navbar-nav {
		top: 85px;
	}
	#menu .nav.navbar-nav li {
		width: 100%;
	}
	.myaccount .user-title{display: none !important;}
	.header-top .dropdown.myaccount{margin: 5px 10px 0 25px;}
	#tmservicecmsblock .footer_top_inner .footerblock2.footerblock {padding-left: 0;}
	#tmservicecmsblock .footer_top_inner .footerblock4.footerblock {padding-left: 0;}
	#search {width:100%;}
	#content .col-sm-4.product-right {width: 100%;}
	.product-info .image, .product-info .additional-carousel {margin: 0 auto;width: 300px;float: none;}
	#content .col-sm-8.product-left {width: auto;padding: 0 15px 0 30px;}
	.product-list .product-details {width: 100%;}
.product-list .product-thumb .image a {display: block;float: left;} 
	.product-block:hover .product-block-inner .quickview{display: none;}
	.quickview{display: none;}
	.sub_banner .sub_img1 {
	float: none;
	overflow: hidden;
	display: inline-block;
	position: relative;
	text-align: center;
}
.sub_banner .sub_img2 {
	float: none;
	overflow: hidden;
	display: inline-block;
	position: relative;
	text-align: center;
}
.sub_banner .sub_inner2 .sub_inner_img.right {
	float: none;
	width: 100%;
	position: relative;
	overflow: hidden;
	display: inline-block;
	text-align: center;
}
.sub_banner .sub_inner2 .sub_inner_img.left {
	width: 100%;
	float: none;
	overflow: hidden;
	position: relative;
	text-align: center;
	display: inline-block;
}
#tmcms1block .banner-text2 {
	font-size: 10px;
	display: none;
}
.product_banner .cms_content {
	padding: 51px 0 0 0px;
	left: 30px !important;
}
	.product_banner .product_img {
	width: 100%;
	float: none;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
.product_banner .product_img .cms-img {
	position: relative;
	display: inline-block;
	float: none;
	margin: 0 auto 20px;
}
.product_banner .product_img.second-content {
	margin: 0;
}
	.main-slider {width: 100%;}
	#search {
	margin-bottom: 10px;
	width: 100%;
}
.subslider {width: 100%;}
.slidebanner1.subbanner {width: 48%;}
.subslider {padding-right: 20px;padding-left: 20px;}
.slidebanner2.subbanner {width: 48%;}
.main-slider {padding: 0 20px 0 20px;}
.slidebanner1.subbanner {
	float: left;
	margin-right: 10px;
}

.header-top #header-cart {
    position: absolute;
    bottom: 0px;
    /* width: 90%; */
    top: 10px;
    right: 20px;
}

.header-top #header-search {
    position: absolute;
    bottom: 0px;
    width: 90%;
}
	.layout-2 #content,.layout-3 #content{width:100%;}
	.product-info .image-additional {width: 100%;} 
	.product-info .image-additional a {padding: 1px;} 
	.header-logo,.header-search,.header-cart{display:inline-block;float:none;width:100%;}
	.header-logo{text-align:center;}
	.header-cart{width:100%;display:inline-block;text-align:center;}
	.header-logo > div{display:inline-block;}
	.btn-info {margin-bottom:3px;} 
	#input-search {margin-bottom: 8px;}
	#logo .img-responsive { margin: 0px auto;}
	.col-sm-4.total_amount {margin-top: 20px;}
	#cart{float:none;}	
	#cart .dropdown-menu {width: 350px;top: 95px;}
	.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: 300px;}
	.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;}
	.zoomWindowContainer, .zoomWindow, .zoomContainer { display: none; }
}
@media only screen and (max-width: 516px) {
	#tmservicecmsblock .footer_top_inner .footerblock2.footerblock {
	width: 51%;
	float: right;
	padding-left: 0;
	}
	#tmservicecmsblock .footer_top_inner .footerblock4.footerblock {
		width: 51%;

		float: right;
		padding-left: 0;
	}
}
@media only screen and (max-width: 479px) {
	header .header-top {
	padding: 10px 10px 0;
	float: left;
	width: 100%;
	text-align: center;
	display: inline-block;
}
#menu .nav-responsive div {
	float: left;
	margin-top: 75px;
}
.all-blog .write-comment {
	padding-bottom: 10px;
}
.header-top #header-cart {padding: 0 0 20px 0;}
	.dropdown-menu.dropdown-menu-right.myaccount-menu{left:-100px;}
	.swiper-pager {display: none !important;}
	.content-top-breadcum .container {padding: 29px 30px;}
	#top-links #wishlist-total, #top-links #compare {padding: 5px 0;}
	.header-top .col-sm-4.header-logo {width: 100%;}
#logo {margin: 0 0 0 0;display: inline-block; padding: 5px 0 0 0;    margin-bottom: 50px;}
	.myaccount .user-title {display: none !important;}
.header-top .dropdown.myaccount {margin: 5px 10px 0 25px;}
	#tmservicecmsblock .footer_top_inner .footerblock1.footerblock {width: 100%;}
	#tmservicecmsblock .footer_top_inner .footerblock2.footerblock {width: 100%; padding-left: 0}
	#tmservicecmsblock .footer_top_inner .footerblock3.footerblock {width: 100%;}
	#tmservicecmsblock .footer_top_inner .footerblock4.footerblock {width: 100%;padding-left: 0}
	.htabs {
	 height: auto; 
	line-height: 20px;
	border-bottom: none;
	margin-right: 0;
	float: none;
	position: relative;
}
#tmservicecmsblock .footer_top_inner .footerblock::after {display: none;}
	.htabs .etabs li {float: none;width: 50%; margin: 0 auto 15px;}
	.magnore_heading .products-section-title, .special-heading .products-section-title {
	float: none;
	text-align: center;
}
	.magnore_heading, .special-heading{
	border-bottom: none;
}
	.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;margin-bottom:30px;border-bottom:1px solid #ddd !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;}
	.flex-direction-nav a:before {font-size:27px !important;}
	#cart .dropdown-menu {right: 0;  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;}	
}
@media only screen and (max-width: 320px){
	#search .form-control.input-lg{min-width:230px;}
	.dropdown-menu.dropdown-menu-right.myaccount-menu{left:-125px;}
	.product_banner .cms_content {padding: 20px 0 0 15px;left: 10px !important;}
	.header-top .dropdown.myaccount {margin: 5px 10px 0 0;}
	.header-top .col-sm-4.header-logo {width: 100%;}
	#logo {padding: 0 0 0 0;}
	#menu .nav-responsive div {margin-top: 72px;}
	#logo {margin: 0 0 0 0;}
	#tmcms1block .banner-text1 {display: none;}
}
@media only screen and (max-width: 319px){
	.dropdown-menu.dropdown-menu-right.myaccount-menu{left:-125px;}
	#search .form-control.input-lg{min-width: 190px;}
	.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:0;width: 270px;}
	#cart .dropdown-menu{width:270px;}
	#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;}
#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 End */