@media only screen and (max-width: 560px){
    #tmcmsabout_block .about-cms-1 .static-inner, #tmcmsabout_block .about-cms-2 .static-inner {
            top: 22% !important;
    }
    #servicecmsblock .first-content-one, #servicecmsblock .second-content-two, #servicecmsblock .third-content-three, #servicecmsblock .fourth-content-four, #servicecmsblock .fifth-content-five {
        min-height: 135px !important;
        
    }
#logo {
    margin: 20px 0 15px 15px !important;
    width: 120px !important;
}
.header-right{
    width: 100% !important;
}
.nav-responsive span, .main-menu > ul > li > a {
        border: 1px solid #E6E6E6 !important;
}
}
@media only screen and (max-width: 400px){
    #servicecmsblock .first-content-one, #servicecmsblock .second-content-two, #servicecmsblock .third-content-three, #servicecmsblock .fourth-content-four, #servicecmsblock .fifth-content-five {
        min-height: 160px !important;
        
    }
}
body {
    overflow-x: hidden;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #000;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 1px;
}
:focus {
	outline: none !important;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
.fa-stack {
	width: 12px;
}
.fa-stack .fa {
	font-size: 15px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23A1D1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px;
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #229AC8;
}
/* top */
#top {
	background: #FFF none repeat scroll 0 0;
	float: left;
	width: 100%;
	position: relative;
	padding: 7px 0;
}
#top .container {
	padding: 0;
}
#top #form-currency .currency-select, #top #form-language .language-select {
	text-align: left;
	width: 100%;
	padding: 5px 5px;
}
.headertop-text .fa.fa-tag {
	padding-right: 3px;
	font-size: 14px;
}
#top .headertop-text {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	box-sizing: border-box;
	color: #000;
	display: inline-block;
	float: left;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.3px;
	padding: 4px 0;
	position: relative;
	text-align: left;
	font-family: 'Montserrat', sans-serif;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, #top #form-currency .currency-select:hover, #top #form-language .language-select:hover {
	text-shadow: none;
	color: #FF8E0A !important;
	background-color: transparent !important;
}
.dropdown-menu.language-menu {
	top: 30px;
}
.dropdown-menu.currency-menu {
	top: 32px;
}
#currency .dropdown-menu {
	padding: 8px;
}
#language .dropdown-menu > li > a {
	padding: 3px 8px;
}
#currency .dropdown-menu .btn {
	padding: 2px !important;
}
#language .dropdown-menu > li > a:hover {
	color: #FFFFFF;
}
#top .btn-link, #top-links li, #top-links a, #language .dropdown-menu > li > a {
	color: #000;
	text-decoration: none;
}
header {
	float: left;
	width: 100%;
	position: relative;
	background: #111111;
	clear: both;
}
@-webkit-keyframes fixedAnim {
	0% {
		top: -100%;
	}
	100% {
		top: 0;
	}
}
@-moz-keyframes fixedAnim {
	0% {
		top: -100%;
	}
	100% {
		top: 0;
	}
}
@keyframes fixedAnim {
	0% {
		top: -100%;
	}
	100% {
		top: 0;
	}
}
header.fixed {
	left: 0;
	padding: 0;
	right: 0;
	width: 100%;
	position: fixed;
	display: block;
	color: #000;
	z-index: 99999;
	top: 0px;
	-webkit-font-smoothing: antialiased;
	animation: 0.9s ease 0s normal both 1 running fixedAnim;
	-webkit-animation: 0.9s ease 0s normal both 1 running fixedAnim;
	-moz-animation: 0.9s ease 0s normal both 1 running fixedAnim;
	-ms-animation: 0.9s ease 0s normal both 1 running fixedAnim;
	-o-animation: 0.9s ease 0s normal both 1 running fixedAnim;
	box-sizing: border-box;
	margin: 0;
	height: 60px;
}
header.fixed .header-right {
	bottom: 45px;
	width: auto;
}
header.fixed .header-category-cms {
	bottom: 52px;
}
header.fixed .header-category-cms .box-heading {
	border-radius: 5px !important;
}
header.fixed .header-account, header.fixed .header-cart {
	padding: 8px 5px;
}
header.fixed .header-logo, header.fixed .header-right {
	display: none;
}
header.fixed .header-search {
	margin: 7px 0 0 250px;
	padding: 0;
}
@media (min-width: 1600px) {
	header.fixed .header-search {
		margin-left: 280px;
	}
}
.content-top-breadcum {
	/*background: url("../image/megnor/bredcrumb.jpg") repeat scroll 50% 0 #f2f2f2;*/
	margin-bottom: 40px;
	overflow: hidden;
	position: relative;
	width: 100%;
	padding: 0;
	border-bottom: 1px solid #E6E6E6;
}
#account-login .well, #affiliate-login .well {
	background-color: #FFFFFF !important;
	box-shadow: none !important;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
}
#affiliate-login .well .form-group a, #account-login .well .form-group a, #account-account #content ul li a, #account-wishlist .table .text-left a {
	color: #515151;
}
.page-title, .refine-search, .product-title, .product-option, #content h3, #account-return .form-horizontal legend, #information-contact #content h3, #account-register #account legend, #account-edit .form-horizontal legend, #information-contact .form-horizontal legend {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}
#information-sitemap .sitemap-left a:hover, #information-sitemap .sitemap-right a:hover {
	color: #FF8E0A;
}
#information-sitemap .sitemap-left a, #information-sitemap .sitemap-right a, #account-register a {
	color: #515151;
}
.input-group-btn .btn.btn-default {
	padding: 4px 12px !important;
}
.btn-block + .btn-block {
	margin-top: 0;
}
#product-compare #content .table strong {
	color: #515151;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #FF8E0A !important;
}
#title-content h2, .content-top-breadcum #title-content .page-title, .content-top-breadcum #title-content h1, .content-top-breadcum #title-content h2 {
	color: #000;
	float: left;
	line-height: 24px;
	margin: 3px 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	border: none;
	width: 100%;
}
.content-top-breadcum .container {
	padding: 40px 15px;
}
#top-links li {
	padding: 0;
}
#top-links a .fa {
	padding: 5px 5px;
}
#top .btn-link:hover, #top-links a:hover {
	color: #FF8E0A;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover, #top-links .dropdown-menu a:focus {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
	font-weight: normal;
}
#top-links {
	float: right;
	padding: 4px 0;
	position: relative;
}
#top-links .list-inline {
	margin-bottom: 0;
}
#top .btn-link, #top-links li {
	display: inline-block;
	font-size: 11px;
	letter-spacing: 0.3px;
	list-style: outside none none;
	padding: 0 px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}
