body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #707070;
	font-size: 13px;
	line-height: 20px;
	letter-spacing:0.5px;
}
:focus{outline:none !important;}
h1, h2, h3, h4, h5, h6 {
	color: #1f2022;
}
/* default font size */
.fa {
	font-size: 14px;
}
.fa-stack{width: 12px;
    font-size: 8px;
}
.fa-stack .fa{font-size:13px;}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 13px;
	font-weight: 500;
}
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: 13px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 13px;
}
.input-group .input-group-addon {
	font-size: 13px;
	height: 30px;
}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
}
/* top */
#top {
	border-bottom: 1px solid #d8d8d8;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
	display: none;
}
#top .container {
	padding: 0 20px;
}
#top-links span{font-size:13px;}
#form-currency .currency-select {
	text-align: left;
	width:100%;
}
#form-currency .currency-select:hover {
	text-shadow: none;
	color: #1f2022;
    background-color: #fff;
}

#form-currency .dropdown-menu { 
	padding: 8px; 
	right: 0;
    left: auto;
}

#form-language .dropdown-menu {right: 0;
    left: auto; }

#form-language .dropdown-menu > li > a {padding: 3px 8px; text-transform:uppercase; color:#808080;}
#form-currency .dropdown-menu .btn { padding: 2px !important; color:#808080; }
#form-language .dropdown-menu > li > a:hover, #form-currency .dropdown-menu .btn:hover{
	color: #1f2022;
    background: transparent;
}
header .btn-link, header li, header a {
	color: #111111;	
	text-decoration: none;
	text-transform: uppercase;
}
header li{
list-style: none;
}


#form-language img{vertical-align:inherit;}

#top-links li,.header-search li{padding:0; list-style:none}
header .btn-link:hover,header .btn-link:focus, #top-links a:hover,  #top-links a:focus{
	color: #ffed00;
	background:none;
	text-decoration:none
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover,#top-links .dropdown-menu a:focus {
	color: #1f2022;
}
#top .btn-link strong {
	font-size: 14px;
	font-weight: normal;
}
#top-links {
	padding-top: 0px;
}
#top-links a + a {
	margin-left: 15px;
}

#top-links ul.list-inline{float:left; margin-top:2px; margin-right: 5px;}

#top-links ul.list-inline li{background:url(../image/megnor/pipe.png) no-repeat scroll right center transparent; padding:0 15px 0 8px; font-weight:400;}

.lang-curr {
    float: right;
	margin-left: 5px;
}
.container .alert.alert-success.alert-dismissible {
    margin:20px 0px 15px 0;
}
#form-language {background:url(../image/megnor/pipe.png) no-repeat scroll right center transparent; padding: 0 7px 0 0px; margin-right: 8px;}

.fa-caret-down{vertical-align:middle; color:#fff; margin:0 0 0 2px; }
#form-currency .btn-link, #form-language .btn-link {
padding: 2px 5px 3px; 
text-transform: uppercase;
font-weight:400;
font-size:13px;
}
#form-language .dropdown-menu .btn.btn-link.btn-block , #form-currency .dropdown-menu .btn.btn-link.btn-block {color: #000;}
#form-language .dropdown-menu .btn.btn-link.btn-block:hover , 
#form-currency .dropdown-menu .btn.btn-link.btn-block:hover {color: #ffed00;}

#form-currency .btn-link{padding-right:0;}

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

.dropdown.myaccount {float: left;width: auto;margin: 0 10px;}
.dropdown.myaccount a span{display:none;}

/* logo */
.header-logo{float:left;}
.header-search{float:left;}
.header-cart{float:right;}

.header-main {
    display: block;
    float: left;
    position: relative;
    width: 100%;
}

.header-left {
	float: left;
	padding-right: 40px;
	border-right: 1px solid rgba(255,255,255,0.3);
	width: 22.9%;
}

.header-right {
    float: right;
	width: 77.1%;
    padding-left: 52px;
	position:relative;
	top:0;
	transition:top 800ms ease 0s;
	-webkit-transition:top 800ms ease 0s;
	-moz-transition:top 800ms ease 0s;
	-ms-transition:top 800ms ease 0s;
	-o-transition:top 800ms ease 0s;
}

header{
	padding:30px 0px; 
	/* background-color:#f15b3a; */
	z-index:99;
	position:relative;
}

.col-sm-4.header-logo{width:auto; padding:0}

.col-sm-5.header-search{
	clear:both; 
	width:78.8%; 
	padding: 0px;
	position:relative;
	float:left;
}

.search_box.col-sm-3.sort {
	width: 28%;
	padding: 0;
	margin-right: 10px;
	float: left;
}
.col-sm-3.sort select.form-control{
	padding: 10px 15px;
    height: 40px;
    text-transform: capitalize;
	background-color:#fff;
	color:#808080;
	border-color:#d8d8d8;
	overflow:hidden;
}

.headertopleft{
    float: left;
text-align:left; 
margin-top:10px; 
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;
}
.headertopright{
float: left;
position: relative;
text-align: left;
margin-top: 3px;
margin-bottom: 25px;}

.headertopright .text2 {
    display: inline-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;
}
.testimonials .slider-item{
	float:none;
}
.headertopright .text2 a{color:#111111; font-size: 14px; letter-spacing:0.5px;}

#logo {
	margin: 4px 0 3px;
	display:block;
}
/* search */
#search {
	margin: 0px 0px 0 0;
	float:left;
	width:100%;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
	/*width:auto;*/
	width: 624px;
	border-right: none;
	background-color:transparent;
	text-transform:capitalize;
	color:#fff;
	border-radius:0;
	-webkit-border-radius:0px;
	-khtml-border-radius:0px;
	-moz-border-radius:0px;
}
.header-search .customSelect.form-control {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #d9d9d9;
    color: #fff;
    height: 40px;
    padding: 9px 12px;
}

.header-search .form-control::-moz-placeholder{color:#c0c0c0; text-transform:uppercase;}
#search .input-group-btn{float:left}

#search .btn-lg {
	font-size: 15px;
    line-height: 18px;
    margin: 0;
    border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	background: transparent none repeat scroll 0 0;
	border-bottom:1px solid #d9d9d9;
	border-right:1px solid #d9d9d9;
	border-top:1px solid #d9d9d9;
	border-left:medium none;
    padding: 10px 15px;
	height:40px;
}


#search .btn-lg:hover{
}
.show-result {
    overflow: hidden;
}
.header-search .show-result > li {
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.product-search #content > p{margin-top:10px;}

header .dropdown.myaccount > a{
	padding:0px; 
	color:#fff; 
	transition: all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;}

header .dropdown.myaccount a .fa {
	background-color: #ffed00;
	border: 1px solid #ffed00;
	padding: 12px 13px;
	color: #000;
}

header .dropdown.myaccount a:hover .fa,header .dropdown.myaccount a:focus .fa{
	background-color:#656565;
	border-color:#656565;
	color: #fff;
	transition: all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-ms-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
}

.header-container {
	height: auto;
	position: relative;
	width: 100%;
	z-index: 99;
	float: left;
}

.header-logo img{width:100%;}
.hed-right-top {
    position: relative;
    width: 100%;
	transition: all 300ms linear 0s;
	-webkit-transition: all 300ms linear 0s;
	-moz-transition: all 300ms linear 0s;
	-ms-transition: all 300ms linear 0s;
	-o-transition: all 300ms linear 0s;
	margin: 0px;
	opacity:1;
	-khtml-opacity:1;
	-moz-opacity:1;
	-webkit-opacity:1;
	
}

.nav-container.wrap{
	top:-70px;
	position:absolute;
	backface-visibility: hidden;
    transform: translateZ(0px);
	-webkit-transform: translateZ(0px);
	-moz-transform: translateZ(0px);
	-ms-transform: translateZ(0px);
	-o-transform: translateZ(0px);
}

.nav-container.wrap, .header-container.smaller .hed-right-top{
   transition: all 300ms linear 0s;
	-webkit-transition:all 300ms linear 0s;
	-moz-transition:all 300ms linear 0s;
	-ms-transition:all 300ms linear 0s;
	-o-transition:all 300ms linear 0s;
}

/* cart */

.col-sm-3.header-cart{
    float: right;
    width: auto;
    padding: 0;
}

#cart {
	margin-bottom: 0px;
	float:right;
}
#cart > .btn {
	background: #ffed00 url("../image/megnor/header-cart.png") no-repeat scroll 15px 9px;
    border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
    color: #000;
    font-size: 13px;
    font-weight: 500;
    line-height: 21px;
    padding: 10px 16px 9px 43px;
    text-transform: uppercase;
	transition: all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
}

#cart > .btn:hover,#cart.active > .btn{
	background: url("../image/megnor/header-cart-hov.png") no-repeat scroll 15px 9px #333;
color: #fff;
	transition: all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
}

#cart > .btn .fa{display:none}

header #cart li a, header #cart li {color:#808080;}

#cart.open > .btn {
	color: #fff;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #fff;
}
#cart .dropdown-menu {
	background: #fff;
	z-index: 1001;
}
#cart .dropdown-menu {
	width: 350px;
	padding:10px;
	border: 1px solid #d8d8d8;
}
#cart .dropdown-menu ul{padding:0;}
#cart .dropdown-menu li{float:none}

#cart .dropdown-menu li:first-child{max-height:285px; overflow-x:hidden; overflow-y:auto;}

#cart .dropdown-menu li + li {
    border-top: 1px solid #d8d8d8;
    padding: 5px 0 0;
}
/* Tab cms */
/* Blog listings */
.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;
}
.blog_item .image img:hover {
	opacity:0.8;
	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;
}
.blog-module .box-content .owl-buttons .owl-prev {
    right: 33px;
    top: -30px;
    left: auto !important;
    width: 15px;
    height: 25px;
    text-align: center;
    opacity: 1 !important;
    -webkit-opacity: 1 !important;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    background:url(../image/megnor/arrow.png) no-repeat scroll 5px 0px;
}
#content .blog-module .box-content .owl-buttons .owl-prev:hover{
	background-position: 5px -33px;
	text-decoration: none;
	left:auto;
}
.blog-module .box-content .owl-buttons .owl-next {
    right: 8px;
    top: -30px;
    left: auto;
    width: 15px;
    height: 25px;
    text-align: center;
    opacity: 1 !important;
    -webkit-opacity: 1 !important;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
  	background:url(../image/megnor/arrow.png) no-repeat scroll -19px 0px;
}
.blog-module .box-content .owl-buttons .owl-next:hover{
	background-position: -17px -32px;
	text-decoration: none;
}
.blog-module .owl-carousel .owl-buttons .owl-prev{
	right: 33px;
    top: -30px;
    left: auto !important;
    width: 15px;
    height: 25px;
    text-align: center;
    opacity: 1 !important;
    -webkit-opacity: 1 !important;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    background:url(../image/megnor/arrow.png) no-repeat scroll 5px 0px;
}
.blog-module .owl-carousel .owl-buttons .owl-prev:hover{
	background-position: 5px -33px;
	text-decoration: none;
	left:auto;
}
.blog-module .owl-carousel:hover .owl-controls .owl-next{
	right:8px;
}
.blog-module .owl-carousel .owl-buttons .owl-next{
	right: 8px;
    top: -30px;
    left: auto;
    width: 15px;
    height: 25px;
    text-align: center;
    opacity: 1 !important;
    -webkit-opacity: 1 !important;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
  	background:url(../image/megnor/arrow.png) no-repeat scroll -19px 0px;
}
.all-blog .panel-body .comment-wrapper .text {
    color: #808080;
}
.blog-module .owl-carousel .owl-buttons .owl-next:hover{
	background-position: -19px -32px;
	text-decoration: none;
}
.blog_grid_holder.related .owl-buttons .owl-next{
	right: 8px;
    top: -45px;
    left: auto;
    width: 15px;
    height: 25px;
    text-align: center;
    opacity: 1 !important;
    -webkit-opacity: 1 !important;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
  	background:url(../image/megnor/arrow.png) no-repeat scroll -19px 0px;
}
.blog_grid_holder.related .owl-buttons .owl-next:hover{
	background-position: -17px -32px;
	text-decoration: none;
}
.blog_grid_holder.related .owl-buttons .owl-prev{
	right: 33px;
    top: -45px;
    left: auto !important;
    width: 15px;
    height: 25px;
    text-align: center;
    opacity: 1 !important;
    -webkit-opacity: 1 !important;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    background:url(../image/megnor/arrow.png) no-repeat scroll 5px 0px;
}
.blog_grid_holder.related .owl-buttons .owl-prev:hover{
	background-position: 5px -33px;
	text-decoration: none;
	left:auto;
}
.blog-module .blog-module .row .box-heading {
    border: none;
    background: url(../image/megnor/star.png) no-repeat scroll left center;
    padding: 0px 0px 0 30px;
    font-size: 18px;
    color: #6e8b3d;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    position: relative;
    margin: 0 0 10px;
    letter-spacing: 0.5px;
}
#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;
}
.blog_post .main_thumb:hover {
    opacity: 0.8;
    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;
}

.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;
}
.blog_post .tags {
	display:block;
	padding-top:5px;
	margin-bottom:25px;
	font-size:13px;
	color:#aaaaaa;
}
.blog_post .tags a {
	font-size:14px;
	margin-left:2px;
}
.blog_post h3 {
	margin:20px 0 18px;
	padding-bottom:6px;
	display:block;
	border-bottom:1px solid #eeeeee;
}
.blog_post h3 i {
	vertical-align:middle;
	margin-right:7px;
}
.blog_post .share {
	margin-bottom:40px;
}
.blog_post .share .fa {
	font-size:19px;
	padding:0 10px;
	margin:0 5px 10px 0;
	color:#f5f5f5;
	height:36px;
	line-height:36px;
	width:120px;
	transition:all 300ms;
}
.blog_post .share .fa:hover {
	opacity:0.9;
	transition:all 300ms;
}
.blog_post .share .fa:after {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:13px; 
	vertical-align:top; 
	margin-left:10px;
}
.blog_post .share .fa-facebook {background:#3b5998;}
.blog_post .share .fa-facebook:after {content:"Facebook"}
.blog_post .share .fa-twitter {background:#00aced;}
.blog_post .share .fa-twitter:after {content:"Twitter"}
.blog_post .share .fa-google-plus {background:#dd4b39;}
.blog_post .share .fa-google-plus:after {content:"Google+"}
.blog_post .share .fa-navicon {background:#f1f1f1; color:#888888; text-align:center; font-size:17px;}
.blog_post .at15t_compact, .at16nc.at16t_compact {background-position:-9999px -9999px !important;}
/* Related blogs */
.blog_post .related .blog_item {
	margin-bottom:15px;
}
.blog_post .related .blog_title {
	font-size:18px;
}
.blog_post .related p {
	font-size:14px;
	line-height:20px;
}
.blog_post .related p a {
	color:#999999;
}
.blog_post .related p .fa {
	color:#cccccc;
}
/* 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:15px 0 10px 0;
	padding-bottom:6px;
	border-bottom:1px solid #f5f5f5;
}
.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;
}
@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 */
.categorytab .tab-pane .owl-buttons div span {
	width: 25px;
	height: 25px;
	border: 1px solid #d8d8d8;
}
.owl-carousel .owl-buttons div {
	color: #d8d8d8;
	width: 25px;
	height: 25px;
	border: 1px solid #d8d8d8;
}
.main-slider .owl-carousel .owl-buttons div {
	border: none;
}
.main-slider .owl-carousel .owl-buttons div:hover {
	background: none;
	border-color: transparent;
}
.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;
	-webkit-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;
	color: rgba(0,0,0,0.8);
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
	transition: all .3s ease;
}
.owl-carousel:hover .owl-buttons div {
	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;
	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;
	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);
}

.category_tab {
    margin-top: 54px;
	position:relative;
}

#tab_spinner {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9;
	background: url(../image/megnor/category_load.gif) 50% 50% no-repeat #fff;
}

.category_tab .nav-tabs {
    line-height: normal;
	padding:0;
	margin-top:10px;
}
.etabs {
    display: inline-block;
    float: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.category_tab ul li {
}
.category_tab .tab-pane .product-block{ 
	margin:5px 7px; 
	background:#fff;
	clear:both;
	overflow:hidden;
}
.category_tab .tab-pane .product-block:hover{
	overflow:hidden;
	clear:both;
}
.category_tab .tab-pane .product-block-inner{ padding:0 0; text-align:left; overflow:hidden; position:relative; margin:0;}
.category_tab .owl-item .col-lg-12{padding:0;}
.category_tab .tab-pane{
	padding:10px 0 !important;
	border:medium none !important;
	margin:0 -7px;
	min-height:410px;
	text-align:center;
	vertical-align:middle;
}
.category_tab .tab-pane > img {
    margin: 150px auto;
}

.category_tab ul li:last-child {background:none}

.category_tab ul li a {
}


.category_tab ul li a:hover,.category_tab ul li a:focus{color: #1f2022;}

.category_tab ul li.active a/*, .htabs a:hover, .htabs a:focus*/{
}
.category_tab .tab-content {
    border: medium none;
	overflow:visible;
}
.tab-content {
	position:relative;
	padding: 0px;
	z-index: 2;
	overflow: visible;
	margin-bottom:29px;
}
.tab-content .tab {
    display: none;
}
.category_tab .tab-pane .owl-carousel{overflow:visible;}	
.category_tab .tab-pane .owl-prev {
	right: 25px !important; 
	left:auto !important;
}


.category_tab .tab-pane .owl-carousel .owl-buttons div { top: -40px;}
.category_tab .tab-pane .owl-next {	right: 6px !important;}
.owl-carousel .owl-buttons div i {
	font-size: 18px !important;
}
.category_tab .tab-pane .owl-carousel .owl-buttons .owl-prev, .category_tab .tab-pane .owl-carousel .owl-buttons .owl-next, .category_tab .tab-pane .owl-carousel .owl-buttons div{
	opacity:1;
	-webkit-opacity:1;
	-moz-opacity:1;
	-khtml-opacity:1;
}
.category_tab .tab-pane .owl-buttons a {
    color: #fff;
}
.owl-buttons {
    right: 0;
    top: -64px;
    z-index: 1;
}
@media (max-width: 479px) {
.category_tab ul li a{text-align:center;}
.owl-buttons{top:-145px;}
}

/* End Tab cms */
#cart .dropdown-menu li{float:none}

#cart .dropdown-menu li:first-child {
    max-height: 300px;
    overflow-y: auto;
	overflow-x: hidden;
}
#cart .dropdown-menu li + li {
    border-top: 1px solid #d8d8d8;
    padding: 5px 0 0;
}

#cart .button-container {  
    width: auto;
	float:right;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
	border:none;
}

#cart .dropdown-menu table td{border:none; background:none;}

#cart .dropdown-menu table.total-table td{border:medium none;}

#cart .dropdown-menu li > div {		
}
.category_tab {
    margin-top: 54px;
	position:relative;
}

#tab_spinner {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9;
	background: url(../image/megnor/category_load.gif) 50% 50% no-repeat #fff;
}

.category_tab .nav-tabs {
    line-height: normal;
	padding:0;
	margin-top:10px;
}
.etabs {
    display: inline-block;
    float: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.category_tab ul li {
}
.category_tab .tab-pane .product-block{ 
	margin:5px 7px; 
	background:#fff;
	clear:both;
	overflow:hidden;
}
.category_tab .tab-pane .product-block:hover{
	overflow:hidden;
	clear:both;
}
.category_tab .tab-pane .product-block-inner{ padding:0 0; text-align:left; overflow:hidden; position:relative; margin:0;}
.category_tab .owl-item .col-lg-12{padding:0;}
.category_tab .tab-pane{
	padding:10px 0 !important;
	border:medium none !important;
	margin:0 -7px;
	min-height:410px;
	text-align:center;
	vertical-align:middle;
}
.category_tab .tab-pane > img {
    margin: 150px auto;
}

.category_tab ul li:last-child {background:none}
.category_tab ul li a:hover, .category_tab ul li a:focus {background: #e40046;color: #fff;}
.category_tab .tab-content {
    border: medium none;
	overflow:visible;
}
.tab-content {
	position:relative;
	padding: 0px;
	z-index: 2;
	overflow: visible;
	margin-bottom:29px;
}
.tab-content .tab {
    display: none;
}
.category_tab .tab-pane .owl-carousel{overflow:visible;}	
.category_tab .tab-pane .owl-prev {
	right: 35px !important; 
	left:auto !important;
}
.owl-carousel .owl-buttons div i {
	font-size: 18px !important;
	margin: 2px 0 0 0 !important;
}

.owl-carousel .owl-buttons div:hover {
	color: #fff !important;
	background: #e40046;
	border-color: #e40046;
}
.category_tab .tab-pane .owl-carousel .owl-buttons div { top: -40px;}
.category_tab .tab-pane .owl-next {	right: 6px !important;}

.category_tab .tab-pane .owl-carousel .owl-buttons .owl-prev, .category_tab .tab-pane .owl-carousel .owl-buttons .owl-next, .category_tab .tab-pane .owl-carousel .owl-buttons div{
	opacity:1;
	-webkit-opacity:1;
	-moz-opacity:1;
	-khtml-opacity:1;
}
.category_tab .tab-pane .owl-buttons a {
    color: #fff;
}

@media (max-width: 479px) {
.category_tab ul li a{text-align:center;}
.owl-buttons{top:-145px;}
}
#cart .dropdown-menu li p {	
margin:20px auto
}

.alert .fa{margin-right:5px;}

.content-top {
    background-color: #f8f8f8;
	margin-bottom:0px;
	padding:20px 0 20px;
}

.content-bottom > .container{width:100%; background-color: #fff;}

.common-home .alert {margin-bottom:20px}
/* Megnor Category CSS */

#nav-one .dropdown:hover .dropdown-menu, #nav-one .hiden_menu:hover .dropdown-menu {
    display: block;
}
#nav-one > li > .dropdown-menu {
    background: #262626 none repeat scroll 0 0;
    border: medium none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
    padding: 0 22px;
	left:230px;
	top:0;
}
#nav-one > li.dropdown, #nav-one > li.hiden_menu, #nav-one > li.dropdown .column1 ul .dropdown{
	background:url(../image/megnor/menu_left.png) no-repeat scroll right 7px transparent;
}
#nav-one > li.hiden_menu > .dropdown-menu{padding:22px;}
.top_level.hiden_menu{position:relative;}
#nav-one li .megamenu ul.childs_1:first-child {
    padding: 30px 2px;
}
#nav-one li .megamenu ul.childs_1 {
    padding: 30px 2px 30px 20px;
}
#nav-one li .megamenu ul.childs_1:last-child {
}
#nav-one li ul {
    display: table-cell;
    float: none;
}
#nav-one ul {
    display: inline-block;
    float: none;
    margin: 0 auto;
    text-align: left;
}
#nav-one li .megamenu ul.list-unstyled li > a, .hiden_menu .top_level a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-size: 13px;
    font-weight: 700;
    padding: 1px 8px;
}
#nav-one li .megamenu ul.list-unstyled li > a, .hiden_menu .top_level a {
    width: 100%;
}
#nav-one > li ul > li > a {
    min-width: 188px;
}
#nav-one li .megamenu ul.list-unstyled li > a, .hiden_menu .top_level a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 1px 8px;
    text-transform: uppercase;
}
#nav-one li .megamenu ul.list-unstyled li > a, .hiden_menu .top_level a {
    width: 100%;
}
#nav-one > li ul > li > a {
    min-width: 188px;
}

#nav-one li .megamenu ul.list-unstyled li .dropdown-menu {
    background: #262626 none repeat scroll 0 0;
    border: medium none;
    margin: 0;
    padding: 6px 0 0;
    position: relative;
}
#nav-one li ul {
    display: table-cell;
    float: none;
}
#nav-one 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: #b3b3b3;
    display: inline-block;
    font-family: Raleway;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    position: relative;
	text-transform:capitalize;
}
#nav-one li .megamenu ul.list-unstyled.childs_2 a {
    min-width: 145px;
}
#nav-one li .megamenu.column1 ul.childs_1 {
    border: medium none;
    padding: 22px 0;
}
#nav-one li .megamenu.column1 ul.list-unstyled li > a, .hiden_menu .top_level > a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
	color:#b3b3b3;
}
#nav-one li .megamenu.column1 ul.list-unstyled > li.dropdown .dropdown-menu {
    display: none;
    left: 188px;
    padding: 10px;
    position: absolute;
    top: 0;
}
#nav-one li .megamenu.column1 ul.list-unstyled > li.dropdown:hover > .dropdown-menu {
    display: block;
	padding:10px 22px;
}
#nav-one li .megamenu.column1 ul.list-unstyled li:hover > a, #nav-one li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li:hover > a, .hiden_menu .top_level:hover > a {
	color:#fff;
}
#menu .top_level.hiden_menu.dropdown .dropdown-menu .top_level a:hover {
    color: #1f2022;
}
.column_left_cms .box.last .list-group{
    border-bottom: medium none;
	margin-bottom:0;
	padding:4px 0 0;
}
.column_left_cms .box.last{margin-bottom:0;}

/* menu */

.nav-container{
	background-color: #6E8B3D; 
	margin-bottom:20px;
	position:relative;
	top:0;
	transition: top 0.5s ease 0s;
	-webkit-transition:top 0.5s ease 0s;
	-moz-transition:top 0.5s ease 0s;
	-ms-transition:top 0.5s ease 0s;
	-o-transition:top 0.5s ease 0s;
}

.hometab .customNavigation a.prev {color: #000000;right: 18px;}
.hometab .customNavigation a { top: -48px;}
.hometab .customNavigation a.next { color:#000000; right: 0;}
/*.nav-inner{display:none}*/

.nav-inner #menu{display:block;}

.nav-responsive { display:none;}
.nav-inner.container{padding:0; top:auto;}
.responsive-menu, 
.main-menu {
	background: transparent;	
	height: auto;
	margin-bottom: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	padding: 0px 0px; 
	display:block;
	/*overflow:hidden; HIDE CATEGORIES THOSE ARE OUT OF MANU.  */	  
}
#menu ul li .megamenu.column2 {
    width: 400px;
}
#menu .navbar-header.collapsed {
    display: none;
}
.main-menu ul {
	list-style: none;
	margin: 0;
	padding: 0; 
}
#menu ul li .megamenu ul.list-unstyled {
    padding: 0px;
}
#menu ul {
    display: table-cell;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.main-menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;
	background-color:transparent;
}

.main-menu ul > li {
	position: relative;
	float: left;
	z-index: 20;
	background-color:transparent;

}
.main-menu > ul > li:hover {
} 
.main-menu .column1 .dropdown > a::after {
    font-family: 'FontAwesome';
    content: '\f105';
    position: absolute;
    color: #adadad;
    right: 5px;
    font-size: 14px;
}
.main-menu .megamenu.column2 .list-unstyled li a::after {
    display: none;
}
.main-menu .dropdown > a::after {
    font-family: 'FontAwesome';
    content: '\f107';
    position: absolute;
    color: #adadad;
    right: 5px;
    font-size: 14px;
    display: none;
}

.nav-responsive span,
.main-menu > ul > li > a {
	font-size: 13px;
	color: #1f2022;
	display: block;
	padding: 15px 20px;
	margin-bottom: 0px;
	z-index: 6;
	position: relative;
	text-transform:uppercase;
}
.main-menu ul > li:first-child > a {
    padding: 16px 25px 15px 8px;
}
.main-menu ul > li > a, .hiden_menu li > a {
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	display: block;
	padding: 16px 22px 15px ;
	margin-bottom: 0px;
	z-index: 6;
	position: relative;
	text-transform:uppercase;
	line-height:19px;
}

.main-menu ul > li:last-child > a{border:none}

.main-menu a:hover { text-decoration:none}

.main-menu > ul > li:hover > a {
    background: transparent;
    color: #ffed00;
}

.main-menu ul > li.top_level.dropdown:hover > a, .main-menu ul > li.top_level:hover > a {
    color: #ffed00;
}

.main-menu > ul > li > ul , .responsive-menu .main-navigation{
	background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    display: none;
    padding: 5px;
    position: absolute;
    z-index: 5;	
} 
.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;
}
#menu ul.nav li .megamenu.column1 ul.list-unstyled > li.dropdown .dropdown-menu {
    display: none;
    left: 219px;
    padding: 20px 0;
    position: absolute;
    top: 0;
	border:1px solid #d8d8d8;
}
.main-menu > ul > li ul > li > a {	
	padding: 8px;
	color: #1f2022;
	display: block;
	white-space: nowrap; 
}
.responsive-menu .main-navigation li a{	
	padding: 8px;
	color: #808080;
	display: block;
	white-space: normal; 
}
.main-menu ul > li.dropdown:hover > a{color:#1f2022;}
.main-menu > ul > li ul > li > .dropdown-inner ul li a{color:#adadad;}
.main-menu > ul > li ul > li > a{min-width: 160px;}
.main-menu > ul > .dropdown ul > li > a, .hiden_menu .top_level > a{font-weight:700; padding:7px 0;}
.main-menu ul li ul .list-unstyled a{font-weight:normal; color:#808080; text-transform:capitalize; padding:5px 0;}
.main-menu > ul > li ul > li > a:hover  , .responsive-menu .main-navigation li a:hover  {
	color:#1f2022;
	background-color:#fff;
}
.main-menu > ul > li > ul > ul > li > a {
	color: #FFFFFF;
}
#menu ul.nav li .megamenu.column1 ul.list-unstyled > li.dropdown:hover > .dropdown-menu {
    display: block;
}
#menu .nav li .list-unstyled .dropdown {
    float: left;
    padding: 0 15px 0 0;
}
#menu .dropdown .dropdown-menu{
	padding:15px 30px;
	background: #fff none repeat scroll 0 0;
    opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity:0;
    transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
    transform-origin: 20% 20% 0;
	-ms-transform-origin: 20% 20% 0;
	-webkit-transform-origin: 20% 20% 0;
	-o-transform-origin: 20% 20% 0;
	-moz-transform-origin: 20% 20% 0;
    transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
    visibility: visible !important;
	display:block;
	}
#menu ul li.hiden_menu .dropdown-menu{
	 opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity:0;
	display:block;
	transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
    transform-origin: 20% 20% 0;
	-ms-transform-origin: 20% 20% 0;
	-webkit-transform-origin: 20% 20% 0;
	-o-transform-origin: 20% 20% 0;
	-moz-transform-origin: 20% 20% 0;
    transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
    visibility: visible !important;
}
#menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu {
    border: medium none;
    margin: 0;
    padding: 5px 0;
    position: relative;
}
#menu ul li .megamenu.column1, #menu ul li.hiden_menu .dropdown-menu{
    padding: 15px 0;
}
.hiden_menu .dropdown-menu{min-width:215px;}
#menu ul li .megamenu.column1 ul.list-unstyled {
    padding: 0;
}
#menu ul li .megamenu.column1 ul.list-unstyled li, .hiden_menu li.top_level {
    float: left;
    padding: 0 30px;
	width:100%;
}
#menu li.hiden_menu:hover .dropdown-menu.megamenu{display:none;}

.hiden_menu .top_level > a{color:#1f2022;}
 
@media (min-width: 768px) {
	#menu li:hover .dropdown-menu, #menu ul li.hiden_menu:hover .dropdown-menu{
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity:1;
    transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
    visibility: visible;
}
}
@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:0px;
		-khtml-border-radius:0px;
		-moz-border-radius:0px;
		color: #fff;
	}
}

/* 1-col layout */

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

/* 2-col layout */

.layout-2.left-col #column-left{
	width:21.8%;
	padding-left: 0;
	padding-right:20px;
}
.layout-2.right-col #column-right{
	width:21.8%;
	padding-right:0;
	padding-left:20px;
}
.layout-2 #content{
	width:78.2%;
}
.layout-2.left-col #content {
	width:78.2%;
	padding-left:0px;
	padding-right:0;
}
.layout-2.right-col #content {  
	width:78.2%;
	padding-right:0px;
	padding-left:0;
}

.layout-2 .content-bottom #content{width:100%; padding:0; margin-left:auto; margin-right:auto}

/* 3-col layout */
.layout-3 #column-left{	
	width:21.8%;
}
.layout-3 #column-right{			
	width:21.8%;
}
.layout-3 #content{		
	width:56.4%;
}
/* content */
#content {
	min-height: 600px;
}

.common-home #content, .common-home #content-top{
	min-height:initial;
	width: 77.35%;
    padding-left: 6px;
    padding-right: 0;
}

.breadcrumb + .row{clear:both}
.tabfeatured_default_width{ width:185px;}
.tabbestseller_default_width{ width:185px;}
.tablatest_default_width{ width:185px;}
.tabspecial_default_width{ width:185px;}


.htabs {
	height: 40px;
	line-height: 16px;
	border-bottom: 1px solid #eee;
}
.etabs {
    display: inline-block;
    float: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.htabs .etabs li {
    display: inline-block;
    float: left;
    line-height: 17px;
    list-style: none outside none;
    position: relative;
    text-align: center;
}
.htabs a {
    color: #313131;
    display: block;
    float: left;
    font-size: 18px;
    margin-right: 3px;
    padding: 12px 22px;
    text-align: center;
}
.htabs a.selected, .htabs a:hover{
	color:#fff;
}

.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: -40px;}
.hometab .customNavigation a.next { color:#000000; right: 0;}
.information-contact .panel.panel-default {
	border-radius: 0;
	box-shadow: none;
	border: none;
	margin: 0 0 30px;
}
.information-contact .panel-body {
	padding: 0px;
}
.row.contact-info {
	padding: 0 15px;
}
.contact-info .right {
	width: 100%;
}
.contact-form-design {
	width: 100%;
	float: left;
	background: #f5f5f5;
	margin: 0 0 50px;
}
.contact-form-design .left {
	float: left;
	width: 28%;
	margin-right: 30px;
	background: #292929;
	padding: 34px 20px;
	color: #fff;
	position: relative;
	z-index: 9;
}
.contact-form-design .address-detail, .contact-form-design .address-detail1, .contact-form-design .telephone, .contact-form-design .fax, .contact-form-design .time {
	float: left;
	width: 100%;
	padding: 4px 0 10px;
	border-bottom: 1px solid #434343;
}
.contact-form-design .left .image {
	width: 45px;
	height: 45px;
	float: left;
	background: url("../image/megnor/cms-sprite.png") no-repeat scroll -3px -240px transparent;
	margin: 15px 10px 0 0px;
	border: 1px solid #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.contact-form-design .address-detail1 strong {
	padding: 5px 0 0 0;
	height: 28px;
	margin: 10px 0;
	float: left;
	font-weight: 600;
}
.contact-form-design .address-detail1 address {
	margin: -15px 0 20px 55px;
}
.contact-form-design address {
	display: inline-block;
	margin: -15px 0 6px 55px;
	float: left;
	clear: both;
	width: auto;
}
.contact-form-design .left .btn.btn-info {
	float: left;
	clear: both;
	display: block;
	padding: 25px 0 0;
	width: 100%;
	text-align: left;
	background: transparent;
	border: none;
	border-top: 1px solid #434343;
	font-weight: 600;
	font-size: 13px;
	text-transform: capitalize;
}
.contact-form-design .left .fa.fa-map-marker {
	font-size: 32px;
	width: 45px;
	height: 45px;
	float: left;
	margin: -10px 10px 0px -1px;
	border: 1px solid #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	line-height: 43px;
	text-align: center;
}
.contact-form-design .left .telephone .image {
	width: 45px;
	height: 45px;
	float: left;
	background: url("../image/megnor/cms-sprite.png") no-repeat scroll -4px -368px transparent;
	margin: 10px 10px 0 0px;
	border: 1px solid #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.contact-form-design .telephone strong {
	padding: 0;
	margin: 10px 0 0;
	height: 28px;
	float: left;
	font-weight: 600;
}
.contact-form-design .left .fax .image {
	width: 45px;
	height: 45px;
	float: left;
	background: url("../image/megnor/cms-sprite.png") no-repeat scroll -4px -302px transparent;
	margin: 10px 10px 0 0px;
	border: 1px solid #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.contact-form-design .fax strong {
	padding: 0;
	margin: 10px 0 0;
	height: 28px;
	float: left;
	font-weight: 600;
}
.contact-form-design .left .time .image {
	width: 45px;
	height: 45px;
	float: left;
	background: url("../image/megnor/cms-sprite.png") no-repeat scroll -3px -433px transparent;
	margin: 10px 10px 0 0px;
	border: 1px solid #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.contact-form-design .time strong {
	padding: 0;
	margin: 10px 0 0;
	height: 28px;
	float: left;
	font-weight: 600;
}
.contact-form-design .left .comment .image {
	width: 45px;
	height: 45px;
	float: left;
	background: url("../image/megnor/cms-sprite.png") no-repeat scroll -3px -498px transparent;
	margin: 10px 10px 0 0px;
	border: 1px solid #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.contact-form-design .comment strong {
	padding: 0;
	margin: 10px 0 0;
	height: 28px;
	float: left;
	font-weight: 600;
}
.contact-form fieldset > fieldset legend {
	display: none;
}
.btn.btn-primary.captcha-btn {
	position: absolute;
	right: 30px;
	bottom: -20px;
}
.contact-form .buttons {
	margin: 0 0 0;
	display: inline-block;
	width: 100%;
	position: absolute;
	right: 0;
	background: #f5f5f5;
	padding: 0 30px;
}
.contact-form {
	padding: 20px 30px 35px 0;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 0px;
	background-color: #6E8B3D;
	color: #fff;
	position: relative;
}

.common-home footer{
margin-top:0;
border-top:30px solid #fff;
}

.footertop-cms.container, header .container{top:auto;}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #fff;
}
#footer .column li a {
font-weight: normal;
line-height: 27px;
color: #fff;
}

#footer .column li a:hover,#footer .column li a:focus {
color:#ffed00;
}

footer a:hover,footer a:focus {
	color: #ffed00;
}
footer h5 {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	position: relative;
	text-transform: uppercase;
	margin: 0px auto 20px;
	letter-spacing: 0.5px;
	padding: 10px 0 0;
}

#footer {
    padding-top: 70px;
	padding-bottom: 0px;
	top:auto;
}
#footer #contact.col-sm-3.column .fa {
    clear: left;
    color: #ffed00;
    float: left;
    font-size: 16px;
    margin-right: 10px;
    margin-top: 6px;
}
#footer #contact.col-sm-3.column .fa.fa-envelope {
    font-size: 12px;
    margin-top: 8px;
}
.address_content {
    overflow: hidden;
	padding-right:20px;
}

#footer .column{width:18%; margin-right: 20px; padding:0;}

#footer .column:after{content:""; position:absolute; width:1px; background:rgba(255,255,255,0.3); right:0; top:0;}

#footer .column:nth-child(1)::after, #footer .column:nth-child(2)::after, #footer .column:nth-child(3)::after, #footer .column:nth-child(4)::after {
	height: 250px;
}
#footer .column:last-child{margin:0;}

#contact ul,#aboutcms ul{list-style:none; padding:0}
#aboutcms h5{display:none}

.testimonials{position:relative;}
.homepage-testimonials-inner.box-content {
    background: #f5f5f5 none repeat scroll 0 0;
    position: relative;
	padding:25px 18px;
}
.peoplesay-block {
    position: relative;
    text-align: center;
}
.test-image {
    display: inline-block;
    text-align: center;
}
.testi-details > a {
	clear: both;
	font-size: 16px;
	font-weight: 700;
	position: relative;
	text-transform: uppercase;
	width: 100%;
	color: #1e1f22;
}

#testimonial .designation {
    clear: both;
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
	font-weight:300;
}
#column-left #testimonial .customNavigation, #column-right #testimonial .customNavigation{display:block;}
#testimonial .customNavigation a.next::before{
	left:auto; 
	top:0px;
	color: #959595;
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 18px;
    position: absolute;
    right: 0;
}
#testimonial .customNavigation a.prev::before{
	right:auto; 
	top:0px;
	content:"\f104"; 
	font-family:"FontAwesome"; 
	color:#959595; 
	font-size: 18px;
	left:0;
	position:absolute;
}

#testimonial .customNavigation a.next:hover::before, #testimonial .customNavigation a.prev:hover::before{color:#fff;}
#testimonial .customNavigation a.next{right:0; border:medium none; height:20px; width:15px; background:none; top:-57px;padding: 6px;}
#testimonial .customNavigation a.next:hover, #testimonial .customNavigation a.prev:hover{background:transparent;}
#testimonial .customNavigation a.prev {right: 10px;border: medium none;height: 20px;width: 15px;background: none;top: -57px;padding: 6px;}
.test-content .quote-img{
	background:url(../image/megnor/quote.png) no-repeat scroll center center transparent;
	width:23px;
	height:19px;
	position:relative;
	display:block;
	margin:20px auto 15px;
}
.test-desc {
	font-size: 13px;
	font-weight: 400;
	color: #333;
}
.test-content {
    display: inline-block;
    position: relative;
    text-align: center;
}