#top-links a + a {
	margin-left: 15px;
}
#top .fa-caret-down {
	vertical-align: text-bottom;
}
#top #currency .btn-link, #top #language .btn-link {
	padding: 8px 12px;
}
/* logo */
.header-logo {
	float: left;
	position: relative;
}
.header-search {
	float: left;
	position: relative;
	width: 41.7%;
	padding: 25px 10px 20px;
	margin: 0 0 0 45px;
}
.header-cart {
	display: inline-block;
	float: right;
	position: relative;
	padding: 25px 0 25px 5px;
	clear: right;
}
.header-right {
	float: left;
	margin-left: 24px;
	position: relative;
	width: 81.5%;
	z-index: 9;
}
.static_links li {
	position: relative;
	padding: 0;
	float: left;
	text-transform: uppercase;
}
.static_links li:last-child {
	float: right;
}
.static_links li:last-child a:hover {
	color: #FFF;
}
.static_links li:last-child a {
	color: #FF8E0A;
	padding-right: 0;
}
.static_links li a:hover {
	color: #FF8E0A;
}
.static_links li a {
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.7px;
	line-height: 24px;
	padding: 9px 28px 12px;
	position: relative;
	text-transform: uppercase;
}
.header-right .static_links {
	margin: 0;
	padding: 0;
	list-style: none;
}
#logo {
	margin: 25px 58px 25px 0;
	display: inline-block;
}
/* search */
#search {
	margin-bottom: 0;
	width: 100%;
}
#search .input-lg {
	background: #FFF;
	border: 0 none;
	border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	-khtml-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	box-sizing: border-box;
	color: #BDBDBD;
	float: left;
	font-size: 12px;
	height: 44px;
	letter-spacing: 0.5px;
	padding: 7px 20px 5px;
	text-transform: capitalize;
	width: 100%;
	position: relative;
}
#search .btn-lg:hover {
	background-position: center -46px !important;
}
#search .btn-lg {
	color: #FFFFFF;
	outline: 0 none;
	position: absolute;
	left: auto;
	right: 0;
	bottom: 0;
	text-transform: uppercase;
	background: #FF8E0A url("../image/megnor/Search.png") no-repeat scroll center 15px !important;
	box-sizing: border-box;
	float: left;
	font-size: 12px;
	height: 44px;
	width: 52px;
	letter-spacing: 1.5px;
	padding: 11px 18px;
	line-height: 20px;
	font-weight: 600;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border: none;
}
/* cart */
#cart {
	margin-bottom: 0;
	float: right;
}
#cart > .btn:hover .cart-icon {
	background: rgba(0, 0, 0, 0) url("../image/megnor/Cart_hover.png") no-repeat scroll center 2px;
}
.header-cart #cart .cart-icon {
	background: rgba(0, 0, 0, 0) url("../image/megnor/Cart.png") no-repeat scroll center 2px;
	box-sizing: border-box;
	color: #000000;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	height: 20px;
	padding: 0;
	position: relative;
	width: 20px;
	display: block;
	font-size: 0;
	float: left;
	transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
}
.header-account {
	cursor: pointer;
	display: inline-block;
	float: right;
	font-size: 13px;
	padding: 25px 5px;
	position: relative;
}
.header-account .myaccount .dropdown-toggle:hover {
	background: #FF8E0A url("../image/megnor/sprite-user.png") no-repeat scroll center -38px;
}
.header-account .myaccount .dropdown-toggle {
	background: #FFF url("../image/megnor/sprite-user.png") no-repeat scroll center 13px;
	border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	content: "";
	cursor: pointer;
	display: inline-block;
	height: 44px;
	position: relative;
	width: 48px;
	vertical-align: middle;
	font-size: 0;
}
#cart-total {
	clear: both;
	color: #000;
	float: left;
	font-size: 12px;
	letter-spacing: 0.7px;
	line-height: 11px;
	display: block;
	float: left;
	padding: 6px 10px 5px 2px;
	text-align: left;
	text-transform: uppercase;
	font-weight: 600;
}
#cart > .btn:hover #cart-total {
	color: #FFF;
}
#cart > .btn:hover {
	background: #FF8E0A;
}
#cart > .btn {
	background: #FFFFFF none repeat scroll 0 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	display: inline-block;
	float: right;
	padding: 11px 16px;
	position: relative;
	transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #FFF;
	z-index: 1001;
}
#cart .dropdown-menu {
	width: 450px;
	padding: 15px;
}
#cart .button-container {
	width: auto;
	float: right;
}
.checkout-heading-button a {
	color: #F90;
}
.checkout-heading-button a:hover {
	color: #000;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
	border: none;
}
#cart .dropdown-menu table td {
	border: none;
	background: none;
}
#cart .dropdown-menu li > div {
}
#cart .dropdown-menu li p {
}
.dropdown-menu {
	border: 1px solid #E6E6E6 !important;
	border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
/* menu */
.header-category-cms .box.category .box-heading .menu-bg {
	background: rgba(0, 0, 0, 0) url("../image/megnor/Cat.png") no-repeat scroll center 5px;
	cursor: pointer;
	display: inline-block;
	float: left;
	height: 20px;
	margin-right: 13px;
	position: relative;
	vertical-align: middle;
	width: 15px;
}
.header-right .container {
	float: left;
	width: 100%;
}
.nav-responsive {
	display: none;
}
.responsive-menu, .main-menu {
	height: 42px;
	margin-bottom: 12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	display: none;
	/*overflow:hidden; HIDE CATEGORIES THOSE ARE OUT OF MANU.  */
}
.main-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;
	background-color: #545F61;
}
.main-menu > ul > li:hover {
}
#menu ul li.home_first a {
}
.nav-responsive span, .main-menu > ul > li > a {
	font-size: 14px;
	color: #FFF;
	display: block;
	padding: 11px 10px;
	margin-bottom: 0px;
	z-index: 6;
	position: relative;
}
.main-menu a:hover {
	text-decoration: none;
}
.main-menu > ul > li:hover > a {
	background: #15BCF0;
}
.main-menu > ul > li > ul, .responsive-menu .main-navigation {
	display: none;
	background: #15BCF0;
	position: absolute;
	z-index: 5;
	padding: 5px;
}
.main-menu > ul > li:hover > ul {
	display: block;
}
.main-menu > ul > li ul > li > ul {
	display: none;
	background: #15BCF0;
	position: absolute;
	z-index: 5;
	padding: 5px;
	margin-left: -13px;
}
.main-menu > ul > li ul > li:hover > ul {
	display: block;
	top: 0px;
	left: 173px;
}
.main-menu > ul > li > ul > ul {
	/*display: table-cell;*/
}
.main-menu > ul > li ul + ul {
	/*padding-left: 20px;*/
}
.main-menu > ul > li ul > li > a, .responsive-menu .main-navigation li a {
	padding: 8px;
	color: #666;
	display: block;
	white-space: nowrap;
}
.main-menu > ul > li ul > li > a {
	min-width: 160px;
}
.main-menu > ul > li ul > li > a:hover, .responsive-menu .main-navigation li a:hover {
	color: #666;
	background-color: #FFF;
}
.main-menu > ul > li ul > li > a.activSub {
	background-image: url(../image/megnor/cat_arrow_hover.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.main-menu > ul > li > ul > ul > li > a {
	color: #666;
}
.main-menu > ul > li ul > li > a.activSub {
	background-image: url(../image/megnor/cat_arrow_hover.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.main-menu > ul > li > ul > ul > li > a {
	color: #666;
}
#menu ul li ul {
	display: table-cell;
	float: none;
}
#menu ul.nav li .megamenu.column1 ul.list-unstyled > li.dropdown:hover > .dropdown-menu {
	display: block;
}
#menu ul.nav li .megamenu.column1 ul.list-unstyled > li.dropdown .dropdown-menu {
	display: none;
	left: 158px;
	padding: 10px;
	position: absolute;
	top: 0;
	border: 1px solid #D9D9D9;
}
#menu ul.nav li .megamenu ul.list-unstyled li > a, .hiden_menu .top_level a {
	width: 100%;
}
#menu ul.nav li .megamenu ul.list-unstyled.childs_2 a {
	min-width: 145px;
}
#menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu {
	border: medium none;
	margin: 0;
	padding: 6px 0 0;
	position: relative;
	background: #FFFFFF;
	float: none;
}
#menu ul.nav li .megamenu ul.list-unstyled li > a, .hiden_menu .top_level a {
	background: none;
	padding: 4px 8px;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: normal;
}
#menu ul.nav li .megamenu.column1 ul.list-unstyled li > a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 24px;
}
.hiden_menu .dropdown-inner li.top_level a {
	font-size: 12px;
	font-weight: normal;
	line-height: 26px;
}
/*#menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li > a:before {
    content: "\f006";
    display: inline-block;
    font-family: "FontAwesome";
    padding-right: 8px;
	font-size: 9px;
}*/
/*#menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li > a:hover:before { content: "\f005"; }*/
#menu ul.nav li .megamenu ul.childs_1 {
	padding: 30px 2px 30px 20px;
	border-right: 1px solid #D9D9D9;
}
#menu ul.nav li .megamenu ul.childs_1:last-child {
	border: medium none;
}
#menu ul.nav li .megamenu ul.childs_1:first-child {
	padding: 30px 2px;
}
#menu ul.nav li .megamenu.column1 ul.childs_1 {
	border: none;
	padding: 22px 0;
}
#menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li > a:hover {
	color: #808080;
}
#menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li > a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #000;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	line-height: 24px;
	position: relative;
	font-family: 'Montserrat', sans-serif;
	text-transform: capitalize;
}
#menu > ul > li.hiden_menu div {
	min-width: 195px;
	background: #FFFFFF none repeat scroll 0 0;
	border: medium none;
	display: none;
	padding: 22px;
	position: absolute;
	text-align: left;
	border: 1px solid #D9D9D9;
	margin-left: 2px;
}
#menu > ul > li.hiden_menu:hover > div {
	display: block;
}
.nav-container.fixed .main-menu > ul > li.blog-link a, .main-menu > ul > li.blog-link a {
	background: none !important;
}
#menu > ul > li.hiden_menu .dropdown-menu {
	display: none !important;
}
#menu .dropdown .dropdown-menu {
	min-width: 190px;
	border: 1px solid #D9D9D9;
	padding: 0 22px;
}
/* Megnor Category CSS */
#nav-one .dropdown:hover .dropdown-menu, #nav-one .hiden_menu:hover .dropdown-menu {
	display: block;
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
}
#nav-one > li > .dropdown-menu {
	background: #FFF none repeat scroll 0 0;
	border: medium none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	margin-top: 0;
	padding: 20px;
	left: 270px;
	top: 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;
	transform: scale(0, 1);
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	transform-origin: left center center;
	-ms-transform-origin: left center 0;
	-webkit-transform-origin: left center 0;
	display: inline;
}
/*#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: 0 20px 0 0;
}
#nav-one li .megamenu ul.childs_1 {
	padding: 30px 2px 30px 20px;
}
#nav-one li .megamenu ul.childs_1:last-child {
	padding: 0 20px 0 0;
}
#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: #000;
	font-size: 13px;
	font-weight: 700;
	padding: 1px 15px;
	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 ul > li > a, .responsive-menu .main-navigation li a {
	color: #262626;
	display: block;
	font-size: 12px;
	padding: 8px;
	white-space: nowrap;
}
#nav-one li .megamenu ul.list-unstyled li .dropdown-menu {
	background: #FFF none repeat scroll 0 0;
	border: medium none !important;
	margin: 0;
	padding: 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-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: 0 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: #000;
	padding: 3px 15px;
}
#nav-one li .megamenu.column1 ul.list-unstyled > li.dropdown .dropdown-menu {
	display: none;
	left: 188px;
	padding: 10px;
	position: absolute;
	top: 0;
	border: 1px solid #EDEDED !important;
}
#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: #FF8E0A;
	background-position: 15px -31px;
}
.column_left_cms .box.last .list-group {
	border-bottom: medium none;
	margin-bottom: 0;
	padding: 4px 0 0;
}
.list-unstyled.childs_1 li {
	border-bottom: 0 !important;
}
#product .input-group-btn .btn.btn-default {
	padding: 4px 12px;
}
.btn-default:hover {
	border-color: #111111 !important;
	background: #111111 !important;
	color: #FFF;
}
#product .form-group #input-quantity {
	width: auto;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}
.alert-dismissable .close, .alert-dismissible .close {
	right: 0;
}
#checkout-cart .buttons .pull-right .btn.btn-primary {
	background-color: #000000 !important;
	border-color: #000000 !important;
}
#cart .cart-menu .table .text-left a, #checkout-cart .text-left a, #accordion .panel-body .buttons .pull-right b, #collapse-checkout-confirm .table .text-left a {
	color: #515151;
}
#common-success #content p a {
	color: #FF8E0A;
}
#collapse-checkout-option a {
	color: #515151;
}
.modal-open .modal {
	z-index: 99999;
}
#cart .dropdown-menu li:first-child {
	max-height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
}
#cart .cart-menu .table .text-left a, #checkout-cart .text-left a {
	color: #666666;
}
#cart .cart-menu .table tr {
	background-color: transparent;
}
.cart-menu .button-container strong {
	padding: 10px 15px !important;
}
#product .btn-group #button-cart:hover {
	background: #111111;
	border-color: #111111;
	color: #FFF;
}
#product .btn-group #button-cart {
	background: #FF8E0A none repeat scroll 0 0;
	border-color: #FF8E0A;
	color: #FFF;
	font-size: 12px;
	font-weight: 600;
	padding: 9px 20px 6px !important;
	text-transform: uppercase;
	white-space: nowrap;
	position: relative;
	z-index: 2;
	overflow: hidden;
	letter-spacing: 0.5px;
	line-height: 20px;
	margin-right: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
}
.btn-group.wish-comp .btn.btn-default.wishlist {
	margin-right: 10px;
	border-radius: 5px !important;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 10px 12px;
	line-height: 15px;
}
.btn-group.wish-comp .btn.btn-default.compare {
	border-radius: 5px !important;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 10px 12px;
	line-height: 15px;
}
.btn-default {
	background: #FF8E0A !important;
	border-color: #FF8E0A !important;
	color: #FFF !important;
	font-size: 12px !important;
	font-weight: 600;
	letter-spacing: 0.5px;
	line-height: 20px;
	text-transform: uppercase;
	padding: 6px 15px 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
}
/* Blog listings */
.all-blog .panel-default {
	border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	border: none;
	margin-bottom: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.all-blog .panel .panel-body {
	padding: 0 0 20px;
}
.blog_grid_holder {
	margin-left: -15px;
	margin-right: -15px;
	padding-top: 13px;
	font-size: 0;
}
.blog_grid_holder.carousel-1 {
	margin-left: -17px;
	margin-right: -17px;
	padding-top: 10px;
	width: inherit;
}
#column-left .blog_grid_holder, #column-right .blog_grid_holder {
	padding-top: 5px;
}
.blog_grid_holder.related {
	padding-top: 0px;
}
.blog_item {
	font-size: 12px;
	padding: 0px 15px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 30px;
	width: 100%;
	/* 1 column grid is default */
}
.carousel-1 .blog_item {
	width: 100% !important;
	/* carousel */
	margin-bottom: 0px;
}
#column-left .blog_item, #column-right .blog_item {
	width: 100%;
	/* carousel */
	margin-bottom: 17px;
}
.blog_item .image {
	margin-bottom: 23px;
	margin-top: 5px;
}
.column-2 .blog_item .image, .column-3 .blog_item .image, .column-4 .blog_item .image, #column-left .blog_item .image, #column-right .blog_item .image {
	margin-bottom: 17px;
}
.blog_item .image img {
	transition: all 400ms;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
}
.blog_item .image img:hover {
	opacity: 0.8;
	-khtml-opacity: 0.8;
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	transition: all 400ms;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
}
.all-blogs .blog_grid_holder .blog_item .summary .image {
	background-position: center center;
	background-repeat: no-repeat;
	height: 400px;
	margin-bottom: 0;
	overflow: hidden;
	width: 100%;
	float: left;
	position: relative;
}
.blog_item .summary .blog_title {
	margin: 0 0 10px;
	font-size: 26px;
}
#column-left .blog_item .summary .blog_title, #column-right .blog_item .summary .blog_title {
	font-size: 16px;
	margin: 0 0 7px;
}
.column-2 .summary .blog_title, .column-3 .summary .blog_title {
	font-size: 24px;
	margin: 0 0 7px;
}
.column-4 .summary .blog_title {
	font-size: 20px;
}
.blog_item .summary p {
	font-size: 14px;
	line-height: 21px;
}
#column-left .blog_item .summary p, #column-right .blog_item .summary p {
	font-size: 13px;
	line-height: 20px;
}
.blog_item .summary p .fa {
	color: #CCCCCC;
}
/* Blog Post */
.blog_post .main_thumb {
	padding: 20px 0 7px;
	transition: all 400ms ease 0s;
	-webkit-transition: all 400ms ease 0s;
	-moz-transition: all 400ms ease 0s;
	-ms-transition: all 400ms ease 0s;
	-o-transition: all 400ms ease 0s;
}
.blog_post .main_thumb:hover {
	opacity: 0.8;
	-khtml-opacity: 0.8;
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	transition: all 400ms ease 0s;
	-webkit-transition: all 400ms ease 0s;
	-moz-transition: all 400ms ease 0s;
	-ms-transition: all 400ms ease 0s;
	-o-transition: all 400ms ease 0s;
}
.blog_post h1 {
	margin-bottom: 17px;
}
.blog_post label {
	font-size: 14px;
}
.blog_post .main_description p {
	margin-bottom: 18px;
}
.blog_stats {
	font-size: 13px;
	text-transform: none;
	color: #999999;
	margin: 0 0 15px;
	border-bottom: 1px solid #F1F1F1;
	padding-bottom: 5px;
}
.column-2 .blog_stats, .column-3 .blog_stats, .column-4 .blog_stats, .blog_post .related .blog_stats {
	font-size: 12px;
	margin: 0 0 12px;
	padding-bottom: 1px;
}
#column-left .blog_stats, #column-right .blog_stats {
	font-size: 11px;
	margin-bottom: -4px;
	border-bottom: none;
	padding-bottom: 0;
}
.blog_stats span {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 8px;
	line-height: 12px;
}
.blog_stats span + span {
	padding-left: 7px;
	border-left: 1px solid #EEEEEE;
}
.blog_stats .fa {
	color: #BBBBBB;
	margin-right: 5px;
}
.blog_stats .text {
	font-weight: inherit;
}
#column-left .blog_stats .text, #column-right .blog_stats .text, .column-2 .blog_stats .text, .column-3 .blog_stats .text, .column-4 .blog_stats .text {
	font-size: 0;
}
.blog_stats .hl {
	color: #777777;
}
#column-left .blog_stats .hl, #column-right .blog_stats .hl, .column-2 .blog_stats .hl, .column-3 .blog_stats .hl, .column-4 .blog_stats .hl {
	font-weight: inherit;
}
.blog_post .blog_stats {
	margin: 0 0 22px;
}
/* Comments */
.blog_post #comment {
	margin-bottom: 55px;
}
.blog_post .blog_comment {
	display: block;
	font-size: 14px;
	margin-bottom: 25px;
}
/* Modules */
.blog-module {
	margin-bottom: 40px;
}
.blog-module.latest {
	margin-bottom: 20px;
}
.blog-module h3 {
	margin: 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;
}
#content .blog .box-content {
	margin: 0 -20px;
}
#content #blog-carousel .product-block, #content #blog-grid .product-block {
	margin: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.blog-left .blog-image img {
	border: none;
	padding: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
}
.post-image-hover {
	height: 100%;
	position: absolute;
	top: 0;
	transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	width: 100%;
	border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
}
.blog-left:hover .post-image-hover {
	background: rgba(0, 0, 0, 0.4);
	transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
}
.all-blog .blog-left-content h5 {
	margin: 0 0 20px;
}
.Blog .blog-right {
	padding: 10px 0;
}
.blog-left .icon.zoom:hover .fa, .blog-left .icon.readmore_link:hover .fa, .blog-left-content .icon.zoom:hover .fa, .blog-left-content .icon.readmore_link:hover .fa {
	color: #FFF;
}
.blog-left .blog-image .zoom:hover, .blog-left .blog-image .readmore_link:hover, .blog-left-content .blog-image .zoom:hover, .blog-left-content .blog-image .readmore_link:hover {
	background: #FF8E0A;
}
.blog-left .blog-image .zoom {
	border: 2px solid #FF8E0A;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	color: #FFF;
	display: inline-block;
	margin-right: 10px;
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	padding: 10px 15px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	z-index: 10;
	background: #FFF;
}
.blog-left .blog-image .readmore_link {
	border: 2px solid #FF8E0A;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	color: #FFF;
	display: inline-block;
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	padding: 10px 15px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	z-index: 10;
	background: #FFF;
}
.blog-left .icon.zoom .fa, .blog-left .icon.readmore_link .fa, .blog-left-content .icon.zoom .fa, .blog-left-content .icon.readmore_link .fa {
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	color: #FF8E0A;
}
.blog-image .post_hover {
	left: 0;
	margin: 0 auto;
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 40%;
}
.product-block:hover .image .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;
	visibility: visible;
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	-moz-transform: scaleX(1);
}
.product-block .image .hover-image, #column-right .image .hover-image, #column-left .image .hover-image .button-group button:hover {
	position: absolute;
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	top: 0;
	left: 0%;
	right: 0;
	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;
	visibility: hidden;
	max-width: 100%;
	height: auto;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	-moz-transform: scaleX(0);
}
.product-block .blog-left:hover .post_hover, .product-block .blog-left:hover .zoom, .product-block .blog-left:hover .readmore_link {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-kkhtml-opacity: 1;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
#content #blog-carousel .product-block:hover .blog-right h4 a, .write-comment a:hover, .read-more a:hover {
	color: #FF8E0A;
}
.blog-left, .blog-image {
	position: relative;
}
#blog-carousel .blog-right h4 {
	margin-bottom: 0;
}
#blog-carousel .blog-right h4 a {
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 0.3px;
}
.blog-right a {
	font-weight: 700;
	line-height: 18px;
	text-transform: uppercase;
	font-family: 'Yantramanav', sans-serif;
	color: #1A1A1A;
	transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
}
.blog-desc {
	margin: 5px 0 0px;
	font-size: 13px;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: 0.5px;
	color: #808080;
}
.single-blog h4 {
	font-size: 16px;
	font-weight: 500;
	color: inherit;
}
.single-blog .view-comment .panel {
	background-color: #F9F9F9;
	padding: 15px !important;
}
.single-blog .blog-desc {
	padding: 0;
	margin: 0;
}
.single-blog .panel {
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.single-blog .block-title {
	margin-top: 40px;
}
.single-blog .panel legend {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.1px;
	color: inherit;
	border: none;
}
.single-blog .panel fieldset {
	margin-top: 30px;
}
.view-blog {
	float: left;
	width: 100%;
	text-align: left;
	margin: 5px 0 10px;
}
.write-comment {
	float: left;
	padding-right: 10px;
	margin-right: 10px;
}
.read-more {
	float: left;
}
.date-time {
	background: #FF8E0A;
	border: 3px solid #FFF;
	position: absolute;
	right: 0;
	left: auto;
	bottom: 0;
	top: auto;
	padding: 10px;
	color: #FFF;
	font-size: 16px;
	border-right: 0;
	border-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: 44%;
}
.blog-left-content .blog-image .zoom {
	border: 2px solid #FF8E0A;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	color: #FFF;
	display: inline-block;
	margin-right: 10px;
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	padding: 10px 15px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	z-index: 10;
	background: #FFF;
}
.blog-left-content .blog-image .readmore_link {
	border: 2px solid #FF8E0A;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	color: #FFF;
	display: inline-block;
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	padding: 10px 15px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	z-index: 10;
	background: #FFF;
}
.all-blog .blog-left-content .blog-image {
	float: left;
	position: relative;
}
.all-blog .blog-left-content {
	float: left;
	width: 100%;
}
.blog-left-content:hover .post-image-hover {
	background: rgba(0, 0, 0, 0.4);
	transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
}
.all-blog .blog-left-content:hover .post_hover, .all-blog .blog-left-content:hover .zoom, .all-blog .blog-left-content:hover .readmore_link {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-kkhtml-opacity: 1;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.all-blog h5 a {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 20px;
	color: #000;
}
.all-blog h5 a:hover {
	color: #FF8E0A;
}
.all-blog .blog-desc {
	margin: 0 0 20px;
	float: left;
	width: 100%;
}
.all-blog .blog-meta {
	float: left;
	width: 100%;
	display: inline-block;
	margin-top: 20px;
}
.single-blog {
	padding: 30px !important;
	border: 1px solid #EDEDED;
	background: #FFF;
}
.single-blog .blog-img img {
	padding: 0;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	margin-bottom: 30px;
}
.all-blog .write-comment a:hover, .all-blog .read-more a:hover {
	color: #FF8E0A;
}
.all-blog .write-comment a, .all-blog .read-more a {
	color: #000;
}
.all-blog .write-comment, .all-blog .read-more {
	font-size: 13px;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 14px;
	padding-right: 10px;
	position: relative;
	text-transform: capitalize;
	font-weight: 500;
}
.all-blog .blog-left-content .blog-image img {
	border: none;
	padding: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
}
.blog .box-content .date-time .fa.fa-calendar {
	display: none;
}
@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-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-wrapper-outer {
    border: 4px solid #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
}*/
.owl-carousel .owl-buttons div {
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	transition: all 0.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;
	display: block !important;
}
.owl-carousel .owl-buttons div i:hover {
	background: #FF8E0A none repeat scroll 0 0;
	border-color: #FF8E0A;
	color: #FFF;
}
.owl-carousel .owl-buttons div i {
	position: absolute;
	border: 1px solid #E9E9E9;
	background: #FFF;
	text-align: center;
	width: 34px !important;
	line-height: 33px;
	height: 34px !important;
	padding: 0 !important;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
}
#blog-carousel {
	overflow: visible !important;
}
.owl-carousel .owl-buttons .owl-next {
	right: 50px !important;
	top: -16% !important;
}
.owl-carousel .owl-buttons .owl-prev {
	left: 15px !important;
	top: -16% !important;
}
.owl-carousel .owl-buttons div {
	opacity: 1 !important;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}
.owl-pagination {
	text-align: center;
	top: 20px;
	position: relative;
}
.owl-controls .owl-page {
	display: inline-block;
	margin: 0px 6px;
}
.owl-controls .owl-page span {
	display: block;
	width: 11px;
	height: 11px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	-moz-border-radius: 20px;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.owl-controls .owl-page.active span {
	background: rgba(0, 0, 0, 0.9);
}
.box.Blog {
	float: left;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 30px;
}
.column_left_cms .box.last {
	margin-bottom: 0;
}
.header-category-cms {
	float: left;
	padding: 0;
	position: relative;
	width: 272px;
	clear: both;
	z-index: 9;
}
.header-category-cms .box.category .box-heading {
	background-color: #FF8E0A;
	border-left: 1px solid #FF8E0A;
	border-right: 1px solid #FF8E0A;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-khtml-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	float: left;
	padding: 11px 20px 10px 25px;
	position: relative;
	right: auto;
	width: 272px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #FFF;
}
.header-category-cms .box.category .box-content-category {
	float: left;
	padding: 0;
	width: 100%;
}
.box.category .box-content-category {
	background: #FFF none repeat scroll 0 0;
	margin: 0;
	position: absolute;
	z-index: 1000;
	float: left;
	width: 100%;
	border: 1px solid #EEEEEE;
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-khtml-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	display: none;
	left: 0;
	right: auto;
	top: 100%;
	padding: 10px 0;
}
.box.category .box-content-category ul {
	padding: 10px 0;
	list-style: none;
	margin-bottom: 0;
}
.box.category .box-content-category ul li {
	border-bottom: 1px solid #EEEEEE;
	line-height: 24px;
	display: inline-block;
}
.top_level {
	display: block !important;
}
.ctimg {
	margin: 0 auto;
	display: block;
}
#nav-one li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li > a {
	background: url(../image/megnor/menu_arrow.png) no-repeat scroll 15px 11px transparent;
	color: #000;
	padding: 3px 10px 3px 32px;
	font-size: 12px;
	line-height: 25px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
}
#nav-one > li.dropdown::after {
	font-family: 'FontAwesome';
	content: '\f105';
	font-size: 14px;
	position: absolute;
	right: 15px;
	top: 6px;
	color: #000;
}
.box.category .box-content-category ul .main.hiden_menu {
	border-bottom: none;
}
#nav-one li.hiden_menu .dropdown-inner {
	display: none;
	margin: 0 !important;
	padding: 0;
}
.hiden_menu .dropdown-inner li.top_level a {
	padding: 7px 10px 7px 32px !important;
}
.box.category .box-content-category .hiden_menu span.main.active::after {
	content: "\f106";
}
.box.category .box-content-category .hiden_menu span.main::after {
	content: "\f107";
	text-align: right;
	font-size: 20px;
	float: right;
	vertical-align: -2px;
	position: relative;
	right: 2px;
	top: 0;
	font-family: FontAwesome;
}
.box.category .box-content-category ul li a:hover, .box.category .box-content-category .hiden_menu .main:hover {
	background-position: 15px -28px;
	color: #FF8E0A;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	cursor: pointer;
}
.box.category .box-content-category .hiden_menu .main.top_level {
	padding: 0;
}
.box.category .box-content-category ul li a, .box.category .box-content-category .hiden_menu .main {
	background: url(../image/megnor/menu_arrow.png) no-repeat scroll 15px 14px transparent;
	color: #000;
	padding: 7px 10px 7px 32px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 24px;
	display: block;
	width: 100%;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
}
.box.category .box-heading::after {
	content: "\f107";
	font-family: "FontAwesome";
	font-size: 16px;
	float: right;
}
/* Megnor Category CSS */
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-khtml-border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #FFF;
	}
	#menu .dropdown-menu a:hover, #menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		-webkit-border-radius: 0;
		-khtml-border-radius: 0;
		-moz-border-radius: 0;
		color: #FFF;
	}
}
/* 1-col layout */
#column-left {
	width: 25%;
}
#column-right {
	width: 25%;
}
#content {
	padding: 0;
}
.layout-1 #content {
}
/* 2-col layout */
.layout-2.left-col #column-left {
	width: 18.5%;
	float: left;
	padding: 0 24px 0 0;
}
.layout-2.right-col #column-right {
	width: 25%;
}
.layout-2 #content {
	width: 81.5%;
	padding-left: 4px;
	padding-right: 0;
	float: left;
}
.category_img img {
	padding: 0;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
}
#content .col-lg-2 {
	width: 20%;
	clear: unset !important;
}
.layout-2.left-col #content {
}
.layout-2.right-col #content {
}
/* 3-col layout */
.layout-3 #column-left {
	width: 25%;
}
.layout-3 #column-right {
	width: 25%;
}
.layout-3 #content {
	width: 50%;
}
/* content */
#content {
	/*min-height: 600px;*/
}
.tabfeatured_default_width {
	width: 185px;
}
.tabbestseller_default_width {
	width: 250px;
}
.tablatest_default_width {
	width: 250px;
}
.tabspecial_default_width {
	width: 250px;
}
.swiper-viewport {
	border: none !important;
}
.htabs {
	float: left;
	position: relative;
	width: 100%;
}
.etabs {
	display: inline-block;
	float: none;
	text-align: center;
	padding: 10px 0;
	text-align: center;
	border-bottom: 2px solid #EEEEEE;
	margin-bottom: 20px;
	width: 100%;
}
.htabs .etabs li {
	display: inline-block;
	float: none;
	line-height: 17px;
	list-style: none outside none;
	position: relative;
	text-align: center;
}
.htabs a {
	display: block;
	position: relative;
	text-transform: uppercase;
	transition: color 0.4s ease 0s;
	-webkit-transition: color 0.4s ease 0s;
	-moz-transition: color 0.4s ease 0s;
	-ms-transition: color 0.4s ease 0s;
	-o-transition: color 0.4s ease 0s;
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	color: #000;
	cursor: pointer;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.7px;
	margin: 0 14px;
	padding: 10px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
}
.htabs a.selected, .htabs a:hover {
	background: transparent;
	color: #FF8E0A;
}
.hometab {
	float: left;
	position: relative;
	width: 100%;
	padding: 45px 0 0;
}
.hometab .box-heading::before {
	border-bottom: 2px solid #FF8E0A;
	bottom: -2px;
	content: "";
	left: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	right: 0;
	width: 80px;
}
.hometab .box-heading {
	display: block;
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 40px;
	margin: 0;
	padding-bottom: 13px;
	position: relative;
	text-transform: capitalize;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	border-bottom: 2px solid #EEEEEE;
}
.tab-content {
	position: relative;
	padding: 10px;
	z-index: 2;
	overflow: visible;
	margin-bottom: 25px;
	float: left;
	width: 100%;
}
.tab-content .tab {
	display: none;
}
.fa-arrow-left::before {
	content: '\f104';
	left: 0;
	font-family: 'FontAwesome';
	font-size: 25px;
	text-align: center;
	position: absolute;
	right: 0;
	bottom: 0;
}
.fa-arrow-right::before {
	content: '\f105';
	font-family: 'FontAwesome';
	font-size: 25px;
	text-align: center;
	position: absolute;
	bottom: 0;
}
.product-list .product-thumb h4 a {
	color: #000;
	font-weight: 600;
	font-size: 14px;
}
.product-left .product-info .left .image .thumbnail {
	padding: 0;
	border: none;
	margin-bottom: 0;
}
.contact-info .left .address-detail .btn.btn-info {
	float: left;
	position: relative;
	margin-top: 10px;
	margin-left: 30px;
	background-color: #FF8E0A;
	color: #FFFFFF;
	border-color: #FF8E0A;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
}
.contact-info .left .address-detail .btn.btn-info:hover {
	background-color: #000000;
	border-color: #000000;
}
#content.productpage .product-right {
	width: 58.34%;
}
#content.productpage .product-left {
	width: 41.66%;
}
.product-thumb h4 a {
	color: #8A8A8A;
}
.customNavigation a.prev:hover, .customNavigation a.next:hover {
	color: #FFFFFF !important;
	background: #FF8E0A;
	border-color: #FF8E0A;
}
.hometab .customNavigation a.prev {
	color: #000000;
	right: auto;
	left: 15px;
}
.hometab .customNavigation a {
	top: -79px !important;
}
.hometab .customNavigation a.next {
	color: #000000;
	right: 15px;
	left: auto;
}
/* footer */
.content_footer_right .payment {
	float: left;
	margin: 70px 0 15px;
}
.content_footer_right .payment .payment-method {
	padding: 0;
	margin: 0;
	list-style: none;
}
.payment ul li {
	display: inline-block;
	vertical-align: top;
	margin: 4px 2px 0;
	position: relative;
	text-align: left;
	padding: 5px 0;
}
.payment .payment-method span {
	font-size: 0;
	height: 23px;
	width: 34px;
	display: inline-block;
	vertical-align: top;
	opacity: 0.9;
	-khtml-opacity: 0.9;
	-webkit-opacity: 0.9;
	-moz-opacity: 0.9;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	text-align: left;
	cursor: pointer;
}
.payment .payment-method .american-express span {
	background: url("../image/megnor/American.png") no-repeat scroll 0 0px transparent;
}
.payment .payment-method .discover span {
	background: url("../image/megnor/Discover.png") no-repeat scroll 0 0px transparent;
}
.payment .payment-method .maestro span {
	background: url("../image/megnor/Mestro.png") no-repeat scroll 0 0px transparent;
}
.payment .payment-method .mastercard span {
	background: url("../image/megnor/master_card.png") no-repeat scroll 0 0px transparent;
}
.payment .payment-method .paypal span {
	background: url("../image/megnor/Paypal.png") no-repeat scroll 0 0px transparent;
}
.payment .payment-method .visa span {
	background: url("../image/megnor/Visa.png") no-repeat scroll 0 0px transparent;
}
footer .content_footer_top {
	background: #FF8E0A none repeat scroll 0 0;
	margin: 0 auto;
	position: relative;
}
.content_footer_left {
	clear: both;
	float: left;
	padding: 19px 50px 0 0;
	position: relative;
	width: 24.5%;
	margin-top: 52px;
	border-right: 1px solid #EFEFEF;
}
#footer .col-sm-3.column {
	float: left;
	margin: 52px auto 0;
	padding-right: 0;
	padding-left: 27px;
	width: 18%;
	border-right: 1px solid #EFEFEF;
	min-height: 320px;
}
.footer-logo p {
	color: #646464;
	font-size: 12px;
	letter-spacing: 0.7px;
	line-height: 30px;
	margin-top: 28px;
}
#footer .content_footer_right {
	float: left;
	font-weight: 500;
	margin: 50px auto 20px;
	width: 21.5%;
	padding-left: 27px;
	padding-right: 0;
}
#block_contact_infos ul li {
	clear: both;
	float: left;
	margin-bottom: 10px;
	margin-right: 0;
	position: relative;
	width: 100%;
}
#footer .address::before {
	content: "\f041";
	font-family: "FontAwesome";
	color: #FF8E0A;
	float: left;
	font-size: 16px;
	width: 21px;
	line-height: 26px;
	margin: 0 4px;
}
#footer .phoneno::before {
	content: "\f095";
	font-family: "FontAwesome";
	color: #FF8E0A;
	float: left;
	font-size: 16px;
	width: 21px;
	line-height: 26px;
	margin: 0 4px;
}
#footer .email::before {
	content: "\f0e0";
	font-family: "FontAwesome";
	color: #FF8E0A;
	float: left;
	font-size: 16px;
	width: 21px;
	line-height: 26px;
	margin: 0 4px;
	left: 0;
}
.social-icons {
	margin: 70px 0 15px;
}
#follow_us .news-title {
	color: #000;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
}
.follow-us .toggle-block {
	margin: 0;
	padding: 0;
	list-style: none;
}
#follow_us ul li a:hover i {
	color: #FFF;
}
#follow_us .toggle-block li a:hover {
	background-color: #FF8E0A;
	border-color: #FF8E0A;
}
#follow_us .toggle-block li a {
	background-color: #E6E6E6;
	background-position: center 4px;
	background-repeat: no-repeat;
	background-size: 16px 19px;
	border: 1px solid #E6E6E6;
	border-radius: 50%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	height: 28px;
	margin: 3px 6px 0 0;
	transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	width: 28px;
	vertical-align: top;
	font-size: 0;
	text-align: center;
}
#follow_us ul li a i {
	font-weight: 500;
	line-height: 27px;
	color: #000;
}
.newsletter h2::after {
	color: #FFF;
	content: "\f003";
	font-family: fontawesome;
	font-size: 30px;
	left: 0;
	right: auto;
	position: absolute;
}
.newsletter h2 {
	width: auto;
	line-height: 24px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #FFF;
	float: left;
	font-size: 20px;
	font-weight: bold;
	margin: 40px 0;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	padding-left: 40px;
}
.newsletter .title-text::before {
	border-left: 1px solid #FFF;
	bottom: -5px;
	content: "";
	height: 35px;
	left: 0;
	position: absolute;
}
.newsletter .title-text {
	color: #FFF;
	display: inline-block;
	font-weight: lighter;
	letter-spacing: 1.2px;
	margin: 40px 0 40px 70px;
	padding-left: 70px;
	position: relative;
	float: left;
	width: auto;
}
.newsletter_form {
	overflow: hidden;
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 30px 0;
	float: right;
	width: auto;
}
#txtemail {
	border: medium none;
	width: 630px;
	font-style: italic;
	border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	height: 45px;
}
.newsletter_form .subscribe-btn {
	margin: 0;
	display: inline-block;
}
.nav-tabs > li > a {
	color: #000;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 20px;
	text-transform: uppercase;
	margin-right: 20px !important;
	border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	-khtml-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border: 1px solid #111111 !important;
}
#content .pull-right .btn.btn-primary:hover, .product-compare .btn-primary:hover, .btn-primary:hover, .account-address .btn-info:hover, #account-order .text-right .btn.btn-info:hover, #cart .cart-menu .button-container strong:hover {
	border-color: #111111;
	background: #111111;
	color: #FFF;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	border-color: #111111 !important;
	background: #111111 !important;
	color: #FFF;
}
.btn-primary {
	border-color: #FF8E0A !important;
	background: #FF8E0A !important;
	color: #FFF;
	text-transform: uppercase;
	padding: 6px 15px 5px !important;
	border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	-khtml-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	letter-spacing: 0.5px;
	line-height: 20px;
}
#content .pull-right .btn.btn-primary, .product-compare .btn-primary, #content .pull-left .btn.btn-default, .account-address .btn-info, #account-order .text-right .btn.btn-info, #cart .cart-menu .button-container strong {
	border-color: #FF8E0A;
	background: #FF8E0A;
	color: #FFF;
	text-transform: uppercase;
	padding: 6px 15px 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.5px;
	line-height: 20px;
}
#tabs_info.product-tab .tab-content .tab-pane {
	padding: 0;
}
#tabs_info.product-tab .tab-content {
	border: 1px solid #E6E6E6;
	padding: 30px;
}
.nav-tabs {
	border-bottom: none !important;
	margin-bottom: 20px !important;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav > li > a:hover, .nav > li > a:focus {
	background: #111111 none repeat scroll 0 0 !important;
	border: 1px solid #111111 !important;
	color: #FFFFFF !important;
}
.newsletter .title-text p {
	margin-bottom: 0;
}
.subscribe-btn .btn.btn-default.btn-lg:hover {
	background-color: #FF8E0A !important;
	border-color: #FFFFFF !important;
}
.subscribe-btn .btn.btn-default.btn-lg {
	background: #111111 url(../image/megnor/arrow.png) no-repeat 10px 18px !important;
	border: 1px solid #FF8E0A !important;
	font-size: 0 !important;
	height: 45px;
	position: relative;
	width: 45px;
	margin-left: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
}
.newsletter_form .input-news {
	float: left;
}
.newsletter_form .form-group.required {
	margin: 0;
}
footer {
	margin-top: 30px;
	background-color: #FFFFFF;
	border-top: 1px solid #DDD;
	color: #646464;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #CCC;
}
#footer .column li a {
	color: #646464;
	cursor: pointer;
	display: block;
	font-size: 12px;
	font-weight: 500;
	line-height: 30px;
	text-transform: capitalize;
}
#footer .column li a:hover {
	color: #FF8E0A;
}
footer a:hover {
	color: #FFF;
}
footer h5 {
	line-height: 24px;
	text-transform: uppercase;
	padding: 0;
	position: relative;
	color: #000000;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 10px 0 12px;
}
@media (max-width: 979px) {
	#footer .column ul {
		display: none;
	}
	#footer .column {
		width: 100%;
	}
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
.common-home .content-top-breadcum {
	display: none;
}
/* breadcrumb */
.breadcrumb {
	background: transparent !important;
	margin: 6px 0 !important;
	padding: 0 !important;
	text-align: center;
	font-size: 13px;
	line-height: 1.25;
	float: right;
	width: 100%;
}
.breadcrumb i {
	font-size: 15px;
	color: #000;
}
.breadcrumb > li a {
	color: #000;
}
.breadcrumb > li {
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
	color: #000;
}
.breadcrumb > li a:hover, .breadcrumb i:hover {
	color: #FF8E0A;
}
.breadcrumb > li:after {
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
	display: inline-block;
	width: 100%;
}
.btn {
	padding: 6px 12px;
	font-size: 14px;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.myaccount .dropdown-menu > li > a {
	padding: 5px;
}
#form-currency .dropdown-menu li, #form-language .dropdown-menu li {
	padding: 0;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover, .dropdown-menu.myaccount-menu, #currency .dropdown-menu .btn-link {
	font-size: 12px;
	padding: 10px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #FFF;
	background: #428BCA;
	border: 1px solid #357EBD;
}
.btn-primary {
	color: #FFF;
	background-color: #428BCA;
	border: 1px solid #357EBD;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	color: #FFF;
	background-color: #3276B1;
	border: 1px solid #285E8E;
	background-position: 0 -15px;
}
.btn-warning {
	color: #FFFFFF;
	background-color: #FAA732;
	background-image: linear-gradient(to bottom, #FBB450, #F89406);
	background-repeat: repeat-x;
	border-color: #F89406 #F89406 #AD6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #FFFFFF;
	background: #D9534F;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #FFFFFF;
	background-color: #5BB75B;
	background-image: linear-gradient(to bottom, #62C462, #51A351);
	background-repeat: repeat-x;
	border-color: #51A351 #51A351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #FFFFFF;
	background-color: #DF5C39;
	background-image: linear-gradient(to bottom, #E06342, #DC512C);
	background-repeat: repeat-x;
	border-color: #DC512C #DC512C #A2371A;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #DF5C39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
	-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: #DDDDDD;
	border-image: none;
	border-right: 1px solid #DDDDDD;
	border-style: none solid solid;
	border-width: medium 1px 1px;
}
.list-group-item {
	padding: 3px 16px !important;
}
.list-group a {
	color: #888888;
	padding: 8px 16px 0 !important;
}
#column-left .box .panel-footer.text-right {
	background-color: #FFF;
	text-align: left;
	padding: 0 16px;
}
#button-filter:hover {
	border-color: #111111;
	background: #111111;
}
#button-filter {
	border-color: #FF8E0A;
	background: #FF8E0A;
	color: #FFF;
	text-transform: uppercase;
	padding: 6px 15px 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.5px;
	line-height: 20px;
}
#column-left .product-block-hover, #column-left .product-button-outer {
	display: none;
}
#column-left .swiper-viewport {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border: none;
	margin-bottom: 25px;
}
#column-left .product-thumb:hover .price, #column-left .product-thumb:hover .percentsaving {
	opacity: 1;
}
#column-left .swiper-pagination-bullet {
	display: none;
}
#column-left .box .list-group, #column-left .box .list-group-item, #column-right .box .list-group, #column-right .box .list-group-item {
	border: none;
}
a.list-group-item:hover, a.list-group-item:focus {
	background-color: #FFF !important;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #FFFFFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
	position: relative;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
		margin-right: 25px;
	}
}
.product-thumb h4 {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.2px;
	line-height: 1;
	padding-bottom: 0;
	position: relative;
	text-decoration: none;
	text-transform: capitalize;
	margin-top: 15px;
	margin-bottom: 5px;
	width: 100%;
	text-overflow: ellipsis;
	/*white-space: nowrap;*/
	overflow: hidden;
	min-height: 65px;
}
.product-thumb h4 a {
	font-size: 13px;
	line-height: 1.5;
}
.pagination-wrapper {
}
.myaccount {
	list-style: none;
}
.topphonez {
	font-size: 1.2em;
	color: #FFF;
	list-style: none;
	margin: 5px 0;
}
.topphonez .fa-angle-down {
	position: relative;
	font-size: 1.3em;
	top: 2px;
	cursor: pointer;
}
.topphonez .fa-angle-down:hover {
	color: #F90;
}
.fixphonez {
	display: none;
}
header.fixed .fixphonez {
	background: #000;
	display: inline-block;
	padding: 5px 10px;
	margin: 7px;
	float: left;
	border-radius: 5px;
}
#content .product-grid .product-block.product-thumb:hover h4 {
	/*height: auto;*/
}
#content .product-grid .product-block:hover {
	margin-bottom: 0 !important;
}
.product-thumb .caption {
	padding: 0;
}
#content .product-grid .product-block.product-thumb {
}
@media (max-width: 1200px) {
	.product-grid .product-thumb .caption {
		padding: 0 10px;
	}
}
@media (max-width: 767px) {
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
	}
	.product-grid .product-thumb .caption {
		min-height: 0;
	}
}
.product-thumb .rating {
	padding-bottom: 5px;
}
.rating .fa-stack, #review .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o, #review .fa-star-o {
	color: #FF8E0A;
	font-size: 13px;
}
.rating .fa-star, #review .fa-star {
	color: #FF8E0A;
	font-size: 13px;
}
.rating .fa-star + .fa-star-o, #review .fa-star + .fa-star-o {
	color: #FF8E0A;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #000;
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	font-family: 'Montserrat', sans-serif;
	display: inline-block;
	vertical-align: middle;
}
.product-thumb .price-new {
	font-weight: 600;
	float: left;
}
.product-thumb .price-old {
	color: #C8C8C8;
	text-decoration: line-through;
	margin-left: 10px;
	float: left;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	background-color: #FF8E0A !important;
	border-color: #FF8E0A !important;
	color: #FFF !important;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
	margin-left: 0;
	border-radius: 5px !important;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
}
.pagination > li > a, .pagination > li > span {
	margin-left: 4px !important;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 7px 14px !important;
	color: #000 !important;
}
.pagination-wrapper {
	margin-top: 20px;
}
#content .product-grid .product-block.product-thumb {
	/*margin-bottom: 19px;*/
}
.product-thumb .price-tax {
	color: #999;
	display: inline-block;
	font-size: 12px;
	width: 100%;
	display: none;
}
.ocf-noUi-connect:before, .ocf-noUi-handle {
	background-color: #F90 !important;
}
.ocf-selected .ocf-value-input::before {
	color: #FFF;
	border-color: #F90 !important;
	background-color: #F90 !important;
}
.ocf-btn-link {
	color: #F90 !important;
}
.ocf-theme-light .ocf-search-btn-static {
	background: #F90 !important;
}
.product-thumb .button-group {
	overflow: auto;
}
.product-list .product-button-outer {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	transform: unset;
	width: auto;
	top: 0;
	position: relative;
}
.product-list .product-thumb:hover .price, .product-list .product-thumb:hover .percentsaving {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button, #cart .text-right .addtocart, #cart .text-right .checkout {
	background: #FF8E0A none repeat scroll 0 0;
	border: 1px solid #FF8E0A;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 600;
	position: relative;
	transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	z-index: 2;
	margin-top: 6px;
	text-transform: uppercase;
	display: inline-block;
	padding: 6px 15px 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	letter-spacing: 0.5px;
	line-height: 20px;
}
#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: 20%;
	border-left: 1px solid #DDD;
}
.product-thumb .button-group button:hover, #cart .text-right .addtocart:hover, #cart .text-right .checkout:hover {
	color: #FFF;
	background-color: #000;
	text-decoration: none;
	cursor: pointer;
	border-color: #000;
}
.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;
	display: block;
}
.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 .product-image .customNavigation span:hover {
	background: #FF8E0A none repeat scroll 0 0;
	border-color: #FF8E0A;
	color: #FFF;
}
.product-info .product-image .customNavigation span {
	background: #FFFFFF none repeat scroll 0 0;
	border: 1px solid #E9E9E9;
	padding: 0 !important;
	height: 34px !important;
	line-height: 33px;
	width: 34px !important;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
}
.product-info .image {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	display: block;
	margin-bottom: 15px;
	text-align: center;
}
.zoomContainer .zoomWindow {
	box-shadow: none !important;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border: none !important;
}
.productpage h3 {
	margin-top: 0;
	text-transform: capitalize;
	font-size: 20px;
	font-weight: 600;
}
.quickview-model #content ul.list-unstyled {
	padding: 5px 0;
	margin-bottom: 0;
	border: none;
}
.quickview-model #input-quantity {
	width: auto;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 20px;
}
.quickview-model .productpage-quickview .product-right .fa-star::before {
	color: #FF8E0A;
}
/*.product-right .btn.wishlist, .product-right .btn.compare {
	background-color: transparent !important;
	border: none !important;
	color: #000 !important;
}*/
.quickview-model #button-cart2.btn-primary {
	line-height: 20px;
	letter-spacing: 0.5px;
	padding: 8px 11px !important;
	margin-right: 5px;
}
.productpage-quickview ul li a {
	color: #515151;
}
.productpage .product-right .rating-wrapper .fa-star-o::before, .quickview-model .productpage-quickview .product-right .fa-star-o::before {
	color: #FF8E0A;
}
.product-info .zoomContainer {
	z-index: 9;
}
/* It need for ie7 */
.product-info .additional-carousel {
	position: relative;
	margin-left: 0px;
	float: left;
	width: 100%;
}
.product-info .image-additional {
	clear: both;
	overflow: hidden;
	padding-left: 20px;
	padding-right: 20px;
	width: 400px;
	float: none;
	margin: 0 auto;
}
.product-info .image-additional img {
	width: 100%;
}
.product-info .image-additional a {
	float: left;
	display: block;
}
.product-right .btn-group .wishlist .fa, .product-right .btn-group .compare .fa {
	margin-right: 0;
}
/* box */
<!-- Megnor Start --> .box {
	margin-bottom: 12px;
}
.box .box-heading {
	padding: 10px 10px 10px 10px;
	font-size: 16px;
	color: #000;
}
.box .box-content {
	background: #FBFBFB;
	-webkit-border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	-khtml-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
	border-left: 1px solid #DBDEE1;
	border-right: 1px solid #DBDEE1;
	border-bottom: 1px solid #DBDEE1;
	padding: 10px;
}
#content .box .box-heading::before {
	border-bottom: 2px solid #FF8E0A;
	bottom: -2px;
	content: "";
	left: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	right: 0;
	width: 80px;
}
#content .box .box-heading {
	display: block;
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 40px;
	padding: 0 0 13px;
	position: relative;
	text-transform: capitalize;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	background: none;
	border-bottom: 2px solid #EEEEEE;
	margin: 0 0 20px;
}
#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 0;
	margin: 0 -15px;
}
.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: 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;
}
/* Product Grid Start */
/*.product-grid-list { }*/
/*,
.product-grid-list ul*/
#content .box-product {
	list-style-type: none;
	position: relative;
	width: 100%;
	padding: 0px;
	margin: 0;
	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 10px;
	background: #FFF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	clear: both;
	overflow: hidden;
	padding: 0;
}
#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;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #F5F5F5;
}
.grid_default_width {
	width: 230px;
}
.featured_default_width {
	width: 230px;
}
.module_default_width {
	width: 180px;
}
.latest_default_width {
	width: 230px;
}
.special_default_width {
	width: 250px;
}
.related_default_width {
	width: 230px;
}
.bestseller_default_width {
	width: 230px;
}
.additional_default_width {
	width: 80px;
}
.banners-slider-carousel .product-block-inner {
	text-align: center;
}
#content .product-carousel .product-block, #content .product-grid .product-block, #content .box-product .product-block {
	margin: 0;
	background: #FFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	clear: both;
	overflow: hidden;
	padding: 0 15px;
}
.product-thumb:hover .price, .product-thumb:hover .percentsaving {
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
}
#content .product-carousel .product-block:hover, #content .product-grid .product-block:hover, #content .box-product .product-block:hover {
	overflow: hidden;
	/*clear: both;*/
}
/*.ie7 #content .product-grid-list .product-block,*/
.ie7 #content .product-carousel .product-block, .ie7 #content .box-product .product-block {
	border: 1px solid #DDD;
}
/*.ie7 #content .product-grid-list .product-block:hover,*/
.ie7 #content .product-carousel .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-grid .product-block-inner,*/
#content .product-carousel .product-block-inner, #content .box-product .product-block-inner {
	padding: 0 0;
	text-align: left;
	overflow: hidden;
	position: relative;
	margin: 0;
}
.banners-slider-carousel {
	margin-bottom: 35px;
	position: relative;
	width: 100%;
	float: left;
	margin-top: 20px;
}
.product_banner {
	float: left;
	width: 100%;
	margin: 0 auto 35px;
	overflow: hidden;
	position: relative;
	display:flex;
}
.single_banner + .product_banner {
    padding-top:15px;
}
.product_banner_inner {
	position: relative;
	text-align: center;
	vertical-align: top;
	overflow: hidden;
	display: block;
	float: left;
}
.product_banner .product_img1 {
	margin-right: 15px;
	overflow: hidden;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.product_banner .product_img1 .static-inner, .product_banner .product_img2 .static-inner {
	display: block;
	left: 0;
	letter-spacing: 0;
	margin: 0 auto;
	padding: 10px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 30px;
	z-index: 7;
}
.product_banner .product_img2 {
	margin-left: 15px;
	overflow: hidden;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.product_banner .product_img1 .static-inner .text1.static-text, .product_banner .product_img2 .static-inner .text1.static-text {
	color: #000000;
	display: block;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 20px;
	text-transform: uppercase;
}
.product_banner .product_img1 .static-inner .text2.static-text, .product_banner .product_img2 .static-inner .text2.static-text {
	color: #696969;
	display: block;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.3px;
	line-height: 20px;
	text-transform: capitalize;
	margin: 14px auto 36px;
}
.product_banner .product_img1 .static-inner .text-button .link-text, .product_banner .product_img2 .static-inner .text-button .link-text {
	background: #FF8E0A none repeat scroll 0 0;
	border-color: #FF8E0A;
	color: #FFF;
	font-size: 12px;
	font-weight: 600;
	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;
	padding: 10px 20px;
	text-transform: uppercase;
	white-space: nowrap;
	position: relative;
	z-index: 2;
	overflow: hidden;
	letter-spacing: 0.5px;
	line-height: 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
}
.text-danger {
	position: absolute;
}
.product_banner .product_banner_inner img {
	transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
}
.product_banner .product_banner_inner:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
}
#tmcmsbannerblock .container:hover {
	box-shadow: 0 4px 15px 4px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 4px 15px 4px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 4px 15px 4px rgba(0, 0, 0, 0.15);
	transform: translate3d(0px, -3px, 0px);
	-webkit-transform: translate3d(0px, -3x, 0px);
	-ms-transform: translate3d(0px, -3x, 0px);
	-o-transform: translate3d(0px, -3x, 0px);
	-moz-transform: translate3d(0px, -3x, 0px);
	transition: all 600ms ease 0s;
	-webkit-transition: all 600ms ease 0s;
	-moz-transition: all 600ms ease 0s;
	-ms-transition: all 600ms ease 0s;
	-o-transition: all 600ms ease 0s;
}
#tmcmsbannerblock {
	float: left;
	position: relative;
	text-align: center;
	width: 100%;
	margin: 13px auto 56px;
}
#tmcmsbannerblock .container {
	background: #FF8E0A none repeat scroll 0 0;
	overflow: hidden;
	position: relative;
	padding: 0 100px 0 110px;
	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;
	transform: translate3d(0px, 0x, 0px);
	-webkit-transform: translate3d(0px, 0x, 0px);
	-ms-transform: translate3d(0px, 0x, 0px);
	-o-transform: translate3d(0px, 0x, 0px);
	-moz-transform: translate3d(0px, 0x, 0px);
	transition: all 600ms ease 0s;
	-webkit-transition: all 600ms ease 0s;
	-moz-transition: all 600ms ease 0s;
	-ms-transition: all 600ms ease 0s;
	-o-transition: all 600ms ease 0s;
}
#tmcmsbannerblock .cms_left {
	display: block;
	float: left;
	position: relative;
	text-align: left;
	width: 63%;
	padding: 13px 0;
}
#tmcmsbannerblock .cms_left .cms_title {
	color: #FFF;
	font-size: 24px;
	line-height: 26px;
	text-transform: capitalize;
	display: inline-block;
	margin: 0 16px;
	vertical-align: middle;
	letter-spacing: 0.4px;
	font-weight: 500;
}
#tmcmsbannerblock .cms_left .cms_detail {
	color: #FFF;
	font-size: 14px;
	line-height: 26px;
	text-transform: capitalize;
	display: inline-block;
	margin: 0 25px;
	letter-spacing: 0.5px;
	vertical-align: middle;
}
#tmcmsbannerblock .cms_right {
	float: right;
	position: relative;
	width: 37%;
	z-index: 2;
	text-align: right;
}
#tmcmsbannerblock .cms_right .Icon_image {
	background: rgba(0, 0, 0, 0) url("../image/megnor/icon.png") no-repeat scroll center 0;
	content: "";
	cursor: pointer;
	display: inline-block;
	height: 60px;
	position: absolute;
	vertical-align: top;
	width: 55px;
	left: 30px;
	right: auto;
	top: 8px;
	bottom: auto;
}
#tmcmsbannerblock .cms_right .cms_title {
	color: #FFF;
	font-size: 24px;
	line-height: 26px;
	text-transform: capitalize;
	display: inline-block;
	margin: 22px 20px 22px 12px;
	vertical-align: middle;
	letter-spacing: 0.1px;
}
#tmcmsbannerblock .cms_right .link-text {
	color: #FF8E0A;
	font-size: 14px;
	line-height: 18px;
	text-transform: capitalize;
	display: inline-block;
	margin: 0 20px;
	border-bottom: 1px solid #FF8E0A;
	font-weight: 500;
	letter-spacing: 0.3px;
	margin: 25px 0;
	vertical-align: middle;
	transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
}
.back_cms {
	background: #212121 none repeat scroll 0 0;
	float: right;
	height: 100%;
	margin-right: -46px;
	position: absolute;
	right: 0;
	top: 0;
	transform: skew(-45deg);
	-webkit-transform: skew(-45deg);
	-ms-transform: skew(-45deg);
	-o-transform: skew(-45deg);
	-moz-transform: skew(-45deg);
	width: 38%;
	z-index: 1;
}
#tmcmsbannerblock .cms_banner_block {
	float: left;
	position: relative;
	width: 100%;
}
#tmcmsbannerblock .cms_left .gift_image {
	display: inline-block;
	position: relative;
	background: rgba(0, 0, 0, 0) url("../image/megnor/Gift.png") no-repeat scroll center 6px;
	content: "";
	cursor: pointer;
	height: 44px;
	vertical-align: middle;
	width: 30px;
}
.tmcategorylist {
	float: left;
	width: 100%;
	clear: both;
	position: relative;
}
.tmcategory-container {
	border-bottom: 1px solid #E6E6E6;
	float: none;
	margin: 0 auto;
	padding: 0 0 50px !important;
	position: relative;
	width: 100%;
}
.shortcode-title {
	padding: 0 0 13px;
	width: 100%;
	position: relative;
	text-align: center;
	float: left;
	border-bottom: 2px solid #EEEEEE;
	margin: 0 0 20px;
}
.shortcode-title::before {
	border-bottom: 2px solid #FF8E0A;
	bottom: -2px;
	content: "";
	left: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	right: 0;
	width: 80px;
}
.big-title {
	display: block;
	text-align: center;
	font-size: 30px !important;
	font-weight: 600 !important;
	letter-spacing: 0;
	line-height: 40px;
	margin: 0;
	padding-bottom: 0;
	position: relative;
	text-transform: capitalize !important;
	color: #000;
	font-family: 'Montserrat', sans-serif;
}
#spe_res .products {
	position: relative;
	clear: both;
	padding: 0;
}
.products .product_list {
	width: 100%;
	margin: 0 0 20px;
	float: left;
	list-style: none;
	padding: 0;
}
.tmcategorylist #tmcategorylist.grid {
	margin: 0 auto;
}
.tmcategorylist .products .product_list {
	margin: 0;
}
.tmcategorylist #tmcategorylist.grid li {
	width: 25%;
}
.tmcategorylist li {
	float: left;
	padding: 0 15px;
	position: relative;
	width: 100%;
}
.tmcategory-container .categoryblock {
	float: left;
	width: 100%;
	margin: 10px 0 23px;
}
.tmcategory-container .categoryblock .block_content {
	background-color: #FFF;
	display: block;
	overflow: hidden;
	padding: 0;
	position: relative;
}
.tmcategory-container .categoryblock .block_content .categoryimage_bg {
	display: inline-block;
	position: relative;
	z-index: 9;
}
.tmcategory-container .categoryblock .categoryimage::before {
	background: #FF8E0A;
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	position: absolute;
	right: 0;
	top: 0;
	transform: scale(0.5, 0);
	-webkit-transform: scale(0.5, 0);
	-ms-transform: scale(0.5, 0);
	-o-transform: scale(0.5, 0);
	-moz-transform: scale(0.5, 0);
	transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	width: 100%;
}
.tmcategory-container .categoryblock .block_content .categoryimage {
	position: relative;
	display: inline-block;
}
.products img {
	/* margin-left: 4px; */
	max-width: 100%;
	position: relative;
	transition: all 600ms ease 0s;
	-webkit-transition: all 600ms ease 0s;
	-moz-transition: all 600ms ease 0s;
	-ms-transition: all 600ms ease 0s;
	-o-transition: all 600ms ease 0s;
	position: relative;
}
.tmcategory-container .categoryblock .block_content .categoryimage .cate-btn {
	left: 0;
	position: absolute;
	right: 0;
	top: 40%;
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	transform: translateY(-120px);
	-webkit-transform: translateY(-120px);
	-ms-transform: translateY(-120px);
	-o-transform: translateY(-120px);
	-moz-transform: translateY(-120px);
	transition: all 0.8s ease 0s;
	-webkit-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-ms-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	text-align: center;
	padding: 0 20px;
	z-index: 10;
}
.tmcategory-container .categoryblock:hover .categoryimage .cate-btn {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	-moz-transform: translateY(0);
}
.tmcategory-container .categoryblock:hover .categoryimage::before {
	opacity: 0.5;
	-khtml-opacity: 0.5;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);
	transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	z-index: 9;
}
.tmcategory-container .categoryblock .block_content .categoryimage .cate-btn .btn-primary {
	background: transparent !important;
	border: none;
	white-space: normal;
	font-size: 14px;
	line-height: 23px;
	font-weight: 600;
	padding: 6px 10px 5px;
	text-transform: uppercase;
}
.tmcategory-container .categoryblock .block_content .categoryimage .cate-icon::before {
	color: #FFF;
	content: "\f101";
	font-family: "FontAwesome";
	font-size: 18px;
	font-weight: 500;
	transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	vertical-align: top;
	top: 5px;
	position: relative;
}
.tmcategory-container .categoryblock .block_content .categorylist {
	position: relative;
	text-align: center;
	transition: all 0.8s ease 0s;
	-webkit-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-ms-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	width: 100%;
	float: left;
}
.tmcategory-container .categoryblock .block_content .categorylist .cate-heading a {
	color: #000;
}
.tmcategory-container .categoryblock .block_content .categorylist .cate-heading {
	color: #000000;
	float: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.3px;
	margin: 15px auto 0;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: capitalize;
	width: 100%;
}
.single_banner {
	background: rgba(0, 0, 0, 0) url("../image/megnor/Parralx.jpg") no-repeat fixed center center;
	background-size: auto auto;
	background-size: 100% auto;
	float: none;
	height: 430px;
	margin: 0 auto;
	padding: 92px 0;
	position: relative;
	text-align: center;
	width: 100%;
	clear: both;
}
.single_banner .cms_caption_main {
	float: left;
	margin: 12px auto;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 1;
}
.single_banner .left_cms {
	float: none;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 9;
}
.single_banner .cms_caption1 {
	color: #FFFFFF;
	background: #FF8E0A none repeat scroll 0 0;
	color: #FFFFFF;
	display: inline-block;
	font-size: 12px;
	letter-spacing: 3.8px;
	line-height: 18px;
	padding: 3px 15px;
	text-transform: uppercase;
}
.single_banner .leftcms_border {
	border-top: 2px solid rgba(255, 255, 255, 0.5);
	border-bottom: 2px solid rgba(255, 255, 255, 0.5);
	display: block;
	float: none;
	height: 120px;
	left: 0;
	margin: 0 auto;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: center;
	top: 145px;
	width: 970px;
}
.single_banner .text1.static-text {
	color: #FFFFFF;
	font-size: 60px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 30px;
	margin: 72px 0 75px;
	text-transform: uppercase;
}
.single_banner .text2.static-text {
	color: #FFFFFF;
	font-size: 16px;
	letter-spacing: 3.1px;
	line-height: 18px;
	margin-bottom: 32px;
	text-transform: uppercase;
}
.single_banner .center_cms {
	float: none;
	margin: 0 auto;
	position: relative;
	text-align: center;
	top: 0;
	width: 100%;
}
.center_cms .fa.fa-star.star2 {
	font-size: 30px;
	margin: 0 10px;
}
.center_cms .fa.fa-star.star1, .center_cms .fa.fa-star.star3 {
	font-size: 18px;
}
.center_cms i {
	color: #FFF;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	vertical-align: middle;
	width: 1em;
	height: 1em;
}
.box.special {
	margin: 58px auto 50px;
	float: left;
	width: 100%;
}
.percentsaving {
	background: #FF8E0A none repeat scroll 0 0;
	color: #FFFFFF;
	display: inline-block;
	font-size: 10px;
	font-weight: 600;
	line-height: 20px;
	margin: 2px 2px;
	padding: 0 7px;
	vertical-align: top;
}
.product-block-hover {
	top: 0;
	left: auto;
	right: 5%;
	margin: 0 auto;
	float: none;
	width: 40px;
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	position: absolute;
	text-align: center;
	transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	z-index: 5;
	display: inline-block;
}
.product-block.product-thumb:hover .product-block-hover {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	top: 5%;
}
.product-button-outer {
	position: relative;
	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;
	text-align: left;
	width: 100%;
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	vertical-align: top;
	bottom: 0;
	margin: 0;
	position: absolute;
	transform: translateX(-150px);
	-webkit-transform: translateX(-150px);
	-ms-transform: translateX(-150px);
	-o-transform: translateX(-150px);
	-moz-transform: translateX(-150px);
	width: calc(100% - 20px);
	display: flex;
	padding-bottom: 10px;
	justify-content: space-between;
	flex-wrap: wrap;
}
.product-block.product-thumb:hover .product-button-outer {
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	-moz-transform: translateX(0px);
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}
.product-button-outer .btn-block.boc_order_category_btn {
	font-size: 12px;
	font-weight: 600;
	position: relative;
	transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	z-index: 2;
	margin-top: 6px;
	text-transform: uppercase;
	display: inline-block;
	padding: 6px 15px 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	letter-spacing: 0.5px;
	line-height: 20px;
	white-space: nowrap;
}
.product-thumb .product-block-hover .wishlist:hover, .product-thumb .product-block-hover .compare:hover, .quickview:hover {
	background-color: #000;
	border-color: #000;
}
.product-thumb .product-block-hover .wishlist, .product-thumb .product-block-hover .compare, .quickview {
	background-color: #FF8E0A;
	display: inline-block;
	font-size: 0;
	height: 32px;
	line-height: 29px;
	padding: 0;
	position: relative;
	vertical-align: top;
	width: 32px;
	border: 1px solid #FF8E0A;
	border-radius: 5px;
	margin: 0 0 5px;
	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;
	text-align: center;
	box-sizing: border-box;
}
.product-thumb .product-block-hover .wishlist .fa-heart::before {
	content: "\f08a";
	color: #FFF;
	top: 8px;
	position: absolute;
	left: 8px;
}
.product-thumb .product-block-hover .compare .fa-exchange::before {
	content: "\f24d";
	color: #FFF;
	top: 8px;
	position: absolute;
	left: 8px;
}
.quickview-model #content.productpage-quickview {
	padding: 20px 5px !important;
	width: 100% !important;
}
.quickview a::before {
	content: "\f06e";
	font-family: "FontAwesome";
	font-size: 17px;
	color: #FFF;
}
.quickview {
	display: inline-block;
}
.quickview .container {
	width: 100%;
	background: #FFFFFF;
	padding: 0 10px;
}
.quickview .container .row {
	margin: 0;
}
.quickview .top_button {
	display: none;
}
.quickview #product2 {
	float: left;
	width: 100%;
}
.quickview #product2 h3 {
	width: 100%;
}
.productpage-quickview #product2 h3 {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 10px;
	padding: 0;
	text-transform: none;
	color: #333333;
}
@media (max-width: 767px) {
	.quickbox {
		display: none;
	}
}
/* box products for Left Column and Right Column */
#column-left .box .box-heading, #column-right .box .box-heading {
	padding: 20px 16px 0;
	text-transform: uppercase;
	cursor: pointer;
	color: #000000;
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 1px;
	margin: 0;
	padding: 20px 16px 0;
	position: relative;
}
#column-left .box, #column-right .box {
	margin-bottom: 25px;
	background: #FFFFFF;
	border: 1px solid #E6E6E6;
}
#column-left .box-product, #column-right .box-product {
	width: 100%;
	overflow: hidden;
}
#column-left .box-product > div, #column-right .box-product > div {
	display: block;
	vertical-align: top;
	margin-right: 0px;
	margin-bottom: 5px;
	width: 100%;
}
#column-left .box .box-content div.product-items:last-child > div, #column-right .box .box-content div.product-items:last-child > div, #column-left .box .box-content div.slider-item:last-child > div, #column-right .box .box-content div.slider-item:last-child > div {
	border: 0 none;
}
#column-left .box-product .image, #column-right .box-product .image {
	display: block;
	margin-bottom: 0px;
	float: left;
	margin-right: 10px;
}
#column-left .product-items .product-details, #column-right .product-items .product-details {
	float: left;
	width: 60%;
	/* specify width as per your requirement */
}
#column-left .product-thumb .caption, #column-right .product-thumb .caption {
	padding: 0;
}
#column-left .box-product .product-thumb h4, #column-right .box-product .product-thumb h4 {
	font-weight: normal;
	font-size: 13px;
	margin: 0 0 5px;
}
#column-left .box-product .name, #column-right .box-product .name {
	display: block;
}
#column-left .box-product .cart, #column-right .box-product .cart {
	display: block;
}
#column-left .box-product .cart .button, #column-right .box-product .cart .button {
	padding: 0;
	background: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	height: auto;
	font-weight: normal;
	border-radius: 0;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	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 .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: #FFF;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	padding: 5px 16px 10px;
	position: relative;
}
#column-left .box .box-content .box-category li {
	border-bottom: none;
	position: relative;
}
#column-left .box .box-content .box-category li a:hover {
	background-position: 2px -28px;
	color: #FF8E0A;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
}
#column-left .box .box-content .box-category li a {
	background: url(../image/megnor/menu_arrow.png) no-repeat scroll 2px 14px transparent;
	display: inline;
	padding-left: 0px;
	display: inline-block;
	font-size: 12px;
	line-height: 24px;
	padding: 7px 10px 7px 22px;
	color: #333333;
}
.treeview-list .expandable-hitarea, .treeview-list .collapsable-hitarea {
	background: none !important;
	position: absolute;
	right: 0;
}
.treeview-list .expandable .collapsable-hitarea::before, .treeview-list .expandable-hitarea::before, .responsive-menu .expandable-hitarea::before {
	color: #626262;
	content: "\f067";
	font-family: "FontAwesome";
	font-size: 10px;
	right: 0;
	position: absolute;
	top: 7px;
}
.treeview-list .collapsable .expandable-hitarea::before, .treeview-list .collapsable-hitarea::before {
	color: #626262;
	content: "\f068";
	font-family: "FontAwesome";
	font-size: 10px;
	position: absolute;
	right: 0;
	top: 7px;
}
#column-left .box-product .rating, #column-right .box-product .rating {
	display: block;
	margin-bottom: 0px;
}
#column-left .product-thumb, #column-right .product-thumb {
	border-color: #DDD;
	border-style: none none solid;
	border-width: medium medium 1px;
	margin-bottom: 5px;
	padding: 10px 0;
}
#column-left .sale, #column-left .price-tax, #column-left .wishlist, #column-left .compare, #column-right .sale, #column-right .price-tax, #column-right .wishlist, #column-right .compare {
	display: none !important;
}
#column-left .product-thumb .button-group button, #column-right .product-thumb .button-group button {
	background: none repeat scroll 0 0 transparent;
	padding: 0;
	width: auto;
	line-height: 28px;
}
#column-left .product-thumb .button-group, #column-right .product-thumb .button-group {
	background: none;
	border: none;
}
.top_button {
	background: url("../image/megnor/top_arrow.png") no-repeat scroll 0 0 transparent;
	height: 40px;
	width: 40px;
	right: 8px;
	bottom: 5px;
	display: none;
	position: fixed;
	z-index: 95;
	font-size: 0;
}
#account-account #content ul li a:hover {
	color: #FF8E0A;
}
#content ul.list-unstyled {
	/*border: 1px solid #eeeeee;*/
	margin-bottom: 10px;
	overflow: auto;
	padding: 10px;
}
#content ul.list-unstyled li {
	line-height: 22px;
	padding: 4px 0;
}
.manufacturer-list {
	border: 1px solid #DBDEE1;
	margin-bottom: 20px;
	padding: 5px;
}
.manufacturer-heading {
	background: none repeat scroll 0 0 #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%;
}
.single-blog h3 {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.3px;
	margin: 0 0 15px;
	line-height: 20px;
	text-transform: uppercase;
	line-height: 24px;
}
.hometab #tab-latest, .hometab #tab-bestseller, .hometab #tab-special {
	padding: 0;
	clear: both;
}
.category_filter .sort{
	overflow: hidden;
}
.category_filter .sort .form-control {
	cursor: pointer;
}
.productpage .box {
	margin-top: 20px;
}
.col-sm-4.total_amount {
	margin-top: 70px;
}
.product-tag {
	margin: 5px 0;
}
#content .aboutus {
	clear: both;
}
.image1 {
	background: url("../image/megnor/cms-sprite.png") no-repeat scroll 7px -165px;
	float: left;
	height: 50px;
	width: 60px;
}
.image2 {
	background: url("../image/megnor/cms-sprite.png") no-repeat scroll 7px -116px;
	float: left;
	height: 50px;
	width: 60px;
}
.image3 {
	background: url("../image/megnor/cms-sprite.png") no-repeat scroll 7px -52px;
	float: left;
	height: 50px;
	width: 60px;
}
.image4 {
	background: url("../image/megnor/cms-sprite.png") no-repeat scroll 7px 6px;
	float: left;
	height: 50px;
	width: 60px;
}
#content .product-layout.product-grid {
	padding: 0;
	position: relative;
}
span.customSelect {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-khtml-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
}
.category_filter .sort .form-control {
	cursor: pointer;
	box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
}
.compare-total a:hover {
	color: #FF8E0A;
}
.compare-total a {
	color: #000;
}
.btn-list-grid .btn-group {
	margin-top: 5px;
}
.aboutus h2 {
	clear: both;
	font-size: 20px;
}
.about-content {
	overflow: hidden;
}
.information-information .right {
	float: right;
}
.category_filter #grid-view:hover, .category_filter #grid-view.active {
	background: url("../image/megnor/grid-list.png") no-repeat scroll 4px 4px transparent !important;
}
.category_filter #grid-view {
	background: url("../image/megnor/grid-list.png") no-repeat scroll 4px -25px transparent !important;
	border: medium none !important;
	height: 27px;
	width: 27px;
	margin-right: 8px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	padding: 0;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
}
.category_filter #list-view {
	background: url(../image/megnor/grid-list.png) no-repeat scroll -24px -24px transparent !important;
	border: medium none !important;
	height: 27px;
	width: 30px;
	padding: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-khtml-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
}
.category_filter #list-view:hover, .category_filter #list-view.active {
	background: url(../image/megnor/grid-list.png) no-repeat scroll -24px 4px transparent !important;
	box-shadow: none;
}
.category_filter #grid-view, .category_filter #list-view {
	background: #EEE;
	border: 1px solid #DDD;
	color: #666;
}
.category_filter #grid-view:hover, .category_filter #list-view:hover, .category_filter #grid-view.active, .category_filter #list-view.active {
	background: #DDD;
}
.category_filter #grid-view:hover .fa, .category_filter #list-view:hover .fa {
	color: #333;
}
.category_filter .btn-list-grid {
	float: left;
	width: auto;
	padding: 0;
}
.compare-total {
	float: left;
	margin: 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;
}
.category_filter .sort {
	float: left;
	width: 150px;
	padding: 0;
}
.category_filter .limit {
	float: right;
	width: 100px;
	padding: 0;
}
.sort-by-wrapper, .show-wrapper {
	float: left;
}
.category_filter .list.active, .category_filter .grid.active {
	background: #428BCA;
}
.category_thumb .category_img, .category_thumb .category_description {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.category_list ul {
	padding: 0;
	display: inline-block;
	margin: 0;
}
.refine-search ul {
	padding: 0;
}
.refine-search ul li {
	list-style: none;
}
.category_list li a {
	color: #211F20;
	display: block;
	padding: 5px 5px;
	border: 1px solid #DDD;
	background: #F7F7F7;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
}
.category_list li a:hover {
	color: #FF8E0A;
}
.category_list li {
	float: left;
	list-style: outside none none;
	margin: 0 10px 5px 0;
	text-align: center;
}
.category_filter, .pagination-wrapper {
	display: inline-block;
	margin: 0 0 10px;
	padding: 0;
	width: 100%;
}
.pagination-wrapper .page-link {
	float: right;
	padding: 0;
	width: auto;
}
.pagination-wrapper .page-result {
	float: left;
	padding: 0;
	width: auto;
	margin: 8px 0 0;
}
.contact-info .left {
	float: left;
	width: 50%;
}
.contact-info .right {
	float: right;
	width: 50%;
}
.row.contact-info {
	padding: 0 15px;
}
.information-contact .panel-body {
	padding: 30px;
	overflow: auto;
}
.contact-info {
	color: #666;
}
.contact-info .address-detail strong {
	background: url("../image/megnor/cms-sprite.png") no-repeat scroll -6px -235px transparent;
	padding: 5px 0 0 35px;
	height: 28px;
	margin: 10px 0;
	float: left;
	clear: both;
}
.contact-info .address-detail, .contact-info .telephone, .contact-info .fax {
	float: left;
	width: 100%;
}
.contact-info .telephone strong {
	background: url("../image/megnor/cms-sprite.png") no-repeat scroll -5px -314px transparent;
	padding: 5px 0 0 35px;
	margin: 10px 0;
	height: 28px;
	float: left;
	clear: both;
}
.contact-info .fax strong {
	background: url("../image/megnor/cms-sprite.png") no-repeat scroll -5px -272px transparent;
	padding: 5px 0 0 35px;
	height: 28px;
	margin: 10px 0;
	float: left;
	clear: both;
}
.contact-info address {
	display: inline-block;
	margin: 0 0 0 36px;
	float: left;
	clear: both;
}
#spinner {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9;
	background: url("../image/megnor/ajax-loader.gif") 50% 50% no-repeat #FFF;
}
.swiper-button-prev::before {
	content: '\f0d9' !important;
	font-size: 20px !important;
	line-height: 34px;
	text-align: center;
	position: absolute;
	border: 1px solid #FFF;
	color: #FFF !important;
	height: 34px !important;
	width: 34px !important;
}
.swiper-button-next::before {
	content: '\f0da' !important;
	font-size: 20px !important;
	line-height: 34px;
	text-align: center;
	position: absolute;
	border: 1px solid #FFF;
	color: #FFF !important;
	height: 34px !important;
	width: 34px !important;
	right: 2px;
}
.main-slider .swiper-pagination-bullet {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #FFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor: pointer;
	height: 13px;
	text-indent: -9999px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	width: 13px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.main-slider .swiper-pagination-bullet-active, .main-slider .swiper-pagination-bullet:hover {
	background: #FF8E0A;
	border-color: #FF8E0A;
}
.swiper-viewport:hover .swiper-button-prev, .swiper-viewport:hover .swiper-button-next {
	opacity: 1 !important;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}
.swiper-button-prev:hover::before, .swiper-button-next:hover::before {
	background: #FF8E0A;
	border-color: #FF8E0A;
	color: #FFF !important;
}
.main-slider {
	position: relative;
	margin-top: 30px;
}
.main-slider .swiper-viewport {
	margin-bottom: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border: none;
}
.productpage .product-right .list-unstyled {
	padding: 0 !important;
	border: none !important;
}
.productpage .product-right ul li .desc {
	font-weight: bold;
	margin-right: 15px;
}
.form-control {
	box-shadow: none !important;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 0 !important;
}
.productpage .product-right ul li a {
	color: #000;
}
.main-slider .swiper-pagination {
	bottom: 10px;
}
.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: 5px 10px;
	color: #000;
}
.productpage .rating-wrapper {
	margin: 15px 0;
}
.checkout-cart .hasCustomSelect {
	width: 95% !important;
}
#servicecmsinfo_block1 {
	padding: 0;
}
#servicecmsblock {
	float: left;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #E6E6E6;
	border-top: 1px solid #E6E6E6;
	padding: 20px 0;
	margin-top: 30px;
}
#servicecmsblock .fifth-content-five {
	border-right: none !important;
}
#servicecmsblock .first-content-one, #servicecmsblock .second-content-two, #servicecmsblock .third-content-three, #servicecmsblock .fourth-content-four, #servicecmsblock .fifth-content-five {
	cursor: pointer;
	float: left;
	padding: 0 27px;
	position: relative;
	width: 20%;
	border-right: 1px solid #E6E6E6;
}
#servicecmsblock .icon-left1, .icon-left2, .icon-left3, .icon-left4, .icon-left5 {
	float: left;
	margin-bottom: 20px;
	margin-top: -10px;
	display: inline-block;
	height: 49px;
	line-height: 30px;
	margin: 0;
	position: relative;
	text-align: center;
	transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	width: 66px;
	position: relative;
}
#servicecmsblock .first-content-one .icon-left1 {
	background: rgba(0, 0, 0, 0) url("../image/megnor/services-icon.png") no-repeat scroll center 9px;
}
#servicecmsblock .second-content-two .icon-left2 {
	background: rgba(0, 0, 0, 0) url("../image/megnor/services-icon.png") no-repeat scroll center -197px;
}
#servicecmsblock .third-content-three .icon-left3 {
	background: rgba(0, 0, 0, 0) url("../image/megnor/services-icon.png") no-repeat scroll center -400px;
}
#servicecmsblock .fourth-content-four .icon-left4 {
	background: rgba(0, 0, 0, 0) url("../image/megnor/services-icon.png") no-repeat scroll center -605px;
}
#servicecmsblock .fifth-content-five .icon-left5 {
	background: rgba(0, 0, 0, 0) url("../image/megnor/services-icon.png") no-repeat scroll center -809px;
}
#servicecmsblock .service-right .title {
	color: #000;
	font-family: "Montserrat";
	font-size: 12px;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	font-weight: 600;
}
#servicecmsblock .first-content-one:hover .icon-left1 {
	background-position: center -93px;
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
}
#servicecmsblock .second-content-two:hover .icon-left2 {
	background-position: center -299px;
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
}
#servicecmsblock .third-content-three:hover .icon-left3 {
	background-position: center -502px;
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
}
#servicecmsblock .fourth-content-four:hover .icon-left4 {
	background-position: center -707px;
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
}
#servicecmsblock .fifth-content-five:hover .icon-left5 {
	background-position: center -911px;
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
}
#servicecmsblock .service-right:hover .title {
	color: #FF8E0A;
}
#servicecmsblock .service-right .sub-title {
	color: #7D7D7D;
	font-size: 12px;
	letter-spacing: 0.8px;
	font-weight: 400;
}
#tmcmsabout_block {
	clear: both;
	padding: 60px 0 0;
	float: left;
	width: 100%;
}
.tmcmsabout_block {
	position: relative;
	margin: 0 auto;
}
.tmcmsabout_block .cms-left, .tmcmsabout_block .cms-middle, .tmcmsabout_block .cms-right {
	float: left;
	position: relative;
	width: 32%;
}
#tmcmsabout_block .cms-banner-item {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
#tmcmsabout_block .cms-banner-inner {
	position: relative;
	overflow: hidden;
	z-index: 2;
}
#tmcmsabout_block .cms-banner-img img {
	max-width: 100%;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
}
#tmcmsabout_block .cms-banner-inner:hover .static-inner {
	transform: translateX(15%);
	-webkit-transform: translateX(15%);
	-ms-transform: translateX(15%);
	-o-transform: translateX(15%);
	-moz-transform: translateX(15%);
}
#tmcmsabout_block .cms-banner-inner:hover .cms-banner-img img {
	transform: scale(1.03);
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	-o-transform: scale(1.03);
	-moz-transform: scale(1.03);
}
#tmcmsabout_block .about-cms-3 .cms-banner-inner:hover {
	background: #111;
}
#tmcmsabout_block .about-cms-3 .cms-banner-inner.static-inner, #tmcmsabout_block .about-cms-3 .cms-banner-inner:hover .static-inner {
	transform: none;
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	-moz-transform: none;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
}
#tmcmsabout_block .static-inner .link-text:hover, #tmcmsabout_block .about-cms-4 .static-inner .link-text:hover {
	color: #FF8E0A;
	border-bottom: 2px solid #FF8E0A;
}
#tmcmsabout_block .about-cms-4 .cms-banner-inner:hover .static-inner {
	transform: translateX(-15%);
	-webkit-transform: translateX(-15%);
	-ms-transform: translateX(-15%);
	-o-transform: translateX(-15%);
	-moz-transform: translateX(-15%);
}
#tmcmsabout_block .about-cms-1 .static-inner, #tmcmsabout_block .about-cms-2 .static-inner {
	left: 20px;
	right: auto;
	text-align: left;
	top: 25%;
	width: 50%;
}
#tmcmsabout_block .static-inner {
	box-sizing: border-box;
	display: block;
	left: 0;
	letter-spacing: 0;
	margin: 0 auto;
	padding: 10px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 30px;
	z-index: 7;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	-moz-transform: translateX(0px);
}
#tmcmsabout_block .static-inner .text1 {
	display: inline-block;
	color: #FFF;
	display: block;
	font-size: 36px;
	font-weight: 600;
	line-height: 38px;
	text-transform: uppercase;
}
#tmcmsabout_block .static-inner .text2 {
	display: block;
	color: #FFF;
	font-size: 36px;
	font-weight: 600;
	letter-spacing: 0px;
	line-height: 38px;
	text-transform: uppercase;
}
#tmcmsabout_block .static-inner .link-text {
	border-bottom: 2px solid rgba(255, 255, 255, 0.7);
	color: #FFFFFF;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.3px;
	line-height: 20px;
	margin-top: 74px;
	text-align: center;
	text-transform: capitalize;
}
.tmcmsabout_block .cms-middle {
	margin: 0 2%;
}
.tmcmsabout_block .cms-middle .about-cms-2 {
	margin-bottom: 30px;
	margin-top: -36px;
}
#tmcmsabout_block .about-cms-2 .static-inner {
	top: 35%;
}
#tmcmsabout_block .about-cms-2 .static-inner .text1 {
	font-size: 26px;
	margin-bottom: 5px;
}
#tmcmsabout_block .about-cms-2 .static-inner .text2 {
	font-size: 12px;
	line-height: 26px;
	font-weight: 400;
	text-transform: capitalize;
	letter-spacing: 0.8px;
}
#tmcmsabout_block .about-cms-3 .cms-banner-inner {
	background: #FF8E0A;
	width: 100%;
	height: 179px;
	padding: 10px;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}