#testimonial .designation a {
	color: #e40046;
	font-weight: 400;
	font-size: 14px;
}
#contact ul li{
	padding-left: 20px;
    position: relative;
}

#contact ul li:before{
    position: absolute;
left:0;
	font-family:"FontAwesome"; 
font-size:16px;
color:#ffed00;
}

#contact ul li.address:before {
content:"\f041";
}

#contact ul li.call-num:before {
content:"\f10b";
}

#contact ul li.email:before {
content:"\f0e0";
font-size:12px;
}
.footer-logo {
    margin-bottom: 5px;
}

.newsletter label{
display:none;
}

.newsletter .input-news,.col-sm-10.subscribe-btn{width:100%;}
.newsletter .form-group{margin-bottom:10px}
.newsletter .text-danger {position: absolute;top: 36px;color: #fff;}
.newsletter #txtemail{
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-khtml-border-radius: 0;
width: 100%;
border: 1px solid #fff;
background-color: #fff;
padding: 6px 8px;
margin-top: 10px;
height:auto;
}
.newsletter .form-control::-moz-placeholder{color:#676666;}
.subscribe-btn .btn.btn-lg{
margin-top: 15px;
background-color: #ffed00;
border-color: #ffed00;
text-transform: uppercase;
font-size: 12px;
color: #000;
font-weight: 700;
width: 100%;
padding: 5px 10px;
line-height: 22px;
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;
}

.subscribe-btn .btn.btn-lg:hover{
	background-color:#656565; 
	border-color:#656565; 
	color:#fff;
	transition: all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
}

#contact ul li,.newsletter ul li{line-height:27px;}

#contact li.call-num {
    margin-top: 15px;
}

.categoryblock {
    padding-left: 11px;
    padding-right: 11px;
	float:left;
	width:33.333%;
	margin-bottom:22px;
}

.category-cms{
	width: 100%;
    float: left;
	padding-bottom: 15px;
	padding-top: 0px;
	margin-bottom: 2px;
}

.category-container{
	position:relative;
	margin:0 auto;
	width:100%;
}

.category-row {
    margin-left: -11px;
    margin-right: -11px;
}

#aboutcms li.content {
    line-height: 25px;
}

ul.subcats{list-style:none; padding:0; overflow:hidden; vertical-align: top; margin:0; clear:both; float:left}

ul.subcats li a {
	text-transform: capitalize;
	color: #808080;
	font-size: 13px;
	display: inline-block;
	position: relative;
	transition: padding 0.3s ease;
	-webkit-transition: padding 0.3s ease;
	-moz-transition: padding 0.3s ease;
	-ms-transition: padding 0.3s ease;
	-o-transition: padding 0.3s ease;
	white-space: nowrap;
	line-height: 25px;
}
ul.subcats li a:hover{
	color:#e40046; 
}
ul.subcats li a:hover::before {
    font-size: 4px;
    padding-right: 10px;
	color:#e40046;
}
ul.subcats li a:hover {
    padding-left: 10px;
   	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;
}
ul.subcats li a::before {
    content: "\f111";
    font-family: "FontAwesome";
    font-size: 0;
    left: 0;
    top: 3px;
    line-height: 20px;
    position: absolute;
    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;
    z-index: 99;
}
ul.subcats li, ul.subcats li a{
    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;
}


.cate-heading a {
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 0.6px;
	color: #1f2022;
	font-weight: 700;
	float: left;
	margin-bottom: 7px;
	word-wrap: break-word;
	position: relative;
	z-index: 9;
}
.category{padding:0px 20px; border:1px solid #d8d8d8; overflow:auto; display:block; background-color: #fff;overflow:hidden; position:relative;}

.category .image{float: right;}

.category .image img{
    backface-visibility: hidden;
    max-width: none;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    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;

}

.cat-desc{float:left; padding-top: 24px;}

.category:hover .image img {
    overflow: hidden;
    transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
    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;
}
.cat-desc {
	float: left;
	padding: 17px 0;
}
.bottomfooter {
    margin: 0 0 12px;
    text-align:center;
}

.bottomfooter ul li {
    display: inline-block;
    line-height: 13px;
    padding: 0 6px 0 10px;
    border-left: 1px solid #fff;
}

.bottomfooter ul li:first-child {
    border: medium none;
	padding-left:0
}

p.powered {
	text-align: left;
	display: inline-block;
	margin: 10px auto 0;
}

@media (max-width: 979px) {
#footer .column ul {
    display: none;
}
#footer .column {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	position: relative;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {}
.breadcrumb > li:last-child a, .breadcrumb > li a:hover, .breadcrumb > li a.active{ 
	color:#e40046;
}
.breadcrumb > li a{color:#808080;}

.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
	display:inline-block;
	width:100%;
}
.btn {
	padding: 6px 12px;
	font-size: 13px;
	border: 1px solid #d8d8d8;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover, .dropdown-menu.myaccount-menu, #form-currency .dropdown-menu .btn-link{
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
  	color: #fff;
    background: #428bca;
    border:1px solid #357ebd;
}
.btn-primary {
	color: #fff;
    background-color: #428bca;
    border:1px solid #357ebd;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	color: #fff;
    background-color: #3276b1;
    border:1px solid #285e8e;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-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-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:0px;
	-khtml-border-radius:0px;
	-moz-border-radius:0px;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0,0,0,0);
	background-image: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	
}
.btn-inverse {
	color: #ffffff;	
	background: #363636;
	border:none;		
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
@media (max-width: 767px) { 

 }

/* list group */

.box .filterbox { 
    border-color: #d8d8d8;
    border-image: none;
    border-right: 1px solid #d8d8d8;
    border-style: none solid solid;
    border-width: medium 1px 1px;
	background-color: #fff;
	border-top:none
}

.filterbox .list-group-item{margin-bottom:15px;}

.list-group-item.group-name{font-size:14px; padding: 0 20px; margin-bottom: 0; color:#1f2022; font-weight:500}

.filterbox .list-group-filter{padding-bottom:0}

.list-group a {
	padding: 5px 0;
	text-transform:capitalize;
	font-size:13px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #ffed00;
}
/* 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 #d8d8d8;
	margin-bottom: 20px;
	overflow: auto;
	background-color: #fff
}
.product-thumb .image {
	text-align: center;
	position:relative;
	overflow:hidden
}
.product-thumb .image a {
	display: block;
}
.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;
}
.product-grid .product-thumb .image {
	float: none;
}

.product-layout.product-grid, .product-layout.product-list{padding:0 10px}

#content .product-grid .product-block, #content .product-list .product-block{}

#content .product-list .product-block{padding:20px}

.row.cat_prod{margin:0 -10px}

.product-list .product-thumb .image{border-right:1px solid #d8d8d8; padding-right:10px; margin-right:10px;}

.product-thumb h4{}

@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
}
}
.product-thumb h4 {
	font-weight: 400;
	font-size: 13px;
	margin-top: 2px;
	margin-bottom: 4px;
	text-overflow: ellipsis;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	line-height: 20px;
}

.product-layout.product-list .product-thumb h4 {font-size:16px; margin-bottom:10px;}

.product-thumb h4 a{
color:#1f2022;
}

.product-thumb h4 a:hover, header #cart li a:hover{color:#e40046;}


.product-thumb .caption {
	padding: 13px 13px;
	border-top:1px solid #d8d8d8;
	text-align:left
}
.account-wishlist table .text-center img {
    border: 1px solid #d8d8d8;
}

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

.product-thumb .rating {
	padding-bottom: 0px;
	margin-top:0px;
	line-height:normal
}
.rating .fa-stack,#review .fa-stack{
	font-size: 8px;
	width:10px;
}
.fa-star-o::before {
    content: "\f005";
}
.rating .fa-star-o,#review .fa-star-o,.rating-wrapper .fa-star-o{
	color: #f5cb0c;
	font-size: 11px;
}
.rating .fa-star,#review .fa-star,.rating-wrapper .fa-star{
	color: #f5cb0c;
	font-size: 11px;
}
.rating .fa-star + .fa-star-o,#review .fa-star + .fa-star-o,.rating-wrapper .fa-star + .fa-star-o{
	color: #f5cb0c;
	font-size: 11px;
}
.rating .fa-star-o.off,.rating-wrapper .fa-star-o.off{color:#b5b5b5;}
.rating .fa-star.off,.rating-wrapper .fa-star.off{color:#b5b5b5}

h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #1f2022;
	display:inline-block;
	vertical-align:middle;
	margin-bottom:0;
	letter-spacing: 0.5px;
	font-size: 14px;
	font-weight:700;
	line-height:20px;
}
.product-thumb .price-new {
	position:relative;
	float:left;
}
.product-thumb .price-old {
	color: #b5b5b5;
	text-decoration: line-through;
	margin-left: 5px;
	float:left;
	font-weight: normal;
}
.product-thumb .price-tax {
	color: #b5b5b5;
    display: none;
    font-size: 12px;
    width: 100%;
}

.product-list .product-thumb .price-tax{display:block; clear:both; line-height:18px;font-weight: normal;}
#content h3.product-option {
    font-size: 16px;
}

.product-thumb .button-group {
	overflow: auto;
	position:absolute;
	left:0;
	right:0;
	bottom:-40px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.product-grid .product-thumb .product-details .button-group,.productbox-grid .product-thumb .product-details .button-group,.product-carousel .product-thumb .product-details .button-group,
.category_tab .product-details .button-group{display:none}

#content .product-carousel .product-block:hover .button-group, #content .product-grid .product-block:hover .button-group, #content .box-product .product-block:hover .button-group, .category_tab .product-block:hover .button-group{
bottom:0;
}


.product-list .product-thumb .button-group {
	position:static;
	margin-top: 10px;
}

.product-list .product-thumb .image .button-group{display:none}
#product .form-group #input-quantity, .quickview-model #input-quantity {
	width: 60px;
	height: 38px;
	display: inline;
	padding: 8px;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
}
.quickview-model {
	padding: 20px 0;
}
#button-cart2 {
	height: 36px;
}
.product-right .desc {
	min-width: 180px;
	width: 180px;
	float: left;
}
.special-price {
	color: #1f2022;
	font-weight: 700;
	font-size: 18px;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 10px 0;
}
@media (max-width: 768px) {
.product-list .product-thumb .button-group {
	border-left: none;
}
}
.product-grid .product-thumb .button-group button.addtocart {width: 50.9%;}
.product-thumb .button-group button.addtocart {
	letter-spacing: 0;
	width: 51.2%;
	padding: 8px 5px;
}
.product-thumb .button-group button, #cart .text-right .addtocart, #cart .text-right .checkout, .quickview {
	border: none;
	display: inline-block;
	float: left;
	background-color: #f15b3a;
	color: #fff;
	padding: 8px 6px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	line-height: 20px;
	font-size: 13px;
	border-radius: 0;
}
#cart .text-right .addtocart, #cart .text-right .checkout {
	padding: 8px 12px;
}
#cart .text-right .addtocart > strong, #cart .text-right .checkout > strong {
	font-weight: 400;
}
.product-thumb .button-group button.wishlist, .quickview {
	border-left: 1px solid #fff;
	width: 35px;
}
.quickview a {
	color: #fff;
	padding: 8px 0;
}
.quickview a:hover , .quickview a:focus{color: #000;}
.wishlist .fa.fa-heart {
	font-size: 13px;
}
.addtocart .fa {
	margin-right: 5px;
	display: none;
}
.product-thumb .button-group button.addtocart{letter-spacing:0;}

.product-list .product-thumb .button-group button + button, .product-list .product-thumb .button-group button.wishlist, .product-list .quickview {
	width: 40px;
	height: 36px;
	padding: 8px 0;
}
.product-list .product-thumb .button-group button.addtocart {
	width: 120px;
}
.product-list .product-thumb .caption{border:none}

#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: 35px;
	border-left: 1px solid #fff;
	padding: 8px 0;
}
.quickview {
	padding: 0;
}
.product-thumb .button-group button:hover, .quickview:hover, #cart .text-right .addtocart:hover, #cart .text-right .checkout:hover, .product-thumb .button-group button:focus, #cart .text-right .addtocart:focus, #cart .text-right .checkout:focus, .quickview:hover a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	background-color: #ffed00;
}
.product-thumb .button-group button.compare .fa{display:none}

.product-thumb .button-group button.compare {background: url(../image/megnor/compare-hov.png) no-repeat scroll center 11px #e40046; height:36px;}

.product-thumb .button-group button.compare:hover,.product-thumb .button-group button.compare:focus{background: url(../image/megnor/compare.png) no-repeat scroll center 11px #ffed00;}

@media (max-width: 1200px) {
.product-thumb .button-group button, .product-thumb .button-group button + button {
	/*width: 33.33%;*/
}
}
@media (max-width: 767px) {
.product-thumb .button-group button, .product-thumb .button-group button + button {
	width: 33.33%;
}
}
.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: 0px;
	display: block;
	border: 1px solid #d8d8d8;
}
.image-additional {
}
.thumbnails .image-additional {
	float: left;
}

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

.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;
}
#content.productpage h3 {margin-top:0;font-size: 20px; margin-bottom:0px; font-weight:500;}
.product-info .zoomContainer{ z-index:9; } /* It need for ie7 */
.product-info .additional-carousel{ position:relative; }
.product-info .image-additional {
	clear: both;
	overflow: hidden;
	padding-left: 20px;
    padding-right: 20px;	
	width: 410px;
	float:none;
	margin-left:auto;
	margin-right:auto;
}
.product-info .image-additional img {height: 100px;}
.product-info .image-additional a {
	float: left;
	display: block;	
}

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

.productpage .form-group.qty .wishlist, .productpage .form-group.qty .compare{
    width: 34px;
    font-size: 0;
    height: 35px;
    padding:9px;
}

.productpage #input-quantity{float: left;
    margin-right: 15px;
    width: auto;
    height: 34px;
    text-align: center;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	-khtml-border-radius:0;
}

.form-group.qty .control-label{
	float: left;
    margin: 6px 10px 0 0;
	font-size:14px;
}
.subbanner-cms2 .sub-heading{display:none;}

/* Megnor www.templatemela.com Start */

/* box */  
.box {
	margin-bottom:12px;
}
.box .box-heading, #testimonial .box-heading{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;	
	background: #6e8b3d;
	padding: 10px 18px;
	font-size: 16px;
	font-weight:700;
	color: #fff;
	text-transform:uppercase;
	letter-spacing:0;
}
#column-left .box .box-heading, #column-left #testimonial .box-heading, #column-right .box .box-heading, #column-right #testimonial .box-heading {
	font-size: 16px;
	letter-spacing: 0.5px;
}
.service-banner .box-heading{display:none;}
.box .box-content {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
}

#content .box .box-heading, .category_tab h3 {
    background: rgba(0, 0, 0, 0) url("../image/megnor/star.png") no-repeat scroll left center;
    border: medium none;
    color: #1f2022;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin: 0 0 10px;
    padding: 0 0 0 30px;
    position: relative;
    text-transform: uppercase;
	white-space:nowrap;
}

.category_tab h3 {
    font-weight: 700 !important;
    margin: 0 0 10px !important;
}
/*#content .box .box-heading:before{position:absolute; background:#ffed00; width:50px; height:3px; bottom:0; left:auto; content:""}*/

#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 -7px;
}

.box .box-content ul , #content .content ul { 
	padding:0px;
	margin:0px;
	list-style:none;
}
.box .box-content ul li , #content .content ul li {
	line-height:22px;
	padding:4px 0;
}
.box .box-content ul li a , #content .content ul li a{
}
.box .box-content ul li a + a , .box .box-content ul li a + a:hover{ background:none; padding-left:0; }
.box .box-content ul li a:hover , #content .content ul li a:hover{
}

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

.box.latest, .box.bestseller, .box.featured, .box.special {
    margin-bottom: 25px;
	
}
.write-comment .hl{
	color:#ffffff;
	font-size:13px;
}
.write-comment .fa.fa-comments {
    color: #ffffff;
}
.blog-left .write-comment .text, .panel-body .comment-wrapper .text{
    margin-left: 2px;
	margin-right:5px;
	font-size:13px;
	color:#ffffff;
}
/* General styles */
.blog {
	margin-bottom:40px;
}
.blog .owl-carousel {
	box-shadow:none;
	overflow: unset;
}
.blog .owl-wrapper-outer {
	border: 4px solid #fff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.blog img, .blog-module img {
	max-width:100%;
	height:auto;
}
.blog .main_description {
	margin-bottom:20px;
}

/* Blog listings */
.blog_grid_holder {
	margin-left:-15px;
	margin-right:-15px;
	padding-top:13px;
	font-size:0;
}
.blog_grid_holder.carousel-1 {
	margin-left:0px;
	margin-right:0px;
	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 */
}
.column-2 .blog_item {
	width:100%; /* 2 columns */
}
.column-3 .blog_item {
	width:33.33%; /* 3 columns */
}
.column-4 .blog_item {
	width:25%; /* 3 columns */
}
.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;
}
.blog_item .image img:hover {
	opacity:0.8;
	transition:all 400ms;
}
.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;
}
.blog_post .main_thumb:hover {
    opacity: 0.8;
    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;
	
}
.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;
}
.blog_post .tags {
	display:block;
	padding-top:5px;
	margin-bottom:25px;
	font-size:13px;
	color:#aaaaaa;
}
.blog_post .tags a {
	font-size:14px;
	margin-left:2px;
}
.blog_post h3 {
	margin:20px 0 18px;
	padding-bottom:6px;
	display:block;
	border-bottom:1px solid #eeeeee;
}
.blog_post h3 i {
	vertical-align:middle;
	margin-right:7px;
}
.blog_post .share {
	margin-bottom:40px;
}
.blog_post .share .fa {
	font-size:19px;
	padding:0 10px;
	margin:0 5px 10px 0;
	color:#f5f5f5;
	height:36px;
	line-height:36px;
	width:120px;
	transition:all 300ms;
}
.blog_post .share .fa:hover {
	opacity:0.9;
	transition:all 300ms;
}
.blog_post .share .fa:after {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:13px; 
	vertical-align:top; 
	margin-left:10px;
}
.blog_post .share .fa-facebook {background:#3b5998;}
.blog_post .share .fa-facebook:after {content:"Facebook"}
.blog_post .share .fa-twitter {background:#00aced;}
.blog_post .share .fa-twitter:after {content:"Twitter"}
.blog_post .share .fa-google-plus {background:#dd4b39;}
.blog_post .share .fa-google-plus:after {content:"Google+"}
.blog_post .share .fa-navicon {background:#f1f1f1; color:#888888; text-align:center; font-size:17px;}
.blog_post .at15t_compact, .at16nc.at16t_compact {background-position:-9999px -9999px !important;}
/* Related blogs */
.blog_post .related .blog_item {
	margin-bottom:15px;
}
.blog_post .related .blog_title {
	font-size:18px;
}
.blog_post .related p {
	font-size:14px;
	line-height:20px;
}
.blog_post .related p a {
	color:#999999;
}
.blog_post .related p .fa {
	color:#cccccc;
}
.blog-item .product-blog .blog-left:hover .post_hover, .blog-item .product-blog .blog-left:hover .zoom .fa.fa-search-plus::before, .blog-item .product-blog .blog-left:hover .readmore_link .fa.fa-link::before,
.all-blogs .panel-body:hover .post_hover .zoom .fa.fa-search-plus::before , .all-blogs .panel-body:hover .post_hover .readmore_link .fa.fa-link::before {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-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-item .product-blog .blog-left:hover .zoom .fa.fa-search-plus::before, .blog-item .product-blog .blog-left:hover .readmore_link .fa.fa-link::before {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    margin: 0 10px;
}
.all-blogs .panel-body:hover .post_hover .zoom .fa.fa-search-plus::before , .all-blogs .panel-body:hover .post_hover .readmore_link .fa.fa-link::before {
	opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    margin: 0 0px;
	
}

/* Comments */
.blog_post #comment {
	margin-bottom:55px;
}
.blog_post .blog_comment {
	display:block;
	font-size:14px;
	margin-bottom:20px;
	padding:20px 20px;
	background-color:#ffffff;
	border:1px solid #d8d8d8;
}
#comment .comment-info .name {
    color: #1f2022;
    font-weight: 500;
	font-size:13px;
}
#comment .comment-info .date {
    color: #b5b5b5;
	font-size: 13px;
	font-weight: 400;
}
/* Modules */
.blog-module {
	margin-bottom:40px;
}
.blog-module h3 {
	margin:15px 0 10px 0;
	padding-bottom:6px;
	border-bottom:1px solid #f5f5f5;
}
.blog-module h3 a.all {
	float:right;
	display:none;
	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;
}
@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;
	-webkit-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-carousel .owl-buttons .owl-next {
	right: 0 !important;
}

.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 .owl-buttons div {color: #b7b7b7 !important;}
.owl-carousel {
	margin: 0 0 20px;
	background: #fff;
	direction: ltr !important;
	z-index: 1;
}
.owl-carousel .owl-buttons div {
	opacity: 0;
	color: rgba(0,0,0,0.8);
	text-shadow: none;
	transition: all .3s ease;
}
.owl-carousel:hover .owl-buttons div {
	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;
	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;
	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);
}

/* Product Grid Start */
/*.product-grid-list { }*/
#content .box-product/*,
.product-grid-list ul*/{ 
	list-style-type: none;
	position:relative;
	width: 100%;
	padding:0px;
	margin:0px;
	list-style: none;
	overflow: hidden;
}

/*.product-grid-list ul li,*/
#content .box-product .product-items { 
	margin-bottom: 14px;
	padding: 0;
	margin:0;
	position:relative;
	overflow: hidden;
}

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

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

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

.grid_default_width { width:200px;}
.featured_default_width{ width:200px;}
.module_default_width{ width:150px;}
.latest_default_width{ width:200px;}
.special_default_width{ width:200px;}
.related_default_width{ width:200px;}
.bestseller_default_width{ width:200px;}
.tabspecial_default_width{width:200px;}
.tabbestseller_default_width{width:200px;}
.tablatest_default_width{width:200px;}
.additional_default_width{ width:90px;}
.testimonial_default_width{width:100%;}
#content .banners-slider-carousel .product-carousel .product-block-inner,#content .banners-slider-carousel .product-grid .product-block-inner{text-align:center;}

#content .product-carousel .product-block,
#content .productbox-grid  .product-block,
#content .box-product .product-block,
.category_tab .tab-pane .product-block{ 
	margin:5px 7px; 
	background:#fff;
	clear:both;
	overflow:hidden;
}

#content .product-carousel .product-block:hover,
#content .product-grid .product-block:hover,
#content .box-product .product-block:hover,
.category_tab .tab-pane .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,.box-product .product-block-inner,.product-carousel .product-block-inner,
.categorytab .tab-pane .product-block-inner{ padding:0 0; text-align:left; overflow:hidden; position:relative; margin:0;}


.product-block .image .hover-image, #column-right .image .hover-image, #column-left .image .hover-image{
	position: absolute;
        width: 100%;
	height:100%;
	top:0;
	left:0;
	right:0;
	opacity:0;
	-webkit-opacity:0;
	-moz-opacity:0;
	-khtml-opacity:0;
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
}

.product-block .image:hover .hover-image, #column-right .image:hover .hover-image, #column-left .image:hover .hover-image{
	opacity:1;
	-webkit-opacity:1;
	-moz-opacity:1;
	-khtml-opacity:1;
}

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

.sale{	
	color: #1f2022;
	text-align: right;
    text-transform: uppercase;	
	position:absolute;
	top:10px;
	right:10px;
	font-size:13px;
}
	
/* 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-top: 0px;
	margin-bottom:0;	
	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:10px;
	float:left;
	margin-right:10px;
	border:1px solid #d8d8d8;
}
#column-left .product-items .product-details,
#column-right .product-items .product-details{
	width:auto; 
	overflow: hidden;
}
#column-left .product-thumb .caption,
#column-right .product-thumb .caption{
	padding: 5px 0 0 0;
	border:none;
}
#column-left .caption a, #column-right .caption a{word-wrap:break-word;font-size: 14px;}

#column-left .caption a:hover, #column-right .caption a:hover{color:#ffed00}

#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; 
	-moz-box-shadow:none; 
	-webkit-box-shadow:none; 
	height:auto;
	font-weight:normal;
	border-radius:0;
	-webkit-border-radius:0px;
	-khtml-border-radius:0px;
	-moz-border-radius:0px;
	color:#555;
	display:block;
	text-align:left;
}
#column-left .box-product .cart .button:hover,
#column-right .box-product .cart .button:hover {text-decoration:underline;}
#column-left .box-product .image img,
#column-right .box-product .image img { width: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:0;
background:#f5f5f5 none repeat scroll 0 0;
}

#column-left .box-product .rating,
#column-right .box-product .rating {
	display: block;
	margin-bottom: 0px;
}
#column-left .product-thumb, #column-right .product-thumb {
	border: none;
	margin-bottom: 0px;
	padding: 0px 10px;
	background: #f5f5f5;
}
#column-left .product-thumb:hover, #column-right .product-thumb:hover{
	background:#eaeaea;
}
#column-right .product-block-inner , #column-left .product-block-inner{
	padding: 15px 5px;
	border-bottom: 1px solid #e5e5e5;
}
#column-right .product-thumb:hover .product-block-inner , #column-left .product-thumb:hover .product-block-inner{
	border-bottom: 1px solid transparent;
}
#column-right .product-items:last-child .product-block-inner, #column-left .product-items:last-child .product-block-inner {
	border-bottom: 1px solid transparent;
}
#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;
	color:#1f2022;
	text-transform:capitalize
}	

#column-left .product-thumb .button-group button:hover, #column-right .product-thumb .button-group button:hover{color:#ffed00}

#column-left .product-thumb .button-group button .fa, #column-right .product-thumb .button-group button .fa{display:none;}
#column-left .product-thumb .button-group, #column-right .product-thumb .button-group {background:none; border:none; position:static; display:block;}
.box-product .product-details .button-group span{display:block !important;}

#column-left .product-thumb .image .button-group, #column-right .product-thumb .image .button-group {display:none}

#column-left .container,#column-right .container{width:auto}

#column-left .box,#column-right .box{margin-bottom:20px; position:relative;}
#column-left .box.category , #column-right .box.category {
	padding: 0;
	border: none;
}
.top_button {
	height: 30px;
	width: 30px;
	right: 20px;
	bottom: 20px;
	display: none;
	position: fixed;
	z-index: 95;
	font-size:0;
	color:#000;
}

.top_button:before {
content:"\f106";
font-family:"FontAwesome";
position:absolute;
padding: 8px 12px 8px;
font-size: 18px;
background-color: #ffed00;
}

.top_button:hover,.top_button:focus{color:#fff}

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

.category_filter .sort .form-control {cursor:pointer;}
.productpage .box {margin-top:20px;}
.tab-content {
	overflow:hidden;
}
.col-sm-4.total_amount { margin-top: 70px;}
.product-tag{margin:5px 0;}
.aboutus {
    clear: both;
	margin-bottom:20px
}

.aboutus h3 {
	margin-bottom:10px;
}
.image1 {
    background: url("../image/megnor/cms-sprite.png") no-repeat scroll 7px -165px;
    float: left;
    height: 50px;
    width: 60px;
}

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

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

.category_filter #grid-view,.category_filter #list-view{
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	border:none;
}

.category_filter #grid-view{
background:url(../image/megnor/grid-list.png) no-repeat scroll 1px -21px;
width:23px;
height:30px;
margin-right:8px;
}
#product-category .category_filter .btn-group #grid-view {
    margin-right: 0;
}

.category_filter #list-view{
background:url(../image/megnor/grid-list.png) no-repeat scroll -27px -21px;
width:23px;
height:30px;

}

.category_filter #list-view.active, .category_filter #list-view:hover{
background-position:-27px 8px;

}

.category_filter #grid-view:hover, .category_filter #grid-view.active{
background-position:1px 8px;
box-shadow:none;
}
#content .col-sm-6 .well {
    padding: 15px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    box-shadow: none;
    border-radius: 0;
}


.category_filter #grid-view .fa, .category_filter #list-view .fa{display:none}

#list-view{margin-left:0px}

.category_filter #grid-view:hover .fa,.category_filter #list-view:hover .fa{color:#fff;}
.category_filter .btn-list-grid{float:left;width:auto;padding:0;}
.compare-total {float: left; margin: 8px 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; width:auto;}
.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_thumb .category_img, .category_thumb .category_description {
    float: left;
    width: 100%;
}

.category_img img{margin-bottom:10px; border:none; max-width:none;}

.category_list ul {
    padding: 0;
	display:inline-block;
	margin:0;
}

#content .refine-search{margin-bottom:10px; margin-top:20px}

.refine-search ul{padding:0;}
.refine-search ul li{list-style:none;}
.category_list li a {
	color: #808080;
	display: block;
	padding: 8px 13px;
	border: 1px solid #d8d8d8;
	background-color: #fff;
}
.category_list li a:hover {
    color: #ffed00;
	border-color:#ffed00;
}
.category_list li {
    float: left;
    list-style: outside none none;
    margin: 0 10px 5px 0;
}
.pagination-wrapper {
	border: none;
    display: inline-block;
    margin: 0 0 10px;
    padding: 0px;
    width: 100%;
    background: none;
}
.category_filter{
	border: none;
    display: inline-block;
    margin: 25px 0 15px;
    padding: 0;
    width: 100%;
    background: none;
}
.pagination-wrapper .page-link {
    float: right;
    padding: 0;
    width: auto;
	margin-top: 6px;
}
.pagination-wrapper .page-result{
    float: left;
    padding: 0;
    width: auto;
	margin: 13px 0 13px;
}

.row.contact-info {
    padding: 0 15px;
}
.contact-info .address-detail strong {
    background: url("../image/megnor/cms-sprite.png") no-repeat scroll -6px -235px transparent;
   	padding: 5px 0 0 35px;
	height:28px;
	margin:10px 0 0;
	float:left;
	clear:both;
	font-size: 16px;
	font-weight: 500
}
.contact-info .address-detail,.contact-info .telephone,.contact-info .fax,  .contact-info .openingtime,.contact-info .comments{float:left;width:100%;}
.contact-info .telephone strong{
    background: url("../image/megnor/cms-sprite.png") no-repeat scroll -5px -314px transparent;
    padding: 5px 0 0 35px;
	margin:10px 0 0;
	height:28px;
	float:left;
	clear:both;
	font-size: 16px;
	font-weight: 500
}
.contact-info .fax strong{
    background: url("../image/megnor/cms-sprite.png") no-repeat scroll -5px -272px transparent;
    padding: 5px 0 0 35px;
	height:28px;
	margin:10px 0 0;
	float:left;
	clear:both;
	font-size: 16px;
	font-weight: 500
}
.contact-info .openingtime strong{
	background: url("../image/megnor/cms-sprite.png") no-repeat scroll -5px -355px transparent;
	padding: 5px 0 0 35px;
	height:28px;
	margin:10px 0 0;
	float:left;
	clear:both;
	font-size: 16px;
	font-weight: 500
}
.contact-info .comments strong{
	background: url("../image/megnor/cms-sprite.png") no-repeat scroll -5px -399px transparent;
	padding: 5px 0 0 35px;
	height:28px;
	margin:10px 0 0;
	float:left;
	clear:both;
	font-size: 16px;
	font-weight: 500
}
.contact-info address {
    display: inline-block;
    margin: 0 0 0 36px;
	float:left;
	clear:both;
	font-size: 14px;
}
.address-detail .btn {
    clear: both;
    float: left;
    margin: 15px 0 0 37px;
}

#spinner {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9;
	background: url("../image/megnor/ajax-loader.gif") 50% 50% no-repeat #fff;
}
.main-slider {
    position: relative;
}
.container .main-slider .swiper-pagination.slideshow0.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: 0;
}
.container #content .main-slider .swiper-viewport {
    margin: 0 0 10px;
}
.categorytab.box .owl-carousel.owl-demo-tabcate.owl-theme {
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.categorytab.box .owl-carousel.owl-demo-tabcate.owl-theme .owl-wrapper-outer {
		border: none;
		border-radius: 0;
		box-shadow: none;
}
#product .control-label.qty {
    float: left;
    margin: 5px 9px 0 0;
}
#product-product #product .form-group #button-cart {
    margin: 0 5px;
    float: left;
}
#product .alert.alert-info {
    margin-top: 20px;
}
.hometab .container #tabs {
    height: auto;
    line-height: 0;
    border-bottom: none;
}
#product-category #content ul.breadcrumb {
    padding: 0;
    margin-bottom: 10px;
    list-style: none;
    float: right;
}
#product-category .box .box-heading {
    display: block;
}
#product-product #column-left .box-heading {
    display: block;
}
#content .left.product-image .image a.thumbnail {

    border-radius: 0;
    margin-bottom: 0;
}
/*#form-review .form-group .col-sm-2.control-label, .account-register .form-group .col-sm-2, #information-contact .form-group .col-sm-2, #checkout-cart .panel-body .col-sm-2{
    width: 100%;
}
*/#content .product-info .customNavigation span.fa.prev {
  top: 42px;
    padding: 4px 8px 0px;
    border: 1px solid #d8d8d8;
    height: 25px;
    width: 25px;
    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;
}
#content .product-info .customNavigation span.fa.prev:before{
	content: "\f104";
    font-family: "FontAwesome";
    color: #d8d8d8;
    font-size: 15px;
}
#content .product-info .customNavigation span.fa.prev:hover{
		text-decoration: none;
    	border-color: #1f2022;
}
#content .product-info .customNavigation span.fa.prev:hover:before{
    	color: #1f2022;
}
#content .product-info .customNavigation span.fa.next {
  top: 42px;
    padding: 4px 10px 0px;
    border: 1px solid #d8d8d8;
    height: 25px;
    width: 25px;
    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;
}
#content .product-info .customNavigation span.fa.next:before{
	content: "\f105";
    font-family: "FontAwesome";
    color: #d8d8d8;
    font-size: 15px;
}
#content .product-info .customNavigation span.fa.next:hover{
		text-decoration: none;
    	border-color: #1f2022;
}
#content .product-info .customNavigation span.fa.next:hover:before{
    	color: #1f2022;
}
#content .form-group.required button.btn-default:hover {
    background-color: #ffed00;
    border: 1px solid #ffed00;
}
#content .customSelect.form-control {
    border-radius: 0;
    box-shadow: none;
}
#content #input-search {
    border-radius: 0;
    box-shadow: none;
}
#content ul.breadcrumb {
    float: right;
    background: none;
    margin-bottom: 10px;
	padding:0;
}
.dropdown.myaccount ul.dropdown-menu.dropdown-menu-right.myaccount-menu {
    border-radius: 0;
}
.swiper-viewport .swiper-pager .swiper-button-prev:before{
	width:20px;
	height:20px;
	font-size:20px;
	color:#fff;
}
.swiper-viewport .swiper-pager .swiper-button-next:before{
	width:20px;
	height:20px;
	font-size:20px;
	color:#fff;
}
.swiper-pagination .swiper-pagination-bullet swiper-pagination-bullet-active {
    background: rgba(255,255,255,1);
}
.swiper-pagination .swiper-pagination-bullet {
    background:rgba(255,255,255,0.7);
}
#content .btn-group.wish-comp button#button-cart {
    margin: 0 8px 0 0;
    border-radius: 0;
    padding: 6px 12px;
    font-size: 14px;
}
#content .btn-group.wish-comp button.btn.btn-default {
	margin: 0 0px 0 6px;
}

.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 0 0;}
.productpage .rating-wrapper {margin: 15px 0 8px;}
#content.productpage ul.list-unstyled{border-bottom:medium none;}

.checkout-cart .hasCustomSelect{width: 95% !important;}

#content ul.list-unstyled.attr span{
font-weight:700;
color:#1f2022;
font-size:13px;
}

#content ul.list-unstyled.attr{
	padding-bottom:10px;
    border-top: 1px solid #d8d8d8;
    padding-top: 10px;
}

#content ul.list-unstyled.attr li{clear:both}

.productpage .product-right ul.price,.productpage .product-right ul.price{
padding-bottom:10px
}
#content .product-list .product-block-inner .button-group .addtocart {
    font-size: 13px;
}
#content ul.list-unstyled.price li{float:left; padding:2px 0;}

.productpage .product-right ul li span.old-price, .productpage .product-right ul li span.special-price{margin-left: 10px;}

.productpage .product-right ul li.discount,.productpage .product-right ul li.rewardpoint,.productpage .product-right ul li.price-tax {
    clear: both;
}

span.old-price {
	margin-right: 10px;
	font-size: 14px;
	color: #b5b5b5;
	display: inline-block;
	vertical-align: top;
}
#content h3.special-price {
    font-size: 18px;
	margin-bottom: 0;
	font-weight:500;
}
div#product {
    padding-top: 5px;
}
#title-content {
	width: 100%;
	float: left;
	padding: 14px 0 23px;
}
.common-home .content-top-breadcum {
	display: none;
}
.content-top-breadcum {
	padding:  0;
	display: inline-block;
	width: 100%;
	height: 60px;
}
.content-top-breadcum .row {
	padding: 0 ;
}
.content-top-breadcum .page-title, #title-content h1 {
	float: left;
	margin: 0;
	display: inline-block;
}
.content-top-breadcum .breadcrumb {
	float: right;
	padding: 0;
}
.page-title{
	padding:0px;
}
.page-title,.refine-search,.product-title,.product-option{
	font-size:16px;
	font-weight:normal;
	text-transform:capitalize;
	margin-bottom: 15px;
}
.copy-right {
    border-top: 1px solid #d8d8d8;
    padding: 10px 0;
	text-align:center;
}

#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 {}


.shopping-cart .img-thumbnail{max-width:none;}

.shopping-cart .input-group .form-control {
    width: auto;
    height: 34px;
    text-align: center;
}

.shopping-cart .input-group-btn {
    float: left;
}

#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:13px;}

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

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

#menu .top_level.hiden_menu .top_level a:hover {
    color: #1f2022;
}
.banners-slider-carousel img {
    transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
}

.banners-slider-carousel img:hover {
    opacity: 0.8;
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
    -khtml-opacity:0.8;
}

.service-banner .ser-banner {
    margin: 0 0 20px;
    min-height: 110px;
    position: relative;
    width: 236px;
	padding:21px 20px;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	background: #ededed;
}

.ser-banner.banner1:hover{
	background:#f8ede9 none repeat scroll 0 0;
}
.ser-banner.banner2:hover{
	background:#fefab1 none repeat scroll 0 0;
}
.ser-banner.banner3:hover{
	background:#dafafd none repeat scroll 0 0;
}
.ser-banner.banner4:hover{
	background:#ffe5f2 none repeat scroll 0 0;
}
.ser-banner.banner5:hover{
	background:#e8faaf none repeat scroll 0 0;
}
.ser-banner.banner6:hover{
	background:#d9e4fc none repeat scroll 0 0;
}
.ser-text1, .ser-text2{
	font-weight:bold;
	font-size:15px;
	text-transform:uppercase;
	line-height:22px;
	color:#1e1f22;
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
}
.ser-text3{
	font-weight:400;
	line-height:16px;
	color:#808080;
	margin-top:3px;
	font-size:13px;
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
}

.ser-banner.banner1 .round_img {
    background: #f0c30d none repeat scroll 0 0;
}
.ser-banner.banner1:hover .round_img {
    background: #fcda4f none repeat scroll 0 0;
}
.ser-banner.banner2 .round_img {
    background: #ec645e none repeat scroll 0 0;
}
.ser-banner.banner2:hover .round_img {
    background: #fb8d88 none repeat scroll 0 0;
}
.ser-banner.banner3 .round_img {
    background: #35d6b6 none repeat scroll 0 0;
}
.ser-banner.banner3:hover .round_img {
    background: #5af0d2 none repeat scroll 0 0;
}
.ser-banner.banner4 .round_img {
    background: #f0b464 none repeat scroll 0 0;
}
.ser-banner.banner4:hover .round_img {
    background: #fbce92 none repeat scroll 0 0;
}
.ser-banner.banner5 .round_img {
    background: #9f85e5 none repeat scroll 0 0;
}
.ser-banner.banner5:hover .round_img {
    background: #c5b1fd none repeat scroll 0 0;
}
.ser-banner.banner6 .round_img {
    background: #357180 none repeat scroll 0 0;
}
ser-banner.banner6:hover .round_img {
    background: #4695a9 none repeat scroll 0 0;
}