#tmcmsabout_block .about-cms-3 .static-inner_main::after {
	border-right: 3px dotted #FFFFFF;
	bottom: 0;
	content: "";
	height: 200%;
	position: absolute;
	right: 0;
	top: 0;
	width: 2px;
}
#tmcmsabout_block .about-cms-3 .static-inner_main::before {
	border-left: 3px dotted #FFFFFF;
	bottom: 0;
	content: "";
	height: 200%;
	left: 0;
	position: absolute;
	top: 0;
	width: 2px;
}
#tmcmsabout_block .about-cms-3 .static-inner::before, #tmcmsabout_block .about-cms-3 .static-inner::after {
	border-bottom: 3px dotted #FFFFFF;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	width: 200%;
}
.tmcmsabout_block.container {
	padding: 0;
}
#tmcmsabout_block .about-cms-3 .static-inner::before {
	top: 0;
}
#tmcmsabout_block .about-cms-3 .static-inner {
	border-color: #FFF;
	display: block;
	margin: 0 auto;
	text-align: center;
	z-index: 7;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	width: 100%;
	transform: none;
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	-moz-transform: none;
}
#tmcmsabout_block .about-cms-4 .static-inner {
	left: auto;
	right: 0;
	text-align: left;
	top: 25%;
	width: 39.5%;
}
#tmcmsabout_block .about-cms-4 .static-inner .text1, #tmcmsabout_block .about-cms-4 .static-inner .text2, #tmcmsabout_block .about-cms-4 .static-inner .link-text {
	color: #000;
}
#tmcmsabout_block .about-cms-4 .static-inner .link-text {
	border-bottom: 2px solid rgba(0, 0, 0, 0.7);
}
#tmcmsabout_block .about-cms-3 .static-inner1 {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 28%;
}
#tmcmsabout_block .about-cms-3 .static-inner .text1 {
	font-size: 26px;
	margin-bottom: 5px;
	letter-spacing: 0.6px;
}
#tmcmsabout_block .about-cms-3 .static-inner .text2 {
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	text-transform: capitalize;
	letter-spacing: 0px;
}
.tmcmsabout_block .cms-left .half-content, .tmcmsabout_block .cms-middle .half-content, .tmcmsabout_block .cms-right .half-content {
	float: left;
	position: relative;
	width: 100%;
}
#tmcmsabout_block .about-cms-3 .static-inner_main {
	float: left;
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}
#tmcmsabout_block .about-cms-3 .static-inner::after {
	bottom: 0;
}
#tmcmsabout_block .about-cms-3 .static-inner::before, #tmcmsabout_block .about-cms-3 .static-inner::after {
	border-bottom: 3px dotted #FFFFFF;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	width: 200%;
}
#tmcmsabout_block .about-cms-3 .static-inner::before {
	top: 0;
}
#carousel-0 .product-carousel .product-block:hover img {
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
}
#carousel-0 .product-carousel .product-block img {
	max-width: 100%;
	position: relative;
	transition: all 600ms ease 0s;
	-webkit-transition: all 600ms ease 0s;
	-moz-transition: all 600ms ease 0s;
	-ms-transition: all 600ms ease 0s;
	-o-transition: all 600ms ease 0s;
}
.banners-slider-carousel .product-carousel {
	margin: 0 40px !important;
}
.banners-slider-carousel .customNavigation a {
	top: 45px !important;
}
.customNavigation a.prev {
	right: auto;
	left: 15px;
}
.customNavigation a {
	top: -80px !important;
	display: block;
	color: #585858 !important;
	height: 34px !important;
	position: absolute;
	text-align: center;
	width: 34px !important;
	line-height: 33px;
	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;
	border: 1px solid #E9E9E9;
	background: #FFF;
	padding: 0 !important;
	border-radius: 5px;
}
.page-title {
	padding: 0 0 10px;
	border-bottom: 1px solid #EEEEEE;
}
.page-title, .refine-search, .product-title, .product-option {
	font-size: 24px;
	font-weight: 500;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 24px;
}
.category_list {
	margin-top: 10px;
}
.copy-right {
	padding: 14px 0;
	text-align: center;
	background: #111111;
	margin-top: 57px;
}
.payment h4 {
	color: #000;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0;
}
#bottom-footer .list-unstyled {
	margin: 4px auto;
}
#bottom-footer {
	text-align: left;
	display: inline-block;
	float: left;
	position: relative;
	width: auto;
}
.copy-right .container {
	padding: 0;
}
#bottom-footer li {
	display: inline;
	padding: 0 13px 0 3px;
	background: url(../image/megnor/pipe.gif) no-repeat scroll right center transparent;
}
#bottom-footer li.contact {
	background: none;
}
#bottom-footer a:hover {
	color: #FF8E0A;
}
#bottom-footer a {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 600;
	line-height: 20px;
	text-transform: capitalize;
	letter-spacing: 0.9px;
}
#powered {
	display: inline-block;
	font-size: 12px;
	line-height: 20px;
	margin: 5px auto;
	position: relative;
	text-align: right;
	float: right;
	width: auto;
	z-index: 1;
	color: #FFF;
	font-weight: 600;
}
.account-address .table > tbody > tr > td {
	vertical-align: middle;
}
.account-address .btn-info {
	margin: 2px 0;
}
.affiliate-account .btn-primary .list-group-item, .affiliate-account .btn-primary .list-group-item:hover {
	padding: 0;
	background: none;
	color: #FFF;
}
#content .affiliate-logout {
	border: 1px solid #EEEEEE;
	padding: 10px;
}
.shopping-cart .img-thumbnail {
	max-width: none;
}
#accordion label.col-sm-2.control-label {
	margin: 7px 0 0;
	padding: 0 15px 0 0;
}
#accordion #collapse-shipping label.col-sm-2.control-label {
	padding: 0 15px;
}
.checkout-checkout #accordion label.col-sm-2.control-label {
	padding-left: 15px;
}
.checkout-cart .input-group-btn:last-child > .btn, .checkout-cart .input-group-btn:last-child > .btn-group {
	margin-left: 5px;
	font-size: 14px;
}
.col-sm-3.search_subcategory {
	width: auto;
	margin-top: 7px;
}
#button-search {
	float: right;
	margin-bottom: 10px;
}
.product-search h2 {
	clear: both;
}
#product-manufacturer #content p a:hover, .manufacturer-content a:hover {
	color: #FF8E0A;
}
#product-manufacturer #content p a, .manufacturer-content a {
	color: #515151;
}
#input-captcha, #input-payment-captcha {
	margin-bottom: 10px;
}
.list-unstyled .picker-switch .btn:hover .glyphicon {
	color: #FFF !important;
}
.list-unstyled .picker-switch .btn:hover {
	background: #FF8E0A !important;
}
.glyphicon {
	color: #000 !important;
}
.bootstrap-datetimepicker-widget td span {
	color: #000;
}
.bootstrap-datetimepicker-widget td.day {
	position: relative;
}
.bootstrap-datetimepicker-widget td span.active {
	background-color: #FF8E0A !important;
}
.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, 0.2);
	position: absolute;
	bottom: 4px;
	right: 4px;
}
.bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover {
	background-color: #FF8E0A !important;
	color: #FFF !important;
}
.shopping-cart .input-group .form-control {
	width: auto;
}
.shopping-cart .input-group-btn {
	float: left;
}
/*Product zoom CSSS*/
.zoomContainer {
	margin-bottom: 5px;
}
.zoomContainer .zoomLens {
}
.zoomContainer .zoomWindow {
	box-shadow:medium none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	/*-webkit-box-shadow: 3px 4px 4px -1px #c0c0c0;
	-moz-box-shadow: 3px 4px 4px -1px #c0c0c0;
	box-shadow: 3px 4px 4px -1px #c0c0c0;*/
}
/*  css for animation add to cart */
.alert.alert-success.animated {
	width: 100%;
	height: 90px;
	text-align: center;
	vertical-align: middle;
	padding: 30px 20px;
	opacity: 0.95 !important;
	-webkit-opacity: 0.95 !important;
	-moz-opacity: 0.95 !important;
	-khtml-opacity: 0.95 !important;
	background-color: #303030 !important;
	border-color: #303030 !important;
	color: #FFF !important;
	z-index: 999999 !important;
}
.alert.alert-success.animated span {
	font-size: 16px !important;
}
.alert.alert-success.animated span a {
	color: #FFF;
	text-decoration: underline;
}
.alert.alert-success.animated span .fa.fa-check-circle {
	color: #9BCF85;
}
.alert.alert-success.animated button.close {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	color: #FFF;
}
@media (max-width: 1600px) and (min-width: 1200px) {
	.product-info .image-additional {
		width: 310px;
	}
	.container {
		width: 1250px !important;
	}
	.header-category-cms {
		width: 207px;
	}
	.header-category-cms .box.category .box-heading {
		width: 100%;
	}
	.box.category .box-content-category ul li a, .box.category .box-content-category .hiden_menu .main, #column-left .box .box-content .box-category li a {
		line-height: 20px;
	}
	#nav-one > li > .dropdown-menu {
		left: 205px;
	}
	#servicecmsblock .first-content-one, #servicecmsblock .second-content-two, #servicecmsblock .third-content-three, #servicecmsblock .fourth-content-four, #servicecmsblock .fifth-content-five {
		padding: 0 10px;
	}
	.tmcmsabout_block .cms-middle .about-cms-2 {
		margin-top: -29px;
		margin-bottom: 23px;
	}
	#tmcmsabout_block .about-cms-2 .static-inner {
		left: 10px;
		top: 25%;
	}
	#tmcmsabout_block .about-cms-2 .static-inner .text1 {
		font-size: 22px;
	}
	#tmcmsabout_block .about-cms-2 .static-inner .text2 {
		letter-spacing: 0.5px;
	}
	#tmcmsabout_block .about-cms-3 .cms-banner-inner {
		height: 140px;
	}
	#tmcmsabout_block .about-cms-3 .static-inner1 {
		top: 20%;
	}
	#tmcmsabout_block .about-cms-3 .static-inner .text2 {
		font-size: 13px;
	}
	#tmcmsabout_block .static-inner .link-text {
		font-size: 14px;
	}
	#tmcmsabout_block .about-cms-4 .static-inner {
		width: 43%;
	}
	#tmcmsabout_block .about-cms-1 .static-inner, #tmcmsabout_block .about-cms-4 .static-inner {
		top: 17%;
	}
	#tmcmsbannerblock .container {
		padding: 0 30px;
	}
	#tmcmsbannerblock .cms_right .cms_title, #tmcmsbannerblock .cms_left .cms_title {
		font-size: 20px;
	}
	#tmcmsbannerblock .cms_left .cms_detail {
		font-size: 12px;
		margin: 0 10px;
	}
	.product_banner_inner {
		width: 50%;
	}
	.product_banner .product_banner_inner img {
		width: 100%;
	}
	#txtemail {
		width: 500px;
	}
	#tmcmsabout_block .about-cms-1 .static-inner, #tmcmsabout_block .about-cms-4 .static-inner {
		top: 17%;
	}
	#tmcmsabout_block .about-cms-4 .static-inner {
		width: 46%;
	}
	#column-left .product-items .product-details, #column-right .product-items .product-details {
		width: 45%;
	}
	#content .col-lg-2 {
		width: 25%;
	}
	.layout-2.left-col #column-left {
		width: 22.1%;
	}
	.treeview-list .expandable-hitarea {
		width: 10px !important;
	}
	.layout-2 #content {
		width: 77.9%;
	}
	header.fixed .header-right {
		width: 65%;
	}
	header.fixed .static_links li a {
		padding: 9px 15px 12px;
	}
}
@media (max-width: 1200px) {
	.container {
		width: 1150px !important;
	}
	.product-info .image-additional {
		width: 100%;
	}
	#column-left .product-thumb .price-old, #column-right .product-thumb .price-old {
		margin-left: 0;
	}
	#column-left .fa-shopping-cart:before, #column-right .fa-shopping-cart:before {
		display: none;
	}
	#column-left .hidden-xs, #column-left .hidden-sm, #column-left .hidden-md {
		display: block !important;
		text-transform: capitalize;
		font-weight: normal;
		margin-top: -25px;
	}
	.col-sm-4.total_amount {
		margin-top: 88px;
	}
	.header-right {
		width: 79.5%;
	}
	#servicecmsblock .service-right .title {
		font-size: 10px;
		letter-spacing: 0.3px;
	}
	#servicecmsblock .service-right .sub-title {
		font-size: 11px;
	}
	.tmcmsabout_block .cms-middle .about-cms-2 {
		margin-bottom: 23px;
		margin-top: -26px;
	}
	#tmcmsabout_block .about-cms-2 .static-inner {
		left: 5px;
		top: 26%;
		width: 55%;
	}
	#tmcmsabout_block .about-cms-2 .static-inner .text1 {
		font-size: 20px;
		line-height: 25px;
	}
	#tmcmsabout_block .about-cms-3 .cms-banner-inner {
		height: 127px;
	}
	#tmcmsabout_block .about-cms-3 .static-inner1 {
		top: 22%;
	}
	#tmcmsabout_block .about-cms-3 .static-inner .text1 {
		font-size: 20px;
		line-height: 30px;
	}
	#tmcmsabout_block .about-cms-3 .static-inner .text2 {
		font-size: 12px;
	}
	#tmcmsabout_block .static-inner .text2, #tmcmsabout_block .static-inner .text1 {
		font-size: 28px;
	}
	#tmcmsabout_block .static-inner .link-text {
		letter-spacing: 0.2px;
		margin-top: 64px;
		font-size: 14px;
	}
	#tmcmsabout_block .static-inner .text2, #tmcmsabout_block .static-inner .text1 {
		font-size: 28px;
	}
	.tablatest_default_width {
		width: 200px;
	}
	.special_default_width {
		width: 200px;
	}
	.tabbestseller_default_width {
		width: 200px;
	}
	.tabspecial_default_width {
		width: 200px;
	}
	#tmcmsbannerblock .container {
		padding: 0 15px;
	}
	#tmcmsbannerblock .cms_left .cms_title {
		margin: 0 10px;
	}
	.product_banner .product_img1 .static-inner, .product_banner .product_img2 .static-inner {
		top: 10px;
	}
	#txtemail {
		width: 400px;
	}
	.social-icons, .content_footer_right .payment {
		margin: 30px 0 15px;
	}
	.copy-right {
		margin-top: 30px;
	}
	.product-thumb .price-old {
		margin-left: 5px;
		font-size: 12px;
	}
	.percentsaving {
		margin: 2px 0;
	}
}
@media (max-width: 1199px) and (min-width: 980px) {
	header.fixed .header-right {
		width: 55%;
	}
	header.fixed .static_links li:last-child {
		display: none;
	}
	#column-left .box .box-content .box-category li a {
		line-height: 20px;
	}
	.treeview-list .expandable .collapsable-hitarea, .treeview-list .collapsable .expandable-hitarea {
		width: 10px !important;
	}
	.layout-2.left-col #column-left {
		width: 24.2%;
	}
	.layout-2 #content {
		width: 75.7%;
	}
	#column-left .product-items .product-details, #column-right .product-items .product-details {
		width: 45%;
	}
	#content .col-lg-2 {
		width: 33.33%;
	}
	#nav-one > li > .dropdown-menu {
		left: 205px;
	}
	.container {
		width: 950px !important;
	}
	.header-category-cms {
		width: 207px;
	}
	.header-category-cms .box.category .box-heading {
		width: 100%;
	}
	.box.category .box-content-category ul li a, .box.category .box-content-category .hiden_menu .main {
		line-height: 20px;
	}
	.header-right {
		width: 75.5%;
	}
	.static_links li a {
		padding: 9px 15px 12px;
	}
	#servicecmsblock .icon-left1, .icon-left2, .icon-left3, .icon-left4, .icon-left5 {
		float: none;
		width: 100%;
	}
	.service-right {
		width: 100%;
		float: none;
		text-align: center;
		padding: 0;
	}
	#tmcmsabout_block .static-inner .link-text {
		margin-top: 30px;
		font-size: 12px;
	}
	.tmcmsabout_block .cms-middle .about-cms-2 {
		margin-bottom: 15px;
		margin-top: -22px;
	}
	#tmcmsabout_block .about-cms-2 .static-inner {
		top: 22%;
	}
	#tmcmsabout_block .about-cms-2 .static-inner .text1 {
		font-size: 18px;
		margin-bottom: 0;
	}
	#tmcmsabout_block .about-cms-2 .static-inner .text2 {
		font-size: 11px;
		letter-spacing: 0;
	}
	#tmcmsabout_block .about-cms-3 .cms-banner-inner {
		height: 110px;
	}
	#tmcmsabout_block .about-cms-3 .static-inner .text1 {
		font-size: 18px;
		line-height: 25px;
		margin-bottom: 0;
	}
	#tmcmsabout_block .about-cms-3 .static-inner .text2 {
		font-size: 11px;
	}
	#tmcmsabout_block .about-cms-4 .static-inner {
		width: 48%;
	}
	#tmcmsbannerblock .cms_right .cms_title, #tmcmsbannerblock .cms_left .cms_title {
		font-size: 20px;
	}
	#tmcmsbannerblock .cms_left .cms_detail {
		font-size: 12px;
		margin: 0 10px;
	}
	#tmcmsbannerblock .cms_right .Icon_image {
		left: 18px;
		top: 20px;
	}
	#tmcmsbannerblock .cms_right .cms_title, #tmcmsbannerblock .cms_right .link-text {
		float: right;
	}
	#tmcmsbannerblock .cms_right .cms_title {
		margin: 22px 0 9px;
	}
	#tmcmsbannerblock .cms_right .link-text {
		clear: both;
		margin: 0 0 20px;
	}
	.single_banner .text1.static-text {
		font-size: 40px;
	}
	.product_banner_inner {
		width: 50%;
	}
	.product_banner .product_banner_inner img {
		width: 100%;
	}
	.product_banner .product_img2 {
		margin-left: 10px;
	}
	.product_banner .product_img1 {
		margin-right: 10px;
	}
	.product_banner .product_img1 .static-inner, .product_banner .product_img2 .static-inner {
		top: 0;
	}
	.product_banner .product_img1 .static-inner .text1.static-text, .product_banner .product_img2 .static-inner .text1.static-text {
		font-size: 22px;
	}
	.product_banner .product_img1 .static-inner .text2.static-text, .product_banner .product_img2 .static-inner .text2.static-text {
		margin: 5px auto 30px;
		font-size: 15px;
	}
	.newsletter .title-text {
		margin: 40px 0 40px 25px;
		padding-left: 25px;
	}
	#txtemail {
		width: 300px;
	}
	.single_banner .leftcms_border {
		width: 700px;
	}
}
@media only screen and (min-width: 980px) and (max-width: 1200px) {
	.product-info .image img {
		width: 100%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
	.swiper-viewport .swiper-button-prev {
		left: 0 !important;
	}
	.swiper-viewport .swiper-button-next {
		right: 0 !important;
	}
	#column-left .product-items .product-details, #column-right .product-items .product-details {
		float: left;
		margin: 10px 0 0;
		width: 100%;
	}
	#logo {
		margin: 25px 28px 25px 0;
	}
	.header-search {
		margin: 0;
	}
	.header-category-cms {
		width: 207px;
	}
	.header-category-cms .box.category .box-heading {
		width: 100%;
	}
	.box.category .box-content-category ul li a, .box.category .box-content-category .hiden_menu .main {
		line-height: 20px;
	}
	.header-right {
		margin-left: 15px;
	}
	.static_links li a {
		padding: 9px 12px 12px;
	}
	.static_links li {
		display: none;
	}
	.static_links li:last-child {
		display: block;
	}
	.single_banner .leftcms_border {
		width: 600px;
	}
	.single_banner .text1.static-text {
		font-size: 35px;
	}
	#servicecmsblock .first-content-one, #servicecmsblock .second-content-two, #servicecmsblock .third-content-three, #servicecmsblock .fourth-content-four, #servicecmsblock .fifth-content-five {
		padding: 0 10px;
		width: 33.33%;
	}
	#servicecmsblock .icon-left1, .icon-left2, .icon-left3, .icon-left4, .icon-left5 {
		float: none;
		width: 100%;
	}
	.service-right {
		width: 100%;
		float: none;
		text-align: center;
		padding: 0;
	}
	#tmcmsabout_block {
		padding: 50px 0 0;
	}
	#tmcmsabout_block .about-cms-1 .static-inner {
		left: 0;
		width: 53%;
	}
	#tmcmsabout_block .static-inner .text2, #tmcmsabout_block .static-inner .text1 {
		line-height: 25px;
		font-size: 20px;
	}
	#tmcmsabout_block .static-inner .link-text {
		margin-top: 15px;
		font-size: 12px;
	}
	.tmcmsabout_block .cms-middle .about-cms-2 {
		margin-bottom: 15px;
		margin-top: -17px;
	}
	#tmcmsabout_block .about-cms-2 .static-inner {
		left: 0;
		top: 26%;
		width: 75%;
		top: 14%;
	}
	#tmcmsabout_block .about-cms-2 .static-inner .text1 {
		font-size: 18px;
		margin-bottom: 0;
	}
	#tmcmsabout_block .about-cms-2 .static-inner .text2 {
		line-height: 20px;
		font-size: 11px;
		letter-spacing: 0;
	}
	#tmcmsabout_block .about-cms-3 .static-inner .text1 {
		font-size: 15px;
		line-height: 25px;
		margin-bottom: 0;
	}
	#tmcmsabout_block .about-cms-3 .static-inner .text2 {
		font-size: 10px;
		line-height: 15px;
	}
	#tmcmsabout_block .about-cms-4 .static-inner {
		top: 12%;
	}
	#tmcmsbannerblock .cms_right .Icon_image {
		left: -21px;
		top: 35px;
	}
	#tmcmsbannerblock .cms_right .cms_title, #tmcmsbannerblock .cms_left .cms_title {
		font-size: 20px;
	}
	#tmcmsbannerblock .cms_left .cms_detail {
		font-size: 12px;
		margin: 0;
	}
	#tmcmsbannerblock {
		margin: 13px auto 40px;
	}
	#tmcmsbannerblock .cms_right .cms_title {
		margin: 22px 0 9px;
	}
	#tmcmsbannerblock .cms_right .link-text {
		margin-top: 0;
	}
	.back_cms {
		margin-right: -70px;
		width: 47%;
	}
	.tmcategorylist #tmcategorylist.grid li {
		width: 33.33%;
	}
	.product_banner_inner {
		width: 50%;
	}
	.product_banner .product_banner_inner img {
		width: 100%;
	}
	.product_banner .product_img2 {
		margin-left: 5px;
	}
	.product_banner .product_img1 {
		margin-right: 5px;
	}
	.product_banner .product_img1 .static-inner .text1.static-text, .product_banner .product_img2 .static-inner .text1.static-text {
		font-size: 22px;
	}
	.product_banner .product_img1 .static-inner .text2.static-text, .product_banner .product_img2 .static-inner .text2.static-text {
		font-size: 13px;
		margin: 5px auto 15px;
	}
	.newsletter .title-text {
		display: none;
	}
	.content_footer_left {
		width: 20%;
		padding: 19px 30px 0 0;
	}
	#footer .col-sm-3.column {
		padding-left: 20px;
		width: 20%;
	}
	#footer .content_footer_right {
		width: 20%;
		padding-left: 20px;
	}
	#bottom-footer, #powered {
		float: none;
		text-align: center;
	}
}
@media (max-width: 979px) {
	.container {
		width: 720px !important;
	}
	#tmcmsabout_block .about-cms-3 .cms-banner-inner {
		height: 80px;
		padding: 5px;
	}
	#tmcmsabout_block .about-cms-3 .static-inner1 {
		top: 8%;
	}
	#column-left .product-items .product-details, #column-right .product-items .product-details {
		width: auto;
	}
	#column-left .box-heading.toggle, #column-right .box-heading.toggle {
		background: none;
		padding: 10px 16px;
	}
	.layout-2 #content {
		width: 100%;
		padding: 0;
	}
	#content .col-lg-2 {
		width: 33.33%;
	}
	#cart > .btn {
		padding: 12px 15px;
	}
	#cart-total {
		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: #000;
		content: "\f067";
		font-family: "FontAwesome";
		font-size: 12px;
		left: auto;
		position: absolute;
		right: 4px;
		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: #000;
		content: "\f068";
		font-family: "FontAwesome";
		font-size: 12px;
		left: auto;
		line-height: 33px;
		position: absolute;
		right: 4px;
		top: -4px;
	}
	#menu.responsive-menu .dropdown .dropdown-menu {
		background: #FFF;
		border: medium none !important;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		padding: 0;
		position: relative;
		width: 100%;
	}
	#menu ul.nav li .megamenu ul.childs_1 {
		padding: 0 15px !important;
		border-right: none;
		width: 100%;
		float: left;
	}
	#menu.responsive-menu .toggle .mobile_togglemenu, #menu.responsive-menu ul.nav li .megamenu.column1 ul.list-unstyled li.toggle > a.mobile_togglemenu {
		background: none !important;
		width: auto !important;
	}
	#footer .column .toggle a.mobile_togglemenu::before {
		color: #000;
		content: "\f107";
		font-family: "FontAwesome";
		font-size: 20px;
		font-weight: bold;
		height: 20px;
		margin: 0;
		position: absolute;
		right: 7px;
		text-align: center;
		top: 0;
		width: 20px;
	}
	#footer .column .toggle.active a.mobile_togglemenu::before {
		color: #000;
		content: "\f106";
		font-family: "FontAwesome";
		font-size: 20px;
		font-weight: bold;
		height: 20px;
		margin: 0;
		position: absolute;
		right: 7px;
		text-align: center;
		top: 0;
		width: 20px;
	}
	#footer .column .toggle .mobile_togglemenu {
		background: none !important;
	}
	footer h5 {
		background: none !important;
		margin: 0;
		padding: 10px 0 !important;
	}
	#footer .col-sm-3.column, #footer .content_footer_right {
		padding-left: 0;
		width: 100%;
		border: none;
		min-height: auto;
		margin: 0 auto;
	}
	.content_footer_left {
		width: 100%;
		padding: 0;
		border: none;
	}
	.header-right {
		width: 100%;
		margin-left: 0;
	}
	.header-right .container {
		width: 100% !important;
		padding: 0;
	}
	.responsive-menu, .main-menu {
		display: block;
	}
	.header-right .static_links, .header-category-cms {
		display: none;
	}
	/* css for responsive menu */
	#menu.responsive-menu ul li a {
		color: #000000;
		float: left;
		width: 100%;
		padding: 10px 8px;
	}
	#menu.responsive-menu ul li a:hover {
		color: #FF8E0A !important;
		background-color: transparent !important;
		border: none !important;
	}
	.responsive-menu .top_level {
		padding: 0;
		width: 100%;
	}
	.nav.navbar-nav {
		display: none;
	}
	.responsive-menu .nav.navbar-nav {
		background: #FFFFFF none repeat scroll 0 0;
		position: absolute;
		width: 100%;
		z-index: 999;
		border: 1px solid #E5E5E5;
		box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
		left: 0;
		right: 0;
		margin: 8px auto 0;
		padding: 10px;
	}
	.responsive-menu li.toggle {
		background: #FFFFFF none repeat scroll 0 0;
		box-shadow: none;
		padding: 0;
		float: left;
		width: 100%;
	}
	#menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li > a {
		float: left;
	}
	#menu.responsive-menu .dropdown:hover .dropdown-menu {
		display: none;
	}
	#menu.responsive-menu .dropdown .dropdown-menu {
		background: #FFF;
		border: medium none;
		box-shadow: none;
		padding: 0;
		position: relative;
		width: 100%;
	}
	#menu.responsive-menu ul.nav li .megamenu.column1 ul.childs_1 {
		padding: 0 15px 20px;
		float: left;
		width: 100%;
	}
	.responsive-menu ul li .mobile_togglemenu:hover {
		background-color: rgba(0, 0, 0, 0);
	}
	#menu.responsive-menu ul.nav li .megamenu.column1 ul.list-unstyled > li.dropdown:hover > .dropdown-menu {
		display: none;
	}
	#menu.responsive-menu ul.nav li .megamenu ul.list-unstyled > li.dropdown .dropdown-menu {
		width: 100%;
		float: left;
		border: medium none;
		left: 0;
		position: relative;
		top: 0;
	}
	#menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li > a {
		color: #000000;
	}
	/* end css for responsive menu */
	#column-left .box-product .image, #column-right .box-product .image {
		margin-right: 7px;
	}
	.col-md-4.btn-list-grid {
		margin-bottom: 10px;
	}
	.pagination-right {
		clear: both;
		float: left;
		margin: 5px 0;
	}
	.product-compare .table-bordered {
		width: 100%;
		float: left;
		overflow: auto;
		display: inline;
	}
	#accordion .form-horizontal .control-label {
		width: 100%;
	}
	.shopping-cart .input-group .form-control {
		width: 100%;
	}
	.shopping-cart .input-group-btn {
		clear: both;
		margin-top: 5px;
	}
	.checkout-cart .shopping-cart .input-group-btn:last-child > .btn, .checkout-cart .shopping-cart .input-group-btn:last-child > .btn-group {
		margin-right: 5px;
		margin-left: 0;
	}
	.product-info .image img {
		width: 100%;
	}
	.layout-2.left-col #column-left, .layout-2.right-col #column-right, .layout-3 #column-left, .layout-3 #column-right, #column-left, #column-right {
		clear: both;
		display: block !important;
		margin-top: 20px;
		padding: 0;
		width: 100%;
	}
	#column-left .box .toggle.active a.mobile_togglemenu::before, #column-right .box .toggle.active a.mobile_togglemenu::before {
		color: #000;
		content: "\f106";
		font-family: "FontAwesome";
		font-size: 20px;
		font-weight: bold;
		height: 20px;
		margin: 0;
		position: absolute;
		right: 7px;
		text-align: center;
		top: 0;
		width: 20px;
	}
	#column-left .box .toggle a.mobile_togglemenu::before, #column-right .box .toggle a.mobile_togglemenu::before {
		color: #000;
		content: "\f107";
		font-family: "FontAwesome";
		font-size: 20px;
		font-weight: bold;
		height: 20px;
		margin: 0;
		position: absolute;
		right: 7px;
		text-align: center;
		top: 0;
		width: 20px;
	}
	#column-left .box .toggle .mobile_togglemenu, #column-right .box .toggle .mobile_togglemenu {
		background: none !important;
		right: 0;
		top: 10px;
		width: 100%;
	}
	#column-left .box .toggle.active .mobile_togglemenu, #column-right .box .toggle.active .mobile_togglemenu {
		background-position: right -52px;
	}
	.common-home .layout-2.left-col #column-left, .common-home .layout-2.right-col #column-right, .common-home .layout-3 #column-left, .common-home .layout-3 #column-right, #column-left, #column-right {
		display: none !important;
	}
	#column-left .box .box-heading, #column-right .box .box-heading {
		margin: 0;
		position: relative;
	}
	#column-left .box .box-content, #column-right .box .box-content, #column-left .box .filterbox, #column-right .box .filterbox {
		display: none;
		margin-bottom: 0;
		padding: 10px 15px;
	}
	#column-left .box .list-group, #column-right .box .list-group {
		display: none;
	}
	#column-left .swiper-viewport {
		display: none;
	}
}
@media (max-width: 767px) {
	.newsletter {
		display: inline-block;
		float: none;
		text-align: center;
		width: 100%;
	}
	.product-grid .product-thumb .image {
		float: left;
	}
	.product-list .product-thumb .image {
		float: left;
	}
	.product-list .product-details {
		width: 100%;
	}
	.product-info .image, .product-info .additional-carousel {
		margin: 0 auto;
		width: 300px;
		float: none;
	}
	.layout-2.left-col #column-left, .layout-2.right-col #column-right, .layout-3 #column-left, .layout-3 #column-right, #column-left, #column-right {
		padding: 0 15px;
	}
	.content-top-breadcum .container .row {
		margin: 0;
	}
	.product_banner .product_banner_inner img {
		width: 100%;
	}
	.quickview {
		display: none;
	}
	#search .btn-lg {
		top: 0;
	}
	.header-search {
		padding: 0;
		width: auto;
		top: 25px;
	}
	.header-search .header-toggle:hover {
		background: #FF8E0A url("../image/megnor/Search.png") no-repeat scroll center 15px;
		border-color: #FF8E0A;
	}
	.header-search .header-toggle {
		background: #FFF url("../image/megnor/Search.png") no-repeat scroll center -46px;
		bottom: auto;
		cursor: pointer;
		font-size: 0;
		padding: 0;
		right: 4px;
		top: 4px;
		vertical-align: top;
		width: 48px;
		border: 1px solid #EBEBEB;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		-moz-border-radius: 5px;
		height: 44px;
	}
	#search {
		display: none;
		left: auto;
		position: absolute;
		right: 0;
		top: 46px;
		width: 235px;
		z-index: 999;
	}
	.single_banner .text2.static-text {
		font-size: 14px;
		letter-spacing: 0.5px;
	}
	.single_banner {
		background-size: 100% 100%;
		padding: 60px 0;
		height: 330px;
	}
	.back_cms {
		display: none;
	}
	#tmcmsbannerblock .cms_right {
		background: #111111 none repeat scroll 0 0;
		padding: 13px;
		width: 100%;
		text-align: center;
		float: left;
	}
	#tmcmsbannerblock .cms_left {
		width: 100%;
		text-align: center;
	}
	#tmcmsbannerblock .container {
		padding: 0 10px 15px;
	}
	#powered {
		float: none;
	}
	#bottom-footer {
		text-align: center;
		float: none;
	}
	#footer .row {
		margin: 0;
	}
	.newsletter_form .input-news {
		float: none;
		display: inline-block;
	}
	.newsletter_form {
		float: left;
		padding: 0 0 30px;
		text-align: center;
		width: 100%;
	}
	.newsletter h2 {
		float: none;
		margin: 25px auto;
		text-align: center;
	}
	.newsletter .title-text {
		display: none;
	}
	.product_banner .product_img1 .static-inner, .product_banner .product_img2 .static-inner {
		font-size: 13px;
		margin: 5px auto 15px;
	}
	.product_banner .product_img1 .static-inner .text1.static-text, .product_banner .product_img2 .static-inner .text1.static-text {
		font-size: 22px;
	}
	.product_banner .product_img2 {
		margin-top: 20px;
		margin-left: 0;
	}
	.product_banner .product_img1 {
		margin-right: 0;
	}
	.header-right .container {
		padding: 0 15px;
	}
	.tmcategorylist #tmcategorylist.grid li {
		width: 50%;
	}
	.tmcmsabout_block .cms-left, .tmcmsabout_block .cms-middle, .tmcmsabout_block .cms-right {
		display: inline-block;
		text-align: center;
		width: 100%;
	}
	.tmcmsabout_block .cms-right {
		margin-top: 20px;
	}
	.tmcmsabout_block .cms-middle .about-cms-2 {
		margin: 20px auto;
	}
	.tmcmsabout_block .cms-middle {
		margin: 0 auto;
	}
	#tmcmsabout_block .cms-banner-inner {
		display: inline-block;
	}
	#servicecmsblock .first-content-one, #servicecmsblock .second-content-two, #servicecmsblock .third-content-three, #servicecmsblock .fourth-content-four, #servicecmsblock .fifth-content-five {
		padding: 0 10px;
		width: 33.33%;
	}
	#servicecmsblock .icon-left1, .icon-left2, .icon-left3, .icon-left4, .icon-left5 {
		float: none;
		width: 100%;
	}
	.service-right {
		width: 100%;
		float: none;
		text-align: center;
		padding: 0;
	}
	.header-search {
		margin: 0 15px 0 0;
		right: 0;
		float: right;
	}
	.header-cart {
		padding: 25px 5px 25px 0;
		clear: none;
	}
	.single_banner .text1.static-text {
		font-size: 25px;
		margin: 60px 0 70px;
	}
	.single_banner .leftcms_border {
		width: 400px;
		top: 113px;
		height: 100px;
	}
	#content {
		display: inline-block;
		width: 100%;
		padding: 0 15px;
	}
	.container {
		width: auto !important;
	}
	#logo {
		margin: 25px 15px 25px 15px;
	}
	#top .container {
		padding: 0 15px;
	}
	.layout-2 #content, .layout-3 #content {
		width: 100%;
		padding: 0 15px;
	}
	.product-info .image-additional {
		width: 100%;
	}
	.product-info .image-additional a {
		padding: 1px;
	}
	.header-logo > div {
		display: inline-block;
	}
	.btn-info {
		margin-bottom: 3px;
	}
	#input-search {
		margin-bottom: 8px;
	}
	.col-sm-4.total_amount {
		margin-top: 20px;
	}
	#cart {
		float: 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;
	}
	.addthis_toolbox.addthis_default_style {
		margin: 10px 0;
	}
	#content .category_list .filterbox {
		border: 1px solid #DDD;
		margin: 10px 0;
	}
	#content .category_list .filterbox .list-group a {
		border: none;
	}
	.checkout-cart .input-group-btn:last-child > .btn, .checkout-cart .input-group-btn:last-child > .btn-group {
		margin-left: 0;
		margin-right: 5px;
	}
	.zoomWindowContainer, .zoomWindow, .zoomContainer {
		display: none;
	}
	#top .headertop-text {
		display: none;
	}
	#content.productpage .product-left, #content.productpage .product-right {
		width: 100%;
	}
}
@media only screen and (max-width: 479px) {
	#txtemail {
		width: 240px;
	}
	#content .col-lg-2 {
		width: 50% !important;
	}
	.product_banner .product_img1 .static-inner .text1.static-text, .product_banner .product_img2 .static-inner .text1.static-text {
		font-size: 16px;
	}
	.product_banner .product_img1 .static-inner .text2.static-text, .product_banner .product_img2 .static-inner .text2.static-text {
		font-size: 11px;
		letter-spacing: 0;
		margin: 0 auto 10px;
	}
	.product_banner .product_img1 .static-inner, .product_banner .product_img2 .static-inner {
		top: 0;
	}
	.single_banner .cms_caption1 {
		letter-spacing: 0;
	}
	.single_banner .text2.static-text {
		font-size: 12px;
		letter-spacing: 0;
	}
	.single_banner .text1.static-text {
		font-size: 18px;
		margin: 15px 0 65px;
	}
	.single_banner {
		height: 300px;
	}
	.product-block.product-thumb .product-block-hover {
		opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		-moz-opacity: 1;
		top: 10%;
	}
	.product-thumb:hover .price, .product-thumb:hover .percentsaving {
		opacity: 1;
	}
	.product-button-outer {
		transform: none;
		-webkit-transform: none;
		-ms-transform: none;
		-o-transform: none;
		-moz-transform: none;
		opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		-moz-opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		display: block;
		position: relative;
	}
	.htabs .etabs li {
		width: 100%;
	}
	#logo {
		margin: 35px 0 25px 15px;
		width: 120px;
	}
	.tmcategorylist #tmcategorylist.grid li {
		width: 100%;
		text-align: center;
	}
	#tmcmsbannerblock .cms_left .cms_detail {
		font-size: 12px;
		letter-spacing: 0;
	}
	#tmcmsbannerblock .cms_right .Icon_image {
		left: 0;
		position: relative;
		top: 0;
		margin-top: 6px;
	}
	#tmcmsbannerblock .cms_right .cms_title {
		margin: 20px;
		float: none;
		font-size: 20px;
	}
	#servicecmsblock .first-content-one, #servicecmsblock .second-content-two, #servicecmsblock .third-content-three, #servicecmsblock .fourth-content-four, #servicecmsblock .fifth-content-five {
		width: 100%;
		border-right: none;
	}
	#cart > .btn {
		padding: 12px 15px;
	}
	.single_banner .leftcms_border {
		width: 300px;
		height: 80px;
	}
	.product-info .image-additional a {
		float: none;
		text-align: center;
		padding: 1px;
	}
	.table {
		float: left;
		margin-bottom: 20px;
		overflow: scroll;
		width: 100%;
	}
	.product-layout.product-grid {
		width: 100% !important;
	}
	.shopping-cart .input-group .form-control {
		width: 100%;
		padding: 0;
		text-align: center;
	}
	.account-wishlist .table-bordered {
		float: left;
		width: 100%;
		overflow: auto;
		display: inline;
	}
	#cart .dropdown-menu table {
		display: inline-block;
	}
	.flex-direction-nav a:before {
		font-size: 27px !important;
	}
	.dropdown-menu.pull-right {
		width: 100%;
	}
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
	.category_filter .limit {
		float: left;
	}
	.contact-info .left, .contact-info .right {
		width: 100%;
	}
	.nav-tabs > li {
		width: 100%;
	}
	.nav-tabs > li > a {
		margin: 0 0 2px;
	}
	.productpage .write-review, .productpage .review-count {
		display: inline-block;
		margin: 5px 0 0;
		width: 100%;
	}
	.pagination-wrapper .page-link {
		float: left;
	}
	.pagination-wrapper .page-result {
		float: left;
		clear: both;
	}
	.checkout-cart .pull-right {
		clear: both;
		float: left;
		margin: 10px 0;
	}
	.bootstrap-datetimepicker-widget.dropdown-menu {
		width: auto;
	}
	.checkout-cart #accordion .input-group-btn {
		float: left;
		margin: 5px 0 0;
	}
	/*.checkout-cart .input-group-btn:last-child > .btn, .checkout-cart .input-group-btn:last-child > .btn-group{margin:0px;}*/
}
@media only screen and (max-width: 319px) {
	.product-info .image, .product-info .additional-carousel {
		width: 270px;
	}
	.product-info .image-additional {
		width: 140px;
	}
	.product-info .image-additional img {
		width: auto;
	}
	.single_banner .text1.static-text {
		font-size: 15px;
	}
	.single_banner .text2.static-text {
		font-size: 11px;
	}
	.single_banner .leftcms_border {
		width: 250px;
	}
	#tmcmsabout_block .about-cms-2 .static-inner .text1 {
		font-size: 16px;
		margin-bottom: 0;
	}
	#tmcmsabout_block .static-inner .link-text {
		margin-top: 15px;
		font-size: 14px;
	}
	#tmcmsabout_block .static-inner .text2, #tmcmsabout_block .static-inner .text1 {
		font-size: 20px;
	}
	#content .product-carousel .product-block-inner, #content .box-product .product-block-inner {
		padding: 0 20px;
	}
	#tmcmsbannerblock .cms_right .link-text {
		margin: 0;
	}
	.product-info .product-image .customNavigation {
		width: 196px;
		margin: 0 auto;
		position: relative;
	}
	.product-info .additional-carousel {
		width: 196px;
		margin: 0 auto;
	}
	.header-logo .img-responsive {
		width: 100%;
	}
	.btn-primary {
		margin-bottom: 2px;
	}
	.compare-total {
		clear: both;
		margin: 8px 10px 10px 0;
	}
	#cart .dropdown-menu {
		width: 210px;
	}
	#cart .text-right .addtocart {
		margin: 0 0 5px;
	}
	#cart .text-right .checkout {
		margin: 0;
	}
}
#accordion .panel-title > a {
	color: inherit;
	display: inline-block;
	width: 100%;
}
#accordion .panel-title {
	padding: 10px;
}
#accordion .panel-heading .fa.fa-caret-down {
	float: right;
	margin-top: 4px;
}
#accordion .col-sm-10 {
	width: 75%;
}
#accordion .form-horizontal .control-label {
	text-align: left;
}
<!-- Megnor End --> .dropdown-address {
	position: absolute;
	z-index: 999;
	background: #ddd 1px solid;
}
.dropdown-address li {
	list-style: none;
	color: #000;
	padding: 0;
	margin: 0;
}
.dropdown-address li a {
	color: #333;
}