.ser-banner .round_img {
    border: medium none;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    color: inherit;
    display: block;
    float: left;
    height: 62px;
    margin: 23px 19px;
    padding: 7px 10px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    vertical-align: middle;
    width: 62px;
    z-index: 1;
}
.ser-banner:hover .round_img img {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}
.round_img img {
    -webkit-transition: -webkit-transform .8s ease-in-out;
    -moz-transition: -moz-transform .8s ease-in-out;
    -o-transition: -o-transform .8s ease-in-out;
    -ms-transition: -ms-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}
.round_img {
    position: absolute;
    right: 0;
    top: 0;
}
.offer-content .text1 a:hover,.offer-content .text1 a:focus,.offer-content .text2 a:hover,.offer-content .text2 a:focus{
color: #1f2022;
}

.nav-inner-cms {
    border-top: 1px solid #d8d8d8;
	border-bottom: 2px solid #d8d8d8;
	margin-bottom:20px;
	background-color:#fff;
	margin-top:178px;
	position:relative;
}

.common-home .nav-inner-cms {margin-bottom:0px}

.subbanner-cms3{
margin-bottom:45px;
}

.subbannercmspart1{float:left}

.subbannercmspart2{float:right}

.subbanner-cms2 {
    margin-top: 0px;
	margin-bottom: 40px;
	width: 100%;
	position: relative;
	overflow: hidden;	
}

.subbanner-cms2 .sub-heading{
display:none;
}
.subbannerpart2 {
	width: 60.3%;
}
.subbannerpart1,.subbannerpart2,.subbannerpart3 {float:left}

.subbanner-one {
	margin-right: 20px;
	position: relative;
	overflow: hidden;
}
.subbanner-two{margin:0 0px;}

.subbanner-three{margin-left:20px}

.subbannerpart2 .img1 {
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}
.subbannerpart2 .img2 {
	position: relative;
	overflow: hidden;
}


 @-webkit-keyframes fixedAnimRight{0%{right:125%;}125%{right:0;}}
@-moz-keyframes fixedAnimRight{0%{right:125%;}125%{right:0;}}
@keyframes fixedAnimRight{0%{right:125%}125%{right:0;}}

.subbanner-two .img1 a::before, .subbanner-two .img2 a::before {
	background: rgba(255,255,255,0.1);
	content: "";
	bottom: 0;
	right: 0;
	height: 0;
	width: 0;
	position: absolute;
	margin: auto;
	-webkit-transition: all 0.6s ease;
	-webkit-transition-delay: 0s;
	-moz-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
	z-index: 1;
}

.subbanner1 a::before , .subbanner-one a::before{
	background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%) repeat scroll 0 0;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	right: -30%;
	top: 0;
	transform: skewX(-25deg);
	-webkit-transform: skewX(-25deg);
	-moz-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	-o-transform: skewX(-25deg);
	width: 50%;
	z-index: 2;
}
.subbanner-two .img1 a::after, .subbanner-two .img2 a::after {
	background: rgba(255,255,255,0.1);
	content: "";
	top: 0;
	left: 0;
	height: 0;
	width: 0;
	position: absolute;
	margin: auto;
	-webkit-transition: all 0.6s ease;
	-webkit-transition-delay: 0s;
	-moz-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
	z-index: 2;
}
.subbanner-two .img1 a:hover::after, .subbanner-two .img1 a:hover::before, .subbanner-two .img2 a:hover::after, .subbanner-two .img2 a:hover::before {
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.6s ease;
	-webkit-transition-delay: 0s;
	-moz-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
.subbanner1 a:hover::before , .subbanner-one a:hover::before {
	animation: 0.5s ease 0s normal none 1 running fixedAnimRight;
	animation: 0.5s ease 0s normal none 1 running fixedAnimRight;
	-webkit-animation: 0.5s ease 0s normal none 1 running fixedAnimRight;
	-moz-animation: 0.5s ease 0s normal none 1 running fixedAnimRight;
}

/* CMS */

/* --------- */	
.box .box-content ul.dropmenu{
	position: relative;
	margin: 0px;
	padding: 0px;
	display:block;
	font-size: 12px;
	z-index:9;
}
.box .box-content .dropmenu li{
	position: relative;
	list-style: none;
	margin: 0px;
	/*display: block;*/
	cursor: default;
    padding: 0px;
}
.dropmenu li:hover{	

}

.box .box-content .dropmenu .categorycolumn {
    display: inline-block;
    margin: 0 0 5px;
    position: relative;
    width: 32.9%;
}

.categorycolumn ul{float:left;}

.box .box-content ul.dropmenu li[class^="menu"]{
	background-image:url("../image/megnor/category-icon.png");
	background-repeat:no-repeat;
	padding:9px 0px 9px 55px;
	height: 40px;
	display:block;
}

.box .box-content ul.dropmenu > li:hover{}

.box .box-content ul.dropmenu > li.activ-cat:hover:after{
opacity:1;
-webkit-opacity:1;
-moz-opacity:1;
-khtml-opacity:1;
}

.box .box-content ul.dropmenu li.menu_1{background-position:5px 0px}

.box .box-content ul.dropmenu li.menu_1:hover{background-position:5px -47px}

.box .box-content ul.dropmenu li.menu_2{background-position:5px -93px}

.box .box-content ul.dropmenu li.menu_2:hover{background-position:5px -140px}

.box .box-content ul.dropmenu li.menu_3{background-position:5px -186px}

.box .box-content ul.dropmenu li.menu_3:hover{background-position:5px -233px}

.box .box-content ul.dropmenu li.menu_4{background-position:5px -280px}

.box .box-content ul.dropmenu li.menu_4:hover{background-position:5px -326px}

.box .box-content ul.dropmenu li.menu_5{background-position:5px -374px}

.box .box-content ul.dropmenu li.menu_5:hover{background-position:5px -423px}

.box .box-content ul.dropmenu li.menu_6{background-position:5px -470px}

.box .box-content ul.dropmenu li.menu_6:hover{background-position:5px -515px}

.box .box-content ul.dropmenu li.menu_7{background-position:5px -561px}

.box .box-content ul.dropmenu li.menu_7:hover{background-position:5px -608px}

.box .box-content ul.dropmenu li.menu_8{background-position:5px -653px}

.box .box-content ul.dropmenu li.menu_8:hover{background-position:5px -700px}

.box .box-content ul.dropmenu li.menu_9{background-position:5px -753px}

.box .box-content ul.dropmenu li.menu_9:hover{background-position:5px -807px}

.box .box-content ul.dropmenu li.menu_10{background-position:5px -858px}

.box .box-content ul.dropmenu li.menu_10:hover{background-position:5px -908px}

.box .box-content ul.dropmenu li.menu_11{background-position:5px -955px}

.box .box-content ul.dropmenu li.menu_11:hover{background-position:5px -1000px}

.box .box-content ul.dropmenu li.menu_12{background-position:5px -1045px}

.box .box-content ul.dropmenu li.menu_12:hover{background-position:5px -1094px}

.box .box-content ul.dropmenu li.menu_13{background-position:5px -1145px}

.box .box-content ul.dropmenu li.menu_13:hover{background-position:5px -1195px}

.box .box-content ul.dropmenu li.menu_14{background-position:5px -1248px}

.box .box-content ul.dropmenu li.menu_14:hover{background-position:5px -1296px}

.box .box-content ul.dropmenu li.menu_15{background-position:5px -1345px}

.box .box-content ul.dropmenu li.menu_15:hover{background-position:5px -1397px}

.box .box-content ul.dropmenu li.menu_16{background-position:5px -1345px}

.box .box-content ul.dropmenu li.menu_16:hover{background-position:5px -1397px}

.box .box-content ul.dropmenu li.hidden_menu{
	background-image:url("../image/megnor/category-icon.png");
	background-repeat:no-repeat;
	padding:9px 0px 9px 55px; 
	background-position:5px -1442px
}

.dropmenu li a{
	display: block;
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;
}
.dropmenu li a:hover{
}
.dropmenu li span{
	display: none;
	float: right;
	height: 10px;
	width: 6px;
	position: absolute;
	top: 8px;
	right: 10px;
}

.dropmenu li span:before{
content:"\f105";
font-family:"FontAwesome";
font-size:14px;
color:#1f2022;
}

.dropmenu li:hover span {
display:block;
}


.box .box-content .dropmenu li a:hover,.box .box-content .dropmenu li a:focus{
color:#ffed00;
}

.dropmenu li:hover ul, .dropmenu li:hover div{
	display: inline;
	transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	opacity:1;
	-webkit-opacity:1;
	-moz-opacity:1;
	-khtml-opacity:1;
}

.dropmenu li ul.category-wrapper, .dropmenu li div.category-wrapper,.dropmenu li:hover ul.category-wrapper, .dropmenu li:hover div.category-wrapper{
width:auto;
left:-1px;
top:48px;
transform:scale(1);
-webkit-transform:scale(1);
-moz-transform:scale(1);
-ms-transform:scale(1);
-o-transform:scale(1);
opacity:1;
-webkit-opacity:1;
-moz-opacity:1;
-khtml-opacity:1;
padding:0px;
border:1px solid #d8d8d8;
display:none;
width:250px;
transition:initial;
-webkit-transition:initial;
-moz-transition:initial;
-ms-transition:initial;
-o-transition:initial;
}

.dropmenu li div.category-wrapper ul{
padding:10px 0;
}

.box .box-content ul.dropmenu li.hidden_menu.active span:before{
content:"\f107";
}
.dropmenu ul, .dropmenu div{
	position: absolute;
	display: none;
	width: 460px;
	left: 249px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	z-index: -1;
}
.dropmenu li div ul{
	border: none;
	background: none;
	position: relative;
	display: block;
	left: 0px;
}
.dropmenu ul li{
	float: none;
}

.dropmenu div ul{
	position: relative;
	display: block;
}

.dropmenu li div{
	background-color: #fff;
	padding: 15px 25px;
	display: none;
	position: absolute;
	border:1px solid #d8d8d8;
	border-left:none;
}

.dropmenu .submenu {background-color: #f8f8f8;}

ul.category-wrapper {
    display: none;
}

.megnorcategory .dropmenu li li.categorycolumn > a{
color:#1f2022;
font-weight:500;
text-transform:capitalize;
font-size:14px;
margin-bottom:10px;
}

.megnorcategory .dropmenu li li.categorycolumn > a:hover,.megnorcategory .dropmenu li li.categorycolumn > a:focus{
color:#ffed00;
}

.megnorcategory .box-content ul ul ul{

}
#product-category #list-view {
    margin-left: 10px;
}
.megnorcategory .dropmenu .categorycolumn li a {
color:#808080;
text-transform:capitalize;
float:left;
padding:1px 0;
clear:both;
}

.megnorcategory .dropmenu .categorycolumn li a:hover,.megnorcategory .dropmenu .categorycolumn li a:focus {
color:#1f2022;
}
.box .box-content .box-category {
    padding: 10px 0;
}
.box .box-content ul li ul li {
    padding: 5px 0px;
}

.box .box-content ul , #content .content ul { 
	padding:0px;
	margin:0px;
	list-style:none;
}
.box .box-content ul li{
	line-height:22px;
	padding:5px 18px;
}
#content .content ul li {
	line-height:22px;
	padding:5px;
}
.box .box-content ul li ul li + li{border-top:medium none;}
.box .box-content ul li a , #content .content ul li a{
	padding:0px;
	color: #1f2022;
	text-transform:capitalize;
    font-size: 13px;
    font-weight: normal;
}
.box .box-content ul li a + a , .box .box-content ul li a + a:hover{ background:none; padding-left:0; }
.box .box-content ul li a:hover , #content .content ul li a:hover{
color: #ffed00;
}

.box .box-content ul ul{  
    margin-left: 0px;
	width:100%;
	z-index:99;
	/*padding:25px;*/
	padding:0px;
	margin-left:15px;
	display:block
}
.single-banner{margin:20px 0;}

.box .box-content ul li ul li a.activSub:hover, .box .box-content ul li a.activSub:hover {

}
.box .box-content ul li ul li a.activSub, .box .box-content ul li a.activSub {

}

.box .box-content ul ul li ul {/*display:none;*/ /*margin-left:18px;*/ padding:0;}

.box .box-content ul ul li:hover ul {
	display: block;
/*	top: -1px;
    left: 225px;*/
}
.product-block-inner a img{vertical-align:middle;}

.megnorcategory {}

.box.megnorcategory .box-heading{
display:none !important;
position:relative;
float:none;
}

.box.megnorcategory .box-content{
padding-left:0;
padding-right:0;
border-top: 1px solid #d8d8d8;
height: 618px;
}

#column-left .box.megnorcategory .box-content,#column-right .box.megnorcategory .box-content{
margin-bottom:0;
}

.box-category-heading {
    background-color: #1f2022;
    color: #fff;
    padding: 15px 30px 15px 60px;
    font-size: 15px;
    text-transform: uppercase;
    width: 250px;
    display: inline-block;
    float: left;
	margin-right:1px;
	line-height: 21px;
	overflow:hidden;
	position:relative;
	letter-spacing: 0.5px;
}

.box-category-heading:before{
	font-family:"FontAwesome";
	content:"\f0c9";
	font-size:14px;
	color:#FFFFFF;
	padding:15px 17px;
	background-color:#ffed00;
	position:absolute;
	top:0;
	left:0;
}

.shipping-cms {
    display: inline-block;
	background:url(../image/megnor/plane.png) no-repeat scroll left center transparent;
	height: 26px;
    padding-left: 75px;
}

.shipping-text .text1{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #111111;
}

.shipping-text .text2{
	font-weight: 300;
    text-transform: uppercase;
}

.contact-text {
	display: inline-block;
	height: 18px;
	color: #111111;
	background: url(../image/megnor/get-in-touch.png) no-repeat scroll left center  transparent;
	font-size: 13px;
	padding-left: 27px;
	text-transform: uppercase;
}

.contact-text .text1 {
	color:#111111;
	font-weight:500;
	
	text-transform:uppercase;
	display:inline-block;
	
}

.contact-text .text2 {
	color:#f2ab33;
	text-transform:uppercase;
	display:none
}

.content_footer_top {
    background: #0e3455;
}

.footertop-cms .title {font-weight: 500;font-size: 14px;text-transform: uppercase;letter-spacing: 0;color: #fff;}
.footertop-cms .subtitle {font-weight:300; text-transform:capitalize; color:#fff;}

.footerblock {
    display: inline-block;
    width: 24.6%;
	background-image:url(../image/megnor/footer-icon.png);
	background-repeat: no-repeat;
	padding-left:53px !important;
	margin:30px 0;
	position: relative;
}
.footerblock::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 40px;
	left: -50px;
	background: rgba(255,255,255,0.3);
}
.footerblock:first-child::before {
	content: none;
}
.footerblock1{background-position:0px 4px;width: 26%;}
.footerblock2{background-position:0px -271px;width: 24%;}
.footerblock3{background-position:0px -547px;width: 25%;}
.footerblock4{background-position:0px -821px;width: 24%;}

.footerblock1:hover{background-position:0px -133px;}
.footerblock2:hover{background-position:0px -408px;}
.footerblock3:hover{background-position:0px -684px;}
.footerblock4:hover{background-position:0px -958px;}

.footerblock1:hover .title{color:#ffed00;}
.footerblock2:hover .title{color:#ffed00;}
.footerblock3:hover .title{color:#ffed00;}
.footerblock4:hover .title{color:#ffed00;}

.footer_bottom_content {
	padding: 32px 0;
	margin: 75px auto 0px;
	clear: both;
	float: left;
	width: 100%;
}
.footer_bottom_content {
	border-top: 1px solid rgba(255,255,255,0.3);
	text-align: center;
}
.content_footer_bottom {
	width: auto;
	float: right;
	padding: 6px 0 0;
}
.bottomfooter {
	margin: 0;
	text-align: left;
	width: auto;
	float: left;
}

.social-cms {
	float: left;
	margin-top: 20px;
}
.social-cms ul,.payment-cms ul,.app-cms ul{list-style:none; padding:0; margin:0}

.social-cms li {
    display: inline-block;
	padding:0;
	margin:0 5px 0 0;
}

.social-cms li:last-child{margin-right:0}

.social-cms ul li a{
	width:28px; 
	height:28px; 
	font-family:"FontAwesome"; 
	color: #767676;
	background-color:#fff; 
	border-radius:50%; 
	-webkit-border-radius:50%; 
	-moz-border-radius:50%; 
	-khtml-border-radius:50%; 
	padding: 0px 3px;
    display: block;
	font-size:13px;
}

.social-cms ul li a:hover{}

li.facebook a:before{content:"\f09a"; padding: 5px; display:inline-block;}

li.twitter a:before{content:"\f099"; padding: 5px; display:inline-block;}

li.gplus a:before{content:"\f0d5"; padding: 5px; display:inline-block;}

li.linkedin a:before{content:"\f0e1"; padding: 5px; display:inline-block;}


.social-cms ul li.facebook a:hover,.social-cms ul li.facebook a:focus{background-color:#ffed00;}

.social-cms ul li.twitter a:hover,.social-cms ul li.twitter a:focus{background-color:#ffed00;}

.social-cms ul li.gplus a:hover,.social-cms ul li.gplus a:focus{background-color:#ffed00;}

.social-cms ul li.linkedin a:hover,.social-cms ul li.linkedin a:focus{background-color:#ffed00;}

.social-cms ul li a:hover,.social-cms ul li a:focus{color:#000;}


.app-cms{display:inline-block;}

.app-cms li{display:inline-block; margin-right:10px; vertical-align: text-top;}

.app-cms li:last-child{margin:0}

.payment-cms{float:right; text-align:left}

.app-cms li.playstore a {
    background-position: 0 0;
}
.app-cms li.appstore a {
    background-position: -117px 0;
}
.app-cms li.windowsstore a {
    background-position: -237px 0;
}
.app-cms li a {
    background-attachment: scroll;
    background-image: url("../image/megnor/play-store.png");
    background-repeat: no-repeat;
    float: left;
    height: 31px;
    width: 108px;
}


.payment li a:before{content:""; font-family:"FontAwesome"; font-size: 32px; display:block}

.payment li{display:inline-block; margin-left:10px; margin-top:10px;}

.payment li a{display:block; color: rgba(255,255,255,0.5);}

.payment li a:hover,.payment li a:focus{color:#fff;}

.payment li.visa a:before{content:"\f1f0"}
.payment li.paypal a:before{content:"\f1f4"}
.payment li.mastercard a:before{content:"\f1f1"}
.payment li.discover a:before{content:"\f1f2"}
.payment li.americanexpress a:before{content:"\f1f3"}
.btn.btn-danger.btn-block {
	height: 36px;
	margin: 0;
}
/* End CMS */

/* Tab cms */

.category_tab {
    margin-top: 54px;
	position:relative;
}

.category_tab .nav-tabs {
    line-height: normal;
    float: right;
    margin-right: 60px;
	margin-top: -35px;
	padding:0;
	border-bottom:medium none;
}
.etabs {
    display: inline-block;
    float: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.category_tab ul li {
    display: inline-block;
    float: left;
    list-style: none outside none;
    position: relative;
    text-align: center;
	background:url(../image/megnor/pipe.gif) no-repeat scroll right center;
	padding-left: 5px;
    padding-right: 5px;
	margin-bottom:0;
}
 .category_tab .nav-tabs li.active, .htabs .etabs li .selected {
	background: none;
}
.category_tab .owl-item .col-lg-12{padding:0;}
.category_tab .tab-pane{
	padding:10px 0 !important;
	border:medium none !important;
	margin:0 -7px;
	min-height:410px;
	text-align:center;
	vertical-align:middle;
}
.category_tab .tab-pane > img {
    margin: 150px auto;
}

.category_tab ul li:last-child {background:none}

.category_tab ul li a {
	border: medium none !important;
	color: #1f2022;
	display: block;
	float: left;
	font-size: 13px;
	font-weight: 400;
	line-height: normal;
	margin: 0;
	padding: 8px 15px;
	text-align: center;
	text-transform: uppercase;
	transition: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
}



.htabs a:hover, .htabs a:focus, .categorytab .nav-tabs a:hover, .categorytab .nav-tabs a:focus {
	color: #fff;
	background-color: #e40046;
}
.category_tab ul li.active a/*, .htabs a:hover, .htabs a:focus*/{
	background: #f15b3a;
	color:#fff;
}

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

.categorytab .tab-pane .owl-prev {
	right: 30px !important; 
	left:auto !important;
}
.categorytab .tab-pane .owl-prev span {
	background: url(../image/megnor/arrow.png) no-repeat scroll 5px 0px;
    border: medium none;
    cursor: pointer;
	display:block;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.categorytab .tab-pane .owl-carousel .owl-buttons div { top: -40px; }
	
.categorytab .tab-pane .owl-carousel .owl-buttons div span{width: 15px; height: 25px;}

.categorytab .tab-pane .owl-next {right: 10px !important;}

.categorytab .tab-pane .owl-next span {
	background: url(../image/megnor/arrow.png) no-repeat scroll -15px 0px transparent;
    border: medium none;
    cursor: pointer;
	display:inline-block;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.categorytab .tab-pane .owl-next:hover span {
    background-position: -15px -33px;
    text-decoration: none;
}
.categorytab .tab-pane .owl-carousel .owl-buttons .owl-prev, .categorytab .tab-pane .owl-carousel .owl-buttons .owl-next, .categorytab .tab-pane .owl-carousel .owl-buttons div{
	opacity:1;
	-webkit-opacity:1;
	-moz-opacity:1;
	-khtml-opacity:1;
}


.categorytab .owl-item .col-lg-12{padding:0;}


/* End Tab cms */


/*Megnor Blog CSS */ 
.box-product .blog-items { display:inline-block; float:left; }
 

.blog-left { float:left; position:relative; max-width: 100%; padding:0 5px 0 5px;}
.blog-image{position:relative; overflow:hidden}
.blog-left .blog-image img  { width:100%; height:100%; padding:0; border:none} 
.blog-right {float:left;}

.blog-right h4 {
	margin: 15px 0 6px;
	font-size: 15px;
}
.blog-right h4 a {
	color: #000;
}
.blog-right h4 a:hover, .blog-right h4 a:focus {
	color: #e40046;
	text-decoration: none;
}
.view-blog { float:left; width:100%; text-align:left; margin:0 0 10px; }
.read-more { float:left; text-transform:capitalize }
.read-more a{color:#e40046; font-size:13px}
.read-more a:hover {color: #1f2022;}
.read-more .fa{display:none;}

.write-comment { float:right; font-size:13px;}
.date-time { float:left; text-align:left;}

.date-time .fa{display:none;}

.blog_default_width{ width:250px;}

.blog-desc { margin: 0px 0 10px; line-height:20px; display:block; font-size:13px;}
.blog-img {    
	padding: 10px;
    margin-bottom: 10px;
    position: relative;
    background-color: #fff;
	border:1px solid #d8d8d8;
}

.blog-img .img-thumbnail{border:none}
#content h1 {
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    color: #1f2022;
}
.blog-date {
	position: absolute;
    top: 55px;
    color: #fff;
    left: 22px;
    right: auto;
    padding: 14px 20px;
    background-color: rgba(31,32,34,0.5);
	font-size: 14px;
	text-align: center;    
	direction: ltr;
}

.blog-img .img-thumbnail{border:none}

.blog-date { float:right; }
#content #blog-carousel, #content #blog-grid { 
	padding:0px; 
	border:none;  
	overflow: visible
}
#content .box.blogs .box-content {padding:0; margin-left:0px; margin-right:0px; margin-top: 10px;}
#content #blog-carousel .blog-item { float:left; }	 
#content #blog-carousel .product-block, #content #blog-grid .product-block {margin:5px 7px;}
#content #blog-carousel .product-block:hover , #content #blog-grid .product-block:hover  { box-shadow:none; -webkit-box-shadow:none; -moz-box-shadow:none; }
#blog-carousel .owl-pagination { bottom:-5px; display:none}

#blog-carousel .owl-controls .owl-buttons .owl-prev {
	right: 35px;
	top: -45px;
	left: auto;
	color: #d8d8d8;
	width: 25px;
	height: 25px;
	text-align: center;
	padding: 0;
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
}
 
#blog-carousel .owl-controls .owl-buttons .owl-prev:hover{background-position:1px -30px;}
 
#blog-carousel .owl-controls .owl-buttons .owl-next {
	right: 6px;
	top: -45px;
	left: auto;
	color: #d8d8d8;
	width: 25px;
	height: 25px;
	text-align: center;
	padding: 0;
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
}

#blog-carousel .owl-controls .owl-buttons .owl-next:hover{background-position:-16px -30px;}

.single-blog .blog-img{position:relative; margin-bottom:15px;}
.single-blog .panel-default{border:medium none;}
#add-comment .col-sm-10.buttons {
    padding: 0 8px;
}
.single-blog .blog-desc { padding-bottom:10px; }
.single-blog .block-title h3{  padding-top:10px; }
.single-blog .view-comment .panel-default {
    border: medium none;
    box-shadow: none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	background-color: #fafafa;
    border: medium none;
	padding:15px;
}
.view-comment .col-sm-3 .name{font-weight:500; color:#1f2022;}
.view-comment .col-sm-3 .date{color:#b5b5b5;}
.single-blog .view-comment .name, .single-blog .view-comment .date, .single-blog .view-comment .comment-text, .single-blog .view-comment .col-sm-3 {
    width: 100%;
}
.user_icon {
    background-color: #fff;
    border: 1px solid #d8d8d8;
    float: left;
    margin: 2px 15px 15px 0;
    padding: 10px 15px;
}
.comment_info{margin-left:58px;}
.comment_info .comment-text{margin-top:12px;}
.view-comment{clear:both;}
.comment-wrapper {
	float:right;
	margin-top:10px;
	margin-right:15px;
}

/*Megnor Blog light-box CSS */ 

.blog-left:hover .post-image-hover::before {
    opacity: 1;
	-webkit-opacity:1;
	-moz-opacity:1;
	-khtml-opacity:1;
    transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-ms-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate3d(0px, 0px, 0px);
}
.post-image-hover::before {
	background : -ms-linear-gradient(top, rgba(31, 32, 34, 0) 0%, rgba(31, 32, 34, 0.8) 55%);
	background : -moz-linear-gradient(top, rgba(31, 32, 34, 0) 0%, rgba(31, 32, 34, 0.8) 55%);
	background : -o-linear-gradient(top, rgba(31, 32, 34, 0) 0%, rgba(31, 32, 34, 0.8) 55%);
	background : -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(31, 32, 34, 0)), color-stop(55, rgba(31, 32, 34, 0.8)));
	background : -webkit-linear-gradient(top, rgba(31, 32, 34, 0) 0%, rgba(31, 32, 34, 0.8) 55%);
	background : linear-gradient(to bottom, rgba(31, 32, 34, 0) 0%, rgba(31, 32, 34, 0.8) 55%);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
	-webkit-opacity:0;
	-moz-opacity:0;
	-khtml-opacity:0;
    position: absolute;
    top: 0;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
	-webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
	-moz-transition: opacity 0.35s ease 0s, -moz-transform 0.35s ease 0s;
	-ms-transition: opacity 0.35s ease 0s, -ms-transform 0.35s ease 0s;
	-o-transition: opacity 0.35s ease 0s, -o-transform 0.35s ease 0s;
    width: 100%;
}

.post-image-hover {
    height: 100%;
    position: absolute;
    top: 0;
	left:0;
     transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-ms-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate3d(0px, 0px, 0px);
    width: 100%;
}

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

.blog-item .blog-left .blog-image .post_hover, .blog-left-content .blog-image .post_hover {
	bottom: 0;
	display: inline-block;
	height: 44px;
	left: 0;
	margin: auto;
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 90px;
}
.blog-item .blog-left .blog-image .zoom, .blog-left-content .blog-image .zoom {
	background: rgba(0, 0, 0, 0.3);
	border: 2px solid #FFFFFF;
	color: #fff;
	display: inline-block;
	margin-right: 0px;
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	padding: 8px 12px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	z-index: 10;
	position: absolute;
	left: 30px;
}
.blog-item .blog-left .blog-image .readmore_link, .blog-left-content .blog-image .readmore_link {
	background: rgba(0, 0, 0, 0.3);
	border: 2px solid #FFFFFF;
	color: #fff;
	display: inline-block;
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	padding: 8px 12px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	z-index: 10;
	position: absolute;
	right: 27px;
}
.blog-item:hover .product-block .blog-left .post_hover, .blog-left-content:hover .blog-image .post_hover {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-kkhtml-opacity: 1;
	transition: all 0.1s ease 0s;
	-moz-transition: all 0.1s ease 0s;
	-webkit-transition: all 0.1s ease 0s;
	-ms-transition: all 0.1s ease 0s;
	-o-transition: all 0.1s ease 0s;
}
.blog-item:hover .blog-left .blog-image .zoom .fa, .blog-item:hover .blog-left .blog-image .readmore_link .fa {
	font-size: 14px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.blog-item:hover .product-block .blog-left .zoom, .blog-left-content:hover .blog-image .zoom {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-kkhtml-opacity: 1;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	left: 0;
}
.blog-item .blog-left .blog-image .zoom {
	border: 2px solid #d8d8d8;
	color: #fff;
	display: inline-block;
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	padding: 8px 0;
	height: 40px;
	width: 40px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	z-index: 10;
}
.blog-item:hover .product-block .blog-left .readmore_link, .blog-left-content:hover .blog-image .readmore_link {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-kkhtml-opacity: 1;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	right: 0;
}
.blog-item .blog-left .blog-image .readmore_link {
	border: 2px solid #d8d8d8;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	padding: 9px 0;
	height: 40px;
	width: 40px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	z-index: 10;
}
.blog-item .blog-left .blog-image .zoom:hover, .blog-item .blog-left .blog-image .readmore_link:hover {
	color: #e40046;
	border-color: #e40046;
}
.blog-item .blog-left .blog-image .zoom:hover, .blog-item .blog-left .blog-image .readmore_link:hover, .blog-left-content .blog-image .zoom:hover, .blog-left-content .blog-image .readmore_link:hover {
	background: rgba(0, 0, 0, 0.8);
	color: #ffed00;
	border-color: #ffed00;
}
.all-blog .blog-left-content { float:left;  width:100%; }

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

.blog-right-content {
    clear: both;
    float: left;
    width: 100%;
	padding-left: 0px;
    margin-bottom: 15px;
}

.blog-right-content .blog-title {
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.all-blog .blog-desc{margin-bottom:25px;}

.blog-right-content .read-more a {
	padding: 0;
	background-color: #fff;
	font-weight: 400;
	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;
	position: relative;
	display: inline-block;
	white-space: nowrap;
	color: #e40046;
	font-size: 13px;
}
.blog-right-content .read-more a:hover::after {
    color: #000;
}
.blog-right-content .read-more a:hover {
	color: #000;
	background-color: transparent;
	border-color: transparent;
}

.blog-right-content .write-comment a {
    color: #808080;
    font-size: 13px;
}

.write-comment-count{float:left; margin-right:10px;}
.information-blogger-blogs .write-comment {
    float: left;
}
.information-blogger-blogs .panel-body{padding:0; position:relative;}

.information-blogger-blogs .panel-default {
    border: none;
    margin-bottom: 50px;
    padding-bottom: 20px;
	background-color:transparent;
}

.information-blogger-blogs .panel-default:last-child{margin-bottom:0px; padding-bottom:0;}

.blog-left-content:hover .post-image-hover::before {
    opacity:1;
	-moz-opacity:1;
	-webkit-opacity:1;
	-ms-opacity:1;
}

.date-comment{
	width: 100%;
    padding: 10px ;
    background-color: #ffed00;
    float: left; 
	font-family:"Lato",sans-serif;
	position: absolute;
    bottom: -45px;
	z-index:9;
	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;
}
.blog-date {
	position: absolute;
	top: auto;
	color: #fff;
	left: 22px;
	right: auto;
	padding: 6px 15px;
	font-size: 14px;
	text-align: center;
	background: #e40046;
	left: 0;
	right: 0;
	bottom: -20px;
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-ms-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
}
.blog-item:hover .blog-date {
	bottom: 0;
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-ms-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
}

#content #blog-carousel .product-block:hover .date-comment, #content #blog-grid .product-block:hover .date-comment{
	bottom: 0px;
}

.write-comment a,.date-time{color:#fff; font-family:"Lato",sans-serif; font-weight:normal; font-size:14px}

.write-comment a:hover, .write-comment a:focus{color:#fff;}

.comment-wrapper .write-comment a:hover, .comment-wrapper .write-comment a:focus, .comment-wrapper .write-comment a:hover::before{color:#ffed00;}

.information-blogger-blogs .read-more {
	float: none;
	margin: 15px 0 0;
}
.information-blogger-blogs .blog-image {
	margin-bottom: 15px;
	background-position: center center;
	height: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
}
.post-image-hover {
    height: 100%;
    position: absolute;
    top: 0;
    transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-ms-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
    width: 100%;
}

.post-image-hover::before {
	background : -ms-linear-gradient(top, rgba(31, 32, 34, 0) 0%, rgba(31, 32, 34, 0.8) 55%);
	background : -moz-linear-gradient(top, rgba(31, 32, 34, 0) 0%, rgba(31, 32, 34, 0.8) 55%);
	background : -o-linear-gradient(top, rgba(31, 32, 34, 0) 0%, rgba(31, 32, 34, 0.8) 55%);
	background : -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(31, 32, 34, 0)), color-stop(55, rgba(31, 32, 34, 0.8)));
	background : -webkit-linear-gradient(top, rgba(31, 32, 34, 0) 0%, rgba(31, 32, 34, 0.8) 55%);
	background : linear-gradient(to bottom, rgba(31, 32, 34, 0) 0%, rgba(31, 32, 34, 0.8) 55%);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    -moz-transition: opacity 0.35s ease 0s, -moz-transform 0.35s ease 0s;
    -ms-transition: opacity 0.35s ease 0s, -ms-transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, -o-transform 0.35s ease 0s;
    width: 100%;
}

.blog-item:hover .blog-left .post-image-hover::before{
	opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
}
#content .blog-item:hover .blog-image .date-comment {
    bottom: 0;
}
.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: 45%;
}
.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;
	-khtml-opacity:1; 
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.blog-left-content .icon.zoom .fa, .blog-left-content .icon.readmore_link .fa {
    font-size: 14px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.blog-left-content:hover .blog-image .zoom .fa, .blog-left-content:hover .blog-image .readmore_link .fa{
	font-size:14px; 
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.all-blogs .panel-body .zoom .fa.fa-search-plus::before {
    border: 2px solid #d8d8d8;
    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:15px 0;
    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;
	height:50px;
	width:50px;
}
.all-blogs .panel-body .zoom:hover .fa.fa-search-plus::before, .all-blogs .panel-body .readmore_link:hover .fa.fa-link::before{color:#ffed00; border-color:#ffed00;}

.all-blogs .panel-body .readmore_link .fa.fa-link::before{
    border: 2px solid #d8d8d8;
    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:15px 0;
    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;
	height:50px;
	width:50px;
}

#add-comment .col-sm-10 {
    width: 75%;
}

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

#add-comment .col-sm-10.buttons.text-center {
width:60.5%;
}

.blogs .buttons,#blog-carousel .owl-pagination{display:none}

/*Megnor Blog light-box CSS */ 

/*Megnor Blog CSS */ 


/* Datetimepicker Css */
.bootstrap-datetimepicker-widget {
	border-radius:0 !important;
    -webkit-border-radius:0 !important;
    -moz-border-radius:0 !important;
    -khtml-border-radius:0 !important;
}

.bootstrap-datetimepicker-widget td,
.bootstrap-datetimepicker-widget th {
border-radius:0 !important;
-webkit-border-radius:0 !important;
-moz-border-radius:0 !important;
-khtml-border-radius:0 !important;
}

.bootstrap-datetimepicker-widget td.day:hover,
.bootstrap-datetimepicker-widget td.hour:hover,
.bootstrap-datetimepicker-widget td.minute:hover,
.bootstrap-datetimepicker-widget td.second:hover{
	background:#f3f3f3 !important;
}

.bootstrap-datetimepicker-widget td.today:before {border-bottom: 7px solid #ffed00 !important;}

.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover{
	background-color:#ffed00 !important;
	color: #161b1e !important;
}

.bootstrap-datetimepicker-widget td.active.today:before {
	border-bottom-color:#161b1e !important;
}

.bootstrap-datetimepicker-widget td span {
    border-radius:0 !important;
    -webkit-border-radius:0 !important;
    -moz-border-radius:0 !important;
    -khtml-border-radius:0 !important;
    background-color: #f3f3f3 !important;
}

.bootstrap-datetimepicker-widget td span:hover {background: #ffed00 !important; color:#FFFFFF;}

.bootstrap-datetimepicker-widget td span.active {
	background-color: #ffed00 !important;
    color: #FFFFFF !important;
}

.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
background:#f3f3f3 !important;
}

.bootstrap-datetimepicker-widget td span.old:hover{color:#fff !important;}

.picker-switch.accordion-toggle .btn{border:none; background-color:#ffed00; color:#000;}

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

.bootstrap-datetimepicker-widget td.day.active:before {
    border-bottom: 7px solid #fff !important;
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-top-color: rgba(0,0,0,.2);
    position: absolute;
    bottom: 4px;
    right: 4px;
}


.bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover {
    background-color: #ffed00 !important;
    color: #000 !important;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}

.bootstrap-datetimepicker-widget a[data-action]{border:none;}
/* End Datetimepicker Css */

.product-block .image .hover-image, #column-right .image .hover-image, #column-left .image .hover-image{
position: absolute;
width: 100%;
height:100%;
top:0;
left:0;
right:0;
opacity:0;
-webkit-opacity:0;
-moz-opacity:0;
-khtml-opacity:0;
transition: all 0.8s ease;
-webkit-transition: all 0.8s ease;
-moz-transition: all 0.8s ease;
-ms-transition: all 0.8s ease;
-o-transition: all 0.8s ease;
}

.product-block .image:hover .hover-image, #column-right .image:hover .hover-image, #column-left .image:hover .hover-image{
opacity:1;
-webkit-opacity:1;
-moz-opacity:1;
-khtml-opacity:1;
}

#form-review .col-sm-2, #form-review .col-sm-10{width:100%;}
.container h1, .container h2{color:#1f2022; font-weight:400; margin-bottom:20px;}
#content h3{color:#1f2022; margin-bottom:10px; font-weight:400;}
#form-review > h3{font-size:16px; font-weight:500;}
#content h3.product-title, #content h3.product-option{margin-bottom:10px;}
.breadcrumb + .row {
    clear: both;
}
#content table thead tr td{
	background:#f5f5f5 none repeat scroll 0 0;
	color:#303030;
	font-weight:500;
}
.zoomWindowContainer .zoomWindow {
}
.account-account #content ul.list-unstyled{margin-bottom:25px;}
.breadcrumb {
    padding: 0;
    margin-bottom: 15px;
    list-style: none;
	position:relative;
	background: transparent;
}
#carousel-0.banners-slider-carousel .customNavigation a{
	opacity:0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity:0;
}
#carousel-0.banners-slider-carousel:hover .customNavigation a{
	opacity:1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity:1;
	 transition: none;
	-moz-transition: none;
	-webkit-transition:none;
	-ms-transition: none;
	-o-transition: none;
}

/* Auto Search Css*/

.result-search-autocomplete
{
display: none;
position: absolute;
z-index: 1000;
background-color: #FFF;
border: 1px solid #d8d8d8;
top:40px;
overflow:hidden;
}
.result-search-autocomplete > ul > li > a:hover h4, .result-search-autocomplete > ul > li > a:focus h4{
	color:#ffed00;
}
.result-search-autocomplete h4
{
  	color: #000;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3em;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    white-space: nowrap;
	margin:0;
}
.result-search-autocomplete h5
{
font-size: 14px;
    margin-top: 3px;
    color: #1e1f22;
}
.result-search-autocomplete h5 i
{
color: #b5b5b5;
font-style: normal;
font-size: 14px;
text-decoration: line-through;
}
.result-search-autocomplete h6
{
text-transform: uppercase;
  	font-size: 9px;
  	font-weight: 700;
  	color: #0876e6;
  	display: block;
  	margin-top: 8px;
  	text-align: right;
}
.result-search-autocomplete ul, li
{
list-style-type: none;
margin: 0;
padding: 0;
}
.result-search-autocomplete-image
{
height: 65px;
margin-left: 15px;
border:1px solid #d8d8d8;
}
.col-md-3.row-result-search-autocomplete-image {
    padding: 0;
    width: 19%;
}
.col-md-6.result-info{padding:0;}
.result-search-autocomplete > ul
{
	max-height: 345px;
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

.result-button .btn.tagdattruoc{
	background-color: #ffed00;
    border: medium none;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 13px;
    font-weight: normal;
    padding: 8px 12px;
    text-align: center;
    text-transform: uppercase;
}
.result-search-autocomplete > ul >li >a
{
position: relative;
  	display: block;
  	overflow: hidden;
  	padding: 6px;
  	text-decoration: none;
}
.result-search-autocomplete > ul >li 
{
	display: block;
  	background: #fff;
  	overflow: hidden;
  	list-style: none;
  	float: none;
}
.result-search-autocomplete > ul >li > a:hover button
{
color: #FFF;
}
.tagdattruoc {
  background: #3498db;
  border: 1px solid #0679c6;
  font-size: 11px;
  color: #fff;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  margin-top: 18px;
}
.tagdattruoc :hover{color: #FFF;}


.search_box .form-control-select {
	padding: 8px 15px !important;
	width: 100% !important;
	border-radius: 0;
	height: 40px !important;
	text-transform: uppercase;
	line-height: 23px;
	border: 1px solid #15BCF0;
	box-shadow: none !important;
	color: #000;
	background-color: #fff;
}
#searchbox .form-control.input-lg {
	background: #fff;
	float: left;
	width: 70.5%;
	border-color: #15BCF0;
	color: #c3c3c3;
	padding: 10px 40px 10px 16px;
}
#searchbox .form-control.input-lg::placeholder {color: #c3c3c3;}
#searchbox .form-control.input-lg::-webkit-placeholder {color: #c3c3c3;}
#searchbox .form-control.input-lg::-moz-placeholder {color: #c3c3c3;}
#searchbox .form-control.input-lg::-ms-placeholder {color: #c3c3c3;}
#searchbox .form-control.input-lg::-o-placeholder {color: #c3c3c3;}
#searchbox .input-group-btn {
	position: absolute;
	right: 33px;
	top: 3px;
}
#searchbox {
	width: 100%;
}
#searchbox .btn.btn-default.btn-lg {
	background: transparent;
	border: none;
	color: #000;
}
.header-search .customSelectInner::after {
	font-family: 'FontAwesome';
	content: '\f0d7';
	font-size: 12px;
	position: absolute;
	right: 15px;
	top: 10px;
}
.header-search .customSelectOpen .customSelectInner:after {
	font-family: 'FontAwesome';
	content: '\f0d8';
	font-size: 12px;
	position: absolute;
	right: 15px;
}

/* End Auto Search Css*/

.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:18px !important;}
.alert.alert-success.animated span a{color:#fff;}
.alert.alert-success.animated span .fa.fa-check-circle{color:#9bcf85;}
.alert.alert-success.animated button.close{
	opacity:1; 
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity:1;
	color:#fff;
}
.account-login .well .form-group a, .affiliate-login .well .form-group a{line-height:30px;}

.form-group.qty {
    clear: both;
    overflow: hidden;
    position: relative;
}
#button-cart, .productpage .form-group.qty .wishlist, .productpage .form-group.qty .compare{float:left;}
.productpage .form-group.qty .wishlist{margin:0 2px;}

.owl-carousel .item .image-container{float:left;}
.list-group-item.title {font-weight: 700;}
.customSelectInner {
	background: url('../image/megnor/select-arrow-down.gif') no-repeat center right;
	width: 100% !important;
}
.customSelectOpen .customSelectInner{ background:url('../image/megnor/select-arrow-up.gif') no-repeat center right; 
	width: 100% !important;
}
.header-search .customSelectInner ,.header-search .customSelectOpen .customSelectInner{background:none;}
#top-links a .fa {
	padding: 5px 5px;
	display: none;
}

@media (width: 1200px) {
.product-grid .product-thumb .button-group button{width:70%; padding-left:1px; padding-right:1px;}
.product-grid .product-thumb .button-group button + button{width:15%;}
}

@media (max-width: 1200px) {
	.product-info .image-additional { width: 325px;}
	#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;}
	.blog-right { width:100%; }
	.product-list .product-thumb .button-group button{width:140px;}
	.product-list .product-thumb .button-group button+button{width:40px;}	
	.col-md-3.row-result-search-autocomplete-image{width:auto;}
	.col-md-6.result-info{padding:0 15px;}
	#banner0 img, #banner1 img, #banner2 img{max-width:100%;}
}


@media (max-width: 1200px) and (min-width:1024px){
	.header-right{width:74%;}
	.header-left{padding-right:10px; width:26%;}
	#search .input-lg{width:235px}
	#search .col-sm-3.sort{width:37%;}
	.col-sm-5.header-search{width:72%;}
	#search{width:100%;}
	.product-thumb .button-group button.addtocart {width: 55%;}
	.box.related .product-thumb .button-group button.addtocart {width: 54.9%;}
	.addtocart .hidden-xs.hidden-sm.hidden-md {display: block !important;}
	.search_box .form-control-select {padding: 8px 10px !important;}
	#searchbox .form-control.input-lg {width: 69.5%;}
	#search .input-lg{width:400px;}
	.main-menu ul > li > a{padding:16px 20px 15px;}
	.main-menu ul > li:first-child > a{padding:16px 20px 15px 8px;}
	.subbanner-cms2 .content-inner img, .ser-banner img{width:100%;}
	.subbannerpart1, .subbannerpart3 {width: 40.3%;}
	.category_img img{max-width:100%;}
	.subbannerpart2 {width: 59.7%;}
	.cat-desc{width:55%;}
	.category .image{width:45%}
	.blog-left .blog-image img{height:auto; width:100%;}
	#top-links ul.list-inline li{padding: 0 7px 0 0px}
	#form-language{padding: 0 2px 0 0px; margin-right: 3px;}
	.lang-curr{margin-left:0;}
	.dropmenu ul, .dropmenu div{left:197px;}
	#footer .column{margin-right:21px;}
	#footer .column.col-sm-3.newsletter{margin-right:0; width:19%;}
	.service-banner .ser-banner{width:100%;}
	.ser-banner .round_img{margin:23px 10px;}
	.ser-text1, .ser-text2{font-size:13px;}
	.ser-text3{font-size:11px;}
	.service-banner .ser-banner{padding:21px 12px;}
	.categoryblock{width:50%;}
	#banner0 img, #banner1 img, #banner2 img{max-width:100%;}
	.footerblock2 {width: 23%;}
	.footerblock::before {left: -30px;}
	.common-home footer {border-top: 15px solid #fff;}
	.footer_bottom_content {margin: 55px auto 0px;}
	.product-grid .product-thumb .button-group button.addtocart {width: 54.9%;}
	#top-links .list-inline .hidden-xs.hidden-sm.hidden-md {
	display: inline-block !important;
}

}

@media (max-width: 1023px) and (min-width:980px){

.header-left{padding-right:10px;}
.service-banner .ser-banner {width:100%;}
#search{width:91%;}
#searchbox .form-control.input-lg {width: 69.5%;}
.col-sm-5.header-search{width:71.8%;}
#search .input-lg{width: 412px;}
#search .col-sm-3.sort{width:37%;}
.blog_grid_holder.carousel-1 {margin-left:0;margin-right:0;}
#column-left .product-block-inner .addtocart {margin-top: -25px;}
.offer-part2{width:68.2%}
.subbanner-cms1{width:29.5%}
.box-category-heading{width:197px;}
.subbannerpart1,.subbannerpart3{width:40%}
.categoryblock {width: 50%;}
.ser-text1, .ser-text2 {font-size: 13px;}
.subbanner-cms2 .content-inner img, .ser-banner img { width: 100%;}
.ser-text3 {font-size: 11px;}
.subbannerpart2{width:59.3%;}
.blog-module .owl-carousel .owl-item{padding:0 5px 0 5px;}
.addtocart .hidden-xs.hidden-sm.hidden-md {display: block !important;}
.product-thumb .button-group button.addtocart {width: 55%;}
.box.related .product-thumb .button-group button.addtocart {width: 54.9%;}
.product-grid .product-thumb .button-group button.addtocart {width: 54.9%;}
.subbannercmspart1,.subbannercmspart2{width:49%}
.cat-desc{width:55%;}
.category .image{width:45%}
.blog-left .blog-image img{height:180px}
#top-links ul.list-inline li{padding: 0 7px 0 0px}
#form-language{padding: 0 2px 0 0px; margin-right: 3px;}
.lang-curr{margin-left:0;}
.dropmenu ul, .dropmenu div{left:197px;}
.rating .fa-stack, #review .fa-stack{width:11px;}
.offer-part1:hover .text1, .offer-part2:hover .text1{
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
}
.dropmenu li ul.category-wrapper, .dropmenu li div.category-wrapper, .dropmenu li:hover ul.category-wrapper, .dropmenu li:hover div.category-wrapper{width:198px;}
.col-md-3.row-result-search-autocomplete-image {
    float: left;
    width: auto;
}
.col-md-6.result-info {
    float: left;
    padding: 0 15px;
    position: relative;
    width: 70%;
}
.box.megnorcategory .box-content{height:530px;}
.dropmenu li div.category-wrapper{top:40px;}
.footerblock2 {width: 23%;}
.footerblock::before {left: -30px;}
#footer .column {width: 17%;}
#top-links .list-inline .hidden-xs.hidden-sm.hidden-md {
	display: inline-block !important;
}


}

@media only screen and (min-width: 768px) and (max-width: 979px){
	.layout-2.left-col #column-left,.layout-2.right-col #column-right{width:100%; padding:0;}
	.layout-2 #content{width:77.35%;}
	#column-left .product-items .product-details, #column-right .product-items .product-details {float: left;margin: 0px 0 0;}
	.category_img img{max-width:100%;}
}
@media (max-width: 979px) {
/* css for responsive menu */	
    #menu .navbar-nav > li > .dropdown-menu.column2 , #menu .navbar-nav > li > .dropdown-menu.column3 ,#menu .navbar-nav > li > .dropdown-menu.column1{min-width:auto}
	.responsive-menu .top_level {padding: 0;width: 100%;}
	.nav.navbar-nav{display:none;}
	#menu .navbar-header.collapsed {display: block;}
	#logo {margin: 20px 0;display:inline-block;}
#top-links .list-inline .hidden-xs.hidden-sm.hidden-md {
	display: inline-block !important;
}
.cate-heading a {
float: none;}
	.responsive-menu .nav.navbar-nav {height:300px;overflow-y:scroll;  padding: 12px 25px;  background: #fff none repeat scroll 0 0;  position: absolute;  width: 100%;  z-index: 999;box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);left:0;right:0;margin:0 auto;}
	#menu.responsive-menu ul li a.mobile_togglemenu { right:0;background:none;margin-top:0;float: right;    width: 33px;height:33px;}
	.responsive-menu li.toggle {  box-shadow:none;padding:0;float:left;width:100%; margin:5px 0;}
	.top_level.home.home_first {    display: none;}
	#menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li > a {  float: left;}
	#menu.responsive-menu .dropdown:hover .dropdown-menu {  display: none;}
	.blog_grid_holder.carousel-1 {margin-left:0;margin-right:0;}
	.blog-module .owl-carousel .owl-item{padding:0 5px 0 5px;}
	.responsive-menu, .main-menu {display:block;}
	#menu ul li .megamenu.column1 ul.list-unstyled li, .hiden_menu li.top_level {padding: 0 0px; width:102%;}
	.blog-left { padding:0;}
	.cat-desc {display: inline-block;float: none;text-align: center;width: 100%;}
	.cate-heading, ul.subcats {float: none;}
	#menu.responsive-menu .dropdown .dropdown-menu {
		background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	    border: medium none;
	    box-shadow: none;
	    display: none;
	    margin-left: 0 !important;
	    opacity: 1;
	    padding: 0;
	    position: relative;
	    top: 0;
	    transform: scale(1);
	    transform-origin: 0 0 0;
	    width: 100%;
	 	transition: all 0s ease 0s;
	 }
	#menu.responsive-menu ul li a:hover, #menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li > a:hover {
  background-color:#fff;  color: #ffed00;}
	#menu.responsive-menu ul li a , #menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li > a{  color:#808080;
    display: block;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 24px;
    padding: 5px 0;
    text-transform: uppercase;float:left;width:100%;border:none;text-align:left;}
	#menu.responsive-menu .nav.navbar-nav {    padding: 12px 20px;}
	#menu.responsive-menu ul li a.mobile_togglemenu , #menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li > a.mobile_togglemenu { right:0;background:none;margin-top:0;float: right;    width: 33px;height:33px;position:absolute;}
	#menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li > a {    margin: 0;}
	#search .input-lg{width:485px;}
	.col-sm-5.header-search{width:74.8%;}
	#menu.responsive-menu .top_level.dropdown.toggle {  margin: 0; background: none;}
	.nav-container .container #menu .mobile_togglemenu {background: none !important;}
	#menu.responsive-menu ul.nav li .megamenu.column1 ul.childs_1 {  padding: 0 10px 0px; 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;font-size: 12px;    letter-spacing: 0.5px; margin-bottom: 10px;  padding: 0 0 0 10px;}
	#menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li > a{font-size:12px;letter-spacing:0.5px;}
	.top_level.home {    display: none;}
	#menu.responsive-menu .toggle .mobile_togglemenu:before, #menu.responsive-menu ul.nav li .megamenu.column1 ul.list-unstyled li.toggle > a.mobile_togglemenu:before , #menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li.toggle > a.mobile_togglemenu:before {   
	 color: #808080;
    content: "\f067";
    font-family: "FontAwesome";
    font-size: 12px;
    left: auto;
    line-height: 28px;
    position: absolute;
    right: 0;top:0;
	}
	#menu.responsive-menu .toggle.active .mobile_togglemenu:before, #menu.responsive-menu ul.nav li .megamenu.column1 ul.list-unstyled li.toggle.active > a.mobile_togglemenu:before , #menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li.toggle.active > a.mobile_togglemenu:before { 
	color: #808080;
    content: "\f068";
    font-family: "FontAwesome";
    font-size: 12px;
    left: auto;
    line-height: 28px;
    position: absolute;
    right: 0;top:0;
	}
	#menu ul.nav li .megamenu.column1 ul.list-unstyled li.dropdown > a::after{content:"";}
	#menu ul.nav li .megamenu.column1 ul.list-unstyled > li.dropdown .dropdown-menu { padding: 0px 0 3px 10px; margin-bottom:0;}
	#menu.responsive-menu ul.nav li .megamenu ul.childs_1 {  display: block;
    float: left;
    padding: 0;
    width: 100%;}
	#menu.responsive-menu .list-unstyled.childs_1 > li{padding:0;margin:0;}
	#menu.responsive-menu .navbar-nav > li > .dropdown-menu{   margin-bottom: 10px;    padding-left: 10px;  top: 0;}
	/* end css for responsive menu */
	#searchbox .form-control.input-lg {width: 70%;}
	.headertopright {margin-bottom: 20px;}
	.addtocart .hidden-xs.hidden-sm.hidden-md {display: block !important;}
	.header-container{position:relative;}
	.container, footer{top:auto;}
	#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;
	}
	#menu .nav-responsive .expandable{ position:relative;}
	#accordion .form-horizontal .control-label{width:100%;}
	.subbannerpart1,.subbannerpart3{width:31.1%}
	.subbannerpart2{width:37.7%} 
	#column-left .product-block-inner .addtocart {margin-top: -25px;}	
	#search .col-sm-3.sort{width:30%;}

	#search{width:93%;}
	.product-thumb .button-group button.addtocart {width: 54.2%;}
	.subbannerpart1,.subbannerpart3{width:41%;}
	.subbannerpart2{width:59%;}
	.subbannerpart2 .img1{margin-bottom:27px;}
	.subbanner-cms2 .content-inner img{width:100%;}
	#search .col-sm-3.sort{width:35%;}
	.category_img img{max-width:100%;}

	.layout-2.left-col #content,.layout-2.right-col #content,.layout-3 #content{width:100%; padding:0;}

	.main-slider .owl-carousel{width:100%;}

	.main-slider #slideshow0{width:100%;}

	.subbanner-cms1{width:29.6%;}

	.subbannercmspart1,.subbannercmspart2{width:49%;}
	
	.offer-part1{width:42%;}
	
	.offer-part2{width:55.2%;}
	
	.offer-content .text1{font-size:28px;}
	
	.offer-part1:hover .text1, .offer-part2:hover .text1{
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
	}
	#footer .col-sm-3.column .toggle {padding: 0;}
	#footer{padding-top:30px;}
	
	#footer .column ul{margin-bottom:15px;}
	
	#footer .column:after{content:initial;}
	
	.app-cms{float:right;}
	
	.payment-cms{
		float: none;
		display: inline-block;
		margin: 0 0 15px;
		clear: both;
		width: 100%;
		text-align: center;
	}
	.footer_bottom_content {padding: 25px 0;}
	.content_footer_bottom {margin-top: 0px;width: 100%;float: left;padding: 0;}
	.footertop-cms .subtitle{font-size:11px;}
	.footertop-cms .title{font-size:13px;}	
	.category-row{margin-left:-5px; margin-right:-5px;}
	.categoryblock{padding-left:5px; padding-right:5px}
	.category .image{float:none; clear:both; text-align:center}
	.category .image a{display:inline-block;}
	.newsletter #txtemail, .newsletter .input-news {width: 70%;}
	.col-sm-10.subscribe-btn{width:auto;}
	.col-sm-10.subscribe-btn{float:left; clear:both;}
	.header-left{text-align:center; width:100%; padding:0; border:medium none;}
	.col-sm-4.header-logo{float: none;}
	.header-right{width:100%; border:none; padding:0;}
	header{padding:0 0 30px; position:static;}	 
	.layout-2.left-col #column-left, .layout-2.right-col #column-right,.layout-3 #column-left, .layout-3 #column-right,#column-left,#column-right{width:100%; padding:0; display:block !important; clear: both;}
	.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;}
	.box.megnorcategory .box-heading{width:100%;}
	.box-category-heading:before{content:initial;}
	#column-left .container,#column-right .container{padding-left:15px; padding-right:15px;}
	#column-left .box .box-content, #column-right .box .box-content, #column-left .box .filterbox, #column-right .box .filterbox/*,#column-left .box .list-group,#column-right .box .list-group*/{
		display:none; 
		padding: 8px 15px;
		margin-bottom:0;
	}
	
	#column-left .box .list-group,#column-right .box .list-group{display:none}
	
	#column-left .box .box-heading, #column-right .box .box-heading{position: relative; margin: 0;}
	
	#column-left .box,#column-right .box{margin-bottom:20px;}

	#column-right .toggle.active .mobile_togglemenu::before, #column-left .toggle.active .mobile_togglemenu::before {
    content: "\f0d8";
	}
	#column-right .toggle .mobile_togglemenu::before, #column-left .toggle .mobile_togglemenu::before {
		background: transparent none repeat scroll 0 0;
		border: 1px solid #fff;
		color: #fff;
		content: "\f0d7";
		font-family: "FontAwesome";
		font-size: 12px;
		font-weight: bold;
		height: 20px;
		margin: 0;
		position: absolute;
		right: 10px;
		text-align: center;
		top: 10px;
		width: 20px;
	}
	
	#column-left .box .toggle.active .mobile_togglemenu,#column-right .box .toggle.active .mobile_togglemenu{
		background-position:right -52px;
	}
	#column-left .box .box-heading,#column-right .box .box-heading{
		padding-left:15px;
		padding-right:15px;
	}
	#column-left .product-items .product-details, #column-right .product-items .product-details{
		width:auto; margin:0; 
	}
	.product-grid .product-thumb .button-group button.addtocart {width: 54%;}
	.header-container .nav-inner{display:block; border-bottom: none; border-top: none; background-color:#6e8b3d; margin-bottom:20px}
	.common-home .nav-inner{margin-bottom:0;}
	.nav-inner-cms .box-category-heading,.nav-inner-cms .main-menu ul{display:none}
	.nav-responsive span{border:none; padding:15px 0 14px; font-size: 15px; color:#fff;}
	#cms-menu {position:relative;}
	.nav-inner-cms{border:none; margin-bottom:0;}
	.content-top #content{min-height:initial;}
	.contact-info .right{float:left; clear:both; margin-top:20px}
	#column-left .box .box-content, #column-right .box .box-content, #column-left .box .filterbox, #column-right .box .filterbox, #column-left .service-banner .box-content, #column-right .service-banner .box-content{
    display: none;
    padding: 0;
	}
	.service-banner .box-heading{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;	
	background: #6e8b3d;
	padding: 10px 18px;
	font-size: 16px;
	font-weight:700;
	color: #fff;
	text-transform:uppercase;
	letter-spacing:0;
	display:block;
	}
	#testimonial .customNavigation a.prev, #testimonial .customNavigation a.next{top:0; z-index:9;}
	.box .box-heading{margin:0 0 10px;}
	.service-banner .box-heading{margin:0 0 20px;}
	#column-right .toggle .mobile_togglemenu, #column-left .toggle .mobile_togglemenu {
		display: block;
		cursor: pointer;
		width: 100%;
		margin-top: 0;
		padding: 15px;
		position: absolute;
		right: 0;
		top: 0px;
		left: 0;
		background:transparent none repeat scroll 0 0;
		transition: initial;
		-webkit-transition: initial;
		-moz-transition: initial;
		-ms-transition: initial;
		-o-transition: initial;
	}
	.footerblock4 {width: 23%;}
	.footerblock::before {	left: -12px;}
	.homepage-testimonials-inner.box-content {display: none;}
	.test-content {width: 100%;}
	#testimonial .box-heading {margin: 0;}
	.social-cms {margin-top: 0;}
	.bottomfooter {
	text-align: center;
	width: 100%;
	float: left;
}

}
@media (max-width: 767px) {
	#top-links a .fa {
	padding: 5px 5px;
	display: inline-block;
}
#top-links .list-inline .hidden-xs.hidden-sm.hidden-md {
	display: none !important;
}
	.layout-2 #content,.layout-3 #content{width:100%;}
	.product-info .image-additional {} 
	header .container {padding-left: 30px; padding-right: 30px; }
	.nav-container .nav-inner .container { padding-left: 30px; padding-right: 30px; }
	.content-top .container { padding-left: 30px; padding-right: 30px; }
	#Tab_Category_Slider .container { padding-left: 30px; padding-right: 30px; }
	.hometab .container {padding-left: 30px; padding-right: 30px; }
	.box.featured .container {padding-left: 30px; padding-right: 30px;}
	#logo {margin: 20px 0;display:inline-block;}
	#menu .nav-responsive .expandable{ position:relative;}
	.page-title{text-align: center;margin-bottom: 10px !important;}
	.breadcrumb {margin: 0 auto;text-align: center;}
	#column-right .toggle.active .mobile_togglemenu::before, #column-left .toggle.active .mobile_togglemenu::before{
		content: "\f0d8";
	}
	.layout-2.left-col #column-left, .layout-2.right-col #column-right,.layout-3 #column-left, .layout-3 #column-right,#column-left,#column-right{width:100%; padding:0; clear:both;}
	#column-left .box .box-content, #column-right .box .box-content, #column-left .box .filterbox, #column-right .box .filterbox,#column-left .box .list-group,#column-right .box .list-group{
	display:none; 
	padding: 8px 0px;
	}
	.homepage-testimonials-inner.box-content{display:none;}
	#testimonial .customNavigation a.next:hover::before, #testimonial .customNavigation a.prev:hover::before{color:#1f2022;}
	.box.blogs{margin-bottom:20px;}
	.result-search-autocomplete > ul > li{display:inline-block; float:left; clear:both;}
	.col-md-3.row-result-search-autocomplete-image {float: left; width: auto;}
	.col-md-6.result-info {float: left; width: 50%;}
	#banner0 img, #banner1 img, #banner2 img{max-width:100%;}
	.zoomWindowContainer .zoomWindow{height:450px !important;}
	#title-content {padding: 0 0 23px;}
	.content-top-breadcum .page-title, #title-content h1 {float: none;display: block;}
	.content-top-breadcum .breadcrumb {float: none;padding: 0;}
}
@media (max-width: 767px) {
	.layout-2 #content,.layout-3 #content{width:100%;}
	.product-info .image-additional {} 
	.product-info .image-additional a {padding: 0px;} 
	.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;}
	.search_box.col-sm-3.sort {width: 31%;}
	#searchbox .form-control.input-lg {width: 66%;}
	.btn-info {margin-bottom:3px;} 
	#input-search {margin-bottom: 8px;}
	#logo{width:80%;}
	
	#logo .img-responsive { margin: 0 auto 15px; width:100%;}
	.col-sm-4.total_amount {margin-top: 20px;}
	#cart{float:none;}	
	#cart .dropdown-menu {right: 0px;width: 350px;}
	#top-links ul.list-inline li{padding: 0 10px 0 8px;}
	.quickview {display: none;}
	.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: 350px;}
	.information-blogger .breadcrumb{position:relative; left:0px; right:auto;}
	.col-sm-3.header-cart {position: absolute;right: 0px;z-index: 99;bottom: -58px;}
	.product-info .additional-carousel{width:350px}
	.addthis_toolbox.addthis_default_style{margin: 10px 0;}
	#content .category_list .filterbox{border:1px solid #d8d8d8; margin:10px 0; background-color:#fff;}
	.list-group-item.group-name{padding-left:15px; padding-right:15px}
	.list-group-item,.panel-footer{padding-left:15px !important; padding-right:15px !important}
	#content .category_list .filterbox .list-group a{border:none;}
	header{padding:0 0 10px;}
	.checkout-cart .input-group-btn:last-child > .btn, .checkout-cart .input-group-btn:last-child > .btn-group{margin-left:0; margin-right:5px;}
	.checkout-cart #accordion .input-group-btn:last-child > .btn, .checkout-cart #accordion .input-group-btn:last-child > .btn-group{margin-left: 5px; margin-right: 0;}
	
	.addtocart .fa{margin-right:10px; vertical-align:middle;}
	.blog_grid_holder.carousel-1 {margin-left:0;margin-right:0;}
	.blog-module.latest.blog.container {padding-left: 25px;padding-right: 25px;}
	.addtocart .hidden-xs.hidden-sm.hidden-md {display: none !important;}
	.addtocart .fa {
	margin: 0;
	display: block;
}
	.product-thumb .button-group button.addtocart ,.product-thumb .button-group button , 
	.product-thumb .button-group button.wishlist , .product-grid .product-thumb .button-group button.addtocart{
	width: 33.33%;height: 36px;
}
	.headertopright .text2 span.hidden-xs,.headertopright .text2 span.hidden-sm,.headertopright .text2 span.hidden-md{display:block !important}
	#search{width:100%;}
	.col-sm-5.header-search{width:88.7%;}
	#search .input-lg{width: 90%;}
	#search .col-sm-3.sort{width: 39%; float: left;}
	.dropdown.myaccount{margin-right:0; width:8.9%;}
	.nav-inner.container{padding:0 15px;}
	
	#cart > .btn{background-position:15px 12px; padding:12px 16px 14px 49px;}
	.nav-responsive{width:70%;}
	.headertopright .text2 a{display:inline-block; margin:1px 0 0 3px;}
	.owl-carousel .owl-buttons div{opacity:1 !important; -webkit-opacity:1 !important; -moz-opacity:1 !important; -khtml-opacity:1 !important;}
	.product-thumb .button-group{bottom:0;}
	.box.bestseller{padding-top:30px}
	#column-left .box.bestseller, #column-right .box.bestseller{padding-top:0px}
	.subbannerpart1,.subbannerpart2, .subbannerpart3{width: auto;
    float: none;
    clear: both;
	}
	.subbanner-one{margin-left:auto; margin-right:auto}
	.subbanner-three{margin-left:auto; margin-right:auto}
	.subbannerpart2 .img1{margin-bottom:10px}
	.subbanner-inner{display:none; text-align:center;}
	.subbanner-inner.row{margin-left:auto; margin-right:auto}
	.subbanner-one,.subbanner-two,.subbanner-three{display:inline-block; max-width:100%;}
	.subbanner-one,.subbannerpart2 .img1{ margin-bottom:20px;}
	.subbanner-one a:before, .subbanner-two a:before, .subbanner-three a:before{right: -44%;}
	.subbanner-one a, .subbanner-two a, .subbanner-three a{max-width:100%}
	.subbanner-cms2 .sub-heading{
		background-color: #f1f1f1;
		color: #161b1e;
		cursor: pointer;
		display: block;
		font-size: 16px;
		padding: 15px;
		width: 100%;
		font-weight: 500;
		position: relative;
		text-transform:capitalize;
		margin: 0 auto 10px;
	}
	.subbanner-cms2 .sub-heading .banner_toggle, #column-right .block .box-heading  .banner_toggle {
		display: block;
		cursor: pointer;
		width: 100%;
		margin-top: 0;
		padding: 15px;
		position: absolute;
		right: 0;
		top: 0px;
		left: 0;
		transition: initial;
		-webkit-transition: initial;
		-moz-transition: initial;
		-ms-transition: initial;
		-o-transition: initial;
	}
	.subbanner-cms2 .sub-heading .banner_toggle:before, #column-right .block .box-heading  .banner_toggle:before{
		border: 1px solid #1f2022;
		color: #1f2022;
		content: "\f107";
		font-family: "FontAwesome";
		font-size: 18px;
		font-weight: normal;
		height: 22px;
		margin: 0;
		position: absolute;
		right: 15px;
		text-align: center;
		width: 22px;
	}
	
	.subbanner-cms2 .sub-heading.toggle.active .banner_toggle::before, #column-right .block .banner_toggle::before{
		content: "\f106";
	}
	.subbanner-cms3 .subbannercmspart1,.subbanner-cms3 .subbannercmspart2{display: inline-block; max-width: 100%;}
	.subbannercmspart1 .subbanner-inner a:before,.subbannercmspart2 .subbanner-inner a:before{left:0; right:0;}
	.subbanner-cms3{text-align:center}
	.subbannercmspart1 a,.subbannercmspart2 a{max-width:100%;}
	.subbannercmspart1, .subbannercmspart2 {
    	width: auto;
    	float: none;
    	margin: 5px auto;
	}
	.footerblock {width: 50%;float: left;}
	.footerblock1 , .footerblock2 {margin: 30px 0 0 0;}
	.footerblock::before{content: none;}
	.footertop-cms .title{font-size:14px;}
	.footertop-cms .subtitle{font-size:13px;}
	.social-cms{    
		float: none;
		display: inline-block;
		margin: 0px auto 20px;
		clear: both;
		width: 100%;
		text-align: left;
	}
	.footer_bottom_content {margin: 15px auto 0px;padding: 15px 0 25px;}
	ul.subcats li a:hover {padding-left: 0;}
	ul.subcats li a::before{content: none;}
	.banners-slider-carousel .customNavigation a.prev {left: 10px !important;}
    .banners-slider-carousel .customNavigation a.next {right: 10px !important;}
	.product-list .product-thumb .button-group button + button, .product-list .product-thumb .button-group button.wishlist, .product-list .quickview, .product-list .product-thumb .button-group button.addtocart {
	width: 120px;
}
	.product-list .product-thumb .button-group .addtocart .fa{margin-right:0;}
	.product-list .product-thumb .image{float:left;}
	.product-list .product-details{float:left; width:100%; clear:both}
	.product-list .product-thumb .image{padding:0; border:none; margin:0;}
	#button-cart{margin-bottom:0;}

	.subbanner-cms1{width:29.7%;}
	.subbanner1{margin-bottom:10%;}
	.information-blogger-blogs .blog-image img {
    	display: inline-block;
    	max-width: 100%;
	}
	.all-blog .blog-left-content .blog-image{height:auto}
	.subbanner-cms2.container {
    	padding-left: 15px;
    	padding-right: 15px;
	}
	.category_tab .nav-tabs{float: left; width: 100%; margin: 10px 0;}
	.category_tab .tab-content{clear:both}
	.category_tab .tab-pane .owl-carousel .owl-buttons div{top:-50px}
	.categoryblock{width:50%; margin-bottom: 10px;}
	.category .image{float:none; clear:none}
	.category{padding:0 10px;}
	.layout-2.left-col #column-left, .layout-2.right-col #column-right, .layout-3 #column-left, .layout-3 #column-right, #column-left, #column-right{display:block !important;}
	#carousel-0.banners-slider-carousel .customNavigation a{
		opacity:1;
		-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity:1;
	}
	.product-block .image .hover-image, #column-right .image .hover-image, #column-left .image .hover-image {
    width: auto;
	}
	.product-title-heading {text-align: center;}
	
}

@media only screen and (max-width: 479px) {
	#top-links a .fa {display: inline-block;}
	.owl-carousel .owl-buttons div{opacity:0 !important; -webkit-opacity:0 !important; -moz-opacity:0 !important; -khtml-opacity:0 !important;}
	.product-info .image-additional a{float:none; text-align:center;}
	.table{	
		float: left;
		margin-bottom: 20px;
		overflow: scroll;
		width: 100%;
	}
	.product-layout.product-grid{width:100%;}
	.shopping-cart .input-group .form-control{width:100%;padding:0;text-align:center;}
	.category_tab .owl-carousel .owl-buttons .owl-prev {
    display: inline-block;
    float: none;
    left: auto !important;
    opacity: 1 !important;
    -khtml-opacity: 1 !important;
    -webkit-opacity: 1 !important;
    -moz-opacity: 1 !important;
    position: absolute;
    right: 51% !important;
}
	.account-wishlist .table-bordered{float:left;width:100%;overflow:auto;display:inline;}
	#cart .dropdown-menu table {display: inline-block;}
	.flex-direction-nav a:before {font-size:27px !important;}
	#cart .dropdown-menu {right: 0px;  width: 290px; margin-top:0;}
	.dropdown-menu.pull-right {width: 100%;}
	#cart .dropdown-menu li > div {min-width:100%;}	
	#logo {margin: 20px 0;display:inline-block;}
	.category_filter .limit {float: left;}
	.blog-module.latest.blog.container {padding-left: 25px;padding-right: 25px;}

	.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 5px !important; text-align: center;}
	.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;}
	.blog-right { width:100%; }	
    .hometab .customNavigation a{top:-45px}
	.hometab .customNavigation a.prev{
	left: 0;
    right: 51%;
    display: inline-block;
    float: none;
    position: absolute;
	margin:0 auto;
	}
	.hometab .customNavigation a.next{
	left: 51%;
    right: auto;
    display: inline-block;
    float: none;
    position: absolute;
	}
	.cate-heading a {float: none;}
	.categorytab .owl-carousel .owl-buttons .owl-prev{
	display: inline-block;
    float: none;
    left: auto !important;
    opacity: 1 !important;
	-khtml-opacity: 1 !important;
	-webkit-opacity: 1 !important;
	-moz-opacity:1 !important;
    position: absolute;
    right: 51% !important;
	}
	.category_tab .owl-carousel .owl-buttons .owl-next{
	left: 51% !important;
    right: auto !important;
    display: inline-block;
    float: none;
    position: absolute;
	opacity: 1 !important;
	-khtml-opacity: 1 !important;
	-webkit-opacity: 1 !important;
	-moz-opacity:1 !important;
	}
	.category_tab .tab-content{clear:both; margin-top: 60px; float: left; width: 100%;}
	.category_tab ul li a{float:none; width:100%;}
	.category_tab ul li{background:none; padding:0;}
	.app-cms li{margin-right:5px;}
	.social-cms li{margin:0 5px 0 0;}
	.footerblock{width: auto;
    margin: 15px 0;
    float: left;
    clear: both;}
	.main-slider,.subbanner-cms1{width:100%}
	.subbanner-cms1{margin-top:20px}
	.subbanner1{float:left; width:48%; margin-bottom: 20px}
	.subbanner2{float:right; width:48%}
	.offer-cms{margin-top:0;}
	.etabs{margin-top:20px }
	.htabs{float:none; text-align:center; margin:0 auto}
	.hometab .tab-content{clear:both}
	#menu{width:100%}
	#search{width:100%}
	#search .input-lg{width:80%;}
	#search .col-sm-3.sort{width:112.2%; margin:0 0 10px;}
	.search_box.col-sm-3.sort {width: 100%;margin: 0 0 10px;}
	#searchbox .form-control.input-lg {width: 84%;}
	#searchbox .input-group-btn {position: absolute;right: 100px;top: 53px;}
	.searchbox{width:100%}
	.col-sm-5.header-search {text-align: center;width: 100%;float: left;position: relative;}
	.dropdown.myaccount {
		float: none;
		margin-top: 0px;
		display:inline-block;
		position:absolute;
		right:0;
		bottom:0;
		width:auto;
	}
	.dropdown-menu.myaccount-menu{right:0px; text-align:left}
	header .dropdown.myaccount > a{display:inline-block;}
	.headertopright{text-align:center}
	.headertopleft{display:inline-block; float:none; margin-bottom:10px; text-align:center; width:100%;}
	.shipping-cms{text-align:left}
	#form-language .dropdown-menu{right:0px; text-align:left}
	#form-currency .dropdown-menu{right:0px; text-align:left}
	#top-links{float:none; text-align:center; margin:0; clear:none;}
	.nav-responsive{width:57%;}
	#form-currency .btn-link, #form-language .btn-link{margin-top:-4px}
	.lang-curr{float:right; display:inline-block; margin-right: 0px; margin-left: 0; margin-top:3px;}
	.lang-curr .pull-left{float: none; display: inline-block;}
	#product .form-group #input-quantity, .quickview-model #input-quantity{margin-bottom: 10px; margin-right: 0;}
	.productpage .btn.btn-default.wishlist {margin: 0 0 5px;vertical-align: top;}
	.breadcrumb{left: 0;position: relative;right: auto;}
	#tabs_info .table{float:none;}
	.product-info .image-additional{width:100%}
	.checkout-cart .shopping-cart .input-group-btn:last-child > .btn, .checkout-cart .shopping-cart .input-group-btn:last-child > .btn-group{margin-left:0px; margin-right:5px}
	.checkout-cart #accordion .input-group-btn:last-child > .btn, .checkout-cart #accordion .input-group-btn:last-child > .btn-group{margin-left: 0px; margin-right: 5px;}
	.blog-left{float:none;}
	.category .image{float:none; clear:both; text-align:center}
	.result-search-autocomplete{width:100% !important;}
	.col-md-6.result-info{text-align:left; width:69%; padding-right:0;}
	.result-search-autocomplete > ul > li{width:100%;}
	.alert.alert-success.animated{height:110px;}
	.comment-wrapper{width:100%; float:left; margin:0;}
	.categoryblock {width: 100%;}
	.banners-slider-carousel .customNavigation a.prev {left: 15px !important;}
	.banners-slider-carousel .customNavigation a.next {right: 15px !important;}
	.newsletter #txtemail, .newsletter .input-news {width: 100%;}
	.product-list .product-thumb .button-group button + button, .product-list .product-thumb .button-group button.wishlist, 
	.product-list .quickview, .product-list .product-thumb .button-group button.addtocart {width: 86px;}
	#top-links a .fa {
	padding: 5px 5px;
	display: none;
}
#top-links ul.list-inline li {
	padding: 0 5px;
}
#top-links ul.list-inline {
	display: none;
}
#form-language{padding: 0;margin: 0;}	
}
@media only screen and (max-width: 319px){

	.product-info .product-image .customNavigation{ width:196px; margin:0 auto; position: relative; } 
	.product-info .additional-carousel {width:196px; margin:0 auto;}
	.header-logo .img-responsive { width: 100%;}
	.btn-primary {margin-bottom:2px;}
	#cart > .btn{background-position:15px 12px; padding:11px 16px 14px 42px;}
	.compare-total {clear: both; margin: 8px 10px 10px 0;}
	.product-layout.product-grid{width:100% !important;}
	#search .input-lg{width:76%;}
	#cart .dropdown-menu { right: -28px;width: 210px;}
	#cart .dropdown-menu{width:210px;}
	#cart .text-right .addtocart{margin:0 0 5px;}
	#cart .text-right .checkout{margin:0;}
}

#accordion h4.panel-title a.accordion-toggle {display: block;}
.checkout-cart #accordion .panel-title > a, .checkout-checkout #accordion .panel-title {
	background: #f5f5f5 none repeat scroll 0 0;
    color: #303030;
    font-weight: normal;
    padding: 10px 15px;}
#accordion .panel-title > a {color: inherit;}
#accordion .panel-heading .fa.fa-caret-down {float: right; margin-top:4px;color: #333;}
#accordion .col-sm-10 {width: 75%;}
#accordion .form-horizontal .control-label {text-align:left;}

.checkout-cart #content .buttons .pull-right .btn{
    background-color: #1f2022;
    border-color: #1f2022;
}

.checkout-cart #content .buttons .pull-right .btn:hover{
    background-color: #ffed00;
    border-color: #ffed00;
}

/* Megnor www.templatemela.com End */